*:focus {
  outline: 0;
}
* {
  margin: 0px;
  padding: 0px;
  vertical-align: top;
  box-sizing: border-box;
}
html {
  height: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  font-family: 'arial';
  font-size: 14px;
  line-height: 1.4;
  color: #252525;
  min-width: 1200px;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  background: #f0f0f0;
}
.btn {
  display: inline-block;
  padding: 10px;
  border: 2px solid #9a1216;
  background: transparent;
  text-transform: uppercase;
  text-align: center;
  border-radius: 2px;
  color: #fff;
  border-radius: 0px;
  text-decoration: none;
  font-family: 'arial';
  background: #9a1216;
  font-size: 13px;
  font-weight: 600;
  border-radius: 4px;
}
.btn:hover {
  border-color: #000;
  background: #000;
  color: #fff;
}
.container {
  max-width: 1200px;
  min-width: 1200px;
  margin: auto;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.clear:after, .container:after, .nav-links:after, .woof_sid_auto_shortcode.woof:after, .post_list:after, .nav_wrapper_back:after, .mob_menu:after {
  display: block;
  content: "";
  clear: both;
}
ol li, ul li {
  margin-left: 20px;
  margin-bottom: 5px;
}
ol, ul {
  margin-top: 20px;
  margin-bottom: 20px;
}
input, textarea, select {
  display: block;
  padding: 10px 10px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-size: 16px;
  border: 1px solid #d3d9de;
  background: #fff;
  font-family: 'Roboto', sans-serif;
  transition: all .4s;
  color: #252525;
  /* -webkit-appearance: none; */
  max-width: 100%;
  border-radius: 4px;
}
textarea {
  height: 120px;
  width: 100%;
}
input:focus, textarea:focus, select:focus {
  border-color: #ffffff;
  transition: all .4s;
  box-shadow: 0 0 36px #ffffff;
}
input[type="submit"] {
  background: #9a1216;
  color: #ffffff;
  /* cursor: pointer; */
  font-size: 13px;
  padding: 10px 10px;
  border: 2px solid #9a1216;
  transition: all .4s;
  font-family: 'arial';
  font-style: normal;
  text-transform: uppercase;
  margin-top: 15px;
  font-weight: 600;
  border-radius: 0px;
  border-radius: 4px;
}
.modal-form {
  text-align: center;
  padding: 40px;
  max-width: 540px;
}
.modal-form input, .modal-form textarea {
  max-width: 100%;
  width: 100%;
}
#fancybox-content {
  border-color: #f0f2f5 !important;
}
input[type="submit"]:hover {
  /*background: #000000;
    color: #fff;
    border-color: #000000;*/
  transition: all 0.4s;
  cursor: pointer;
  opacity: .9;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #959595;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  transition: all 0.4s;
  color: #fff;
}
/* Firefox < 19 */
input:-moz-placeholder {
  color: #959595;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  transition: all 0.4s;
  color: #959595;
}
/* Firefox > 19 */
input::-moz-placeholder {
  color: #959595;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  transition: all 0.4s;
  color: #959595;
}
/* Internet Explorer 10 */
input:-ms-input-placeholder {
  color: #959595;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  transition: all 0.4s;
  color: #fff;
}
p {
  margin-bottom: 10px;
}
table {
  width: 100%;
  margin-bottom: 20px;
  margin-top: 20px;
  border-spacing: 0px;
  border-collapse: collapse;
}
a img {
  transition: all .4s;
}
a img:hover {
  transition: all .4s;
  opacity: 0.9;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  margin-bottom: 10px;
  font-weight: 600;
  /*text-transform: uppercase;*/
  line-height: 1.2;
  font-family: 'arial';
}
h2 {
  color: #9a1216;
}
input[type="radio"] {
  display: inline-block;
  position: relative;
  top: 10px;
}
h1 {
  font-size: 2em;
}
a {
  transition: all .4s;
  color: #9a1216;
}
a:hover {
  transition: all .4s;
  text-decoration: none;
  color: #000;
}
img {
  max-width: 100%;
  height: auto;
}
.hl_image img {
  border-radius: 4px;
  max-width: 150px;
  max-height: 150px;
}
input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
}
.header_left {
  float: left;
  padding-left: 160px;
  position: relative;
  min-height: 147px;
  /*min-height: 180px;*/
}
.header_right {
  float: none;
  position: absolute;
  right: 15px;
  top: 10px;
  font-size: 16px;
}
.header_wrapper {
  padding: 15px 0px;
}
.hl_image {
  position: absolute;
  left: 0;
  top: 0px;
  /*z-index: -1;*/
  max-width: 150px;
  max-width: 150px;
}
.hl_title {
  font-size: 2em;
  line-height: 1.1em;
}
.hl_subtitle {
  font-size: 16px;
}
.hl_description {
  font-size: 16px;
  padding-top: 2px;
  border-top: 1px solid #d3d9de;
}
.hl_text {
  position: relative;
  z-index: 1;
}
.hl_text > * {
  /*margin-bottom: 6.3px;*/
  margin-bottom: 3px;
}
.c_phone {
  font-size: 20px;
  font-weight: 600;
  /*margin-top: 7px;*/
}
.c_city {
  /*display: none;*/
}
.contacts > * {
  margin-bottom: 10px;
}
.nav_wrapper ul li {
  display: inline-block;
  margin: 0px;
}
.nav_menu, .nav_wrapper_back {
  background: #000;
  background: #9a1216;
}
.nav_wrapper_back {
  border-radius: 0px;
  overflow: hidden;
  height: 43px;
}
.nav_wrapper ul {
  margin: 0px;
}
.nav_wrapper ul li a {
  padding: 13px 11.3px;
  display: block;
  color: #fff;
  text-transform: uppercase;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
}
/*.nav_wrapper ul li a:hover, .nav_wrapper ul li.current-menu-item a {
    background: #fff;
    color: #000;
}*/
.nav_wrapper ul li a:hover, .nav_wrapper ul li.current-menu-item a {
  background: #fff;
  color: #000;
}
.nav_menu {
  float: left;
  width: 73.5%;
}
.nav_search {
  float: right;
  width: 26.5%;
  position: relative;
  max-width: 310px;
}
.search-form, .bbp-search-form {
  position: relative;
}
.bbp-search-request {}
.search-field, #bbp_search {
  width: 100%;
  margin: 0px;
  border: 0px;
  padding: 12px;
  border-radius: 0px;
  padding-right: 82px;
}
.bbp-search-form {
  margin-bottom: 10px;
}
.search-form input[type="submit"], #bbp_search_submit {
  margin: 0px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  background: #9a1216;
  border-color: #9a1216;
}
.search-form input[type="submit"]:hover {
  /*background: #fff;
    border-color: #fff;*/
  opacity: .9;
}
.site-main {
  padding-top: 20px;
  padding-bottom: 50px;
}
.social_items > * {
  max-width: 24px;
  max-height: 24px;
  display: inline-block;
  margin: 10px 0px;
}
.footer_wrapper {
  background: #ffffff;
  padding: 15px 0px;
  border-top: 2px solid #9a1217;
}
.footer_left {
  width: 50%;
  float: left;
}
.footer_right {
  float: right;
  width: 50%;
  text-align: right;
}
.content-area {
  float: left;
  width: 840px;
  overflow-x: auto;
}
.content-area-wide {
  float: none;
  width: 100%;
}
.sidebar-container {
  float: right;
  width: 310px;
}
.sidebar-container .widget {
  background: #fff;
  border: 1px solid #dae1e8;
  margin-bottom: 20px;
  padding: 15px;
  border-top: 4px solid #9a1216;
  border-radius: 4px;
  overflow: hidden;
}
div.wpcf7-validation-errors {
  margin: 0px;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: #9a1216;
}
.widget-title {
  font-size: 18px;
  /*background: #000;
    padding: 10px;
    color: #fff;
    margin: -15px -15px 15px;*/
}
.social > * {
  display: inline-block;
  max-width: 30px;
}
aside#text-6 {
  background: transparent;
  border: 0px;
  padding: 0px;
}
#text-6 img {
  max-width: 24px;
  display: inline-block;
}
/*.social img, #text-6 img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.social img:hover, #text-6 img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}*/
.entry-meta {
  margin-bottom: 10px;
}
.entry-meta > span {
  display: inline-block;
  margin-right: 10px;
  background: transparent;
  border-radius: 4px;
  padding: 3px 0px;
}
/*.entry-meta > span a {
    color: #000;
    margin-bottom: 5px;
    margin-top: 5px;
    text-decoration: none;
}
.entry-meta > span:hover {
    background:#000;
}
.entry-meta > span:hover a {
    color: #fff;
}*/
article.post, body:not(.single) article.post {
  margin-bottom: 20px;
  position: relative;
  padding: 15px;
  background: #fff;
  border: 1px solid #dae1e8;
  border-top: 4px solid #9a1216;
}
.c_phone .fa-phone {
  position: relative;
  top: 3px;
}
.c_mail .fa {
  position: relative;
  top: 2px;
  color: #9a1216;
  margin-right: 5px;
}
/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter, div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
a img.alignnone {
  margin: 5px 20px 20px 0;
}
a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%; /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}
.breadcrumbs {
  margin-top: -5px;
  margin-bottom: 15px;
}
img.avatar {
  border-radius: 100%;
}
li.comment {
  display: block;
}
.comment-edit-link {
  display: none;
}
.comment-metadata {
  margin-bottom: 10px;
}
#comment {
  min-width: 100%;
}
.comment-form input#submit {
  margin-top: 20px;
  width: auto;
}
.modal_form {
  padding: 20px 30px;
  max-width: 340px;
  text-align: center;
}
.modal_title {
  font-size: 2em;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-weight: 600;
}
.modal_subtitle {
  font-size: 16px;
}
.modal_form input[type="submit"] {
  width: 100%;
}
.textwidget input[type="submit"] {
  width: 100%;
}
.ajax-loader {
  position: absolute;
}
.entry-thumbnail {
  margin-bottom: 10px;
  float: right;
  max-width: 340px;
  margin-left: 10px;
}
.entry-thumbnail img {
  border-radius: 4px;
}
#fancybox-overlay {
  background-color: #000 !important;
}
.navigation {
  text-align: center;
  font-size: 16px;
  margin-top: 10px;
  margin-bottom: 20px;
}
#text-3 textarea {
  height: 72px;
}
.wpp-list li {
  margin-left: 0px;
  margin-bottom: 20px;
}
.wpp-thumbnail {
  border-radius: 4px;
  margin-right: 10px;
}
.wpp-post-title {
  margin-left: -3px;
  font-size: 16px;
}
#vk_groups {
  width: 100% !important;
}
#vk_groups iframe {
  width: 100%;
}
#ok_group_widget + p, #ok_group_widget + p + p {
  margin-bottom: 0px;
}
#back-to-top {
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 9999;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 38px;
  background: #9a1216;
  color: #fff;
  cursor: pointer;
  border: 0;
  border-radius: 4px;
  text-decoration: none;
  transition: opacity 0.2s ease-out;
  opacity: 0;
}
#back-to-top:hover {
  /*background: #fff;
    color: #000;*/
  opacity: .9;
}
#back-to-top.show {
  opacity: 1;
}
.site-content table td {
  padding: 5px 10px;
  vertical-align: middle;
}
.site-content table td p {
  margin-bottom: 0px;
}
.site-content table td * {
  margin-bottom: 0px;
}
#commentform input {
  width: 50%;
  margin-top: 0px;
}
.widget_tag_cloud_canvas canvas {
  max-width: 100%;
}
#text-3 input, #text-3 textarea {
  width: 100%;
}
.mob_menu {
  display: none;
}
.trans_img {
  opacity: .1;
}
.comments-link {
  margin-top: 5px;
}
.c_call_btn {
  padding: 5px 10px;
  width: 100%;
}
span.date {
  font-weight: 600;
  background: #9a1216;
  padding: 3px 5px;
  color: #fff;
}
.entry-title a {
  color: #000;
}
figure.gallery-item {
  display: inline-block;
  margin: 2px 2px;
}
figure.gallery-item img {
  border-radius: 4px;
}
.gallery {
  margin-bottom: 10px;
}
.es_lablebox {
  display: none;
}
.es_widget_form {
  position: relative;
}
.es_textbox_class {
  width: 100%;
}
.es_textbox_button {
  width: auto;
  background: #9a1216;
  color: #fff;
  position: absolute;
  top: 0px;
  margin: 0px;
  right: 0px;
  text-transform: uppercase;
  font-size: 13px;
  padding: 12px;
}
.es_button {
  padding: 0px;
}
.es_textbox {
  padding: 0px;
}
.rss {
  font-size: 16px;
  margin-top: 10px;
}
.rss .fa {
  font-size: 28px;
  position: relative;
  top: -2px;
  color: #fb6a00;
  line-height: 1;
}
.c_city .fa {
  position: relative;
  margin-right: 5px;
  top: 1px;
}
.similar_records {
  margin-top: 20px;
}
.similar_records_item {
  display: block;
  width: 20%;
  text-align: center;
  margin: 0px;
  vertical-align: baseline;
  background: #fff;
  padding: 15px;
  border-radius: 0px;
  float: left;
  border: 1px solid #dae1e8;
}
.sr_item_image {
  margin-bottom: 10px;
}
.bbp-reply-form #bbp_anonymous_website, .bbp-topic-form #bbp_anonymous_website, label[for="bbp_anonymous_website"], label[for="bbp_anonymous_website"] + br {
  display: none !important;
}
#bbpress-forums fieldset.bbp-form {
  padding-left: 0px;
}
#bbpress-forums fieldset.bbp-form legend {
  padding: 5px 5px 5px 0px;
  font-weight: 700;
}
.nav_search table {
  margin: 0px;
}
.nav_search table td {
  padding: 0px !important;
}
.nav_search table td input {
  padding: 5px;
}
.nav_search {
  padding-top: 7px;
  padding-right: 7px;
}
.math-captcha-form span input, .math-captcha-form span, .math-captcha-form label {
  vertical-align: middle;
  display: inline-block;
}
.entry-content p, .entry-content ul li, .entry-content ol li, .archive-meta p, .archive-meta ul li, .archive-meta ol li {
  font-family: "Georgia", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}
