/***** end top menu*******/
* {
    outline: none;
}

html {

}

body{
    min-height: 700px;
    font-family: "Open Sans",  sans-serif;;
    font-weight: normal;
}

h1 {
    font-family: "PT Sans","Open Sans";
    margin: 0px 0 10px 0;
    color: #414141;
    font-weight: normal;
    font-size: 30px;
}

h2{
    display: block;
    width: 100%;
    font-size: 20px;
    font-family: 'PT Sans', "Open Sans", sans-serif !important;
    color: #414141;
    border-bottom: 1px solid #E8E8E8;
    padding-bottom: 5px;
}

h2.styled{
    color: #0073a3;
    border-bottom: 1px solid #E8E8E8;
    font-size: 20px;
    font-family: "Open Sans";
    font-weight: normal;
    padding-bottom: 5px;
}

.column h2 {
    display: block;
    width: 100%;
    font-size: 16px;
    font-family: "Open Sans", sans-serif !important;
    font-weight: normal;
    color: #fff;
    padding: 14px 20px;
    background-color: #3396d8;
}



p {
    margin: 20px 0;
}

.head-line{
    padding-top: 15px;
}

#phone-line{
   font-size: 22px;
   font-weight: bold;
}

.clear {
    clear: both;
}

.breadcrumb{
    margin-bottom: 15px;
    margin-top: 3px;
    padding: 0;
    background: transparent;
}


/********main - slider*****/
.tp-banner-container{
    overflow: hidden;
    height: 366px;

}

.full-screen .tp-banner-container{
    margin-left: -15px;margin-right: -15px;
}

.tp-banner{
    position: relative;
}
.tp-banner ul{
    padding: 0;
    margin: 0;
}

.tp-leftarrow.default, .tp-rightarrow.default{
    display: none;
}

.tp-banner-container:hover .tp-leftarrow{
    top: 100px;
    display: block;
    height: 80px;
    width: 60px;;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    position: absolute;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    z-index: 90;
}

.tp-banner-container:hover .tp-rightarrow{
    top: 100px;
    display: block;
    height: 80px;
    width: 60px;;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    outline: none;
    position: absolute;
    -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow:    0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    box-shadow:         0px 2px 2px 0px rgba(0, 0, 0, 0.3);
    z-index: 90;
}

.logo img{
    max-width: 100%;
}

.container.content, .dcontainer.content{
    background: #FFF;
}




input[type="text"], input[type="password"]{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px;
    outline: none;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.23);
    vertical-align: middle;
    font-size: 90%;
}
textarea{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 11px;
    outline: none;
    border: 1px solid #e7e7e7;
    border-radius: 3px;
    box-shadow: inset 2px 2px 2px -1px rgba(180, 188, 191, 0.23);
    vertical-align: middle;
    font-size: 90%;
}
.color-button, .data-table input[type="submit"], .bx-auth input[type="submit"]{
    border: 0px none;
    outline: medium none;
    border-radius: 4px;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.3);
    font-size: 16px;
    padding: 6px 25px 10px;
    margin: 10px;
    text-decoration: none;
}

.color-button{
    display: inline-block;
}

.color-button.small-button{
    font-size: 14px;
    padding: 6px 25px;
    color:#fff;
}

.color-button.color-button-light{
    background: #cccccc;
    color: #000;
}

.data-table td{
    padding: 5px 0;
}
.popup-window-titlebar .popup-window-top-row .popup-window-left-column, .popup-window-titlebar .popup-window-top-row .popup-window-center-column, .popup-window-titlebar .popup-window-top-row .popup-window-right-column, .popup-window-titlebar-light .popup-window-top-row .popup-window-left-column, .popup-window-titlebar-light .popup-window-top-row .popup-window-center-column, .popup-window-titlebar-light .popup-window-top-row .popup-window-right-column{
    box-shadow: none;

}
.popup-window{
    border: none !important;
}

.popup-window .popup-window-top-row{
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    font-size: 110%;

}

