body {
    /*background: #f4be02 url(../images/outer_gradient.jpg) repeat-x left top;
	background: url(../images/background.jpg) no-repeat center top fixed black;
    padding-top:216px;
	background: url(../images/bg_2000x1024_rw_2014.png) no-repeat center top fixed black;
    padding-top:100px;*/
/*    background: url(../images/bg_ny_2022.jpg) no-repeat fixed center top; */
    text-align: center;
}

.rc3 {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	-khtml-border-radius:3px;
	border-radius:3px;
	/*behavior: url(border-radius.htc);*/
}
.rc4 {
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	-khtml-border-radius:4px;
	border-radius:4px;
	/*behavior: url(border-radius.htc);*/
}
.rc6 {
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
	border-radius:6px;
	/*behavior: url(border-radius.htc);*/
}
.rc8 {
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	-khtml-border-radius:8px;
	border-radius:8px;
	/*behavior: url(border-radius.htc);*/
}
.rc10 {
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	-khtml-border-radius:10px;
	border-radius:10px;
	/*behavior: url(border-radius.htc);*/
}
.rc12 {
	-moz-border-radius:12px;
	-webkit-border-radius:12px;
	-khtml-border-radius:12px;
	border-radius:12px;
	/*behavior: url(border-radius.htc);*/
}

.clear {
    clear: both;
}

#container {
background: #ffdd00;
    /*background: #f4be02 url(../images/outer_gradient.jpg) repeat-x left top;
	background: url(../images/ny2017.jpg) no-repeat center -59px fixed;
	background: url(../images/ny2018.jpg) no-repeat center top fixed;
	background: url(../images/ny2020_si_.jpg) no-repeat center top fixed;*/
    padding: 0 0 15px;
}

#outer {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
}

#header {
    height: 200px;
}

#header .content {
    height: 160px;
	padding:0 0 0 15px;
    position: relative;
	/*background-color:#f4be02;*/
}

#header .padding {
	/*float:left;*/
	padding:40px 0 0;
}
#header .padding td {
	border-left:1px solid #ba9417;
	vertical-align:top;
}
#header .title {
    display:block;
	padding:0 0 6px;
	color: #1a1a1a;
    font: bold italic 18px/20px "Trebuchet MS";
    text-transform: uppercase;
	text-decoration:none;
}
#header .text {
	line-height:20px;
}
#header .s1 {
	width:313px;
	padding:0 0 0 10px;
}
#header .s2 {
	width:231px;
	padding:0 0 0 10px;
}
#header .image {
	float:left;
	margin:0 10px 10px 0;
}
#header .s3 {
	padding:0 0 0 11px;
}
#header .s3 .title {
	padding:2px 8px 3px 36px;
	background:url(../images/play.png) no-repeat 0 0;
}
/*
#header .s3 .title:hover {
        background:url(../images/play_active.png) no-repeat 0 0;
}
*/
#header .s3 .text {
	padding:2px 0 0 36px;
}


#header .s31 {
	padding:0 0 0 11px;
}
#header .s31 .title {
	padding:2px 0 3px 36px;
	background:url(../images/play.png) no-repeat 0 0;
}
/*
#header .s3 .title:hover {
        background:url(../images/play_active.png) no-repeat 0 0;
}
*/
#header .s31 .text {
	padding:2px 0 0 36px;
}




#logo {
    display: block;
    background: url(../images/logo.png) no-repeat left top;
    width: 109px;
    height: 127px;
    margin: 16px 0 0;
    float:left;
}

#top_panel {
    height: 40px;
    background: url(../images/top_panel.gif) repeat-x left top;
    padding: 0 15px 0 0;
    position: relative;
    z-index: 500;
}

#top_menu {
    list-style-type: none;
    padding: 0;
    margin: 0;
    zoom: 1;
}

#top_menu li {
    float: left;
}

#top_menu li a {
    display: inline-block;
    padding: 0 17px;
    color: #ffffff;
    font: bold italic 12px/40px "Trebuchet MS";
    text-transform: uppercase;
}