.entry-content p, .archive-meta p {
  margin-bottom: 20px;
}
.entry-content .yep-youtube iframe, .entry-content .yep-youtube object, .entry-content .yep-youtube embed {
  max-width: 560px !important;
}
.archive-meta .yep-youtube iframe, .archive-meta .yep-youtube object, .archive-meta .yep-youtube embed {
  max-width: 560px !important;
}
.entry-content .yep-youtube {
  max-width: 560px !important;
  padding-bottom: 39.3% !important;
}
.archive-meta .yep-youtube {
  max-width: 560px !important;
  padding-bottom: 39.3% !important;
}
.contacts_footer_video .yep-wrapper {
  margin: auto;
  max-width: 100% !important;
  height: auto !important;
}
#text-6 .yep-youtube img {
  max-width: none;
}
.yep-youtube:hover .ytp-large-play-button-bg {
  fill: #f00;
  fill-opacity: 1;
}
@media (max-width: 670px) {
  .entry-content .yep-youtube {
    padding-bottom: 56.3% !important;
  }
  .archive-meta .yep-youtube {
    padding-bottom: 56.3% !important;
  }
}
.footer_form {
  margin: 40px 0;
}
.footer_form input[type="text"], .footer_form input[type="tel"] {
  margin-bottom: 0;
  width: 100%;
}
/*rutube video*/
.rutube-block {
  margin-bottom: 20px;
}
.rutube-block.center {
  text-align: center;
}
.rutube-block iframe {
  max-width: 100%;
}
.panda-article div.rutube {
  margin: 0;
}
.rutube {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  max-width: 100%;
}
.rutube .play {
  background: url('../wp-content/uploads/youtube-play-btn.png') no-repeat;
  background-position: 0 -50px;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  position: absolute;
  height: 50px;
  width: 69px;
  transition: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.rutube:hover .play {
  background-position: 0 0;
}
@media (max-width:1000px) {
  .panda-module-homepage .rutube-block {
    display: none;
  }
}
@media (max-width:599px) {
  .rutube-block .rutube, .rutube-block iframe {
    max-width: 100%;
    height: auto !important;
    padding-top: 50%;
  }
}
/*rutube video end*/
#totopscroller {
  position: fixed;
  right: 42px;
  bottom: 30px;
  width: 40px;
}
#totopscroller .panda-totopscroller-lastbutton {
  width: 40px;
  height: 40px;
  position: relative;
}
#totopscroller .panda-totopscroller-brtrl {
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
#totopscroller .panda-totopscroller-brbrl {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
#totopscroller a {
  display: block;
  border: medium none;
}
#totopscroller a div, #totopscroller a:hover div {
  background: url('https://katsaylidi.ru/designs/design_3/common/images/totopicons.png');
  width: 40px;
  height: 40px;
  text-decoration: none;
  margin: 0 0 -1px;
  border: 1px solid #949494;
}
.panda-totopscroller-top div {
  background-position: 0 0 !important;
}
.panda-totopscroller-lnk div {
  background-position: 0 -40px !important;
}
.panda-totopscroller-prev div {
  background-position: 0 -120px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.panda-totopscroller-bottom div {
  background-position: 0 -80px !important;
  position: absolute;
  top: 0;
  left: 0;
}
.panda-totopscroller-top:hover div {
  background-position: -40px 0 !important;
}
.panda-totopscroller-lnk:hover div {
  background-position: -40px -40px !important;
}
.panda-totopscroller-prev:hover div {
  background-position: -40px -120px !important;
}
.panda-totopscroller-bottom:hover div {
  background-position: -40px -80px !important;
}
li.comment {margin-left: 0;     margin-bottom: 20px;
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #dae1e8;
    border-top: 4px solid #9a1216;}
.comment-metadata {display: none !important;}
.comment-list {
    font-family: "Georgia", sans-serif;
    font-size: 20px;
    line-height: 1.5;}

.questions_list_wrapper .item {    margin-bottom: 20px;
    position: relative;
    padding: 15px;
    background: #fff;
    border: 1px solid #dae1e8;
    border-top: 4px solid #9a1216;}
.questions_list_wrapper { font-family: "Georgia", sans-serif;
    font-size: 20px;
    line-height: 1.5;}

