/* BEGIN CSS TEMPLATE */
@import url(reset.css); 

/* BEGIN CSS FRAMEWORK */
@import url(../n_plugins/bootstrap/css/bootstrap.min.css); 
@import url(../n_plugins/font-awesome/css/font-awesome.min.css); 

/* BEGIN CSS PLUGIN */
@import url(../n_plugins/slick/slick.css); 
@import url(../n_plugins/slick/slick-theme.css); 
@import url(../n_plugins/form-styler/jquery.formstyler.css);
@import url(../n_plugins/owl-carousel/assets/owl.carousel.css);
@import url(../n_plugins/owl-carousel/assets/owl.transitions.css);
@import url(../n_plugins/pro-scripts/popWindow/pop.window.css);


/* FONTS */
@import url(../.s/src/uAdmDesktop/css/uadm-fonts.css);
@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap);

@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-weight: 400;
  src: url(../n_fonts/oswald/oswald_normal.woff2) format('woff2');
}


@font-face {
 font-weight: 400;
 font-style: italic;
 font-family: 'PT Sans';
 src: url(../n_fonts/pt_sans/pt-sans_italic.eot?#iefix) format('embedded-opentype'),
 url(../n_fonts/pt_sans/pt-sans_italic.woff) format('woff'),
 url(../n_fonts/pt_sans/pt-sans_italic.woff2) format('woff2');
}

@font-face {
 font-family: 'PT Sans';
 font-style: italic;
 font-weight: 700;
 src: url(../n_fonts/pt_sans/pt-sans_bold_italic.eot?#iefix) format('embedded-opentype'),
 url(../n_fonts/pt_sans/pt-sans_bold_italic.woff) format('woff'),
 url(../n_fonts/pt_sans/pt-sans_bold_italic.woff2) format('woff2');
}

/* cyrillic-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(../n_fonts/pt_sans/jizaRExUiTo99u79D0-ExdGM.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(../n_fonts/pt_sans/jizaRExUiTo99u79D0aExdGM.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* latin-ext */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(../n_fonts/pt_sans/jizaRExUiTo99u79D0yExdGM.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: local('PT Sans'), local('PTSans-Regular'), url(../n_fonts/pt_sans/jizaRExUiTo99u79D0KExQ.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* GENERAL STYLE */
body {
 background-image: url("/n_img/bg.jpg");
 color: #333;
 font-family: 'PT Sans', sans-serif;
 font-size: 14px;
 line-height: 1.43;
 overflow-x: hidden;
}

a {
 color: #479ed4;
}

a:hover, 
a:active, 
a:focus {
 color: #136289 !important;
 outline: none; 
 text-decoration: none;
}

ol, ul {
 margin: 0;
}

input, 
textarea, 
select, 
button {
 outline: none;
}

textarea {
 resize: vertical;
}

input[type="file"] {
  display: inline-block;
}

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] {
  background-color: #136289;
  border: medium none;
  border-radius: 3px;
  color: #fff;
  padding: 6px 12px;
}

button:hover, 
input[type="button"]:hover, 
input[type="reset"]:hover, 
input[type="submit"]:hover {
  opacity: 0.85;
}



input[type="text"], 
input[type="email"], 
input[type="password"], 
textarea {
 background-color: #fff;
 border: 1px solid rgba(17, 17, 17, 0.17);
 border-radius: 4px;
 display: block;
 font-size: 14px;
 margin: 0 0 10px;
 outline: none;
 padding: 8px 18px;
 text-shadow: none;
 width: 100%;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none;
}


input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="file"]:focus, 
textarea:focus {
 border-color:rgba(79,167,255,0.8);
 -webkit-box-shadow: 0px 0px 6px 0px rgba(26, 85, 114, 0.3);
 -moz-box-shadow: 0px 0px 6px 0px rgba(26, 85, 114, 0.3);
 box-shadow: 0px 0px 6px 0px rgba(26, 85, 114, 0.3);
}


.uf-form textarea:focus,
.uf-form input:focus {
 border-color:rgba(79,167,255,0.8) !important;
 -webkit-box-shadow: 0px 0px 6px 0px rgba(12, 81, 150, 0.15) !important;
 -moz-box-shadow: 0px 0px 6px 0px rgba(12, 81, 150, 0.15) !important;
 box-shadow: 0px 0px 6px 0px rgba(12, 81, 150, 0.15) !important;
}



/*
input[type="text"], 
input[type="password"], 
input[type="file"], 
textarea, 
select {
 border: 1px solid #e1e1e1; 
 box-shadow: none; 
 border-radius: 4px; 
 color: #999; 
 font-size: 16px; 
 padding: 5px 15px;
}

input[type="text"]:focus, 
input[type="password"]:focus, 
input[type="file"]:focus, 
textarea:focus {
 border-color:rgba(79,167,255,0.8) !important;
}


input[type="submit"], 
input[type="reset"], 
input[type="button"], 
button {
 border: 0; 
 border-radius: 4px; 
 color: #fff; 
 font-weight: normal !important; 
 font-size: 18px; 
 padding: 10px 25px; 
 text-transform: uppercase;
}

input[type="submit"]:hover, 
input[type="reset"]:hover, 
input[type="button"]:hover, 
button:hover {
 box-shadow: 0 0 100px rgba(0,0,0,0.15) inset;




.uf-form textarea:focus {
 border-color:rgba(79,167,255,0.8) !important;
}



}
*/

sup, small {
 font-size: 75%;
}

/*
label {
 font-weight: normal;
}
*/

blockquote {
 border-left: 5px solid #eee; 
 color: #999; 
 margin: 20px; 
 padding: 10px 10px 10px 20px;
}

a, 
img, 
input, 
textarea, 
button {
 transition: all 0.4s ease 0s; 
}


/* BOOTSTRAP */
.container {
 width: 1440px;
}

.col-xs-2-4,
.col-sm-2-4,
.col-md-2-4,
.col-lg-2-4 {
 position: relative;
 min-height: 1px;
 padding-right: 10px;
 padding-left: 10px;
}

.col-xs-2-4 {
 width: 20%;
 float: left;
}

@media (min-width: 768px) {
 .col-sm-2-4 {
 width: 50%;
 float: left;
 }
}

@media (min-width: 992px) {
 .col-md-2-4 {
 width: 20%;
 float: left;
 }
}

@media (min-width: 1200px) {
 .col-lg-2-4 {
 width: 20%;
 float: left;
 }
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 line-height: 1.2;
}

@media (max-width: 767px) {
 .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
 font-weight: 700;
 }
}


/* FORM STYLER */
.jq-checkbox{
 width:15px; 
 height:15px; 
}

.jq-radio{
 width:17px; 
 height:17px; 
}

.jq-selectbox, 
.uplgfile{
 margin:5px 0;}

.jq-selectbox li{
 padding:5px 10px 6px !important;}

.jq-select-multiple{
 min-height:150px;}

.jq-select-multiple >ul{
 min-height:150px;}

.jq-checkbox.checked .jq-checkbox__div {
  width: 9px;
  height: 9px;
}


/* SLIDEOUT MENu */
.slideout-menu {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	z-index: 0;
	width: 256px;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	display: none;
}

.slideout-panel {
	position: relative;
	z-index: 1;
}

.slideout-open .slideout-menu {
	display: block;
}



/* SLICL */
.js-slick-slider {
  position: relative;
}

.js-slick-slider:before {
  position: absolute;
  bottom: 75px;
  left: 25px;
  color: #fff;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  font-weight: 300;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5px 12px;
  border-radius: 3px;
  text-transform: uppercase;
  z-index: 2;
}

.slick-slider-nav img {
 cursor: pointer;
}

.slick-slider-nav img:hover {
 opacity: 0.8;
}


/* WRAPPER */
.wrapper {
 background-color: #fff;
 box-sizing: border-box;
 margin: 40px auto;
 max-width: 1440px;
 box-shadow: 0 0 5px #323232;
}

@media (max-width: 1440px) {
 .wrapper {
 margin: 0 auto;
 }
}

@media (max-width: 767px) {
 .js-slick-slider slick-initialized .slick-slider ul  {
 margin: 10px -20px 0px -20px !important;
 }


}


/* HEADER */
.header {
 background-image: url(../n_img/header.jpg);
 background-size: cover;
 position: relative;
}

.header::before {
 background-color: rgba(23, 64, 84, 0.2);
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

.header::after {
 box-shadow: 0 25px 100px rgba(0, 0, 0, 0.5) inset;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 2;
}

.header__middle {
 padding: 60px;
}

.header__left {
 position: relative;
 z-index: 5;
}

.header__rigth {
 position: relative;
 text-align: right;
 z-index: 110;
}

.header__bottom {
 position: relative;
 z-index: 105;
}

@media (max-width: 991px) {
 .header__left {
 margin-bottom: 60px;
 }

 .header__rigth {
 text-align: left;
 }
}

@media (max-width: 767px) {
 .header__middle {
 padding: 30px 50px 30px 20px; 
 }
}



/* SITE LOGO */
.site-logo {
 color: #fff;
 margin-top: 50px;
}

.site-logo__name {
 font-family: 'Oswald', sans-serif;
 font-size: 48px;
 text-transform: uppercase;
}

.site-logo__slogan {
 font-size: 24px;
}


/* MINI-PROFIL */
.mini-profil-wrapper {
}

.mini-profil {
 background-color: rgba(35, 135, 200, 0.5);
 border-radius: 4px;
 display: inline-block;
}

.mini-profil li {
 display: inline-block;
}

.mini-profil li:first-child {
 border-right: 1px solid rgba(255, 255, 255, 0.25);
 margin-right: -4px;
 position: relative;
}

.mini-profil img {
 width: 25px;
 height: 25px;
 border-radius: 50%;
 margin-right: 10px;
}

.mini-profil a {
 color: #fff !important;
 display: inline-block;
 padding: 10px 15px;
 line-height: 25px;
 cursor: pointer;
}

.mini-profil a:hover {
 background-color: rgba(0, 0, 0, 0.2);
 color: #fff;
}

.mini-profil_username {
 color: #fff;
 display: inline-block;
 padding: 10px 15px;
 line-height: 25px;
 cursor: pointer;
}

.mini-profil__submenu i {
 color: rgba(0, 0, 0, 0.5);
 margin-left: 10px;
}

.mini-profil__submenu .badge {
 padding: 0;
 min-width: 20px;
 height: 18px;
 display: inline-block;
 font-size: 9px;
 font-weight: normal;
 text-align: center;
 line-height: 18px;
 border-radius: 250px;
 margin: 0 0 0 5px;
}

/*
.mini-profil__submenu ul {
 position: absolute;
 top: 100%;
 left: 0;
 min-width: 150px;
 background-color: #fff;
 border-radius: 0 0 4px 4px;
 text-align: left;
 opacity: 0;
 visibility: hidden;
 transition: all 0.4s ease 0s; 
}

.mini-profil__submenu:hover ul {
 opacity: 1;
 visibility: visible;
}
*/

.mini-profil__submenu li {
 width: 100%;
}

.mini-profil__submenu li a {
 width: 100%;
 color: #333 !important;
 padding: 8px 20px;
}

.mini-profil__submenu li a:hover {
 background-color: rgba(0, 0, 0, 0.075);
}



/* SOCIAL BUTTONS */
.social-buttons-wrapper {
 margin: 40px 0 0;
}

.social-buttons {
 display: inline-block;
}

.social-buttons__first-item {
 color: rgba(255, 255, 255, 0.8);
 display: block !important;
 margin-bottom: 10px;
}

.social-buttons li {
 display: inline-block;
 margin-right: 5px;
}

.social-buttons a {
 border-radius: 50%;
 color: #fff;
 display: inline-block;
 height: 30px;
 line-height: 30px;
 text-align: center;
 width: 30px;
}

.social-buttons a:hover {
 background-color: #fff;
}

.social-buttons__vk {
 background-color: #45688e;
}

.social-buttons__vk:hover {
 color: #45688e !important;}

.social-buttons__ok {
 background-color: #f2720c;
}

.social-buttons__ok:hover {
 color: #f2720c !important;
}

.social-buttons__fb {
 background-color: #3a5795;
}

.social-buttons__fb:hover {
 color: #3a5795 !important;
}

.social-buttons__twitter {
 background-color: #55acee;
}

.social-buttons__twitter:hover {
 color: #55acee !important;
}

.social-buttons__youtube {
 background-color: #d73d32;
}

.social-buttons__youtube:hover {
 color: #d73d32 !important;
}

.social-buttons__instagram {
 background: #f09433; 
 background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); 
 background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
 background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%); 
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}

.social-buttons__instagram:hover {
 background: #fff;
 color: #ff6150 !important;
}

.social-buttons__telegram {
 background-color: #2198d5;
}

.social-buttons__telegram:hover {
 color: #2198d5 !important;
}

.social-buttons__viber {
 background-color: #7c529d;
}

.social-buttons__viber:hover {
 color: #7c529d !important;
}


/* USER PROFILE SOCIAL BUTTONS */
.user-profil__social-buttons-wrapper {
 margin: 40px 0 0;
}

.user-profil__social-buttons {
 display: inline-block;
}

.user-profil__social-buttons__first-item {
 color: rgba(255, 255, 255, 0.8);
 display: block !important;
 margin-bottom: 10px;
}

.user-profil__social-buttons li {
 display: inline-block;
 margin-right: 5px;
}

.user-profil__social-buttons a {
 border-radius: 50%;
 color: #fff;
 display: inline-block;
 height: 30px;
 line-height: 30px;
 text-align: center;
 width: 30px;
}

.user-profil__social-buttons__vk {
 background-color: #45688e;
}

.user-profil__social-buttons__vk:hover {
 color: #fff !important;
 background-color: rgba(69,104,142,0.65) !important;
}


.user-profil__social-buttons__ok {
 background-color: #f2720c;
}

.user-profil__social-buttons__ok:hover {
 color: #fff !important;
 background-color: rgba(242,114,12,0.65) !important;
}

.user-profil__social-buttons__fb {
 background-color: #3a5795;
}

.user-profil__social-buttons__fb:hover {
 color: #fff !important;
 background-color: rgba(58,87,149,0.65) !important;
}


/* MESSENGER BUTTONS */
.entry_messenger-buttons {
 display: inline-block;
 vertical-align: middle;
}
.messenger_buttons li {
 display: inline-block;
 margin-right: 10px;
}
.messenger_buttons a {
 border-radius: 50%;
 display: inline-block;
 width: 32px;
 height: 32px;
 line-height: 45px;
 text-align: center;
 transition: all 0.2s ease 0s;
}
.messenger_buttons a:hover {
 transition: all 0.2s ease 0s;
}
.messenger_buttons svg {
 width: 22px;
 height: 22px;
}
.messenger_buttons path {
 fill: #fff; 
}
.messenger-buttons__viber {
 background: #8c60c3;
}
.messenger-buttons__viber:hover {
 background: #a16db7;
}

.messenger-buttons__telega {
 background: #27a7e7;
}
.messenger-buttons__telega:hover {
 background: #64c0e8;
}
.messenger-buttons__telega svg {
 margin: 0px 0px 0px -3px;
}
.messenger-buttons__whatsapp {
 background: #2cb742;
}
.messenger-buttons__whatsapp:hover {
 background: #4be083;
}
.messenger-buttons__whatsapp svg {
  margin: 0px 0px 0px 2px;
}
@media (max-width: 767px) {
 .single-entry_animals-catalog .messenger_buttons {
  margin-left: 10px;
  }
}



/* MAIN MENU */
.main-menu {
 background-color: rgba(35, 135, 200, 0.5);
 padding: 0 60px;
}

.main-menu a {
 color: #fff;
 display: inline-block;
 font-size: 18px;
 padding: 15px;
 text-transform: uppercase;
}

.main-menu a:hover,
.main-menu span:hover {
 color: #fff !important;
 background-color: rgba(0, 0, 0, 0.2);
}

.main-menu__body {
 margin: 0 -15px;
}

.main-menu__body li {
 display: inline-block;
 position: relative;
}


.main-menu__submenu > span {
 color: #fff;
 display: inline-block;
 font-size: 18px;
 padding: 15px;
 text-transform: uppercase;
 cursor: pointer;
}

.main-menu__submenu ul {
 background-color: rgba(26, 85, 114, 0.9);
 min-width: 250px;
 position: absolute;
 top: 100%;
 left: 0;
 opacity: 0;
 visibility: hidden;
 transition: all 0.4s ease 0s; 
 z-index: 999;
}

.main-menu__submenu:hover ul {
 opacity: 1;
 visibility: visible;
}

.main-menu__submenu li {
 display: block;
}

.main-menu__submenu li a {
 width: 100%;
 font-size: 15px;
 text-transform: none;
 padding: 15px;
}

.main-menu__submenu i {
 display: none;
}

.main-menu__expand-link {
 display: none !important;
 margin-left: -15px;
}


.is-menu-visible {
 display: block !important;
}

.is-submenu-visible {
 display: block !important;
}

@media (max-width: 1199px) {
 .main-menu__expand-link {
 display: inline-block !important;
 }

 .main-menu__body {
 display: none;
 position: absolute;
 width: 100%;
 left: 0;
 top: 100%;
 background-color: rgba(35, 135, 200, 0.9);
 padding: 0 45px;
 margin: 0;
 }

 .main-menu__body li {
 display: block;
 }

 .main-menu__body a {
 display: block;
 }

 .main-menu__submenu i {
 display: block;
 color: #fff;
 position: absolute;
 top: 0;
 right: 0;
 font-size: 18px;
 cursor: pointer;
 padding: 20px;
 }

 .main-menu__submenu ul {
 display: none;
 position: relative;
 visibility: visible;
 opacity: 1;
 background-color: transparent;
 margin-left: 20px;
 }
}

@media (max-width: 767px) {
 .main-menu {
 padding: 0 20px;
 }

 .main-menu__body {
 padding: 0 15px;
 }

}


/* MAIN */
.main {
  background-color: #fff;
  overflow: hidden;
  padding: 60px;
  position: relative;
}

.card {
  margin-bottom: 40px;
}

.card_gray {
 background-color: #f6f6f6;
 margin: 0 -60px;
 padding: 30px 60px 60px;
}

.card__title {
 font-size: 24px;
 text-transform: uppercase;
 margin-bottom: 20px;
 padding-bottom: 10px;
 border-bottom: 1px solid #eee;
}

.card__title span {
 border-bottom: 1px solid #a7cfe7;
 display: inline-block;
 padding-bottom: 10px;
 position: relative;
 bottom: -11px;
}

.card__text {
 color: #aaa;
}

.card__body {
 margin-top: 40px;
}

.card_contact__text {
  font-family: Roboto, sans-serif; 
  font-size: 13px;
  padding: 50px 0px 20px; 
}


.card-item {
 position: relative;
}

.card_contact .card-item {
 position: relative;
 min-height: 468px;
 padding: 0 20px;
 margin: 0 0 20px 0;
 background-color: rgba(0,0,0,.03);
 border: 1px solid rgba(0,0,0,.075);
 border-radius: 4px;
}

.card-item__title {
 color: #fff;
 font-size: 18px;
 font-weight: bold;
 position: absolute;
 bottom: 15px;
 left: 15px;
}


.card-item .onair {
 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #fff;
 text-align: center;
 margin-top: -30px;
 padding-bottom: 15px;
}

.card-item .onair span {
 padding: 2px 8px;
 border-radius: 250px;
}

.card-item .onair .green {
 background: #5b0;
}

.card-item .onair .red {
 background: #c20301;
}


.card-item__description {
  text-align: center;
}

.card-item__image a:hover img {
 opacity: 0.8;
}

.card-item__image img {
 width: 100%;
}

.card_articles .card-item__image {
 padding: 15px;
}

.card_articles .card-item__image img {
 width: 100%;
 border-radius: 50%;
 border: 10px solid #eee;
}

.card_articles .card-item__image a:hover img {
 border: 10px solid rgba(35, 135, 200, 0.25);
 -moz-transition: all 0.2s ease-out;
 -o-transition: all 0.2s ease-out;
 -webkit-transition: all 0.2s ease-out;
}

.card_articles .card-item__image img:hover{
 -webkit-transform: scale(1.03);
 -moz-transform: scale(1.03);
 -o-transform: scale(1.03);
 }

.card_articles .card-item__title {
 top: 0;
 left: 0;
 position: relative;
 text-align: center;
}

.card_articles .card-item__title a {
 color: #333;
}

 .main .card_articles .pda_last {
  display: none;
}

.card_contact .card_gray {
    background-color: #f6f6f6;
    margin: 0 -60px;
    padding: 30px 60px 60px;
}

.card_contact .card-item__image,
.card_members .card-item__image {
  text-align: center;
  padding: 15px;
}

.card_contact .card-item__image img,
.card_members .card-item__image img {
  width: 70%;
  border-radius: 50%;
  padding: 4px;
  border: 1px solid #bebebe;
}

.card_contact .card-item__image a:hover img {
  border: 1px solid #bebebe;
}

.card_contact .card-item__title {
  top: 0;
  left: 0;
  position: relative;
  text-align: center;
}

.card_contact .card-item__title a {
  color: #333;
}

.card_contact .name,
.card_members .name {
  font-family: "Roboto",sans-serif;
  font-weight: 700;
}

.card_contact .status,
.card_members .status {
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: #606060;
  padding: 2px 0 15px;
}

.card_contact .phone {
  font-family: 'Oswald', sans-serif;
  font-size: 18px;
  padding: 2px 0;
  background: rgba(0,0,0,.07);
}


.card_contact .activity, .card_contact .activity_last {
  text-align: left;
  padding-top: 15px;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
}

.news-description-in-head__pda {
  display: none;
}

@media (max-width: 991px) {
 .card-item {
 margin: 15px 0;
 }

 .main .card_articles .card-item__image img {
  border: 0;
 }
}



@media (max-width: 767px) {
 .main {
  padding: 20px;
 }

 .card {
 margin-bottom: 60px;
 }

 .card_gray {
 padding: 30px 30px 60px;
 margin: 0 -30px;
 }

 .card_contact__text {
  padding: 25px 0 0 0;
 }

 .card_contact .card-item {
 min-height: 0;
 padding: 0;
 background-color: transparent;
 border: none;
 box-shadow: none;
}

 .card_contact .phone {
  background: transparent;
 }

.card_contact .activity {
  border-bottom: 1px solid #dfdfdf;
  padding-bottom: 30px;
 }

.card_contact .activity_last  {
  border-bottom: none !important;
 }

 .main .card {
  margin-bottom: 20px !important;;
 }

 .main .card__body {
  margin-top: 10px;
 }

 .main .card-item .card-item__title {
  font-size: 110%;
  bottom: 10px;
  left: 10px;
 }

 .main .card_articles .card-item__image {
  padding: 5px;
 }

 .main .card_articles .pda_last {
  display: inline-block;
  }

 .main .card_articles .card-item__title {
  left: 0;
 }

 .main .card_articles {
  margin-bottom: 0 !important;
  padding: 20px 30px 20px !important;
 }

 .main .card_articles .pda_cut {
  display: none;
 }
 .news-description-in-head__pda {
 display: block;
 font-size: 16px;
 margin-bottom: 30px;
 }
 .news-description-in-head__pda .card__tag {
  display: block;
  margin: 15px 0 0 0;
 }
 .news-description-in-head__pda .card__tag a {
  display: inline-block;
  font-size: 14px;
  color: #707070;
  background: rgba(235, 235, 235, 0.45);
  padding: 3px 12px;
  border: 1px solid rgba(220, 225, 230, 1);
  border-radius: 250px;
  margin: 8px 5px 0 0;
  transition: none;
 }

 .news-description-in-head__pda .card__tag a:hover,
 .news-description-in-head__pda .card__tag a:focus {
  color: #fff !important;
  background: rgba(100, 100, 100, 0.7);
  border: 1px solid rgba(100, 100, 100, 0.4);
  transition: none;
 }

 .news-description-in-head__pda .card__tag .active {
  color: #fff !important;
  background: rgba(35, 110, 160, 0.8);
  border: 1px solid rgba(35, 110, 160, 0.8);
 }

}





/* DONATE */

.donate {
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  margin-bottom: -60px;
}
.donate .grey {
  position: relative;
  background: url('/n_img/donate/gray-bg.png') #f9f9f9;
  padding: 45px;
  margin: 0 -60px 0 -60px;
}
.donate .grey__map {
  position: relative;
  background: url('/n_img/donate/gray-bg.png') #f9f9f9;
  padding: 45px 45px 60px 45px;
  margin: 0 -60px 0 -60px;
}

.donate .row__title {
  font-size: 36px;
  margin-top: -10px;
}
.donate .paragraph {
  padding-top: 15px;
}
.donate .map_paragraph {
  padding-top: 15px;
  padding-bottom: 25px;
}
.donate .bb {
  padding-bottom: 60px;
}
.donate .bb-right {
  text-align: center;
}
.donate .bb-right img {
  width: 100%;
}
.donate .bb_detail {
  font-weight: 400;
  padding-top: 15px;
}


.donate .erip-center-image {
  text-align: center;
  vertical-align: middle;
}

.donate .erip-center-image img {
  width: 70%;
}


.donate .erip_number-line {
  line-height: 45px;
  padding-top: 20px;
}

.donate .erip_number-line span {
  display: inline-block;
  color: #14516f;
  font-size: 20px;
  font-weight: 700;
  border: 3px solid #14516f;
  width: 45px;
  height: 45px;
  line-height: 42px;
  overflow: hidden;
  border-radius: 50%;
  text-align: center;
  margin-right: 10px;
  float: left;
}


.donate .sms {
  background-image: url(/n_img/donate/sms.jpg);
  background-size: cover;
  background-position: bottom;
  margin: 0 -60px 0;
  position: relative;
  height: 340px;
  background-color: #eee;
  box-sizing: border-box;
}
.donate .sms::before {
  background-color: rgba(0, 0, 0, 0.55);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.donate .sms__body {
  position: absolute;
  z-index: 5;
  padding: 60px;
}
.donate .sms__title {
  color: #fff;
  font-size: 36px;
}
.donate .sms__text {
  color: #fff;
  padding-top: 20px;
}



.donate .volonteer_phone-body {
  font-size: 20px;
  padding-top: 20px;
}
.donate .volonteer_phone-text {
  padding-top: 10px;
}



.donate .othelp {
  padding: 45px 45px 30px 45px;
  margin: 0 -60px 0 -60px;
}
.donate .othelp-item_1,
.donate .othelp-item_2,
.donate .othelp-item_3,
.donate .othelp-item_4 {
  position: relative;
  top: 0;
  border: #fff;
  padding-bottom: 30px;
  transition: all 0.2s ease 0s;
}
.donate .othelp-item_1:hover,
.donate .othelp-item_2:hover,
.donate .othelp-item_3:hover,
.donate .othelp-item_4:hover {
  border: #fff;
  -webkit-box-shadow: 0 4px 24px rgba(0,0,0,.2);
  -moz-box-shadow: 0 4px 24px rgba(0,0,0,.2);
  -ms-box-shadow: 0 4px 24px rgba(0,0,0,.2);
  box-shadow: 0 4px 24px rgba(0,0,0,.2);
  top: -25px;
  transition: all 0.2s ease 0s;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.donate .othelp-item__icon {
  text-align: center;
  color: #787878;
  font-size: 72px;
  margin: 0 auto;
}
.donate .othelp h3 {
  text-align: center;
  margin-top: -5px;
}

.donate .big__map .ymaps-2-1-64-controls__control_toolbar {
  display: none !important;
}

.donate .address {
  width:100%;
  height:500px;
  overflow:auto;
  border:#ccc 1px solid;
  background-color:#fff;
}
.donate .address .list-title {
  font-weight: 700;
  background: #e1e1e1;
}
.donate .address li {
  padding: 6px 6px 6px 12px;
  border-bottom: 1px solid #e1e1e1;
}
.donate .address li:last-child {
  border-bottom: none;
}

.donate .button {
  padding-top: 30px;
}
.donate .button a {
  border-radius: 4px;
  color: #fff !important;
  display: inline-block;
  padding: 8px 15px;
}
.donate .button__blue {
  background-color: #136289;
}
.donate .button__blue:hover {
  background-color: #06405d;
}
.donate .button__azure {
  opacity: 0.8;
  background-color: #136289;
}
.donate .button__azure:hover {
  opacity: 1;
  background-color: #06405d;
}





@media (max-width: 767px) {
  .donate .bb {
  padding: 0 0 40px 0;
 }
 .donate .erip {
  padding: 40px 45px;
 }
 .donate .bb-right,
 .donate .erip-center,
 .donate .erip_number-line span,
 .donate .big__map {
  display: none;
 }
 .donate .row__title,
 .donate .sms__title {
  font-size: 24px;
  margin-top: 0px;
  font-weight: 700;
 }
 .donate .erip-left  {
  padding-bottom: 45px;
 }
 .donate .erip_number-line  {
  line-height: 20px;
 }
 .donate .sms__body  {
  margin-top: -30px;
 }
 .donate .sms {
  height: 450px;
 }
 .donate .othelp-item_1,
 .donate .othelp-item_2,
 .donate .othelp-item_3 {
  padding-bottom: 80px;
 }
 .donate .othelp-item_1:hover,
 .donate .othelp-item_2:hover,
 .donate .othelp-item_3:hover,
 .donate .othelp-item_4:hover {
  top: 0px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  transition: all 0.2s ease 0s;
 }
 .donate .othelp-item__icon {
  display: none;
 }
 .donate .othelp h3 {
  text-align: left;
 }
 .donate .othelp .button {
    padding-top: 10px;
 }
}






/* BANNERS */
.card-item-banners {
  position: relative;
}
.card-item__description-banners {
  padding: 20px 0 20px;
}
.card-item__image-banners_big-v img {
  width: 100%;
}
.banners-info {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 3px;
  color: #fff;
  font-size: 11px;
  padding: 5px 10px;
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
}
.input-group textarea {
  overflow: hidden;
  resize: none;
  position: relative;
  font-size: 11px;
  height: 34px;
  margin: 0;
  background: #e7e6e6;
  border: 1px #d8d8d8 solid;
  box-shadow: none;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap;
  outline: none !important;
}
.input-group-btn button {
  background: #e7e6e6;
  border: 1px #d8d8d8 solid;
  color: #4b4b4b;
  outline: none !important;
  border-top-right-radius: 3px !important;
  border-bottom-right-radius: 3px !important;
}
.input-group-btn button:hover {
  background-color: #136289;
  opacity: 0.8;
  color: #fff;
  border: 1px #136289 solid;
  outline: none;
}






/* MAIN ENTRY */
.main-entry {
 background-size: cover;
 margin: 0 -60px 60px;
 position: relative;
 height: 570px;
 background-color: #eee;
 box-sizing: border-box;
}

.main-entry::before {
 background-color: rgba(70, 70, 70, 0.2);
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 1;
}

.main-entry::after {
 box-shadow: 0 -200px 200px rgba(0, 0, 0, 0.5) inset;
 content: "";
 height: 100%;
 left: 0;
 position: absolute;
 top: 0;
 width: 100%;
 z-index: 2;
}

.main-entry__head {
 position: relative;
 z-index: 5;
}

.main-entry__badge {
 background-color: rgba(35, 135, 200, 0.5);
 color: #fff;
 position: absolute;
 padding: 10px 20px;
 top: 60px;
 left: 60px;
 font-size: 18px;
 font-weight: bold;
 text-transform: uppercase;
 border-radius: 4px;
}

.main-entry__comments {

}

.main-entry__comments a {
 background-color: rgba(35, 135, 200, 0.5);
 color: #fff !important;
 position: absolute;
 padding: 10px 20px;
 top: 60px;
 right: 60px;
 font-size: 18px;
 font-weight: bold;
 text-transform: uppercase;
 border-radius: 4px;
}

.main-entry__comments a::before {
 content: ''; 
 position: absolute; 
 border: 10px solid transparent; 
 border-top: 10px solid rgba(35, 135, 200, 0.5); 
 bottom: -20px; 
 left: 50%; 
 margin-left: -10px;
}

.main-entry__body {
 position: absolute;
 z-index: 5;
 bottom: 0;
 padding: 60px;
}

.main-entry__title a {
 color: #fff;
 font-size: 24px;
 font-weight: bold;
}

.main-entry__title a:hover {
 text-shadow: 1px 1px 10px rgba(255, 255, 255, 0.7);
}

.main-entry__details {
 margin: 20px 0 25px;
 padding-bottom: 25px;
 border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.main-entry__details,
.main-entry__details a {
 color: rgba(255, 255, 255, 0.5)
}

.main-entry__details li {
 display: inline-block;
 margin-right: 10px;
}

.main-photovideo-entry__details {
 margin: 15px 0;
 color: #aaa;
}

.main-entry__text {
 color: #fff;
}

.main-entry__text a {
 color: #fff;
}

.main-entry__text a:hover {
 color: #fff !important;
 text-shadow: 1px 1px 10px rgba(35, 35, 35, 0.7);
}

.main-entry__button {
 margin-top: 25px;
 display: none;
}

.main-entry__button a {
 display: inline-block;
 color: #fff;
 border: 1px solid;
 padding: 10px 25px;
 border-radius: 25px;
}

@media (max-width: 767px) {
 .main-entry {
 height: 450px;
 margin: 0 -30px 30px;
 background-position: center;
 }

 .main-entry__badge {
 top: 30px;
 left: 30px;
 }

 .main-entry__comments a {
 top: 30px;
 right: 30px;
 }

 .main-entry__body {
 padding: 30px;
 }

 .main-entry__details {
 margin-bottom: 0;
 padding-bottom: 0;
 border: 0;
 }

 .main-entry__text {
 display: none;
 }

 .main-photovideo-entry__details {
  margin: 5px 0;
 }

 .main .entries-list_news .entry__title,
 .main .entries-list_encyclopedia .entry__title {
 font-size: 20px;
 }

 .main .entries-list_news .entry__details,
 .main .entries-list_news .entry__text, 
 .main .entries-list_encyclopedia .entry__details,
 .main .entries-list_encyclopedia .entry__text {
 font-size: 16px;
 }

}


/* ANIMALS CATALOG CATEGORY */
.animals-catalog-category {
 margin-bottom: 30px;
}

.animals-catalog-category__item {
 text-align: center;
}

.animals-catalog-category__item img {
 width: 70%;
 border-radius: 50%;
 border: 8px solid #eee;
}


.animals-catalog-category__item a:hover img {
 opacity: 0.8;
 border: 8px solid rgba(35, 135, 200, 0.25);
}

.animals-catalog-category__title {
 margin-top: 15px;
 font-size: 18px;
 font-weight: bold;
}

.animals-catalog-category__title a {
 color: #333;
}

.animals-catalog-category__title .active {
    color: #c32d4b !important;
  }

.animals-catalog-filters {
 padding: 15px;
 min-height: 72px;
 background-color: #f6f6f6;
 border-radius: 5px;
 margin-bottom: 30px;
}

.animals-catalog-filters .jq-selectbox {
 display: inline-block;
 margin-right: 15px;
}

.animals-catalog-description__number {
 font-weight: bold;
 margin-bottom: 10px;
 display: inline-block;
 border-bottom: 1px dotted;
}

.entries-list_animals-catalog #allEntries > div {
 display: inline;
}
.entries-list_animals-catalog #allEntries > div > div {
 display: inline-block;
 float: none;
}
.entries-list_animals-catalog .entry {
 vertical-align: top;
 display: inline-block;
}

.entry__photo_number, .entry__category_name {
 float:right;
}

.entry__photo_number, .entry__category_name a, .entry__category_name a:visited {
 color: #aaa;
 font-size: 12px;
 font-weight: normal;
 transition: none;
}

.entry__category_name a:hover {
 color: #238ae2;
 transition: none;
}

.entry__photo_number {
 line-height: 2;
} 

.entries-list_animals-catalog .ontop {
  position: absolute;
  left: 10%;
  top: -3px;
  filter: drop-shadow(1px 3px 2px rgba(0, 0, 0, 0.5));
  z-index: 1;
}

.entries-list_animals-catalog .ontop span {
  display: block;
  color: #fff;
  font-size: 16px;
  text-align: center;
  background: #ff7900;
  width: 40px;
  line-height: 56px;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 50% 85%, 0 100%);
}

@media (max-width: 767px) {
.animals-catalog-category {
    margin-bottom: 0px;
}

.animals-catalog-category .animals-catalog-category__title {
    font-family: "Roboto",sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin: 5px 0 15px;
  }

.animals-catalog-category .col-md-3 {
    width: 25%;
    display: inline-block !important;
    float: left;
  }



.animals-catalog-category__item img {
    width: 100%;
    border: 0;
  }

.animals-catalog-category__item a:hover img {
   border: 2px solid rgba(35, 135, 200, 0.25);
  }

.animals-catalog-category__title .active {
    color: #c32d4b !important;
    font-weight: 700;
  }

.animals-catalog-filters {
    border-radius: 0;
    margin: 0 -20px 20px -20px;
  }

.animals-catalog-filters .jq-selectbox {
  width: 45%;
 }

.animals-catalog-filters .filter0,
.animals-catalog-filters .filter2,
.entries-list_animals-catalog .page_selector_category_up {
    display: none;
 }

 .animals-catalog-description {
    font-family: "Roboto",sans-serif;
    margin: 0 0 60px;
 }

.entries-list_animals-catalog .entry__title__pda {
    font: bold 22px/16px Roboto, sans-serif;
    margin-top: 0;
 }

.entries-list_animals-catalog .entry__photo_number__pda {
    float: right;
    margin: 0;
 }

.entries-list_animals-catalog .entry__comments li {
    display: inline-block;
    font-family: "Roboto",sans-serif;
    font-size: 10px;
    background-color: #1a4c6e;
    padding: 2px 8px;
    border-radius: 3px;
}

.entries-list_animals-catalog .entry__comments i {
    padding: 0 5px 0 0;
}

.entry_at_home .entry__image__pda a::before {
    font-family: "Roboto",sans-serif;
    content: "В новом доме";
    position: absolute;
    top: 50%;
    left: 45%;
    margin: 32px 0 0 -28px;
    opacity: 0.7;
    z-index: 5;
    color: #fff;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.entry_at_home .entry__image__pda a::after {
    background: url(/n_img/pet-paw.svg) no-repeat 7px 7px;
    content: "";
    position: absolute;
    top: 50%;
    left: 45%;
    margin: -35px 0 0 -14px;
    width: 60px;
    height: 60px;
    background-size: 75%;
    opacity: 0.7;
    border: 2px solid rgba(255, 255, 255, .8); 
    border-radius: 50px;
    z-index:5;
}

.entries-list_animals-catalog .entry__details__temperament__pda {
    font: normal 13px/18px Roboto, sans-serif;
    color: #aaa;
    margin: 12px 0 10px;
 }

}



/* LOAD CATALOG CATEGORY */
.load-catalog-category {
 margin-bottom: 30px;
}

.load-catalog-category__item {
 text-align: center;
}

.load-catalog-category__item img {
 width: 70%;
 border-radius: 50%;
 border: 8px solid #eee;
}


.load-catalog-category__item a:hover img {
 opacity: 0.8;
 border: 8px solid rgba(35, 135, 200, 0.25);
}

.load-catalog-category__title {
 margin-top: 15px;
 font-size: 18px;
 font-weight: bold;
}

.load-catalog-category__title a {
 color: #333;
}

.load-catalog-filters {
 padding: 15px;
 background-color: #f6f6f6;
 margin-bottom: 30px;
}

.load-catalog-filters .jq-selectbox {
 display: inline-block;
 margin-right: 15px;
}

.load-catalog-description__number {
 font-weight: bold;
 margin-bottom: 10px;
 display: inline-block;
 border-bottom: 1px dotted;
}

.entries-list_load-catalog #allEntries > div {
 display: inline;
}
.entries-list_load-catalog #allEntries > div > div {
 display: inline-block;
 float: none;
}

#load-catalog-cols__all_entry {
 margin: 25px 0;
 vertical-align: top;
}

.entries-list_load-catalog .entry {
 padding: 5px;
 border: 1px solid #e6e6e6;
 margin: 0;
}

.entries-list_load-catalog .entry__image {
 height: 260px;
 overflow: hidden;
 position: relative;
}

.entries-list_load-catalog .entry__image img {
 width: 100%;
 height: 260px;
 margin-left: 0;
 object-fit: cover;
 object-position: top;
}

.entries-list_load-catalog .entry__image a:hover img {
 opacity: .5;
}

.entries-list_load-catalog .entry__filesize {
 position: absolute;
 top: 15px;
 right: 15px;
 z-index: 5;
 color: #fff;
 font-size: 12px;
 opacity: 0;
 text-shadow: 0 1px 0 rgba(0,0,0,0.1);
 text-align: right;
 background-color: #5b0;
 padding: 3px 6px;
 border-radius: 4px;
 font-family: "Roboto",sans-serif;
 transition: all 0.4s ease 0s;
}

.entries-list_load-catalog .entry__image:hover .entry__filesize {
 opacity: .9;
 transition: all 0.4s ease 0s;
}

.entries-list_load-catalog .entry__filesize i {
 padding-right: 1px;
}

.entries-list_load-catalog .entry__description {
 font-family: "Roboto",sans-serif;
 margin-top: 6px;
} 

.entries-list_load-catalog .entry__title {
 font-size: 13px;
}

.entries-list_load-catalog .entry__date {
 color: #aaa;
 font-size: 12px;
 font-weight: 300;
 margin-top: 6px;
}

@media (max-width: 767px) {
 .entries-list_load-catalog #allEntries > div > div {
 width: 50%;
 }
 .entries-list_load-catalog .entry__image {
 height: 200px;
 margin-bottom: 0;
 }

}
/* LOAD CATALOG CATEGORY END */




/* PHOTOALBUMS */
.photoalbum__entry {
  margin-bottom: 20px;
  border: 1px solid #e2e1e1;
  padding: 5px;
}

.photoalbum__entry__image {
  height: 180px;
  overflow: hidden;
  position: relative;
  background: #000;
}

.photoalbum__entry__image a {
  height: 180px;
  display: block;
  position: relative;
}

.photoalbum__entry__image img {
  width: 130%;
  margin-left: -15%;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.photoalbum__entry__image a:hover img {
  opacity: 0.8;
}

.photoalbum__entry__counter {
  position: absolute;
  z-index: 5;
  top: 6px;
  right: 8px;
  height: 18px;
  line-height: 18px;
  min-width: 14px;
  padding: 0 8px;
  margin-left: 5px;
  border-radius: 10px;
  background-color: rgba(0,0,0,.6);
  text-align: center;
  font-family: "Roboto",sans-serif;
  font-size: 11px;
  color: #fff;
}

.photoalbum__caption {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 0 10px 4px 10px;
  font-family: "Roboto",sans-serif;
  font-size: 10px;
  color: #fff;
  text-shadow: 0 0 2px #000;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
}


.photoalbum__caption .title {
  display: block;
  margin: 2px 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
}

.photoalbum__intro {
  text-align: center;
  margin: 0 0 60px;
}

.photoalbum__intro .title {
  font-size: 30px;
  font-weight: 700;
}

.photoalbum__intro .details {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #939393;
  margin: 5px 0 0 0;
}

.photoalbum__intro .divide {
  display: inline-block;
  padding: 0;
  margin-left: 8px;
  color: transparent;
  position: relative;
}

.photoalbum__intro .divide:before {
  content: "\00b7";
  color: #939393;
  display: inline-block;
  pointer-events: none;
  position: relative;
  left: -2px;
}

.photoalbum__intro .description {
  color: #333;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 13px;
  text-align: left;
  margin: 25px 0 0 0;
}


.entries-list_photo #uEntriesList {
  display: block;
}

.entries-list_photo #allEntries li {
  width: 100%;
  display: inline !important;
}

.entryBlock {
 display: inline !important;
 width: 100%;
}

.entries-list_photo #allEntries > div > div {
 display: inline-block !important;
 float: none;
}

.photo__entry {
  margin-bottom: 20px;
  border: 1px solid #e2e1e1;
  padding: 5px;
}

.photo__entry__image {
  height: 180px;
  overflow: hidden;
  position: relative;
}

.photo__entry__image a {
  height: 180px;
  display: block;
  position: relative;
}

.photo__entry__image img {
  width: 130%;
  margin-left: -15%;
  height: 180px;
  object-fit: cover;
  object-position: top;
}

.photo__entry:hover img {
  opacity: 0.85;
}

.photo__entry figure {
    position: relative;
}
.photo__entry figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: '';
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255,255,255,.2) 100%);
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.photo__entry figure:hover::before {
    -webkit-animation: shine .6s;
    animation: shine .6s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.photo__entry__modpanel a {
  position: absolute;
  z-index: 5;
  top: 8px;
  right: 10px;
  height: inherit;
  color: #fff !important;
  padding: 3px 7px;
  border-radius: 3px;
  background: rgba(0,0,0,.3);
}

.photo__entry__modpanel a:hover {
  background: rgba(0,0,0,1);
}

.photo__entry .photo__widget-list, 
.photo__entry .photo__entry__modpanel a {
  opacity: 0.4;
  transition: all 0.25s ease 0s;
} 

.photo__entry:hover .photo__widget-list, 
.photo__entry:hover .photo__entry__modpanel a {
  opacity: 1;
  transition: all 0.25s ease 0s;
} 

.photo__widget-list {
  position: absolute;
  z-index: 5;
  bottom: 0px;
  right: 0px;
  padding: 0 10px 10px 10px;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  color: #fff;
}

.photo__widget-list a {
  display: inline;
  height: 100%;
  color: #fff !important;
  padding: 3px 7px;
  border-radius: 3px;
  background: rgba(0,0,0,.5);
}

.photo__widget-list a:hover { 
  background: rgba(0,0,0,.9);
}

.photo__widget-list a span {
  padding-right: 5px;
}



.photoalbum__bottom {
  margin: 40px 0 0;
}

.photoalbum__bottom .allphotoalbum {
  padding-top: 4px;
}

.photoalbum__bottom .allphotoalbum a {
  display: inline-block;
  color: #fff !important;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  padding: 8px 24px;
  background-color: #1a5572;
  border-radius: 250px;
  transition: all 0.2s ease 0s;
}

.photoalbum__bottom .allphotoalbum a:hover {
  background-color: #5b0;
  color: #fff !important;
}

.photoalbum__bottom .allphotoalbum span {
  padding-right: 5px;
}

.photoalbum__bottom .page_selector {
  text-align: center;
}

.photoalbum__bottom .page_selector .swchItemA, .photoalbum__bottom .page_selector .swchItem {
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
font-size: 16px;
}


.photoalbum__bottom .social-share .ya-share2 {
  padding-top: 9px;
  margin: 0;
}










.fullphoto__container {
  position: relative;
  height: 550px;
  background: #212124;
  margin: -60px -60px 30px -60px;
}


.fullphoto__container .back__href {
  position: absolute;
  top: 18px;
  left: 38px;
  color: #fff;
  z-index: 2;
}

.fullphoto__container .back__href a:before {
  content: "\f177";
  font-family: FontAwesome;
  margin-right: 10px;
}

.fullphoto__container .back__href a {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}

.fullphoto__container .fullphoto__widget-list {
  position: absolute;
  bottom: 18px;
  width: 100%;
  text-align: center;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  z-index: 2;
}

.fullphoto__container .fullphoto__widget-list a {
  display: inline;
  color: #fff !important;
  padding: 5px 7px;
  border-radius: 4px;
  background: rgba(0,0,0,.5);
}

.fullphoto__container .fullphoto__widget-list a:hover {
  background: rgba(85,187,0,.7);
}

.fullphoto__container .fullphoto__widget-list a span {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  margin-left: 5px;
  padding-left: 7px;
  padding-right: 2px;
}

.fullphoto__container .fullphoto__widget-list a i {
  padding-right: 5px;
}


#oPhotos {
  position: absolute;
  bottom: 285px;
  width:100%;
}

#oPhotos .fullphoto__prev-photo {
  content: "";
  background-image: url(/n_img/photoalbum/arrow_prev.svg);
  background-size: 65px 65px;
  width: 100%;
  min-width: 65px;
  min-height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.6;
  transition: all 0.4s ease 0s;
}

#oPhotos .fullphoto__next-photo {
  content: "";
  background-image: url(/n_img/photoalbum/arrow_next.svg);
  background-size: 65px 65px;
  width: 100%;
  min-width: 65px;
  min-height: 65px;
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.4;
  transition: all 0.4s ease 0s;
}

#oPhotos .fullphoto__prev-photo:hover,
#oPhotos .fullphoto__next-photo:hover {
  opacity: 1;
  transition: all 0.4s ease 0s;
}



#oPhotos,
#oPhotos a,
#oPhotos b{
  color:#212124 !important;
}

#prevPh,
#nextPh{
  display:block;
  position:absolute;
  z-index:2;
  left: 45px;
  top: 0px;
  color: #fff !important;
  transition: all 0.4s ease 0s;
}

#nextPh{
  left:auto;
  right:45px;
  top: 0px;
  float:right;
}



.fullphoto__container__image .fotorama__wrap {
  margin: 0 auto;
}


.fullphoto__single-entry .entry__head {
    padding-bottom: 30px;
}

.fullphoto__single-entry .entry__title {
  display: inline-block;
}

.fullphoto__single-entry .entry__description {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 13px;
  color: #787878;
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid #eee;
}

.fullphoto__single-entry .comments {
    margin-top: 0px;
}

.fullphoto__single-entry .add_comment_marker-body {
  padding-top: 40px;
  padding-bottom: 10px;
}

.fullphoto__single-entry .comm__title {
  font-weight: bold;
}

.fullphoto__single-entry .commError {
  padding: 0px !important;
}


.fullphoto__single-details {
  background-color: #f6f6f6;
  padding: 30px;
  min-height: 1000px;
}


.fullphoto__single-details .detail-block {
  display: table;
  width: 100%;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 14px;
  padding-bottom: 80px;
}


.detail-block .time:before {
  content: "\f017";
  font-family: FontAwesome;
  margin-right: 10px;
}

.detail-block .location {
  padding-top: 5px;
  padding-bottom: 30px;
}

.detail-block .location:before {
  content: "\f277";
  font-family: FontAwesome;
  margin-right: 10px;
}

.detail-block .category:before {
  content: "\f03e";
  font-family: FontAwesome;
  margin-right: 10px;
}

.detail-block .camera:before {
  content: "";
  background-image: url(/n_img/photoalbum/icon_camera.png);
  display: block;
  width: 100%;
  min-width: 68px;
  min-height: 68px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 10px; 
}

.detail-block .category a {
  display: block;
  padding-top: 3px;
}

.detail-block .camera {
  font-weight: 700;
}

.detail-block dl {
  margin-top: 15px;
  margin-bottom: 0px;
}

.detail-block dt {
  display: inline-block;
  float: left;
  width: 50%;
  font-weight: 400;
}

.detail-block .aperture:before {
  display: inline-block;
  content: "";
  background-image: url(/n_img/photoalbum/icon_aperture.svg);
  background-repeat: no-repeat;
  width: 21px;
  height: 18px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.detail-block .exposure {
  padding-top: 8px;
}

.detail-block .exposure:before {
  display: inline-block;
  content: "";
  background-image: url(/n_img/photoalbum/icon_eposure.svg);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-bottom;
}

.detail-block .focal-length:before {
  display: inline-block;
  content: "";
  background-image: url(/n_img/photoalbum/icon_focal.png);
  background-repeat: no-repeat;
  background-size: 20px 20px;
  width: 26px;
  height: 18px;
  margin-right: 9px;
  vertical-align: text-bottom;
}

.detail-block .iso {
  padding-top: 8px;
}

.detail-block .iso:before {
  display: inline-block;
  content: "";
  background-image: url(/n_img/photoalbum/icon_iso.svg);
  background-size: 26px 23px;
  background-repeat: no-repeat;
  width: 26px;
  height: 22px;
  margin-right: 10px;
  vertical-align: bottom;
}

.detail-block .size, .detail-block .weight {
  padding-top: 25px;
}

.detail-block .size:before {
  display: inline-block;
  content: "";
  background-image: url(/n_img/photoalbum/icon_pic-size.svg);
  background-size: 20px 15px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  vertical-align: bottom;
}

.detail-block .weight:before {
  display: inline-block;
  content: "";
  background-image: url(/n_img/photoalbum/icon_weight.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  width: 26px;
  height: 22px;
  margin-right: 10px;
  vertical-align: bottom;
}

.fullphoto__single-details .detail-block .copyright {
  font-size: 11px;
  color: #787878;
}





@media (max-width: 767px) {
.photo__entry .photo__widget-list, 
.photo__entry .photo__entry__modpanel a {
    opacity: 1;
 }

.fullphoto__container {
    height: auto;
    overflow: hidden;
    min-height: 200px;
    max-height: 550px;
    margin: -20px -20px 30px -20px;
} 

.fullphoto__container .back__href {
    display: none;
}

#oPhotos {
    position: absolute;
    bottom: 50%;
}

#prevPh {
    position: absolute;
    left: 0px;
    background-color: #000;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 6px 5px 6px 0;
    opacity: 0.6;
}

#nextPh {
    position: absolute;
    right: 0px;
    background-color: #000;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    padding: 6px 0 6px 5px;
    opacity: 0.6;
}

#prevPh:hover, #nextPh:hover {
    opacity: 0.9;
    background: rgba(85,187,0);
}

#oPhotos .fullphoto__prev-photo, #oPhotos .fullphoto__next-photo {
    background-size: 20px 20px;
    min-width: 20px;
    min-height: 20px;
    opacity: 1;
}


.fullphoto__single-details {
    background-color: #f6f6f6;
    margin: 30px -20px -20px;
    padding: 20px;
    min-height: 500px;
}


}
/* PHOTOALBUMS END */










/* ENCYCLOPEDIA CATEGORY */
.enc_cat_title {
 border-bottom: 1px solid #eee;
 margin-right: 15px; 
 margin-left: 15px; 
 padding-bottom: 16px;
}

.enc_cat_name {
 font-size: 24px; 
 text-transform: uppercase;
 padding: 0 0 9px 0;
}

.enc_cat_num {color: #aaa;}
.enc_sort_menu {float: right;}


.enc_sort_menu a {
 color: #aaa !important;
}

.enc_sort_menu a:hover {
 color: #136289 !important;
}

.enc_sort_menu .sortArrDown {
 padding-left: 3px;
 color: #ff7900;
 opacity: 0.7;
}

.enc_sort_menu .sortArrUp {
 padding-left: 3px;
 color: #00a233;
 opacity: 0.7;
}


@media (max-width: 767px) {
.enc_sort_menu, .enc_section_name {display: none;}
.enc_cat_title {font-family: "Roboto",sans-serif; margin-bottom: 15px;}
.enc_cat_name {padding: 0 0 4px 0; font-weight: 300;}
}


/* PAGE SELECTOR */
.page_selector_category_down {
 text-align: center;
 padding-top: 35px;
 padding-bottom: 10px;
}

.page_selector_category_down .swchItemA, .page_selector_category_down .swchItem, .page_selector_category_up .swchItemA, .page_selector_category_up .swchItem {
width: 40px !important;
height: 40px !important;
line-height: 40px !important;
font-size: 16px;
}

@media (max-width: 767px) {
 .page_selector_category_down {
 	padding-top: 15px;
 	padding-bottom: 50px;
  }
 }


/* ENTRIES LIST */
.entries-list__title {
 font-size: 24px;
 text-transform: uppercase;
 margin: 0 0 20px;
 padding-bottom: 10px;
 border-bottom: 1px solid #eee;
}

.entries-list__title span {
 border-bottom: 1px solid #a7cfe7;
 display: inline-block;
 padding-bottom: 10px;
 position: relative;
 bottom: -11px;
}

.entries-list__pagination {
 text-align: center;
 margin: 30px 0;
}

.entries-list__pagination a {
 color: #ccc;
 display: inline-block;
 border: 1px solid;
 width: 35px;
 height: 35px;
 text-align: center;
 line-height: 35px;
 margin: 0 5px;
 border-radius: 50%;
}

.entries-list__pagination .is-active {
 color: #479ed4;
}

.swchItemDots {
 display:none;
}

.entries-list_news {
 margin-top: 30px;
}

.entries-list_encyclopedia .entry__body,
.entries-list_media .entry__body {
 margin-top: 15px;
}

.entries-list_animals-catalog .entry {
 border: 1px solid #eee;
}

.entries-list_animals-catalog .entry:hover {
 border: 1px solid #dfdfdf;
}

.entries-list_animals-catalog .entry__body {
 padding: 12px 15px 15px 15px;
}

.entries-list_animals-catalog .entry__details {
 margin: 0 0 15px;
}

.entries-list_animals-catalog .entry__details li {
 display: block;
 margin: 0;
}

.entries-list_animals-catalog  .entry .entry_head__pda {
  display: none;
}






/* ENTRY */
.entry {
 margin: 20px 0;
}

.entry__image {
 height: 160px;
 overflow: hidden;
 position: relative;
}


.entry__image a {
 height: 160px;
 display: block;
 position: relative;
 background: #eee;
}

.entry__image a:hover img {
 opacity: 0.8;
}

.entry__image img {
 width: 130%;
 margin-left: -15%;
 background: #eee;
}

.entries-list_animals-catalog .entry__image,
.entries-list_animals-catalog .entry__image a {
  height: 180px;
}




.entry__comments {
 position: absolute;
 top: 15px;
 right: 15px;
 z-index: 5;
 color: #fff;
 font-size: 12px;
 opacity: 0.7;
 text-shadow: 0 1px 0 rgba(0,0,0,0.1);
 text-align: right;
 /* background-color: rgba(35, 135, 200, 0.5); */
 /* padding: 10px; */
 /* border-radius: 4px; */
}

.entry__title {
 margin: 0;
 font-weight: bold;
}

.entry__title a {
 color: #333;
}

.entry__details {
 margin: 10px 0;
}

.entry__details li {
 display: inline-block;
 margin-right: 10px;
 color: #aaa;
 line-height: 1.5;
}


.entry__med {
 text-transform: lowercase;
}

.entry_video .entry__image a::after {
 background-image: url(/n_img/video-play_icon.svg);
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 width: 70px;
 height: 70px;
 background-size: cover;
 opacity: 0.9;
}

.entry_image_at_home {
 filter: brightness(0.5) blur(1px); 
 -webkit-filter: brightness(0.5) blur(1px); 
 -moz-filter: brightness(0.5) blur(1px); 
 -o-filter: brightness(0.5) blur(1px); 
 -ms-filter: brightness(0.5) blur(1px);
}

.entry_at_home .entry__image a::before {
 content: "В новом доме";
 position: absolute;
 top: 50%;
 left: 50%;
 margin: 32px 0 0 -43px;
 opacity: 0.7;
 z-index: 5;
 color: #fff;
 text-shadow: 0 1px 0 rgba(0,0,0,0.1);
}

.entry_at_home .entry__image a::after {
 background: url(/n_img/pet-paw.svg) no-repeat 7px 7px;
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 margin: -21px 0 0 -26px;
 width: 50px;
 height: 50px;
 background-size: 69%;
 opacity: 0.7;
 border: 2px solid rgba(255, 255, 255, .8); 
 border-radius: 50px;
 z-index:5;
}



@media only screen 
and (min-device-width : 768px) 
and (max-device-width : 1024px)
and (-webkit-min-device-pixel-ratio: 1)  {
 .entry__image img {
 height: 160px;
 object-fit: cover;
 }  

 .entries-list_animals-catalog .entry__image img {
 height: 180px;
 object-fit: cover;
 object-position: top;
 }  

}



@media (max-width: 991px) {
 .entry {
 min-height: 470px;
 }

 .main .entry__image,
 .main .entry__image a,
 .main .entry__image img {
  height: 200px;
  }

 .main .entry__image img {
  object-fit: cover;
  object-position: top;
  }

 .entry__image {
 margin-bottom: 8px;
 }
 
 .entries-list_news {
 margin-bottom: 60px;
 } 
}

@media (max-width: 767px) {
 .entry {
 min-height: auto;
 margin-bottom: 30px;
 }

 .entry a,
 .entry a:hover,
 .entry img,
 .entry img:hover,
 .entry__image a:hover img {
  opacity: 1;
  transition: none;
 }

 .main .card .entries-list_news {
  margin-top: 0;
 } 

 .main .card .entries-list_news .pda_cut {
  display: none;
 } 

 .main .entry_video:last-child {
  margin: 40px 0 0;
 }

.main .entry__image, .main .entry__image a, .main .entry__image img {
  height: 200px;
  border-radius: 8px;
 }

.entries-list_animals-catalog .entry {
  margin-bottom: 60px;
 }

.entries-list_animals-catalog .entry__image {
  margin: 0 -20px;
 }

.entries-list_animals-catalog .entry__image,
.entries-list_animals-catalog .entry__image a,
.entries-list_animals-catalog .entry__image img {
  height: 230px;
  border-radius: 0;
 }

.entries-list_animals-catalog .entry {
  border: 0 !important;
 }

.entries-list_animals-catalog  .entry .entry_head__pda {
  display: block;
  font-family: "Roboto",sans-serif;
 }

.entries-list_animals-catalog  .entry .entry_head__pda .entry__details {
  margin: 0 0 10px;
 }

.entries-list_animals-catalog  .entry .entry_head__pda .entry__details li {
  display: inline-block;
 }

.entries-list_animals-catalog  .entry .entry_head__pda .entry__photo-number {
  font-size: 12px;
  float: right;
 }

.entries-list_animals-catalog .entry__body {
  font: normal 16px/23px 'Roboto',sans-serif;
  padding: 12px 0 0 0;
 }

.entries-list_animals-catalog .entry__body .entry__title,
.entries-list_animals-catalog .entry__body .entry__details {
  display: none;
 }


}






/* ---------- удалить */
 .entry__pda {
 min-height: auto;
 margin: 0 0 40px;
 }

 .entry__title__pda a {
 color: #333;
 font-family: "Roboto",sans-serif;
 font-size: 20px;
 }

 .entry__details__pda {
 font: normal 13px/24px Roboto, sans-serif;
 margin-top: -6px !important;
 margin-bottom: 10px;
 }

 .entry__details__pda li {
 display: inline-block;
 margin-right: 14px;
 color: #aaa;
 line-height: 1.5;
 }

 .entry__details__pda a {
 color: #aaa !important;
 }

 .entry__image__pda {
 height: 220px;
 background: #eee;
 overflow: hidden;
 position: relative;
 margin: 0 -20px 5px;
 } 

 .entry__image__pda a {
 height: 220px;
 display: block;
 position: relative;
 }

 .entry__image__pda img {
 width: 115%;
 margin-left: -7%;
 } 

 .entry_video .entry__image__pda a::after {
 background-image: url(/n_img/video-play_icon.svg);
 content: "";
 position: absolute;
 top: 50%;
 left: 50%;
 margin: -30px 0 0 -30px;
 width: 65px;
 height: 65px;
 background-size: cover;
 opacity: 0.7;
 }



 .entry__text__pda {
 font: normal 16px/22px 'Roboto',sans-serif;
 margin: 10px 0 0;
}

 .entry__link__pda a {
 display: inline-block !important;
 font-family: "Roboto",sans-serif;
 font-size: 13px;
 line-height: 34px;
 color: #FF5500 !important;
 background: none;
 padding: 2px 15px 0;
 border: 1px solid rgba(255,85,0,0.5);
 text-align: center;
 border-radius: 250px;
 margin: 20px 0 30px;
 transition: none;
 }

 .entry__link__pda span {
 padding-left: 8px;
 }

 .entry__link__pda a:hover {
 color: #fff !important;
 background: #ff3a00;
 }
/* ---------- удалить ??? */



@media (max-width: 767px) {
.newslist .entry {
 padding: 0 15px 15px;
 background: rgba(235, 235, 235, 0.45);
 border: 1px solid rgb(220, 225, 230);
 border-radius: 10px;
 }

.newslist .entry__image {
  margin: 0 -15px 12px -15px;
  border-radius: 8px 8px 0 0;
 }

.newslist .entry__image a:hover img {
  border-radius: 8px 8px 0 0;
}


.newslist .entry_video {
  margin: 0 !important;
  }

.newslist .deldetail {
  display: none;
  }

.newslist .entry__title {
  font-size: 20px;
  }

.newslist .entry__text,
.newslist .entry__details {
  font: normal 16px/23px 'Roboto',sans-serif;
 }
 .entry__comnum__pda {
 position: absolute;
 top: 0;
 right: 0;
 font-family: "Roboto",sans-serif;
 font-size: 12px;
 color: #fff;
 background-color: rgba(35, 110, 160, 0.8);
 padding: 2px 14px;
 border-radius: 3px;
 margin: 15px;
 }

 .entry__comnum__pda:after {
 content: '';
 display: block;
 position: absolute;
 width: 0;
 height: 0;
 top: 100%;
 left: 7px;
 border-top: 6px solid rgba(35, 110, 160, 0.8);
 border-right: 6px solid transparent;
 }
}



/* SINGLE ENTRY */
.single-entry__head {
 border-bottom: 1px solid #eee;
 margin-bottom: 25px;
}

.single-entry__image {
 margin-bottom: 25px;
 position: relative;
}

.single-entry__image img {
 width: 100%;
}

.single-entry__title {
 font-weight: bold;
 margin: 0 0 15px;
}

.single-entry__mini-details {
 color: #aaa;
 margin: 15px 0;
}

.single-entry__mini-details li {
 display: inline-block;
 margin-right: 12px;
}

.single-entry__body {
 margin-bottom: 25px;
 padding-bottom: 25px;
 border-bottom: 1px solid #eee;
}

.slick-slider-status {
 background-color: rgba(0, 0, 0, 0.5);
 border-radius: 3px;
 color: #fff;
 font-size: 14px;
 padding: 5px 15px;
 position: absolute;
 right: 20px;
 top: 20px;
 z-index: 5;
}

.slick-slider {
 padding: 0 !important;
 margin: 10px 0 10px 0 !important;
}

.slick-slider:hover .slick-arrow {
 opacity: 1;
 visibility: visible;
}

.slick-slide {
 padding: 0 !important;
}

.slick-slide img {
 width: 100%;
 margin: 0;
}

.slick-prev {
 left: 0;
}

.slick-next {
 right: 0;
}

.slick-arrow {
 height: 100%;
 opacity: 0;
 visibility: hidden;
 width: 100px;
 z-index: 5;
}

.slick-arrow:before {
 font-size: 40px;
}

.slick-next:before {
 content: '';
 background-image: url(../n_plugins/slick/slidearrow.svg);
 width: 40px;
 height: 40px;
 background-position: 100% 0;
 position: absolute;
 top: 50%;
 right: 30px;
 margin-top: -40px;
 transform: rotate(180deg);
}

.slick-prev:before {
 content: '';
 background-image: url(../n_plugins/slick/slidearrow.svg);
 width: 40px;
 height: 40px;
 background-position: 0 0;
 position: absolute;
 top: 50%;
 left: 30px;
 margin-top: -40px;
}

.slick-dots {
 position: static;
 margin: 15px 0 0 !important;
 padding: 0 !important;
}

.single-entry__body .quote_text {
  position: relative;
  padding: 10px 60px 0 60px;
  font-style: italic;
}

.single-entry__body .quote_text:before {
  position: absolute; 
  font-family: FontAwesome; 
  font-size: 45px; 
  content: "\f10d";
  left: 0; 
  top: 0;
}

.single-entry__body .quote_text:after {
  position: absolute; 
  font-family: FontAwesome; 
  font-size: 45px; 
  content: "\f10e";
  right: 15px;
  bottom: 0;
}

.single-entry__body .quote_text li {
  list-style: disc;
  padding: 5px 0;
}

.single-entry__body .button_blue {
  display: inline-block;
  text-align: center;
  font-family: "Roboto",sans-serif;
  font-size: 13px;
  color: #fff !important;
  background-color: #4a7d99;
  border-color: #4a7d99;
  border-radius: 4px;
  padding: 8px 15px;
}

.single-entry__body .button_blue:hover {
  color: #fff !important;
  background-color: #00aced;
  border-color: #00aced;
}

.single-entry__body .button_blue span {
  border-right: 1px solid rgba(255, 255, 255, 0.5); 
  margin-right: 5px; 
  padding-right: 10px;
}

.single-entry__soc-buttons-share {
  margin: 10px auto;
  text-align: right;
}

.single-entry__soc-buttons-share .ico_uscl {
  border-radius: 3px !important;
}

.single-entry__soc-buttons-share .uscl-each-counter {
  border-color: rgba(255,255,255,.25) !important;
}

.single-entry__soc-buttons-share .uscl-item {
  padding: 3px 0 0 5px !important;
}

.single-entry__soc-buttons-share .uscl-item:first-child {
  padding: 3px 0 0 0 !important;
}





@media (max-width: 991px) {
 .single-entry {
 margin-bottom: 60px;
 } 
}

@media (max-width: 767px) {
.single-entry__body__pda {
    margin-bottom: 25px;
    padding-bottom: 25px;
    border-bottom: 1px solid #eee;
 }

.single-entry__image  {
    margin: -21px -20px 20px -20px;
 }

.single-entry__mini-details span {
    display: none;
}

.single-entry__mini-details {
    font: normal 14px/24px Roboto, sans-serif;
    margin: 15px 0;
}

.single-entry__mini-details i {
    padding-right: 2px;
 }



.slick-slider, .single-entry_animals-catalog .slick-slider {
    margin: 10px -20px 0px -20px !important;
 }

.typography .slick-slide img, .typography .fullwidth img  {
    padding: 0px !important;
    border: none !important;
    border-radius: 0px !important;
 }

.single-entry__image .slick-slider-status {
    font-family: Roboto;
    font-size: .9571rem;
    padding: 5px 9px;
}

.single-entry__image .slick-arrow, .typography .slick-arrow {
    width: 0px;
    height: 0%;
 }

 .fullwidth   {
    margin-right: -20px !important;
    margin-left: -20px !important;
 }

 .single-entry__body .quote_text {
    font: italic 17px/23px 'PT Sans',sans-serif;
    padding: 0;
 }

 .single-entry__body .quote_text:before, .single-entry__body .quote_text:after {
    display: none;
 }
 
 .single-entry__soc-buttons-share {
    text-align: left;
 }

}




/* SINGLE ENTRY ANIMALS CATALOG */
.single-entry_animals-catalog .slick-slider {
 margin: 0 0 30px !important;
}

.single-entry_animals-catalog .single-entry__body {
 border: 0;
 padding: 0 0 15px;
 margin: 0;
}

.single-entry__characteristics {
 margin-top: 50px;
 margin-bottom: 30px;
}

.single-entry__characteristics dl {
 overflow: hidden;
}

.single-entry__characteristics dl:last-child {
 margin-bottom: 0;
}

.single-entry__characteristics dt,
.single-entry__characteristics dd{
 display: inline-block;
}

.single-entry__characteristics dt {
 float: left;
 width: 45%;
}

.single-entry__characteristics dd {
 float: left;
 width: 55%;
}

.single-entry_animals-catalog .phone_note {
  display: block;
  font-size: 12px;
  color: #aaa;
  padding: 6px 0 0 0;
}

@media (max-width: 767px) {
 .single-entry_animals-catalog .single-entry__head {
 margin-bottom: 20px;
 }

 .single-entry_animals-catalog .single-entry__title {
 font: bold 22px/30px Roboto, sans-serif;
 margin: 0;
 }

 .single-entry_animals-catalog .single-entry__mini-details {
 font: normal 13px/24px Roboto, sans-serif;
 margin: 5px 0 15px;
 }

 .single-entry_animals-catalog .single-entry__body__description {
 font: normal 16px/23px 'Roboto',sans-serif;
 }

 .single-entry_animals-catalog dt, .single-entry_animals-catalog dd {
 display: inline;
 font-family: "Roboto",sans-serif;
 font-size: 15px;
 line-height: 22px;
 float: none;
 width: auto;
 }

 .single-entry_animals-catalog dt {
 padding: 0 3px 0 0;
 }

}



/* SINGLE ENTRY LOAD CATALOG */
.single-entry-load__cols {
 padding-left: 260px;
}

.single-entry-load__right {
 width: 100%;
 float: right;
 padding-left: 20px;
}

.single-entry-load__right .single-entry__head {
 margin-bottom: 20px;
}

.single-entry-load__left {
 width: 260px;
 margin-left: -260px;
 float: left;
 padding-bottom: 20px;
}


.single-entry-load__image {
 max-width: 260px;
 padding: 5px;
 border: 1px solid #eee;
 position: relative;
 margin: 0 auto;
}

.single-entry-load__image img {
 width: 100%;
 max-width: 100%;
 height: auto !important;
 display: block;
 transition: none;
}

.single-entry-load__image img а {
 transition: none;
}

.single-entry-load__characteristics {
 padding-bottom: 20px;
}

.single-entry-load__characteristics dl {
 overflow: hidden;
 margin-bottom: 10px !important;
 position: relative;
 margin: 0;
 background: #fff !important;
}

.single-entry-load__characteristics dl::after {
 position: absolute;
 right: 5px;
 left: 0;
 height: 1px;
 margin: 1em 0 0;
 content: '';
 background: url('/n_img/border_dashed.png') 0 0 repeat-x;
}

.single-entry-load__characteristics dt {
 display: inline-block;
 vertical-align: top;
 width: calc(100% - 138px);
}

.single-entry-load__characteristics dd {
 display: inline-block;
 width: 130px;
 text-align: right;
}

.single-entry-load__characteristics .title {
position: relative;
padding: 0 10px 0 0;
background: #fff !important;
z-index: 2;
}

.single-entry-load__characteristics .value {
position: relative;
padding: 0 0 0 10px;
background: #fff !important;
z-index: 2;
}

.single-entry-load__loadbutton {
 text-align: right;
 margin-bottom: 25px;
}

.single-entry-load__loadbutton .btn {
 font-family: "Roboto",sans-serif;
 font-weight: 300;
 font-size: 17px;
 color: #fff !important;
 background-color: #5b0;
 border: none !important;
 border-radius: 4px;
 padding: 12px 22px;
 outline: none;
 width: 181.367px;
 overflow: hidden;
 transition: width 0.2s ease;
}

.single-entry-load__loadbutton .btn:hover {
 background-color: #4daa00;
 color: #fff !important;
 width: 222.56px;
  outline: none;
}

.single-entry-load__loadbutton .btn:active {
 outline:0;
 -webkit-box-shadow: none !important;
 box-shadow: none !important;
}

.single-entry-load__loadbutton .icon {
 border-left: 1px solid rgba(255, 255, 255, 0.5);
 margin-left: 13px;
 padding-left: 12px;
 opacity: 0;
 visibility: hidden;
 transition: all 0.2s ease 0s;
}

.single-entry-load__loadbutton .icon img {
 width: 18px;
 height: 18px;
 vertical-align: middle;
}


.single-entry-load__loadbutton .btn:hover .icon {
 opacity: 1;
 visibility: visible;
 transition: all 0.2s ease 0s;
}

.single-entry-load__anons-link {
 background-color: #0c507d;
 border-radius: 4px;
 color: #fff;
 font-size: 12px;
 font-family: Arial, sans;
 display: inline-block;
 margin: 10px 0;
 padding: 5px 15px;
 transition: all 0.2s ease 0s;
}

.single-entry-load__anons-link:hover {
 background-color: #276d9a;
 color: #fff !important;
}


@media (max-width: 767px)  {
 .single-entry-load__cols {
 padding-left: 0px;
 }
 .single-entry-load__right {
 padding-left: 0px;
 }
 .single-entry-load__loadbutton {
 text-align: center;
 padding-top: 40px;
 padding-bottom: 0px;
 }
 .single-entry-load__left {
 width: 100%;
 margin-left: 0px;
 }
 .single-entry-load__anons-link {
 margin: 10px 0 30px 0;
 }
}
/* SINGLE ENTRY LOAD CATALOG END */





/* МОБИЛЬНЫЙ ВИД МЕНЮ КАТЕГОРИЙ */
.mobile_categories__menu {
    display: none;
 }

@media (max-width: 767px) {
.mobile_categories__menu {
    display: block;
    margin-bottom: 30px;
 }

.mobile_categories__menu .catsTd {
    display: block;
    position: relative;
    border-bottom: 1px dashed #eee;
 }

.mobile_categories__menu .catsTd a {
    transition: none;
 }

.mobile_categories__menu a {
    color: #333;
    padding: 10px 0;
    display: block;
 }

.mobile_categories__menu a:hover {
    color: #fff !important;
 }

.mobile_categories__menu .catsTable tr :hover {
 color: #fff;
 }

.mobile_categories__menu a:hover {
    background-color: #2b769b;
 }

.mobile_categories__menu a::before {
    content: "\f10c";
    font-family: FontAwesome;
    font-size: 0.75em;
    font-weight: normal !important;
    vertical-align: middle;
    padding-bottom: 3px;
    margin-right: 10px;
 }

.mobile_categories__menu .catNumData {
    position: absolute;
    right: 10px;
    top: 10px;
 }

.mobile_categories__menu .catDescr {
    font-size: 85%;
    color: #aaa;
 }
}
/* МОБИЛЬНЫЙ ВИД МЕНЮ КАТЕГОРИЙ  END */



@media (max-width: 767px) {
 .single-entry_animals-catalog .slick-slider {
 margin: 0px 0px 0px 0px !important;
 }
 .slick-arrow:before {
 display: none;
 }
}



/* TYPOGRAPHY */
.typography .section-head {
  font-weight: 700;
  margin: 0 0 5px 0;
}

.typography ul {
 list-style: square;
 margin-bottom: 15px;
 padding-left: 15px;
}

.typography li {
 list-style: square;
 padding: 5px 0;
}

.typography img {
 margin: 15px 0 !important;
 max-width: 100%;
 padding: 5px !important;
 border: 1px solid #d4d4d4 !important;
}

.typography blockquote {
 font-family: 'PT Sans', sans-serif;
 font-size: 14px;
 font-style: italic;
 color: #333;
 line-height: 1.6;
 border-left: 3px solid #2198d5;
 padding: 0 0 0 20px;
 margin: 30px 0;
}

.typography .link {
  border-bottom: 1px dashed;
} 

.typography .link:hover {
  border-bottom: none;
}


@media (max-width: 767px) {
 .typography {
    font: normal 16px/23px 'Roboto',sans-serif;
 }

 .typography ul {
    list-style: square;
    margin-bottom: 15px;
    padding-left: 15px;
 }

 .typography li {
    list-style: square;
    padding: 5px 0;
 }

 .typography img {
    max-width: 100%;
    margin: 15px 0;
 }

 .typography blockquote {
    font: italic 17px/25px 'PT Sans',sans-serif;
    color: #333;
    border-left: 3px solid #2198d5;
    padding: 0 0 0 20px;
    margin: 30px 0;
 }

 .typography .link {
    border-bottom: 1px dashed;
 } 

 .typography .link:hover {
    border-bottom: none;
 }


}



/* YANDEX-SHARE*/
.ya-share2 {
 margin: 10px auto; 
 text-align: right;
}

/* AUTHOR */
.author .lead {
 margin: 0 0 10px;
 font-size: 16px;
 font-weight: bold;
}

.author__image img {
 width: 110%;
 border-radius: 50%;
}

.author__name {
}

.author__description {
 color: #aaa;
}




/* FORUM LINKS */
.single-entry__forum-link {
 background-color: #0c507d;
 border-radius: 4px;
 color: #fff;
 font-size: 12px;
 font-family: Arial, sans;
 display: inline-block;
 margin: 10px 0;
 padding: 5px 15px;
 transition: all 0.2s ease 0s;
}

.single-entry__forum-link:hover {
 background-color: #276d9a;
 color: #fff !important;
}

.single-entry__forum-link span {
 border-left: 1px solid rgba(255, 255, 255, 0.25);
 margin-left: 10px;
 padding-left: 10px;
 font-size: 12px;
 font-family: Arial, sans;
}

@media (max-width: 767px) {
 .author {
 font-family: "Roboto",sans-serif;
 margin-bottom: 25px;
 padding-bottom: 25px;
 border-bottom: 1px solid #eee;
 }

 .yashare-auto-init {
 text-align: center !important;
 }
}




/* СХОЖИЕ МАТЕРИАЛЫ */
.related_entries_body {
 background-color: #f7f7f7;
 padding: 20px 30px 20px 60px;
 margin-left: -60px;
 margin-right: -30px;
 margin-top: 30px;
 border-right: 1px solid #f3f3f3;
}

.related_entries_title {
 font-size: 18px;
 font-weight: 700;
 padding-bottom: 15px;
}

.owl__entry__title {
 margin: 0;
}

.owl__entry__title a {
 color: #333;
 font-size: 14px;
 font-weight: 700;
}

#related .owl-carousel .owl-item img {
 padding-bottom: 3px;
}

#related .owl-carousel .owl-item {
 line-height: 1.2 !important;
}

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

.owl-theme .owl-dots .owl-dot span {
 width: 10px;
 height: 10px;
 margin: 5px 7px;
 background: #D6D6D6;
 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: #869791; 
}

#related .owl-carousel .owl-item img:hover  {
 opacity: 0.8;
}

#related .owl-theme .owl-dots .owl-dot span {
 width: 11px;
 height: 10px;
 margin: 7px 6px;
 background: #D6D6D6;
 display: block;
 -webkit-backface-visibility: visible;
 transition: opacity 200ms ease;
 border-radius: 30px; 
}

#related .owl-theme .owl-dots .owl-dot.active span, #related .owl-theme .owl-dots .owl-dot:hover span {
 background: #869791; 
}

@media (max-width: 767px) {
.owl-carousel .owl-wrapper-outer {width: 110%;}
}
/* СХОЖИЕ МАТЕРИАЛЫ  END */




/* ВИД КОММЕНТАРИЕВ */
.comments {
 margin-top: 60px;
}

.com-order-number {
 position: relative;
 background-color: #f7f7f7;
 padding: 15px 175px 15px 15px;
 border-radius: 4px;
 margin: 25px 0 40px;
}

.com-order-number-number {
 font-weight: bold;
 font-size: 16px;
}

.com-order-number-write a {
  position: absolute;
  top: 0;
  right: 0;
  width: 175px;
  height: 100%;
  color: #333 !important;
  text-align: center;
  padding: 15px;
  background-color: rgba(135, 135, 135, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 0 4px 4px 0;
  transition: all 0.25s ease 0s;
}

.com-order-number-write a:hover {
  text-decoration: none !important;
  background-color: rgba(135, 135, 135, 0.15);
  transition: all 0.25s ease 0s;
}

.com-order-wrap {
 margin: 0;
}

.com-order-title {
 font-weight: normal;
 color: #aaa;
 margin-right: 5px;
}

.com-order-block {
 display: none;
}

.comment_over { 
 position: relative;
 margin-top: 20px;
 padding-bottom: 15px;
 border-bottom: 1px solid #dedede;
} 

.comment {
 display: table;
 width: 100%;
} 

.comment_avatar {
 display: table-cell;
 vertical-align: top;
 width: 64px;
 padding-right: 15px;
} 

.comment_avatar img, .ucf-avatar img {
 border-radius: 50px !important;
 width: 60px !important;
 height: 60px !important;
 object-fit: cover;
}

.ucf-avatar img {cursor: auto;}

.comment_guest_label {
 text-align:center;
 font-size: 12px;
 color: #9C9C9C;
 padding-top: 6px;
} 

.comment_author_label {
  display: inline-block;
  opacity: 0.85;
  vertical-align: text-bottom;
}

.comment_author_label .author {
  display: none;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #fff;
  padding: 0 7px;
  margin: 0 0 0 10px;
  background: #ff9900;
  border-radius: 250px;
}

.comment_author_label .moder,
.comment_author_label .egida-member {
  display: inline-block;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 10px;
  color: #fff !important;
  padding: 0 7px;
  margin: 0 0 0 12px;
  background: #0c6c9c;
  border-radius: 250px;
}


.comment_message {
 display: table-cell;
 vertical-align: top;
 text-align: left;
} 

.comment_message_in img {
  max-width: 300px;
}

.comment_message_in iframe {
  max-width: 100%;
}

.bad-comment {
  opacity: 0.4;
}

.comment_top {
 padding-top: 2px;
 padding-bottom: 7px;
 font-size: 18px;
 line-height: 20px;
} 

.comment_top a {
 text-decoration: none;
 color: #6c6c6c;
} 

.comment_top .comm_time {
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  font-size: 12px;
  color: #939393;
  display: inline-block;
  padding: 0 10px 0 10px;
} 

.comment_data {
 opacity: 0;
 visibility: hidden;
 -webkit-transition: opacity .3s ease-out;
 transition: opacity .3s ease-out;
}

.comment_over:hover .comment_data {
 opacity: 1;
 visibility: visible;
 -webkit-transition: opacity .3s ease-out;
 transition: opacity .3s ease-out;
}

.comment_bottom {
  color: #939393;
  font-family: "Roboto",sans-serif;
  margin-top: 15px;
}

.comment_bottom div {
  display: inline-block;
}

.commentRating {
  margin-right: 20px;
}

.commentsModerPanel {
  position: absolute;
  top: 0;
  right: 0;
}

.commentRating a,
.commentsAnswer a {
  color: #939393;
}

.commentRating a:hover {
  color: #ff0044 !important;
}

.commentRating .heart-colored {
  color: rgba(255, 0, 68, 0.8);
}

.commentRating i {
  padding-right: 2px;
}




@media (max-width: 767px) {	
    .comment_over {
    position: relative;
    }

    .comment_avatar {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    }

    .comment_avatar img {
    width: 44px !important;
    height: 44px !important;
    }

    .comment_guest_label {
    display: none;
    }

    .comment_top {
    padding-left: 55px;
    }

    .comment_data {
    opacity: 1;
    visibility: visible;
    }

    .comment_top .comm_time {
    display: block;
    font-weight: 300;
    color: #737373;
    padding: 1px 0 0 0;
    margin: 2px 0 5px;
    }

    .comment_answer_button {
    opacity: 1;
    visibility: visible;
    }

    .comment_answer_button a {
    display: inline-block;
    background: rgba(0, 0, 0, 0.12);
    } 

    .comment_message_in {
    font: normal 16px/22px 'Roboto',sans-serif;
    }

    .com-order-number-write a {
    width: 50%;
    }
}





/* QUOTE ON SITE COMMENTS */
.comment_message_in .bbQuoteBlock {
 border-left: 3px solid rgb(140, 146, 148) !important;
}
.comment_message_in .bbQuoteName {
 font-size: 13px !important;
 padding-left: 10px !important;
 font-style: italic;
}
.comment_message_in .quoteMessage {
 margin: 0 0 5px 0;
 padding: 5px 10px 5px 10px;
 color: #444;
 font-style: italic;
 border: none !important;
 font-size: 14px;
 line-height: 18px;
}






/*-U_FORM
--------------------------------------*/

ul.uf-form li {
	margin: 0 0 10px 0 !important;
}




/*-COMMENTS_FORM
--------------------------------------*/
.uComForm {}
.ucf-avatar {float: left;width: 50px;}
.ucf-avatar img {width: 50px;border-radius: 3px;}
.ucf-content {position: relative;margin: 0 0 0 60px;}
.ucf-start-content {overflow: hidden;}
.uComForm input.uf-txt-input {
	width: 200px !important;
}
.ucf-start-content textarea {
	height: 50px;
	max-height: 200px;
}

.ucf-table {
	vertical-align: top;
	width: 100%;
	border-collapse: collapse;
	border: 0;
}
.ucf-table td {vertical-align: top;}
.ucf-smiles {
	width: 5%;
	padding: 0 0 0 5px !important;
}
.ucf-message-wrap {
	padding: 0 !important;
}
.ucf-form .commFl {
	margin: 0 !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.ucf-form select, .ucf-form input {margin: 0 !important;vertical-align: middle;}
.ucf-form label, .ucf-form img  {vertical-align: middle;}

.ucf-options {
	position: relative;
	float: right;
	font-size: 0;
}
.ucf-option {
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 0 0 0 3px !important;
	width: 30px !important;
	height: 30px !important;
}
.ucf-option-label {
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 0 !important;
	cursor: pointer !important;
	opacity: .4 !important;
	filter: alpha(opacity=40) !important;
	background: #ccc;
	border-radius: 50% !important;
	width: 30px !important;
	height: 30px !important;
	background: no-repeat center center;
}
.uf-checkbox {
	width: 30px;
	height: 30px;
	outline: none;
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	cursor: pointer;
}
.ucf-option-checked {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.ucf-form select, .ucf-form input {margin: 0 !important;vertical-align: middle;}
.ucf-form label, .ucf-form img  {vertical-align: middle;}

.ucf-options {
	position: relative;
	float: right;
	font-size: 0;
}
.ucf-option {
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 0 0 0 3px !important;
	width: 30px !important;
	height: 30px !important;
}
.ucf-option-label {
	display: inline-block !important;
	vertical-align: middle !important;
	margin: 0 !important;
	cursor: pointer !important;
	opacity: .4 !important;
	filter: alpha(opacity=40) !important;
	background: #ccc;
	border-radius: 50% !important;
	width: 30px !important;
	height: 30px !important;
	background: no-repeat center center;
}
.uf-checkbox {
	width: 30px;
	height: 30px;
	outline: none;
	opacity: 0 !important;
	filter: alpha(opacity=0) !important;
	cursor: pointer;
}
.ucf-option-checked {
	opacity: 1 !important;
	filter: alpha(opacity=100) !important;
}

.ucf-option-subscribe, .ucf-option-anonymous, .ucf-option-additional {background: url(/.s/img/icon/social/options_icons_30x30.png) no-repeat left center;}
.ucf-option-subscribe {background-color: #f57936; background-position: left -60px;}
.wysibb .wysibb-toolbar .wysibb-toolbar-container {background-image: none !important;}


/* КНОПКА ДОБАВИТЬ КОММЕНТАРИЙ */
.uf-btn {
	margin: 0 !important;
	padding: 0 10px !important;
	font-size: 12px !important;
	/* line-height: 30px !important; */
	line-height: normal !important;
	height: 30px !important;
	color: #4c4c4c !important;
	text-transform: none !important;
	border: 1px solid #d6d6d6 !important;
	border-color: rgba(0,0,0,.16) !important;
	border-radius: 3px !important;
	background-color: #fff !important;
	box-shadow: none !important;
	background-image: -webkit-linear-gradient(bottom, rgba(18,16,11,.09), rgba(255,255,255,.09)) !important;
	background-image: -moz-linear-gradient(bottom, rgba(18,16,11,.09), rgba(255,255,255,.09)) !important;
	background-image: -o-linear-gradient(bottom, rgba(18,16,11,.09), rgba(255,255,255,.09)) !important;
	background-image: linear-gradient(to top, rgba(18,16,11,.09), rgba(255,255,255,.09)) !important;
	background-position: 0;
	outline: none !important;
	cursor: pointer;
	-webkit-transition: background-color .3s .05s ease-out !important;
	transition: background-color .3s .05s ease-out !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}
.uf-btn:hover, .ucf-post-btn:active {
	background-color: #5b0;
}
.uf-btn:active {
	box-shadow: inset 0 1px 3px rgba(0, 0 ,0 ,.3) !important;
}
.uf-btn:hover, input.uf-btn:hover,
.uf-btn:active, input.uf-btn:active {
	background-position: 0;
}



.ucf-content {margin: 0 0 0 80px !important;}
.uf-tooltip {margin: 0 0 15px -50px !important;}
.uf-form .uf-txt-input {border: collapse !important; padding: 6px 17px !important;}
label[for="captcha-answer-news-com-add"] {padding-left: 0px !important;}
label[for="captcha-answer-dir-com-add"] {padding-left: 0px !important;}
label[for="captcha-answer-publ-com-add"] {padding-left: 0px !important;}
label[for="captcha-answer-board-add"] {padding-left: 0px !important;}
label[for="captcha-answer-board-com-add"] {padding-left: 0px !important;}
label[for="captcha-answer-load-com-add"] {padding-left: 0px !important;}
label[for="captcha-answer-photo-com-add"] {padding-left: 0px !important;}
.captcha-answer {display: inline-block !important; width: 75px !important; border: 1px solid #d6d6d6 !important;}
.commError {padding: 20px 0 30px 0 !important;}
.captcha-block {display: block !important;}



@media (max-width: 767px) {
 .uComForm textarea {
 height: 185px !important;
 }

 .uComForm textarea:focus, .uf-form input:focus {
 border-color:rgba(141,141,141,0.8) !important;
 box-shadow: none !important;
 }

 .uComForm textarea, .uComForm input.uf-txt-input {
  width: 100% !important;
 }

.myWinCont textarea,
.uf-form .uf-txt-input {
  font: normal 16px/22px 'Roboto',sans-serif !important;
}





 .uf-btn {
 font-family: "Roboto",sans-serif;
 margin: 0 !important;
 padding: 0 10px !important;
 font-size: 14px !important;
 line-height: normal !important;
 height: 40px !important;
 color: #fff !important;
 width: 100%;
 text-transform: none !important;
 border: 1px solid #5b0 !important;
 border-radius: 3px !important;
 background-color: #5b0 !important;
 background-image: none !important;
 transition: none !important;
 }

 .uf-btn:hover, .ucf-post-btn:active {
 background-color: #5b0 !important;
 }

 .uf-btn {}

 .ucf-options {
 display: none;
 }

}




/*-TOOLTIP
-------------------------------------*/
.uf-with-tooltip {position: relative;cursor: pointer;}
.uf-tooltip {
	position: absolute;
	width: 120px;
	bottom: 100%;
	left: 50%;
	margin: 0 0 15px -60px;
	padding: 5px;
	font-size: 11px !important;
	line-height: 1.5 !important;
	color: #fff !important;
	text-align: center;
	background-color: #000;
	background-color: rgba(0, 0, 0, .7);
	border-radius: 4px;
	visibility: hidden;
	opacity: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all .2s .2s ease-out;
}
.uf-with-tooltip:hover .uf-tooltip, .uf-wtt-hovered .uf-tooltip {visibility: visible;opacity: 1;margin-bottom: 10px;*margin-bottom: 0;transition-delay: .05s;}
.uf-tooltip:before {
	position: absolute;
	display: block;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 12px;
}
.uf-tooltip:after {
	position: absolute;
	display: block;
	content: "";
	top: 100%;
	left: 50%;
	margin: 0 0 0 -6px;
	border: 6px solid transparent;
	border-top-color: #000;
	border-top-color: rgba(0, 0, 0, .7);
}
.uf-tt-item {
	display: block;
	padding: 2px 0 !important;
	font-size: 12px !important;
	text-align: center;
	color: #fff !important;
	text-decoration: none !important;
}
a.uf-tt-item:hover {
	opacity: .8;
	filter: alpha(opacity=80);
}
.uf-tt-hr {
	display: block;
	height: 1px;
	margin: 3px 0;
	overflow: hidden;
	background: #000;
	background: rgba(255, 255, 255, .2);
}

.uComment:before, .uComment:after {
   content: " ";
   display: table;
}
 .uComment:after {
   clear: both;
}







@media (max-width: 640px) {
 .bestCom .comment_top::after {
 display: none;
 }
}

@media (max-width: 991px) {
 .ucf-bb {
 display: none;
 }
}


@media (max-width: 640px) {
 .uf-with-tooltip, .ucf-avatar img {
 display: none;
 }

 .ucf-content {
 margin: 0px !important;
 }
}




/* COMMENTS-ADD_MARKER+PAGINATION */
.add_comment_marker-body {
 display: table; 
 width: 100%;
}

.add_comment_marker-add {
 display: table-cell; 
 vertical-align: middle;
}

.add_comment_marker-pagination { 
 display: table-cell; 
 vertical-align: middle; 
 text-align: right;
}


/* COMMENTS-PAGINATION */
.pagesBlock1 {color: #fff; }


.swchItem {
color: #ccc;
font-size:100% !important;
display: inline-block;
border: 1px solid;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
margin: 0 5px;
border-radius: 50%;
}

.swchItemA {
color: #479ed4;
font-weight:400 !important;
display: inline-block;
border: 1px solid;
width: 30px;
height: 30px;
text-align: center;
line-height: 30px;
margin: 0 5px;
border-radius: 50%;
}





/* ФОРМА ДОБАВЛЕНИЯ ФОТОГРАФИЙ В МУЛЬТИЗАГРУЗКЕ */

#imageUploaderTypeSwitcher {
  display: none !important;
}

#imageUploaderWrapper {
  border: 2px dashed rgba(17, 17, 17, 0.35);
  background: rgba(0,0,0,.06);
  border-radius: 8px;
}


.filepond--drop-label {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px !important;

}

.filepond--item[data-drag-state] {
  width: 180px;
  height: 120px !important;
}

.filepond--item-panel {
  width: 180px;
  height: 120px !important;
}

.filepond--item[data-drag-state] > .filepond--panel {
  overflow: hidden;
}

.filepond--file-action-button:last-child,
.insert-image-button {
 display: none !important; 
}

.filepond--file-info .filepond--file-info-main {
  font-size: .85em !important;
}

.filepond--file-info .filepond--file-info-sub {
  font-size: .75em !important;
  opacity: .8 !important;
  font-family: "Roboto",sans-serif !important;
  font-weight: 300 !important;
}

.filepond--file-status .filepond--file-status-main {
  font-size: 9px !important;
  font-family: "Roboto",sans-serif !important;
  font-weight: 300 !important;
}

.filepond--file-status .filepond--file-status-sub {
  font-size: .75em !important;
  opacity: .8 !important;
  font-family: "Roboto",sans-serif !important;
  font-weight: 300 !important;
}

.filepond--root .filepond--drop-label:hover,
.filepond--drop-label.filepond--drop-label label:hover {
  cursor: pointer;
}

.filepond--file-wrapper {
   cursor: move; 
}

/* КОНЕЦ ФОРМЫ ДОБАВЛЕНИЯ ФОТОГРАФИЙ В МУЛЬТИЗАГРУЗКЕ */







/* USER PROFIL */
.user-profil {
	padding: 0;
}

.user-profil__menu {
    background-color: #1d1f20;
    background-image: linear-gradient(145deg, #1d1f20, #404348);
    padding: 30px;
}

.user-profil__menu-top {
    border-bottom: 1px solid #333;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

.user-profil__menu-avatar {
    float: left;
    margin-right: 15px;
}

.user-profil__menu-avatar img {
    border-radius: 50%;
    width: 40px;
    height:40px;
    object-fit: cover;
}

.user-profil__menu-username {
	color: #fff;
	display: block;
}

.user-profil__menu-group {
	color: #666;
	display: block;
}


.user-profil__menu-section {
    margin-bottom: 30px;
}

.user-profil__menu-section h4 {
    color: #666;
}

.user-profil__menu-list {
  margin: 0 -30px;
}

.user-profil__menu-list li {
  position: relative;
}

.user-profil__menu-link {
  color: #fff;
  padding: 10px 30px;
}

a.user-profil__menu-link {
    display: block;
}

a.user-profil__menu-link:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: #fff !important;
}

.user-profil__menu-link span {
    position: absolute;
    right: 30px;
}

.user-profil__menu-btn {
    cursor: pointer;
    font-size: 30px;
    left: 0;
    position: absolute;
    top: 0;
}

.user-profil__panel {
	background-color: #fff;
	padding: 60px;
}

.user-profil__body {
    position: relative;
}

.user-profil__top {
    margin-bottom: 60px;
    text-align: center;
}

.user-profil__message {
    position: absolute;
    right: 0;
    top: 5px;
}

.user-profil__message a {
    background-color: #81c637;
    border-radius: 4px;
    color: #fff !important;
    display: block;
    padding: 8px 15px;
}

.user-profil__message a:hover {
	background-color: #73b52d;
}

.user-profil__message-icon {
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    margin-left: 5px;
    padding-left: 10px;
}

.user-profil__avatar {
    margin: 0 auto 15px;
    position: relative;
    width: 150px;
}

.user-profil__avatar img {
    border-radius: 50%;
    width: 150px;
    height:150px;
    object-fit: cover;
}

.user-profil__basic {
    margin-bottom: 25px;
}

.user-profil__basic div {
    color: #aaa;
}

.user-profil__achievements-item {
    display: inline-block;
    margin-right: 30px;
}

.user-profil__achievements-item:last-child {
    margin: 0;
}

.user-profil__achievements-num {
    font-size: 24px;
    font-family: Arial,sans-serif;
}

.user-profil__achievements-num a {
    color: #333;
}

.user-profil__bottom img {
    max-width: 100%;
}

.user-profil__bottom dl {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.user-profil__bottom dl:after {
            content: "";
            display: table;
            clear: both;
        }

.user-profil__bottom dt,
.user-profil__bottom dd {
	display: inline-block;
}

.user-profil__bottom dt {
    color: #aaa;
    font-weight: normal;
    float: left;
    width: 45%;
}

.user-profil__bottom dd {
    float: left;
    width: 55%;
}

.user-profil__blockBanned {
    text-align:center;
    font-weight: 700;
    padding-bottom: 50px;
}

.user-profil__do-rep-plus {
    font-size: 12px;
    vertical-align: middle;
    padding-bottom: 8px;
    padding-right:3px; 
    color:#00a233;
    opacity: 0.5;
}

:hover.user-profil__do-rep-plus  {
    opacity: 1;
}

.user-profil__do-rep-minus {
    font-size: 12px;
    vertical-align: middle;
    padding-bottom: 8px;
    padding-left:3px; 
    color:#ff7900;
    opacity: 0.5;
}

:hover.user-profil__do-rep-minus  {
    opacity: 1;
}

.user-profil__gift {
    float: right;
    padding-top: 12px;
}

.user-profil__gift a {
     border: 1px solid #a8a7a8;
    border-radius: 4px;
    color: #999898;
    font-size: 12px;
    font-weight:500;
    text-transform: none;
    display: inline-block;
    padding: 5px 15px;
}

.user-profil__gift a:hover {
    background-color: #276d9a;
    color: #fff !important;
    border: 1px solid #276d9a;
}

.user-profil__gift-num {
    border-left: 1px solid rgba(153, 152, 152, 0.8);
    margin-left: 5px;
    padding-left: 10px;
}

.user-profil__my_award {
    float:right; 
    color: #999898; 
    font-size: 12px !important; 
    font-weight:500 !important; 
    border-bottom: none !important; 
    padding-top: 14px;
}

.user-profil__input_item {
    margin-top: -5px;
    color: #bbbbbb;
    font-size: 12px;
}



@media (max-width: 991px) {
	.user-profil {
	    margin-bottom: 60px;
	}

	.user-profil__bottom {
		margin-bottom: 60px;
	}
}

@media (max-width: 767px) {

	.user-profil__panel {
		padding: 30px;
	}

	.user-profil__message-text {
		display: none;
	}

	.user-profil__gift-text {
		display: none;
	}


	.user-profil__message-icon {
	    border: 0 none;
	    margin: 0;
	    padding: 0;
	}

	.user-profil__gift-num {
	    border: 0 none;
	    margin: 0;
	    padding: 0;
	}

	.user-profil__bottom dt,
	.user-profil__bottom dd {
		display: block;
    width: 100%;
	}

  .user-profil__bottom dt {
    margin-bottom: 5px; 
  }
}



/* USER LIST */
.user-list {
    overflow: visible;
}



/* BOARD */
.board__cat-num-and-add {
    position: relative;
    margin-bottom:35px;
}

.board-add__btn {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #e80300;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    padding: 8px 15px;
}

.board-add__btn:hover {
    background-color: #c20301;
    color: #fff !important;
}


.board-add__btn-icon {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 5px;
    padding-right: 10px;
}

.board__section-description {
    margin-bottom: 35px;
}

.board__location-menu {
    display: table;
    height: 33px;
}

.board__location-menu:before {
    display: inline-block;
    content: "Область:";
    font-size: 22px;
    font-weight: 700;
    margin: -3px 3px 0 0 !important;
}

.board__location-menu select {
    border: none;
    color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
}

.board__location-menu .jq-selectbox {
    margin: 1px 0 0 -3px !important;
    vertical-align: top;
}

.board__location-menu .jq-selectbox__select {
    padding: 0 45px 0 3px;
}

.board__location-menu .jq-selectbox__select-text {
    font-family: 'PT Sans', sans-serif;
    line-height: 1.2;
    font-size: 22px;
    font-weight: 700;
}

.board__location-menu .jq-selectbox__select-text:hover {
    color: #136289;
}

.board__location-menu .jq-selectbox__select-text:after {
    content: "\f0d7";
    font-family: FontAwesome;
    font-size: 11px;
    padding-left: 10px;
    padding-right: 5px;
    vertical-align: middle;
}

.board__location-menu .jq-selectbox__select,
.board__location-menu .jq-selectbox__select:hover,
.board__location-menu .jq-selectbox__select:active,
.board__location-menu .jq-selectbox.focused .jq-selectbox__select {
    border: none;
    background: none;
    text-shadow: none; 
}


.board__location-menu .jq-selectbox__trigger {
    display: none;
}

.board__location-menu .jq-selectbox__dropdown {
    background: #f8f8f8;
    border: 1px solid rgba(0,0,0,.06);
    border-radius: 0px;     
}

.board__location-menu .jq-selectbox ul {
    box-shadow: 0 0 0 1px rgba(0,0,0,.06),0 10px 20px 0 rgba(0,0,0,.15);
}

.board__location-menu .jq-selectbox li:hover {
	background-color: #2b769b;
}

.board__all-entries-num {
    display: table;
    font-size: 15px;
    font-weight: 700;
}

.board__all-entries-num b {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif !important;
    font-size: 15px;
    font-weight: 700;
}

.board__user-ads {
    font-weight:700;
    font-size: 22px;
}

.board__cat-menu {
    position: relative;
}

.my-board-ad {
    position: absolute;
    right: 0;
    top: 0;
    border-left: 1px solid #dfdfdf;
}

.my-board-ad:hover {
    background-color: #ff7900;
}

.board__cat-menu a:first-child {
    border-left:1px solid #dfdfdf;
}

.board__cat-menu a {
    color: #333 !important;
    display: table-cell;
    padding: 8px 15px;
    border-top:1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    border-collapse: collapse;
    transition: none;
}

.board__cat-menu a:hover, .board__cat-menu .active {
    background-color: #81c637;
    color: #fff !important;
}

.board-item {
    padding: 20px 0 20px 0;
    position: relative;
    border-top: 1px solid #dfdfdf;
}



.board-item div[class^="col"] {
  position: static;
}

.board-item__image,
.board__super-offer__informer .entry__image {
    background: #000 url("/n_img/board_entry_elseimg.svg") no-repeat scroll 50% 45%;
    position: relative;
}

.board-item__image__nophoto {
    position: relative;
}

.board-item__image img, 
.board-item__image__nophoto img {
    position: relative;
    width: 100%;
    z-index: 2;
    height: 180px;
    object-fit: cover;
}

.board-item__image a:hover img,
.board__super-offer__informer .entry__image a:hover img {
    opacity: 0.45;
}

.board-item__number-images {
    color: #fff;
    font-size: 14px;
    left: 50%;
    margin: 25px 0 0 -40px;
    position: absolute;
    top: 50%;
    z-index: 1;
}

.board-item__statistics {
    color: #fff;
    padding: 15px 15px 0 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    font-size: 12px;
    opacity: 0.8;
    text-shadow: 0 1px 0 rgba(0,0,0,0.1);
    text-align: right;
}



.board-item__image .video-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #DB3727;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
}


.board-item__image .video-icon .icon_type_play {
    background-size: contain;
    opacity: .9;
    margin-top: 8px;
    margin-left: 9px;
    width: 12px;
    height: 12px;
    background-image: url(/n_img/icons_svg/play.svg);
}


.icon:empty::after {
    content: '\00A0';
    visibility: hidden;
}

.board-item__image .icon {
    background: 50% no-repeat;
    background-image: none;
}

.board-item__left {
    border-right: 1px dotted #ccc;
    padding-right: 15px;
}

.board-item__body {
    border-bottom: 0px dotted #ccc;
}

.board-item__title {
    font-weight: bold;
    margin: 0;
}

.board-item__title a {
    color: #333;
}

.board-item__details {
    color: #aaa;
    margin: 10px 0 10px 0px;
    position: relative;
}

.board-item__details li {
    display: inline-block;
    padding-right: 20px;
}

.board-item__category a {
    color: #aaa;
}

.board-item__info {

}

.board-item__text {
    margin-bottom: 15px;
    padding-bottom: 15px;
}

.board-item__location {
    bottom: 20px;
    color: #aaa;
    position: absolute;
    margin-left: -4px;
}

.board-item__right {
    text-align: right;
}

.board-item__price {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px;
}

.board-item__price-cash {
    font-family: 'Roboto Condensed', sans-serif;
    color:#fff !important;
    font-size: 17px;
    font-weight: 500;
    background-color: #5b0;
    padding: 2px 10px;
}

.board-item__price-usd {
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 14px;
    color: #777;
    margin: -4px 0 15px 0;
}

.board-item__service {
    margin-bottom: 15px;
}

.board-item__service i-fix {
    background-color: #ffd700;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.board-item__service i-gotop {
    background-color: #ff7900;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.board-item__service i-super-offer {
    background-color: #ff2b51;
    border-radius: 50%;
    color: #fff;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.board-item__service:hover {
    opacity: 0.7;
    transition: all 0.4s ease 0s;
}

.board-item__date {
    bottom: 20px;
    color: #aaa;
    position: absolute;
    right: 0;
}

.board-item__right .u-mpanel-refresh, .board-item__right .u-mpanel-tags {
    display: none !important;
}
.single-entry_animals-catalog .u-mpanel-tags {
    display: none;
}



@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
  .board-item__details li {
  display: inline;
 }

  .board-item__price-cash {
  display: ruby;
 }
}












/* МОБИЛЬНЫЙ ВИД МАТЕРИАЛОВ ДОСКИ ОБЪЯВЛЕНИЙ */
.board-item__mobile {
  padding: 20px;
  margin: 0 -20px;
  border-bottom: 4px solid rgba(0,0,0,.12);
}

.board-item__mobile .title {
  display: block;
  position: relative;
  font-size: 16px;
  font-family: "Roboto",sans-serif;
  font-weight: 700;
  overflow: hidden;
  text-overflow: ellipsis;
}

.board-item__mobile .title a {
  color: #333 !important;
}

.board-item__mobile .icon__comment {
  font-size: 12px;
  font-weight: 400;
  color: rgb(144, 144, 144);
  vertical-align: text-top;
  padding: 0 0 0px 8px;
}

.board-item__mobile .icon__comment img {
  width: 18px;
}



.board-item__mobile .icon__isontop {
  position: absolute;
  right: 0;
  top: 0;
  background: #fff;
  padding: 0 0 0 5px;
  margin: -3px 0 0;
}

.board-item__mobile .icon__isontop img {
  width: 24px;
}

.board-item__mobile .price {
  margin-top: 6px;
}

.board-item__mobile .itemlabel {
  line-height: 18px;
  font-weight: 400;
  font-family: "Roboto",sans-serif;
  font-size: 12px;
  padding: 4px 8px;
  border-radius: 250px;
}

.board-item__mobile .itemlabel--reward {
  background-color: #db3727;
  color: #fff;
}

.board-item__mobile .itemlabel--deal {
  background-color: #5b0;
  color: #fff;
}

.board-item__mobile .itemlabel--free {
  background-color: #00aeef;
  color: #fff;
}

.board-item__mobile .currency {
  display: inline-block;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Roboto",sans-serif;
  color: rgb(144, 144, 144);
  padding-left: 6px;
}

.board-item__mobile .imagegallery {
  position: relative;
  display: table;
  width: 100%;
  padding: 15px 0 10px 0;
}

.board-item__mobile .imagegallery .photo {
  position: relative;
  display: table-cell;
  width: 50%;
  overflow: hidden;
}

.board-item__mobile .imagegallery .photo:nth-child(1) {
  border-radius: 4px 0 0 4px;
}

.board-item__mobile .imagegallery .photo:nth-child(2) {
  padding-left: 2px;
  border-radius: 0 4px 4px 0;
}


.board-item__mobile .imagegallery .photo img {
  width: 100%;
  height: 155px;
  max-width: 100%;
  object-fit: cover;

}

.board-item__mobile .video-icon {
    position: absolute;
    bottom: 10px;
    left: 10px;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #DB3727;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    cursor: pointer;
}


.board-item__mobile .video-icon .icon_type_play {
    background-size: contain;
    opacity: .9;
    margin-top: 8px;
    margin-left: 9px;
    width: 12px;
    height: 12px;
    background-image: url(/n_img/icons_svg/play.svg);
}


.icon:empty::after {
    content: '\00A0';
    visibility: hidden;
}

.board-item__mobile .icon {
    background: 50% no-repeat;
    background-image: none;
}

.board-item__mobile .entry_reads {
  position: absolute;
  right: 0;
  bottom: 25px;
  font-size: 10px;
  font-weight: 400;
  font-family: "Roboto",sans-serif;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0,0,0,0.1);
  opacity: 0.7;
  padding: 2px 6px;
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 4px 0 0 4px;
  z-index: 5;
}


.board-item__mobile .characteristics {
  display: table;
  width: 100%;
  font-size: 12px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
}


.board-item__mobile .characteristics_info {
  display: table-cell;
  width: 50%;
  vertical-align: top;
  color: rgba(0,0,0,.5);
}

.board-item__mobile .characteristics_info:nth-child(2) {
  padding-left: 2px;
}

.board-item__mobile .characteristics_info span {
  display: block;
}

.board-item__mobile .text {
  font-size: 12px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  padding: 15px 0 0 0;
}



.board-item__mobile .dopinfo {
  font-size: 12px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
  color: rgba(0,0,0,.5);
  border-top: 1px solid rgba(0,0,0,.12);
  padding: 15px 0 0 0;
  margin: 15px 0 0 0;
}

.board-item__mobile .adddate {
  float: right;
}



.board-item__body__mobile {
  display: block;
  width: auto;
  vertical-align: top;
}

.board-item__body_wrap__mobile {
  position: relative;
  overflow: hidden;
  padding-left: 15px;
}





.board-item__location-date__mobile {
  font-weight: 300;
  font-family: "Roboto",sans-serif;
  color: rgba(0,0,0,.6);
  padding-top: 20px;
}

.board-item__location-date__mobile span {
  float: right;
}

.board-item__body__mobile .board-item__service__mobile {
  float: right;
  padding-top: 5px;
  margin-bottom: 0;
}

.board-item__body__mobile .board-item__service .u-adv-upd-btn {
  margin-left: 10px;
}


.board__mobile_contact_fixed_panel {
    display:none;
}

.board-item__mobile .u-mpanel-tags {
  display: none;
}


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

.board__section-description {
  margin-bottom: 25px;
 }

.board__cat-num-and-add {
  margin: 0 0 15px 0;
 }

.board__section-description,
.board__cat-num-and-add {
  font-family: "Roboto",sans-serif;
 }

.board-catname__mobile {
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 3px;
}

.board__all-entries-num {
  font-size: 14px;
  font-weight: 400;
  color: rgba(0,0,0,.5);
}

.board__all-entries-num b {
  font-size: 13px;
  font-weight: 400;
}

.board__cat-menu {
  display: none;
 }

.board-add__btn_cont {
  margin: 0 0 40px 0;
  transition: all 0.1s ease 0s;
 }

.board-add__btn_cont a:hover {
  transition: all 0.1s ease 0s;
  -webkit-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
 }

.board-add__btn {
  display: flex;
  position: inherit;
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-family: "Roboto",sans-serif;
  padding: 0 15px;
 }

.board-add__btn-icon {

  margin-right: 0;
  padding: 0 15px 0 2px;
 }

.board-add__btn-icon img {
  width: 20px;
 }

.board-add__btn-text {
  margin: 0 auto;
 }

.board_pagination {
  padding: 0 20px;
  margin: 0 -20px;
 }


.board_pagination .page_selector_category_down {
  padding: 30px 0 12px 0;
 }

  .board_pagination .swchItem,
  .board_pagination .swchItemA {
    width: 32px !important;
    height: 32px !important;
    line-height: 32px !important;
    font-family: "Roboto",sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0 4px;
 }

  .board_pagination .swchItem {
    color: #5c6871;
    border: none;
 }

  .board_pagination .swchItemA {
    color: #fff;
    background-color: #1a4c6e;
    border: none;
 }


 .board-item__image {
  margin-bottom: 15px;
 }
.board-item__text {
  margin-bottom: 0;
  padding-bottom: 0;
 }
  .board-item__left {
  padding: 0;
  border: 0;
  }
  .board-item__right {
  padding: 4px 0 15px 0;
  text-align: left;
  }
.board-item__price {
  margin-bottom: 8px;
 }
.board-item__moder {
  padding-bottom: 10px;
 }

.board-gallery {
  margin-top: -20px;
  margin-left: -20px;
  margin-right: -20px;
  padding-bottom: 20px;
 }

.board__body-brief {
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
 }




.board_single-entry__price {
    padding-top: 20px;
 }
#board_single-entry__aside {
    border-right: none !important;
 }






.board__mobile_contact_fixed_panel {
    display: none;
    width: 100%;
    position: fixed;
    background: #fff;
    bottom: 0;
    left: 0;
    right: 0;
    float: none;
    padding: 7px 20px 7px 20px;
    z-index: 15;
  }

.board__mobile_contact_fixed_panel .price_and_location {
    float: left;
    width: calc(100% - 134px);
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #333;
    vertical-align: middle;
 }

.board__mobile_contact_fixed_panel .phone {
    float: left;
    width: 124px;
    padding-left: 10px;
    margin-top: 10px;
 }

.board__mobile_contact_fixed_panel .price_and_location .price {
    font-weight: 700;
 }

.board__mobile_contact_fixed_panel .price_and_location .location {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
 }

.board__mobile_contact_fixed_panel .button_phone a {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    font-size: 15px;
    background-color: #5b0;
    border-radius: 4px;
    color: #fff !important;
    padding: 10px 25px;
 }
}

@media (max-width: 500px) {
 .board-item__image__mobile {
 width: 168px;
 }
 .board-item__image__mobile img {
 height: 168px;
 }
}

@media (max-width: 400px) {
 .board-item__image__mobile {
 width: 105px;
 }
 .board-item__image__mobile img {
 height: 105px;
 }
}










.board-entry__head {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
}


.single-entry__mini-details-board, .single-entry__mini-details-board a {
 color: #777;
 margin: 15px 0;
 font-size: 13px;
 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}

.single-entry__mini-details-board li {
 display: inline-block;
 margin-right: 25px;
}

.board-item__service i-gotop-in {
    background-color: #ff7900;
    border-radius: 50%;
    color: #fff;
    height: 25px;
    line-height: 25px;
    text-align: center;
    width: 25px;
    margin-left: 10px;
}

.board__body-brief {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.6;
    font-size: 13px;
    padding-top: 15px;
}

.board__body-brief-title {
  font-family: 'PT Sans', 
  sans-serif;
  font-size: 20px;
  font-weight: bold;
  padding-top: 15px;
}

#board_single-entry__aside {
    border-right: 1px solid #eee;
}


.board_single-entry__price {
padding-bottom: 20px;
border-bottom: 1px solid #eee;
}

.board_single-entry__noprice {
font-size: 18px;
font-weight: bold;
}

.board_single-entry__price-rub {
font-family: 'Roboto Condensed', sans-serif;
color: #fff !important;
font-size: 17px;
font-weight: 500;
background-color: #5b0;
padding: 2px 10px;
}

.board_single-entry__price-usd {
font-family: 'Roboto Condensed', sans-serif;
font-size: 14px;
color: #777;
padding-left: 10px;
}

.board_single-entry__characteristics {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #eee;
}

.board_single-entry__characteristics dl {
 overflow: hidden;
 margin-bottom: 10px;
}

.board_single-entry__characteristics dl:last-child {
  margin-bottom: 0;
}

.board_single-entry__characteristics dt,
.board_single-entry__characteristics dd{
  display: inline-block;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-weight: 500;
}

.board_single-entry__characteristics dt {
  float: left;
  width: 40%;
}

.board_single-entry__characteristics dd {
  float: left;
  width: 60%;
}

.board_single-entry__seller {
  padding-top: 25px;
}

.board_single-entry__name {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: bold;
}

.board_single-entry__phone {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  padding-top: 5px;
}

.board_single-entry-phone-description {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 13px 0;
  padding: 7px 8px 8px;
  background-color: #f6f095;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 12px;
  font-style: italic;
  line-height: 1;
  white-space: nowrap;
  border-radius: 3px;
}

.board_single-entry-phone-description::before {
  position: absolute;
  top: -5px;
  left: 10px;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #f6f095;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  content: '';
}

.board_single-entry__location {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 14px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.board_single-entry__allentries a {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: 100%;
  text-align: center;
  border-radius: 4px;
  color: #555;
  display: inline-block;
  padding: 8px 15px;
  background: #f7f7f7;
  border: 1px solid #cfcfcf;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.3s ease 0s;
}

.board_single-entry__allentries a:hover {
  color: #fff !important;
  background: #5b0; 
  border: 1px solid #5b0; 
  transition: all 0.3s ease 0s;
}

.board_single-entry__roundinfo {
    padding-top: 10px;
}

.board_single-entry-warning {
  color: #aaa;
  font-size: 10px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 10px 0;
  margin-top: 40px;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.board_single-entry-warning a {
  color: #888 !important;
  text-decoration: underline !important;
}

.board_single-entry-warning a:hover {
  color: #aaa !important;
  text-decoration: none !important;
}

.board_social-buttons {
 display: inline-block;
}

.board_social-buttons__first-item {
 color: rgba(255, 255, 255, 0.8);
 display: block !important;
 margin-bottom: 10px;
}

.board_social-buttons li {
 display: inline-block;
 margin-right: 6px;
}

.board_social-buttons a {
 border-radius: 250px;
 font-size: 16px;
 color: #555;
 border: 1px solid #807f7f;
 display: inline-block;
 height: 35px;
 line-height: 33px;
 text-align: center;
 width: 35px;
}

.board_social-buttons a:hover {
  color: #fff !important;
}

.board_social-buttons__whatsapp:hover {
 background-color: #3ea204;
 border: 1px solid #3ea204;
}


.board_social-buttons__viber:hover {
 background-color: #7d519e;
 border: 1px solid #7d519e;
}


.board_social-buttons__ls:hover {
 background-color: #5b0;
 border: 1px solid #5b0;
}


.board_social-buttons__profile:hover {
 background-color: #e4305e;
 border: 1px solid #e4305e;
}


.board__body-social-buttons {
padding-top: 5px;
}




/* ПРАВЫЙ БЛОК ДЕТАЛЕЙ НА ПОЛНОЭКРАННОЙ ГАЛЕРЕЕ ДОСКИ ОБЪЯВЛЕНИЙ */
.board-gallery__fullscreen_aside {
  display: none;
  z-index: 0; 
}

.fotorama--fullscreen .board-gallery__fullscreen_aside {
  position: fixed;
  z-index: 1099;
  top: 0;
  right: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 348px;
  padding: 24px;
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  background-color: #fff;
}


.board-gallery__fullscreen_aside .title {
  font: bold 22px/28px 'Roboto',sans-serif;
}

.board-gallery__fullscreen_aside .location {
  color: rgba(0,0,0,.5);
  padding-top: 10px; 
}

.board-gallery__fullscreen_aside  .price {
  width: 100%;
  text-align: center; 
  font-family: 'Roboto Condensed', sans-serif;
  color: #fff;
  font-size: 18px;
  background: #5b0;
  padding: 8px 0;
  border-radius: 4px;
  margin-top: 25px;
}

.board-gallery__fullscreen_aside .characteristics {
  padding-top: 35px;
  padding-bottom: 35px;
  margin-bottom: 35px;
  border-bottom: 1px solid rgba(0,0,0,.13);
}

.board-gallery__fullscreen_aside .characteristics dl {
  overflow: hidden;
  margin-bottom: 10px;
}

.board-gallery__fullscreen_aside .characteristics dl:last-child {
  margin-bottom: 0;
}

.board-gallery__fullscreen_aside .characteristics dt,
.board-gallery__fullscreen_aside .characteristics dd{
  display: inline-block;
  vertical-align:top;
}

.board-gallery__fullscreen_aside .characteristics dt {
  width: 80px;
}

.board-gallery__fullscreen_aside .characteristics dd {
  width: 220px;
}

.board-gallery__fullscreen_aside .user_box {
  display: table;
  width: 100%;
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(0,0,0,.13);
}

.board-gallery__fullscreen_aside .name,
.board-gallery__fullscreen_aside .phone,
.board-gallery__fullscreen_aside .nickname {
  vertical-align: top;
  text-align: left;
}

.board-gallery__fullscreen_aside .user_contact {
  display: inline-block;
  width: 205px;
}



.board-gallery__fullscreen_aside .user_ava {
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 80px;
  margin-left: 15px;
}

.board-gallery__fullscreen_aside .user_ava img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  padding: 2px;
  border: 1px solid #cac9c9;
  object-fit: cover;
}

.board-gallery__fullscreen_aside .user_check {
  position: absolute; 
  right: 0;
  bottom: 0;
  margin: 0 1px 4px 0;
}

.board-gallery__fullscreen_aside .user_check img {
  width: 22px;
  height: 22px;
  padding: 0;
  background: #fff;
  border: 2px solid #fff;
  border-radius: 250px;
}

.board-gallery__fullscreen_aside .name {
  font-size: 18px;
  font-weight: 700;
  padding-top: 3px;
}

.board-gallery__fullscreen_aside .nickname {
  margin: -3px 0 4px 0;
}

.board-gallery__fullscreen_aside .nickname a,
.board-gallery__fullscreen_aside .nickname a:active {
  color: rgba(0,0,0,.5) !important;
  font-size: 12px; 
}

.board-gallery__fullscreen_aside .nickname a:hover {
  color: rgba(0,0,0,.5) !important;
  text-decoration: underline;
}

.board-gallery__fullscreen_aside .phone {
  font-size: 15px;
  padding-top: 1px;
}

.board-gallery__fullscreen_aside .dopinfo {
  font-size: 11px;
  color: rgba(0,0,0,.5);
  padding-top: 35px;
}

.board-gallery__fullscreen_aside .UP {
  margin-bottom: 20px;
}

.board-gallery__fullscreen_aside .UP_time__badge {
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  padding: 4px 7px;
  background-color: rgba(255,81,0,.8);
  border-radius: 2px;
  margin-right: 8px;
}

.board-gallery__fullscreen_aside .UP_time__badge .glyphicon {
  font-size: 9px;
  vertical-align: middle;
  padding-right: 1px;
  margin-top: -5px;
}





.board_single-entry-breed {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  padding: 15px 0;
  border-bottom: 1px solid #eee;
}

.board_single-entry-breed-image {
  overflow: hidden;
  position: relative;
  background: #000;
}


.board_single-entry-breed-image img {
  width: 130%;
  margin-left: -25px;
}

.board_single-entry-breed-image img:hover {
  opacity: 0.65;
}

.board_single-entry-breed-description {
  font-size: 12px;
  margin: 0 0 12px;
}

.board_single-entry-breed-link a {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 12px;
  text-align: center;
  border-radius: 4px;
  color: #555;
  display: inline-block;
  padding: 8px 15px;
  background: #f7f7f7;
  border: 1px solid rgba(0,0,0,.2);
  transition: all 0.3s ease 0s;
}

.board_single-entry-breed-link a:hover {
  color: #fff !important;
  background: #5b0; 
  border: 1px solid #5b0; 
  transition: all 0.3s ease 0s;
}

.board_single-entry-breed-link .button__text:after {
  content: '\f105';
  font-family: FontAwesome;
  padding-left: 10px;
}






.u-mpanel-refresh {display: none !important;}


@media (max-width: 768px) {
 .single-entry__mini-details-board,
 .single-entry__mini-details-board a {
  font: normal 13px/24px Roboto, sans-serif;
 }
 
 .board__body-brief {
  font: normal 15px/23px 'Roboto',sans-serif;
  padding-top: 5px;
 }

 .board_single-entry-breed-image img:hover {
  opacity: 1;
 }

 .board_single-entry-breed-description {
  padding: 12px 0 0 0;
 }

 .board_single-entry-breed-link a {
  width: 100%;
 }

 .board_single-entry__noprice, 
 .board_single-entry__name {
  font-family: "Roboto",sans-serif;
  font-size: 18px;
 }
}







/* ASIDE */
.right-column {
 background-color: #f6f6f6;
 padding: 30px;
}

.right-column_elongate {
	margin: -60px -60px -60px 0;
}

.right-column-item {
 margin-bottom: 60px;
}

.right-column-item__title {
 font-size: 24px;
 text-transform: uppercase;
 margin: 0 0 20px;
 padding-bottom: 10px;
 border-bottom: 1px solid #eee;
}

.right-column-item__title span {
 border-bottom: 1px solid #a7cfe7;
 display: inline-block;
 padding-bottom: 10px;
 position: relative;
 bottom: -11px;
}

@media (max-width: 991px) {
  .right-column_elongate {
      margin: 0;
      min-height: auto !important;
  }
}

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

 .right-column {
 	margin-left: -30px !important;
 	margin-right: -30px !important;
 }
}


/* OPINION */
.right-column-item_last-opinion {
 margin-bottom: 0;
}

.opinion {
 margin: 15px 0 30px;
}

.board__informer {
 display: table;
 width: 100%;
 padding-bottom: 15px;
}

.board__new {
 padding-bottom: 15px;
 border-bottom: 1px dashed #ddd;
 margin: 0px 15px;
}

.opinion__head {
 margin-bottom: 15px;
}

.board__new__head {
 margin-bottom: 0px;
}

.opinion__avatar {
 text-align: center;
 }

.opinion__avatar img {
 border-radius: 50%;
 width: 70px;
 height: 70px;
 object-fit: cover;
}

.board__new__photo {
 display: table-cell;
 vertical-align: top;
 padding: 0 15px 0 15px;
 }

.board__new__photo img {
 width: 80px;
 height: 80px;
 object-fit: cover;
}

.opinion__details {
 margin-top: 0px;
}

.board__new__details {
 display: table-cell;
 padding-right: 15px;
}

.opinion__news {
 margin: 0 0 10px;
 font-weight: bold;
}

.opinion__news a {
 color: #333;
}

.opinion__author,
.opinion__author a {
 color: #aaa;
}

.opinion__body a,
.opinion__body a:visited {
color: #23527c;
}

.opinion__body a:hover {
 color: #479ed4 !important;
}

.opinion__body, 
.opinion__body b, 
.opinion__body i {
 color: #333 !important;
 font-family: 'PT Sans', sans-serif !important;
 font-weight: 400 !important;
 font-style: normal !important;
}

.opinion__body br, 
.opinion__body img, 
.opinion__body img[rel="usm"],
.opinion__body video,
.opinion__body iframe,
.opinion__body input {
 display: none;
}

.board__new__price {
  display: table;
  font-size: 0.85em;
  color: #fff;
  background: rgba(85, 187, 0, 0.75);
  padding: 3px 10px;
  border-radius: 3px;
  margin-top: 6px;
  cursor: pointer;
}
.board__new__location, 
.board__new__location a, 
.board__new__location a:visited,
.forum-topics__category {
  color: #777777 !important;
}


.board__informer__all-entries {
 float: right;
 margin-bottom: 60px;
}

.board__informer__all-entries a,
.board__informer__all-entries a:visited {
 color: #aaa !important;
}

.board__informer__all-entries a:hover {
 color: #e2621c !important;
}


@media (max-width: 991px) {
 .opinion {
 min-height: 220px;
 }
}

@media (max-width: 767px) {
 .opinion  {
 min-height: auto;
 margin-bottom: 30px;
 }

 .opinion__avatar, .board__new__photo {
 text-align: left;
  }

 .opinion__details {
 margin-top: 10px;
 }
}






/* CATEGORY */
.right-column-item_category {
}

.right-column-item_category .catsTd,
.fullwidth_sidenav .pda-menu-categories .catsTd {
 display: block;
 position: relative;
}

.catsTd a,
.fullwidth_sidenav .pda-menu-categories .catsTd a {
  transition: none;
}

.right-column-item_category a {
 color: #333;
 padding: 10px;
 display: block;
}

.right-column-item_category a:hover,
.fullwidth_sidenav .pda-menu-categories a:hover {
 color: #fff !important;
}

.category-list-item:hover .catNumData {
  color: #fff;
}

.catsTable tr :hover,
.catsTable tr :hover .catNumData  {
 color: #fff !important;
}

.right-column-item_category a:hover {
 background-color: #2b769b;
 border-radius: 3px;
}


.right-column-item_category a::before,
.fullwidth_sidenav .pda-menu-categories a::before {
  content: "\f10c";
  font-family: FontAwesome;
  font-size: 0.75em;
  font-weight: normal !important;
  vertical-align: middle;
  padding-bottom: 3px;
  margin-right: 10px;
}

.right-column-item_category .catNumData {
  font-family: "Roboto",sans-serif;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 250px;
  color: #666;
  display: inline-block;
  font-size: 85%;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  min-width: 35px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 8px;
}

.catsTable tr :hover .catNumData,
.fullwidth_sidenav .pda-menu-categories .catsTable tr :hover .catNumData {
  background-color: rgba(0, 0, 0, 0.2);
}

.right-column-item_category .catDescr {
  font-size: 85%;
  color: #aaa;
}

.news_right-column .catDescr,
.fullwidth_sidenav .pda-menu-categories .catDescr {
  display: none;
}





/* FORUM TOPICS */
.forum-topics__item {
 margin-bottom: 15px;
 padding-bottom: 15px;
 border-bottom: 1px dashed #ddd;
}

.forum-topics__theme {
 position: relative;
} 

.forum-topics__theme a {
 color: #333;
 font-weight: bold;
} 

.forum-topics__theme .badge {
 position: absolute;
 right: 10px;
 top: 10px;
 background-color: #666;
 color: #fff;
 padding: 2px 8px;
 font-size: 80%;
 border-radius: 8px;
 display: block;
 line-height: 1.43;
}

.forum-topics__section a {
 color: #aaa;
}





/* STATISTICS */
.statistics__online-counter {
padding: 0 0 5px 0;
}

.statistics__online-counter b {
font-weight: normal !important;
}


/* SCROLL TO TOP */
.scroll-to-top {
 background-image: url(../n_img/scroll-to-top.png);
 position: fixed;
 cursor: pointer;
 bottom: 55px;
 left: 10px;
 width: 35px;
 height: 35px;
 display: none;
 z-index: 999;
}

@media (max-width: 767px) {
 .scroll-to-top {
 display: none !important;
 }
}


/* FOOTER */
.footer {
 background-color: #222;
 padding: 60px;
 color: #fff;
}

.footer__middle {
 padding-top: 60px;
}

.footer-item__title {
 margin: 0 0 15px;
 font-weight: bold;
}

.social-buttons_footer {
 margin-bottom: 25px;
}

.social-buttons_footer a {
 width: 35px;
 height: 35px;
 line-height: 35px;
}

.social-buttons_footer li {
 line-height: 50px;
}

.footer__counter img {
 opacity: 0;
 filter: grayscale(1);
 -webkit-filter: grayscale(1);
 -moz-filter: grayscale(1);
 -o-filter: grayscale(1);
 -ms-filter: grayscale(1);
}

.footer__counter img:hover {
 opacity: 1;
}

@media (max-width: 991px) {
 .footer-item {
 margin-bottom: 30px;
 }
}

@media (max-width: 767px) {
 .footer {
 font-size: 16px;
 padding: 20px;
 }
}



/* OTHER */
#uCatsMenu7 {
 left: auto !important;
 top: auto !important;
}

.noEntry {
 padding-top:60px;
 font-weight: 700;
 font-size: 18px;
}

.entries-list_animals-catalog .noEntry:after {
 display: block;
 content: "Попробуйте изменить условия поиска. У нас ещё много мокрых носов :)";
 margin: 10px 0 0 0;
}


/* USER GROUP COLOR LINK */
a.groupModer:link,a.groupModer:visited {color:blue !important;} 
a.groupAdmin:link,a.groupAdmin:visited,a.groupAdmin:hover {color:red !important;} 
a.groupVerify:link,a.groupVerify:visited {color:green !important;} 
a.groupBanned:link,a.groupBanned:visited,a.groupBanned:hover {text-decoration:line-through !important; color:#565656 !important;} 

a.groupUser:link,a.groupUser:visited {color:#167096 !important;} 
a.groupOther1:link,a.groupOther1:visited {color:#DE6904 !important;}
a.groupOther2:link,a.groupOther2:visited {color:green !important;} 
a.groupOther3:link,a.groupOther3:visited {color:#9900CC !important;}
a.groupOther4:link,a.groupOther4:visited {color:#990000 !important;}
a.groupOther6:link,a.groupOther6:visited {color:#DE6904 !important;}
a.groupOther7:link,a.groupOther7:visited {color:#008000 !important;}
a.groupOther9:link,a.groupOther9:visited {color:#9900CC !important;}
a.groupOther999:link,a.groupOther999:visited {color:#666666 !important;}


a.groupModer:link, 
a.groupAdmin:link, 
a.groupVerify:link, 
a.groupUser:link, 
a.groupOther1:link, 
a.groupOther2:link, 
a.groupOther3:link, 
a.groupOther4:link, 
a.groupOther5:link, 
a.groupOther6:link, 
a.groupOther7:link, 
a.groupOther9:link,
a.groupOther999:link {
 text-decoration:none !important;
}

a.groupModer:hover, 
a.groupAdmin:hover, 
a.groupVerify:hover, 
a.groupUser:hover, 
a.groupOther1:hover, 
a.groupOther2:hover, 
a.groupOther3:hover, 
a.groupOther4:hover, 
a.groupOther5:hover, 
a.groupOther6:hover, 
a.groupOther7:hover, 
a.groupOther9:hover,
a.groupOther999:hover {
 text-decoration:underline !important;
}



/* BLACK-LIST */
.blacklist__body {
    margin-left: 15px;
    margin-right: 15px;
}







.blacklist__main__image img {
    width: 100%;
    margin-bottom: 25px; 
}

.blacklist__main__description {
    padding-bottom: 15px;
    margin-bottom: 15px; 
    border-bottom: 1px solid #dfdfdf;
}

.blacklist__main__pages-and-add {
    padding-bottom: 5px;
    margin-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;

}

.blacklist__main__pages, blacklist__main__add {
    width: 50% !important;
    display: inline-block;
}

.blacklist__main__add {
     float: right;
}

.blacklist__main_numentries {
    font-weight: 500;
    padding-left: 2px;
}


.blacklist-add__btn {
    right: 0;
    top: 0;
    background-color: #e80300;
    border-radius: 4px;
    color: #fff !important;
    display: inline-block;
    padding: 8px 15px;
}

.blacklist-add__btn:hover {
    background-color: #c20301;
    color: #fff !important;
}


.blacklist-add__btn-icon {
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    margin-right: 5px;
    padding-right: 10px;
}


.entries-list_blacklist- #allEntries > div {
 display: inline;
}

.entries-list_blacklist- #allEntries > div > div {
 display: inline-block;
 float: none;
}


.blacklist__contact {
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 20px;
}

.blacklist__contact .lead {
    margin: 2px 0 6px;
    font-size: 17px;
    font-weight: bold;
    font-family: 'Roboto Condensed', sans-serif !important;
}


.blacklist__entry__image img {
    width: 110%;
    object-fit: cover;
    border-radius: 50%;
    padding: 4px;
    border: 1px solid #bebebe;
}

.blacklist__entry__image a:hover {
    filter: brightness(0.9);
    -webkit-filter: brightness(0.9);
    -moz-filter: brightness(0.9);
    -o-filter: brightness(0.9);
    -ms-filter: brightness(0.9);
}

.blacklist__entry__city {
     color: #505050;
}

.blacklist__entry__category a {
         color: #6d6d6d;
}

.blacklist__entry__comments {
    color: #9d9d9d;
    font-size: 0.9em;
    text-align: right;
    padding-bottom: 10px;
}

.search-over {
    margin-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
}

.search__blacklist input[type="text"] {
    width: 200px !important;
    background: url(/n_img/search-white.png) no-repeat 170px 12px #fcfcfc;  
    padding-right: 35px;
    -webkit-border-radius: 4px;  
    -moz-border-radius: 4px;  
    border-radius: 4px;
    border-color:rgba(255,204,0,0.8);
}     

.search__blacklist input[type="text"]:focus {
    border-color:rgba(79,167,255,0.8);
}





.search__blacklist .schQuery {
    text-align: left;
}
 
.search__blacklist .schBtn {
    display: none;
}

.blacklist-item__body {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #e9e9e9;
}

.blacklist-item__image  {
    text-align: center;
}

.blacklist-item__image img  {
    position: relative;
    width: 100%;
    object-fit: cover;
    border-radius: 250px;
    padding: 4px;
    border: 1px solid #bebebe;
}

.blacklist-item__nomber {
    font-size: 16px;
    font-family: 'Roboto Condensed', sans-serif !important;
    padding-top: 5px;
}

.blacklist-item__city {
    font-size: 0.95em;
    color: #777777;
    padding-top: 5px;
}

.blacklist-item__social {
    padding-top: 15px;
    text-align: center;
}

.blacklist-item__review {
    padding: 15px 0 5px 0;
}

.blacklist-item__review span {
     font-weight: 700;
     display: block;
}
.blacklist-item__review a {
    color: #136289;
}

.blacklist-item__comments {
    position: absolute;
    top: 0;
    right: 0;
    margin-right: 15px;
}

.blacklist-item__comments li {
    display: inline-block;
    color: #000;
    background-color: #fd2;
    padding: 6px 15px;
}

.author .lead-blacklist {
    margin: 0 0 2px;
    font-size: 16px;
    font-weight: bold;
}

.blacklist__author__articles {
    margin-top: 10px;
}

.blacklist__author__articles a {
    color: #f77a52;
    border-top: 1px dashed #d0d0d0;
    padding-top: 6px;
}

.blacklist-item-rating {
    text-align: right;
}

.blacklist-item-rating ul {
    display: none;
}


.archiveNoEntry {
    font-weight: 700;
    font-size: 18px;
    padding-left: 15px;
    padding-right: 15px;
}



/* MOBILE ANSWER BUTTON */
.mobile_answer {
 position: fixed;
 border-radius: 50%;
 bottom: 25px;
 right: 20px;
 top: auto;
 left: auto;
 opacity: 1;
 visibility: visible;
 background: rgba(0,0,0,.5) !important;
 color: #fff !important;
 padding: 0 !important;
 width: 50px;
 height: 50px;
 text-align: center;
 box-shadow: -1px 1px 5px rgba(0,0,0,.15);
 border: none !important;
 display: table;
 line-height: 1 !important;
 z-index: 3;
}

.mobile_answer::before {
 content: "\f130";
 font-family: FontAwesome;
 font-size: 25px;
 display: inline;
 vertical-align: middle;
 line-height: 50px !important;
}












/* MAIL FORM VOLONTEER */

.postman__volonteer_header {
    font-size: 18px;
    font-weight: 700;
    padding-bottom: 30px;
}

.postman__volonteer_header .icon {
    display: none;
}

.postman__volonteer {
    display: block;
    position: relative;
    height: 520px;
    width: 100%;
    margin: 0;
    padding: 0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.postman__volonteer .aside {
    height: 520px;
    width: 40%;
    float: left;
    position: relative;
    padding: 30px 20px 20px 20px;
    color: #fff !important;
    text-align: center;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: #81c637;
    background: -moz-linear-gradient(-45deg, #81c637 0%, #5b9c15 100%);
    background: -webkit-linear-gradient(-45deg, #81c637 0%,#5b9c15 100%);
    background: linear-gradient(135deg, #81c637 0%,#5b9c15 100%);
}

.postman__volonteer .body {
    height: 520px;
    width: 60%;
    float: left;
    background-color: #eee;
    padding: 30px;
    position: relative;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.postman__volonteer .body ul {
    list-style: none !important;
    margin-bottom: 0;
    padding-left: 0;
}

.postman__volonteer .card-item__image img {
    margin: 0px !important;
    max-width: 70%;
    border: 4px solid #fff !important;
    border-radius: 250px;
    padding: 0px !important;
    -webkit-box-shadow: 0 4px 24px rgba(0,0,0,.2);
    -moz-box-shadow: 0 4px 24px rgba(0,0,0,.2);
    -ms-box-shadow: 0 4px 24px rgba(0,0,0,.2);
    box-shadow: 0 4px 24px rgba(0,0,0,.2);
}

.postman__volonteer .card-item__name span {
    display: block;
    font-size: 22px;
    font-weight: 700;
    padding-top: 25px;
}

.postman__volonteer .card-item__quote {
    text-align: right;
    font-style: italic;
    font-size: 14px;
    padding-top: 20px;
}

.postman__volonteer .card-item__social {
    padding-top: 25px;
}

.postman__volonteer .postman__social {
    display: inline-block;
    list-style: none !important;
    margin-bottom: 0px;
    padding-left: 0px;
}

.postman__volonteer .postman__social li {
    display: inline-block;
    margin-right: 10px;
    list-style: none !important;
}

.postman__volonteer .postman__social a {
    color: #63a51d !important;
    border-radius: 50%;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}

.postman__volonteer .postman__social a {
     background-color: #fff;
}

.postman__volonteer .postman__social .ph:hover {
    background-color: #db3727;
    color: #fff !important;
}

.postman__volonteer .postman__social .vk:hover {
    background-color: #48729e;
    color: #fff !important;
}

.postman__volonteer .postman__social .ok:hover {
    background-color: #eb722e;
    color: #fff !important;
}

.postman__volonteer .postman__social .fb:hover {
    background-color: #3b5998;
    color: #fff !important;
}

.postman__volonteer .postman__social .tw:hover {
    background-color: #00aced;
    color: #fff !important;
}

.postman__volonteer input[type="text"], 
.postman__volonteer textarea {
    font-family: Arial, sans-serif;
    background-color: #eee;
    border: 0;
    border-bottom: 2px solid rgba(179,179,179,0.5);
    border-radius: 0px;
    display: block;
    margin: 5px 0 6px;
    outline: none;
    padding: 5px;
    text-shadow: none;
    box-shadow: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

.postman__volonteer input:focus, 
.postman__volonteer textarea:focus {
    border-color:rgba(79,167,255,0.8); 
    box-shadow:none !important;
}

.postman__volonteer #oblast-styler {
    width: 150px !important;
}

.postman__volonteer .star {
    color: red;
}

.postman__volonteer .celltitle {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #333;
}

.postman__volonteer .cellpadding {
    padding-top: 10px;
}

.postman__volonteer .inputmailtitle {
    display: none;
}

.postman__volonteer .subm {
    border-radius: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: 30px;
    margin-bottom: 20px;
}

.postman__volonteer_mobile {
    background: #2b2b2b;
    margin: 0 -20px -25px -20px;
}

.postman__volonteer_mobile .body {
    padding: 20px;
}

.postman__volonteer_mobile {
    background: #2b2b2b;
    margin: 0 -20px -25px -20px;
}

.postman__volonteer_mobile input[type="text"],
.postman__volonteer_mobile input[type="email"],
.postman__volonteer_mobile input[type="tel"],
.postman__volonteer_mobile textarea {
    color: #f3f1ed;
    font-family: Arial, sans-serif;
    background-color: #191919;
    border: 1px solid rgba(25,25,25,0.5);
    border-radius: 4px;
    display: block;
    margin: 5px 0 6px;
    outline: none;
    padding: 5px;
    text-shadow: none;
    box-shadow: none;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
}

.postman__volonteer_mobile input[type="text"]:focus, 
.postman__volonteer_mobile textarea:focus,
.postman__volonteer_mobile input[type="email"]:focus,
.postman__volonteer_mobile input[type="tel"]:focus,
.postman__volonteer_mobile .jq-selectbox.focused .jq-selectbox__select {
    border: 1px solid rgba(106,106,106,0.8) !important;
}

.postman__volonteer_mobile .celltitle {
    font-family: "Roboto",sans-serif;
    font-weight: 400;
    font-size: 13px;
    color: #707070;
    padding-top: 12px;
}

.postman__volonteer_mobile .jq-selectbox__select {
    width: 100% !important;
    background: #191919;
    color: #f3f1ed;
    text-shadow: none;
    border: 1px solid rgba(25,25,25,0.5);
}

.postman__volonteer_mobile .jq-selectbox__select .jq-selectbox__trigger {
    border-left: none;
}

.postman__volonteer_mobile .jq-selectbox__trigger-arrow {
    border-top: 5px solid #999 !important;
}

.postman__volonteer_mobile #city-styler,
.postman__volonteer_mobile #age-styler,
.postman__volonteer_mobile #employment-styler,
.postman__volonteer_mobile #animals-styler,
.postman__volonteer_mobile #volunteer-styler {
    width: 100% !important;
    z-index: 0 !important;
}

.postman__volonteer_mobile .star,
.postman__volonteer_mobile .theme {
    display: none;
}

.postman__volonteer_mobile .smb {
    text-align: right;
    padding-top: 20px;
    padding-bottom: 10px;
}



@media (max-width: 767px) {
  .postman__volonteer_header {
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin: 0 -20px;
  padding-bottom: 0px;
  background-color: #5b0;
 }

  .postman__volonteer_header .icon {
  display: inline;
  font-size: 20px;
  padding-right: 15px;
 }

  .postman__volonteer_header_iner {
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  padding: 10px 20px;
 }
}







/* MINI-CHAT */
.chat_over{background:rgba(0,0,0,.6);right:20px;position:fixed;padding:0;padding-top:0;z-index:9999;bottom:-258px;text-align:center;font-size: 10pt !important; font-family: "myPT Sans",sans-serif !important; box-shadow:0 1px 3px rgba(0,0,0,.3)}
.chat_over *{outline:none}
.chat_over .jspTrack{height:160px!important}
.chat_over,.ch_sml,.ch_smlin,.uuslugi,.new_comment_error,.forum_get,.comment_answer_button a,.premium .prc,.siteRate,.siteRate div,.sb1,.sb2,.chatRight,.gChat,.gChat:hover,.over_ind,.ind,.info_signs,.column_1,.column_c,.column_2,.jspDrag{-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
.smile_in,.ch_smlin img,.sound_on,.sound_off,#setting_chat a,#rules_chat a,#sound_chat div,.hm,.ch_sml,.jspDrag{transition:all linear .1s;-moz-transition:all linear .1s;-webkit-transition:all linear .1s;-o-transition:all linear .1s}
.comm .us{color:#646464;font-size:10px;margin-top:-2px;padding:0}
.comm .us a{text-decoration:none}
.comm .us .us_name{color:#646464}
.comm .av{margin-right:10px;width:28px;height:28px;overflow:hidden;-webkit-border-radius:50px;-moz-border-radius:50px;border-radius:50px}
.comm .av img{width:28px;height:28px;object-fit:cover;-webkit-border-radius:250px;-moz-border-radius:250px;border-radius:250px}
.comm .chatInner{width:222px;overflow:hidden;margin-bottom:2px;line-height: 1.3em;}
.cerr{float:right;padding:7px;padding-right:20px}
.hm{visibility:hidden;position:absolute;height:0;margin-top:-10px;overflow:hidden;opacity:0;top:-34px;right:0;background:rgba(0,0,0,.8);padding:5px 10px;color:#fff;font-size:11px;-webkit-border-radius:3px;-moz-border-radius:3px;border-radius:3px}
#online_counter:hover span,#rules_chat:hover span,#setting_chat:hover span,.sound_on:hover span,.sound_off:hover span{opacity:1;height:auto;margin-top:0;visibility:visible}
#c_one_clon,#c_tell{position:absolute;top:-1500px;right:-15000px}
#setting_chat a,#rules_chat a,#sound_chat div{width:16px;height:16px;display:inline-block;opacity:.5;cursor:pointer}
#setting_chat a:hover,#rules_chat a:hover,#sound_chat div:hover{opacity:.9}
#setting_chat,#rules_chat,#sound_chat{float:right;margin-right:10px;margin-top:8px}
#setting_chat a{background:url(/mini-chat/chat-sprite.png) 0 -23px no-repeat}
#rules_chat a{background:url(/mini-chat/chat-sprite.png) -39px -21px no-repeat}
#sound_chat .sound_on{background:url(/mini-chat/chat-sprite.png) -19px -21px no-repeat}
#sound_chat .sound_off{background:url(/mini-chat/chat-sprite.png) -19px -35px no-repeat;display:none}
#online_counter{float:right;color:#FFF;margin-top:4px;margin-right:8px;padding:4px;padding-left:16px;background:url(/mini-chat/chat-sprite.png) -32px 3px no-repeat;cursor:pointer;font-size:13px}
#bottom_chat span,#top_chat span{display:inline-block;width:17px}
#bottom_chat,#top_chat{text-align:left;padding:8px 12px;color:#FFF;cursor:pointer;font-size:13px}
#bottom_chat,.chtt iframe{display:none}
.ngd{background:#fff;padding:10px;cursor:default}
.jspContainer{background:none!important}
.pdvr{float:right;opacity:0}
.msg:hover .pdvr{opacity:1}
.clkg{font-size:11px;padding:10px;background:#efefef;-webkit-border-radius:0 0 3px 3px;-moz-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px}
.cs2{margin-top:3px;color:#E32F17;font-size:10px}
.cs1{margin-top:3px;color:#2B2B2B;font-size:10px}
.mchat{width:250px}
.chtt{border-top:1px solid #e2e2e2}
#mchatMsgF{margin:0!important;max-width:100%!important;min-height:auto!important;width:312px;padding:0 10px!important;height:36px!important;padding-right:53px!important;border:1px solid #fff;background:#fff;-webkit-border-radius:0 0 3px 3px;-moz-webkit-border-radius:0 0 3px 3px;border-radius:0 0 3px 3px;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;}
#mchatBtn{position:absolute;top:-1200px;right:-1500px}
#mchatMsgF:focus {-webkit-box-shadow: none !important; -moz-box-shadow: none !important; box-shadow: none !important;}
#mchatAjax{background:#646464;position:absolute;right:-200px}
.ch_sml{z-index:99999999;height:0;opacity:0;overflow:hidden;margin-top:-98px;right:0;position:absolute}
.ch_smlin{width:157px;height:70px;background:#FFF;overflow:hidden;text-align:left;border:1px solid rgba(0,0,0,.2)}
.ch_smlin img{padding-left:3px;padding-top:3px;float:left;cursor:pointer}
.ch_smlin img:hover{opacity:.7}
.smile_in:hover .ch_sml{height:85px;opacity:1;margin-top:-78px}
.smile_in span{opacity:.5}
.smile_in span:hover{opacity:.8}
.smile_in{z-index:3;position:absolute;margin-left:284px}
.smile_in span{display:inline-block;margin-top:9px;cursor:pointer;width:19px;height:19px;background:url(/mini-chat/chat-sprite.png) -8px 0;opacity:.5}
.otbv,.otbv:hover{color:#6A6A6A}
.chatBubbles{display:table}
.chatRight,.cBubbleLeft,.cBubbleRight{display:table-cell;vertical-align:top}
.myBubble{margin-left:38px}
.myBubble .cBubbleLeft{display:none}
.myBubble .chatRight{background:#daeaf7!important}
.myBubble .cBubbleRight{display:table-cell}
.myBubble .chatInner{width:180px;color:#000}
.chatRight{background:#f1f6fa;border:1px solid #c6d9e9;padding:5px}
.cBubbleLeft{position:relative}
.cBubbleLeft span,.cBubbleRight span{background:url(/mini-chat/chat-sprite.png);width:8px;height:14px;position:absolute;top:7px}
.cBubbleLeft span{background-position:0 0;right:-1px}
.cBubbleRight{display:none;position:relative}
.cBubbleRight .av{margin-left:10px;margin-right:0}
.cBubbleRight span{background-position:0 -14px;left:-1px}
#wrapper2{background:#FFF;width:290px;height:200px;overflow:auto}
#scroller{text-align:left;width:270px;padding:0}
#onlCountDate{display:none}
.jspContainer{overflow:hidden;position:relative}
.jspPane{position:absolute}
.jspVerticalBar{position:absolute;top:0;right:0;width:4px;margin-bottom:5px;height:100%;background:transparent}
.jspHorizontalBar{position:absolute;bottom:0;left:0;width:100%;height:4px;background:transparent}
.jspVerticalBar *,.jspHorizontalBar *{margin:0;padding:0}
.jspCap{display:none}
.jspHorizontalBar .jspCap{float:left}
.jspTrack{background:transparent;position:relative}
.jspDrag{background:rgba(0,0,0,.4);position:relative;top:0;left:0;cursor:pointer}
.jspDrag:hover{background:rgba(0,0,0,.6)}
.jspDrag:active{background:rgba(0,0,0,.8)}
.jspHorizontalBar .jspTrack,.jspHorizontalBar .jspDrag{float:left;height:100%}
.jspArrow{background:#50506d;text-indent:-20000px;display:block;cursor:pointer}
.jspArrow.jspDisabled{cursor:default;background:#80808d}
.jspVerticalBar .jspArrow{height:16px}
.jspHorizontalBar .jspArrow{width:16px;float:left;height:100%}
.jspVerticalBar .jspArrow:focus{outline:none}
.jspCorner{background:#eeeef4;float:left;height:100%}
.sb1,.sb2{padding:0 4px}
.msg+.msg{margin-top:9px}
img[rel="usm"]{vertical-align:middle}
.mChatWrapper {display: none;}

@media (max-width: 768px) {
  .chat_over {
   display: none;
 }
}


/* U-WINDOWS */
.myBtnLeftA, .myBtnRightA {display:none}
.myBtnLeft, .myBtnRight {display:none}
.x-sh, .xw-bl {display:none !important;} 
.xw-ml, .xw-mr {margin:0 !important;padding:0 !important;background:none !important;} 

.xw-plain {
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  border-radius: 5px;
}

.xw-mc {
  color:#333; 
  font-weight: normal; 
  float: none; 
  margin: 0; 
  padding: 20px 20px !important; 
  background: #fff !important; 
  border: 1px solid #fff !important;
  border-radius: 0 0 5px 5px;
}

.myWinCont .myWinError {
  font: normal 12px "Roboto",sans-serif;
  color: #ff0000 !important;
} 

.myWinCont .myWinSuccess {
  font: normal 12px "Roboto",sans-serif;
}

.myWinCont .myWinSuccess b {
  font-weight: 400 !important;
}


.xw-tl,
.xw-tr,
.xw-tc {
  height: auto !important;
  background: none !important;
  padding: 0 !important;
}

.xw-hdr {
  height: 38px !important;
  background: #185b72;
  padding: 12px 20px !important;
  border: 1px solid #185b72;
  border-radius: 5px 5px 0 0;
}

.xw-hdr-text { 
  font: normal 13px "Roboto",sans-serif !important;
  font-size: 13px;
  color: #fff !important;
  line-height: normal !important;
} 

.xw-hdr img {
  display:none;
} 

.xw-tc {overflow: visible !important;} 

.xt-close {
  position: absolute !important;
  right: 0;
  top: 0;
  margin: 0 !important;
  z-index: 10014 !important;
  width: 55px !important;
  height: 40px !important; 
  background: url('/n_img/icons_svg/close_ajax.svg') no-repeat !important;
  background-size: 12px 12px !important;
  background-position: center !important;
  transition: all 0.1s ease 0s;
}

.xt-close:hover {
  transition: all 0.1s ease 0s;  
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg); 
  transform: rotate(90deg);
}

.xw-draggable,
.xw-draggable .xw-hdr-text {
  cursor: auto !important;
}

.xw-body {
  border: 0 !important;
  padding: 0 !important;
} 

.xw-body table {
  width: 100% !important;
  padding: 0px !important;
}

.xt-maxi {display:none;} 
.xt-mini {display:none;} 
.xt-rest, .fastLogBt {display:none;}
.myWinCont {overflow-x:hidden !important;text-align:left}
.myWinCont input[type="text"], .myWinCont input[type="password"], .myWinCont textarea {padding:4px 7px !important;margin:2px 0px !important}
.myWinCont input[type="password"] {margin-bottom:6px !important}
.myWinCont input[type="checkbox"] {margin:1px !important;margin-right:4px !important;}
.myWinCont select {margin-top: 5px;}
.myWinCont fieldset {margin-bottom: 15px !important;}
.myWinCont fieldset {border:0px !important;padding:0px !important}
.myWinCont fieldset legend {margin-left: -3px; color:#515151 !important;}
.myWinCont legend {padding-bottom: 7px !important;}
.myWinCont label {color:#717171}
.myWinCont fieldset label {margin:10px 10px !important;color:#717171;font-size:13px}
.myWinCont fieldset input[type="radio"] {opacity:100;}
.myWinCont fieldset input[type="radio"]:checked+label {font-weight:bold}
.myWinCont input[type="checkbox"], .myWinCont input[type="radio"] {height: 14px !important;width: 14px !important;}
.myWinCont input[type="radio"] {margin: 0px 2px 0px 12px !important;}
.myWinCont .wbb-sup,
.myWinCont .wbb-sub,
.myWinCont .wbb-strike,
.myWinCont .wbb-cp,
.myWinCont .wbb-fontsize,
.myWinCont .wbb-ufontfamily,
.myWinCont .wbb-sub,
.myWinCont .wbb-hide {display: none !important;}
.myWinTD1 {background: #ffffff none repeat scroll 0% 0% !important;}
.myBtnCont {padding:0px !important}
.myBtnCenter {background: none !important;}

.myBtnCenter a {
  font: normal 12px "Roboto",sans-serif !important;
  color: #fff !important;
  background: #2e5c81 !important;
  padding: 6px 28px;
  border-radius: 4px !important;
  transition: all 0.2s ease 0s;
}

.myBtnCenter a:hover {
  background: #39719e !important;
  transition: all 0.2s ease 0s;
}


.myBtnContA {padding:0px !important}
.myBtnCenterA {background: none !important;}
.myBtnCenterA a {padding:4px 10px;color:#FFF !important;background:#3297db !important;-webkit-border-radius: 3px !important;-moz-border-radius: 3px !important;border-radius: 3px !important;}
.myWinCont input[type="text"] {width: auto; display: inline-block !important;}
.myWinGrid {opacity: .7 !important; filter: alpha(opacity=70) !important;}
table td[nowrap="nowrap"] table{border:none !important;}

.myWinCont .all-smiles figure {text-align: center; min-width: 50px;}
.myWinCont .all-smiles figcaption {display: none;}

#wbbmodal {background: rgba(0,0,0,0.7) !important;}
#wbbmodal .wbbm {box-shadow: none !important;}

.myWinCont #frm235 td[width="1%"] {
  display: none;
}
.myWinCont #frm235 legend,
.myWinCont #frm235 label,
.myWinCont #frm235 hr {
  display: none;
}


.myWinCont #frm92 select[name="nfid"] {
  width: 100%;
  margin-bottom: 15px !important;
}

.myWinCont #subbutfrm92 {
  text-align: right;
}

.myWinCont .wysibb-texarea {
  margin: 0 !important;
}

.myWinCont .wysibb-texarea:focus {
  margin: 0 !important;
  border: none;
  background: none;
  box-shadow: none;
}

.myWinCont #subbutfrm92,
.myWinCont #subbutfrm235,
.myWinCont #subbutipd348,
.myWinCont #subbutfrm735,
.myWinCont #subbutfrm851,
.myWinCont #subbutfrm981,
.myWinCont #subbutfrm982,
.myWinCont #subbutchusf983,
.myWinCont #subbutcntManF,
.myWinCont #subbutcntManF566 {
  color: #fff;
  background: #0c507d;
  font-family: Arial, sans;
  font-size: 12px;
  height: auto;
  padding: 5px 20px;
  border-color: #2e5c81;
  box-shadow: none;
  font-weight: 400 !important;
  margin: 5px 0 2px 0;
  border-radius: 3px;
}

/* uWindow - редактирование комментария */
.myWinCont #ipd348 #pending,
.myWinCont #ipd348 label {
  padding-top: 10px !important;
}
.myWinCont #ipd348 .wysibb {
  margin-top: 10px !important;
}
.myWinCont #subbutipd348 {
  float: right;
}




@media (max-width: 767px) {
.myWinCont #bc1,
.myWinCont #bc2,
.myWinCont #bc3,
.myWinCont #bc4,
.myWinCont #bc5,
.myWinCont #bc6,
.myWinCont #bc7,
.myWinCont #bc8,
.myWinCont #bc9,
.myWinCont #bc10,
.myWinCont #bc11,
.myWinCont #bc12,
.myWinCont #bc13,
.myWinCont #bc14,
.myWinCont #bc15,
.myWinCont #bc16,
.myWinCont #bc17,
.myWinCont #bc18,
div[id^=_uwndTop] .sml1,
.myWinCont select {
  display: none;
  }

  .myWinCont select[name="nfid"] {
  display: block;
  }

  .myWinCont #subcomment {
  background: none;
  box-shadow: none;
  }

}






/* SOFT-WINDOWS */

.pop-window{position:absolute;visibility:hidden;top:0;left:0;width:100%;height:100%;text-align:center}.pop-window:before{content:"";display:inline-block;height:100%;vertical-align:middle}.pop-window.show{visibility:visible}.pop-window .pop-all-content{margin:5% 0;width:600px;min-height:100px;display: inline-block !important;vertical-align:middle !important;position:relative !important;text-align:left;background:#fff;border-radius:7px;box-shadow:0 0 10px 1px rgba(0,0,0,0.1);font-family:PT Sans, sans-serif}.pop-window .pop-all-content.animate-fade_scale{-webkit-transform:scale(0.7);-moz-transform:scale(0.7);-ms-transform:scale(0.7);-o-transform:scale(0.7);transform:scale(0.7);opacity:0;transition:all .3s linear}.pop-window .pop-all-content.animate-fade_scale.show{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}.pop-window .pop-all-content.animate-fade_right{-webkit-transform:translateX(20%);-moz-transform:translateX(20%);-ms-transform:translateX(20%);-o-transform:translateX(20%);transform:translateX(20%);opacity:0;transition:all .3s}.pop-window .pop-all-content.animate-fade_right.show{-webkit-transform:translateX(0);-moz-transform:translateX(0);-ms-transform:translateX(0);-o-transform:translateX(0);transform:translateX(0);opacity:1}.pop-window .pop-all-content.animate-fade_bottom{-webkit-transform:translateY(20%);-moz-transform:translateY(20%);-ms-transform:translateY(20%);-o-transform:translateY(20%);transform:translateY(20%);opacity:0;transition:all .3s}.pop-window .pop-all-content.animate-fade_bottom.show{-webkit-transform:translateY(0);-moz-transform:translateY(0);-ms-transform:translateY(0);-o-transform:translateY(0);transform:translateY(0);opacity:1}.pop-window .pop-all-content.animate-fall{-webkit-transform:scale(0.8);-moz-transform:scale(0.8);-ms-transform:scale(0.8);-o-transform:scale(0.8);transform:scale(0.8);opacity:0;transition:all .3s;background:transparent;box-shadow:none}.pop-window .pop-all-content.animate-fall.show{-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);transform:scale(1);opacity:1}.pop-window .pop-header{position:relative;overflow:hidden;min-height:32px;border-radius:7px 7px 0 0}.pop-window .pop-header a.pop-close{cursor:pointer;position:absolute;right:16px;top:16px;z-index:11000;width:16px;height:16px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMCIgeT0iMCIgd2lkdGg9IjUxMiIgaGVpZ2h0PSI1MTIiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cGF0aCBkPSJNNDM3LjUgMzg2LjZMMzA2LjkgMjU2bDEzMC42LTEzMC42YzE0LjEtMTQuMSAxNC4xLTM2LjggMC01MC45IC0xNC4xLTE0LjEtMzYuOC0xNC4xLTUwLjkgMEwyNTYgMjA1LjEgMTI1LjQgNzQuNWMtMTQuMS0xNC4xLTM2LjgtMTQuMS01MC45IDAgLTE0LjEgMTQuMS0xNC4xIDM2LjggMCA1MC45TDIwNS4xIDI1NiA3NC41IDM4Ni42Yy0xNC4xIDE0LjEtMTQuMSAzNi44IDAgNTAuOSAxNC4xIDE0LjEgMzYuOCAxNC4xIDUwLjkgMEwyNTYgMzA2LjlsMTMwLjYgMTMwLjZjMTQuMSAxNC4xIDM2LjggMTQuMSA1MC45IDBDNDUxLjUgNDIzLjQgNDUxLjUgNDAwLjYgNDM3LjUgMzg2LjZ6Ii8+PC9zdmc+") no-repeat;background-size:100%;opacity:.3}.pop-window .pop-header a.pop-close:hover{opacity:1}.pop-window .pop-header.pop-noimage .pop-title{font-weight:700;font-size:14px;text-align:left;color:#000;word-wrap:break-word;box-sizing:border-box;padding-top:14px;padding-left:16px}.pop-window .pop-header.pop-image{background-repeat:no-repeat;background-position:0 0;background-size:100%;height:140px}.pop-window .pop-header.pop-image .pop-title{font-weight:700;font-size:24px;text-shadow:0 0 20px #000;color:#fff;word-wrap:break-word;text-align:center;position:absolute;height:100%;display:flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;padding:0 60px;background-color:rgba(0,0,0,0.2)}.pop-window .pop-content{padding:16px;font-size:13px;font-family:inherit}.pop-window .pop-content h2,.pop-window .pop-content p{margin-bottom:16px}.pop-window .pop-content *:last-child{margin-bottom:0}.pop-window .pop-content h2{font-size:20px;font-weight:400;font-style: normal;text-align:center;font-family: "PT Sans",sans-serif;}.pop-window .pop-content h1{font-size:24px;font-weight:bold;text-align:center;font-family:PT Sans}.pop-window .pop-content p{font-size:13px;line-height:20px;color: #111111;font-family:PT Sans}.pop-window .pop-footer{padding:16px;background:#f7f7f7;border-radius:0 0 7px 7px;font-family:inherit}.pop-window .pop-button, .pop-window .submit {position:relative;overflow:hidden;background:#136289;color:#fff;text-decoration:none;height:30px;display:inline-block;line-height:30px;padding:0 30px;border-radius:15px;font-size:12px;font-weight:400;font-family:inherit}.pop-window .pop-button:hover{background:#136289;color:#fff !important; opacity: 0.85;}.pop-window input,.pop-window textarea{width:100%;box-sizing:border-box;background:#fff;font-size:12px;display:block;outline:0;font-family:inherit;box-shadow:none !important; border-radius: 0;}.pop-window input:focus,.pop-window textarea:focus{border-color:rgba(79,167,255,0.8); box-shadow:none !important;}.pop-window textarea{height:100px;border:0;border-radius:5px;padding:0px;resize:none}.pop-window input{border:0;border-bottom:2px solid rgba(0,0,0,0.1);padding:5px 0}.pop-window .pop-center{text-align:center}.pop-window .pop-line{margin-bottom:16px}@media screen and (max-width: 500px){.pop-window .pop-all-content{width:90%}.pop-window .pop-header{background-position:50% 0% !important;background-size:cover !important}}.pop-background{width:100%;height:100%;overflow:auto;position:fixed;top:0;left:0;background:rgba(0,0,0,0.4);opacity:0;transition:opacity .3s}.pop-background.show{opacity:1}.pop-background.show.animate-fall{background:#fff !important;opacity:0.995}

.pop-window #submit {
position: relative;
overflow: hidden;
background: #136289;
color: #fff;
text-decoration: none;
height: 30px;
display: inline-block;
line-height: 30px;
padding: 0 30px;
border-radius: 15px;
font-size: 12px;
font-weight: 400;
font-family: inherit;
}







/* СТРАНИЦА ВХОДА ПОЛЬЗОВАТЕЛЕЙ */
.login_page__img {
  text-align: center;
}

.login_page__img img {
  width: 105px;
  height: 105px;
}

.login_page__title {
  padding: 35px 0 35px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.login_page__form {
  background-color: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(26, 85, 114, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(26, 85, 114, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(26, 85, 114, 0.3);
  padding: 30px 40px;
}

.login_page__form_text {
  padding: 0 0 30px 0;
  text-align: center;
}

.login_page__form input[type="text"], .login_page__form input[type="password"] {
  color: #222;
  font-size: 14px !important;
  font-family: Arial, Helvetica, sans-serif;
  background-color: #f7ec87;
  padding: 7px 10px 7px 10px !important;
  
}

.login_page__form input[type="submit"] {
  width: 100%;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 12px !important;
  margin-top: 10px;
  margin-bottom: 6px;
}

.login_page__form span, .login_page__form label {
  color: #717171;
  font-size: 8pt;
  font-family: Tahoma,Arial;
}

.login_page__form .loginLinks {
  display: none;
}





@media (max-width: 767px) {
  .login_page__title {
    padding: 35px 0 20px 0;
  }

  .login_page__form {
    background-color: transparent;
    border: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding: 15px 15px;
  }
}
/* КОНЕЦ СТРАНИЦЫ ВХОДА ПОЛЬЗОВАТЕЛЕЙ */






/* ФОРМА ВХОДА ПОЛЬЗОВАТЕЛЕЙ */
form[id="frmLg555"] {
  height: 237px;
}

form[id="frmLg555"] table {
  position: relative;
  width: 100%;
}

form[id="frmLg555"] td {
  display: block;
  color: #717171;
}

form[id="frmLg555"] .myBtnLeft,
form[id="frmLg555"] .myBtnRight {
  display: none;
}

form[id="frmLg555"] input[type="text"],
form[id="frmLg555"] input[type="password"] {
  width: 100% !important;
  color: #222;
  padding: 7px 40px 7px 8px !important;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px !important;
  margin-bottom: 10px !important;
  border: 1px solid rgba(17, 17, 17, 0.35);
}

form[id="frmLg555"] input[type="text"]:focus,
form[id="frmLg555"] input[type="password"]:focus {
  border-color:rgba(79,167,255,0.8);
  -webkit-box-shadow: 0px 0px 6px 0px rgba(26, 85, 114, 0.3);
  -moz-box-shadow: 0px 0px 6px 0px rgba(26, 85, 114, 0.3);
  box-shadow: 0px 0px 6px 0px rgba(26, 85, 114, 0.3);
}

.myWinCont input[type="text"], 
.myWinCont input[type="password"] {
  background: none !important;
}


form[id="frmLg555"] input[type="checkbox"] {
  outline: none !important;
}

form[id="frmLg555"] #msgL555 {
  position: absolute;
  top: 0;
  right: 0;
  margin: 34px 14px;
}

form[id="frmLg555"] #subbutfrmLg555 {
  color: #fff;
  background: #2e5c81;
  font: normal 13px "Roboto",sans-serif !important;
  width: 100%;
  height: auto;
  padding: 7px 0;
  margin: 26px 0 5px 0;
  border-color: #2e5c81;
  box-shadow: none;
}

form[id="frmLg555"] #subbutfrmLg555:hover {
  opacity: 0.8;
}

form[id="frmLg555"] .myWinLoadSF {
  background-image: url("/n_img/icons_svg/login-form-error.svg") !important;
  background-size: 16px !important;
  background-repeat: no-repeat !important;
}

form[id="frmLg555"] .myWinLoadSD {
  margin: 2px 5px 0 0;
  background-image: url("/n_img/icons_svg/login-form-load.gif") !important;
  background-repeat: no-repeat !important;
  background-size: 16px 11px !important;
}











/* АДМИН-БАР */
.uadm-collapse.uadm-collapse--empty .uadm-toggle {
  margin: 10px -7px 0 !important;
}

.uadm {
  position: fixed; 
  top:20px !important; 
  opacity: 0.65 !important; 
  transition: all 0.5s ease 0s;
}

.uadm:hover, 
.uadm-collapse:hover {
  opacity: 1 !important; 
  transition: all 0.5s ease 0s;
}

.uadm-count {
  background: #F43C60 !important;
}

.uadm-iparent-ico {
  color:#3c3c3c !important;
}

.wysibb-body, 
.wysibb textarea, 
.wysibb-texarea {
  font-family: Arial,Verdana,Tahoma !important; 
  font-size: 14px !important;
}

.uadm .uadm-profile .uadm-subi:nth-child(2) {
  display: none;
}




/* ЛИЧНЫЕ СООБЩЕНИЯ */
form#pmdform [data-deleteitem] {
  background:url('/n_img/icons_svg/pm_del.svg') center center !important;
  background-size: 18px !important;
  width: 18px !important;
  height: 18px !important;
  vertical-align: top !important;
}

form#pmdform [data-deleteitem]:hover {
  background:url('/n_img/icons_svg/pm_del_red.svg') center center !important; 
}
/* ЛИЧНЫЕ СООБЩЕНИЯ END */




/* ВЫБОР КАТЕГОРИЙ - СТРАНИЦА ДОБАВЛЕНИЯ */
.u-combo {
    border: none !important;
    font-family: Arial, Helvetica, sans-serif;
}
#catSelector9 {
    color: #000 !important; 
    background-color: #eee !important; 
    padding: 2px 12px !important;
    border: 1px solid #cecece;
}
.u-combobut {
    width: 16px !important; 
    height: 23px !important;
}
.u-combolist {
    font-family: Arial, sans-serif !important;
    font-weight: 400 !important;
    border-right: 1px solid #cecece !important;
    border-bottom: 1px solid #cecece !important;
    border-left: 1px solid #cecece !important;
}
.u-combolist b {
    font-size:18px !important; 
    padding-left: 13px;
    font-family: "Pt sans",sans-serif !important;
}
.u-comboeditcell {
    border-right: none !important;
    background: none !important;
}
.u-combolist > div {
    margin: 0 !important;
    padding: 4px 0 4px !important;

}
.u-combolist > div label  {
    vertical-align: middle !important;
    margin-bottom: 0px !important;
}
.u-combolist > div input[name="ocat"][data-parentid] {
    margin: 0 0 0 15px;
    vertical-align: middle;
}





/* РОТАТОР БАННЕРОВ ПОД МЕНЮ НА САЙТЕ */
.banner__site-under-menu {
 margin: 0 -30px 60px -30px;
}

.banner__site-under-menu__image {
 height: 170px;
 overflow: hidden;
 position: relative;
 background: #000;
}

.banner__site-under-menu__image img {
 width: 100%;
 height: 170px;
 object-fit: cover;
 object-position: center;
}

.banner__site-under-menu__image a:hover img {
    opacity: 0.45;
}

.banner__site-under-menu__title {
 font-weight: bold;
 font-size: 16px;
 padding-top: 5px;
}

.banner__site-under-menu__title a {
 color: #333;

}

/* РОТАТОР БАННЕРОВ ПОД МЕНЮ НА САЙТЕ END */



/* FOTORAMA */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important; background: #000;}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}
.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/n_plugins/fotorama/fotorama-mini.png) no-repeat}
@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/n_plugins/fotorama/fotorama2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}
@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important; background-color: rgba(0, 0, 0, 0.95);}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important; background-color: rgba(0, 0, 0, 0.95); ;width:100%!important;height:100%!important;margin:0!important; padding-right: 348px !important;}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background-color: rgba(0, 0, 0, 0.95);}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer; }.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8; }.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block; margin-top: 15px;}.fotorama__nav--dots .fotorama__nav__frame{width:30px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block; text-align: left;}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}

.fotorama__dot{
  display:block;
  width:0;
  height:0;
  position:relative;
  top:7px;
  left:6px;
  border-radius:250px;
  border:4px solid #c0c0c0; 
  color: #c0c0c0; 
  border-width: 3.5px; 
  margin-top: 2px;
  transition: all 0.2s ease 0s;
}

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding:1px;
  top:-1px;
  left:-1px
}

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width:0;
  height:0;
  border-width:7px;
  border-color: #68a42a; 
  margin-top: -2px; 
  transition: all 0.2s ease 0s;
}

.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#e80300;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}

.fotorama__arr--prev{width:25px;height:40px; left:2px;background-position:0 0}
.fotorama__arr--next{width:25px;height:40px; right:5px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}
.fotorama__fullscreen-icon{width:32px;height:32px;top:10px;right:10px;background-position:0 -38px;z-index:20}
.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-65px 0}


.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}
.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}
.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}
.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}
.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}
.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}


.board-gallery .fotorama__img {
    width: 100% !important;
    left: 0 !important; 
    object-fit: cover;
}

.board-gallery .fotorama__stage:before {
  width: 100%;
  content: ''; 
  position: absolute; 
  top: 0; 
  left: 0; 
  right: 0; 
  bottom: 0; 
  background: rgba(0, 0, 0, 0.35); 
  z-index: 99;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease 0s;
  transform: none;
}

.board-gallery .fotorama__stage:hover:before {
  visibility: visible;
  opacity: 1;
  transition: all .3s ease;
}



.board-gallery .fotorama__stage:after {
  width: 104px;
  height: 106px;
  display: block;
  background: url(../n_plugins/fotorama/loupe.png) 0 0/104px auto no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;
}

.board-gallery .fotorama__stage:hover:after {
  visibility: visible;
  opacity: 1;
  transition: all .3s ease;
}



.board-gallery .fotorama__fullscreen-icon {
  width: 100%;
  height: 100%;
  background: none;
}

.board-gallery .fotorama__fullscreen-icon:before {
  display: none;
}

.board-gallery .fotorama__arr--prev,
.board-gallery .fotorama__arr--next {
  display: none !important;
}


.fotorama--fullscreen .fotorama__img {
    object-fit: contain;
}

.fotorama__fullscreen-icon::before {
    position: absolute;
    top: -5px;
    right: 32px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 1px 0 0px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    content: 'Крупнее';
}

.fotorama__fullscreen-icon::after {
    position: absolute;
    top: 0;
    left: -68px;
    right: 0;
    bottom: -68px;
    content: '';
}

.fotorama--fullscreen .fotorama__fullscreen-icon::before {
    position: absolute;
    top: 0;
    right: 32px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 4px 0 12px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    content: '';
}

.fotorama--fullscreen .fotorama__img-counter {
  display: table;
  position: absolute;
  top: 22px;
  left: 32px;
  border-radius: 3px;
  padding: 5px 9px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  color: #fff;
  font-size: 13px;
  z-index: 10;
}

.fotorama__img-counter {
    position: absolute;
    top: 12px;
    right: 12px;
    border-radius: 3px;
    padding: 5px 9px;
    background-color: rgba(0, 0, 0, 0.5);
    font-family: Roboto;
    color: #fff;
    font-size: .9571rem;
    z-index: 10;
}

.fotorama--fullscreen .fotorama__arr--prev {
  left: 32px;
  width: 17px;
  height: 50px;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  display: block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2244%22%20viewBox%3D%220%200%2016%2044%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Cpath%20d%3D%22M2.018%2044L0%2042.942%2013.316%2022%200%201.058%202.018%200%2016%2021.99z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  opacity: .6;
  cursor: pointer;
}

.fotorama--fullscreen .fotorama__arr--next {
  right: 32px;
  width: 17px;
  height: 50px;
  -webkit-transition: opacity .3s ease-out;
  transition: opacity .3s ease-out;
  display: block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20width%3D%2216%22%20height%3D%2244%22%20viewBox%3D%220%200%2016%2044%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20style%3D%22fill%3A%23fff%3B%22%3E%3Cpath%20d%3D%22M2.018%2044L0%2042.942%2013.316%2022%200%201.058%202.018%200%2016%2021.99z%22%2F%3E%3C%2Fsvg%3E") 50% no-repeat;
  opacity: 0.6;
  cursor: pointer;
}

.fotorama--fullscreen .fotorama__arr--prev:hover, 
.fotorama--fullscreen .fotorama__arr--next:hover {
  opacity: 1 !important;
  transition: all 0.3s ease 0s;
}



.fotorama--fullscreen .fotorama__fullscreen-icon {
    top: 20px;
    right: 28px;
    opacity: 0.7;
}

.fotorama--fullscreen .fotorama__fullscreen-icon:hover {
    opacity: 1;
}


.board-gallery .fotorama__wrap--css3 .fotorama__stage__frame--video:after {
  position: absolute;
  top: 14px;
  left: 15px;
  z-index: 20;
  font-family: FontAwesome;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
  padding: 2px 7px 2px 8px;
  content: '\f03d';
  background: #f7f7f7;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  border-right: 1px solid rgba(0, 0, 0, 0.3);
}

.board-gallery .fotorama__wrap--css3 .fotorama__stage__frame--video:before {
  position: absolute;
  top: 14px;
  left: 40px;
  z-index: 20;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 0.9em;
  color: rgba(0, 0, 0, 0.7);
  padding: 2px 6px 2px 8px;
  content: 'Видео';
  text-transform: uppercase;
  background: #f7f7f7;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}

.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__stage__frame--video:after,
.fotorama--fullscreen .fotorama__wrap--css3 .fotorama__stage__frame--video:before {
  display: none;
}


@media (max-width: 767px) {
.fotorama__fullscreen-icon::before {
    position: absolute;
    top: -5px;
    right: 32px;
    display: block;
    height: 32px;
    line-height: 32px;
    padding: 0 1px 0 0px;
    color: white;
    font-size: 12px;
    font-weight: 700;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
    content: '';
 }

.board-gallery .fotorama__stage:before,
.board-gallery .fotorama__stage:after {
    display: none;
 }

.board-gallery .fotorama__img {
  width: inherit !important;
  object-fit: contain;
 }


}










/* ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ ФОРУМ */
.forum_content {
  position: relative;
  overflow: hidden;
}

.forum_body {
  background-color: #f8f8f8;
  overflow: hidden;
  padding: 60px;
  position: relative;
  color: #333;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 0%;
}

.forum_wrapper {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  line-height: 1.43;
}

.gTable {
  border-collapse: separate !important;
  border-radius: 5px 5px 0 0;
  box-shadow: inset rgba(255,255,255,0.5) 0px 1px 0px, inset rgba(255,255,255,0.3) 0px 0px 0px 1px, rgba(0,0,0,0.1) 0px 1px 3px;
  margin-bottom: 30px;
}

.gTableTop {
  position: relative;
  min-height: 50px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(to right, #205873 0%, #0d5e71 100%);
  padding: 14px 15px;
  font-weight: normal;
  border: 1px solid #205873;
  border-radius: 5px 5px 0 0;
}

.gTableTop .catLink {
  color: #fff;
}

.gTableTop .catLink:hover {
  color: rgba(255,255,255,0.7) !important;
}

.gTableTop .catLink:before {
  content: "\f046";
  font-family: FontAwesome;
  margin-right: 12px;
}

.gTableSubTop {
  background: #f2f4f6;
  padding: 10px;
  display: none;
}

.threadpage-posts-table td {
  overflow: hidden;
}









/* ГЛАВНАЯ СТРАНИЦА ФОРУМА */
.forumIcoTd {
  width: 85px;
  border-left: 1px solid #dfdfdf;
}

.forumThreadTd {
  width: 130px;
}

.forumPostTd {
  width: 130px;
}

.forumLastPostTd {
  width: 285px;
  color: #444;
  border-right: 1px solid #dfdfdf;
}

.forumLastPostTd a {
  color: #777;
}

.forumLastPostTd a:hover {
  text-decoration: underline;
}

.GoToLastPost {
  color: #4d6d91 !important;
}

.GoToLastPost_badge {
  color: #4d6d91 !important;
  text-decoration: none;
  padding-left: 5px;
}


.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.gTableRight {
  background: rgba(255,255,255,0.93);
  padding: 12px 10px !important;
  border-bottom: 1px solid #dfdfdf;
}

.forumIcoTd {
  background: rgba(255,255,255,0.93);
  text-align: center;
  padding: 12px 0;
  border-bottom: 1px solid #dfdfdf;
}

.forumIcoTd img {
  max-width: 45px !important;
  max-height: 45px !important;
}

.forumNameTd {
  background: rgba(255,255,255,0.93);
  padding: 12px 0;
  border-bottom: 1px solid #dfdfdf;
}

.gTableBody1 {
  background: rgba(255,255,255,0.93);
  padding: 12px 12px 12px 0 !important;
  border-bottom: 1px solid #dfdfdf;
}

.forumNameTd .forum {
  color: #4D6D91;
  font-size: 16px;
  font-weight: 400;
}

.forumNameTd .forum:hover {
  color: #38526f !important;
  text-decoration: underline;
}

.forumNameTd .forumViewed {
  font-size: 10px;
  padding-left: 6px;
  vertical-align: middle;
}

.forumNameTd .forumDescr {
  color: #888;
  padding-top: 3px;
}

.forumNameTd .forumModer {
  color: #888;
  font-size: 11px;
  padding-top: 5px;
}

.forumNameTd .forumModer a:hover {
  text-decoration: underline;
}

.forumNameTd .subforumDescr {
  font-size: 0.0000000001em;
  color: #fff;
  padding-top: 10px;
}

.forumThreadTd,
.forumPostTd {
  text-align: center;
}

.forumThreadTd .stats_counter,
.forumPostTd .stats_counter {
  display: block;
  font-size: 16px;
  font-weight: 500;
}

.subforumDescr a {
  display: inline-block;
  width: 32%;
  max-width: 32%;
  font-size: 13px;
  color: #7c7c7c;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 10px 0 0;
}

.subforumDescr a:hover {
  text-decoration: underline;
}

.subforumDescr a:before {
  content: "\f115";
  font-family: FontAwesome;
  margin-right: 8px;
}

.subforumDescr a:hover:before {
  text-decoration: none !important;
}

.gTable tr:hover td.forumIcoTd, 
.gTable tr:hover td.forumNameTd,
.gTable tr:hover td.forumViewed, 
.gTable tr:hover td.forumThreadTd, 
.gTable tr:hover td.forumPostTd, 
.gTable tr:hover td.forumLastPostTd {
  background: rgba(255,255,255,0.97);
}

.forumstatistic_mobile {
  display: none;
  color: rgb(144, 144, 144);
  padding-top: 15px;
}

.forumstatistic_mobile span:nth-child(even) {
  padding-left: 20px;
}

.gTable [class*="hint--"]::before {
  display: none;
}

.gTable [class*="hint--"]::after {
  font-weight: 400;
}

.funcBlock {
 color: #f9f9f9;
 font-size: 0.000001em;
}

.funcLink {
  display: inline-block;
  color: #fff !important;
  font-size: 13px;
  line-height: 34px;
  min-height: 34px;
  padding: 0 10px !important;
  background-color: #5b0;
  border-radius: 3px;
}

.funcLink:hover {
  background-color: #8dd145;
  color: #fff !important;
}

.gTableRight img {
  max-width: 50px;
  max-height: 50px;
}

.userBirthdayLink {
  color: #4D6D91;
  padding-right: 5px;
}

.lastUserLink:hover,
.userBirthdayLink:hover,
.birthdaysBlock a:hover {
  text-decoration: underline !important;
}

.birthdaysBlock a,
.lastUserLink {
  color: #4D6D91;
}

.gTableUsersToday {
  margin-top: -30px;
}

.gTableRight {
  border-left: 1px solid #dfdfdf;
}
.gTableBody1 {
  border-right: 1px solid #dfdfdf;
}

/* КОНЕЦ ГЛАВНОЙ СТРАНИЦЫ ФОРУМА */





/* СТРАНИЦА РАЗДЕЛА ФОРУМА */
.switches {
  padding-bottom: 20px !important;
}

.switches li {
  margin-right: 2px !important;
}

.postbtn1, 
.postbtn2,
.postbtn3 {
 color: #fff;
 transition: all 0.2s ease 0s;
}

.postbtn1,
.postbtn2,
.postbtn3 {
  display: inline-block;
  line-height: 34px;
  background-color: #34495e;
  height: 34px;
  padding: 0 20px;
  border-radius: 3px;
}

.postbtn3 {
  background-color: #c20a2e;
}

.postbtn1:before {
  font-size: 14px;
  content: "\f0ca";
  font-family: FontAwesome;
  margin-right: 12px;
}

.postbtn2:before {
  font-size: 14px;
  content: "\f080";
  font-family: FontAwesome;
  margin-right: 8px;
}

.postbtn3:before {
  font-size: 14px;
  content: "\f023";
  font-family: FontAwesome;
  margin-right: 8px;
}

.postbtn1:hover, 
.postbtn2:hover {
  color: #fff !important;
  background-color: #5b0;
}

.switches .pagesInfo {
  display: inline-block;
  line-height: 34px;
  background-color: #ebebeb;
  min-width: 34px;
  min-height: 34px;
  padding: 0 10px !important;
  border-radius: 3px;
}

.switches .switch {
  display: inline-block;
  line-height: 34px;
  text-align: center;
  background-color: #ebebeb;
  min-width: 34px;
  min-height: 34px;
  border-radius: 3px;
}

.switches .switchActive {
  display: inline-block;
  color: #fff;
  line-height: 34px;
  background-color: #5b0;
  text-align: center;
  min-width: 34px;
  min-height: 34px;
  border-radius: 3px;
}

.switches .switchDigit {
  display: inline-block;
  color: #333;
  line-height: 34px;
  background-color: #ebebeb;
  text-align: center;
  min-width: 34px;
  min-height: 34px;
  border-radius: 3px;
  transition: all 0.2s ease 0s;
}

.switches .switchDigit:hover {
  color: #fff !important;
  background-color: #5b0;
}

.switches .switch-back,
.switches .switch-next {
  display: none;
}

.FrmTopButtonsCl12,
.forumNamesBar {
  width: 100%;
  padding-bottom: 25px !important;
}

.FrmForumBarTbl a,
.forumNamesBar a {
  color: #4D6D91;
}

.FrmForumBarTbl a:hover,
.forumNamesBar a:hover {
  text-decoration: underline;
}

#forum_filter,
.navigationCl11,
.FastSearchTbl,
.fFastSearchTd {
  display: none;
}

.gTable #subscribe {
  font-size: 0.0000000001em;
}

.gTable #subscribe a {
  position: absolute;
  top: 0;
  right: 0;
  height: 33px;
  color: #fff !important;
  font-size: 13px;
  line-height: 32px;
  padding: 0px 15px;
  margin: 8px 6px 0 0;
  border-radius: 250px;
  transition: all 0.2s ease 0s;
}

.gTable #subscribe a:before {
  content: "\f0a2";
  font-family: FontAwesome;
  font-size: 15px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 12px;
  margin-right: 12px;
}

.gTable #subscribe a:hover {
  background: #5b0;

}

.forumOnlineBar {
  background: #e9e9e9;
  padding: 8px 0 8px 15px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}
/* КОНЕЦ СТРАНИЦЫ РАЗДЕЛА ФОРУМА */






/* ВИД ТЕМЫ В РАЗДЕЛЕ ФОРУМА */
.threadsType,
.threadsDetails {
  background: #e9e9e9;
  padding: 8px 0 8px 15px;
  border-left: 1px solid #eaeaea;
  border-right: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.threadIcoTd {
  border-left: 1px solid #eaeaea;
}


.threadIcoTd,
.threadIcoTd2 {
  background: rgba(255,255,255,0.93);
  border-bottom: 1px solid #eaeaea;
}

.threadIcoTd img {
  max-width: 25px;
  max-height: 25px;
}

.threadIcoTd2 img {
  max-width: 23px;
  max-height: 23px;
}

.threadNametd {
  background: rgba(255,255,255,0.93);
  padding: 12px 10px 12px 5px;
  border-bottom: 1px solid #eaeaea;
}

.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
  background: rgba(255,255,255,0.93);
  padding: 12px 10px;
  border-bottom: 1px solid #eaeaea;
}

.threadLastPostTd {
  border-right: 1px solid #eaeaea;
}

.threadNametd {
  position: relative;
}

.threadIcoTd {
  padding-left: 20px;
}

.threadIcoTd,
.threadIcoTd2 {
  width: 50px;
  vertical-align: middle;
}

.threadPostTd {
  width: 10%;
}

.threadViewTd {
  width: 8%;
}

.threadLastPostTd {
  width: 260px;
  color: #444;
}



.threadIcoTd2,
.threadPostTd,
.threadViewTd {
  text-align: center;
}

.threadLink {
  color: #4D6D91;
  font-weight: 400;
}

.threadDescr {
  color: #888;
  padding-top: 3px;
}

.threadFrmBlock {
  float: right;
  font-size: 12px;
  padding-top: 5px;
}

.threadFrmBlock a {
  color: #888 !important;
}

.postpSwithces {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0.0000000001em;
  color: #fff;
  margin: 15px 12px 0 0;
}

.postPSwithcesLink {
  display: inline-block;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 25px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.05);
  min-width: 25px;
  min-height: 25px;
  border-radius: 2px;
  margin: 0 0 0 3px;
  opacity: 0;
  transition: all 0.2s ease 0s;
}

.postPSwithcesLink:hover {
  color: #fff !important;
  background-color: #8dd145;
}

.gTable tr:hover td.threadIcoTd .postPSwithcesLink, 
.gTable tr:hover td.threadIcoTd2 .postPSwithcesLink,
.gTable tr:hover td.threadNametd .postPSwithcesLink, 
.gTable tr:hover td.threadPostTd .postPSwithcesLink, 
.gTable tr:hover td.threadViewTd .postPSwithcesLink, 
.gTable tr:hover td.threadLastPostTd {
  transition: all 0.2s ease 0s;
  opacity: 1;
}

.threadPostTd,
.threadViewTd {
  color: #444;
  font-weight: 300;
}


.threadPostTd .stats_counter, 
.threadViewTd .stats_counter {
  display: block;
  font-size: 14px;
  font-weight: 400;
}

.threadLastPostTd a:hover {
  text-decoration: underline;
}

.threadAuthor a,
.lastPostUser a {
  color: #777;
}

.forumLastPostLink {
  color: #4d6d91 !important;
}

.gTable tr:hover td.threadIcoTd, 
.gTable tr:hover td.threadIcoTd2,
.gTable tr:hover td.threadNametd, 
.gTable tr:hover td.threadPostTd, 
.gTable tr:hover td.threadViewTd, 
.gTable tr:hover td.threadLastPostTd {
  background: rgba(255,255,255,0.97);
}
/* КОНЕЦ ВИДА ТЕМЫ В РАЗДЕЛЕ ФОРУМА */





/* ВИД ТЕМЫ ФОРУМА */
.ThrTopButtonsRow1 #frmButns83 {
  display: none;
}

#thread_search_form input[type="text"],
#thread_search_form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 15px;
}

#thread_search_form input[type="text"] {
  height: 34px;
  font-size: 13px;
  float: none;
  background: #ebebeb;
  margin-right: 40px;
  border-radius: 3px 0 0 3px;
  border: none;
}

#thread_search_form input[type="text"]:focus {
  height: 34px;
  width: 235px;
  background: #dfdfdf;
  border-color: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

#thread_search_form input[type="submit"] {
  width: 40px;
  height: 34px;
  text-transform: uppercase;
  line-height: 34px;
  background: #5b0;
  padding: 0;
  margin: 0;
  border-radius: 0 3px 3px 0;
}

#thread_search_form input[type="submit"]:hover {
  background: #8dd145;
}

.ThrTopButtonsRow2 .forumModerBlock {
  width: 100%;
}


.forumModerFuncsRow1 {
  display: inline-block;
  float: right;
  padding-bottom: 15px;
}

.forumModerFuncs .moderOptions {
  width: 240px;
  font-size: 12px;
  color: #555;
  height: 24px;
  line-height: 24px;
  padding: 0 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #ebebeb url("/n_img/select_arrow.svg") no-repeat 100% 50%;
  cursor: pointer;
  outline: none;
  outline-style: none;
  margin-right: -5px;
  border: none !important;
  border-radius: 3px 0 0 3px;
}

.forumModerFuncs .moderOptions:focus,
.forumModerFuncs .moderOptions:active {
  outline: none;
}

.forumModerFuncs #modBut2 {
  width: 40px;
  height: 24px;
  font-size: 12px;
  text-transform: uppercase;
  line-height: 24px;
  padding: 0;
  margin: 0;
  background: #0d5e71;
  border-radius: 0 3px 3px 0;
}

.forumModerFuncs #modBut2:hover {
  background: #5b0;
}

/* КОНЕЦ ВИДА ТЕМЫ ФОРУМА */





/* НАЧАЛО ВИДА ТЕМЫ-ОПРОСА ФОРУМА */
.gTable .postPoll {
  padding: 30px !important;
  background: rgba(255,255,255,0.93);
}

.gTable .pollQuestion {
  font-family: 'PT Sans', sans-serif;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  margin: 0 0 20px 0;
}

.gTable .pollAnswer label {
  font-size: 14px;
  font-weight: 400;
} 

.gTable .pollButtons {
  text-align: center;
  margin: 20px 0 0 0;
}

.gTable .pollResults tr {
  display: inherit;
}


.gTable .pollResults td {
  font-size: 14px;
  padding: 10px 0 0 0;
}

.gTable .pollResults .pollPos {
  padding-right: 5px;
}

.gTable .pollResults .pollAnsw,
.gTable .pollResults .pollResult,
.gTable .pollResults .pollBar {
  padding-right: 20px;
}


.gTable .pollResults .pollBar img {
  height:13px;
}

.gTable .postPoll .pollTotal {
  text-align: right;
  margin: 20px 0 0 0;
}

.breadcrumbs .thDescr {
  display: none;
 }
/* КОНЕЦ ВИДА ТЕМЫ-ОПРОСА ФОРУМА */






/* ФОРМА ОТВЕТА И СОЗДАНИЯ ТЕМ */
.new_thead_rules {
  margin: 10px 0 40px 0;
}

.new_thead_rules .rules {
  position: relative;
  color: #fff;
  background: rgba(224,83,80,0.93);
  padding: 25px;
  padding-left: 130px;
  border-radius: 5px;
  box-shadow: inset rgba(255,255,255,0.5) 0px 1px 0px, inset rgba(255,255,255,0.3) 0px 0px 0px 1px, rgba(0,0,0,0.1) 0px 1px 3px;
}

.new_thead_rules .rules:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  border-radius: 5px 0 0 5px;
}

.new_thead_rules .rules:after {
  position: absolute;
  top: 50%;
  left: 32px;
  font-family: FontAwesome;
  font-size: 45px;
  content: "\f05a";
  margin-top: -15px;

}

.new_thead_rules .rules li {
  list-style: disc;
  padding-bottom: 12px;
}

.new_thead_rules .rules li:last-child {
  padding-bottom: 0;
}


.forum__answer-form .form__wrapper {
  border-radius: 5px 5px 0 0;
  box-shadow: inset rgba(255,255,255,0.5) 0px 1px 0px, inset rgba(255,255,255,0.3) 0px 0px 0px 1px, rgba(0,0,0,0.1) 0px 1px 3px;
}

.forum__answer-form .TableTop {
  min-height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  background: linear-gradient(to right, #205873 0%, #0d5e71 100%);
  padding: 0px 15px;
  font-weight: normal;
  border: 1px solid #205873;
  border-radius: 5px 5px 0 0;
}


.forum__answer-form .form__inner {
  background: rgba(255,255,255,0.93);
  border: 1px solid #eaeaea;
  padding: 15px;
}

.forum__answer-form .cellTitle,
.forum__answer-form .help {
  padding-top: 10px;
}

.forum__answer-form .forum__post_error {
  position: relative;
  height: 35px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background: #e05350;
  margin: -16px 0 25px 0;
}

.forum__answer-form .postDescrFl {
  color: #777;
}

.forum__answer-form .forum__theadico_2 {
  margin: 15px 0 0 0;
}

.forum__answer-form .forum__theadico_2 img {
  max-width: 26px;
  max-height: 26px;
  margin: 0 3px 8px 0;
  opacity: 0.3;
}

.forum__answer-form .forum__theadico_2 img:hover {
  opacity:0.8;
  cursor: pointer;
  transition: none;
}

.forum__answer-form .forum__theadico_2 .selectedImg {
  opacity:1;
}


.forum__answer-form .smiles {
  margin: 5px auto;
}

.forum__answer-form .smiles img:hover {
  opacity: 0.5;
  transition: none;
}

.forum__answer-form #allSmiles a {
  display: block;
  padding-top: 10px;
}


.forum__answer-form .wysibb-text .wysibb-text-iframe {
  font-family: 'PT Sans', sans-serif;
}

.forum__answer-form .wysibb-text textarea:focus,
.forum__answer-form .postNameFl:focus,
.forum__answer-form .postDescrFl:focus,
.forum__answer-form .postQuestionFl:focus,
.forum__answer-form .postPollFl:focus {
  box-shadow: none;
}

.forum__answer-form .postTextFl:focus {
  border-color:rgba(79,167,255,0.8) !important;
}

.forum__answer-form .mobile_toolbar {
  display: none;
}

.forum__answer-form label {
  font-weight: 400;
}

.forum__answer-form .options {
  margin-top: 20px;
}




.forum__answer-form .answer_buttons {
  text-align: center;
  margin: 50px 0;
}

.answer_buttons .postbtn_prewiev,
.answer_buttons .postbtn_answer,
.answer_buttons .postbtn_reset {
  display: inline-block;
}

.forum__answer-form .answer_buttons input {
  display: inline-block;
  position: relative;
  min-width: 150px;
  color: #fff;
  line-height: 36px;
  background-color: #34495e;
  height: 36px;
  padding: 0;
  border-radius: 0 3px 3px 0;
  transition: all 0.3s ease 0s;
}

.forum__answer-form .answer_buttons input:hover {
  opacity: 1;
}

.answer_buttons .postbtn_prewiev:before {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  content: "\f0f6";
  font-family: FontAwesome;
  background-color: #293d50;
  border-radius: 3px 0 0 3px;

}

.answer_buttons .postPreview:hover {
  background-color: #355b80;
}

.answer_buttons .postbtn_answer {
  margin: 0 4px;
}

.answer_buttons .postbtn_answer:before {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  content: "\f1d8";
  font-family: FontAwesome;
  background-color: #293d50;
  border-radius: 3px 0 0 3px;
}

.answer_buttons .postSubmit:hover {
  background-color: #355b80;
}

.answer_buttons .postbtn_reset:before {
  display: inline-block;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  content: "\f01e";
  font-family: FontAwesome;
  background-color: #293d50;
  border-radius: 3px 0 0 3px;
}

.answer_buttons .postReset:hover {
  background-color: #e80300;
  opacity: 1;
}






 
.forum__answer-form .answer_buttons .postbtn_prewiev_href,
.forum__answer-form .answer_buttons .postbtn_add_href,
.forum__answer-form .answer_buttons .postbtn_reset_href {
  display: inline-block;
  position: relative;
  min-width: 200px;
  color: #fff;
  line-height: 36px;
  background-color: #34495e;
  height: 36px;
  padding: 0 40px 0 60px;
  border-radius: 3px;
  transition: all 0.2s ease 0s;
}

.forum__answer-form .answer_buttons .postbtn_prewiev_href .fa,
.forum__answer-form .answer_buttons .postbtn_add_href .fa,
.forum__answer-form .answer_buttons .postbtn_reset_href .fa {
  background-color: rgba(0, 0, 0, 0.075);
  border-radius: 3px 0 0 3px;
  height: 36px;
  line-height: 36px;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 36px;
  transition: all 0.2s ease 0s;
}

.forum__answer-form .answer_buttons .postbtn_add_href {
  margin: 0 2px;
}

.forum__answer-form .answer_buttons .postbtn_prewiev_href:hover {
  color: #fff !important;
  background-color: #ffa500;
  transition: all 0.2s ease 0s;
}

.forum__answer-form .answer_buttons .postbtn_add_href:hover {
  color: #fff !important;
  background-color: #5b0;
  transition: all 0.2s ease 0s;
}
.forum__answer-form .answer_buttons .postbtn_reset_href:hover {
  color: #fff !important;
  background-color: #e80300;
  transition: all 0.2s ease 0s;
}
/* КОНЕЦ ФОРМЫ ОТВЕТА И СОЗДАНИЯ ТЕМ */






/* ВИД ПОСТА ФОРУМА */
.postSeparator {
  display: none;
}

.forum__post {
  background: rgba(255,255,255,0.93);
}

.forum__post .prepost_top {
  position: relative;
  background: #e9e9e9;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
}

.forum__post .prepost_top_1 {
  height: 40px;
  line-height: 40px;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}

.forum__post .prepost_top_1 .user_nickname {
  margin-right: -15px;
}

.forum__post .prepost_top_1 a {
  color: #333;
}

.forum__post .prepost_top_2 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}

.forum__post .prepost_top_2 .post_nomber a {
  display: inline-block;
  height: 40px;
  color: #333;
}

.forum__post .prepost_top_2 .post_href {
  position: absolute;
  top: 0;
  right: 15px;
  margin-right: 30px;
}

.forum__post .prepost_top_2 .post_href a {
  color: #e9e9e9;
  font-size: 1px;
  opacity: 0.5;
  display: inline-block;
}

.forum__post .prepost_top_2 .post_href a:hover {
  opacity: 1;
}

.forum__post .prepost_top_2 .post_href a:before {
  color: #333;
  font-size: 15px;
  content: "\f1e0";
  font-family: FontAwesome;
}


.forum__post .prepost_top_2 .post_raport,
.forum__post .prepost_top_2 .post_add_ban,
.forum__post .prepost_top_2 .user_post_ip {
 color: #555;
 opacity: 0;
 transition: all 0.2s ease 0s;
}

.forum__post:hover .prepost_top_2 .post_raport,
.forum__post:hover .prepost_top_2 .post_add_ban,
.forum__post:hover .prepost_top_2 .user_post_ip {
 opacity: 0.25;
 transition: all 0.2s ease 0s;
}

.forum__post .prepost_top_2 .user_post_ip a {
 color: #555;
}

.forum__post:hover .prepost_top_2 .post_raport:hover,
.forum__post:hover .prepost_top_2 .post_add_ban:hover,
.forum__post .prepost_top_2 .user_post_ip:hover {
 opacity: 0.8;
}

.forum__post .forum_post_edited {
  font-size: 13px;
  font-weight: 700;
  text-align: right;
  padding-top: 30px;
}

.forum__post .forum_post_edited .editedName {
  display: block;
}


.forum__post .post_signature {
  display: block;
  color: #999;
  font-size: 12px;
  padding-top: 10px;
  margin-top: 30px;
  border-top: 1px solid rgba(0,0,0,0.15);
  border-style: dashed;
}

.forum__post .post_signature img {
  max-width: 100%;
}





.forum__post .forum__post_inner {
  font-size: 14px;
  min-height: 150px;
  padding: 15px 30px 15px 0;
}

.forum__post .post_messege {
  line-height: 1.65;
  word-wrap: break-word;
}

.forum__post .bad_user_post {
  color: #a6a5a5;
}









.forum__post .user_details {
  text-align: center;
  padding-top: 15px;
}

.forum__post .user_details_inner {
  padding: 0 15px;
  margin-right: -15px;
}

.forum__post .post_user_avatar {
  position: relative;
  width: 128px;
  height: 128px;
  margin: 0 auto;
}

.forum__post .post_user_avatar img {
  width: 128px;
  height: 128px;
  padding: 4px;
  border: 1px solid #cac9c9;
  object-fit: cover;
  border-radius: 200px;
}

.forum__post .statusOnline {
  vertical-align:middle;
  z-index:99;
  position: absolute;
  margin-top: 15px;
  right: 12px;
  color:rgba(0,0,0,0);
  font-size:0px;
  display: inline-block;
  width: 10px;
  height: 10px;
  box-shadow: 0 0 0 0 rgba(126, 187, 71, 0.7);
  border-radius: 100%;
  background: #9fe461;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
  -moz-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
  -o-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}

.forum__post .statusOnline:hover {
  -webkit-animation: none;
  -moz-animation: none;
}

@-webkit-keyframes pulse {
 to {
 box-shadow: 0 0 0 7px rgba(126, 187, 71, 0);
 }
 }
@-moz-keyframes pulse {
 to {
 box-shadow: 0 0 0 7px rgba(126, 187, 71, 0);
 } 
}
@-o-keyframes pulse {
 to {
 box-shadow: 0 0 0 7px rgba(126, 187, 71, 0);
 } 
}

.forum__post .statusOffline {
  display: none;
} 

.forum__post .postRankIco {
  padding-top: 5px;
}

.forum__post .user_location {
  padding-top: 5px;
}

.forum__post .user_posts_onForum {
  padding-top: 5px;
}

.forum__post .postUserGroup {
  display: inline-block;
  font-size: 12px;
  color: #fff;
  padding: 6px 12px;
  margin-top: 10px;
  border-radius: 250px;
}
.forum__post .gColor3 {
  background: #3274ad;
}

.forum__post .gColor4 {
  background: #b92844;
}

.forum__post .gColorEgida {
  background: #895b9c
}

.forum__post .gColorTopicStarter {
  background: #5b0
}

.forum__post .user_rate {
  padding-top: 15px;
}

.forum__post .u_rate_count,
.forum__post .u_rate_minus,
.forum__post .u_rate_plus {
  display: inline-block;
}

.forum__post .u_ziro,
.forum__post .u_plus,
.forum__post .u_minus {
  display: inline-block;
  color: #fff;
  font-size: 12px;
  padding: 3px 15px;
  text-align: center;
  border-radius: 250px;

}

.forum__post .u_ziro:hover,
.forum__post .u_plus:hover,
.forum__post .u_minus:hover {
  background: #a0a0a0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}

.forum__post .u_ziro,
.forum__post .u_plus {
  background: #cccccc;
  transition: all 0.3s ease 0s;
}

.forum__post .u_minus {
  background: #e25f5b;
  transition: all 0.3s ease 0s;
}

.forum__post .user_rate a {
  color: #cccccc;
  font-size: 15px;
  transition: all 0.3s ease 0s;
}

.forum__post .user_rate a:hover {
  color: #a0a0a0 !important;
  transition: all 0.3s ease 0s;
}

.forum__post .u_rate_minus {
  padding-right: 5px;
}

.forum__post .u_rate_plus {
  padding-left: 5px;
}



.forum__post .post_bottom {
  height: 34px;
  line-height: 34px;
  background: rgba(255,255,255,0.4);
  border-top-color: rgba(255,255,255,0.6);
  box-shadow: rgba(0,0,0,0.04) 0px -2px 4px;
  margin-top: 60px;
}


.forum__post .forum_post_btn_1 {
  text-align: center;
  margin-right: -15px;
}


.forum__post .forum_post_btn_href_of_user {
  display: inline-block;
  height: 34px;
  min-width: 34px;
  text-align: center;
  line-height: 34px;
  color: rgba(204,204,204,0.8);
  transition: all 0.2s ease 0s;
}




.forum__post .forum_post_btn_href {
  display: table-cell;
  height: 34px;
  min-width: 34px;
  text-align: center;
  line-height: 34px;
  color: rgba(0,0,0,0.8);
  border-left: 1px solid rgba(0,0,0,0.09);
  transition: all 0.2s ease 0s;
}

.forum__post .forum_post_btn_href:hover,
.forum__post .forum_post_btn_href_of_user:hover {
  color: #555 !important;
  background: #f5f5f5;
  transition: all 0.2s ease 0s;
}

.forum__post .forum_post_btn_1 .forum_post_btn_href:last-child {
  border-right: 1px solid rgba(0,0,0,0.09);
}







.forum__post .forum_post_btn_2 {
  position: absolute;
  top: 0;
  right: 15px;
}

.manage_forum-post_buttons li {
  display: table-cell;
  text-align: center;
  border-left: 1px solid rgba(0,0,0,0.09);
}

.manage_forum-post_buttons a {
  display: inline-block;
  color: #333;
  min-width: 34px;
  transition: all 0.2s ease 0s;
}

.manage_forum-post_buttons a:hover {
  color: #333 !important;
  background: #f5f5f5;
  box-shadow: 0 14px 28px rgba(0,0,0,0.15), 0 10px 10px rgba(0,0,0,0.12);
  transition: all 0.2s ease 0s;
}

.manage_forum-post_buttons a:active,
.manage_forum-post_buttons a:focus {
  color: #333 !important;
}

.manage_forum-post_buttons .postQuote,
.manage_forum-post_buttons .edit_post {
  padding: 0 20px;
}

.manage_forum-post_buttons .del_post,
.manage_forum-post_buttons .postUser {
  font-size: 14px;
}

.manage_forum-post_buttons .del_post:hover {
  color: #fff !important;
  background: #d65a55;
}

.forum__post .forum_post_btn_1 .mobile_forum_post_btn_2 {
  display: none;
}





.forum__post .post_messege a {
  color: #4d6d91;
}

.forum__post .post_messege a:hover {
  text-decoration: underline;
}

.forum__post .post_messege img,
.forum__post .post_messege iframe,
.forum__post .post_messege video,
.forum__post .post_messege object {
  padding: 2px 0;
  max-width: 100%;
  vertical-align: bottom;
}

.forum__post_inner .post_messege p {
  margin: 50px 0 0 0;
}

.forum__post .post_messege li {
  list-style: disc;
  line-height: 1.9;
  margin-left: 25px;
}

.forum__post .post_messege li:first-child {
  margin-top: 10px;
}

.forum__post .post_messege .bbQuoteBlock {
  position: relative;
  display: table;
  min-width: 300px;
  max-width: 100%;
  background: rgba(250,250,250,0.7);
  border: 1px solid rgba(232,232,232,1);
  border-radius: 5px;
  margin: 0 0 10px 0;
}

.forum__post .post_messege .bbQuoteName {
  font-size: 12px !important;
  font-weight: 500;
  color: #444;
  padding: 5px 15px !important;
  background: rgba(95,114,155,0.15);
  border-radius: 5px 5px 0 0;   
}

.forum__post .post_messege .bbQuoteName:after {
  position: absolute;
  top: 3px;
  right: 15px;
  color: #666;
  font-size: 15px;
  content: "\f10e";
  font-family: FontAwesome;
}


.forum__post .post_messege .bbQuoteName b {
  font-weight: 500;
}

.forum__post .post_messege .bbQuoteName img {
  width: 1px;
  height: 1px;
}

.forum__post .post_messege .bbQuoteName a:before {
  color: #555;
  content: "\f064";
  font-family: FontAwesome;
  margin: 0 2px;
}

.forum__post .post_messege .bbQuoteName a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.forum__post .post_messege .quoteMessage {
  font-size: 13px;
  color: rgba(38,38,38,0.8);
  max-height: 250px !important;
  padding: 5px 15px;
  border: none !important;
}


.forum__post .post_messege .bbCodeBlock {
  display: block;
  position: relative;
  background: rgba(250,250,250,0.7);
  width: 100%;
  max-width: 100%;
  border: 1px solid rgba(232,232,232,1);
  border-radius: 5px;
  margin: 0 0 5px 0;
}

.forum__post .post_messege .bbCodeName {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: #444;
  padding: 5px 15px !important;
  background: rgba(224,83,80,0.15);
  border-radius: 5px 5px 0 0;   
}

.forum__post .post_messege .bbCodeName:after {
  position: absolute;
  top: 3px;
  right: 15px;
  color: #666;
  font-size: 15px;
  content: "\f121";
  font-family: FontAwesome;
}

.forum__post .post_messege .codeMessage {
  font-size: 13px;
  color: rgba(38,38,38,0.8);
  padding: 5px 15px;
  max-height: none !important;
  border: none !important;
}


.forum__post .post_messege .uSpoilerButBl {
  margin: 10px 0 0 0;
}

.forum__post .post_messege .uSpoilerButBl input {
  display: block;
  font-size: 13px;
  color: #333;
  padding: 5px 20px;
  min-width: 150px;
  max-width: 100%;
  border-radius: 3px;
  outline: none;
}

.forum__post .post_messege .uSpoilerButBl input:hover {
  color: #fff;
  background: #58a926;
  border: 1px solid #58a926;
}

.forum__post .post_messege .uSpoilerClosed input {
  background: #e2e1e1;
  border: 1px solid rgba(200,200,200,0.3);
}
.forum__post .post_messege .uSpoilerOpened input {
  color: #fff;
  background: #5b0;
  border: 1px solid #5b0;
}

.forum__post .post_messege .uSpoilerOpened .uSpoilerText {
  font-size: 13px;
  color: rgba(38,38,38,0.8);
  padding: 10px 0 0 0;
}

.forum__post #ban {
  position: relative;
  max-width: 100%;
  min-height: 76px;
  color: #fff;
  font-size: 13px;
  background: rgba(224,83,80,0.93);
  padding: 5px 15px 5px 90px;
  border-radius: 5px;
}

.forum__post #ban:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 76px;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  content: "";
  border-radius: 5px 0 0 5px;
}

.forum__post #ban:after {
  position: absolute;
  top: 0;
  left: 19px;
  font-family: FontAwesome;
  font-size: 45px;
  content: "\f06a";
}

.forum__post #ban a {
  color: #fff;
}

.forum__post #ban a:hover {
  color: #fff !important;
  text-decoration: underline;
}

.forum__post #ban a:focus,
.forum__post #ban a:active {
  color: #fff !important;
}


.replaceTable {
  margin: 0 auto !important;
  background: #fff;
  border-radius: 5px;
  border: 1px solid rgba(0,0,0,0.09);
}

.replaceTable td {
  padding: 15px 30px !important;
}

.forum__post .mobile_user_rank,
.forum__post .mobile_post_user_avatar,
.forum__post .mobile_post_nomber,
.forum__post .mobile_manage_forum-post {
 display: none;
}

@media (max-width: 767px) {
 .forum__post #ban:after {
  top: 20px;
 }
}
/* КОНЕЦ ВИДА ПОСТА ФОРУМА */



/* ДОПОЛНЕНИЯ ТЕМЫ ФОРУМА ДЛЯ НЕЗАРЕГИСТРИРОВАННЫХ */
.forum_login-prompt {
 margin: 0 0 40px 0;
}
.forum_login-prompt .prompt {
 position: relative;
 font-size: 14px;
 background: rgba(255,255,255,0.93);
 padding: 25px;
 padding-left: 130px;
 border: 1px solid #eaeaea;
 border-radius: 5px;
 box-shadow: inset rgba(255,255,255,0.5) 0px 1px 0px, inset rgba(255,255,255,0.3) 0px 0px 0px 1px, rgba(0,0,0,0.1) 0px 1px 3px;
}
.forum_login-prompt .prompt:before {
 position: absolute;
 left: 0;
 top: 0;
 width: 100px;
 height: 100%;
 background-color: rgba(0, 0, 0, 0.05);
 content: "";
 border-radius: 5px 0 0 5px;
}
.forum_login-prompt .prompt:after {
 position: absolute;
 top: 50%;
 left: calc(100px - 74px);
 font-family: FontAwesome;
 font-size: 45px;
 content: "\f0c0";
 color: #444;
 margin-top: -30px;
}
@media (max-width: 767px) {
 .forum_login-prompt .prompt {
 font: normal 16px/23px 'Roboto',sans-serif;
 padding: 12px;
 padding-left: 92px;
 }
 .forum_login-prompt .prompt:before {
 width: 80px;
 }
 .forum_login-prompt .prompt:after {
 left: 16px;
 }
}



/* НАЧАЛО МЕНЮ ФОРУМА */
.main_forum_menu {
  margin: 0 0 40px 0;
}

.cf:before,
.cf:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}


ul.forum_navigation {
  position: relative;
  width: 100%;
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  height: 50px;
  line-height: 50px;
  background: rgba(235,235,235,0.93);
  border-radius: 5px;
}

ul.forum_navigation li {
  float: left;
  margin: 0;
  position: relative;
}

ul.forum_navigation li a {
  display: block;
  padding: 0 15px;
  color: #333 !important;
  text-decoration: none;
  transition: none;
}

ul.forum_navigation li .fa {
  padding: 0 5px 0 0;
}

ul.forum_navigation li a:hover,
ul.forum_navigation li:hover > a {
  background: #5b0;
  color: #fff !important;
  cursor: pointer;
  transition: none;
}

ul.forum_navigation li ul {
  margin: 0;
  position: absolute;
  line-height: 46px;
  background: rgba(255,255,255,0.97);
  min-width: 230px;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  transition: all .1s ease;
}

ul.forum_navigation ul li { float: none; }
ul.forum_navigation .active > ul { opacity: 1; visibility: visible; left: 0; max-height: 350px; transition: all 0.2s ease 0s;}
ul.forum_navigation > .active > ul { opacity: 1; visibility: visible; top: 100%; left: 0; }
ul.forum_navigation li > ul  ul { top: 0; left: 90%; }
ul.forum_navigation li > ul li:hover > ul { left: 100%; }

.forum_navigation .main_forum_menu-userName {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 45px;
  margin-left: 43px;
}

.forum_navigation .main_forum_menu-personal_item {
  border-radius: 5px 0 0 5px;
}

.forum_navigation .main_forum_menu-userAva {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0px 0 0 10px;
  z-index: 10;
}

.forum_navigation .main_forum_menu-userAva img {
  width: 40px;
  height: 40px;
  border: 2px solid #fff;
  object-fit: cover;
  border-radius: 250px;
}




.forum_navigation .forum_search {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0 10px 0 0;
  float: none;
}

.forum_navigation .forum_search .forum_search_form {
  position: relative;
}

.forum_navigation .forum_search .forum_search_keyword {
  display: inline-block;
  width: 180px;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  background: rgba(255,255,255,0.8);
  border: 1px solid rgba(17, 17, 17, 0.17);
  border-radius: 250px;
  padding: 0 36px 0 18px;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}

.forum_navigation .forum_search .forum_search_keyword:active,
.forum_navigation .forum_search .forum_search_keyword:focus {
  width: 250px;
  background: #fff;
  border: 1px solid rgba(17, 17, 17, 0.12);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.forum_navigation .forum_search .forum_search_submit {
  position: absolute;
  top: 0;
  right: 3px;
  width: 37px;
  height: 100%;
  border-radius: 0px;
  color: #ccc;
  padding: 0;
  cursor: pointer;
  background: url(/n_forum/img/search_icon.svg) 50% no-repeat;
  background-size: 16px 16px;
  opacity: 0.3;
}

.forum_navigation .forum_search .forum_search_submit:hover {
  opacity: 0.7;
}
/* КОНЕЦ МЕНЮ ФОРУМА */






/* ОПИСАНИЕ РАЗДЕЛОВ ФОРУМА */
.forum__section_description {
  font-family: 'Roboto', sans-serif;
  font-size: 13px;
  padding: 20px;
  background: rgba(255,255,255,0.93);
  border-radius: 5px;
  margin: 0 0 30px 0;
  box-shadow: inset rgba(255,255,255,0.5) 0px 1px 0px, inset rgba(255,255,255,0.3) 0px 0px 0px 1px, rgba(0,0,0,0.1) 0px 1px 3px;
}

.forum__section_description .logo {
  text-align: center;
}

.forum__section_description .logo img {
  max-width: 100px;
  max-height: 100px;
}

.forum__section_description .title {
  font-family: 'PT Sans', sans-serif;
  font-weight: 700;
  font-size: 26px;
  text-align: center;
  margin: 10px 0 0 0;
}

.forum__section_description .phone {
  text-align: center;
  margin: 10px 0 0 0;
}


.forum__section_description .details {
  text-align: center;
  margin: 15px 0 0 0;
}

.forum__section_description .details a,
.forum__section_description .details a:active {
  color: #666 !important;
}

.forum__section_description .details a:hover {
  text-decoration: underline;
}

.forum__section_description .details .separate {
  margin: 0 10px;
}

.forum__section_description .text {
  margin: 25px 0 5px 0;
}
/* КОНЕЦ ОПИСАНИЯ РАЗДЕЛОВ ФОРУМА */








@media (max-width: 767px) {
  .forum_body {
    background-image: linear-gradient(90deg, #aa8f5c 0%, #dbc69b 100%) !important;
    background-repeat: repeat-y;
    background-attachment: unset;
    background-size: auto;
    background-position: unset;
    padding: 20px 10px;
 }

  .forumThreadTd,
  .forumPostTd,
  .forumLastPostTd,
  .gTableTop .catLink:before {
    display: none;
 }

  .forumIcoTd {
    width: 65px;
    text-align: center;
    vertical-align: top;
    padding: 16px 0;
}

  .forumIcoTd img {
    max-width: 38px !important;
    max-height: 38px !important;
}

  .forumNameTd {
    padding: 12px 10px 12px 0;
    border-right: 1px solid #dfdfdf;
 }

  .gTable tr:hover td.forumIcoTd, 
  .gTable tr:hover td.forumNameTd,
  .gTable tr:hover td.forumViewed, 
  .gTable tr:hover td.forumThreadTd, 
  .gTable tr:hover td.forumPostTd, 
  .gTable tr:hover td.forumLastPostTd {
    background: #fff;
 }

  .forumNameTd .forum {
    font-weight: 500;
 }

  .subforumDescr a {
    width: 49%;
    max-width: 49%;
}

.forumstatistic_mobile {
  display: block;
}

  .stats_counter {
    font-weight: 500;
 }

  .forumLastPostLink {
  color: rgb(144, 144, 144) !important;
  padding: 0 0 0 20px
 }

  .gTableUsersToday .gTableBody1 {
    border-bottom: 1px solid #dfdfdf;
 }

  .gTable .hint--top:after {
    display: none !important;
 }

  .FrmTopButtonsCl11 {
    display: none;
 }

  .frmBtns {
    width: 100%;
    display: block;
    text-align: left;
 }
  .switches .pagesInfo,
  #subscribe,
  .postpSwithces {
    display: none;
 }

  .FrmBotInformation td {
    display: table;
    width: 100% !important;
 }

  .funcBlock {
    text-align: left;
 }


  .threadsType, 
  .threadsDetails {
    padding: 8px 12px;
    border-left: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
 }
  .threadIcoTd {
    background: rgba(255,255,255,0.93);
    vertical-align: top;
    padding: 15px 10px;
    border-left: 1px solid #dfdfdf;
 }
  .threadNametd {
    position: inherit;
    background: rgba(255,255,255,0.93);
    vertical-align: top;
    padding: 12px 10px 12px 0;
    border-right: 1px solid #dfdfdf;
 }

  .threadPinnedLink,
  .threadLink {
    font-size: 16px;
  }

  .gTable tr:hover td.threadIcoTd, 
  .gTable tr:hover td.threadNametd {
    background: #fff;
 }

  .threadIcoTd2,
  .threadPostTd,
  .threadViewTd,
  .threadLastPostTd,
  .FrmBotCl21 {
    display: none;
  }

  .threadFrmBlock {
    float: none;
  }

  .FrmBotCl22 {
    width: 100%;
    text-align: left;
    padding-top: 15px;
 }

 .ThrBotTbl .ThrBotCl21,
 .ThrTopButtonsRow1 .ThrTopButtonsCl11 {
    width: 100%;
 }

 .ThrForumBarCl12 #thread_search_form {
  display: none;
 }

  .breadcrumbs .forumBarA,
  .breadcrumbs .thDescr,
  .breadcrumbs .breadcrumb-sep:nth-last-child(3) {
  display: none;
 }




/* Форма ответа форума - МОБИЛЬНАЯ ВЕРСИЯ */

  .new_thead_rules .rules {
    padding-left: 25px;
 }

  .new_thead_rules .rules:before,
  .new_thead_rules .rules:after {
    display: none;
}

  .forum__answer-form .post_textarea__inner {
    background: #fff;
    border: 1px solid rgba(17, 17, 17, 0.17);
    border-radius: 4px;
 }

  .forum__answer-form textarea:focus + div..forum__answer-form .post_textarea__inner {
    border-color:rgba(79,167,255,0.8);
}

  .form__inner .smilesPart,
  .form__inner #bc1,
  .form__inner #bc2,
  .form__inner #bc3,
  .form__inner #bc4,
  .form__inner #bc5,
  .form__inner #bc6,
  .form__inner #bc7,
  .form__inner #bc8,
  .form__inner #bc9,
  .form__inner #bc10,
  .form__inner #bc11,
  .form__inner #bc34,
  .form__inner #bc38,
  .form__inner #bc12,
  .form__inner #bc13,
  .form__inner #bc14,
  .form__inner #bc15,
  .form__inner #bc16,
  .form__inner #bc17,
  .form__inner #bc18,
  .form__inner #bc19,
  .forum__answer-form .answer_buttons .postbtn_prewiev_href,
  .forum__answer-form .answer_buttons .postbtn_reset_href {
    display: none;
 }

  .forum__answer-form input[type="text"] {
    padding: 8px;
    box-shadow: none;
 }

  .forum__answer-form textarea {
    padding: 8px;
    height: 250px;
    margin: 0;
    border: none;
    box-shadow: none;
 }

  .forum__answer-form .mobile_toolbar {
    display: block;
    width: 100%;
    height: 32px;
    line-height: 32px;
    background: rgba(0,0,0,0.03);
    border-radius: 0 0 4px 4px;
    border-top: 1px solid rgba(0,0,0,0.06);
 }

  .forum__answer-form .mobile_toolbar a {
    display: inline-block;
    color: #8d8d8d;
    padding: 0 5px;
    transition: all 0.2s ease 0s;
 }

  .forum__answer-form .mobile_toolbar a:hover,
  .forum__answer-form .mobile_toolbar a:focus,
  .forum__answer-form .mobile_toolbar a:active {
    color: #8d8d8d !important;
 }

  .forum__answer-form .mobile_toolbar li {
    display: inline-block;
    min-width: 32px;
    text-align: center;
    padding: 0 5px;
    margin-left: -.36em;
    border-right: 1px solid rgba(0,0,0,0.06);
 }

  .forum__answer-form .mobile_toolbar li:first-child {
    border-radius: 0 0 0 4px;
    margin-left: 0;
 }

  .forum__answer-form .mobile_toolbar li:last-child {
    float: right;
    font-size: 22px;
    margin-left: 0;
    border-right: none;
 }

  .forum__answer-form .mobile_toolbar .active {
    background: rgba(85,187,0,1);
 }

  .forum__answer-form .mobile_toolbar .active a  {
    color: #fff !important;
 }

  .forum__answer-form .answer_buttons .postbtn_add_href {
    width: 100%;
    line-height: 45px;
    height: 45px;
    padding: 0;
    margin: 0;
  }

  .forum__answer-form .answer_buttons .postbtn_add_href .fa {
    height: 45px;
    line-height: 45px;
    width: 45px;
 }
/* Конец формы ответа форума - МОБИЛЬНАЯ ВЕРСИЯ */


  .forum__post {
    margin: 0 0 20px 0;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.141);
    box-shadow: 0 2px 6px rgba(0,0,0,.141);
 }

  .forum__post .post_messege {
  font: normal 16px/23px 'Roboto',sans-serif;
  }

  .forum__post .prepost_top {
    padding: 8px 12px 15px 12px;
    border-radius: 5px 5px 0 0;
 }

  .postFirst .prepost_top {
    border-radius: 0 !important;
 }

  .forum__post .post_bottom {
    border-radius: 0 0 5px 5px;
 }
 
  .forum__post .mobile_cut {
	display: none;
 }

 .forum__post .prepost_top_2 .post_nomber a {
	height: auto;
 }

  .forum__post .prepost_top_1 .mobile_post_nomber {
	display: block;
    position: absolute;
    top: -15px;
    left: 15px;
    font-size: 0.000001em;
    opacity: 0;
 }

  .forum__post .mobile_post_user_avatar {
	display: block;
    position: absolute;
    top: 0;
    left: 15px;
 }

  .forum__post  .mobile_post_user_avatar_inner {
    position: relative;
    width: 62px;
    height: 62px;
 }


  .forum__post .mobile_post_user_avatar_inner img {
    width: 62px;
    height: 62px;
    object-fit: cover;
    padding: 2px;
    border: 1px solid #aaa;
    border-radius: 250px;
 }

  .forum__post .mobile_post_user_avatar_inner .statusOnline {
    margin-top: 7px;
    right: 1px;
 }

  .forum__post .prepost_top_1 {
    padding: 5px 15px 0 85px;
    height: auto;
    line-height: inherit;
    text-align: left;
 }
  .forum__post .prepost_top_2 {
    padding: 0 0 5px 85px;
    height: auto;
    line-height: inherit;
    text-align: left;
 }

    .forum__post .prepost_top_1 .user_nickname {
    font-size: 18px;
    margin-right: 0;
 }

    .forum__post .prepost_top_2 .post_date {
    display: inline-block;
    font-size: 12px;
    padding-top: 3px;
 }

  .forum__post .mobile_user_rank {
  display: block;
  float: right;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 5px 0 0 0;
  }

  .forum__post .mobile_user_rank .gColorTopicStarter {
  color: #f8f8f8;
  padding: 2px 6px;
  border-radius: 250px;
  }

  .forum__post .prepost_top_2 .post_href {
    margin: 2px;
 }

  .forum__post .prepost_top_2 .post_raport {
    opacity: 0.2;
  }

  .forum__post .post_add_ban,
  .forum__post .user_post_ip,
  .forum__post .user_details {
    display: none;
 }


 .forum__post .forum__post_inner {
    padding: 12px;
 }


  .forum__post .post_messege .bbQuoteBlock {
    min-width: 100%;
 }

  .forum__post .post_messege .bbQuoteName:after {
    display: none;
 }

  .forum__post .post_messege .bbCodeBlock {
    min-width: 100%;
 }

  .forum__post .post_messege .uSpoilerButBl input {
    max-width: 270px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
 }

  .forum__post .post_messege a{
    display: inline-block;
    max-width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
 }

  .forum__post .post_messege #ban a {
    max-width: 150px;
}

 .forum__post .post_bottom_1 .forum_post_btn_1 {
    text-align: left;
 }

 .forum__post .post_bottom_2 .forum_post_btn_2 {
    display: none;
 }

.forum__post .mobile_manage_forum-post {
	display: block;
	float: right;
	padding: 0 15px 0 0;
 }

.mobile_manage_forum-post .mobile_manage_forum-post_quote,
.mobile_manage_forum-post .mobile_manage_forum-post_options_wrapper {
	display: inline-block;
 }

.mobile_manage_forum-post_quote a,
.mobile_manage_forum-post_quote a:visited {
 color: #8d8d8d;
 }

  .mobile_manage_forum-post_options #dLabel {
    display: inline-block;
    padding: 0 20px 0 50px;
 }

  .mobile_manage_forum-post_options .icon svg {
    width: 25px;
    fill: #8d8d8d;
    cursor: pointer;
 }

  .mobile_manage_forum-post_options .dropdown-menu {
    position: absolute;
    right: -30px;
    left: auto;
    font-size: 13px;
	border-radius: 10px;
 }

  .mobile_manage_forum-post_options .dropdown-menu .fa {
    padding: 0 7px 0 0;
 }

  .main_forum_menu {
  display: none;
 }

  .forum__answer-form .form__wrapper {
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,.141);
    box-shadow: 0 2px 6px rgba(0,0,0,.141);
 }
 
.forum_body .bottomPathBar {
	display: block;
}


}


@media only screen
and (min-device-width: 768px)
and (max-device-width: 1024px) {
  .forum_navigation .forum_search .forum_search_keyword {
    width: 95px;
 }

  .forum_navigation .forum_search .forum_search_keyword:active,
  .forum_navigation .forum_search .forum_search_keyword:focus {
  width: 145px;
 }


  .forum__post .col-md-2 {
    width: 20%;
 }

  .forum__post .col-md-10 {
    width: 80%;
 }

}






/* МОБИЛЬНОЕ МЕНЮ САЙТА (правый сайдбар) */
.sidebar_menu {
  position: fixed;
  border-radius: 250px 0 0 250px;
  bottom: 60px;
  right: 0;
  top: auto;
  left: auto;
  opacity: 1;
  visibility: visible;
  background: rgba(235, 235, 235, .6) !important;
  backdrop-filter: blur(1.5px);
 -webkit-backdrop-filter: blur(1.5px);
  padding: 0 !important;
  width: 70px;
  height: 45px;
  text-align: center;
  border-left: 1px solid rgba(255, 255, 255, .8);
  border-top: 1px solid rgba(255, 255, 255, .6);
  border-bottom: 1px solid rgba(255, 255, 255, .6);
  display: none;
  line-height: 1 !important;
  z-index: 100;
  cursor: pointer;
  box-shadow: -1px 0px 16px 0px rgba(160, 160, 160, 0.5);
}


.sidebar_menu i {
  font-size: 25px;
  display: inline;
  vertical-align: middle;
  line-height: 45px !important;
}

.sidebar_menu_pm {
  position: absolute;
  top: 0;
  left: 0;
  margin: 6px 0px 0 36px;
  padding: 0 5px 0 5px;
  height: 20px;
  min-width: 20px;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 19px;
  font-weight: 500;
  background-color: #c1085b;
  border-radius: 250px;
}




.fullwidth_sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 120;
  top: 0;
  right: 0;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  background-color: #2c2c2c;
  overflow-x: hidden;
  transition: 0.09s;
}

.fullwidth_sidenav .side-menu__wrapper {
  padding: 20px;
}

.fullwidth_sidenav a {
  text-decoration: none;
  color: #fff;
  display: block;
}

.fullwidth_sidenav a:hover {
  color: #f1f1f1;
}

.fullwidth_sidenav .sidenav_header {
  margin: 0 0 6px 0;
}

.fullwidth_sidenav .nav_search,
.fullwidth_sidenav .nav_close {
  display: inline-block;
}

.fullwidth_sidenav .nav_search {
  width: calc(100% - 44px);
}

.fullwidth_sidenav .pda_search_form {
  position: relative;
}

.fullwidth_sidenav .pda_search_keyword {
  display: inline-block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  font-size: 13px;
  background: rgba(255,255,255,0.1);
  border: 1px solid rgba(17, 17, 17, 0.17);
  border-radius: 250px;
  padding: 0 36px 0 18px;
  margin: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: all 0.3s ease 0s;
}

.fullwidth_sidenav .pda_search_keyword:active,
.fullwidth_sidenav .pda_search_keyword:focus {
  background: #fff;
  color: #333;
  border: 1px solid rgba(17, 17, 17, 0.17);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

.fullwidth_sidenav .pda_search_submit {
  position: absolute;
  top: 0;
  right: 5px;
  width: 37px;
  height: 100%;
  border-radius: 0px;
  color: #ccc;
  padding: 0;
  cursor: pointer;
  background: url(../n_forum/img/search_icon.svg) 50% no-repeat;
  background-size: 16px 16px;
  opacity: 0.3;
}

.fullwidth_sidenav .pda_search_submit:hover {
  opacity: 0.7;
}

.nav_close {
  width:40px;
  text-align: right;
}


.fullwidth_sidenav .closebtn {
  width: 40px;
  height: 40px;
}

.fullwidth_sidenav .closebtn img {
  width: 18px;
  height: 18px;
}

.fullwidth_sidenav .sidenav_userbox {
  display: block;
  margin: 0 0 6px 0;
}

.fullwidth_sidenav .useravatar {
  position: relative;
  display: table-cell;
  width: 78px;
}

.fullwidth_sidenav .useravatar img {
  width: 78px;
  height: 78px;
  border-radius: 250px;
  object-fit: cover;
}

.fullwidth_sidenav .statusOnline {
  position: absolute;
  margin-top: 6px;
  right: 4px;
  color: rgba(0,0,0,0);
  font-size: 0px;
  display: inline-block;
  width: 12px;
  height: 12px;
  box-shadow: 0 0 0 0 rgba(126, 187, 71, 0.7);
  border-radius: 100%;
  background: #9fe461;
  -webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
  -moz-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
  -o-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
}

.fullwidth_sidenav .userdetails {
  display: table-cell;
  width: 100%;
  padding: 1px 0 0 15px;
  vertical-align: top;
}

.fullwidth_sidenav .buttonblock {
  padding-top: 10px;
}

.fullwidth_sidenav .buttonblock a {
  display: inline-block;
  background: #ddd;
  color: #333;
  padding: 2px 8px;
  border-radius: 3px;
  margin-right: 6px;
}

.fullwidth_sidenav .buttonblock a:hover,
.fullwidth_sidenav .buttonblock a:active {
  color: #333 !important;
}

.fullwidth_sidenav .username {
  font-family: 'PT Sans', sans-serif;
  font-size: 20px;
  font-weight: 700;
}


.fullwidth_sidenav .userdetails_iconbar {
  margin-top: 10px;
}

.fullwidth_sidenav .userdetails_iconbar li {
  display: inline-block; 
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  text-align: center;
  padding-left: 10px;
}

.fullwidth_sidenav .userdetails_iconbar li:first-child {
  padding-left: 0;
  text-align: left;
}

.fullwidth_sidenav .userdetails_iconbar li:nth-child(2) {
  padding-left: 0;
}

.fullwidth_sidenav .userdetails_iconbar li:last-child {
  padding-left: 0;
  text-align: right;
  float: right;
}

.fullwidth_sidenav .userdetails_iconbar img {
  width: 24px;
  height: 24px;
}



.fullwidth_sidenav .badge {
  position: absolute;
  top: 0;
  right: 0;
  margin: -3px 6px 0 0;
  padding: 3px;
  height: 25px;
  min-width: 25px;
  line-height: 16px;
  font-weight: 500;
  border: 2px solid #26282a;
  border-radius: 250px;
}

.fullwidth_sidenav .red {
  background-color: #c1085b;
}


.fullwidth_sidenav .section_wrap {
}

.fullwidth_sidenav section {
  display: table;
  width: 100%;
}

.fullwidth_sidenav .section_box_1,
.fullwidth_sidenav .section_box_2 {
  display: table-cell;
  width: 50%;
}

.fullwidth_sidenav .section_box_1 a,
.fullwidth_sidenav .section_box_2 a {
  font-size: 14px;
  margin-bottom: 8px;
}

.fullwidth_sidenav .section_box_1 a,
.fullwidth_sidenav .section_box_1 a:hover,
.fullwidth_sidenav .section_box_1 a:active {
  color: #fff !important;
}

.fullwidth_sidenav .section_box_2 a,
.fullwidth_sidenav .section_box_2 a:hover,
.fullwidth_sidenav .section_box_2 a:active {
  color: #a8a8aa !important;
}


.fullwidth_sidenav .button_green a {
  background: #5b0;
  display: inline-block;
  padding: 3px 10px;
  border-radius: 3px;
  margin: 10px 0 8px 0;
}

.fullwidth_sidenav .button_green a:hover,
.fullwidth_sidenav .button_green a:active {
  color: #fff !important;
}

.fullwidth_sidenav .sidenav_newsbox {
  height: 300px;
  margin: 20px 0 10px 0;
}

.fullwidth_sidenav .sidenav_newsbox .teaser_encyclopedia {
  border-radius: 0;
}

.fullwidth_sidenav .sidenav_newsbox .teaser_encyclopedia:last-child {
  display: none;
}

.fullwidth_sidenav .enc-entry::before {
  background-color: rgba(70, 70, 70, 0.3);
}

.fullwidth_sidenav .sidenav_newsbox .enc-entry__badge {
  display: none;
}

.fullwidth_sidenav .sidenav_newsbox .enc-entry__title a {
  font-size: 13px;
  line-height: 18px;
}

.fullwidth_sidenav .sidenav_newsbox .enc-entry__title a:hover, 
.fullwidth_sidenav .sidenav_newsbox .enc-entry__title a:focus {
  color: #fff !important;
}

.fullwidth_sidenav .gap {
  display: block;
  margin: 0 0 15px 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #444;
}


.fullwidth_sidenav .pda-menu-categories {
  font-size: 15px;
}

.fullwidth_sidenav .pda-menu-categories .catsTd a {
  color: #fff;
}


.fullwidth_sidenav .pda-menu-categories .catNumData {
  font-family: "Roboto",sans-serif;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 250px;
  color: #B0B0B0;
  display: inline-block;
  font-size: 85%;
  font-weight: normal;
  height: 22px;
  line-height: 22px;
  min-width: 40px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 8px;
}

.fullwidth_sidenav .pda-menu-categories .catalog .categoriaName {
  color: #fff !important;
  font-size: 16px;
  font-weight: bold;
}

.fullwidth_sidenav .pda-menu-categories .catalog .categoriaName:before {
  display: none;
}

.fullwidth_sidenav .pda-menu-categories .catalog .catsTd a {
  color: rgba(240, 240, 240, 0.65);
}

.fullwidth_sidenav .pda-menu-categories a {
  padding: 10px 4px;
}




.fullwidth_sidenav .sidenav_board_link a:hover {
  color: #fff !important;
}

.fullwidth_sidenav .sidenav_board_link a:active {
  color: #ffb05a !important;
}

.fullwidth_sidenav .sidenav_board_link li {
  position: relative;
  padding: 0 0 8px 0;
  margin: 0 0 8px 30px;
  border-bottom: 1px dashed #444;
}

.fullwidth_sidenav .sidenav_board_link li:last-child {
  margin: 0 0 0 30px;
  border-bottom: none;
}

.fullwidth_sidenav .sidenav_board_link .all:before {
  content: url(/n_img/icons_svg/board_all.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 18px;
  margin: 1px 0 0 -30px;
  opacity: .8;
}

.fullwidth_sidenav .sidenav_board_link .new:before {
  content: url(/n_img/icons_svg/board_new.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 18px;
  margin: 1px 0 0 -30px;
  opacity: .8;
}

.fullwidth_sidenav .sidenav_board_link .my:before {
  content: url(/n_img/icons_svg/board_myadds.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 18px;
  margin: 1px 0 0 -30px;
  opacity: .8;
}

.fullwidth_sidenav .sidenav_board_link .add:before {
  content: url(/n_img/icons_svg/board_add.svg);
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
  width: 18px;
  margin: 1px 0 0 -30px;
  opacity: .8;
}





.fullwidth_sidenav .accordion-menu a:hover,
.fullwidth_sidenav .accordion-menu a:focus {
  color: #fff !important;
}

.fullwidth_sidenav .accordion-menu .catsTdI {
  padding: 7px 0;
  display: block;
  color: #fff;
}

.fullwidth_sidenav .accordion-menu .jcat .jcatName {
  font-size: 16px;
  font-weight: bold;
}

.fullwidth_sidenav .accordion-menu .jcat {
  padding: 0 0 5px 0;
}

.fullwidth_sidenav .accordion-menu .JMnE{
  display:inline-block;
  margin-left:20px;
  padding: 0px 8px;
  background: #5fa03d none repeat scroll 0% 0%;
  font-size: 10px;
  line-height: 2em;
  color: #fff;
  font-weight: 400;
  border-radius: 250px;
  vertical-align: bottom;
}

.fullwidth_sidenav .accordion-menu .jcatcon .jcatNumData {
  color: #B0B0B0;
  font-size: 13px;
  min-width: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 250px;
  padding: 3px 0;
}

.fullwidth_sidenav .accordion-menu .subjcat {
  display:block;
  position:relative;
  padding: 5px 0;
  color: #a8a8aa;
  font-size: 15px;
  padding: 5px 0;
  text-decoration: none;
  position:relative;
}

.fullwidth_sidenav .accordion-menu .subjcat::before {
  content: "\f111" !important;
  font-family: FontAwesome;
  font-size: 0.35em !important;
  font-weight: normal !important;
  vertical-align: middle;
  padding-bottom: 3px;
  margin-right: 8px;
}


.fullwidth_sidenav .accordion-menu .jSelected{
  color: #ffb05a !important;
  font-weight: 700;	
  font-size: 100%;
}

.fullwidth_sidenav .accordion-menu td.jSelected .jcat{
	color:#000;
}







.fullwidth_sidenav .footer-title {
  font-size: 12px;
  margin: 0 0 15px 0;
}


@media (max-width: 767px) {
.sidebar_menu {
  display: table;
 }
}






/* ============================== ИНФОРМЕРЫ ============================== */

/* НОВОСТИ И ЭНЦИКОПЕДИЯ - ВЕРХНЯЯ РАСТЯЖКА ФОРУМА */
.forum__top_news {
  height: 300px;
  background: #fff;
  margin: 0 0 30px 0;
  overflow: hidden;
  border-radius: 5px;
}

.forum__top_news .col-1,
.forum__top_news .col-2 {
  width: 50%;
  display: block;
  float: left;
}


.forum__top_news .entry_news {
  background-size: cover;
  background-position: 50% top;
  position: relative;
  height: 300px;
  background-color: #fff;
  margin-right: 2px;
  box-sizing: border-box; 
  border-radius: 5px 0 0 5px;
}

.forum__top_news .entry_news::before {
  background-color: rgba(70, 70, 70, 0.17);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  border-radius: 5px 0 0 5px;
  transition: all 0.3s ease 0s;
}

.forum__top_news .entry_news:hover:before {
  background-color: rgba(20, 20, 20, 0.3);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  border-radius: 5px 0 0 5px;
  transition: all 0.3s ease 0s;
}

.forum__top_news .entry_news::after {
  box-shadow: 0 -70px 70px rgba(0, 0, 0, 0.5) inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  border-radius: 5px 0 0 5px;
  transition: all 0.3s ease 0s;
}

.entry_news__head {
  position: relative;
  z-index: 5;
}

.entry_news__badge {
  background-color: rgba(35, 135, 200, 0.5);
  color: #fff;
  position: absolute;
  padding: 10px 20px;
  top: 40px;
  left: 30px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
}

.entry_news__comments a {
  background-color: rgba(35, 135, 200, 0.5);
  color: #fff !important;
  position: absolute;
  padding: 10px 20px;
  top: 40px;
  right: 30px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 4px;
}

.entry_news__comments a::before {
  content: ''; 
  position: absolute; 
  border: 10px solid transparent; 
  border-top: 10px solid rgba(35, 135, 200, 0.5); 
  bottom: -20px; 
  left: 50%; 
  margin-left: -10px;
}

.entry_news__body {
  position: absolute;
  z-index: 5;
  bottom: 0;
  padding: 30px;
}

.entry_news__title a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,.15);
}

.entry_news__title a:hover {
  color: #fff !important;
}



.teaser_encyclopedia {
  position: relative;
  width: 50%;
  height: 150px;
  float: left;
  margin-bottom: 2px;
  overflow: hidden;
}

.teaser_encyclopedia:nth-child(1) {

}

.teaser_encyclopedia:nth-child(2n+1) {
  padding-right: 2px;
} 

.teaser_encyclopedia:nth-child(2) {
  border-radius: 0 5px 0 0;
} 

.teaser_encyclopedia:nth-child(4) {
  border-radius: 0 0 5px 0;
} 

.enc-entry {
  background-size: cover;
  background-position: 50% top;
  position: relative;
  height: 150px;
  background-color: #fff;
  box-sizing: border-box;
}

.enc-entry:before {
  background-color: rgba(70, 70, 70, 0.2);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.enc-entry:hover:before {
  background-color: rgba(20, 20, 20, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  transition: all 0.3s ease 0s;
}

.enc-entry:after {
  box-shadow: 0 -40px 25px rgba(0, 0, 0, 0.5) inset;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2;
  transition: all 0.3s ease 0s;
}

.enc-entry__head {
  position: relative;
  z-index: 5;
}

.enc-entry__badge a {
  background-color: rgba(35, 135, 200, 0.5);
  color: #fff;
  position: absolute;
  padding: 4px 10px 3px;
  top: 10px;
  left: 10px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 1px;
  transition: all 0.3s ease 0s;
}

.enc-entry__badge a:hover {
  background-color: rgba(35, 135, 200, 0.8);
  color: #fff !important;
  transition: all 0.3s ease 0s;
}

.enc-entry__comments a {
  font-family: 'Roboto', sans-serif;
  background-color: rgba(35, 135, 200, 0.5);
  color: #fff !important;
  position: absolute;
  padding: 3px 10px;
  top: 10px;
  right: 10px;
  font-size: 10px;
  text-transform: uppercase;
  border-radius: 2px;
}

.enc-entry__comments a:after{
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 7px;
  border-top: 6px solid rgba(35, 135, 200, 0.5);
  border-right: 6px solid transparent;
}

.enc-entry__body {
  position: absolute;
  z-index: 5;
  bottom: 0;
  padding: 15px;
}

.enc-entry__title a {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  text-shadow: 1px 1px 0 rgba(0,0,0,.15);
}

.enc-entry__title a:hover {
  color: #fff !important;
}

.enc-entry__video:after {
  background-image: url(/n_img/video-play_icon.svg);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -30px 0 0 -24px;
  width: 45px;
  height: 45px;
  background-size: cover;
  opacity: 0.7;
}


@media (max-width: 768px) {
  .forum__top_news {
   display: none;
 }
}
/* КОНЕЦ НОВОСТИ И ЭНЦИКОПЕДИЯ - ВЕРХНЯЯ РАСТЯЖКА ФОРУМА */



/* ТЕМА ДНЯ В ЭНЦИКЛОПЕДИИ (В ASIDE ПЛАВАЮЩИЙ БЛОК) */
.encyclopedia__teaser-hotnews {
  padding: 5px;
  border: 1px solid #dedede;
}

.encyclopedia__teaser-hotnews .main-entry {
  margin: 0;
  height: 600px;
  background-position: center;
}

.encyclopedia__teaser-hotnews .main-entry:before {
  transition: all 0.3s ease 0s;
}

.encyclopedia__teaser-hotnews .main-entry:hover:before {
  background-color: rgba(20, 20, 20, 0.4);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  border-radius: 5px 0 0 5px;
  transition: all 0.3s ease 0s;
}

.encyclopedia__teaser-hotnews .main-entry__badge {
  top: 30px;
  left: 30px;
}

.encyclopedia__teaser-hotnews .main-entry__comments a {
  top: 30px;
  right: 30px;
}

.encyclopedia__teaser-hotnews .main-entry__body {
  padding: 30px;
}

.encyclopedia__teaser-hotnews .main-entry__title a:hover {
  color: #fff !important;
  text-shadow: none;
}

.encyclopedia__teaser-hotnews .main-entry__text {
    height: 100px;
    overflow: hidden;
}


@media (max-width: 768px) {
  .encyclopedia__teaser-hotnews {
   display: none;
 }
}
/* КОНЕЦ ТЕМЫ ДНЯ В ЭНЦИКЛОПЕДИИ */


/* ============================== КОНЕЦ ИНФОРМЕРОВ ============================== */



/* BEGIN POPUP WINDOW */
 #pop-up {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 600px;
  margin: 0;
  padding: 25px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #fff;
  font-family: "Roboto",sans-serif;
  font-weight: 300;
  animation: zoomIn 0.5s ease-out;
 }

.promo_image {
  cursor: pointer;
  background-size: cover;
  position: relative;
  height: 270px;
  background-color: #eee;
  box-sizing: border-box;
  margin: -26px -25px 12px -25px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -50px 50px rgba(0, 0, 0, 0.5) inset;
  transition: all 0.2s ease 0s; 
}

.promo_image:hover {
  filter: brightness(92%);
  transition: all 0.2s ease 0s;
}
 
.promo_comnum {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 13px;
  color: #fff;
  background-color: rgba(35, 110, 160, 0.8);
  padding: 2px 14px;
  border-radius: 3px;
  margin: 20px 30px;
}
 
.promo_comnum::after {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  top: 100%;
  left: 7px;
  border-top: 6px solid rgba(35, 110, 160, 0.8);
  border-right: 6px solid transparent;
}

.promo_title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

.promo_description {
  font-size: 14px;
  margin-bottom: 10px;
}

.promo_button {
  text-align: center;
  padding: 15px 0 5px 0;
} 

.promo_button a {
  background-color: rgba(35, 110, 160, 0.8);
  padding: 8px 20px;
  border-radius: 250px;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  z-index: 1000;
}
 
.promo_button a:hover {
  background-color: rgba(35, 110, 160, 1);
  color: #fff !important;
  transition: all 0.2s ease 0s;
}

/* 118 информер - каталог животных */
.promo_image_animal {
  cursor: pointer;
  background-size: cover;
  position: relative;
  height: 270px;
  background-color: #eee;
  box-sizing: border-box;
  margin: -26px -25px 12px -25px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 -50px 50px rgba(0, 0, 0, 0.6) inset;
  transition: all 0.2s ease 0s; 
 }

.promo_image_animal:hover {
  filter: brightness(90%);
  transition: all 0.2s ease 0s;
}

.promo_animal_detail {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0 25px 12px 25px;
  color: #fff;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.4);
} 
 
.promo_animal_detail span {
  display: block;
}

.promo_animal_name {
  font-size: 18px;
  font-weight: 700;
}

.promo_animal_sex {
  text-transform: lowercase;
}

.promo_animal_but_block {
  padding: 30px 0 0 0;
}

.promo_animal_button {
  position: absolute;
  left: 0;
  bottom: 0;
  display: table;
  width: 100%; 
  text-align: center;
  border-radius: 0 0 9px 9px;
  overflow: hidden;
} 

.promo_animal_button a {
  display: table-cell;
  width: 50%;
  color: #333; 
  padding: 15px 0;
  background-color: rgba(0, 0, 0, 0.055); 
} 

.promo_animal_button a:hover {
  background-color: rgba(35, 110, 160, 0.8);
  color: #fff !important;
  transition: all 0.2s ease 0s; 
} 
 
.promo_animal_button a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.75);
}


.close-btn {
  position: absolute;
  top: -8px;
  right: -8px;
  cursor: pointer;
  z-index: 1000;
}
 
.close-btn svg {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #f4f4f4;
  padding: 4px;
}

.close-btn svg:hover {
  background-color: #ccc;
}

.backdrop {
  z-index: 1000;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
}

 @media (max-width: 768px) {
  #pop-up {
    width: 90%;
    padding: 20px;
    box-sizing: border-box;
 }
  .promo_image {
    background-position:center;
    margin: -20px -20px 12px -20px;
 }
  .promo_image_animal {
    height: 200px;
    background-position: top;
    margin: -20px -20px 12px -20px;
 }
}

@keyframes fadeIn {
 0% {
 opacity: 0;
 }
 to {
 opacity:1;
 }
}
 
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
 }
 to {
 opacity:1;
 }
}

@keyframes zoomIn {
  0% {
  opacity:0;
  -webkit-transform:scale3d(.3,.3,.3);
  transform:scale3d(.3,.3,.3)
  }
  50% {
  opacity:1
 }
}

@-webkit-keyframes zoomIn {
  0% {
  opacity:0;
  -webkit-transform:scale3d(.3,.3,.3);
  transform:scale3d(.3,.3,.3)
  }
  50% {
  opacity:1
 }
}


 
/* END POPUP WINDOW */





/*! Hint.css - v2.4.0 - 2016-09-17
* http://kushagragour.in/lab/hint/
* Copyright (c) 2016 Kushagra Gour */

[class*=hint--]{position:relative;display:inline-block}[class*=hint--]:after,[class*=hint--]:before{position:absolute;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);transform:translate3d(0,0,0);visibility:hidden;opacity:0;z-index:1000000;pointer-events:none;-webkit-transition:.2s ease;-moz-transition:.2s ease;transition:.2s ease;-webkit-transition-delay:0s;-moz-transition-delay:0s;transition-delay:0s}[class*=hint--]:hover:after,[class*=hint--]:hover:before{visibility:visible;opacity:1;-webkit-transition-delay:.1s;-moz-transition-delay:.1s;transition-delay:.1s}[class*=hint--]:before{content:'';position:absolute;background:0 0;border:6px solid transparent;z-index:1000001}[class*=hint--]:after{background:#000;color:#fff;padding:8px 10px;font-size:11px; font-weight:500;line-height:11px;white-space:nowrap;border-radius:3px;)}[class*=hint--][aria-label]:after{content:attr(aria-label)}[class*=hint--][data-hint]:after{content:attr(data-hint)}[aria-label='']:after,[aria-label='']:before,[data-hint='']:after,[data-hint='']:before{display:none!important}.hint--top-left:before,.hint--top-right:before,.hint--top:before{border-top-color:#000}.hint--bottom-left:before,.hint--bottom-right:before,.hint--bottom:before{border-bottom-color:#000}.hint--top:after,.hint--top:before{bottom:100%;left:50%}.hint--top:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--top:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top:hover:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--bottom:after,.hint--bottom:before{top:100%;left:50%}.hint--bottom:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom:after{-webkit-transform:translateX(-50%);-moz-transform:translateX(-50%);transform:translateX(-50%)}.hint--bottom:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom:hover:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--right:before{border-right-color:#000;margin-left:-11px;margin-bottom:-6px}.hint--right:after{margin-bottom:-14px}.hint--right:after,.hint--right:before{left:100%;bottom:50%}.hint--right:hover:after,.hint--right:hover:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--left:before{border-left-color:#000;margin-right:-11px;margin-bottom:-6px}.hint--left:after{margin-bottom:-14px}.hint--left:after,.hint--left:before{right:100%;bottom:50%}.hint--left:hover:after,.hint--left:hover:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--top-left:after,.hint--top-left:before{bottom:100%;left:50%}.hint--top-left:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--top-left:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--top-left:hover:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--top-right:after,.hint--top-right:before{bottom:100%;left:50%}.hint--top-right:before{margin-bottom:-11px;left:calc(50% - 6px)}.hint--top-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--top-right:hover:after,.hint--top-right:hover:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--bottom-left:after,.hint--bottom-left:before{top:100%;left:50%}.hint--bottom-left:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-left:after{-webkit-transform:translateX(-100%);-moz-transform:translateX(-100%);transform:translateX(-100%);margin-left:12px}.hint--bottom-left:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--bottom-left:hover:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--bottom-right:after,.hint--bottom-right:before{top:100%;left:50%}.hint--bottom-right:before{margin-top:-11px;left:calc(50% - 6px)}.hint--bottom-right:after{-webkit-transform:translateX(0);-moz-transform:translateX(0);transform:translateX(0);margin-left:-12px}.hint--bottom-right:hover:after,.hint--bottom-right:hover:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--large:after,.hint--medium:after,.hint--small:after{white-space:normal;line-height:1.4em;word-wrap:break-word}.hint--small:after{width:80px}.hint--medium:after{width:150px}.hint--large:after{width:300px}.hint--error:after{background-color:#b34e4d;}.hint--error.hint--top-left:before,.hint--error.hint--top-right:before,.hint--error.hint--top:before{border-top-color:#b34e4d}.hint--error.hint--bottom-left:before,.hint--error.hint--bottom-right:before,.hint--error.hint--bottom:before{border-bottom-color:#b34e4d}.hint--error.hint--left:before{border-left-color:#b34e4d}.hint--error.hint--right:before{border-right-color:#b34e4d}.hint--warning:after{background-color:#c09854;}.hint--warning.hint--top-left:before,.hint--warning.hint--top-right:before,.hint--warning.hint--top:before{border-top-color:#c09854}.hint--warning.hint--bottom-left:before,.hint--warning.hint--bottom-right:before,.hint--warning.hint--bottom:before{border-bottom-color:#c09854}.hint--warning.hint--left:before{border-left-color:#c09854}.hint--warning.hint--right:before{border-right-color:#c09854}.hint--info:after{background-color:#3986ac;}.hint--info.hint--top-left:before,.hint--info.hint--top-right:before,.hint--info.hint--top:before{border-top-color:#3986ac}.hint--info.hint--bottom-left:before,.hint--info.hint--bottom-right:before,.hint--info.hint--bottom:before{border-bottom-color:#3986ac}.hint--info.hint--left:before{border-left-color:#3986ac}.hint--info.hint--right:before{border-right-color:#3986ac}.hint--success:after{background-color:#458746;}.hint--success.hint--top-left:before,.hint--success.hint--top-right:before,.hint--success.hint--top:before{border-top-color:#458746}.hint--success.hint--bottom-left:before,.hint--success.hint--bottom-right:before,.hint--success.hint--bottom:before{border-bottom-color:#458746}.hint--success.hint--left:before{border-left-color:#458746}.hint--success.hint--right:before{border-right-color:#458746}.hint--always:after,.hint--always:before{opacity:1;visibility:visible}.hint--always.hint--top:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top:after{-webkit-transform:translateX(-50%) translateY(-8px);-moz-transform:translateX(-50%) translateY(-8px);transform:translateX(-50%) translateY(-8px)}.hint--always.hint--top-left:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--top-left:after{-webkit-transform:translateX(-100%) translateY(-8px);-moz-transform:translateX(-100%) translateY(-8px);transform:translateX(-100%) translateY(-8px)}.hint--always.hint--top-right:after,.hint--always.hint--top-right:before{-webkit-transform:translateY(-8px);-moz-transform:translateY(-8px);transform:translateY(-8px)}.hint--always.hint--bottom:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom:after{-webkit-transform:translateX(-50%) translateY(8px);-moz-transform:translateX(-50%) translateY(8px);transform:translateX(-50%) translateY(8px)}.hint--always.hint--bottom-left:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--bottom-left:after{-webkit-transform:translateX(-100%) translateY(8px);-moz-transform:translateX(-100%) translateY(8px);transform:translateX(-100%) translateY(8px)}.hint--always.hint--bottom-right:after,.hint--always.hint--bottom-right:before{-webkit-transform:translateY(8px);-moz-transform:translateY(8px);transform:translateY(8px)}.hint--always.hint--left:after,.hint--always.hint--left:before{-webkit-transform:translateX(-8px);-moz-transform:translateX(-8px);transform:translateX(-8px)}.hint--always.hint--right:after,.hint--always.hint--right:before{-webkit-transform:translateX(8px);-moz-transform:translateX(8px);transform:translateX(8px)}.hint--rounded:after{border-radius:4px}.hint--no-animate:after,.hint--no-animate:before{-webkit-transition-duration:0s;-moz-transition-duration:0s;transition-duration:0s}.hint--bounce:after,.hint--bounce:before{-webkit-transition:opacity .2s ease,visibility .2s ease,-webkit-transform .2s cubic-bezier(.71,1.7,.77,1.24);-moz-transition:opacity .2s ease,visibility .2s ease,-moz-transform .2s cubic-bezier(.71,1.7,.77,1.24);transition:opacity .2s ease,visibility .2s ease,transform .2s cubic-bezier(.71,1.7,.77,1.24)}




/*! Lazy Load XT */
.lazy-hidden {
 opacity: 0;
}

.lazy-loaded {
-webkit-transition: opacity 0.3s;
-moz-transition: opacity 0.3s;
-ms-transition: opacity 0.3s;
-o-transition: opacity 0.3s;
transition: opacity 0.3s;
opacity: 1;
}

.lazy-hidden__spiner {
  background: #eee url('/n_plugins/lazyload/loading.gif') no-repeat 50% 50%;
  transition: none !important;
}


/* SNOW IN HEADER */
.snowContainer { width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: 0;}
#snow {width: 100%; height: 100%; background-image: url("/n_img/snow-in-head_1.png"), url("/n_img/snow-in-head_2.png"), url("/n_img/snow-in-head_3.png"); -webkit-animation: snow 20s linear infinite;-moz-animation: snow 20s linear infinite;-ms-animation: snow 20s linear infinite;animation: snow 20s linear infinite;}
@keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-moz-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-webkit-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}
@-ms-keyframes snow {0% {background-position: 0px 0px, 0px 0px, 0px 0px;} 100% {background-position: 500px 1000px, 400px 400px, 300px 300px;}}

/* SAPE */
.sape {color:#222;}
.sape a {color:#222 !important;}


/* reCAPTCHA v3 */
.grecaptcha-badge {
  visibility: hidden;
}









/*  ------------   ЧЁРНАЯ ТЕМА САЙТА --------------  */

/* Переключатель в шапке */
.darkmode_switch {
  position: absolute;
  top: 0;
  right: 57px;
}
.darkmode_switch button {
  background-color: inherit !important;
}

.dm-btn {
  display: inline-block;
  width: 30px;
  height: 56px;
  justify-content: right;
  padding: 0;
}

.darkmode_switch .dm-btn svg {
  width: 25px;
  height: 25px;
  margin: 5px 0 0 0;
}

.dark-mode .dm-btn {
  --dm-btn-color: #fff;
}
.dm-spin {
  animation: dm-spin 0.5s;
}

@keyframes dm-spin {
  to {
  transform: rotate(360deg);
 }
}

@media (max-width: 767px) {
.darkmode_switch {
  position: absolute;
  top: 0;
  right: 16px;
 }
}

/*dark mode switcher btn end*/

/* -------------- DARK-MODE -------------- */

.dark-mode {
        --tpl-link: #e5e5e5;
        --tpl-link-hover: rgb(71, 158, 212, 0.85);
        --tpl-link-red: #d53f5d;
	--dark-color: #222222;
	--tpl-border-line-100: 1px solid var(--tpl-dark-300);
	--tpl-border-line: 2px solid var(--tpl-dark-200);
	--tpl-border-entry: 1px solid #353535;
	--tpl-border-input: 1px solid #353535;
	--tpl-border-input-focus: 1px solid rgba(79,167,255,0.8) !important;
	--tpl-dark-900: #e5e5e5;
	--tpl-dark-800: #d1d1d1;
	--tpl-dark-700: #e5e5e5;
	--tpl-dark-600: #9e9e9e;
	--tpl-dark-500: #858585;
	--tpl-dark-400: #6e6e6e;
	--tpl-dark-300: #525252;
	--tpl-dark-200: #383838;
	--tpl-dark-150: #252a2c;
	--tpl-dark-100: #1f1f1f;
	--tpl-dark-070: #1b1b1b;
	--tpl-dark-050: #151515;
	--tpl-dark-030: #111111;
	--tpl-ovelay: rgba(229, 229, 229, 0.5);
	--tpl-ovelay-dark: rgba(0, 0, 0, 0.5);
	--tpl-panel-shadow: 0 4px 14px 0 rgba(0, 0, 0, .13);
	--tpl-accent-blue-dark: #2a53d3;
	--tpl-accent-white: #ffffff;
	--tpl-accent-black: #000000;
        --text-primary: #c3c3c3;
        --text-dark: #333333;
        --text-details: #8a8a8a;
        --bg-color-entry-in-list: #191919;
        --bg-color-entry-catalog-main: #202020;
        --bg-color-uwindow: #2e2e2e;
        --bg-color-input: #151515;
        --bg-color-green: #5fa03d;
        --card-title-border-colored: #00619e;
	background-color: var(--dark-color);

        --bg-color-forum: #27333b;
}

.dark-mode .btn {
	background-color: var(--tpl-accent-blue);
	box-shadow: inset 0 4px 6px rgba(0, 0, 0, .1),
	inset 8px 0 8px rgba(0, 0, 0, .1),
	inset 0 -4px 4px rgba(0, 0, 0, .1);
}

.dark-mode .btn__indicator {
	background-color: var(--dark-color);
	box-shadow: 0 8px 40px rgba(0, 0, 0, .3);
	transform: translateX(7em);
}

.dark-mode :is(
.promo-card-inner,
.header-cart .cart-panel,
.uMenuRoot,
.menubar-block,
.menubar-block .menu-social-block ) {
	background-color: var(--tpl-dark-100);
}

.dark-mode :is(
input:where(:not([type=image]):not([type=reset]):not([type=submit]):not([type=button])),
select,
textarea) {
	background-color: var(--tpl-dark-100);
	border: var(--tpl-border-line-100);
	color: var(--tpl-accent-white);
}

.dark-mode :is(
.recommended-products-list,
.post-attachment,
.qty-btn,
.stock-reset-btn,
.notify-stock-btn,
.advanced-search-link,
[type=reset]) {
	background-color: var(--tpl-dark-200);
}

.dark-mode :is(
.qty-btn,
.stock-reset-btn,
.notify-stock-btn,
.advanced-search-link,
[type=reset] ) {
	color: var(--tpl-dark-600);
}


.dark-mode :is(
.swiper-btn-white,
.swiper-btn-dark) {
	color: var(--tpl-dark-100);
}


.dark-mode a:hover, 
.dark-mode a:active, 
.dark-mode a:focus {
  color: var(--tpl-link-hover) !important;
   transition: all 0.3s ease 0s; 
}

.dark-mode input[type="text"], 
.dark-mode input[type="password"], 
.dark-mode input[type="file"],
.dark-mode select {
 background-color: var(--bg-color-input) !important;
 border: var(--tpl-border-input) !important; 
 box-shadow: none;
 color: var(--text-primary) !important;
}


.dark-mode textarea {
 background-color: var(--bg-color-input) !important;
 background: var(--bg-color-input) !important;
 border: var(--tpl-border-input) !important; 
 box-shadow: none;
 color: var(--text-primary) !important;
}

.dark-mode select option[selected] {
  color: var(--tpl-dark-100);
}

.dark-mode input[type="text"]:focus, 
.dark-mode input[type="password"]:focus, 
.dark-mode input[type="file"]:focus, 
.dark-mode textarea:focus {
 color: var(--text-primary) !important;
 border: var(--tpl-border-input-focus) !important;
}




.dark-mode hr {
  border-top: 1px solid var(--tpl-dark-200);
}


/* ЦВЕТА ГРУПП ПОЛЬЗОВАТЕЛЕЙ */
.dark-mode a.groupAdmin:link, .dark-mode a.groupAdmin:visited, .dark-mode a.groupAdmin:hover {color:#e83838 !important;} 
.dark-mode a.groupModer:link, .dark-mode a.groupModer:visited, .dark-mode a.groupModer:hover {color:#4f64ff !important;} 
.dark-mode a.groupVerify:link, .dark-mode a.groupVerify:visited, .dark-mode a.groupVerify:hover {color:#02a302 !important;} 
.dark-mode a.groupBanned:link, .dark-mode a.groupBanned:visited, .dark-mode a.groupBanned:hover {text-decoration:line-through !important; color: var(--tpl-dark-600) !important;} 

.dark-mode a.groupUser:link, .dark-mode a.groupUser:visited, .dark-mode a.groupUser:hover {color:#14a4e0 !important;} 
a.groupOther1:link,a.groupOther1:visited {color:#DE6904 !important;}
a.groupOther2:link,a.groupOther2:visited {color:green !important;} 
.dark-mode a.groupOther3:link, .dark-mode a.groupOther3:visited, .dark-mode a.groupOther3:hover {color:#dc40ed !important;}
.dark-mode a.groupOther7:link, .dark-mode a.groupOther7:visited, .dark-mode a.groupOther7:hover {color:#02a302 !important;}
a.groupOther9:link,a.groupOther9:visited {color:#9900CC !important;}
a.groupOther999:link,a.groupOther999:visited {color:#666666 !important;}



/* ВЫБОР КАТЕГОРИЙ НА СТРАНИЦЕ ДОБАВЛЕНИЯ МАТЕРИАЛА */
.dark-mode #catSelector9 {
  color: var(--text-primary) !important;
  background-color: var(--bg-color-input) !important;
  border: var(--tpl-border-input) !important;
}

.dark-mode :is(#addPhtFrm,#addEntForm) #uCatsMenu7 .u-combolist {
  color: var(--text-primary) !important;
  background: var(--tpl-dark-200) !important;
  border: 1px solid #4B4B4B !important;
  border-top: 0 !important;
}
.dark-mode .u-combolist b {
  color: var(--tpl-accent-white);
}
/* КОНЕЦ ВЫБОРА КАТЕГОРИЙ НА СТРАНИЦЕ ДОБАВЛЕНИЯ МАТЕРИАЛА */



/* BB-КОДЫ НА СТРАНИЦЕ ДОБАВЛЕНИЯ МАТЕРИАЛА */
.dark-mode #txtPart555brief .ucoz-editor-panel .codeButtons,
.dark-mode #txtPart555message .ucoz-editor-panel .codeButtons {
  color: var(--text-primary);
  background: var(--bg-color-input);
  border: var(--tpl-border-input);
}








/* ШАПКА */
.dark-mode .header::after {
  background-color: rgba(0, 0, 0, 0.22);
}
.dark-mode .header .main-menu a:hover,
.dark-mode .header .main-menu a:focus {
  color: var(--tpl-accent-white) !important;
}
.dark-mode .header .mini-profil a:hover,
.dark-mode .header .mini-profil a:focus {
  color: var(--tpl-accent-white) !important;
}
.dark-mode .header .dropdown-menu a:hover,
.dark-mode .header .dropdown-menu a:focus {
  color: var(--text-dark) !important;
}



.dark-mode .footer {
  color: var(--text-primary);
  background-color: var(--tpl-dark-050);
}

.dark-mode .footer-item__title {
  color: var(--tpl-accent-white);
}

.dark-mode :is(
.header-mobile-close,
.header-search-panel,
.layout .product-card .product-tail) {
	background-color: var(--dark-color);
}



.dark-mode .info-card-label {
	background-color: var(--tpl-dark-900);
        color: var(--tpl-dark-500);
}

.dark-mode .entry__title a {
  color: var(--tpl-link);
}

.dark-mode .main {
  background-color: var(--dark-color);
  color: var(--text-primary);
}

.dark-mode .main .main-entry__text a,
.dark-mode .main .main-entry__text a:hover {
  color: var(--tpl-dark-700) !important;
}

.dark-mode .card_articles .card-item__image img {
 border: 10px solid rgba(35, 135, 200, 0.35);
}

.dark-mode .card_articles .card-item__image a:hover img {
 border: 10px solid rgba(35, 135, 200, 0.75);
}

.dark-mode .card_articles .card-item__title a {
  color: var(--tpl-dark-700);
}

.dark-mode .card_gray,
.dark-mode .right-column {
  background-color: var(--tpl-dark-200);
}

.dark-mode .card__title,
.dark-mode .entries-list__title,
.dark-mode .right-column-item__title { 
  border-bottom: 1px solid var(--tpl-dark-400);
}

.dark-mode .card__title span,
.dark-mode .entries-list__title span,
.dark-mode .right-column-item__title span { 
  border-bottom: 1px solid var(--card-title-border-colored);
}




/* МЕНЮ СИСТЕМНОЕ В ПРАВОЙ КОЛОНКЕ */

.dark-mode .right-column-item_category a,
.dark-mode .right-column-item_category .catNumData {
  color: var(--tpl-link);
}
.dark-mode .right-column-item_category .catNumData {
  background-color: rgba(0, 0, 0, 0.17);
}
.dark-mode .right-column-item_category a:hover {
 background-color: rgba(35, 110, 160, 0.6);
 border-radius: 3px;
}
.dark-mode .right-column-item_category a:hover  {
 color: var(--tpl-accent-white) !important;
}

.dark-mode .category-list-item:hover .catNumData {
  color: var(--tpl-accent-white);
}

.dark-mode .catsTable tr :hover,
.dark-mode .catsTable tr :hover .catNumData {
 color: var(--tpl-accent-white) !important;
}
/* КОНЕЦ СИСТЕМНОГО МЕНЮ В ПРАВОЙ КОЛОНКЕ */




/* КОММЕНТАРИИ В ПРАВОЙ КОЛОНКЕ */

.dark-mode .right-column .opinion__body {
  color: var(--text-primary) !important;
}

.dark-mode .right-column .opinion__news a {
  color: var(--tpl-link);
}
/* КОНЕЦ КОММЕНТАРИЕВ В ПРАВОЙ КОЛОНКЕ */


/* ТЕМЫ ФОРУМА В ПРАВОЙ КОЛОНКЕ */

.dark-mode .forum-topics__theme a {
  color: var(--tpl-link);
}
.dark-mode .forum-topics__item {
  border-bottom: 1px dashed var(--tpl-dark-300);
}
/* КОНЕЦ ТЕМ ФОРУМА В ПРАВОЙ КОЛОНКЕ */



/* ПОСЛЕДНИЕ ОБЪЯВЛЕНИЯ В ПРАВОЙ КОЛОНКЕ */

.board__new {
  border-bottom: 1px dashed var(--tpl-dark-300);
}
/* КОНЕЦ ОБЪЯВЛЕНИЙ В ПРАВОЙ КОЛОНКЕ */




/* ВИД КАТЕГОРИЙ НОВОСТЕЙ */
.dark-mode .news-description-in-head__pda .card__tag a {
  color: var(--text-primary) !important;
  background: var(--bg-color-entry-in-list);
  border: 1px solid #383838;
}

.dark-mode .news-description-in-head__pda .card__tag .active {
  color: var(--tpl-dark-900) !important;
  background: var(--tpl-dark-300);
  border: 1px solid #808080;
}


/* ВИД НОВОСТЕЙ */
.dark-mode .entry__image a,
.dark-mode .entry__image img {
  background: var(--tpl-dark-030);
}


@media (max-width: 767px) {
  .dark-mode .newslist .entry {
  border: var(--tpl-border-entry);
  background-color: var(--bg-color-entry-in-list);
 }

}

@media (max-width: 991px) {
 .dark-mode .main .card_articles .card-item__image img {
  border: 0;
 }
}
/* КОНЕЦ ВИДА НОВОСТЕЙ */



/* СТРАНИЦА НОВОСТЕЙ */

.dark-mode .entry__title {
  color: var(--tpl-accent-white);
}
.dark-mode .single-entry__head,
.dark-mode .single-entry__body {
  border-bottom: 1px solid var(--tpl-dark-300);
}

.dark-mode .single-entry__mini-details,
.dark-mode .single-entry__mini-details a {
  color: var(--tpl-dark-600) !important;
}

.dark-mode .author .lead {
  color: var(--tpl-accent-white);
}
.dark-mode .author а {
  color: var(--tpl-dark-900);
}
.dark-mode .typography blockquote {
  color: var(--tpl-accent-white);
}

.dark-mode .typography h1, h2, h3, h4, h5 {
  color: var(--tpl-accent-white);
}

.dark-mode .typography img {
  padding: 0 !important;
  border: 0 !important;
}
.dark-mode .slick-dots li button::before {
  opacity: .9;
  color: var(--tpl-accent-white);
}

.dark-mode .slick-dots li.slick-active button::before {
  opacity: .9;
  color: #00a0fe;
}

.dark-mode .related_entries_title {
  color: var(--tpl-accent-white);
}
.dark-mode .related_entries_body {
  border-right: 1px solid var(--tpl-dark-300);
  background-color: var(--tpl-dark-200);
}
.dark-mode .owl__entry__title a {
  color: var(--tpl-link);
}
.dark-mode #related .owl-theme .owl-dots .owl-dot.active span {
  background: #00a0fe;
}

@media (max-width: 767px) {
.dark-mode .author {
  border-bottom: 1px solid var(--tpl-dark-300);
  }
}
/* КОНЕЦ СТРАНИЦЫ НОВОСТЕЙ */





/* НАЧАЛО КАТАЛОГА ЖИВОТНЫХ - ГЛАВНАЯ МОДУЛЯ */

.dark-mode .animals-catalog-category__title a {
  color: var(--tpl-link);
}

.dark-mode .animals-catalog-category__title a:hover {
  color: var(--tpl-link-hover);
}

.dark-mode .animals-catalog-category__title .active {
  color: var(--tpl-link-red) !important;
}

.dark-mode .animals-catalog-category__item img {
  border: 8px solid rgba(35, 135, 200, 0.4); 
  transition: none;
}

.dark-mode .animals-catalog-category__item a:hover img {
  opacity: 0.8;
  border: 8px solid rgba(35, 135, 200, 0.6);
  transition: none;
}

.dark-mode .animals-catalog-filters .jq-selectbox__select {
  border: 1px solid #676767 !important;
  border-bottom-color: #5b5b5b !important;
  background: var(--tpl-dark-300) !important;
}

.dark-mode .animals-catalog-filters .jq-selectbox__select:hover {
  background: var(--tpl-dark-300);
  background: -webkit-linear-gradient(#4b4b4b, #4b4b4b) !important;
  background: linear-gradient(#4b4b4b, #4b4b4b) !important;
}


.dark-mode .animals-catalog-filters {
  background-color: var(--tpl-dark-200);
}


@media (max-width: 767px) {
  .dark-mode .animals-catalog-category__item img {
  border: none;
}
  .dark-mode .animals-catalog-category__item a:hover img {
  border: none;
 }
}

/* НАЧАЛО КАТАЛОГА ЖИВОТНЫХ - ГЛАВНАЯ МОДУЛЯ */





/* НАЧАЛО КАТАЛОГА ЖИВОТНЫХ - ВИД МАТЕРИАЛА */

.dark-mode .entries-list_animals-catalog .entry {
  background-color: var(--bg-color-entry-catalog-main);
  border: 1px solid var(--tpl-dark-200);
}

.dark-mode .entries-list_animals-catalog .entry:hover {
  border: 1px solid var(--tpl-dark-300);
}
.dark-mode .entries-list_animals-catalog .entry a {
  color: var(--tpl-accent-white);
}

.dark-mode .entries-list_animals-catalog .entry__details li,
.dark-mode .entries-list_animals-catalog .entry__title .entry__photo_number {
  color: var(--text-details);
}

.dark-mode .entries-list_animals-catalog .entry__category_name a,
.dark-mode .entries-list_animals-catalog .entry__category_name a:visited {
  font-size: 11px;
  color: var(--text-details);
}

.dark-mode .entries-list_animals-catalog .entry__title__pda a {
  color: var(--tpl-accent-white);
}

.dark-mode .entries-list_animals-catalog .entry__details__pda,
.dark-mode .entries-list_animals-catalog .entry__details__temperament__pda {
  color: var(--text-details);
}
.dark-mode .entries-list_animals-catalog .entry__body__pda .entry__link__pda a {
  color: var(--tpl-dark-600) !important;
  border: 1px solid var(--tpl-dark-300);
  background: var(--tpl-dark-070);
}
.dark-mode .entries-list_animals-catalog .entry__body__pda .entry__link__pda a:hover,
.dark-mode .entries-list_animals-catalog .entry__body__pda .entry__link__pda a:focus {
  color: var(--tpl-dark-050) !important;
  border: 1px solid var(--tpl-dark-050);
  background: var(--tpl-dark-800);
}

@media (max-width: 767px) {
  .dark-mode .entries-list_animals-catalog .entry {
  background-color: var(--dark-color);
 }
}
/* КОНЕЦ ВИДА МАТЕРИАЛА В КАТАЛОГЕ ЖИВОТНЫХ */




/* НАЧАЛО КАТАЛОГА ЖИВОТНЫХ - СТРАНИЦА МАТЕРИАЛА И КОММЕНТАРИЕВ К НЕМУ */
.dark-mode .single-entry_animals-catalog .single-entry__body {
  border-bottom: 1px solid var(--dark-color);
}
.dark-mode .single-entry_animals-catalog .single-entry__body dt {
  color: var(--tpl-dark-700);
}
.dark-mode .single-entry_animals-catalog .single-entry__footer .single-entry__forum-link:hover,
.dark-mode .single-entry_animals-catalog .single-entry__footer .single-entry__forum-link:focus {
  color: var(--tpl-accent-white) !important;
}

.dark-mode .single-entry_animals-catalog .phone_note {
  color: var(--tpl-dark-500);
}
/* КОНЕЦ КАТАЛОГА ЖИВОТНЫХ - СТРАНИЦА МАТЕРИАЛА И КОММЕНТАРИЕВ К НЕМУ */









/* НАЧАЛО ФОРУМА - ГЛАВНАЯ СТРАНИЦА */

.dark-mode .forum_body {
  color: var(--text-primary);
  background-color: var(--dark-color);
  background-image: none;
}
.dark-mode .gTable a {
  transition: none;
}
.dark-mode .forum_body .gTable a:hover {
  color: var(--tpl-accent-white) !important;
}
.dark-mode .forum__top_news {
  background: var(--tpl-dark-600);
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px 4px 14px;
}
.dark-mode .gTable {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px 4px 14px
}
.dark-mode .gTableTop,
.dark-mode .forum__answer-form .TableTop {
  background: linear-gradient(to right, #013F52 0%, #02495C 100%);
  border: 0;
  border-bottom: 1px solid #0F4762;
}
.dark-mode .forumIcoTd,
.dark-mode .gTableRight,
.dark-mode .threadIcoTd {
  border-left: 1px solid #2e3138;
}
.dark-mode .forumLastPostTd,
.dark-mode .gTableBody1,
.dark-mode .threadLastPostTd {
  border-right: 1px solid #2e3138;
}
.dark-mode .forumIcoTd,
.dark-mode .forumNameTd,
.dark-mode .forumThreadTd,
.dark-mode .forumPostTd,
.dark-mode .forumLastPostTd,
.dark-mode .gTableRight,
.dark-mode .gTableBody1,
.dark-mode .threadIcoTd,
.dark-mode .threadIcoTd2,
.dark-mode .threadNametd,
.dark-mode .threadPostTd,
.dark-mode .threadViewTd,
.dark-mode .threadLastPostTd {
  background: var(--bg-color-forum);
  border-bottom: 1px solid #373A41;
}
.dark-mode .gTable tr:hover td.forumIcoTd, 
.dark-mode .gTable tr:hover td.forumNameTd,
.dark-mode .gTable tr:hover td.forumViewed, 
.dark-mode .gTable tr:hover td.forumThreadTd, 
.dark-mode .gTable tr:hover td.forumPostTd, 
.dark-mode .gTable tr:hover td.forumLastPostTd,
.dark-mode .gTable tr:hover td.threadIcoTd,
.dark-mode .gTable tr:hover td.threadIcoTd2,
.dark-mode .gTable tr:hover td.threadNametd,
.dark-mode .gTable tr:hover td.threadPostTd,
.dark-mode .gTable tr:hover td.threadViewTd,
.dark-mode .gTable tr:hover td.threadLastPostTd {
  background: #2b3840;
  transition: none;
}
.dark-mode .forumDescr,
.dark-mode .forumThreadTd,
.dark-mode .forumPostTd,
.dark-mode .forumLastPostTd,
.dark-mode .forumLastPostTd a,
.dark-mode .forumLastPostTd a:hover,
.dark-mode .threadPostTd,
.dark-mode .threadViewTd,
.dark-mode .threadLastPostTd,
.dark-mode .threadAuthor a,
.dark-mode .threadDescr {
  color: #808999;
}
.dark-mode .subforumDescr a,
.dark-mode .GoToLastPost,
.dark-mode .GoToLastPost_badge,
.dark-mode .forumLastPostLink {
  color: #bfc1c5 !important;
}
.dark-mode .forumNameTd .forum,
.dark-mode .forumNameTd .forum:focus,
.dark-mode .forumThreadTd span,
.dark-mode .forumPostTd span,
.dark-mode .threadPostTd span,
.dark-mode .threadViewTd span,
.dark-mode .threadLink {
  color: rgb(219, 221, 225) !important;
}
.dark-mode .forumNameTd .forumModer {
  color: #5F6878;
}
.dark-mode .forum-additional-info {
  border-radius: 10px 10px 0 0;
}
.dark-mode .gTableUsersToday {
  border-radius: 0 0 10px 10px;
}
.dark-mode .birthdaysBlock a {
  color: var(--text-primary);
}
.dark-mode .gTableUsersToday {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(0, 0, 0, 0.09) 0px 2px 2px, rgba(0, 0, 0, 0.09) 0px 11px 8px 0px;
}

@media (max-width: 767px) {
  .dark-mode .forum_body {
  background-image: linear-gradient(90deg, #222 0%, #1A1A1A 100%) !important;
  }
  .dark-mode .forumNameTd,
  .dark-mode .gTableBody1 {
  border-left: 0;
  border-right: 0;
  }
  .dark-mode .gTable,
  .dark-mode gTableBody1 {
  box-shadow: none;
 }
 .dark-mode .forumstatistic_mobile {
  color: #808999;
 }
}
/* КОНЕЦ ГЛАВНОЙ СТРАНИЦЫ ФОРУМА */




/* МЕНЮ В ШАПКЕ ФОРУМА */
.dark-mode ul.forum_navigation,
.dark-mode ul.forum_navigation li ul {
  background: var(--bg-color-forum);	
}
.dark-mode ul.forum_navigation li ul {
  opacity: 0.95;	
}
.dark-mode ul.forum_navigation li a {
  color: var(--text-primary) !important;
}
.dark-mode ul.forum_navigation li a:hover,
.dark-mode ul.forum_navigation li:hover > a {
  background: #5fa03d;
  color: #fff !important;
}

.dark-mode .forum_navigation .forum_search .forum_search_keyword {
  background: rgba(255,255,255,0.07) !important;
  border: 1px solid rgba(17, 17, 17, 0.17) !important;
  transition: none;
}

/* КОНЕЦ МЕНЮ В ШАПКЕ ФОРУМА */





/* НАЧАЛО ФОРУМА - СТРАНИЦА ПОДФОРУМА */
.dark-mode .forum__section_description {
  background: var(--bg-color-forum);
  border-radius: 8px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px 4px 14px;
}

.dark-mode .forum__section_description a {
  color: var(--text-primary) !important;
}
/* КОНЕЦ СТРАНИЦЫ ПОДФОРУМА */




/* НАЧАЛО ФОРУМА - СТРАНИЦА КАТЕГОРИИ И РАЗДЕЛА */
.dark-mode .threadsType {
  background: #17232B;
  border-left: 0;
  border-right: 0;
  border-bottom: 1px solid #373A41;
}
.dark-mode .threadsDetails {
  background: #17232B;
  border: 0;
}
.dark-mode .forumOnlineBar {
  padding: 2px 0 8px 15px;
  border: 0;
  background: #17232B;
}
.dark-mode .postPSwithcesLink {
  color: rgba(0, 0, 0, 0.6);
  background-color: rgba(250, 250, 250, 0.12);
}
.dark-mode .postPSwithcesLink:hover {
  color: #fff !important;
  background-color: #5fa03d;
}
.dark-mode .switches .pagesInfo,
.dark-mode .switches .switchDigit,
.dark-mode .switches .switch {
  color: var(--text-primary) !important;
  background-color: #36424A;
}
.dark-mode .switches .switchActive,
.dark-mode .switches .switch:hover,
.dark-mode .switches .switchDigit:hover,
.dark-mode #frmButns83 .postbtn1:hover,
.dark-mode #frmButns83 .postbtn2:hover,
.dark-mode #frmButns83 .postbtn3:hover,
.dark-mode .funcLink,
.dark-mode .funcLink:hover,
.dark-mode .gTable #subscribe a:hover {
  color: var(--tpl-accent-white) !important;
  background-color: #5fa03d;
}
.dark-mode .funcLink:hover {
  opacity: 0.7;
}
.dark-mode .FrmForumBarRow1 .breadcrumbs,
.dark-mode .FrmForumBarRow1 .breadcrumbs a,
.dark-mode .ThrForumBarRow1 .breadcrumb-item,
.dark-mode .FrmTopButtonsRow1 .breadcrumb-item,
.dark-mode .forumNamesBarRow1 .breadcrumb-item,
.dark-mode .forum-edit-page-breadcrumbs .breadcrumb-item,
.forum_body .forumNamesBar .forumBar  {
  color: var(--tpl-dark-600) !important;
}
.dark-mode .FrmForumBarRow1 .breadcrumbs a:hover {
  color: var(--tpl-accent-white) !important;
}
.dark-mode .forumNamesBar .forumBarA {
  color: var(--text-primary) !important;
}



@media (max-width: 767px) {
  .dark-mode .forum_body .threadNametd {
  border-right: 0;
  }
  .dark-mode .forum_body .switch a {
  transition: none;  
  }
}
/* КОНЕЦ СТРАНИЦЫ КАТЕГОРИИ */



/* НАЧАЛО ВИДА ТЕМЫ ФОРУМА - ТЕМА ФОРУМА */

.dark-mode .forum__post {
 background: var(--bg-color-forum);
}

.dark-mode .threadpage-posts-table .pollQuestion {
 color: var(--tpl-accent-white);
}

.dark-mode .forum__post .prepost_top {
 border-top: 1px solid rgba(255,255,255,0.13);
 border-bottom: 1px solid rgba(255,255,255,0.09);
 background: #1B272F;
}

.dark-mode .forum__post .prepost_top_1 a,
.dark-mode .forum__post .prepost_top_2 .post_nomber a,
.dark-mode .forum__post .prepost_top_2 .post_href a:before {
 color: var(--text-primary);
}

.dark-mode .forum__post .prepost_top_2 .post_raport, 
.dark-mode .forum__post .prepost_top_2 .post_add_ban, 
.dark-mode .forum__post .prepost_top_2 .user_post_ip,
.dark-mode .forum__post .prepost_top_2 .user_post_ip a {
 color: #B4B4B4;
}

.dark-mode .prepost_top_1 .postUser:active,
.dark-mode .prepost_top_1 .postUser:focus,
.dark-mode .prepost_top_2 .postNumberLink:active,
.dark-mode .prepost_top_2 .postNumberLink:focus {
 color: var(--text-primary) !important;
}

.dark-mode .forum__post .prepost_top_2 .post_href,
.dark-mode .forum__post .prepost_top_2 .post_href a,
.dark-mode .forum__post .prepost_top_2 .post_href a:hover,
.dark-mode .forum__post .prepost_top_2 .post_href a:active {
 color: #17232B !important;
}

.dark-mode .forum__post .post_user_avatar img {
 padding: 0;
 border: 4px solid rgba(80, 90, 100, 0.8);
 transition: none;
}

.dark-mode .forum__post .gColorTopicStarter {
 background: #5fa03d;
}

.dark-mode .forum__post .gColorEgida {
 background: #683A7B;
 color: var(--tpl-dark-800);
}

.dark-mode .forum__post .user_rate a {
 color: rgb(80, 90, 100);
}

.dark-mode .forum__post .u_ziro, 
.dark-mode .forum__post .u_plus {
 background: rgb(80, 90, 100);
 opacity: 0.7;
}

.dark-mode .forum__post .u_ziro:hover, 
.dark-mode .forum__post .u_plus:hover {
 opacity: 1;
}
.dark-mode .forum__post .post_bottom {
 background: rgba(255,255,255,0.03);
}



.dark-mode .forum__post .forum_post_btn_href_of_user,
.dark-mode .forum__post .manage_forum-post_buttons a,
.dark-mode .forum__post .forum_post_btn_1 a:focus {
  color: var(--text-primary) !important;
}

.dark-mode .forum__post .forum_post_btn_href:hover,
.dark-mode .forum__post .forum_post_btn_href_of_user:hover,
.dark-mode .forum__post .manage_forum-post_buttons a:hover {
  color: var(--text-primary) !important;
  background: rgba(255,255,255,0.07);
}

.dark-mode .manage_forum-post_buttons .del_post:hover {
  background: #d65a55 !important;
}


/* дополнения поста */

.dark-mode .forum__post .post_messege a {
  color: #7292B6;
  transition: all 0.2s ease 0s;
}

.dark-mode .forum__post .post_messege a:hover,
.dark-mode .forum__post .post_messege a:focus {
  color: #99B9DD !important;
  transition: all 0.2s ease 0s;
}

.dark-mode .forum__post .statusOnline {
 right: 15px;
}

.dark-mode .forum__post .post_signature {
  color: #808999;
  border-top: 1px solid rgba(255,255,255,0.06);
}

.dark-mode .forum__post .forum_post_edited_inner {
  font-family: 'PT Sans', sans-serif;
  font-style: italic;
  font-weight: 500;
  color: #808999;
}

.dark-mode .forum__post .post_messege .bbQuoteBlock {
  font-style: italic;
  background: inherit;
  border: 0;
  border-left: 3px solid rgba(95,114,155,0.7);
  border-radius: 0;
}

.dark-mode .forum__post .post_messege .bbQuoteName:after {
  display: inline;
}

.dark-mode .forum__post .post_messege .bbQuoteName,
.dark-mode .forum__post .post_messege .bbQuoteName a:before,
.dark-mode .forum__post .post_messege .bbQuoteName:after {
  color: var(--text-primary);
}
.dark-mode .forum__post .post_messege .bbQuoteName {
  background: rgba(78, 97, 138, 0.18);
  padding: 3px 15px !important;
  border-bottom: 1px solid rgba(255,255,255,0.02) !important;
  border-radius: 0 5px 0 0;
}

.dark-mode .forum__post .post_messege .bbQuoteName img {
  display: none;
}

.dark-mode .forum__post .post_messege .quoteMessage {
  color: var(--tpl-dark-600);
  padding: 3px 15px;
  background: rgba(78, 97, 138, 0.18);
  border-radius: 0 0 5px 0;
}

.dark-mode .forum__post .post_messege .uSpoilerOpened input,
.dark-mode .forum__post .post_messege .uSpoilerButBl input:hover {
  color: #fff;
  background: #5fa03d;
  border: 1px solid #5fa03d;
}

.dark-mode .forum__post .post_messege .uSpoilerOpened .uSpoilerText {
  color: var(--text-primary);
}

.dark-mode .forum__post .post_messege .uSpoilerButBl input:hover {
  color: #fff;
  background: #58a926;
  border: 1px solid #58a926;
}

.dark-mode .forum__post .post_messege hr {
  border-top: 1px solid rgba(255,255,255,0.08);
}

.dark-mode .ThrForumBarCl12 #thread_search_field {
  background-color: #36424A !important;
  border: none !important;	
}

.dark-mode .ThrForumBarCl12 #thread_search_button {
  background: #5fa03d;
}


@media (max-width: 767px) {
  .dark-mode .forum_body .forum__post .prepost_top {
  background: rgba(255,255,255,0.02);
  border-top: 0;
  border-bottom: 1px solid rgba(255,255,255,0.025);
  }
  
  .dark-mode .forum_body .postFirst .forum__post {
    border-radius: 0 0 5px 5px !important;
  }

  .dark-mode .forum_body .forum__post .prepost_top .postUser {
  color: var(--tpl-accent-white) !important;
  }

  .dark-mode .forum__post .mobile_post_user_avatar_inner img {
  width: 62px;
  height: 62px;
  padding: 0;
  border: 1px solid var(--bg-color-forum);
  }

  .dark-mode .forum_body .forum__post .mobile_user_rank {
  color: #808999;
 }
 
 .dark-mode .forum__post .statusOnline {
 right: 3px;
}

}
/* КОНЕЦ ВИДА ТЕМЫ ФОРУМА - ТЕМА ФОРУМА */







/* НАЧАЛО ФОРМЫ ОТВЕТА ФОРУМА */
.dark-mode .forum__answer-form .form__wrapper {
  border-radius: 8px 8px 0 0;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px 4px 14px
}

.dark-mode .forum__answer-form .TableTop {
  border-radius: 8px 8px 0 0;
}

.dark-mode .forum__answer-form .form__inner {
  border: 0;
  background: var(--bg-color-forum);
}

.dark-mode .forum__answer-form .form__inner hr {
  border-top: 1px solid rgba(255,255,255,0.06);
}

.dark-mode .new_thead_rules .rules {
  color: var(--text-primary);
  background: rgba(204, 0, 51, 0.55);
  border-radius: 8px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px 4px 14px
}

@media (max-width: 767px) {
.dark-mode .forum__answer-form .post_textarea__inner {
 background: #1B272F;
 border: 1px solid rgba(255,255,255,0.15);
 border-radius: 4px;
  }
.dark-mode .forum__answer-form .mobile_toolbar {
 border-top: 1px solid rgba(255,255,255,0.15);
  }
.dark-mode .forum__answer-form .mobile_toolbar li {
 border-right: 1px solid rgba(255,255,255,0.05);
  }
.dark-mode .forum__answer-form .mobile_toolbar a {
 color: var(--text-primary);
  }
.dark-mode .forum__answer-form textarea,
.forum__answer-form textarea:focus {
 border: none !important;
 box-shadow: none;
 transition: none;
 }
}
/* КОНЕЦ ФОРМЫ ОТВЕТА ФОРУМА */






/* РАБОЧИЕ СТРАНИЦЫ ФОРУМА */

.dark-mode .forum_body .gTableBody,
.dark-mode .forum_body .gTableBottom,
.dark-mode .threadpage-posts-table .postPoll,
.dark-mode .forum_body .fullwidth_sidenav {
  background: var(--bg-color-forum);
}



/* ДОПОЛНЕНИЯ ТЕМЫ ФОРУМА ДЛЯ НЕЗАРЕГИСТРИРОВАННЫХ */
.dark-mode .forum_login-prompt .prompt {
 color: var(--text-primary);
 background: var(--bg-color-forum);
 border: none;
 border-radius: 10px;
 box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 0px, rgba(0, 0, 0, 0.12) 0px 2px 2px, rgba(0, 0, 0, 0.2) 0px 4px 14px;
}
.dark-mode .forum_login-prompt .prompt:before {
 background-color: rgba(0, 0, 0, 0.15);
 border-radius: 10px 0 0 10px;
}
.dark-mode .forum_login-prompt .prompt:after {
 color: var(--tpl-dark-800);
}
.dark-mode .forum_login-prompt .prompt a:hover {
 color: var(--tpl-accent-white) !important;
 text-decoration: underline;
}
@media (max-width: 767px) {
 .dark-mode .forum_login-prompt .prompt {
 border-radius: 5px;
 box-shadow: 0 2px 6px rgba(0,0,0,.141);
 }
 .dark-mode .forum_login-prompt .prompt:before {
 border-radius: 5px 0 0 5px;
 }
}













/* ВИД КОММЕНТАРИЕВ */
.dark-mode .com-order-number {
  background-color: var(--tpl-dark-070);
}
.dark-mode .com-order-number-write a {
  color: var(--text-primary) !important;
  background-color: var(--tpl-dark-070);
  border-left: 1px solid var(--tpl-dark-300);
}

.dark-mode .com-order-number-write a:hover {
  color: var(--tpl-dark-900) !important;
  background-color: var(--tpl-dark-050);
}

.dark-mode .comment_over {
  border-bottom: 1px solid var(--tpl-dark-200);
}

.dark-mode .user_no-avatar-image {
  filter: brightness(80%);
}

.dark-mode .comment_over .comment_top a,
.dark-mode .comment_over .comment_top b {
  font-size: 18px;
  color: var(--tpl-accent-white) !important;
}

.dark-mode .comment_top .comm_time {
  color: var(--tpl-dark-600);
}

.dark-mode .wysibb {
  border: 1px solid var(--tpl-dark-300);
  background: var(--tpl-dark-200);
}

.dark-mode .uf-form .uf-txt-input {
  background-color: var(--tpl-dark-050);
}

.dark-mode .comment_answer_button a:hover {
  color: var(--tpl-accent-white) !important;
  background-color: var(--bg-color-green);
}
/* КОНЕЦ ВИДА КОММЕНТАРИЕВ */




/* ВИД ФОРМЫ ДОБАВЛЕНИЯ КОММЕНТАРИЕВ */
.dark-mode .wysibb-body,
.dark-mode .wysibb textarea,
.dark-mode wysibb-text-iframe {
  color: white;
  background: var(--tpl-dark-200);
}

.dark-mode .wysibb select option[selected] {
  color: #333;
}

.dark-mode .commentRating a:hover {
  color: #ff0044 !important;
}

.dark-mode .bbQuoteBlock .quoteMessage {
  color: var(--tpl-dark-500);
}

.dark-mode .wysibb .wysibb-toolbar {
  background: var(--tpl-dark-800);
}

.dark-mode .wbb-select .val {
  background: var(--tpl-dark-800) !important;
}

.dark-mode .main #postFormContent .uf-btn {
  color: #fff !important;
  text-transform: none !important;
  border: 1px solid #d6d6d6 !important;
  border-color: rgba(0,0,0,.16) !important;
  border-radius: 3px !important;
  background-color: #666 !important;
  box-shadow: none !important;
  background-image: none !important;
}

@media (max-width: 767px) {
.dark-mode .main #postFormContent .uf-btn {
  background-color: var(--bg-color-green) !important;
 }
}
/* КОНЕЦ ФОРМЫ ДОБАВЛЕНИЯ КОММЕНТАРИЕВ */









/* МОБИЛЬНОЕ МЕНЮ */
.dark-mode .sidebar_menu {
  color: var(--text-primary) !important;
  background: rgba(48, 48, 48, .6) !important;
  border-left: 1px solid rgba(180, 180, 180, .1);
  border-top: 1px solid rgba(180, 180, 180, .1);
  border-bottom: 1px solid rgba(180, 180, 180, .1);
  box-shadow: none;
}

.dark-mode .fullwidth_sidenav .pda_search_keyword {
  background: rgba(255,255,255,0.1) !important;
  border: 1px solid rgba(17, 17, 17, 0.17) !important;
}

.dark-mode .fullwidth_sidenav .pda_search_keyword:active,
.dark-mode .fullwidth_sidenav .pda_search_keyword:focus {
  background: var(--tpl-dark-700) !important;
  color: var(--text-dark) !important;
  border: 1px solid rgba(17, 17, 17, 0.17) !important;
}
/* КОНЕЦ МОБИЛЬНОГО МЕНЮ */




/* ВИД POP-UP ОКОШЕК РЕКЛАМЫ */
.dark-mode .backdrop {
  background-color: rgba(0, 0, 0, 0.75);
}
.dark-mode #pop-up {
  background-color: var(--dark-color);
  color: var(--text-primary);
}
.dark-mode .close-btn svg {
  background-color: var(--tpl-dark-300);
  color: var(--tpl-accent-white);
}
.dark-mode .close-btn svg:hover {
  background-color: var(--tpl-dark-500);
}
.dark-mode .promo_button a:hover {
  background-color: rgba(35, 110, 160, 0.5);
  color: var(--text-primary) !important;
}
.dark-mode .promo_animal_button a {
  color: var(--text-primary);
  background-color: var(--tpl-dark-200);
}
.dark-mode .promo_animal_button a:hover {
  color: var(--tpl-accent-white) !important;
  background-color: rgba(43, 118, 155, 0.8);
} 
.dark-mode .promo_animal_button a:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.20);
}
/* КОНЕЦ POP-UP окошек рекламы */




/* POPUP UCOZ ОКОШКИ */
.dark-mode .xw-mc {
 color: var(--text-primary);
 background: var(--bg-color-uwindow) !important;
 border-right: 1px solid var(--tpl-dark-200) !important;
 border-bottom: 1px solid var(--tpl-dark-200) !important;
 border-left: 1px solid var(--tpl-dark-200) !important;
 border-top: none !important;
}
.dark-mode .myWinCont fieldset legend {
 color: var(--text-primary) !important;
 border-bottom: 1px solid var(--tpl-dark-200) !important;
}
.dark-mode .myWinCont, 
.dark-mode .myWinCont dl, 
.dark-mode .myWinCont dt, 
.dark-mode .myWinCont td {
 color: inherit;
}
.dark-mode .myWinCont select {
 color: var(--tpl-dark-700);
 background-color: var(--tpl-dark-300);
 border-radius: 4px;
 padding: 2px 5px;
}
.dark-mode .myWinCont select option[selected] {
  color: #333;
}
.dark-mode .myWinCont hr {
 color: var(--tpl-dark-300);
}
.dark-mode .myWinCont .myWinSuccess {
 color: var(--tpl-accent-white) !important;
}
.dark-mode .myWinCont .myWinError {
 color: #fe4c4c !important;
}

.dark-mode .myWinCont #frmLg555 a,
.dark-mode .myWinCont #frmLg555 label,
.dark-mode .myWinCont .banHUser {
 color: var(--text-primary);
}

.dark-mode .myWinCont .u-rep-history-item a {
 color: var(--text-primary);
 text-decoration: none;
}

.dark-mode .myWinCont #frm981 label,
.dark-mode .myWinCont #frm982 label {
 color: var(--text-primary);
 margin: 0 !important;
}

@media (max-width: 767px) {
.dark-mode .myWinCont #subcomment {
  background-color: var(--tpl-dark-200);
  }
}
/* КОНЕЦ POPUP UCOZ ОКОШЕК */



/* MODAL POPUP UCOZ ОКОШКИ */
.dark-mode #wbbmodal .wbbm {
 background: var(--bg-color-forum);
 border: 1px solid rgba(255, 255, 255, 0.25);
}

.dark-mode #wbbmodal .wbbm-title {
 color: var(--text-primary);
 background: var(--dark-color);	
 border-bottom: 1px solid rgba(150, 150, 150, 0.17);
}

.dark-mode #wbbmodal .wbbm-content {
 color: var(--text-primary);
 background: var(--dark-color);	
}

.dark-mode #wbbmodal .wbbm-bottom {
 color: var(--text-primary);
 background: var(--tpl-dark-050);	
 border-top: 1px solid rgba(200, 200, 200, 0.18);
}
/* КОНЕЦ MODAL POPUP UCOZ ОКОШЕК */




/* MODAL POPUP BOOTSTRAP ОКОШКИ */
.dark-mode .modal-content {
  color: var(--text-primary);
  background: var(--tpl-dark-070);
}
.dark-mode .modal-header {
  border-bottom: 1px solid var(--tpl-dark-200);
}
.dark-mode .modal-footer {
  border-top: 1px solid var(--tpl-dark-200);
}
.dark-mode .modal-content .btn-secondary {
  background-color: #136289 !important;
}
.dark-mode .modal-content .btn-secondary:hover, 
.dark-mode .modal-content input[type="button"]:hover {
  color: var(--tpl-accent-white);
  background-color: #014D74 !important;
}





/* ПАНЕЛЬ УПРАВЛЕНИЯ МАТЕРИАЛОМ */
.dark-mode .u-mpanel .u-mpanel-toggle {
 border: 1px solid var(--tpl-dark-600);
 background: var(--tpl-dark-600) url(/.s/src/moder_panel/src/moder.png) no-repeat -20px -20px !important;
}
/* КОНЕЦ ПАНЕЛИ УПРАВЛЕНИЯ МАТЕРИАЛОМ */





/* ПАНЕЛЬ УПРАВЛЕНИЯ САЙТОМ */
.dark-mode .uadm {
  opacity: 0.85 !important;
}
.dark-mode .uadm:hover {
  opacity: 0.95 !important;
}
.dark-mode .uadm, 
.dark-mode .uadm-collapse {
  color: var(--tpl-accent-white);
  border: 1px solid var(--tpl-dark-300);
  background: var(--tpl-dark-200);
}
.dark-mode .uadm-iparent-ico,
.dark-mode .uadm-toggle {
  color: var(--tpl-accent-white) !important;
}
.dark-mode .uadm-var input {
   background: var(--tpl-dark-500);
}
/* КОНЕЦ ПАНЕЛИ УПРАВЛЕНИЯ МАТЕРИАЛОМ */





/* FORMSTYLER SELECT */
.dark-mode .jq-selectbox__select {
  border: 1px solid #353535 !important;
  border-bottom-color: #353535 !important;
  background: #202020 !important;
  background: -webkit-linear-gradient(#101010, #181818) !important;
  background: linear-gradient(#101010, #181818) !important;
  color: var(--text-primary) !important;
  text-shadow: none !important;
}

.dark-mode .jq-selectbox__select:hover {
  background: #202020;
  background: -webkit-linear-gradient(#101010, #181818) !important;
  background: linear-gradient(#101010, #181818) !important;
}

.dark-mode .jq-selectbox__select:active {
  background: var(--text-primary);
}

.dark-mode .jq-selectbox__trigger {
	border-left: 1px solid #353535;
}

.dark-mode .jq-selectbox__trigger-arrow {
  border-top: 5px solid var(--text-primary);
}

.dark-mode .jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: var(--tpl-accent-white);
}

.dark-mode .jq-selectbox__dropdown {
  border: 1px solid #4B4B4B;
  background: var(--tpl-dark-200);
}

.dark-mode .jq-selectbox li.selected {
  background-color: #08C;
  color: #FFF;
}


.dark-mode .jq-selectbox li {
  color: var(--text-primary);
}
/* END FORMSTYLER SELECT */


.dark-mode .sape,
.dark-mode .sape a,
.dark-mode .sape a:hover {
  color: var(--tpl-dark-200) !important;
}