#top_menu .hovered {
    background: url(../images/top-menu-active.gif) repeat-x left top;
    position: relative;
}

#top_menu li a:hover, #top_menu li a:active {
    text-decoration: none;
}

#top_menu li div {
    display: none;
    width: 160px;
    padding: 5px 0 0;
    position: absolute;
    z-index: 150;
    left: 0;
    top: 40px;
}

#top_menu .hovered a {
    display: inline-block;
    padding: 0 17px;
}

#top_menu .root-item-selected {
    background: #fff;
    color: #1a1a1a;
}

#top_menu .yellow {
    color: #f5bf04;
}

#top_menu .hovered div {
    display: block;
}

#top_menu ul {
    background: #7f7f7f;
    margin: 0;
    box-shadow: 3px 3px 5px #e6e6e6;
    padding: 8px 0 0;
    list-style-type: none;
}

#top_menu ul li {
    float: none;
    padding: 0 0 8px;
    background: none;
}

#top_menu ul a {
    font: bold italic 12px/12px "Trebuchet MS";
}

#top_menu a:hover {
    color: #ffcc29;
}

#alertWindow {
	display:none;
	z-index:999;
	position:relative;
}

#alertWindow .background {
	background-color:#555;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity:0.8;
	-khtml-opacity:0.8;
	opacity:0.8;
}

#alertWindow .widget {
	background:url(/bitrix/templates/main/images/modal.png) no-repeat 0 0;
	width:320px;
	height:260px;
	position:absolute;
	top:300px;
	left:50%;
	margin-left:-160px;
	z-index:1000;
}

#alertWindow .widget .padding {
	padding:26px 29px 0 30px;
}

#alertWindow .widget .message {
	margin:0;
}
.quick_search {
    float: right;
    width: 170px;
    padding: 10px 0 0;
}

.quick_search span {
    background: #fff;
    display: inline-block;
    padding: 0 5px;
    line-height: 20px;
}

.quick_search input,.quick_search input:focus {
    border: 0px;
    background: none;
    outline: none;
    width: 130px;
}

.quick_search a {
    width: 16px;
    line-height: 20px;
    margin: 0 0 0 6px;
    text-decoration: none !important;
    display: inline-block;
    background: url(../images/quick_search_submit.png) no-repeat left center;
}

#content {
    background: #fff;
}

#breadcrumbs {
    height: 40px;
    padding: 0 15px 0px;
    background: #fff;
}

#breadcrumbs span, #breadcrumbs a {
    color: #808080;
    line-height: 40px;
}
#breadcrumbs .delim {
    margin: 0 5px;
}

#left_col {

}

#left_col h1 {
    font: bold italic 24px "Trebuchet MS";
    text-transform: uppercase;
    margin: 0 15px 15px 0;
    color: #1A1A1A;
}

#left_col {
    padding: 0 0 40px 15px;
	width:640px;
	float:left;
	overflow: hidden;
}

.index-page-left {
    padding-left: 0 !important;
    width: 655px !important;
	_width: 640px !important;
	overflow: hidden;
}

#left_col h1 span {
	color: #f4be03;
}

#right_col {
    width: 345px;
	overflow: hidden;
    float: right;
}

#right_col .pad {
    padding: 20px 13px 20px 20px;
}

#index_content_grid {
}

#index_content_grid td {
    width: 317px;
    padding: 35px 0 0;
    vertical-align: top;
}

#index_content_grid .delim {
    width: 21px !important;
    height: 1px;
}

#index_content_grid td .pad {
    padding: 0 0 0 15px;
}

#profileLink {
	display:block;
	width:312px;
	height:52px;
	margin:0 0 10px;
}

.widget {
}

.widget h3 {
    color: #1a1a1a;
    font: bold italic 18px/20px "Trebuchet MS";
    text-transform: uppercase;
    margin-top: 0;
}

.widget.border, .widget .border {
    border: 1px solid #d9d9d9;
}

.right_col_w {
    margin: 0 0 20px;
}

.right_col_w h3 {
    margin: 0;
}

