body * {

}
/* AJAX CUSTOM PRELOADER */
#win8_wrapper{
    display: none;
    background: #000;
    height: 100%;
    opacity: 0.7;
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    left: 0;
}
.windows8 {
    /*position: relative;
    width: 50px;
    height:50px;
    margin:auto;*/
    width: 50px;
    height: 50px;
    margin: auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
}

.windows8 .wBall {
    position: absolute;
    width: 47px;
    height: 47px;
    opacity: 0;
    transform: rotate(225deg);
    -o-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    animation: orbit 3.3225s infinite;
    -o-animation: orbit 3.3225s infinite;
    -ms-animation: orbit 3.3225s infinite;
    -webkit-animation: orbit 3.3225s infinite;
    -moz-animation: orbit 3.3225s infinite;
}

.windows8 .wBall .wInnerBall{
    position: absolute;
    width: 6px;
    height: 6px;
    background: rgb(255,255,255);
    left:0px;
    top:0px;
    border-radius: 6px;
    -o-border-radius: 6px;
    -ms-border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.windows8 #wBall_1 {
    animation-delay: 0.726s;
    -o-animation-delay: 0.726s;
    -ms-animation-delay: 0.726s;
    -webkit-animation-delay: 0.726s;
    -moz-animation-delay: 0.726s;
}

.windows8 #wBall_2 {
    animation-delay: 0.143s;
    -o-animation-delay: 0.143s;
    -ms-animation-delay: 0.143s;
    -webkit-animation-delay: 0.143s;
    -moz-animation-delay: 0.143s;
}

.windows8 #wBall_3 {
    animation-delay: 0.2865s;
    -o-animation-delay: 0.2865s;
    -ms-animation-delay: 0.2865s;
    -webkit-animation-delay: 0.2865s;
    -moz-animation-delay: 0.2865s;
}

.windows8 #wBall_4 {
    animation-delay: 0.4295s;
    -o-animation-delay: 0.4295s;
    -ms-animation-delay: 0.4295s;
    -webkit-animation-delay: 0.4295s;
    -moz-animation-delay: 0.4295s;
}

.windows8 #wBall_5 {
    animation-delay: 0.583s;
    -o-animation-delay: 0.583s;
    -ms-animation-delay: 0.583s;
    -webkit-animation-delay: 0.583s;
    -moz-animation-delay: 0.583s;
}



@keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        transform: rotate(180deg);
        animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        transform: rotate(300deg);
        animation-timing-function: linear;
        origin:0%;
    }

    30% {
        opacity: 1;
        transform:rotate(410deg);
        animation-timing-function: ease-in-out;
        origin:7%;
    }

    39% {
        opacity: 1;
        transform: rotate(645deg);
        animation-timing-function: linear;
        origin:30%;
    }

    70% {
        opacity: 1;
        transform: rotate(770deg);
        animation-timing-function: ease-out;
        origin:39%;
    }

    75% {
        opacity: 1;
        transform: rotate(900deg);
        animation-timing-function: ease-out;
        origin:70%;
    }

    76% {
        opacity: 0;
        transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        transform: rotate(900deg);
    }
}

@-o-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -o-transform: rotate(180deg);
        -o-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -o-transform: rotate(300deg);
        -o-animation-timing-function: linear;
        -o-origin:0%;
    }

    30% {
        opacity: 1;
        -o-transform:rotate(410deg);
        -o-animation-timing-function: ease-in-out;
        -o-origin:7%;
    }

    39% {
        opacity: 1;
        -o-transform: rotate(645deg);
        -o-animation-timing-function: linear;
        -o-origin:30%;
    }

    70% {
        opacity: 1;
        -o-transform: rotate(770deg);
        -o-animation-timing-function: ease-out;
        -o-origin:39%;
    }

    75% {
        opacity: 1;
        -o-transform: rotate(900deg);
        -o-animation-timing-function: ease-out;
        -o-origin:70%;
    }

    76% {
        opacity: 0;
        -o-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -o-transform: rotate(900deg);
    }
}