.popup-window-titlebar .popup-window-top-row .popup-window-center-column{
    padding: 12px 22px 10px 5px;
    font-weight: bold;
    background: transparent;
}
.popup-window-titlebar .popup-window-top-row .popup-window-center-column,.popup-window-titlebar .popup-window-top-row .popup-window-left-column, .popup-window-titlebar .popup-window-top-row .popup-window-right-column{
    background: -moz-linear-gradient(top, #f3f3f3 0%, #dedede 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f3f3f3), color-stop(100%,#dedede)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f3f3f3 0%,#dedede 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f3f3f3 0%,#dedede 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f3f3f3 0%,#dedede 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f3f3f3 0%,#dedede 100%); /* W3C */
}
.popup-window-close-icon{
    background: url(images/buttons/window_close.png) no-repeat top left;
    width: 25px;
    height: 25px;
}

.popup-window-close-icon:hover{
    background: url(images/buttons/window_close.png) no-repeat top left;
    background-position-y: -25px !important;
    background-position-x: 0 !important;
}

.slick-prev, .slick-next {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    border: none;
    font-size: 0px;
}

.hidden-arrow {
    display: none !important;
}

.slick-prev:hover, .slick-next:hover {
    background-position: left bottom;
}

.slick-prev {
    background: url(images/buttons/prev_arrow.png) top no-repeat;
}

.slick-next {
    background: url(images/buttons/next_arrow.png) top no-repeat;
    right: 0px;
}

.slick-vertical .slick-prev {
    background: #bdc3c7;
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -moz-linear-gradient(top, #ecf0f1 0%, #bdc3c7 100%);
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf0f1), color-stop(100%,#bdc3c7));
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -webkit-linear-gradient(top, #ecf0f1 0%,#bdc3c7 100%);
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -o-linear-gradient(top, #ecf0f1 0%,#bdc3c7 100%);
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -ms-linear-gradient(top, #ecf0f1 0%,#bdc3c7 100%);
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, linear-gradient(to bottom, #ecf0f1 0%,#bdc3c7 100%);
    top: 10px;
    left: 50%;
    margin-left: -20px;
}

.slick-vertical .slick-next {
    background: #bdc3c7;
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -moz-linear-gradient(top, #ecf0f1 0%, #bdc3c7 100%);
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ecf0f1), color-stop(100%,#bdc3c7));
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -webkit-linear-gradient(top, #ecf0f1 0%,#bdc3c7 100%);
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -o-linear-gradient(top, #ecf0f1 0%,#bdc3c7 100%);
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -ms-linear-gradient(top, #ecf0f1 0%,#bdc3c7 100%);
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, linear-gradient(to bottom, #ecf0f1 0%,#bdc3c7 100%);
    top: 100%;
    margin-top: -40px;
    left: 50%;
    margin-left: -20px;
}

.slick-vertical  .slick-prev:hover {
    background: #D8D7D3;
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -moz-linear-gradient(top, #F7F7F7 0%, #D8D7D3 100%);
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#D8D7D3));
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -webkit-linear-gradient(top, #F7F7F7 0%,#D8D7D3 100%);
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -o-linear-gradient(top, #F7F7F7 0%,#D8D7D3 100%);
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, -ms-linear-gradient(top, #F7F7F7 0%,#D8D7D3 100%);
    background: url("images/buttons/slide-button-arrow-prev-up.png") no-repeat center center, linear-gradient(to bottom, #F7F7F7 0%,#D8D7D3 100%);
}

.slick-vertical .slick-next:hover {
    background: #D8D7D3;
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -moz-linear-gradient(top, #F7F7F7 0%, #D8D7D3 100%);
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#F7F7F7), color-stop(100%,#D8D7D3));
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -webkit-linear-gradient(top, #F7F7F7 0%,#D8D7D3 100%);
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -o-linear-gradient(top, #F7F7F7 0%,#D8D7D3 100%);
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, -ms-linear-gradient(top, #F7F7F7 0%,#D8D7D3 100%);
    background: url("images/buttons/slide-button-arrow-next-down.png") no-repeat center center, linear-gradient(to bottom, #F7F7F7 0%,#D8D7D3 100%);
}

.slick-slider:hover .slick-next, .slick-slider:hover .slick-prev{
    display: block !important;   
}

.left-col-block-head {
    background: #cbcbcb;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 20px;
}


.view-panel {
    display: inline-block;
    width: 100%;
    margin-bottom: 20px;
}

.view-panel a {
    display: block;
    width: 36px;
    height: 36px;
    padding: 5px 0;
    float: right;
    margin-left: 5px;
    -webkit-border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
}

.user-view {
    background: url(images/buttons/view-model.png) -2px -2px no-repeat;
}

.table-view {
    background: url(images/buttons/view-model.png) -82px -2px no-repeat;
}

.table-view.active {
    background: #CCC;
    background: url(images/buttons/view-model.png) -82px -42px no-repeat, -moz-linear-gradient(top, #3498db 0%, #2980b9 100%);
    background: url(images/buttons/view-model.png) -82px -42px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3498db), color-stop(100%,#2980b9));
    background: url(images/buttons/view-model.png) -82px -42px no-repeat, -webkit-linear-gradient(top, #3498db 0%,#2980b9 100%);
    background: url(images/buttons/view-model.png) -82px -42px no-repeat, -o-linear-gradient(top, #3498db 0%,#2980b9 100%);
    background: url(images/buttons/view-model.png) -82px -42px no-repeat, -ms-linear-gradient(top, #3498db 0%,#2980b9 100%);
    background: url(images/buttons/view-model.png) -82px -42px no-repeat, linear-gradient(to bottom, #3498db 0%,#2980b9 100%);
}

.user-view.active {
    background: #CCC;
    background: url(images/buttons/view-model.png) -2px -42px no-repeat, -moz-linear-gradient(top, #3498db 0%, #2980b9 100%);
    background: url(images/buttons/view-model.png) -2px -42px no-repeat, -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3498db), color-stop(100%,#2980b9));
    background: url(images/buttons/view-model.png) -2px -42px no-repeat, -webkit-linear-gradient(top, #3498db 0%,#2980b9 100%);
    background: url(images/buttons/view-model.png) -2px -42px no-repeat, -o-linear-gradient(top, #3498db 0%,#2980b9 100%);
    background: url(images/buttons/view-model.png) -2px -42px no-repeat, -ms-linear-gradient(top, #3498db 0%,#2980b9 100%);
    background: url(images/buttons/view-model.png) -2px -42px no-repeat, linear-gradient(to bottom, #3498db 0%,#2980b9 100%);
}

.element-detail img{
    margin: 15px;
}

.element-detail img[align=left]{
    margin-left: 0px;
}

.element-detail img[align=right]{
    margin-left: 0px;
}

footer{
    background: #EEF3FA !important;
    font-family: 'Open Sans', sans-serif;
    border-top: 10px solid #CCC;
    padding-top: 20px;
}

footer .footer-links a {
    display: inline-block;
    text-decoration:none;
    font-size: 14px;
    margin-bottom: 10px;
}

footer .footer-links a:hover {
    text-decoration: underline;
}


footer .footer-info {
    font-family: 'PT Sans', 'Open Sans', sans-serif;
    font-size: 16px;
    line-height: 1.2;
}

footer .footer-info .social-icon{
    margin-top: 13px;
}

.errortext, .starrequired{
    color: red;
}
.notetext{
    color: green;
}
#ajaxFormContainer{
    margin: 10px;
    display: none;
}

.ajax-form-container{
	margin: 10px 0;
	display: none;
}
.popup-success{
	min-width: 300px;
	max-width: 800px;
	min-height: 20px;
	font-size: 16px;
	color: green;
	font-weight: bold;
	text-align: center;
	margin: 20px 0;
    padding: 20px;
}

.popup-window-content {
    margin: 0 2px;
    padding: 15px;
}


#shadow_block, .ajax-shadow, .mark_shadow_block{
    position: absolute;
    z-index: 999;
    opacity: 0.75;
    background: #FFFFFF ;
    background:  url("images/ajax-loader.gif") no-repeat center center,  url("https://mediamethod.pro/bitrix/templates/d1_mediamethod_bx-cs_/images/menu-other-bg.png"), #FFF;
}


.glyphicon-pad:before{
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    font-size: 75%;
    line-height: 75%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.glyphicons-pad:before{
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Regular';
    font-style: normal;
    font-weight: normal;
    font-size: 75%;
    line-height: 75%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.glyphicons-social-pad:before{
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Social';
    font-style: normal;
    font-weight: normal;
    font-size: 75%;
    line-height: 75%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}

.glyphicons-filetypes-pad:before{
    position: relative;
    top: 1px;
    font-family: 'Glyphicons Filetypes';
    font-style: normal;
    font-weight: normal;
    font-size: 75%;
    line-height: 75%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
}


/*****Öåíà*****/

.price-line{
    width: 100%;
    //background: #F8F8F8;
    background: #FFFFFF;
    text-align: center;
    padding: 5px 20px;
}

.corporate-product-operation{
    text-align: center;
}

.product-price{
    font-size: 26px;
    font-weight: bold;
}

.product-old-price{
    font-size: 20px;
    font-weight: normal;
    text-decoration: line-through;
}

.rk-fullwidth.prm_catalog_top
,.rk-fullwidth.prm_catalog_bottom{
    margin-bottom: 20px;
}

.rk-fullwidth.prm_catalog_bottom
,.rk-fullwidth.prm_bottom{
     margin-top: 20px;
 }

/* social network*/
div.socnet-informer {padding:5px;}
div#sonet_events_ms_message {width:150px;}

/* MAIN THEME */
div.main-theme-list{margin-bottom:40px;}
div.main-theme-list div.main-theme-title {font-size:1.5em; font-weight:bold; padding-bottom:8px; margin-bottom:10px;}
div.main-theme-list table td {vertical-align:top;}
div.main-theme-list td.theme-text {width:100%;}
div.main-theme-list div.main-theme-name {font-size:1.25em;margin-bottom:10px;}
div.main-theme-list div.main-theme-name a {text-decoration:none;font-weight:bold;}
div.main-theme-list div.theme-news-list span.news-date-time {font-size:0.75em;}
div.main-theme-list div.theme-news-list a {text-decoration:none;}
div.main-theme-list div.theme-news-list a:hover {text-decoration: underline;}
div.main-theme-list div.theme-news-list div.theme-news-item{margin-bottom:10px;}


/* MAIN NEWS */
div.main-news-list div.news-item {margin-bottom:30px;}
div.main-news-list div.main-news-title {margin-bottom:15px;}
div.main-news-list div.news-picture {margin-right:16px; width:138px !important; float:left; text-align:center; padding-top:2px;}
div.main-news-list div.news-name {margin:5px 0 !important; font-size:1.15em !important;}
div.main-news-list div.news-name a {text-decoration:none;}
div.main-news-list div.news-name a:hover {text-decoration:underline;}
div.main-news-list span.news-preview-text{font-size:1em !important;}
div.main-news-list div.news-text-pict {margin-left:140px !important;}
div.news-list div.main-news-list{margin-top:0  !important;}

/* NEWS LIST */
div.news-list div.news-item {margin-bottom:30px;}
div.news-list div.news-text-pict{margin-left:98px;}
div.news-list div.main-news-title {margin-bottom:15px;}
div.news-item span.news-date-time {font-size:0.75em;}
div.news-list div.news-picture {margin-right:16px; width:122px; float:left; text-align:center;  margin-top:2px;}
div.news-list div.news-name {margin-bottom:2px;font-size:1em;}
div.news-list div.news-name a {text-decoration:none;}
div.news-list div.news-name a:hover {text-decoration:underline;}
div.news-list span.news-preview-text{font-size:1em;}
div.news-list span.news-show-property{font-size:0.75em;}
div.news-list div.news-text-pict {margin-left:0px !important;}

/* NATIONAL NEWS */
div.national-news div.news-text{font-size:0.90em;}
div.national-news div.news-picture {margin-right:10px;}
div.national-news a {text-decoration:none;}
div.national-news span.news-show-counter{font-size:0.90em;}
div.national-news div.news-item-left{margin-right:10px;}

/* DETAIL NEWS */
div.news-detail div.news-text {margin-top:10px;}
div.news-detail div.news-picture {margin-right:16px; float:left; text-align:center; padding-top:2px;}
div.news-detail span.news-date-time {font-size:0.75em;}
div.news-detail-back {font-size:0.85em;margin:10px 0;}
div.news-detail-theme {margin:15px 0 15px 0;padding-top:15px;}
div.news-detail-theme div.news-theme-title {margin-bottom:10px;}
div.news-detail div.news-theme-date {font-size:0.75em;float:left; width:131px; text-align:right}
div.news-detail div.news-theme-url {font-size:0.90em; margin-left:138px;}
div.news-detail div.news-theme-item {margin:3px 0;}
div.news-detail div.news-property {margin-top:10px; font-size:0.85em}
div.news-detail div.news-detail-share {float: right; margin-right: 110px; margin-top: -31px}

/* THEMES */
table.theme-list{width:100%;}
table.theme-list td{padding:5px 0;}
table.theme-list td.theme-letter{width:30px; font-weight:bold;}

/* JOB */
div.job-item{font-size:0.9em;}
div.main-vacancy{margin-right:11px;}
div.main-resume{margin-left:11px;}
div.job-item{margin-bottom:3px;}
div.job-list div.job-list-title{margin-left:55px;}
div.main-vacancy div.job-list-title, div.main-resume div.job-list-title{margin-left:0;}
div.job-list ul li{list-style-type: none; background:url(https://mediamethod.pro/bitrix/templates/d1_mediamethod_bx-cs_/images/bullet.gif) left no-repeat; padding-left:15px; margin-bottom:7px }
div.job-list ul li span{font-size:0.85em}
div.job-section table{width:100%}
div.job-section td{padding:5px 10px;}
div.job-section th{padding:5px 10px; text-align:left; font-weight:normal; font-size:0.9em}
div.job-element div.job-prop-title{margin-bottom:5px; font-size:0.9em; font-weight:bold;}
div.job-element div.job-prop-text{margin-bottom:20px;}

/* BOARD */
div.board-section-list ul{margin:0;padding:0;}
div.board-section-list td{font-size:1.20em; vertical-align:top;padding-bottom:20px;}
div.board-section-list td.td0{padding-right:20px;}
div.board-section-list ul li{font-size:0.75em;list-style-type: none; float:left; margin-right:10px;}
div.board-section-list span{font-size:0.85em}
div.board-section-list a.board-section-selected{text-decoration:none;}
div.board-section span.board-date{font-size:0.85em;}
div.board-section div.board-title{margin-bottom:8px;margin-top:13px; font-weight:bold;}
div.board-section div.board-text{margin-top:10px;}
div.board-sections div.hr{margin-bottom:0;}

/* Navigation */
div.navigation { font-size:100%; line-height:200%; }
span.navigation-title { padding-right:0.65em; font-weight: bold;}
div.navigation a { text-decoration:underline; padding:0.2em 0.3em;}
span.nav-current-page { padding:0.2em 0.3em; }
div.navigation span.arrow { font-size:100%; font-family:Times, serif; }
div.navigation span.ctrl { font-size:85%; }
div.national-news-add { float:right; margin-top:-40px; font-size:0.85em; }

/* REVIEWS */
table.reviews-post-table {border-top: 0; margin-bottom: 1em; width: 100%;}
table.reviews-post-table div.reviews-text{padding-top: 0.40em;}
table.reviews-post-table thead td, table.reviews-post-table tbody td {padding-top: 0.20em;}
div.reviews-add-text{text-align:center; font-size:0.9em; color:#494949; margin-bottom:10px; padding-top: 10px;}
div.reviews-add-text a{color:#494949}
table.reviews-post-table table.forum-quote{width:95%; margin:10px 0 0 20px;}
table.reviews-post-table table.forum-quote th{text-align:left;font-weight:normal;padding-left:10px;}
table.reviews-post-table table.forum-quote td{padding-left:10px;}

/* VOTE */
div.voting-form-box{margin-bottom:20px;}
div.voting-form-box div.vote-item-title{font-size:0.90em;}
div.voting-form-box div.vote-answers-list{margin:0 60px 0 20px;}
div.voting-form-box table.vote-answers-list{width: 100%;}
div.voting-form-box table.vote-answers-list td.vote-answer-name{width: 100%; border-top:1px dotted #b2b2b2; padding:5px 0; font-size:0.90em; vertical-align:top;}
div.voting-form-box table.vote-answers-list td.vote-answer-percent{padding:5px; border-top:1px dotted #b2b2b2; vertical-align:top;}
div.voting-form-box table.vote-answers-list td.vote-answer-counter{padding:5px; border-top:1px dotted #b2b2b2; vertical-align:top;}
div.voting-form-box ol.vote-items-list{margin:0 60px 0 20px;}
div.voting-form-box ol.vote-items-list li{ border-top:1px dotted #b2b2b2;}
div.voting-form-box div.vote-vote-footer{margin-left:20px;}

/* ADD FORM */
div.data-form div.data-form-line{margin-bottom:20px;}
div.data-form div.data-form-name{margin-bottom:5px;}
div.data-form div.data-form-input input, div.data-form div.data-form-input select, div.data-form div.data-form-input textarea{padding:4px;}
div.data-form div.data-form-input input, div.data-form div.data-form-input textarea{width:90%;}
div.data-form div.data-form-input input.checkbox{width:auto;}
div.data-form div.data-form-input select{width:255px;}
div.data-form div.data-form-input #input_date_active_to, div.data-form div.data-form-input #captcha_word, div.data-form div.data-form-input #input_21, div.data-form div.data-form-input #input_24{width:245px;}

/* LIST FORM */
table.data-table thead td{font-size:1.10em; padding-bottom:15px;}
table.data-table{width:100%;}
table.data-table td{padding-right:20px;}
table.data-table tfoot td{padding-top:15px;}

/* BLOG */
.blog-posts{width: 100%; float: none;}
div.blog-sidebar{width: 100%; float: none;}
div.blog-sidebar-info{width: 50%; float: left;}
div.blog-sidebar-calendar{width: 50%;float: left;}
div.blog-search-form div.blog-search-text input{width:150px;}
div.blog-search-form div{float:left;margin-right:10px;}
div.blog-sidebar{padding-left:10px;}
div.blog-sidebar ul li.blog-search{height:65px;}
div.blog-sidebar ul{padding:0;}
div.blog-sidebar ul li{list-style-type: none;}
div.blog-sidebar ul h3{padding-bottom:10px;}
div.blog-sidebar ul li.blog-tags ul li, div.blog-sidebar ul li.blog-settings ul li{font-size:0.9em}
div.blog-sidebar div.blog-sidebar-calendar ul li.blog-calendar{margin-left:20px;}

.blog-post {margin:10px 0; padding-bottom: 1em; padding-right:0.8em;}
div.blog-post-meta div.blog-post-info-bottom {display:none;}
.blog-post-title{font-size:1.15em; font-weight:normal;padding:0 0 7px 0;}
.blog-post-info{background:none; padding:4px 0}
.blog-post-info-back{background:none; font-size:0.85em; height: 20px;}
div.blog-post-meta-util, div.blog-post-tag{font-size:0.9em;}

div.blog-post-current .blog-post-title{display:none}

div.blog-comment-avatar{ display:none; }

/* PHOTO */
div.photo-info-box{margin-bottom:20px;}
div.photo-header-component, div.photo-header-big{font-size:1.15em; font-weight:normal;padding:0 0 7px 0; margin-bottom:0;}
div.photo-header-big{border:0;}
div.photo-header-big div.photo-header-inner, div.photo-header-middle div.photo-header-inner{margin-bottom:0; padding-bottom:10px}
div.photo-td-left div.photo-controls-buttons ul.photo-controls li a span{background:none;padding: 0;text-align:left;}
div.photo-td-left div.photo-controls-buttons ul.photo-controls li a{font-size:1em; font-weight:normal; text-decoration:underline; width:auto; padding:0}
div.photo-td-left div.photo-controls-buttons ul.photo-controls li a:hover{text-decoration:none}
div.photo-td-left div.photo-controls-buttons ul.photo-controls li{margin:0;padding:0; float:left;clear: none; padding-right:20px;}
div.photo-td-left div.photo-controls-usermenu{margin-bottom:10px;}

div.bitrix{margin-left:1.5em;margin-top:3px; font-size:0.80em}
div.bitrix a{color:#717171}


/* LINK-BUTTON */
a.icm-link-button:link {color:#fff; text-decoration:none;}
a.icm-link-button:visited {color:#fff; text-decoration:none;}

a.icm-link-button:active,
a.icm-link-button:hover{color:#fff; text-decoration:none;}

.icm-button:link {color:#414141; text-decoration:none;}
.icm-button:visited {color:#414141;}

.icm-button:hover {color:#004ac5;}
.icm-button:active {color:#414141;}

.icm-add {
	margin-bottom:20px;
	display:block !important;
	text-align:center;
	}

	.icm-link-button {
		position:center;
		display:inline-block;
                width:300px;
		height:38px;
		padding:0 5px;
		line-height:40px;
		font-size:15px;
		font-weight:bold;

		-webkit-box-shadow: 0 11px 9px -9px #acc0ad;
            -moz-box-shadow: 0 11px 9px -9px #acc0ad;
                 box-shadow: 0 11px 9px -9px #acc0ad;

       	-webkit-border-radius: 5px;
	       -moz-border-radius: 5px;
		        border-radius: 5px;


		background: -moz-linear-gradient(top,  #48dc56 0%, #b9efbc 1%, #48dc56 4%, #06a824 49%, #06a816 63%, #2cbc39 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48dc56), color-stop(1%,#b9efbc), color-stop(4%,#48dc56), color-stop(49%,#06a824), color-stop(63%,#06a816), color-stop(100%,#2cbc39)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #48dc56 0%,#b9efbc 1%,#48dc56 4%,#06a824 49%,#06a816 63%,#2cbc39 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #48dc56 0%,#b9efbc 1%,#48dc56 4%,#06a824 49%,#06a816 63%,#2cbc39 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #48dc56 0%,#b9efbc 1%,#48dc56 4%,#06a824 49%,#06a816 63%,#2cbc39 100%); /* IE10+ */
		background: linear-gradient(top,  #48dc56 0%,#b9efbc 1%,#48dc56 4%,#06a824 49%,#06a816 63%,#2cbc39 100%); /* W3C */

		text-shadow:#00800c 0px -1px 2px;

		border:1px solid #05a514;
		border-top:1px solid #3bca49;
		border-bottom:1px solid #06ad16;
		padding:0 15px 0 14px;

		}

	.icm-link-button:hover {
		background: -moz-linear-gradient(top,  #48dc56 0%, #b9efbc 1%, #48dc56 4%, #23bf32 49%, #1eb32b 64%, #30c03d 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#48dc56), color-stop(1%,#b9efbc), color-stop(4%,#48dc56), color-stop(49%,#23bf32), color-stop(64%,#1eb32b), color-stop(100%,#30c03d)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #48dc56 0%,#b9efbc 1%,#48dc56 4%,#23bf32 49%,#1eb32b 64%,#30c03d 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #48dc56 0%,#b9efbc 1%,#48dc56 4%,#23bf32 49%,#1eb32b 64%,#30c03d 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #48dc56 0%,#b9efbc 1%,#48dc56 4%,#23bf32 49%,#1eb32b 64%,#30c03d 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #48dc56 0%,#b9efbc 1%,#48dc56 4%,#23bf32 49%,#1eb32b 64%,#30c03d 100%); /* W3C */
		}

	.icm-link-button:active {
		border-top:1px solid #006e08;
		background: -moz-linear-gradient(top,  #00920e 0%, #35c442 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#00920e), color-stop(100%,#35c442)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #00920e 0%,#35c442 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #00920e 0%,#35c442 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #00920e 0%,#35c442 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #00920e 0%,#35c442 100%); /* W3C */

	    -webkit-box-shadow: inset 0 4px 7px -1px #006e08;
 			   -moz-box-shadow: inset 0 4px 7px -1px #006e08;
		 	        box-shadow: inset 0 4px 7px -1px #006e08;
		}


	button.icm-link-button {
		color:#fff;
		height:40px;
		cursor:pointer;
		font-family:Verdana, Arial, serif;;
		}