.all_list_container  {
	border-top: 1px solid #CCC;
	padding: 5px 0 0;
}

.all_list {
    display: inline-block;
    padding: 0 0 0 35px;
    height: 26px;
    line-height: 26px;
    color: #808080 !important;
    margin: 10px 0 0;
    background: url(../images/all_list.gif) no-repeat left top;
}

.back {
    background: url(../images/back.gif) no-repeat left top;
}

#online {
    color: #fff;
    font: bold italic 18px/20px "Trebuchet MS";
    background: url(../images/online_btn.png) no-repeat 0px 0px;
    width: 312px;
    line-height: 52px;
    text-align: center;
    text-transform: uppercase;
    text-indent: -100000px;
    cursor: pointer;
    margin: 0 0 20px;
}

#banners_panel {
    width: 100%;
    /*background: #e0e0e0;*/
}

#banners_panel td {
    padding: 30px 0;
}

#banners_panel .banner_element a {
    text-decoration: none;
}

#banners_panel .banner_element div {
    background: #f4be02;
    padding: 10px;
}

#bottom_panel {
    background: #e0e0e0;
    padding: 0 12px;
    overflow: hidden;
    zoom: 1;
}

#bottom_menu {
    padding: 4px 0;
}


#bottom_menu a:link, #bottom_menu a:visited {
    color: #1b1b1b;
    display: inline-block;
    font: bold italic 12px/40px "Trebuchet MS";
    text-transform: uppercase;
    margin: 0 25px 0 0;
}

#bottom_menu a:active, #bottom_menu a:hover, #bottom_menu a:focus, #bottom_menu .active {
    color: #f5bf04 !important;
    text-decoration: none;
}


#bottom_panel .quick_search span {
    background: #fff;
    display: inline-block;
    line-height: 20px;
    padding: 3px 5px;
    background: url(/bitrix/templates/main/images/email_bg.gif) repeat-x left top;
    border: 1px solid #d9d9d9;
}

#bottom_panel .quick_search a {
    background: url(../images/quick_search_submit_black.gif) no-repeat left center;
}


#right_col .quick_search {
    float: right;
    width: 200px;
    padding: 10px 0 10px 0;
}

#right_col .quick_search input,.quick_search input:focus {
    border: 0px;
    background: none;
    outline: none;
    width: 150px;
}

#right_col .quick_search span {
    background: #fff;
    display: inline-block;
    line-height: 20px;
    padding: 3px 5px;
    background: url(/bitrix/templates/main/images/email_bg.gif) repeat-x left top;
    border: 1px solid #d9d9d9;
}

#right_col .quick_search a {
    background: url(../images/search-icon-black.png) no-repeat left center;
	background-size:16px;
}

#footer {
    padding: 25px 35px 15px;
    background: url(../images/footer_bg.gif) repeat-x left top;
}

#footer .copy {
    width:330px;
    height: 100px;
    border-right: 1px solid #3c3c3c;
}

#footer .counters {
     width:470px;
     height: 100px;
     border-right: 1px solid #3c3c3c;
}

#footer .counters div {
    display: inline-block;
    padding: 0 20px;
}

#footer .clever-logo div {
    display: inline-block;
    padding: 0 20px;
}

#footer .copy p {
    padding: 0 20px 0 0;
}

#bottom_logo {
    display: block;
    float: left;
    width: 62px;
    height: 90px;
    background: url(../images/white_logo_2020.png) no-repeat;
    margin: 0 25px 0 0;
}

.pagination {
	padding: 15px 0;
	text-align: center;
	border-top: 1px solid #e5e5e5;
}

.pagination a, .pagination span {
	display: inline-block;
	text-decoration: none;
	color: #808080;
	line-height: 12px;
	padding: 5px 0;
}

.pagination a:hover, .pagination a:active {
	text-decoration: none;
}

.pagination span {
	padding: 5px 10px;
	font-style: italic;
}

.pagination a {
	width: 7px;
	background: url(../images/pagination.gif) no-repeat left center;
	overflow: hidden;
}