@-ms-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -ms-transform: rotate(180deg);
        -ms-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -ms-transform: rotate(300deg);
        -ms-animation-timing-function: linear;
        -ms-origin:0%;
    }

    30% {
        opacity: 1;
        -ms-transform:rotate(410deg);
        -ms-animation-timing-function: ease-in-out;
        -ms-origin:7%;
    }

    39% {
        opacity: 1;
        -ms-transform: rotate(645deg);
        -ms-animation-timing-function: linear;
        -ms-origin:30%;
    }

    70% {
        opacity: 1;
        -ms-transform: rotate(770deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:39%;
    }

    75% {
        opacity: 1;
        -ms-transform: rotate(900deg);
        -ms-animation-timing-function: ease-out;
        -ms-origin:70%;
    }

    76% {
        opacity: 0;
        -ms-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -ms-transform: rotate(900deg);
    }
}

@-webkit-keyframes orbit {
    0% {
        opacity: 1;
        z-index:99;
        -webkit-transform: rotate(180deg);
        -webkit-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -webkit-transform: rotate(300deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:0%;
    }

    30% {
        opacity: 1;
        -webkit-transform:rotate(410deg);
        -webkit-animation-timing-function: ease-in-out;
        -webkit-origin:7%;
    }

    39% {
        opacity: 1;
        -webkit-transform: rotate(645deg);
        -webkit-animation-timing-function: linear;
        -webkit-origin:30%;
    }

    70% {
        opacity: 1;
        -webkit-transform: rotate(770deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:39%;
    }

    75% {
        opacity: 1;
        -webkit-transform: rotate(900deg);
        -webkit-animation-timing-function: ease-out;
        -webkit-origin:70%;
    }

    76% {
        opacity: 0;
        -webkit-transform:rotate(900deg);
    }

    100% {
        opacity: 0;
        -webkit-transform: rotate(900deg);
    }
}

@-moz-keyframes orbit {
    0% {
        opacity: 1;
        z-index: 99;
        -moz-transform: rotate(180deg);
        -moz-animation-timing-function: ease-out;
    }

    7% {
        opacity: 1;
        -moz-transform: rotate(300deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 0%;
    }

    30% {
        opacity: 1;
        -moz-transform: rotate(410deg);
        -moz-animation-timing-function: ease-in-out;
        -moz-origin: 7%;
    }

    39% {
        opacity: 1;
        -moz-transform: rotate(645deg);
        -moz-animation-timing-function: linear;
        -moz-origin: 30%;
    }

    70% {
        opacity: 1;
        -moz-transform: rotate(770deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 39%;
    }

    75% {
        opacity: 1;
        -moz-transform: rotate(900deg);
        -moz-animation-timing-function: ease-out;
        -moz-origin: 70%;
    }

    76% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }

    100% {
        opacity: 0;
        -moz-transform: rotate(900deg);
    }
}
/* AJAX CUSTOM PRELOADER END */
a.page_up {
    font-weight: 500;
    text-transform: uppercase;
    /*letter-spacing: 1.5px;*/
    font-size: 10px;
    /*font-size: 0.625rem;*/
    line-height: 1.618;
    display: block;
    text-align: center;
    position: fixed;
    left: 50%;
    bottom: 30px;
z-index:9999;
}
a.page_up>i {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    -webkit-transform: translate3d(0, 0, 0);
    height: 26px;
    width: 26px;
    background: url('/img/icon_up.png') no-repeat;
    display: inline-block;
}
a.page_up:hover>i {
opacity: 0.9;
}

/*****************/
.status__theme.forum_icon_closed {
    background: url('assets/img/closed.png') no-repeat center;
}
.status__theme.forum_icon_moved {
    background: url('/bitrix/templates/newnew/assets/img/change.png') no-repeat center;
}
.status__theme.forum_icon_sticky {
    background: url('assets/img/very_sticky.png') no-repeat center;
}
.status__theme.forum_icon_sticky_newposts {
    background: url('assets/img/sticky.png') no-repeat center;
}
.status__theme.forum_icon_autozorro {
    background: url('/bitrix/templates/newnew/assets/img/icons/autozorro.png') no-repeat center;
	background-size: contain;
	width:25px!important;
	height:25px!important;
}
.status__theme.forum_icon_money {
    background: url('/bitrix/templates/newnew/assets/img/money-icon.png') no-repeat center;
	background-size: contain;
	width:32px!important;
	height:32px!important;
}
.forum-message__user {
    max-width: 200px;
    min-width: 200px;
}
.forum-message__user-avatar img {
    height: auto;
}
.forum-message__inner {
width:100%;
}
.forum-message__body {
border-bottom-width: 0!important;
}
.forum-message__user-send-message {
text-align:left!important;
padding: 0 20px!important;
}
.forum-message__user_icon {
width:16px;
height:16px;
background-image:url('assets/img/ls.png');
}
.forum-message__inner {
position:relative;
}
.forum-user-signature {
padding-top: 5px;
    position: absolute;
    bottom: 0;
    margin-top: 10px;
    border-top: 1px solid #555;
    color: #555;
    font-size: 12px;
}
.forum-post-attachments {
margin-bottom: 20px;
}
.forum-quote {
margin-bottom: 20px;
}
.forum_logo {
font-weight:100!important;
}
.forum__block_container table tbody td h3 a {
    color: #000000!important;
}
.forum__block_container table tbody td h3 {
    font-size: 11px!important;
font-family:Arial,sans-serif!important;
}
.forum__block_container table tbody td p {
    font-size: 11px!important;
}
.forum__block_container table tbody td {
    font-size: 11px!important;
    font-family: Arial,sans-serif!important;
}
.forum__block_container table tbody td p.forum-item-desc {
color: #727272!important;
}
.forum__block_container table tbody td p.fm_quest {
    max-width: 250px!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.forum__sidebar ul li {
    max-width: 250px!important;
    white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
.forum-lastpost-box {
max-width: 250px!important;
}
.forum-item-pages a {
color: rgb(102, 102, 102);
    /* background: #eaeaea; */
    /* margin: -1px 0; */
    border: 1px solid rgb(188, 188, 188);
    padding: 0 3px;
    font-size: 10px;
    padding: 0 4px;
    /* -webkit-border-radius: 3px; */
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    /* border-radius: 3px; */
    display: inline-block;
    text-align: center;
}
.forum-item-pages a:hover {
text-decoration:none;
color: #008b36;
border: 1px solid #008b36;
}
.forum__block_container table tbody td h3 {
display: inline-block;
margin-right: 5px!important;
}
.forum__block_container table tbody td h3.second {
text-transform: none!important;
}
.forum__block_container table tbody td:first-child {
padding: 0 10px!important;
}
.forum__block_container table tbody td {
padding: 2px 10px!important;
}
.forum-lastpost-box a {
color: rgb(114, 114, 114);
}
.forum-lastpost-box a:hover {
color: #008b36;
}
#back_top div {
color: #008b36;
}
#back_top a:hover{
text-decoration:none!important;
}
.forum-topic-list .after-sticked {
height: 15px;
    background-color: rgba(46,54,69,0.2);
}
.forum-column-title .forum-status-sticky-block .forum-status-sticky {
color: #0a821e;
text-transform:uppercase;
font-weight:bold;
}
/*Заголовки таблиц 1*/
.forum__block_container table thead td a {
    font-size: 14px!important;
    color: #000!important;
    text-transform: uppercase;
font-weight: normal!important;
}
.forum__block_container table thead td {
    font-size: 14px!important;
    padding: 5px 10px!important;
    font-weight: normal!important;
    color: #000!important;
    text-align: center;
}
.forum__block_container table thead td:first-child {
	text-align: left!important;
    padding-left: 52px!important;
}
.forum__block_container table thead {
    background-color: rgba(46,54,69,0.1)!important;
    border: 1px solid #ccc!important;
}
.forum-message__header {
	padding-top: 0!important;
	padding-bottom: 0!important;
	line-height: 1!important;
}
.forum-message__header .forum-message__date {
    font-size: 11px!important;
}
.forum-message__header .forum-message__id a {
	font-size: 11px!important;
}
.forum-message__header input[type=checkbox], .forum-message__header input[type=radio] {
	width: 11px!important;
}
.forum-message__user {
min-height: 370px;
}
.forum-topic-list .forum-new-post {
	margin:10px 0;
display: inline-block;
}
.forum-topic-list .forum-topics-moderate {
float: right;
    display: inline-block;
    margin: 10px 0;
}
.forum-navigation-bottom .forum-new-post {
	display:inline-block;
	margin:10px 0;
}
.forum-message__user-name {
white-space: nowrap!important;
    overflow: hidden!important;
    text-overflow: ellipsis!important;
}
/************************************07.08.2016******/
.online__ore {
    position: absolute;
    bottom: 10px;
    max-width: 160px;
    width: 100%;
}
.online__ore .on__lf {
    padding-top: 5px!important;
}
.forum-message__inner .forum_message_inner_footer {
position:absolute;
bottom:10px;
width: 100%;
}
.forum-user-signature {
font-size: 14px;
margin-top: 0;
}
.forum-message__bottom-control {
    width: auto!important;
    margin-top: 0!important;
    padding-right: 20px;
float: right;
}
.forum-message__bottom-control-list {
    overflow: visible!important;
    list-style: none;
    float: none!important;
}
.forum-post-attachments {
    margin-bottom: 40px!important;
}
.forum-message__post-text {
    display: block;
    float: none;
    margin-bottom: 40px;
}
a {
    color: #008b36;
}
.forum-reply-header h3 {
font-weight: 300;
    margin: 10px 0;
    padding: 10px;
    background-color: rgba(46,54,69,0.2);
}
.forum-reply-header p {
font-weight: 300;
padding: 10px 0 0 10px;
color:#337ab7;
}
.forum-reply-field-setting label {
font-weight: 300!important;
}
.forum_post_form {
margin-bottom: 20px;
}
.forum-reply-fields .forum-reply-field-text {
/*opacity: 0.5!important;*/
}
.feed-add-post-form .bxhtmled-iframe-cnt {
    overflow: visible!important;
}
.forum__block_container table tbody td h3 {
    font-size: 12px!important;
}
.forum__block_container table tbody td h3 {
    font-size: 12px!important;
}
.forum-message__inner table tbody td {
    padding: 10px!important;
}
.forum-message__inner table thead th {
    padding: 5px 10px!important;
}
/*14.08.2016*/
.social_icon_profile > li > a > span {
width:30px;
height:30px;
display: inline-block;
    background-size: contain;
}
.social_icon_profile > li > a {
padding:0!important;
}
.social_icon_profile > li > a > span.fb_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/fb_mono.png');
}
.social_icon_profile > li > a:hover > span.fb_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/fb_color.png');
}
.social_icon_profile > li > a > span.ig_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/ig_mono.png');
}
.social_icon_profile > li > a:hover > span.ig_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/ig_color.png');
}
.social_icon_profile > li > a > span.vk_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/vk_mono.png');
}
.social_icon_profile > li > a:hover > span.vk_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/vk_color.png');
}
.social_icon_profile > li > a > span.tw_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/tw_mono.png');
}
.social_icon_profile > li > a:hover > span.tw_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/tw_color.png');
}
.bread__crust li.last_item {
font-weight:bold;
}
.bx-breadcrumb-item .fa-angle-right {
	margin: 0 5px 0 0;
}
.forum-message__user .online__ore .on__rt > a > span {
	display:inline-block;
	width:25px;
	height:25px;
background-size: contain;
}
.forum-message__user .online__ore .on__rt > a > span.fb_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/fb_mono.png');
}
.forum-message__user .online__ore .on__rt > a:hover > span.fb_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/fb_color.png');
}
.forum-message__user .online__ore .on__rt > a > span.ig_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/ig_mono.png');
}
.forum-message__user .online__ore .on__rt > a:hover > span.ig_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/ig_color.png');
}
.forum-message__user .online__ore .on__rt > a > span.vk_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/vk_mono.png');
}
.forum-message__user .online__ore .on__rt > a:hover > span.vk_icon {
background-image:url('/bitrix/templates/newnew/assets/img/icons/vk_color.png');
}
.online__ore .on__lf {
width: 30%!important;
}
.online__ore .on__rt {
width: 70%!important;
}
.forum-post-lastedit {
margin-bottom:40px;
}
.forum-message__inner .forum_theme_post {
	font-size: 13px;
    margin: 0 0 10px 0;
    color: #0a821e;
    border-bottom: 1px solid #000;
    display: inline-block;
}
.forum-quote {
    background-color: rgba(0,0,0,0.2)!important;
}
.forum__block_container .forum-message__inner table tbody td {
	border: none!important;
	background: none!important;
}
.forum__block_container .forum-message__inner table thead {
	background: none!important;
    border: none!important;
}
nav.nav a.active {
	text-decoration: none;
	background: #f1f1f1;
	color: #282828;
}
.forum-item-name {
position:relative;
}
.forum-topic-list .forum-item-title:hover + .shower__block {
display:block;
    position:absolute;
    z-index:9999;
    width:400px;
opacity:1;
visibility:visible;
/*transition: all 1s ease-in;*/
}
.forum-topic-list .forum-item-title + .shower__block:hover {
display:block;
    position:absolute;
    z-index:9999;
    width:400px;
opacity:1;
visibility:visible;
}
.shower__block {
display:block!important;
opacity:0;
visibility:hidden;
font-size:13px!important;
transition: all 0.2s ease-in;
}
.cont__hover {
    text-transform: none!important;
}
a.close_window {
background-image: url('/bitrix/templates/newnew/assets/img/close.png');
    position: absolute;
right: 15px!important;
    top: 15px!important;
    cursor: pointer!important;
    width: 35px!important;
    height: 35px!important;
}
.modal-content {
    /*background: url('/bitrix/templates/newnew/assets/img/popap-bg-mini.png') no-repeat 0 0!important;*/
}
.share__block .qw__sot span {
    width: 30px;
	height:30px;
	display: inline-block;
	background-size: contain;
}
.share__block .qw__sot span.fb_icon {
	background-image:url('/bitrix/templates/newnew/assets/img/facebook-icon.png');
	background-repeat:no-repeat;
}
.share__block .qw__sot:hover span.fb_icon {
	background-image:url('/bitrix/templates/newnew/assets/img/facebook-icon-hover.png');
	background-repeat:no-repeat;
}
.share__block .qw__sot span.vk_icon {
	background-image:url('/bitrix/templates/newnew/assets/img/vk-icon.png');
	background-repeat:no-repeat;
}
.share__block .qw__sot:hover span.vk_icon {
	background-image:url('/bitrix/templates/newnew/assets/img/vk-icon-hover.png');
	background-repeat:no-repeat;
}
.share__block .qw__sot span.tw_icon {
	background-image:url('/bitrix/templates/newnew/assets/img/twitter-icon.png');
	background-repeat:no-repeat;
}
.share__block .qw__sot:hover span.tw_icon {
	background-image:url('/bitrix/templates/newnew/assets/img/twitter-icon-hover.png');
	background-repeat:no-repeat;
}
.forum-message__id {
font-size:11px;
}
.cont__hover {
    overflow-x: visible!important;
}
.tab-content>.tab-pane {
    /*overflow-x: auto;*/
}
.tooltip.top {
    min-width: 100px;
}
.profile__block .my__sot_set ul li a span {
width:52px;
height:52px;
display: inline-block;
background-image:url('/bitrix/templates/newnew/assets/img/icons/icons_social_big.png');
background-repeat:no-repeat;
}
.profile__block .my__sot_set ul li a span.fb_icon {
background-position: 0 -52px;
}
.profile__block .my__sot_set ul li a:hover span.fb_icon {
background-position: 0 0;
}
.profile__block .my__sot_set ul li a span.ig_icon {
background-position: -52px -52px;
}
.profile__block .my__sot_set ul li a:hover span.ig_icon {
background-position: -52px 0;
}
.profile__block .my__sot_set ul li a span.vk_icon {
background-position: -208px -52px;
}
.profile__block .my__sot_set ul li a:hover span.vk_icon {
background-position: -208px 0;
}
.profile__block .my__sot_set ul li a span.tw_icon {
background-position: -156px -52px;
}
.profile__block .my__sot_set ul li a:hover span.tw_icon {
background-position: -156px 0;
}
/*27.08.2017 */
.status__theme.forum_icon_newposts {
    background: url('/bitrix/templates/newnew/assets/img/newposts.png') no-repeat center!important;
}
.status__theme.forum_icon_default {
	background: url('/bitrix/templates/newnew/assets/img/forum-no-mess.png') no-repeat center!important;
}
.sot__ul .share__block_inner li > a > span {
	background: url('/bitrix/templates/newnew/assets/img/icons/icons_social_middle.png') no-repeat;
	width:30px;
	height:30px;
	display: inline-block;
}
.sot__ul .share__block_inner li > a > span.fb_icon{
background-position: 0 -30px;
}
.sot__ul .share__block_inner li > a:hover > span.fb_icon{
background-position: 0 0;
}
.sot__ul .share__block_inner li > a > span.vk_icon{
background-position: -120px -30px;
}
.sot__ul .share__block_inner li > a:hover > span.vk_icon{
background-position: -120px 0;
}
.sot__ul .share__block_inner li > a > span.tw_icon{
background-position: -90px -30px;
}
.sot__ul .share__block_inner li > a:hover > span.tw_icon{
background-position: -90px 0;
}
.forum-column-lastpost .forum-select-box {
float: right;
    padding: 0.1em;
    text-align: center;
}
.file-placeholder .feed-add-img-wrap img {
    width: auto!important;
}
.forum-post-attachments .forum-post-attachment-thumb .forum-attach {
	margin: 1.2em 1.2em 0 0;
display: inline-block;
}
.forum-item-name .forum-new-message-marker .new_message_marker {
width: 10px;
    height: 12px;
    display: inline-block;
    background: url('/bitrix/templates/newnew/assets/img/icons/forum_new_message_marker.png') no-repeat;
    background-size: contain;
}
.forum-column-title.tr__conts .pinned_topic {
background-image: url('/bitrix/templates/newnew/assets/img/forum-stop.png');
width: 13px;
height:13px;
display: inline-block;
vertical-align: middle;
background-size:contain;
float: right;
}
.avto__service {
/*padding: 0!important;*/
margin:0!important;
min-height: 200px!important;
z-index: 10;
}
.map_container {
position: relative;
}
.fix__map {
z-index: 0!important;
padding-left: 600px;
}
.right__sidebar {
display: inline-block;
    position: relative;
}
header div {
z-index:10;
background-color: #020202;
}
footer div {
background: #282828;
z-index:10;
}
.internal__map {
	display: block;
    width: 100%;
    height: 270px;
}
/**************Balloon***************/
		.ballon {
			padding: 15px 20px;
			width: 280px;
			height: 120px;
			float: left;
			text-align: left;
			color: #fff;
			position: absolute;
		}
		.ballon img.ll {
			float: left;
			width: 60px;
			height: 60px;
			margin: 0 5px 5px 0;
			border-radius: 60px;
		}
		.ballon span {
			font-size: 14px;
display:inline-block;
		}
		.ballon span.balloon_header {
			color:#fff;
font-weight:bold;
width:240px;
            margin-bottom: 10px;
		}
		.ballon span.balloon_description{
			color:#ccc;
width:240px;
font-size: 12px;
		}
		.ballon span.balloon_description a{
			color:#ccc;
text-decoration: none;
		}
		.ballon .close {
			position: absolute;
			float: left;
			font-size: 15px;
			font-weight: bold;
			top: 10px;
			right: 10px;
			cursor: pointer;
opacity: 1!important;
		}
		.ballon .close:hover, .ballon .close:focus {
			opacity: 1;
		}