.pagination .next {
	background-position: right center;
}

.navi a:link, .navi a:visited {
    display: inline-block;
    height: 9px;
    width: 9px;
    margin: 0 5px 0 0;
    background: url(/bitrix/templates/main/images/navi.gif) no-repeat right top;
}

.navi a:hover, .navi a:active,
.navi a:focus, .navi .active {
    background-position: left top !important;
	text-decoration: none;
}

.vertical_list {
    overflow: hidden;
    margin-top: 20px;
}

.vertical_list .element {
    padding: 0 0 15px;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}

.vertical_list .comment_form {
    border-bottom: none;
}

.vertical_list h2 {
    color: #1a1a1a;
    font: bold italic 18px "Trebuchet MS";
    text-transform: uppercase;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}

.horizontal_list {
	overflow: hidden;
	zoom: 1;
  padding-bottom: 30px;
}

.horizontal_list .element {
	display: block;
	width: 200px;
	float: left;
	margin: 0 12px 30px 0;

}

.horizontal_list .element .preview_picture {
	display: inline-block;
}

.horizontal_list .element h4 {
	margin: 15px 0;
}

.horizontal_list .element h4 a {
	color: #f4be02;
	font: bold italic 18px/18px "Trebuchet MS";
	text-decoration: none;
}

.horizontal_list .element .date {
	color: #808080;
	margin: 0 0 6px;
}

.horizontal_list .element .preview_text {
	margin: 8px 0 0;
}

.horizontal_list .element .podcast {
	border-top: 1px solid #ccc;
	margin: 10px 0 0;
}

.horizontal_list .element .podcast p {
	margin: 7px 0 10px;
}

.horizontal_list .element .external_link {
	display: inline-block;
	margin: 6px 0 0;
}

.horizontal_list .noborder {
	padding: 0;
	border: 0;
}

.detail_page {
    overflow: hidden;
}

.horizontal_list h2, .detail_page h4 {
    padding: 0 0 8px;
    margin: 20px 0 15px;
    border-bottom: 1px solid #cccccc;
    color: #1a1a1a;
    font: bold italic 18px/18px "Trebuchet MS";
    text-transform: uppercase;
}

.detail_page .element {
    display: inline-block;
    margin: 0 19px 0 0;
    width: 105px;
    vertical-align: top;
}

.detail_page .element img {
    margin: 0 0 6px;
}

.detail_page .element a, .detail_page .element span {
    color: #000000;
    font-style: italic;
    /*text-transform: uppercase;*/
}

.detail_page .element span {
    color: #888888;
}

.add_to_personal_page {
	display: inline-block;
	line-height: 40px;
	height: 40px;
	margin: 0 0 0 10px;
}

.detail_page .working_time {
	margin: 0;
}

.detail_page .type {
	margin: 4px 0 10px;
}

.external_link {
	color: #02a7f4 !important;
	text-decoration: underline !important;
}

.page_description {
	padding: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin: 0 0 30px;
}

.send_email {
	margin: 0 0 0 15px;
	padding: 0 0 0 23px;
	background: url(../images/send_email.gif) no-repeat left center;
	color: #02a7f4 !important;
	text-decoration: none !important;
}

.send_email span {
	color: #02a7f4;
	text-decoration: underline;
}

.download_price {
	display: block;
	float: right;
	width: 193px;
	height: 32px;
	background: url(../images/Reklamnye_vozmozhnosti.png) no-repeat;
	text-indent: -10000px;
	margin: -5px 0 0;
}
.download_mkit {
    background: url(/userupload/Media-kit.png) no-repeat;
    margin: 15px 0 15px;
}
.download_relize {
    background: url(../images/download_reliz.gif) no-repeat;
    margin: 10px 0 15px;
}

.download_spec {
    background: url(../images/download_spec.gif) no-repeat;
}

.media {
	background: url(../images/media.gif) no-repeat left top;
	height: 57px;
}

.media a {
	display: block;
	height: 57px;
	text-indent: -10000px;
}

.reiting {
	background: url(../images/reiting.gif) no-repeat left top;
	height: 57px;
}

.seminar {
	background: url(../images/knopka_seminar.png) no-repeat left top;
	height: 57px;
}

.reiting a,.seminar a {
	display: block;
	height: 57px;
	text-indent: -10000px;
}

.send_form td {
	width: 310px;
}

.send_form .small {
	width: 145px !important;
}

.send_form span {
	margin: 4px 0 10px;
	display: block;
	border: 1px solid #d9d9d9;
	padding: 4px 5px;
	background: url(/bitrix/templates/main/images/email_bg.gif) repeat-x left top;
	overflow: hidden;
}

.send_form span textarea {
	width: 628px;
	padding: 0;
	margin: 0 -30px 0 0;
	border: 0;
	outline: none;
}

.send_form span input, .send_form span select{
	border: 0;
	width: 290px;
	outline: none;
}

.send_form .small span input {
	width: 130px !important;
}

.send_form .small span select {
	width: 135px !important;
}

.send_form .send {
	display: block;
	text-indent: -10000px;
	float: right;
	width: 99px;
	height: 35px;
	background: url(/bitrix/templates/main/images/send.gif) no-repeat left top;
	text-decoration: none;
}

.send_form .login {
	width: 64px;
	height: 32px;
	background: url(/bitrix/templates/main/images/login.gif) no-repeat left top;
	text-decoration: none;

}

.send_form .forgot_password {
	display: block;
	text-indent: -10000px;
	width: 133px;
	height: 35px;
	background: url(/bitrix/templates/main/images/forgot_password.gif) no-repeat left top;
	text-decoration: none;
}

.send_form .registration {
	display: block;
	text-indent: -10000px;
	width: 114px;
	height: 35px;
	background: url(/bitrix/templates/main/images/registration.gif) no-repeat left top;
	text-decoration: none;
}

.send_form .result {
    display: none;
    font-size: 22px;
	font-weight:bold;
    line-height: 20px;
}

.send_form .error {
    color: red;
    display: block;
}

.send_form .success {
    color: green;
    display: block;
}

.send_form .file span, .send_form .phone_container span {
	width: 269px;
	height: 20px;
	display: inline-block;
}

.send_form .file span input {
	width: 261px;
	background: #fff;
}

.send_form .checkbox {
	position: relative;
	top: 2px;
	margin: 0 5px 0 0;
}

.send_form .file .fbut, .send_form .phone_container a {
	width: 20px;
	height: 20px;
	background: url(../images/file.gif) no-repeat;
	display: inline-block;
	position: absolute;
	top: 24px;
        right: 0;
        cursor: pointer;
}

.send_form .phone_container a {
	background: url(../images/add.gif) no-repeat;
}

.send_form .file #file {
	display: block;
	width: 20px;
	height: 19px;
	position: absolute;
	right:0;
        top: 24px;
	opacity: 0;
	filter:alpha(opacity: 0);
	cursor: pointer;
}

.numeric_pagenavigation {
	padding: 15px 0 0;
	border-top: 1px solid #e5e5e5;
	margin: 15px 0;
	text-align: center;
	color: #808080;
	font-style: italic;
}

.numeric_pagenavigation a, .numeric_pagenavigation .delim {
	display: inline-block;
	margin: 0 10px 0 0;
	color: #808080 !important;
}

.numeric_pagenavigation a:hover,.numeric_pagenavigation a:active, .numeric_pagenavigation .current {
	color: #1a1a1a !important;
	text-decoration: none;
  font-size: 20px;
}

.numeric_pagenavigation .prev, .numeric_pagenavigation .next {
	width: 7px;
	height: 12px;
	background: url(/bitrix/templates/main/images/numeric_pagenavigation_controls.gif) no-repeat 0 0;
	position: relative;
	top: 2px;
}

.numeric_pagenavigation .next {
	background-position: -7px 0px;
}

.numeric_pagenavigation .prev:hover {
	background-position: 0px -12px;
}

.numeric_pagenavigation .next:hover {
	background-position: -7px -12px;
}