.map_container .inside__block.hover_object {
border-left: 3px solid #f84177;
	background: #e1e2e9;
}
.page_nav {
position:relative;
z-index:100;
}
.white__bottom_block, .footer {
position:relative;
}
/********12.09.2016**********/
.our__team {
	background-image: url('/bitrix/templates/newnew/assets/img/team_night.jpg')!important;
}
.our__team.our_team_day {
	background-image: url('/bitrix/templates/newnew/assets/img/team_day.jpg')!important;
}
.news h4 {
max-height:40px;
}
.news__sidebar a {
	color: #008b36;
}





.title2 {
    font-family: 'Conv_Esqadero_FF_CY_4F';
    color: #185a22;
    font-size: 20px;
    text-transform: uppercase;
}

.p-photoreport {
    float: none;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.p-photoreport .page-head {
    margin-bottom: 40px;
}

.p-photoreport .page-title {
}

.p-photoreport .page-meta {
}

.p-photoreport-item {
}

.p-photoreport-item + .p-photoreport-item {
    margin-top: 40px;
    padding-top: 55px;
    border-top: 1px solid #d4d4d4;
}

.p-photoreport-item__head {
}

.p-photoreport-item__info {
    clear: both;
}

.p-photoreport-item__previews {
    padding-right: 0;
}

.p-photoreport-item__date {
    margin-bottom: 10px;
    color: #9a9b9a;
    font-size: 16px;
}

.p-photoreport-item__desc {
    font-size: 16px;
    line-height: 24px;
    color: #020202;
    margin: 15px 0;
    text-align: justify;
}

.p-photoreport-item__meta {
    margin-top: 10px;
}

.p-photoreport-item__name {
    color: #185a22;
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #aeaeae;
    padding-bottom: 14px;
}

.p-photoreport-item__name a {
    font-size: inherit;
    color: inherit;
    text-decoration: none;
}

.p-photoreport-item-media {
    margin-left: 51px;
}

.p-photoreport-item-media__img {
    text-decoration: none;
    width: 33%;
    float: left;
    margin-right: 0.5%;
    position: relative;
}

.p-photoreport-item-media__img img {
    display: block;
    width: 100%;
    height: auto;
}

.p-photoreport-item-media__img__total {
    width: 100px;
    height: 60px;
    margin: auto;
    color: #ffffff;
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-shadow: 0 0 5px 1px #000;
}

.p-photoreport-item-media__img:last-child {
    margin-right: 0;
}

.p-photoreport-item .b-meta {
    padding-top: 9px;
}

.b-meta__item {
    display: inline-block;
    vertical-align: top;
    line-height: 25px;
    font-size: 16px;
    font-weight: bold;
    color: #000;
    text-decoration: none;
}

.b-meta__item + .b-meta__item {
    border-left: 1px solid #d3d3d3;
    margin-left: 10px;
}

.b-meta__item_icon {
    position: relative;
    padding-left: 35px;
}

.b-meta__item_icon [class*="icon-"] {
    position: absolute;
    left: 0;
    top: 0;
}

.btn.btn_framed {
    display: inline-block;
    vertical-align: top;
    border: 1px solid #23742f;
    font-size: 16px;
    color: #185a22;
    padding: 8px 18px;
    text-decoration: none;
}

.pagination {
    margin: 50px 0;
    letter-spacing: -4px;
}

.pagination__item {
    display: inline-block;
    vertical-align: top;
    letter-spacing: 0;
    padding: 5px 15px;
    font-size: 16px;
    color: #000;
    border: 1px solid #cccccc;
    border-right: none;
    text-decoration: none !important;
    background-image: -webkit-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -o-linear-gradient(top, #fff 0, #e0e0e0 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#e0e0e0));
    background-image: linear-gradient(to bottom, #fff 0, #e0e0e0 100%);
}

.pagination__item:last-child {
    border-right: 1px solid #cccccc;
}

.pagination__item:hover {
    background: #e0e0e0 none;
    color: #185a22;
}

.b-icon {
    display: inline-block;
    vertical-align: top;
    width: 26px;
    height: 16px;
    background-position: center;
}

.b-icon_eye {
    background-image: url(../img/icon_view.png);
}

.b-icon_thumbs-up {
    background-image: url(../img/icon_thumbs-up.png);
}

.b-icon_comment {
    background-image: url(../img/icon_comment.png);
}
.title3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: bold;
    color: #2d2d2d;
}
.p-photoreport-detail {
    float: none;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
}
.p-photoreport-detail__contacts a {
    color: #36af48;
    font-size: 18px;
    text-decoration: none;
}
.p-photoreport-detail__contacts {
    padding: 65px 0 100px;
    color: #666565;
    font-size: 16px;
    line-height: 20px;
}
.p-photoreport-detail__gallery {
    margin-right: -0.2%;
    margin-left: -0.2%;
    overflow: hidden;
    width: auto;
    height: auto;
}
.p-photoreport-detail__gallery .gallery img {
    width: 100%;
    display: block;
}
.p-photoreport-detail__gallery .gallery {
    width: 20%;
    float: left;
    padding: 0 0.2% 0.4% 0.2%;
    box-sizing: border-box;
}
.p-photoreport-detail__gallery .gallery {

}
.p-photoreport-detail__meta {
    margin: 30px 0;
}
.p-photoreport-detail__preview {
    margin-top: 73px;
}
.p-photoreport-detail__preview + .like_soc_block {
    padding: 30px 0;
}
.p-photoreport-detail__preview img  {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
}
.p-photoreport-detail .page-head {
    margin-bottom: 50px;
}
.p-photoreport-detail .page-meta {
    color: #9a9b9a;
    font-size: 16px;
    line-height: 24px;
    margin: 20px 0 0 0;
    text-align: left;
}
.typo {
    font-size: 16px;
    line-height: 24px;
    color: #020202;
    text-align: justify;
}
.typo p {
    margin: 25px 0;
    font-size: 16px;
    line-height: 24px;
    color: #020202;
    text-align: justify;
}


/* autozorro */
.sot__ul .share__block_inner li > a > span {
    background: url('/bitrix/templates/newnew/assets/img/icons/icons_social_middle.png') no-repeat;
    width:30px;
    height:30px;
    display: inline-block;
}
.sot__ul .share__block_inner li > a > span.fb_icon{
    background-position: 0 -30px;
}
.sot__ul .share__block_inner li > a:hover > span.fb_icon{
    background-position: 0 0;
}
.sot__ul .share__block_inner li > a > span.vk_icon{
    background-position: -120px -30px;
}
.sot__ul .share__block_inner li > a:hover > span.vk_icon{
    background-position: -120px 0;
}
.sot__ul .share__block_inner li > a > span.tw_icon{
    background-position: -90px -30px;
}
.sot__ul .share__block_inner li > a:hover > span.tw_icon{
    background-position: -90px 0;
}
.after-sticked td{
    height: 15px;
    background-color: #e9e9e9 !important;
    border:0px solid white  !important;
}
@media (max-width: 768px){
    .header {
        position: relative;
    }
}
.mobile, .log-in {
    display: none;
}
@media (max-width: 768px) {
    .header .log-in {
        position: absolute;
        top: 10px;
        left: 50%;
        margin-left: -10px;
        color: #fff;
        z-index: 99;
        font-size: 20px;
    }
    .hiderow .row.forum__nav{display:none;}
}
@media (max-width: 768px) {
    .log-in {
        display: block;
    }
    #basicModal .modal-dialog {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 99999;
        max-width: 100%;
        max-height: 100%;
        margin: 0;
    }
    #basicModal .modal-content {
        width: 100%;
        border-radius: 0;
        height: 100%;
        background: #e8e8e8 !important;
        overflow-y: auto;
    }
    #basicModal .pop_sot {
        margin: 0;
        display: block;
        height: 160px;
        background: #4a4f54 url(./assets/img/hum.png) no-repeat center;
    }
    #basicModal .pop_sot li {
        display: none;
    }
    #basicModal .form__footer label {
        display: none;
    }
    #basicModal .modal-header {
        min-height: 0;
        padding: 0;
    }
    #basicModal .modal-body {
        padding: 0;
    }
    #basicModal .modal-body input {
        margin: 0;
        width: 100%;
        border-radius: 0;
        border: none;
        border-bottom: 1px solid #d0d0d0;
        background: #fff;
    }
    #basicModal .modal-title {
        font-size: 18px;
        color: #ffffff !important;
        text-transform: uppercase;
        text-align: center;
        background: #282828;
        font-weight: 300;
        line-height: 14px;
        padding: 25px 0;
        margin: 0;
    }
    #basicModal button.close {
        display: block;
        width: 15px;
        position: absolute;
        height: 25px;
        background: url(./assets/img/back-icon.png) no-repeat;
        top: 19px;
        left: 20px;
    }
    #basicModal .form__btns .btn {
        width: 100%;
        background: #065a3b;
        font-size: 17px;
        color: #fffefe;
        font-weight: 400;
        border: none;
        border-radius: 4px !important;
        padding: 18px 30px 16px;
        float: left;
        margin: 0;
        transition: 0.3s;
    }
    #basicModal .form__btns {
        padding: 0 15px;
        margin: -5px 0 0;
    }
    .form__footer {
        position: absolute;
        top: 460px;
        width: 100%;
        display: block;
    }
    .back-link {
        display: block;
    }

    a.register {
        text-align: center;
        display: block;
        right: inherit;
        font-size: 16px;
        color: #065a3b;
        text-transform: uppercase;
        width: 100%;
        border: 1px solid #065a3b;
        border-radius: 4px;
        padding: 12px 0;
        margin: 0;
        text-decoration: none;
        box-sizing: border-box;
        bottom: inherit;
        position: static;
    }
    .form__footer a {
        text-align: center;
        display: block;
        font-size: 16px;
        color: #065a3b;
        margin: 0;
    }
    .modal-header noindex {
        display: block;
        position: absolute;
        top: 400px;
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }

    .modal-dialog center p {
        display: none !important;
    }
}
html,body{-webkit-overflow-scrolling : touch !important;overflow: auto !important;height: 100% !important;}
body {
    position: relative;
    }
    
.forum-message__inner .forum_message_inner_footer {
    position: relative;
    float: left;
    bottom: auto;
}

.forum-user-signature {
    position: relative;
}