/*Rounded Corners*/
#top_panel, #top_menu .first  {
    /* Safari, Chrome */
    -webkit-border-bottom-right-radius:0;
    -webkit-border-bottom-left-radius:0;
    /* Firefox */
    -moz-border-radius-bottomleft:0;
    -moz-border-radius-bottomright:0;
}

/* Opera, IE */
#top_panel  .rocon-bl, #top_panel  .rocon-br, #top_menu .first .rocon-bl, #top_menu .first .rocon-br {
    display:none;
}

#top_menu .first {
    /* Safari, Chrome */
    -webkit-border-top-right-radius:0;
    /* Firefox */
    -moz-border-radius-topright:0;
}
/* Opera, IE */
#top_menu .first .rocon-tr {
    display:none;
}

.margin_10_0_15 {
	margin: 10px 0 15px;
}

.borderFixer {
	position:relative;
	overflow:hidden;
}
.borderFixer select {
	position:absolute;
	margin-top:-2px;
	margin-left:-2px;
}

.b-customModal-background {
    background-color:#555;
    width:100%;
    position:absolute;
    top:0;
    left:0;
    filter:progid:DXImageTransform.Microsoft.Alpha(opacity=80);
    -moz-opacity:0.8;
    -khtml-opacity:0.8;
    opacity:0.8;
}
.b-customModal-content{
    width: 320px;
    height: 260px;
    padding: 15px;
    background:url(/bitrix/templates/main/images/modal.png) no-repeat left bottom;
}
.b-vote-social{
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
}
.b-vote-social,
.b-vote-social__item {
    list-style: none;
    padding: 0;
    text-align: left: important;
}
.b-vote-social__item{
    display: inline-block;
    margin-right: 10px;
    float: left;
}
.b-vote-social__item a{
    display: inline-block;
    padding: 3px;
    margin: 0 4px 0 0;
    background: #E0E0E0;
    border-radius: 4px;

}
.b-vote-social-text{
    text-align: left !important;
    margin-top: 50px;
    }
    .b-vote-social-text__header{
        font-size: 2.4em;
        margin-bottom: 30px;
        }
    .b-vote-social-text__descr{
        font-size: 1.4em;
        }

/*#header .title,#header a {color:white;}*/
#top_menu ul.rc3 li a {text-transform:none;}
#footer_p a {color:grey;}
.button-christmas {
	display:block;
	width:310px;
	height:54px;
	margin-bottom:15px;
	cursor:pointer;
	background-image:url('/userupload/snowon.png');
}
.button-christmas.active{
	background-image:url('/userupload/snowoff.png');
}



.cookie_bar {
    padding: .75rem;
    line-height: 28px;
    position: fixed;
    width: 100%;
    z-index: 5000000;
    bottom: 0;
    left: 0;
    color: #fff !important;
    background: rgba(4,24,59,.9);
	margin: 0;
	font-size: 16px;
}
.cookie_bar__message {
    display: inline;
    position: relative;
    top: 3px;
}
.cookie_bar_view_more {
    position: relative;
    top: 3px;
    display: inline;
    text-decoration: underline !important;
    color: #fff !important;
}
.cookie_bar_view_more:hover {
	text-decoration:none !important;
}
.cookie_bar__close::after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
	box-sizing: border-box;
}
.cookie_bar__close::after, .cookie_bar__close::before {
    position: absolute;
    left: 18px;
    top: 6px;
    content: ' ';
    height: 20px;
    width: 2px;
    background-color: #fff !important;
	box-sizing: border-box;
}
.cookie_bar__close::before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
	box-sizing: border-box;
}
.cookie_bar__close {
    display: inline;
    position: relative;
    float: right;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 2px 15px 2px 34px;
    white-space: nowrap;
    overflow: hidden;
    color: #fff !important;
	margin-right: 20px;
	text-decoration: none !important;
	text-transform: none;
	font-weight: 300;
	font-style: normal;
}
.cookie_bar__close:hover {
	background-color:rgba(255,255,255,.1);
	text-decoration:none;
}
