@charset "utf-8";
/*
@font-face {

  font-family: 'Helvetica Neue';
  src:  url("/fonts/HelveticaNeue/HelveticaNeue.ttf") format("truetype"),
    url('/fonts/HelveticaNeue/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HelveticaNeue/HelveticaNeue.woff') format('woff'),
    url('/fonts/HelveticaNeue/HelveticaNeue.svg#CoreSansNR-55MediumItalic') format('svg');
  font-weight: normal;
  font-style: normal;

}

@font-face {

  font-family: 'Helvetica Neue';
  src:  url("/fonts/HelveticaNeue-Regular/HelveticaNeue.ttf") format("truetype"),
    url('/fonts/HelveticaNeue-Regular/HelveticaNeue.eot?#iefix') format('embedded-opentype'),
    url('/fonts/HelveticaNeue-Regular/HelveticaNeue.woff') format('woff'),
    url('/fonts/HelveticaNeue-Regular/HelveticaNeue.svg#CoreSansNR-55MediumItalic') format('svg');
  font-weight: normal;
  font-style: normal;

}
*/

/*!
 * Bootstrap Grid v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/* GRID */
/*
.container-bs {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row-bs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.no-gutters {
	margin-right: 0;
	margin-left: 0;
}

.no-gutters>.col,.no-gutters>[class*=col-] {
	padding-right: 0;
	padding-left: 0;
}

.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

.col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
}

.col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%;
}

.col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%;
}

.col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%;
}

.col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%;
}

.col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%;
}

.col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%;
}

.col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%;
}

.col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%;
}

.col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%;
}

.col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%;
}

.col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%;
}

.order-first {
	-ms-flex-order: -1;
	order: -1;
}

.order-last {
	-ms-flex-order: 13;
	order: 13;
}

.order-0 {
	-ms-flex-order: 0;
	order: 0;
}

.order-1 {
	-ms-flex-order: 1;
	order: 1;
}

.order-2 {
	-ms-flex-order: 2;
	order: 2;
}

.order-3 {
	-ms-flex-order: 3;
	order: 3;
}

.order-4 {
	-ms-flex-order: 4;
	order: 4;
}

.order-5 {
	-ms-flex-order: 5;
	order: 5;
}

.order-6 {
	-ms-flex-order: 6;
	order: 6;
}

.order-7 {
	-ms-flex-order: 7;
	order: 7;
}

.order-8 {
	-ms-flex-order: 8;
	order: 8;
}

.order-9 {
	-ms-flex-order: 9;
	order: 9;
}

.order-10 {
	-ms-flex-order: 10;
	order: 10;
}

.order-11 {
	-ms-flex-order: 11;
	order: 11;
}

.order-12 {
	-ms-flex-order: 12;
	order: 12;
}

.offset-1 {
	margin-left: 8.333333%;
}

.offset-2 {
	margin-left: 16.666667%;
}

.offset-3 {
	margin-left: 25%;
}

.offset-4 {
	margin-left: 33.333333%;
}

.offset-5 {
	margin-left: 41.666667%;
}

.offset-6 {
	margin-left: 50%;
}

.offset-7 {
	margin-left: 58.333333%;
}

.offset-8 {
	margin-left: 66.666667%;
}

.offset-9 {
	margin-left: 75%;
}

.offset-10 {
	margin-left: 83.333333%;
}

.offset-11 {
	margin-left: 91.666667%;
}
.user_personal--seminar_edit--logo_form .qq-uploading-block--images-list{
    max-width: 180px;
}
@media (min-width:576px) {
	.col-sm {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-sm-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-sm-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-sm-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-sm-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-sm-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-sm-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-sm-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-sm-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-sm-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-sm-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-sm-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-sm-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-sm-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-sm-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-sm-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-sm-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-sm-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-sm-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-sm-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-sm-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-sm-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-sm-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-sm-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-sm-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-sm-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-sm-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-sm-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-sm-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-sm-0 {
		margin-left: 0;
	}

	.offset-sm-1 {
		margin-left: 8.333333%;
	}

	.offset-sm-2 {
		margin-left: 16.666667%;
	}

	.offset-sm-3 {
		margin-left: 25%;
	}

	.offset-sm-4 {
		margin-left: 33.333333%;
	}

	.offset-sm-5 {
		margin-left: 41.666667%;
	}

	.offset-sm-6 {
		margin-left: 50%;
	}

	.offset-sm-7 {
		margin-left: 58.333333%;
	}

	.offset-sm-8 {
		margin-left: 66.666667%;
	}

	.offset-sm-9 {
		margin-left: 75%;
	}

	.offset-sm-10 {
		margin-left: 83.333333%;
	}

	.offset-sm-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:768px) {
	.col-md {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-md-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-md-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-md-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-md-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-md-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-md-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-md-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-md-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-md-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-md-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-md-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-md-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-md-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-md-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-md-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-md-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-md-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-md-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-md-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-md-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-md-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-md-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-md-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-md-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-md-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-md-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-md-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-md-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-md-0 {
		margin-left: 0;
	}

	.offset-md-1 {
		margin-left: 8.333333%;
	}

	.offset-md-2 {
		margin-left: 16.666667%;
	}

	.offset-md-3 {
		margin-left: 25%;
	}

	.offset-md-4 {
		margin-left: 33.333333%;
	}

	.offset-md-5 {
		margin-left: 41.666667%;
	}

	.offset-md-6 {
		margin-left: 50%;
	}

	.offset-md-7 {
		margin-left: 58.333333%;
	}

	.offset-md-8 {
		margin-left: 66.666667%;
	}

	.offset-md-9 {
		margin-left: 75%;
	}

	.offset-md-10 {
		margin-left: 83.333333%;
	}

	.offset-md-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-lg-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-lg-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-lg-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-lg-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-lg-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-lg-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-lg-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-lg-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-lg-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-lg-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-lg-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-lg-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-lg-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-lg-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-lg-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-lg-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-lg-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-lg-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-lg-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-lg-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-lg-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-lg-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-lg-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-lg-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-lg-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-lg-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-lg-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-lg-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-lg-0 {
		margin-left: 0;
	}

	.offset-lg-1 {
		margin-left: 8.333333%;
	}

	.offset-lg-2 {
		margin-left: 16.666667%;
	}

	.offset-lg-3 {
		margin-left: 25%;
	}

	.offset-lg-4 {
		margin-left: 33.333333%;
	}

	.offset-lg-5 {
		margin-left: 41.666667%;
	}

	.offset-lg-6 {
		margin-left: 50%;
	}

	.offset-lg-7 {
		margin-left: 58.333333%;
	}

	.offset-lg-8 {
		margin-left: 66.666667%;
	}

	.offset-lg-9 {
		margin-left: 75%;
	}

	.offset-lg-10 {
		margin-left: 83.333333%;
	}

	.offset-lg-11 {
		margin-left: 91.666667%;
	}
}

@media (min-width:1200px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

	.col-xl-auto {
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none;
	}

	.col-xl-1 {
		-ms-flex: 0 0 8.333333%;
		flex: 0 0 8.333333%;
		max-width: 8.333333%;
	}

	.col-xl-2 {
		-ms-flex: 0 0 16.666667%;
		flex: 0 0 16.666667%;
		max-width: 16.666667%;
	}

	.col-xl-3 {
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}

	.col-xl-4 {
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}

	.col-xl-5 {
		-ms-flex: 0 0 41.666667%;
		flex: 0 0 41.666667%;
		max-width: 41.666667%;
	}

	.col-xl-6 {
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}

	.col-xl-7 {
		-ms-flex: 0 0 58.333333%;
		flex: 0 0 58.333333%;
		max-width: 58.333333%;
	}

	.col-xl-8 {
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
	}

	.col-xl-9 {
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%;
	}

	.col-xl-10 {
		-ms-flex: 0 0 83.333333%;
		flex: 0 0 83.333333%;
		max-width: 83.333333%;
	}

	.col-xl-11 {
		-ms-flex: 0 0 91.666667%;
		flex: 0 0 91.666667%;
		max-width: 91.666667%;
	}

	.col-xl-12 {
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}

	.order-xl-first {
		-ms-flex-order: -1;
		order: -1;
	}

	.order-xl-last {
		-ms-flex-order: 13;
		order: 13;
	}

	.order-xl-0 {
		-ms-flex-order: 0;
		order: 0;
	}

	.order-xl-1 {
		-ms-flex-order: 1;
		order: 1;
	}

	.order-xl-2 {
		-ms-flex-order: 2;
		order: 2;
	}

	.order-xl-3 {
		-ms-flex-order: 3;
		order: 3;
	}

	.order-xl-4 {
		-ms-flex-order: 4;
		order: 4;
	}

	.order-xl-5 {
		-ms-flex-order: 5;
		order: 5;
	}

	.order-xl-6 {
		-ms-flex-order: 6;
		order: 6;
	}

	.order-xl-7 {
		-ms-flex-order: 7;
		order: 7;
	}

	.order-xl-8 {
		-ms-flex-order: 8;
		order: 8;
	}

	.order-xl-9 {
		-ms-flex-order: 9;
		order: 9;
	}

	.order-xl-10 {
		-ms-flex-order: 10;
		order: 10;
	}

	.order-xl-11 {
		-ms-flex-order: 11;
		order: 11;
	}

	.order-xl-12 {
		-ms-flex-order: 12;
		order: 12;
	}

	.offset-xl-0 {
		margin-left: 0;
	}

	.offset-xl-1 {
		margin-left: 8.333333%;
	}

	.offset-xl-2 {
		margin-left: 16.666667%;
	}

	.offset-xl-3 {
		margin-left: 25%;
	}

	.offset-xl-4 {
		margin-left: 33.333333%;
	}

	.offset-xl-5 {
		margin-left: 41.666667%;
	}

	.offset-xl-6 {
		margin-left: 50%;
	}

	.offset-xl-7 {
		margin-left: 58.333333%;
	}

	.offset-xl-8 {
		margin-left: 66.666667%;
	}

	.offset-xl-9 {
		margin-left: 75%;
	}

	.offset-xl-10 {
		margin-left: 83.333333%;
	}

	.offset-xl-11 {
		margin-left: 91.666667%;
	}
}

.d-none {
	display: none!important;
}

.d-inline {
	display: inline!important;
}

.d-inline-block {
	display: inline-block!important;
}

.d-block {
	display: block!important;
}

.d-table {
	display: table!important;
}

.d-table-row {
	display: table-row!important;
}

.d-table-cell {
	display: table-cell!important;
}

.d-flex {
	display: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	display: -ms-inline-flexbox!important;
	display: inline-flex!important;
}

@media (min-width:576px) {
	.d-sm-none {
		display: none!important;
	}

	.d-sm-inline {
		display: inline!important;
	}

	.d-sm-inline-block {
		display: inline-block!important;
	}

	.d-sm-block {
		display: block!important;
	}

	.d-sm-table {
		display: table!important;
	}

	.d-sm-table-row {
		display: table-row!important;
	}

	.d-sm-table-cell {
		display: table-cell!important;
	}

	.d-sm-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-sm-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:768px) {
	.d-md-none {
		display: none!important;
	}

	.d-md-inline {
		display: inline!important;
	}

	.d-md-inline-block {
		display: inline-block!important;
	}

	.d-md-block {
		display: block!important;
	}

	.d-md-table {
		display: table!important;
	}

	.d-md-table-row {
		display: table-row!important;
	}

	.d-md-table-cell {
		display: table-cell!important;
	}

	.d-md-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-md-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:992px) {
	.d-lg-none {
		display: none!important;
	}

	.d-lg-inline {
		display: inline!important;
	}

	.d-lg-inline-block {
		display: inline-block!important;
	}

	.d-lg-block {
		display: block!important;
	}

	.d-lg-table {
		display: table!important;
	}

	.d-lg-table-row {
		display: table-row!important;
	}

	.d-lg-table-cell {
		display: table-cell!important;
	}

	.d-lg-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-lg-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:1200px) {
	.d-xl-none {
		display: none!important;
	}

	.d-xl-inline {
		display: inline!important;
	}

	.d-xl-inline-block {
		display: inline-block!important;
	}

	.d-xl-block {
		display: block!important;
	}

	.d-xl-table {
		display: table!important;
	}

	.d-xl-table-row {
		display: table-row!important;
	}

	.d-xl-table-cell {
		display: table-cell!important;
	}

	.d-xl-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-xl-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media print {
	.d-print-none {
		display: none!important;
	}

	.d-print-inline {
		display: inline!important;
	}

	.d-print-inline-block {
		display: inline-block!important;
	}

	.d-print-block {
		display: block!important;
	}

	.d-print-table {
		display: table!important;
	}

	.d-print-table-row {
		display: table-row!important;
	}

	.d-print-table-cell {
		display: table-cell!important;
	}

	.d-print-flex {
		display: -ms-flexbox!important;
		display: flex!important;
	}

	.d-print-inline-flex {
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

.flex-row {
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-row-reverse {
	-ms-flex-direction: row-reverse!important;
	flex-direction: row-reverse!important;
}

.flex-column-reverse {
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important;
}

.flex-fill {
	-ms-flex: 1 1 auto!important;
	flex: 1 1 auto!important;
}

.flex-grow-0 {
	-ms-flex-positive: 0!important;
	flex-grow: 0!important;
}

.flex-grow-1 {
	-ms-flex-positive: 1!important;
	flex-grow: 1!important;
}

.flex-shrink-0 {
	-ms-flex-negative: 0!important;
	flex-shrink: 0!important;
}

.flex-shrink-1 {
	-ms-flex-negative: 1!important;
	flex-shrink: 1!important;
}

.justify-content-start {
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.justify-content-end {
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.justify-content-center {
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.justify-content-between {
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}

.align-items-start {
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-end {
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}

.align-items-center {
	-ms-flex-align: center!important;
	align-items: center!important;
}

.align-items-baseline {
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}

.align-items-stretch {
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	align-self: auto!important;
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}

.align-self-center {
	-ms-flex-item-align: center!important;
	align-self: center!important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	align-self: stretch!important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-sm-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-sm-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-sm-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.flex-sm-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

	.flex-sm-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}

	.flex-sm-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}

	.flex-sm-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-sm-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-sm-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-sm-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-sm-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-sm-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-sm-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-sm-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-sm-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-sm-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-sm-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-md-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-md-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-md-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.flex-md-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

	.flex-md-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}

	.flex-md-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}

	.flex-md-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-md-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-md-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-md-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-md-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-md-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-md-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-md-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-md-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-md-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-md-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-lg-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-lg-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-lg-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.flex-lg-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

	.flex-lg-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}

	.flex-lg-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}

	.flex-lg-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-lg-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-lg-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-lg-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-lg-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-lg-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-lg-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-lg-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-lg-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-lg-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-lg-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:1200px) {
	.flex-xl-row {
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-xl-column {
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-xl-row-reverse {
		-ms-flex-direction: row-reverse!important;
		flex-direction: row-reverse!important;
	}

	.flex-xl-column-reverse {
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.flex-xl-fill {
		-ms-flex: 1 1 auto!important;
		flex: 1 1 auto!important;
	}

	.flex-xl-grow-0 {
		-ms-flex-positive: 0!important;
		flex-grow: 0!important;
	}

	.flex-xl-grow-1 {
		-ms-flex-positive: 1!important;
		flex-grow: 1!important;
	}

	.flex-xl-shrink-0 {
		-ms-flex-negative: 0!important;
		flex-shrink: 0!important;
	}

	.flex-xl-shrink-1 {
		-ms-flex-negative: 1!important;
		flex-shrink: 1!important;
	}

	.justify-content-xl-start {
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-xl-end {
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-xl-center {
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-xl-between {
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-xl-start {
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-xl-end {
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-xl-center {
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-xl-baseline {
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-xl-stretch {
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		align-self: auto!important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		align-self: center!important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		align-self: stretch!important;
	}
}

.row-bs {
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
}

*,::after,::before {
	box-sizing: inherit;
}

.form-control {
	display: block;
	width: 100%;
	height: calc(2.25rem + 2px);
	padding: .375rem .75rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: .25rem;
	transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

@media screen and (prefers-reduced-motion:reduce) {
	.form-control {
		transition: none;
	}
}

.form-control::-ms-expand {
	background-color: transparent;
	border: 0;
}

.form-control:focus {
	color: #495057;
	background-color: #fff;
	border-color: #80bdff;
	outline: 0;
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);
}

.form-control::-webkit-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-moz-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::-ms-input-placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control::placeholder {
	color: #6c757d;
	opacity: 1;
}

.form-control:disabled,.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
}

select.form-control:focus::-ms-value {
	color: #495057;
	background-color: #fff;
}

.form-control-file,.form-control-range {
	display: block;
	width: 100%;
}

.col-form-label {
	padding-top: calc(0.375rem + 1px);
	padding-bottom: calc(0.375rem + 1px);
	margin-bottom: 0;
	font-size: inherit;
	line-height: 1.5;
}

.col-form-label-lg {
	padding-top: calc(0.5rem + 1px);
	padding-bottom: calc(0.5rem + 1px);
	font-size: 1.25rem;
	line-height: 1.5;
}

.col-form-label-sm {
	padding-top: calc(0.25rem + 1px);
	padding-bottom: calc(0.25rem + 1px);
	font-size: .875rem;
	line-height: 1.5;
}

.form-control-plaintext {
	display: block;
	width: 100%;
	padding-top: .375rem;
	padding-bottom: .375rem;
	margin-bottom: 0;
	line-height: 1.5;
	color: #212529;
	background-color: transparent;
	border: solid transparent;
	border-width: 1px 0;
}

.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg {
	padding-right: 0;
	padding-left: 0;
}

.form-control-sm {
	height: calc(1.8125rem + 2px);
	padding: .25rem .5rem;
	font-size: .875rem;
	line-height: 1.5;
	border-radius: .2rem;
}

.form-control-lg {
	height: calc(2.875rem + 2px);
	padding: .5rem 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
	border-radius: .3rem;
}

select.form-control[size],select.form-control[multiple] {
	height: auto;
}

textarea.form-control {
	height: auto;
}

.form-group {
	margin-bottom: 1rem;
}

.form-text {
	display: block;
	margin-top: .25rem;
}

.form-row {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -5px;
	margin-left: -5px;
}

.form-row>.col,.form-row>[class*="col-"] {
	padding-right: 5px;
	padding-left: 5px;
}

.form-check {
	position: relative;
	display: block;
	padding-left: 1.25rem;
}

.form-check-input {
	position: absolute;
	margin-top: .3rem;
	margin-left: -1.25rem;
}

.form-check-input:disabled~.form-check-label {
	color: #6c757d;
}

.form-check-label {
	margin-bottom: 0;
}

.form-check-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0;
	margin-right: .75rem;
}

.form-check-inline .form-check-input {
	position: static;
	margin-top: 0;
	margin-right: .3125rem;
	margin-left: 0;
}

.valid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #28a745;
}

.valid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(40,167,69,.9);
	border-radius: .25rem;
}

.was-validated .form-control:valid,.form-control.is-valid,.was-validated .custom-select:valid,.custom-select.is-valid {
	border-color: #28a745;
}

.was-validated .form-control:valid:focus,.form-control.is-valid:focus,.was-validated .custom-select:valid:focus,.custom-select.is-valid:focus {
	border-color: #28a745;
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.was-validated .form-control:valid~.valid-feedback,.was-validated .form-control:valid~.valid-tooltip,.form-control.is-valid~.valid-feedback,.form-control.is-valid~.valid-tooltip,.was-validated .custom-select:valid~.valid-feedback,.was-validated .custom-select:valid~.valid-tooltip,.custom-select.is-valid~.valid-feedback,.custom-select.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-control-file:valid~.valid-feedback,.was-validated .form-control-file:valid~.valid-tooltip,.form-control-file.is-valid~.valid-feedback,.form-control-file.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label {
	color: #28a745;
}

.was-validated .form-check-input:valid~.valid-feedback,.was-validated .form-check-input:valid~.valid-tooltip,.form-check-input.is-valid~.valid-feedback,.form-check-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid~.custom-control-label,.custom-control-input.is-valid~.custom-control-label {
	color: #28a745;
}

.was-validated .custom-control-input:valid~.custom-control-label::before,.custom-control-input.is-valid~.custom-control-label::before {
	background-color: #71dd8a;
}

.was-validated .custom-control-input:valid~.valid-feedback,.was-validated .custom-control-input:valid~.valid-tooltip,.custom-control-input.is-valid~.valid-feedback,.custom-control-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-control-input:valid:checked~.custom-control-label::before,.custom-control-input.is-valid:checked~.custom-control-label::before {
	background-color: #34ce57;
}

.was-validated .custom-control-input:valid:focus~.custom-control-label::before,.custom-control-input.is-valid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(40,167,69,.25);
}

.was-validated .custom-file-input:valid~.custom-file-label,.custom-file-input.is-valid~.custom-file-label {
	border-color: #28a745;
}

.was-validated .custom-file-input:valid~.custom-file-label::after,.custom-file-input.is-valid~.custom-file-label::after {
	border-color: inherit;
}

.was-validated .custom-file-input:valid~.valid-feedback,.was-validated .custom-file-input:valid~.valid-tooltip,.custom-file-input.is-valid~.valid-feedback,.custom-file-input.is-valid~.valid-tooltip {
	display: block;
}

.was-validated .custom-file-input:valid:focus~.custom-file-label,.custom-file-input.is-valid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(40,167,69,.25);
}

.invalid-feedback {
	display: none;
	width: 100%;
	margin-top: .25rem;
	font-size: 80%;
	color: #dc3545;
}

.invalid-tooltip {
	position: absolute;
	top: 100%;
	z-index: 5;
	display: none;
	max-width: 100%;
	padding: .25rem .5rem;
	margin-top: .1rem;
	font-size: .875rem;
	line-height: 1.5;
	color: #fff;
	background-color: rgba(220,53,69,.9);
	border-radius: .25rem;
}

.was-validated .form-control:invalid,.form-control.is-invalid,.was-validated .custom-select:invalid,.custom-select.is-invalid {
	border-color: #dc3545;
}

.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus,.was-validated .custom-select:invalid:focus,.custom-select.is-invalid:focus {
	border-color: #dc3545;
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.was-validated .form-control:invalid~.invalid-feedback,.was-validated .form-control:invalid~.invalid-tooltip,.form-control.is-invalid~.invalid-feedback,.form-control.is-invalid~.invalid-tooltip,.was-validated .custom-select:invalid~.invalid-feedback,.was-validated .custom-select:invalid~.invalid-tooltip,.custom-select.is-invalid~.invalid-feedback,.custom-select.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-control-file:invalid~.invalid-feedback,.was-validated .form-control-file:invalid~.invalid-tooltip,.form-control-file.is-invalid~.invalid-feedback,.form-control-file.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label {
	color: #dc3545;
}

.was-validated .form-check-input:invalid~.invalid-feedback,.was-validated .form-check-input:invalid~.invalid-tooltip,.form-check-input.is-invalid~.invalid-feedback,.form-check-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid~.custom-control-label,.custom-control-input.is-invalid~.custom-control-label {
	color: #dc3545;
}

.was-validated .custom-control-input:invalid~.custom-control-label::before,.custom-control-input.is-invalid~.custom-control-label::before {
	background-color: #efa2a9;
}

.was-validated .custom-control-input:invalid~.invalid-feedback,.was-validated .custom-control-input:invalid~.invalid-tooltip,.custom-control-input.is-invalid~.invalid-feedback,.custom-control-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-control-input:invalid:checked~.custom-control-label::before,.custom-control-input.is-invalid:checked~.custom-control-label::before {
	background-color: #e4606d;
}

.was-validated .custom-control-input:invalid:focus~.custom-control-label::before,.custom-control-input.is-invalid:focus~.custom-control-label::before {
	box-shadow: 0 0 0 1px #fff,0 0 0 .2rem rgba(220,53,69,.25);
}

.was-validated .custom-file-input:invalid~.custom-file-label,.custom-file-input.is-invalid~.custom-file-label {
	border-color: #dc3545;
}

.was-validated .custom-file-input:invalid~.custom-file-label::after,.custom-file-input.is-invalid~.custom-file-label::after {
	border-color: inherit;
}

.was-validated .custom-file-input:invalid~.invalid-feedback,.was-validated .custom-file-input:invalid~.invalid-tooltip,.custom-file-input.is-invalid~.invalid-feedback,.custom-file-input.is-invalid~.invalid-tooltip {
	display: block;
}

.was-validated .custom-file-input:invalid:focus~.custom-file-label,.custom-file-input.is-invalid:focus~.custom-file-label {
	box-shadow: 0 0 0 .2rem rgba(220,53,69,.25);
}

.form-inline {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
}

.form-inline .form-check {
	width: 100%;
}

@media (min-width:576px) {
	.form-inline label {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin-bottom: 0;
	}

	.form-inline .form-group {
		display: -ms-flexbox;
		display: flex;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-ms-flex-align: center;
		align-items: center;
		margin-bottom: 0;
	}

	.form-inline .form-control {
		display: inline-block;
		width: auto;
		vertical-align: middle;
	}

	.form-inline .form-control-plaintext {
		display: inline-block;
	}

	.form-inline .input-group,.form-inline .custom-select {
		width: auto;
	}

	.form-inline .form-check {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
		width: auto;
		padding-left: 0;
	}

	.form-inline .form-check-input {
		position: relative;
		margin-top: 0;
		margin-right: .25rem;
		margin-left: 0;
	}

	.form-inline .custom-control {
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.form-inline .custom-control-label {
		margin-bottom: 0;
	}
}

.pad20 .container-bs {
	padding-right: 20px;
	padding-left: 20px;
}

.pad20 .row-bs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -20px;
	margin-left: -20px;
}

.pad20 .col,.pad20 .col-1,.pad20 .col-10,.pad20 .col-11,.pad20 .col-12,.pad20 .col-2,.pad20 .col-3,.pad20 .col-4,.pad20 .col-5,.pad20 .col-6,.pad20 .col-7,.pad20 .col-8,.pad20 .col-9,.pad20 .col-auto,.pad20 .col-lg,.pad20 .col-lg-1,.pad20 .col-lg-10,.pad20 .col-lg-11,.pad20 .col-lg-12,.pad20 .col-lg-2,.pad20 .col-lg-3,.pad20 .col-lg-4,.pad20 .col-lg-5,.pad20 .col-lg-6,.pad20 .col-lg-7,.pad20 .col-lg-8,.pad20 .col-lg-9,.pad20 .col-lg-auto,.pad20 .col-md,.pad20 .col-md-1,.pad20 .col-md-10,.pad20 .col-md-11,.pad20 .col-md-12,.pad20 .col-md-2,.pad20 .col-md-3,.pad20 .col-md-4,.pad20 .col-md-5,.pad20 .col-md-6,.pad20 .col-md-7,.pad20 .col-md-8,.pad20 .col-md-9,.pad20 .col-md-auto,.pad20 .col-sm,.pad20 .col-sm-1,.pad20 .col-sm-10,.pad20 .col-sm-11,.pad20 .col-sm-12,.pad20 .col-sm-2,.pad20 .col-sm-3,.pad20 .col-sm-4,.pad20 .col-sm-5,.pad20 .col-sm-6,.pad20 .col-sm-7,.pad20 .col-sm-8,.pad20 .col-sm-9,.pad20 .col-sm-auto,.pad20 .col-xl,.pad20 .col-xl-1,.pad20 .col-xl-10,.pad20 .col-xl-11,.pad20 .col-xl-12,.pad20 .col-xl-2,.pad20 .col-xl-3,.pad20 .col-xl-4,.pad20 .col-xl-5,.pad20 .col-xl-6,.pad20 .col-xl-7,.pad20 .col-xl-8,.pad20 .col-xl-9,.pad20 .col-xl-auto {
	padding-right: 20px;
	padding-left: 20px;
}

.pad10 .container-bs {
	padding-right: 10px;
	padding-left: 10px;
}

.pad10 .row-bs {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-left: -10px;
}

.pad10 .col,.pad10 .col-1,.pad10 .col-10,.pad10 .col-11,.pad10 .col-12,.pad10 .col-2,.pad10 .col-3,.pad10 .col-4,.pad10 .col-5,.pad10 .col-6,.pad10 .col-7,.pad10 .col-8,.pad10 .col-9,.pad10 .col-auto,.pad10 .col-lg,.pad10 .col-lg-1,.pad10 .col-lg-10,.pad10 .col-lg-11,.pad10 .col-lg-12,.pad10 .col-lg-2,.pad10 .col-lg-3,.pad10 .col-lg-4,.pad10 .col-lg-5,.pad10 .col-lg-6,.pad10 .col-lg-7,.pad10 .col-lg-8,.pad10 .col-lg-9,.pad10 .col-lg-auto,.pad10 .col-md,.pad10 .col-md-1,.pad10 .col-md-10,.pad10 .col-md-11,.pad10 .col-md-12,.pad10 .col-md-2,.pad10 .col-md-3,.pad10 .col-md-4,.pad10 .col-md-5,.pad10 .col-md-6,.pad10 .col-md-7,.pad10 .col-md-8,.pad10 .col-md-9,.pad10 .col-md-auto,.pad10 .col-sm,.pad10 .col-sm-1,.pad10 .col-sm-10,.pad10 .col-sm-11,.pad10 .col-sm-12,.pad10 .col-sm-2,.pad10 .col-sm-3,.pad10 .col-sm-4,.pad10 .col-sm-5,.pad10 .col-sm-6,.pad10 .col-sm-7,.pad10 .col-sm-8,.pad10 .col-sm-9,.pad10 .col-sm-auto,.pad10 .col-xl,.pad10 .col-xl-1,.pad10 .col-xl-10,.pad10 .col-xl-11,.pad10 .col-xl-12,.pad10 .col-xl-2,.pad10 .col-xl-3,.pad10 .col-xl-4,.pad10 .col-xl-5,.pad10 .col-xl-6,.pad10 .col-xl-7,.pad10 .col-xl-8,.pad10 .col-xl-9,.pad10 .col-xl-auto {
	padding-right: 10px;
	padding-left: 10px;
}
*/


html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

blockquote,q {
	quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong,b {
	font-weight: bold;
}

:focus {
	outline: 0;
}

input:-moz-focus-inner,button {
	border: none;
}

textarea {
	resize: none;
	overflow: auto;
}

html, body {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #444;
}

html {
	background: url(/images/bg.jpg) repeat left top #d3d3d3;
	background-attachment: fixed;
}

html {
	margin: 0 !important;
}

ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* #content ul{list-style:none;padding:0 0 0 10px;}
#content ul li{background:url(/images/li_icon2-2.png) 4px 10px no-repeat;padding:2px 0 2px 20px;}
#content ul.news-links , #content .tabs ul,#content .tabs-text ul,#content #news-inner ul,#content #seminars-inner ul,#content #calendar ul,#content #calendar-inner ul,
#content #company-list ul, #content #address-wrapper ul, #content .tabs2 ul,#content .tabs-text ul,#content .current_company ul, #content #biblio ul ,#content #comms ul,#content #news_right, #content .article_main  ul, #content ul#article_main, #content #forum ul,
#content #search-tabs ul,
#content #new ul,#content #biblio-document ul,#content #video-document ul,#content .brand_articles ul,#content .brand_news ul,
#content #preview_images ul,#content #search-live ul, #content ul.images-list ,#content #search-results-page ul,#content #apps ul,#content #app-screens ul,#content #read_same_theme ul{padding:0;}
#content ul.news-links li, #content .tabs li,#content #address li,#content #news-inner li,#content #seminars-inner li,#content #calendar li,#content #calendar-inner li,
#content #brands ol li,#content #company-list li, #content #address-wrapper li, #content .tabs2 li, #content .tabs-text li, #content .current_company li, #content #biblio li, #content #comms li,#content #news_right li, #content #article_main li, #content .article_main li,
#content #forum li, #content #new li,#content #ios-boxes li, #content #biblio-document li,#content #video-document li,#content #admin-tabs li,#content #bookmark-tabs li,
#content #search-tabs li,
#content .brand_articles li,#content .brand_news li,#content #preview_images li,#content #search-live li, #content ul.images-list li,#content #search-results-page li, #content #apps ul li,#content #app-screens ul li,#content #read_same_theme ul li{background-image:none;}
#content ul.news-links li,#content #address li,#content #news-inner li,#content #seminars-inner li,#content #calendar li,#content #calendar-inner li,
#content #brands ol li,#content #company-list li, #content #address-wrapper li,#content .current_company li,#content #biblio li, #content #comms li,#content #news_right li,#content .article_main li,#content #article_main li,
#content #biblio-document li,#content #video-document li,#content #admin-tabs li,#content #bookmark-tabs li,#content .brand_articles li,#content .brand_news li,#content #preview_images li,
#content #search-tabs li,
#content #search-live li, #content ul.images-list li, #content #search-results-page li, #content #app-screens ul li{padding:0;}
*/
#content #search-tabs {
	margin-bottom: 25px;
}

#content #search-tabs ul li {
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 3px;
}

#content #search-tabs a.link {
	color: #265a99;
	text-decoration: none;
	cursor: pointer;
}

#content #search-tabs a.link:hover {
	text-decoration: underline;
	cursor: pointer;
}

#content #search-tabs a.selected, #switcher a.selected:hover {
	color: #444444;
	text-decoration: none;
	cursor: default;
}

#content .current_company {
	display: none;
}

#content ul.actions {
	padding: 0 5px 0 0;
}

a {
	color: #265a99;
	text-decoration: none;
}

a:hover {
	color: #265a99;
	text-decoration: underline;
}

a.dashed {
	color: #e6292f;
	text-decoration: none;
	background: url(/images/dashed.png) repeat-x left bottom;
}

a.dashed:hover {
	color: #265a99;
	text-decoration: none;
	background: none;
}

#library-interesting .header,
h1, h2, h3, h4, h5, h6{
	font: normal 20px/normal Arial, Helvetica, sans-serif;
	color: #444;
}

#library-interesting .header,
h1 {
	margin-bottom: 24px;
	padding-bottom: 15px;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #library-interesting .header,
  h1 {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#new_gallery_div h1 {
	background: none !important;
}

h6 a.plus {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 16px;
	height: 16px;
	margin: 6px 0 0 3px;
	background: url(/images/sprites.png) no-repeat -68px 0 #265a99;
}

input, textarea, select {
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #444;
	border: 1px solid #d5d5d5;
	background-color: #fff;
}

input.sbmt {
	width: 90px !important;
	height: 26px !important;
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	cursor: pointer;
	background: url(/images/button_send.png) no-repeat left -1px !important;
}

hr {
	height: 2px;
	margin: 0 0 33px 0;
	border: none;
	color: #e1e1e1;
	background: url(/images/hr.png) repeat-x left top;
}

.fleft {
	float: left;
}

.fright {
	float: right;
}

.border {
	position: relative;
	float: left;
	width: 87px;
	height: 88px;
	padding: 4px 0 0 5px !important;
	background: url(/images/border.png) no-repeat left top;
}

#sidebar .border {
	background: url(/images/sprites2.png) no-repeat 0 -94px;
}

.pdf {
	float: left;
	width: 27px;
	height: 32px;
	background: url(/images/sprites.png) no-repeat 0 -46px;
}

.djvu {
	float: left;
	width: 27px;
	height: 32px;
	background: url(/images/sprites.png) no-repeat 0 -79px;
}

.all {
	padding-top: 17px;
	font-size: 11px;
	background: url(/images/sprites2.png) repeat-x 0 -210px;
	position: relative;
	z-index: 100;
}

.all a {
	color: #777;
}

.all span {
	color: #e6292f;
}

.all.nobg {
	padding-top: 10px;
	background: none;
}

.all-blue a {
	color: #777;
}

.all-blue span {
	color: #265a99;
}

.rel {
	position: relative;
}

.clear {
	clear: both;
	height: 0;
	font-size: 0px;
	line-height: 0;
	overflow: hidden;
}

.overflow {
	height: 100%;
	overflow: hidden;
}

#wrapper {
	position: relative;
	max-width: 1156px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	-moz-box-shadow: 0 0 30px #bbb;
	-webkit-box-shadow: 0 0 30px #bbb;
	-khtml-box-shadow: 0 0 30px #bbb;
	box-shadow: 0 0 30px #bbb;
	background-color: #fff;
}

#top-adver {
	min-height: 33px;
	line-height: 32px;
	overflow: hidden;
	background: url(/images/line2.png) repeat-x left bottom #f4f4f4;
}

#top {
	min-height: 33px;
	line-height: 32px;
	overflow: hidden;
	background: url(/images/line2.png) repeat-x left bottom #f4f4f4;
}

#slogan {
	float: left;
	margin-right: 20px;
	text-align: left;
	font-size: 13px;
	color: #8c8c8c;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
}

#slogan div {
	color: #8c8c8c;
}

.wrapper #slogan div h1 {
    font-size: 12px;
    height:32px;
    line-height: 32px;
    color: #8c8c8c;
    font-weight:400;
}

#top-links {
	height: 100%;
	overflow: hidden;
}

#top-links ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	float: right;
}

#top-links li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
}

#top-links li span {
	padding: 0 12px;
	font-size: 14px;
	color: #c3c3c3;
	text-shadow: -1px 0 0 #fff;
}

#top-links li.langs {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	;margin-left: 40px;
}

#top-links li.langs a {
	float: left;
	margin-left: 20px;
	font-size: 11px;
	font-weight: bold;
}

#top-links li.langs a.active {
	color: #999 !important;
	text-decoration: none !important;
	cursor: default;
}

#top-links li a {
	color: #777;
	text-shadow: 0 1px 0 #fff;
}

#top-links li a:hover {
	color: #265a99;
}

#header {
	min-height: 68px;
	padding-top: 17px;
	overflow: hidden;
}

#logo {
	float: left;
	margin: 0 26px 6px 3px;
}

#logo a {
	float: left;
    margin-bottom: 10px;
	/*width: 216px;*/
	/*height: 62px;*/
    /*background: url(/images/logo.png) no-repeat left top;*/
	/*background: url(/images/COK_logo.svg) no-repeat left top;*/
}
#logo a img{
    width: 180px;
}
#header-links {
	padding: 0 0 16px 0;
	/* position: relative; */
  display: flex;
  align-items: center;
  justify-content: flex-end;
	height: 100%;
	overflow: hidden;

}

#header-links ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	float: right;
}

#header-links li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
}

#header-links li.social {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin-top: 14px;
}

#header-links li.social a {
	float: left;
	width: 24px;
	height: 24px;
	margin-right: 6px;
	background: url(/images/social_.png?_1) no-repeat;
    -webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}
#header-links li.social i{
    line-height: 24px;
    font-size: 30px;
    -webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
    cursor: pointer;
    margin-left: 6px;
    margin-top: 0px;
    color:#c8cccc;
}
#header-links li.social a:nth-child(n+5), #header-links li.social a.yt:nth-child(n+5){
    width: 0;
    margin-right: 0;
}
#header-links li.social.opened a:nth-child(n+5){
    width: 24px;
    margin-right: 6px;
}
#header-links li.social.opened a.yt:nth-child(n+5){
    width: 61px;
}
#header-links li.social.opened i{

}
#header-links li.social a.yt {
	width: 61px;
	background-position: -144px 0;
}

#header-links li.social a.fb {
	background-position: 0 0;
}

#header-links li.social a.tm {
	background-position: -229px 0;
}

#header-links li.social a.od {
	background-position: -24px 0;
}

#header-links li.social a.vk {
	background-position: -48px 0;
}
#header-links li.social a.inst{
	background-position: -205px 0;
}

#header-links li.social a.gp {
	background-position: -120px 0;
}

#header-links li.social a.tw {
	background-position: -72px 0;
}

#header-links li.social a.rss {
	background-position: -96px 0;
}

#header-links li.search {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	position: relative;
	width: 192px;
	height: 28px;
	height: 36px;
	/* margin: 12px 0 0 10px; */
}

#search-inpt:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

#header-links li.search input {
	position: absolute;
	width: 180px;
	height: 28px;
	padding: 0 5px;
	font: normal 14px/26px Arial, Helvetica, sans-serif;
	color: #999;
	border: 1px solid #d5d5d5;
	border-right: none;
	-moz-border-radius: 3px 0 0 3px !important;
	-webkit-border-radius: 3px 0 0 3px !important;
	-khtml-border-radius: 3px 0 0 3px !important;
	border-radius: 3px 0 0 3px !important;
	background: #fff !important;
	-webkit-appearance: none;
	left: 0px;
	box-sizing:border-box;
}

#header-links li.search input.sbmt {
	position: absolute;
	right: 0;
	width: 34px !important;
	height: 28px !important;
	padding: 0 !important;
	border: none !important;
	cursor: pointer !important;
	-moz-border-radius: 0 3px 3px 0 !important;
	-webkit-border-radius: 0 3px 3px 0 !important;
	-khtml-border-radius: 0 3px 3px 0 !important;
	border-radius: 0 3px 3px 0 !important;
	background: url(/images/sprites.png) no-repeat 0 -17px #e3e3e3 !important;
}

#header-links li.search #search-close {
	display: none;
	position: absolute;
	right: 40px;
	top: 9px;
	width: 10px;
	height: 10px;
	background: url(/images/close.png) no-repeat 0 0;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	-khtml-background-size: contain;
	background-size: contain;
}

#menu {
	position: relative;
	min-height: 74px;
	overflow: hidden;
}

#menu .row > div {
	position: relative;
}

#submenuBg {
	position: absolute;
	height: 37px;
	top: 37px;
	background-color: #e6292f;
	z-index: 1;
	width: 100%;
}

#menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 74px;
	overflow: hidden;
	background: url(/images/menu.png) repeat center top #265a99;
}
#menu > .row{
    max-width: 100%;
}
#menu li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
}

#menu li, #menu a {
	float: left;
	min-height: 37px;
}

#menu li a {
	padding: 0 24px;
	font: bold 14px/36px Arial, Helvetica, sans-serif;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	/*-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;*/;
}

#menu li a:hover {
 /*opacity: 0.9;background-color:#e6292f*/;
}

#menu li.active a {
	background-color: #e6292f;
}

#menu li div {
	display: none;
	position: absolute;
	left: 0;
	top: 37px;
	overflow: hidden;
	z-index: 2;
	width: 100%;
}

#menu li div a {
	float: left;
	padding: 0 17px 0 16px;
	height: 36px;
	font: bold 11px/36px Arial, Helvetica, sans-serif;
	color: #fff;
	background: url(/images/sprites2.png) no-repeat right -350px;
	/*-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;*/;
}
/*
#menu li div{
	-moz-opacity:0.9;
	-webkit-opacity:0.9;
	opacity:0.9
}*/
#menu li a {
	/*-moz-opacity:0.9;
	-webkit-opacity:0.9;
	opacity:0.9*/;
}/*
#menu li.active div{
	-moz-opacity:1;
	-webkit-opacity:1;
	opacity:1
}*/
#menu li.active a {
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#menu li div a.last {
	background: none;
}

#menu li div a:hover, #menu li div a.active {
	color: #fd9595 !important;
}

#menu li.active div {
	display: block;
}

#menu li.active .active-back a.mobile-back {
	display: none;
}

#content .eightcol {
	padding-top: 26px;
}
#content > .row > .eightcol, #content > .row > .twelvecol {
    padding-top: 13px;
}
#content .cols {
	height: 100%;
	padding-top: 11px;
	overflow: hidden;
}

#content .company_list {
	height: 100%;
	min-height: 1500px;
}

.cols .eightcol, .cols .sixcol, .cols .fourcol {
	padding: 0 !important;
}

.cols .fourcol.last {
	padding-top: 5px !important;
}

#sidebar {
	padding-top: 13px;
	padding-bottom: 20px;
}

#gallery {
	height: 100%;
	overflow: hidden;
}

#gallery h6 {
	margin-bottom: 15px;
}

#big {
	position: relative;
}

#big a {
	text-decoration: none !important;
}

#big a span {
	position: absolute;
	left: 0;
	bottom: 20px;
	padding: 0 30px;
	font-size: 30px;
	line-height: 36px;
	color: #fff;
}

#big a em {
	padding-left: 10px;
	font-size: 42px;
}

#big img {
	display: block;
}

#gallery ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	padding: 1% 0 1% 1%;
	height: 100%;
	overflow: hidden;
	background-color: #f4f4f4;
}

#gallery li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	position: relative;
	float: left;
	width: 24%;
	margin-right: 1%;
	cursor: pointer;
}

#gallery li.last {
	margin-right: 0 !important;
}

#gallery li img {
	display: block;
	margin: 0;
	padding: 0;
}

#gallery li span {
	position: absolute;
	top: -2000px;
}

#magazine.cols {
	margin-top: 0 !important;
	padding-top: 3px !important;
	margin-bottom: 10px !important;
}

#magazine .sixcol {
	margin-top: 21px;
}

#magazine h6 {
	margin-bottom: 18px;
	font: normal 18px/normal Arial, Helvetica, sans-serif;
}

ul.list {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
}
/*

ul.list li - сбивало стиль на странице автора https://www.c-o-k.ru/authors?id=3271 ( публикации в журнале), а #magazine li - есть подозрение что нигде не употребляется

#magazine li, ul.list li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	padding: 4px 0 10px 14px;
	font-size: 14px;
	line-height: 16px;
	background: url(/images/list.png) no-repeat 1px 10px;
}
*/

#banner, .bnr {
	margin-top: 26px;
	padding: 7px;
	border: 1px solid #e1e1e1;
}

#banner img, .bnr img {
	border: 0 !important;
}

#sidebar .bnr {
	padding-left: 0;
	padding-right: 0;
}






/*** прайс рекламы ****/

#map-box-bg {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background: url(/images/overlay.png) repeat;
}

.map-box {
	position: relative;
	z-index: 9992;
	cursor: help;
	background-color: #fff;
}

.map-box .size {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	text-align: center;
	border: solid 7px #fff;
	font: bold 24px Arial, Helvetica, sans-serif;
	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-sizing: border-box;
}

.map-box .price {
	right: 10px;
	top: 10px;
}

.map-box .requirements {
	right: 10px;
	bottom: 10px;
	display: none;
	position: absolute;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
	cursor: pointer;
}

.map-box:hover .requirements {
	display: block;
}

.map-box .requirements a {
	text-decoration: none;
	color: #fff !important;
}

.map-box .requirements a:hover {
	text-decoration: underline;
}

.map-box .alias {
	color: #fff;
	padding: 3px;
	opacity: 0.1;
	-moz-opacity: 0.1;
	-webkit-opacity: 0.2;
	position: relative;
	z-index: 1;
	display: none;
}

.map-box .price {
	display: none;
	position: absolute;
	text-align: right;
	font: normal 14px Arial, Helvetica, sans-serif;
	color: #fff;
}

.map-box:hover .size {
	color: #fff;
}

.map-box:hover .price {
	display: block;
}

.map-box.vertical {
	margin: 0;
	padding: 0;
}

.map-box.vertical .size {
	left: 0;
	top: 0;
}

.map-box.up-1180 {
	margin-top: 33px;
	border: 0;
}

.map-box.up-1180 .price {
	text-align: center;
	width: 100%;
	right: 0;
	bottom: 50px;
	font-size: 18px;
}

.map-box.up-1180 .size {
	line-height: 80px;
	font-size: 50px;
}

.map-box.s-730 {
	border: 1px solid #fff;
}

.map-box.s-730 .size {
	line-height: 80px;
	background-color: #2d5e9c;
}

.map-box.s-730 .price {
	right: 17px;
	bottom: 17px;
}

.map-box.s-730-2 {
	border: 1px solid #fff;
}

.map-box.s-730-2 .size {
	line-height: 80px;
	background-color: #2d5e9c;
}

.map-box.s-730-2 .price {
	right: 17px;
	bottom: 17px;
}

.map-box.s-230 {
	position: relative;
	z-index: 9994;
}

.map-box .rel {
	z-index: 9996;
}

.map-box.s-230 .item:hover {
	z-index: 10003;
}

.map-box.s-350-200 {
	padding: 0;
}

.map-box.s-350-200 .size {
	line-height: 180px;
	background-color: #2d5e9c;
}

.map-box.s-350-200 .text {
	position: absolute;
	left: 0;
	top: 110px;
	width: 350px;
	text-align: center;
	color: #ccc;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
}

.map-box.s-350 {
	position: relative;
	width: 350px;
	height: 200px;
	border: none;
	margin-top: 25px;
}

#company.map-box .company-border {
	position: absolute;
	left: 0;
	top: 0;
	width: 350px;
	height: 175px;
	cursor: help;
	background: url(/images/company_border.png) no-repeat 0 0;
}

#company.map-box .price {
	color: #e6292f;
}

.map-box.s-350-150 {
	position: relative;
	border: none;
	margin-top: 25px;
}

#_banner-index-blocs {
	height: 100%;
	width: 100%;
}

#_banner-index-blocs .map-box {
	height: 100% !important;
    padding: 0 !important;
	width: 242px !important;
	position: absolute;
}
/************/

#articles li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	height: 100%;
	margin-bottom: 25px;
	overflow: hidden;
}

#articles img {
	float: left;
	width: 120px;
	height: 120px;
	margin-top: 2px;
}

#articles li a {
	color: #444;
	text-decoration: none !important;
}

#articles li .date a {
	color: #999;
}

#articles li a:hover span {
	color: #000;
}

#articles span {
	display: block;
	margin: 0 0 4px 141px;
	line-height: 16px;
	text-decoration: none !important;
}

#articles .exactly {
	height: 115px;
	overflow: hidden;
}

#articles li span em {
	display: block;
	font-style: normal !important;
}

#articles .title {
	padding-bottom: 4px;
	font: normal 16px/18px Arial, Helvetica, sans-serif;
	color: #e6292f !important;
}

#articles .date {
	color: #999 !important;
	font-size: 10px;
	float: left;
	margin-bottom: 0;
	margin-left: 21px;
	line-height: 10px;
	text-transform: uppercase;
}

#articles .comment {
	color: #999999 !important;
	font-size: 10px;
	float: right;
	margin-bottom: 0;
	line-height: 10px;
	text-transform: uppercase;
	margin-left: 0;
}

#articles .comment a {
	color: #999999 !important;
	display: block;
	height: 12px;
	line-height: 12px;
	position: relative;
	overflow: hidden;
}

#articles .comment a span {
	background: url(/images/icons_12x12.png) -228px -12px no-repeat;
	width: 12px;
	height: 12px;
	float: left;
	margin: 0;
	margin-right: 5px;
	overflow: hidden;
}

#articles .comment a:hover span {
	background-position: -96px -12px;
}

#articles .tabs-content-container {
	margin: 20px 0 0 0;
}

.banners {
	height: 100%;
	overflow: hidden;
	text-align: center;
}

.banners a {
	display: block;
	margin-bottom: 10px;
}

.bloc {
	margin-top: 40px;
}

#content .article_main ul {
	margin: 7px 0 0 0;
	padding: 0;
}

#content ul#article_main {
	margin: 7px 0 0 0;
	padding: 0;
}

#content #articles.article_main h2 {
	float: left;
}

#content #articles.article_main .tabs-buttons {
	margin: 0px 0 0 141px;
	padding-top: 3px;
}

#forum {
	padding: 19px 20px 14px 20px;
	overflow: hidden;
	background: url(/images/person_bg.png) repeat left top #e5e5e5;
}

#forum h6 {
	margin-bottom: 0;
	padding-bottom: 17px;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
	background: url(/images/line.png) repeat-x left bottom;
}

#forum ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #forum li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	padding: 14px 0;
	line-height: 15px;
	background: url(/images/line.png) repeat-x left bottom;
}

#forum .all {
	padding-top: 13px;
	background: none;
}

.slider-opacity {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 114px;
	z-index: 99;
	background: url(/images/sprites2.png) repeat-x 0 -236px;
}

#news .slider-opacity {
	height: 28px;
	background-color: #fff;
}

.bloc-bottom {
	height: 100%;
	overflow: hidden;
	padding: 1px 0 20px 0;
	font-size: 11px;
	color: #e5e5e5;
}

.bloc-bottom a {
	color: #777;
	text-decoration: none !important;
}

.bloc-bottom a:hover {
	color: #265a99;
}

.bloc-bottom a.plus, #switcher a.plus {
	padding-left: 17px;
	position: relative;
	z-index: 100;
	background: url(/images/sprites2.png) no-repeat -109px -29px;
}

.bloc-bottom a.search {
	padding-left: 17px;
	background: url(/images/sprites3.png) no-repeat -22px -28px;
}

#news {
	position: relative;
	top: 2px;
    background: url(/img/dots/index-review.png) right top repeat-y;
    background-size: 1px 4px;
}


#content #news li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	width: 100% !important;
	height: auto !important;
	margin-bottom: 0px;
	padding-bottom: 30px;
	overflow: hidden;
}

#content #news li.noimg {
	padding-bottom: 15px;
	margin: 0;
}

#news img {
	float: left;
	width: 90px;
	height: 90px;
	margin-top: 3px;
	background-size: contain;
}

#news li a {
	color: #444;
	text-decoration: none !important;
}

#news li a:hover span {
	color: #000;
}

#news span {
	display: block;
	margin: 0 0 4px 111px;
	line-height: 14px;
	text-decoration: none !important;
}

#news span.exactly {
	height: 78px;
	overflow: hidden;
}

#news span.exactly span {
	margin: 0;
}

#news .noimg span {
	margin-left: 0;
}

#news .title {
	padding-bottom: 4px;
	font: bold 14px/15px Arial, Helvetica, sans-serif;
	color: #e6292f !important;
}

#news .noimg .title {
	padding: 0 0 0px 0;
	margin: 0;
}

#news li.list .title {
	color: #265A99 !important;
	font-weight: normal;
}

#news .comments {
	float: right;
	font-size: 12px;
	display: block;
	margin: -1px 1px 0 0;
	line-height: 10px;
	position: absolute;
	right: 0;
}

#news .comments.nocomm {
	display: none;
}

#news li:hover .comments.nocomm {
	display: block;
}

#news .comments a {
	color: #999;
	text-transform: uppercase;
	line-height: 10px;
	display: block;
	position: relative;
	height: 12px;
	overflow: hidden;
}

#news .comments a span {
	background: url(/images/icons_12x12.png) -228px -12px no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin: -1px 5px 0 0;
	overflow: hidden;
}

#news .comments a:hover span {
	background-position: -96px -12px;
}

#news .comments a:hover {
	color: #265A99;
}

#news .comments a:hover span {
	color: #265A99;
}

#news div.bot {
	margin: 0 0 0 111px;
	height: 8px;
}

#news .date {
	font-size: 10px;
	color: #999 !important;
	text-transform: uppercase;
	margin: 0;
	line-height: 8px;
}

#news li.list {
}

#news li.list a {
	color: #265A99;
	font-weight: normal;
}

#news li.list a:hover {
	text-decoration: underline !important;
}

#company {
	margin-top: 30px;
	overflow: hidden;
	background: url(/images/company_bg.png) repeat left top #f0f0f0;
}

#company.nomargin {
	margin-top: 2px;
}

#company h6 {
	height: 28px;
	margin: 0;
	padding: 12px 0 0 16px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background: url(/images/company.png) repeat-x 0 -10px #2d5f9c;
}

#company .bloc {
	margin-top: 0;
	padding: 17px 16px 13px 16px;
	overflow: hidden;
}

#company a {
	color: #444;
	text-decoration: none !important;
}

#company a:hover span {
	color: #000;
}

#company span {
	display: block;
	margin-left: 106px;
	line-height: 14px;
}

#company span.border {
	margin: 2px 0 0 0;
}

#company span.title {
	padding-bottom: 5px;
	font: bold 13px/15px Arial, Helvetica, sans-serif;
	color: #265a99 !important;
}

#company .bottom {
	height: 10px;
	background: url(/images/company.png) repeat-x 0 0;
}

#person {
}

#person h6 {
	margin-bottom: 15px;
}

#person .bloc {
	margin-top: 0;
	padding: 18px 19px 21px 19px;
	overflow: hidden;
	background: url(/images/person_bg.png) repeat left top #e5e5e5;
}

#person a {
	color: #444;
	text-decoration: none !important;
}

#person a:hover {
	color: #000;
}

#person span {
	display: block;
	margin-left: 106px;
	padding-top: 9px;
	font-size: 13px;
	line-height: 19px;
}

#person span.border {
	margin: 2px 0 0 0;
}

#person .bottom {
	height: 10px;
	background: url(/images/sprites2.png) repeat-x 0 -191px;
}

#seminars li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin-bottom: 12px;
}

#seminars li p {
	padding-right: 40px;
	line-height: 18px;
}

#seminars li p.date {
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}

#seminars li a {
	font-size: 13px;
}

#seminars li a span {
	font-size: 18px;
}

#seminars .slider-opacity {
	height: 80px;
}

#last-video-wrapper {
	height: 100%;
	overflow: hidden;
}

#last-video {
	margin-top: 37px;
	height: 100%;
	overflow: hidden;
}

#last-video h6 {
	margin-bottom: 15px;
}

.video {
	position: relative;
	float: left;
	overflow: hidden;
}

.video a {
	float: left;
	overflow: hidden;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	text-decoration: none !important;
}

.video img {
	display: block;
	margin: 0;
}

.video span.play {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 61px;
	height: 61px;
	margin: -30px 0 0 -30px;
	cursor: pointer;
	background: url(/images/sprites2.png) no-repeat 0 -31px;
}

.video span.text {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	cursor: pointer;
	background: url(/images/video_bg.png) repeat left top;
}

.video span.text em {
	display: block;
	padding: 10px 15px;
	font-style: normal;
	font-weight: bold;
	cursor: pointer;
}

#last-video-wrapper .bloc-bottom {
	margin-top: 10px;
}

#last-video-wrapper .bloc-bottom .fright {
	float: right;
	margin: 0;
	padding: 0;
	background: none !important;
}

#new {
	margin-top: 20px;
	padding-bottom: 20px;
}

#new h6 {
	margin-bottom: 0;
	padding-bottom: 16px;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #new h6{
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#new ul {
	margin: 0;
	padding: 0;
}

#content #new li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	padding: 15px 0 15px 0px;
	overflow: hidden;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #content #new li{
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#content #new li a.img {
	float: left;
}

#content #new li a.img img {
	border: solid 1px #ccc;
}

#new .pdf {
	margin-top: 1px;
}

#new p {
	margin-left: 40px;
	font-size: 13px;
	line-height: 16px;
	min-height: 32px;
}

#sidebar #new p {
	margin-left: 111px;
}

#new p span {
	color: #999;
}

#new .bloc-bottom {
	margin-top: 10px;
}

#footer {
	margin-top: 70px;
	padding-top: 28px;
	padding-bottom: 4px;
	overflow: hidden;
	background: url(/images/line.png) repeat-x left top #f2f2f2;
}

#footer .row {
	max-width: 1156px;
}
#footer .row > * {
    width:100%;
}
#footer .row .twocol {
	width: 16%;
}

#footer #botmenu {
	background: url(/images/line.png) repeat-x left bottom;
}

#footer #botmenu #botlinks {
	font-size: 11px;
	line-height: 15px;
	color: #777;
	text-shadow: 0 1px 0 #fff;
	text-align: right;
	padding: 0 0 5px 0;
}

#footer #botmenu #botlinks a {
	color: #777;
	text-decoration: none;
}

#footer #botmenu #botlinks a:hover {
	color: #265a99;
}

#footer ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	overflow: hidden;
}

#footer ul ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	margin: 0;
	padding-bottom: 0;
	background: none;
}

#footer li p {
	padding-bottom: 13px;
	font-size: 14px;
	font-weight: bold;
	color: #666;
	text-shadow: 0 1px 0 #fff;
}

#footer li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	padding-bottom: 10px;
}

#footer li a {
	font-size: 11px;
	line-height: 15px;
	color: #777;
	text-shadow: 0 1px 0 #fff;
}

#footer li a:hover {
	color: #265a99;
	text-decoration: none;
}

#bottom {
	min-height: 34px;
	padding: 32px 0 25px 0;
	font-size: 11px;
	color: #666;
	overflow: hidden;
}

#counters {
	float: right;
	height: 30px;
	overflow: hidden;
	margin-top: -3px;
}

#counters img {
	max-height: 30px !important;
	margin-left: 15px;
}

#copy {
	float: left;
	height: 13px;
	padding-left: 140px;
	padding-top: 17px;
	line-height: normal;
	color: #777 !important;
	background: url(/images/sprites2.png) no-repeat 0 0;
	text-shadow: 0 1px 0 #FFFFFF;
    box-sizing: content-box;
}

#copy a {
	color: #777;
}

#copy a:hover {
	color: #265A99;
	text-decoration: none;
}

#news-inner li {
    margin-bottom: 25px;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	height: 100%;
	overflow: hidden;
}
.news_inner--list_item--item_wrapper{

}

#news-inner a {
	text-decoration: none !important;
}

#news-inner img {
	float: left;
	margin-top: 5px;
}

#news-inner span {
	display: block;
	margin-left: 260px;
	margin-bottom: 4px;
	line-height: 18px;
	color: #444;
}
#news-inner .news-inner__item-heading{
	margin-left:0;
}

#news-inner span.date {
	float: left;
	margin-left: 0;
	font-size: 11px;
	font-weight: bold;
	color: #222 !important;
	text-transform: uppercase;
	width: 120px;
}

#news-inner span.date em {
	display: block;
	font-weight: normal;
	color: #a8a8a8;
}

#news-inner span.title {
	margin-top: 2px;
	margin-bottom: 0;
	padding-bottom: 10px;
	font-size: 18px;
	color: #265a99 !important;
}

#news-inner .newslist_itemfooter {
    display: flex;
    justify-content: flex-end;
}

#news-inner .news_has_video {
	float: left;
	height: 12px;
	width: 12px;
	display: block;
	margin: 3px 0 0 260px;
	background: url("/images/icons_12x12.png") no-repeat scroll -216px -36px transparent;
}

#news-inner span.comments {
	text-transform: uppercase;
	font-size: 10px;
	color: #999;
	display: block;
	margin: 0;
}

#news-inner span.comments a {
	text-decoration: none;
	color: #999;
}

#news-inner span.comments a i {
	background: url("/images/icons_12x12.png")  -228px -12px no-repeat;
	height: 12px;
	margin-left: -18px;
	margin-top: 3px;
	position: absolute;
	width: 12px;
}

#news-inner span.comments.nocomm {
	visibility: hidden;
}

#news-inner  .newslist_itemfooter {
	padding-bottom: 10px;
	width: 100%;
}

#news-inner a:hover span {
	color: #000;
}

.pages {
	margin-top: 6px;
	padding-top: 21px;
  padding-bottom:20px;
	text-align: center;
	background: url(/img/dots/horizontal.png) repeat-x -4px top;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  .pages{
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

.pages a {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	height: 24px;
	margin: 0 1px;
	padding: 0 9px;
	line-height: 26px;
	text-decoration: none !important;
	zoom: 1;
	*display: inline;
	*margin: 0 3px;
}

.pages a:hover {
	color: #282828;
}

.pages a.active {
	color: #282828;
	background-color: #e5e5e5;
}

a.next, a.prev {
	width: 11px;
	height: 17px;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	background: url(/images/sprites.png) no-repeat;
}

a.next {
	float: right;
	background-position: -47px -29px;
}

a.prev {
	float: left;
	background-position: -35px -29px;
}

.pages span.active a {
	color: #282828;
	background-color: #e5e5e5;
}

.pages span.next a, .pages span.prev a {
	width: 11px;
	height: 17px;
	margin: 0;
	margin-top: 3px;
	padding: 0;
	background: url(/images/sprites.png) no-repeat;
}

.pages span.next a {
	float: right;
	background-position: -47px -29px;
}

.pages span.prev a {
	float: left;
	background-position: -35px -29px;
}

#person-inner li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	height: 100%;
	margin-bottom: 27px;
	overflow: hidden;
}

#person-inner img {
	float: left;
	margin-top: 3px;
}

#person-inner li a {
	color: #444;
	text-decoration: none !important;
}

#person-inner li a:hover span {
	color: #000;
}

#person-inner span {
	display: block;
	margin: 0 0 4px 110px;
	line-height: 18px;
	text-decoration: none !important;
}

#person-inner .title {
	padding-bottom: 4px;
	font: normal 18px/18px Arial, Helvetica, sans-serif;
	color: #265a99 !important;
}

#person-inner .date {
	margin-bottom: 0;
	font-size: 11px;
	color: #999 !important;
	text-transform: uppercase;
}

#article-info {
	margin-bottom: 38px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#article #article-info a {
	text-decoration: none;
}

#article #article-info a:hover {
	text-decoration: underline;
}

#article-info p {
	float: left;
	margin: 0 40px 8px 0;
	font-size: 14px !important;
	color: #777 !important;
}

#article a {
	text-decoration: underline;
}

#article a:hover {
	text-decoration: none;
}

#article p, .text p {
	height: 100%;
	margin-top: 20px;
	overflow: hidden;
	font-size: 14px;
	line-height: 22px;
    font-family: HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
	color: #444;
}

#article ul, .text ul {
	font-size: 14px;
	line-height: 22px;
	font-family: "Noto Sans";
	color: #444;
}

.inf .view .anons .text p {
	margin-top: 0;
	color: inherit !important;
	font-size: inherit !important;
	line-height: 14px;
}

p.nopd {
	margin-top: 0;
}

#article img.fleft {
	margin: 5px 18px 0 0;
}

#article .italic {
	font-weight: bold;
	margin-bottom: 40px;
}

#likes {
	margin: 22px 0 32px 0;
	padding-top: 25px;
	overflow: hidden;
	background: url("/img/dots/horizontal.png") repeat-x -4px top;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #likes{
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}
#likes.noborder {
	margin-top: 11px;
	border-top: none;
}

.to-friend {
	float: right;
	min-height: 18px;
	margin-top: 2px;
	padding-left: 35px;
	background: url(/images/sprites.png) no-repeat -59px -38px;
}

.to-friend a {
	color: #555;
	text-decoration: underline;
}

.to-friend a:hover {
	text-decoration: none;
}

#add-comm {
	margin-top: 34px;
    margin-bottom: 20px;
}

.box {
	padding: 22px 29px 0 29px;
	border: 1px solid #eaeaea;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #fafafa;
	*padding-bottom: 20px;
}

#add-comm .tr {
	height: 100%;
	margin-bottom: 29px;
	overflow: hidden;
}

#add-comm .fleft {
	margin-right: 15px;
}

#add-comm input {
	width: 564px !important;
	padding: 0 10px;
	height: 24px;
	margin-top: 7px;
	line-height: 24px;
}

#add-comm input.comment_dis {
	width: 213px !important;
}

#add-comm input.sbmt {
	width: auto !important;
}

#add-comm input.short {
	width: 60px;
}

#add-comm textarea {
	width: 572px;
	height: 92px;
	margin-top: 7px;
	padding: 5px 2px 5px 10px;
}

#add-comm .captcha {
	margin-top: -14px;
}

#add-comm .captcha img {
	margin: 3px 0 10px 0;
}

#add-comm .captcha a {
	color: #b9b9b9 !important;
	text-decoration: underline;
}

#add-comm .captcha a:hover {
	text-decoration: none;
}

#add-comm input.sbmt {
	margin-top: 20px !important;
}

#add-comm #review_value_checker {
	float: right;
	width: 68px;
	height: 12px;
	margin-top: 7px;
	cursor: pointer;
	background: url(/images/icons_stars_12x12.png) left top no-repeat;
}

#add-comm #review_value_desc {
	float: right;
	margin-top: 7px;
	color: #999999;
	margin-right: 10px;
}

#add-comm #review_value_desc span {
	display: none;
}

#add-comm h6 {
	margin-bottom: 10px;
}

table.about {
	margin: 27px 0;
}

table.about td {
	padding: 5px 0;
	font-size: 13px;
}

table.about td.bold {
	padding-right: 50px;
	font-weight: bold;
}




#calendar .prev, #calendar .next {
	margin-top: 6px;
}

#calendar ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	height: 100%;
	overflow: hidden;
}

#calendar li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
}

#calendar li, #calendar li a {
	float: left;
	width: 80px;
	height: 80px;
}

#calendar li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin: 3px;
}

#calendar li a {
	text-align: center;
	line-height: 80px;
	font-size: 14px;
	font-weight: bold;
	color: #265a99;
	text-decoration: none !important;
	background-color: #f0f0f0;
}

#calendar li.gray a {
	color: #cecece;
}

#calendar li a:hover, #calendar li.active a {
	color: #fff;
	background-color: #265a99;
}

#calendar li.gray a {
	color: #cecece;
	background-color: #f0f0f0;
}

#calendar-inner ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	height: 100%;
	margin-bottom: 10px;
	overflow: hidden;
}

#calendar-inner li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
}

#calendar-inner li.before,#calendar-inner li.after {
	display: none;
}

#calendar-inner li, #calendar-inner li a {
	float: left;
	width: 59px;
	height: 31px;
}

#calendar-inner li {
	margin: 0 3px 3px 0;
}

#calendar-inner li div {
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	width: 59px;
	height: 31px;
	font-weight: bold;
	color: #cecece;
	text-decoration: none !important;
	background-color: #f0f0f0;
}

#calendar-inner li a {
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #2d5f9c;
	text-decoration: none !important;
	background-color: #f0f0f0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#calendar-inner li.gray a {
	color: #cecece;
}

#calendar-inner li a:hover, #calendar-inner li.active a {
	color: #fff;
	background-color: #265a99;
}

#calendar-inner a.prev, #calendar-inner a.next {
	float: left;
	width: 11px;
	height: 17px;
	margin: 7px 9px 0 14px;
	background-color: #fff !important;
}

#calendar-inner a.next {
	margin-left: 0;
}

#magazine-inner.cols {
	margin-top: 24px !important;
}

#magazine-inner .fourcol {
	margin-bottom: 24px;
}

#magazine-inner .fourcol p {
	height: 100%;
	overflow: hidden;
}

#magazine-inner .fourcol .img {
	padding: 6px;
	margin-bottom:4px;
}

#magazine-inner .fourcol img {
	display: block;
	-moz-box-shadow: 0 2px 8px #e2e2e2;
	-webkit-box-shadow: 0 2px 8px #e2e2e2;
	-khtml-box-shadow: 0 2px 8px #e2e2e2;
	box-shadow: 0 2px 8px #e2e2e2;
}

#magazine-inner  a.link {
	float: left;
	width: auto;
	height: auto;
	margin-left: 16px;
	padding: 10px 0 15px 34px;
	color: #555;
	text-decoration: underline !important;
	background: url(/images/magazine.png) no-repeat;
}

#magazine-inner  a.pdf {
	background-position: 0 11px;
}

#magazine-inner  a.sub {
	background-position: 0 -39px;
}

#magazine-inner  a.mail {
	background-position: 0 -89px;
}

#magazine-inner  a:hover {
	color: #e6292f;
}

#magazine-inner .sevencol {
	margin-left: 20px;
}

#magazine-inner h6 {
	font-size: 18px;
	line-height: 30px;
}

#magazine-inner ul.list li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	padding: 4px 0 15px 0;
	font-size: 14px;
	line-height: 19px;
}
#brand-inner #read_same_theme .brand_articles a.btn-type-label,
#read_same_theme a.btn-type-label {
    font-size: 9px;
    line-height: 10px;
    position: relative;
    top: -2px;
    margin-left: 0;
}

#magazine-inner ul.list li a.btn-type-label {
    position: relative;
    top: -2px;
    margin-left:0;
}
#magazine-inner ul.list li a.btn-type-label:hover{
    text-decoration: none;
    color: #265a99;
    border: solid 1px #265a99;
}

#content .tabs ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: url(/images/line.png) repeat-x left bottom;
}

#content .tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	position: relative;
	float: left;
	margin-right: 30px;
	padding-bottom: 9px;
	font-size: 15px;
	line-height: 30px;
	color: #265a99;
	cursor: pointer;
}

#content .tabs li span {
	display: none;
	position: absolute;
	left: 50%;
	bottom: 1px;
	width: 11px;
	height: 7px;
	margin-left: -5px;
	background: url(/images/sprites2.png) no-repeat -63px -31px;
}

#content .tabs li.active {
/*font-weight:bold;*/
	color: #222;
	cursor: default;
}

#content .tabs li.active span {
	display: block;
}

.tabs-text {
	padding-top: 16px;
}

.tabs-text div.tab {
	display: none;
}

.tabs-text div.tab.active {
	display: block;
}

ul.topnav {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	padding: 0;
	margin: 0;
	font: bold 12px/normal Arial, Helvetica, sans-serif;
	color: #555;
	text-transform: uppercase;
}

ul.topnav li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
}

ul.topnav li a {
	display: block;
	padding: 0 0 15px 0px;
	color: #225189;
	text-transform: uppercase;
	text-decoration: none;
	background: url(/images/accordion_close.png) no-repeat left top;
}
ul.topnav.library--trademarks_catalog li a{
    background: none;
}

ul.topnav#library_video_list li a {
	padding: 0 0 15px 20px;
}
ul.topnav#library_video_list .file_list li a {
	padding-left: 0;
}
ul.topnav li a.nopointer {
	cursor: default;
}

ul.topnav li a span.openlist {
	cursor: pointer;
	padding: 0 0 0 20px;
    display: block;
}

ul.topnav li em {
	font-style: normal;
	color: #bfbfbf !important;
}

ul.topnav ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	padding: 0;
	margin-left: 20px;
	display: none;
}

ul.topnav ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	clear: both;
}

ul.topnav ul li a {
	padding: 5px 0 20px 25px;
	outline: 0;
	font-weight: bold;
	color: #2c2c2c;
	background: none;
}
ul.topnav li.active ul li a{
    background: none;
}
ul.topnav ul li a.opengroup::before {
    font-family: FontAwesome;
    content: "\f00a";
    display: inline-block;
    color: #bfbfbf;
    position: absolute;
    margin-left: -25px;
    margin-top: 1px;
}
ul.topnav ul li.trade_page_link a{
    padding-left: 25px;
}
ul.topnav ul li.trade_page_link a::before {
    display: none;
}
ul.topnav ul ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	margin-left: 0;
}

ul.topnav ul ul li a {
	padding: 3px 0 10px 20px;
	font-size: 15px;
	font-weight: normal;
	color: #265a99;
	text-transform: none;
	text-decoration: underline;
	background: none;
}

ul.topnav ul ul li p {
	padding: 0 0 20px 20px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #555;
	text-transform: none;
}

ul.topnav ul ul li p.title {
	padding: 0;
}

ul.topnav p.title {
	float: left;
}

ul.topnav#library_video_list p.title {
	float: none;
    padding-left: 0;
}

ul.topnav p.title .addToBookmarks,ul.topnav p.title .delFromBookmarks {
	cursor: pointer;
	position: relative;
	float: right;
	margin-right: 20px;
}

ul.topnav p.title .addToBookmarksIcon {
	float: right;
	position: relative;
	width: 10px;
	height: 21px;
}

ul.topnav p.title .txt {
	float: right;
	font-size: 11px;
	margin-right: 8px;
	margin-top: 2px;
	color: #777777;
}

ul.topnav p.title .txt:hover {
	color: #000;
}

ul.topnav li.active a {
	background: url(/images/accordion_open.png) no-repeat left 3px;
}

ul.topnav ul li.active a {
	background: url(/images/accordion_open.png) no-repeat left 8px !important;
}

ul.topnav#library_video_list li.active .menu_file_list a{
    background: none;
}

ul.topnav li a.expand-trade {
	background: none;
	position: absolute;
	right: 20px;
	top: 15px;
	font-size: 13px;
}

ul.topnav li a.opengroup {
	float: left;
}

ul.topnav ul li a.expand-trade-group {
	background: none !important;
	position: absolute;
	/*right:20px;*/
	color: #225189;
	font-size: 12px;
	line-height: 15px;
	display: inline;
	padding: 0;
	margin-top: 6px;
	margin-left: 10px;
}

ul.topnav ul li a.expand-trade-group	span {
	font-size: 11px;
	line-height: 15px;
}

ul.topnav ul li.active a.expand-trade-group {
	display: inline;
}

ul.topnav .library-trademark-list a.expand-trade {
	display: none;
}

ul.topnav .library-trademark-list ul {
	display: block;
}

#biblio-document li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	height: 100%;
	overflow: hidden;
	margin-bottom: 17px;
}

#biblio-document li .img a {
	position: relative;
	display: block;
	padding: 19px;
	overflow: hidden;
	padding: 20px;
	border: 0;
	text-decoration: none !important;
}

#biblio-document li .img a:hover {
	border: 1px solid #e1e1e1;
	padding: 19px;
	background-color: #f7f7f7;
}

#biblio-document span {
	display: block;
	font-size: 15px;
	line-height: 18px;
	color: #555;
}

#biblio-document span.info {
	padding-top: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #777;
}

#biblio-document span.img, #biblio-document span.col {
	display: table-cell;
	height: 100%;
	vertical-align: middle;
	width: 100%;
}

#biblio-document span.img {
	width: 94px;
	padding-right: 38px;
}

#biblio-document img {
	float: left;
}

#biblio-document span.img .djvu {
	position: absolute;
	right: 9px !important;
	top: 18px !important;
	width: 26px;
	height: 32px;
	background: url(/images/sprites.png) no-repeat 0 -79px;
}

span .djvu {
	position: absolute;
	right: 9px !important;
	top: 18px !important;
	width: 26px;
	height: 32px;
	background: url(/images/sprites.png) no-repeat 0 -79px;
}

#biblio-document span.img .pdf {
	position: absolute;
	right: 9px !important;
	top: 18px !important;
	margin: 0;
}

#biblio-document a u {
	color: #265a99 !important;
	text-decoration: underline;
}

#biblio-document a:hover u {
	text-decoration: none;
}

#brands-wrapper .prev, #brands-wrapper .next {
	width: 11px;
	height: 17px;
}

#brands-wrapper .prev {
	background-position: -35px -29px;
}

#brands-wrapper .next {
	background-position: -47px -29px;
}

#brands-wrapper .prev:hover {
	background-position: -35px -48px;
}

#brands-wrapper .next:hover {
	background-position: -47px -48px;
}

#brands .title {
/*height:36px;*/
	margin-bottom: 19px;
	padding: 10px 0 10px 50px;
	font: bold 17px/41px Arial, Helvetica, sans-serif;
	color: #222;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 32px auto;
}

#brands ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	height: 100%;
	overflow: hidden;
	margin-bottom: 21px;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #brands ul li{
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#brands ul li.last {
	margin-bottom: 0;
	background: none;
}

#brands .title.afg {
	background: url(/images/afg.png) no-repeat left center;
}

#brands .title.bar {
	background: url(/images/bar.png) no-repeat left center;
}

#brands .title.cat {
	background: url(/images/cat.png) no-repeat left center;
}

#brands .title.coc {
	background: url(/images/coc.png) no-repeat left center;
}

#brands ol, #brands ol li, #brands ol li p {
	height: 100%;
	margin-bottom: 0;
	overflow: hidden;
	background: none;
}

#brands ol {
	margin: 0 0 0px 0px;
	padding: 0;
}

#brands ul li.last ol {
	margin-bottom: 0;
}

#brands ul li img {
	max-height: 18px !important;
}

#brands ol li p {
	margin-bottom: 11px;
}

#brands ol li a {
	float: left;
	height: 29px;
	padding: 0 37px 0 11px;
	font: bold 13px/29px Arial, Helvetica, sans-serif;
	color: #225189;
	text-decoration: none !important;
	text-transform: uppercase;
}

#brands ol li a em {
	font-style: normal;
	color: #bfbfbf;
}
/*#brands ol li a:hover{color:#fff;background:url(/images/brands.png) no-repeat right center #e6292f}*/
#brands ol li a:hover em {
	color: #fff;
}

#about-company {
	height: 100%;
	overflow: hidden;
}

#about-company h1 {
	margin-bottom: 0;
}

#about-company .tabs {
	float: right;
	width: 138px;
	margin: 32px 0 0 0;
	padding: 0 0 0 30px;
	font-size: 12px;
	line-height: 15px;
}

#about-company .tabs ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	overflow: visible;
	background: none;
}

#about-company .tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: none;
	display: block;
	margin: 0 0 13px 0;
	padding: 0;
	font-size: 12px;
	line-height: 15px;
}

#about-company .tabs li#tab-button-bookmarks {
	margin-bottom: 20px;
	color: #999;
}

#about-company .tabs li:hover {
	text-decoration: underline;
}

#about-company .tabs li.active {
	text-decoration: none;
}

#about-company .tabs li.active span {
	left: -13px;
	top: 3px;
	width: 6px;
	height: 9px;
	background: url(/images/tabs_vertical.png) no-repeat left top;
}

#about-company .tabs-text {
	min-height: 350px;
	margin: 0 155px 0 0;
	padding: 0px 18px 0 0;
	background: url(/images/line_vertical.png) no-repeat right top;
}

#about-company .tabs-text p {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #555;
}

#about-company .tabs-text a {
	text-decoration: underline;
}

#about-company .tabs-text a:hover {
	text-decoration: none;
}

#about-company .tabs-text .tabs2 {
	padding-top: 20px;
}

.tabs2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#photo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#about-company .info {
	height: 100%;
	margin: 16px 0 22px 0;
	overflow: hidden;
}

#company-list-buy .info {
	height: 100%;
	margin: 16px 0 0 0;
	overflow: hidden;
}

#about-company .info img, #company-list-buy .info img {
	float: left;
	margin-top: 18px;
}

#about-company .info p, #company-list-buy .info p {
	padding-bottom: 10px;
}

#about-company .info p.bold, #company-list-buy .info p.bold {
	padding-top: 10px;
	padding-bottom: 0;
	font-weight: bold;
}
/*#about-company #brands{margin-top:32px}*/
#about-company #company-content-tabs {
	padding: 20px 0;
}

#about-company #company-content-tabs #tab-library .tab-library-title {
	background: url("/images/line.png") left bottom repeat-x;
	color: #444;
	font-size: 15px;
	padding: 10px 0px 10px 0px;
	margin: 0 0 20px 0;
}

#brands ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	background: none;
}

#about-company #brands .title {
	height: auto;
	margin: 25px 0 12px 0;
	padding: 0;
	padding-bottom: 12px;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #about-company #brands .title {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#about-company #brands ol {
	margin-left: 0;
}

#about-company #brands ol li {
	float: left;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
/*min-width:190px*/;
}

#about-company #brands #tab-br-eq-equip ol li {
	width: 50% !important;
}

#about-company #brands #tab-obl-obl ol li {
	width: 50% !important;
}

#about-company #brands #tab-obl-vid ol li {
	width: 50% !important;
}

#about-company #brands ol li p {
	margin-bottom: 5px;
}

#about-company #brands ol li a {
	padding-right: 24px;
	line-height: 26px;
	font-size: 12px;
}

#about-company #brands ol li span {
	white-space: nowrap;
	padding: 4px 24px 4px 10px;
	line-height: 26px;
	font-size: 12px;
	color: #225189;
	text-transform: uppercase;
	font-weight: bold;
}

#about-company #brands ol li p {
	position: relative;
}

#about-company #brands ol li p b {
	background: url("/images/right_shadow_white.png") left top repeat-y;
	height: 36px;
	position: absolute;
	right: 0;
	top: 0;
	width: 48px;
}

#about-company #tab-video .video-item a:hover {
	background: url(/images/red_tr.png) center center no-repeat;
}

#headings {
}

#subscr h1 {
	margin-bottom: 0;
	border-bottom: none;
	background: none;
}

#subscr .have-account {
	margin-bottom: 25px;
	padding: 21px 0;
	text-align: center;
	font-size: 13px;
	color: #555;
	border-top: 1px solid #d5dde4;
	border-bottom: 1px solid #d5dde4;
	background-color: #edf6fe;
}
#subscr .have-account.news-have-account{
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 70px;
    padding-bottom: 50px;
}
#subscr .have-account input {
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#subscr label {
	padding-left: 5px;
	cursor: pointer;
}

#subscr .box {
	margin: 0;
	padding: 22px 30px;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	-khtml-border-radius: 0;
	border-radius: 0;
}

#subscr .sixcol {
/*min-width:320px;*/
	margin-bottom: 20px;
	padding: 0 !important;
}

#subscr table {
	width: 100%;
}

#subscr th {
	padding-bottom: 17px;
	text-align: left;
	font: bold 14px/19px Arial, Helvetica, sans-serif;
	color: #333;
}

#subscr td {
	min-width: 90px;
	min-height: 26px;
	padding: 16px 0 15px 0;
	vertical-align: top;
	color: #555;
	padding: 5px 0;
}

#subscr em {
	font-style: normal;
	color: #e6292f;
}

#subscr input {
/*width:217px;*/
	height: 26px;
	box-sizing: border-box;
/*margin-top:-7px;*/
	padding: 0 8px;
	font: normal 13px/24px "Noto Sans",Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #e4e3e7;
}

#subscr input.noactive {
	font-size: 11px;
	color: #ccc;
}

#subscr input.noactive.right {
	text-align: right;
}

#subscr select {
	border: 1px solid #E4E3E7;
	color: #333333;
	font: 13px/24px Arial,Helvetica,sans-serif;
	height: 26px;
	margin: 0;
	overflow: hidden;
	padding: 4px 8px;
	width: 235px;
}

#subscr textarea {
	width: 223px;
	height: 66px;
	box-sizing: border-box;
	margin-top: -7px;
	padding: 2px;
	padding-left: 8px;
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #e4e3e7;
}

#subscr input.sbmt {
	float: right;
 /*width:110px !important;background:url(/images/button_next.png) no-repeat left top !important*/;
}

#subscr input.radio, #subscr input.chkbx {
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#subscr .box.date {
	padding: 0 20px 0 0;
	font-size: 14px;
	border: none;
}

#subscr .box.date table {
	width: auto;
	margin-top: 5px;
}

#subscr .box.date td {
	padding: 0 0 5px 0;
}

#subscr .box.date select {
	width: 145px;
	margin: 0 7px;
}

#subscr .box.date .bold {
	font-weight: bold;
}

#subscr .box.date td.bold {
	padding-right: 30px;
}

#subscr .box.date p {
	font-size: 13px;
}

#subscr .box.date p.bold {
	padding-bottom: 20px;
	font-size: 15px;
}

#subscr .box.date span.text {
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	min-height: 21px;
	padding-top: 5px;
	zoom: 1;
	*display: inline;
}

#subscr .cusel {
	margin-top: -7px;
}

#subscr .box.date .cusel {
	margin: 0 7px;
}

#subscr .captcha {
	width: 240px;
}

#subscr .captcha input {
	width: 77px;
}

#subscr .captcha img {
	display: block;
	margin: -7px 0 10px 0;
}

#subscr .captcha a {
	color: #b9b9b9 !important;
	text-decoration: underline;
}

#subscr .captcha a:hover {
	text-decoration: none;
}

#get-informer .box {
	float: left;
	width: 229px;
	padding: 18px;
	padding-bottom: 14px;
}

#get-informer .box td {
	min-width: 90px !important;
	min-height: 26px;
	padding: 11px 0 10px 0 !important;
	font-size: 11px;
	color: #555;
	text-align: left;
}

#get-informer .box .rel span {
	position: absolute;
	right: 15px;
	top: 3px;
	width: auto;
	font-size: 13px;
	color: #bababa;
}

#get-informer .box input {
	width: 89px;
	height: 25px !important;
	margin: 0;
	padding: 0 10px !important;
}

#get-informer .box input.radio, #get-informer .box input.chkbx {
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#get-informer .box input.sbmt {
	width: 95px !important;
	margin: 7px 10px 0 0 !important;
	background: url(/images/button_view.png) no-repeat left top !important;
}

#get-informer .box input.chkbx {
	margin-bottom: 5px !important;
}

#get-informer .box select, #get-informer .box .cusel {
	width: 85px;
}

#get-informer #informer {
	margin-left: 248px;
	padding: 26px 100px 26px 26px;
	border: 1px solid #eaeaea;
}

#get-informer #informer li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	height: 100%;
	margin-bottom: 16px;
	overflow: hidden;
}

#get-informer #informer img {
	float: left;
	margin-top: 3px;
}

#get-informer #informer p {
	margin-left: 90px;
	padding-bottom: 7px;
	color: #555;
}

#subscr.catalog .box {
	padding-top: 29px;
}

#subscr.catalog td {
	padding: 0 10px 20px 0;
}

#subscr.catalog select {
	width: 154px !important;
}

#subscr.catalog input {
	width: 300px;
}

#subscr.catalog p {
	padding-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
	line-height: 19px;
	color: #333;
}

#subscr.catalog input, #subscr.catalog .cusel {
	margin: 0;
}

#subscr.catalog input.sbmt {
	float: none;
	width: 150px !important;
	margin: -13px 0 8px 0 !important;
	padding: 0;
}

#calendar-inner ul.alphabet {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	margin: 0 0 7px 0;
}

#calendar-inner ul.alphabet li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
}

#calendar-inner ul.alphabet li, #calendar-inner ul.alphabet li a {
	width: 21px;
	height: 26px;
	line-height: 26px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#calendar-inner ul.alphabet li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin: 0 3px 3px 0;
}

#calendar-inner ul.alphabet li.ru, #calendar-inner ul.alphabet li.ru a, #calendar-inner ul.alphabet li.en, #calendar-inner ul.alphabet li.en a {
	width: 30px;
}

#calendar-inner ul.alphabet li.ru {
	margin-left: 9px;
}

#calendar-inner ul.alphabet li.en {
	margin-right: 0;
}

#calendar-inner ul.alphabet li.disabled a {
	color: #fff;
	background-color: #cecece;
}

#search-results h6 {
	margin-top: 28px;
	margin-bottom: 0;
	padding-bottom: 17px;
	font-size: 18px;
	font-weight: normal !important;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #search-results h6 {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#search-results .cols {
	margin-top: 0;
	position: relative;
}

#company-info {
	position: absolute;
	right: 0;
	width: 250px;
	margin-right: 5px;
	margin-top: 0px;
	top: 0;
	padding-bottom: 12px;
	border: 1px solid #e1e1e1;
	-moz-box-shadow: 0 2px 8px #e2e2e2;
	-webkit-box-shadow: 0 2px 8px #e2e2e2;
	-khtml-box-shadow: 0 2px 8px #e2e2e2;
	box-shadow: 0 2px 8px #e2e2e2;
}

#company-info p {
	padding: 0 14px 10px 14px;
	font-size: 11px;
	line-height: 16px;
	color: #333;
}

#company-info p.img {
	margin-bottom: 25px;
	padding: 10px;
	padding-bottom: 0;
}

#company-info p.logo {
	margin-bottom: 7px;
	text-align: center;
}

#company-info ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	height: 100%;
	margin: 0 14px;
	overflow: hidden;
}

#company-info li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
	width: 50%;
}

#company-info li a {
	font-size: 11px;
	line-height: 25px;
	color: #265a99 !important;
	text-decoration: underline;
}

#company-info li a:hover {
	text-decoration: none;
}

#company-info .address {
	margin: 18px 14px 0 14px;
}

#company-info .address p {
	padding-left: 12px;
	padding-bottom: 12px;
	line-height: 14px;
	color: #555;
	background: url(/images/accordion_close.png) no-repeat left 2px;
}

#company-info .address p.bold {
	padding-left: 0;
	font-size: 12px;
	font-weight: bold;
	background: none;
}

#company-list {
	margin-right: 277px;
	height: 100%;
}

#company-list ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#company-list li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	border-bottom: 1px dashed #e1e1e1;
	position: relative;
}

#company-list .title {
	margin: 18px 18px 11px 18px;
	font-size: 16px;
	line-height: 18px;
	color: #265a99;
	text-transform: uppercase;
}

#company-list p {
	font-size: 11px;
	margin: 0 18px 18px 18px;
	line-height: 16px;
	color: #555;
	cursor: pointer;
}

#company-list li.active ,#company-list li.opened {
	border: 1px solid #e1e1e1;
	background: #f7f7f7;
}

#company-list li.active .corner ,#company-list li.opened.corner {
	position: absolute;
	right: -24px;
	top: 50%;
	width: 17px;
	height: 30px;
	margin-top: -15px;
	z-index: 99;
	background: url(/images/company_list.png) no-repeat right center;
}

#company-list li.active .title,#company-list li.opened .title {
	font-weight: normal;
	color: #000;
	cursor: pointer;
}

#company-list .pages {
	border-top: none;
}

#transition {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/transition.png) repeat;
}

#login-wrapper {
	position: fixed;
	display: none;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(/images/overlay.png) repeat;
}

#login {
	position: relative;
	max-width: 716px;
	margin: 0 auto;
	font-size: 11px;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	-khtml-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	background-color: #c4c4c4;
}

#login a {
	color: #0076dd !important;
	text-decoration: none;
}

#login a:hover {
	text-decoration: underline;
}

#login.recovery a {
	color: #444 !important;
}

#login.recovery a:hover {
	color: #0076dd !important;
}

#login .title {
	position: relative;
	padding: 25px 0;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	-khtml-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	background: url(/images/login_top.png) repeat-x left -10px #dfdfdf;
}

#login .col-l, #login .col-r {
	position: relative;
	float: left;
	width: 358px;
	padding: 40px 40px 20px;
}

#login .col-l {
	border-right: 1px solid #888;
	padding-bottom: 27px;
}

#login .col-r {
	font-size: 13px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.7);
}

#login .col-r .center {
	padding: 39px 0 10px;
	text-align: center;
}

#login input {
	width: 255px;
	height: 32px;
	margin-bottom: 8px;
	padding: 0 10px;
	line-height: 32px;
	font-size: 13px;
	border: 1px solid #888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	color: #888;
}
/*#login input.noactive{color:#888}*/
#login input:focus {
	border: 1px solid #1486c4;
	box-shadow: 0 0 10px #1aaeff;
	color: #000;
}

#login input.button {
	width: 84px;
	height: 33px;
	padding: 0;
	margin: 0;
	margin-top: 10px;
	border: none;
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	box-shadow: 0 1px 2px #979797;
	background: url(/images/login_button.png) no-repeat 0 0;
}

#login input.button:hover {
	background-position: -84px 0;
}

#login input.button:focus {
	box-shadow: 0 0 10px #1aaeff;
	outline: medium none;
}

#login .signup-link {
	margin: 15px 0 0;
	padding: 10px 0 0;
	border-top: 1px solid #aaa;
	font-size: 13px;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

#login .button-facebook {
	display: block;
	width: 157px;
	height: 37px;
	margin: 0 auto;
	padding-left: 63px;
	line-height: 36px;
	font-size: 12px;
	color: #fff !important;
	text-decoration: none !important;
	text-shadow: none;
	background: url(/images/button_facebook.png) no-repeat 0 0;
}

#login .button-facebook:hover {
	background-position: 0 -37px;
}

#login .button-facebook:focus {
	box-shadow: 0 0 10px #1aaeff;
	outline: medium none;
}

#login .or {
	position: absolute;
	left: 50%;
	top: 177px;
	width: 36px;
	margin-left: -18px;
	padding: 2px 0;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	text-shadow: none;
	border: 1px solid #888888;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	background: #fff;
}

#login .close {
	position: absolute;
	right: 10px;
	top:25px;
	width:15px;
	height:15px;
	margin-top:3px;
	display: block;
	font: bold 15px/26px Verdana, Geneva, sans-serif;
	color: #555 !important;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #fff;
}
#login .close::before,#login .close::after{
	background-color:#000;
}
#login .close:hover {
	color: #000 !important;
	text-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
}

#login.signup {
	font-size: 12px;
}

#login.signup .button-facebook {
	width: 194px;
	margin-bottom: 10px;
	padding-left: 83px;
	background: url(/images/button_facebook2.png) no-repeat 0 0;
}

#login.signup .button-facebook:hover {
	background-position: 0 -37px;
}

#login.signup input {
	margin: 0;
	margin-top: 8px;
}

#login.signup input.button {
	width: 102px;
	margin-right: 12px;
	background: url(/images/register_button.png) no-repeat 0 0;
}

#login.signup input.button:hover {
	background-position: -102px 0;
}

#login.signup .col-r {
	font-weight: normal;
}

#login.signup .ttl {
	margin: 0 0 15px;
	font-size: 13px;
	font-weight: bold;
}

#login.signup ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	margin: 0 0 0 20px;
	list-style: disc outside none;
}

#login.signup ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin: 0 0 10px;
}

#login.signup p.right {
	margin: 10px 0 0;
	text-align: right;
}

h1 .gray {
	padding: 0 7px;
	color: #ccc;
}

h1.noborder, .noborder h1 {
	margin-bottom: 10px;
	padding-bottom: 0;
	border-bottom: none;
	background: none;
}

a.mentions {
	float: right;
	text-decoration: underline;
}

a.mentions:hover {
	text-decoration: none;
}

#brand-inner {
	margin-bottom: 50px;
}

#brand-inner #page_h1_string .service-link {
	float: right;
	margin-left: 20px;
}

#brand-inner #page_h1_string .buy-link {
	float: right;
	margin-left: 20px;
}

#brand-inner #page_h1_string .service-link a, #brand-inner #page_h1_string .buy-link a {
	display: table-cell;
	height: 24px;
	vertical-align: bottom;
	font-size: 16px;
	color: #e6292f;
}

#brand-inner a {
	text-decoration: underline;
}

#brand-inner a:hover {
	text-decoration: none;
}

#brand-inner .brand_articles a,
#brand-inner .brand_news a {
	text-decoration: none;
	font-size: 12px;
}
#brand-inner .brand_articles a.btn-type-label,
#brand-inner .brand_news a.btn-type-label {
    font-size: 9px;
}

#brand-inner .brand_articles span.date,#brand-inner .brand_news span.date {
	color: #999;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 10px;
}

#brand-inner .brand_articles li,#brand-inner .brand_news li {
	padding: 3px 0 3px 35px;
}

#brand-inner .more {
	margin-top: 7px;
}

#brand-inner .more a {
	color: #8c8c8c !important;
	text-decoration: none !important;
	border-bottom: 1px dashed #8c8c8c;
}

#brand-inner .more a:hover {
	border-bottom: 1px dashed #fff;
}

#brand-inner .brand {
	display: table;
	margin-bottom: 32px;
}

#brand-inner .brand {
	color: #6c6c6c;
	line-height: 18px;
}

#brand-inner .brand #tab-1_1 {
	font-size: 14px;
	line-height: 22px;
	font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

#brand-inner .brand p.brand-logo {
	width: 200px;
	text-align: center;
}

#brand-inner .brand p.brand-more {
	width: 200px;
	text-align: right;
}

#news-item .date {
	margin-bottom: 13px;
	font-size: 10px;
	color: #999;
	margin-left: 200px;
	text-transform: uppercase;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

#news-item .news-wrapper {
	height: 100%;
	overflow: hidden;
}

#news-item .news-l {
	float: left;
	width: 180px;
	padding-top: 5px;
}

#news-item .news-l img {
	display: block;
	margin-bottom: 5px;
}

#news-item .news-l p {
	margin-bottom: 20px;
	font-size: 11px;
	color: #787878;
}

#news-item ul.news-links {
	list-style: none;
	margin: 0;
	padding: 0;
}

#news-item ul.news-links li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin-top: 15px;
}

#news-item ul.news-links a {
	text-decoration: none;
}

#news-item ul.news-links a:hover {
	text-decoration: underline;
}

#news-item .news-r {
	margin-left: 200px;
	font-size: 14px;
	line-height: 22px;
	font-family: HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}

#news-item .news-r {
	margin-left: 200px;
}
#news-item .news-r.news-page-item-body a {
    font-weight: bold;
}

#news-item .news-bottom {
	margin-left: 200px;
	font-size: 10px;
	text-transform: uppercase;
}

#news-item .news-bottom div {
	color: #787878;
}

#news-item .news-bottom div.news-comments-anchor {
	float: right;
	margin-bottom: 5px;
}

#news-item .news-bottom div.news-source {
	float: left;
}

#news-item .news-bottom div.news-comments-anchor a {
	text-decoration: none;
	color: #787878;
}

#news-item .news-bottom div.news-comments-anchor a:hover {
	color: #265A99;
	text-decoration: underline;
}

#news-item .news-bottom div.news-comments-anchor a span {
	color: #E6292F;
}

#news-item .news-r p {
	margin-bottom: 20px;
	line-height: 24px;
}

#news-item .news-r p.bold {
	margin-bottom: 22px;
	font-size: 16px;
	line-height: 22px;
}

#brand-inner .brand {
	*display: block;
	*overflow: hidden;
}

#brand-inner .brand p {
	*float: left;
	*display: block;
}

#brand-inner .brand p {
	margin-bottom: 20px;
/*font-size:11px;color:#555*/;
}

#brand-inner .ib-tabs-content .ib-inner-tabs {
	text-align: center;
	margin: 6px 0 43px;
}

#equipContainer .ib-tabs-content .ib-inner-tabs li.ib-inner-tabs-switch, #brand-inner .ib-tabs-content .ib-inner-tabs li.ib-inner-tabs-switch {
	display: inline-block;
	width: auto;
	height: 20px;
	margin: 0;
	margin-right: 4px;
	padding: 1px 10px 0 10px !important;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	line-height: 18px;
	list-style: none;
	color: #888;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: none !important;
	background-color: #fff !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#equipContainer .ib-tabs-content .ib-inner-tabs li.ib-inner-tabs-switch:hover, #brand-inner .ib-tabs-content .ib-inner-tabs li.ib-inner-tabs-switch:hover {
	border-color: #eaf4fc;
	background-color: #eaf4fc !important;
}

#equipContainer .ib-tabs-content .ib-inner-tabs li.ib-inner-tabs-switch.active, #brand-inner .ib-tabs-content .ib-inner-tabs li.ib-inner-tabs-switch.active {
	cursor: default;
	color: #444;
	border-color: #eaf4fc;
	background-color: #eaf4fc !important;
	cursor: default;
}

#equipContainer .ib-tabs-content .ib-inner-tabs {
	text-align: center;
}
/*
#brand-inner .ib-tabs-content .ib-inner-tabs h2 span{
	width:16px;
	position:absolute;
	height:16px;
	margin:0 24px 0 0;
	bottom:2px;
	left:-28px;
}
#brand-inner .ib-tabs-content .ib-inner-tabs h2#inner-about span{
	background:url(/images/icons_16x16.png) left -80px no-repeat;
}
#brand-inner .ib-tabs-content .ib-inner-tabs h2#inner-equip span{
	background:url(/images/icons_16x16.png)  -48px -80px no-repeat;
}

#brand-inner .ib-tabs-content .ib-inner-tabs h2#inner-about.active span{
	background-position:-176px -80px;
}
#brand-inner .ib-tabs-content .ib-inner-tabs h2#inner-equip.active span{
	background-position:-224px -80px;
}
*/


.valign {
	display: table;
	margin-bottom: 30px;
	overflow: hidden;
	*display: block;
}

.valign p {
	display: table-cell;
	line-height: 18px;
	vertical-align: middle;
	*float: left;
	*display: block;
}

.valign p.img {
	width: 300px;
}

.bolder {
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
}

a.underline {
	text-decoration: underline;
}

a.underline:hover {
	text-decoration: none;
}

#subscr .step-2 {
	margin-top: 20px;
}

#subscr .step-2 .box {
	margin-bottom: 25px;
}

#subscr .step-2 td {
	padding: 3px 0;
	font-size: 14px;
}

#subscr .step-2 td.bold {
	padding-right: 10px;
	font-weight: bold;
	white-space: nowrap;
}

#subscr .step-2 td .hot {
	font-size: 11px;
	color: #e62930;
}

#subscr .step-2 tr.padding td {
	padding-bottom: 25px;
}

a.pay {
	display: block;
	width: 90px;
	height: 27px;
	background: url(/images/button_pay.png) no-repeat left top;
}

.wrapper-top, .wrapper {
	position: relative;
	max-width: 1156px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	-moz-box-shadow: 0 0 30px #bbb;
	-webkit-box-shadow: 0 0 30px #bbb;
	-khtml-box-shadow: 0 0 30px #bbb;
	box-shadow: 0 0 30px #bbb;
	background-color: #fff;
}

.wrapper {
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	-khtml-box-shadow: none;
	box-shadow: none;
	background: none;
}

.wrapper-top #menu, .wrapper-top #menu ul {
	min-height: 37px;
}

.wrapper-top #menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
}

.wrapper-top #menu.cok__container, .wrapper #content.cok__container {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wrapper-top #menu.cok__container .row, .wrapper #content.cok__container .row {
	min-width: 100% !important;
}
,
.wrapper-top #menu.cok__container .row .twelvecol {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.wrapper-top #top-links {
	color: #555;
}

.wrapper h1 {
	height: 75px;
	margin: 0;
	padding: 0;
	border: none;
	background: none;
	font: bold 28px/74px Arial, Helvetica, sans-serif;
	color: #333;
	text-shadow: 0 1px 0 #fff;
}

.wrapper #footer {
	margin-top: 0;
}

#admin-tabs {
	position: relative;
	z-index: 3;
	height: 36px;
}

#admin-tabs ul {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	position: absolute;
	left: 0;
	top: 1px;
	z-index: 99px;
	height: 100%;
	overflow: hidden;
}

#admin-tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
	margin-right: 9px;
	border: 1px solid #bbb;
}

#admin-tabs li a {
	position: relative;
	float: left;
	height: 34px;
	padding: 0 16px;
	font-size: 13px;
	line-height: 34px;
	color: #265a99 !important;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	border-top: 1xp solid #fafafa;
	background-color: #f0f0f0;
}

#admin-tabs li a:hover {
	text-decoration: underline;
}

#admin-tabs li.active {
	border-bottom: 2px solid #fff;
}

#admin-tabs li.active a {
	font-weight: bold;
	color: #555 !important;
	text-decoration: none !important;
	text-shadow: none;
	cursor: default;
	background-color: #fff;
}

#admin-content {
	position: relative;
	margin-bottom: 34px;
	padding: 19px;
	border: 1px solid #bbb;
	background-color: #fff;
}

#admin-content .bread_separator {
	padding: 0 10px;
}

#admin-content .box {
	max-width: 1090px;
	padding: 34px 60px 0 60px;
	margin: 0;
	background: url(/images/admin_box.png) repeat left top;
}

#admin-content .box .fix div {
	height: 26px;
	margin-top: -7px;
}

#admin-content .box .button {
	margin: 0 !important;
	margin-top: 30px;
	padding: 0;
	height: auto;
	padding-top: 32px;
	background: url(/images/line.png) repeat-x left top;
}

#admin-content input.sbmt.edit {
	float: none;
	display: block;
	width: 100px !important;
	height: 27px !important;
	margin: 0 !important;
	padding: 0 !important;
	background: url(/images/button_edit.png) no-repeat left top !important;
}

#companies {
	padding: 0;
}

#companies table {
	width: 100%;
	max-width: 1140px;
}

#companies table.list {
	border-left: 1px solid #BBBBBB !important;
	border-right: 1px solid #BBBBBB !important;
	border-bottom: 1px solid #BBBBBB !important;
	margin-top: 25px;
}

#companies th {
	padding: 8px 20px 7px 20px;
	text-align: left;
	vertical-align: middle;
	font: normal 12px/normal Arial, Helvetica, sans-serif;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	background-color: #f0f0f0;
	border-top: 1px solid #bbb;
	border-bottom: 1px solid #bbb;
}

#companies td {
	padding: 17px 10px 17px 20px;
	text-align: left;
	vertical-align: middle;
	color: #555;
	border-bottom: 1px solid #e2e2e2;
}

#companies span.padding {
	padding: 0 10px;
}

#companies .add-company {
	height: 100%;
	margin: 30px 0 40px 0;
	overflow: hidden;
}

#companies .add-company span {
	float: left;
	width: 30px;
	height: 31px;
	background: url(/images/add_company.png) no-repeat left top;
}

#companies .add-company a {
	float: left;
	height: 31px;
	margin-left: 10px;
	font: bold 15px/31px Arial, Helvetica, sans-serif;
	color: #225189 !important;
	text-decoration: none;
}

#companies .add-company a:hover {
	text-decoration: underline;
}

#companies.edit .box {
	padding: 20px 25px;
	max-width: 1090px;
}

#companies.edit .sixcol td {
	padding: 0;
	padding-bottom: 24px;
	padding-right: 25px;
	border: none;
}

#companies.edit .sixcol td.title {
	max-width: 150px;
}

#companies.edit .noborder td {
	border-bottom: 0;
}

#companies.edit .sixcol td table {
	width: auto;
	margin: 0;
}

#companies.edit .sixcol td td {
	padding: 0 20px 0 0;
}

#companies.edit input {
	width: 290px;
	height: 24px;
	padding: 0 8px;
	line-height: 24px;
}

#companies.edit input.file {
	padding: 0;
}

#companies.edit input.chkbx {
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#companies.edit input.comp_addr {
	margin-left: 15px !important;
}

#companies.edit input.place {
	width: 36px;
	padding: 0;
	text-align: center;
}

#companies.edit textarea {
	width: 100%;
	height: 110px;
	padding: 0 8px;
	line-height: 24px;
	resize: vertical;
}

#companies.edit textarea.short {
	height: 65px;
}

#companies.edit td.text {
	width: 135px;
	min-width: 125px;
	padding-left: 0 !important;
	padding-top: 24px;
	vertical-align: top;
}

#companies.edit .gray {
	font-size: 11px;
	color: #999;
}

#companies.edit caption {
	margin-bottom: 8px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
}

#companies.edit input.sbmt.save {
	width: 100px !important;
	margin-top: 30px !important;
	background: url(/images/button_save.png) no-repeat left top !important;
}

#companies .add-adress {
	float: right;
	margin-top: 2px;
	line-height: 30px;
}

#companies .add-adress span {
	float: left;
	margin: 0px 4px 0 0;
	font-size: 24px;
	color: #265a99;
}

#companies .add-adress a {
	padding-bottom: 1px;
	font-size: 13px;
	font-weight: normal;
	color: #265a99 !important;
	text-decoration: none !important;
	border-bottom: 1px dashed #265a99;
}

#companies #pop-box .chosen-container {
	margin: 0;
}

#companies #pop-cols {
	overflow: visible;
}

#pop-box {
	position: absolute;
	display: none;
	left: 50%;
	top: 50%;
	z-index: 9999;
	width: 100%;
	max-width: 972px;
	margin-left: -531px;
	padding: 0 45px;
	border: 1px solid #fff;
	background-color: #f5f5f5;
}

#pop-box #pop-top {
	position: relative;
	margin: 0 -45px;
	padding: 0 45px;
	overflow: hidden;
}

#pop-box h6 {
	padding: 23px 0 8px 0;
	font: normal 20px/normal Arial, Helvetica, sans-serif;
	color: #333;
}

#pop-box #close {
	position: absolute;
	right: 37px;
	top: 28px;
	width: 16px;
	height: 18px;
	cursor: pointer;
	background: url(/images/close.png) no-repeat left top;
}

#pop-box #steps {
	margin: 0 -45px;
	padding: 23px 45px 0 45px;
	overflow: hidden;
	border-top: 1px solid #dcdcdc;
	background: url(/images/line.png) repeat-x left bottom #fff;
}

#pop-box #steps ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#pop-box #steps li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
	width: 33%;
	min-width: 200px;
	padding-bottom: 25px;
	overflow: hidden;
}

#pop-box #steps span {
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	font: bold 20px/37px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #dadada;
}

#pop-box #steps p {
	margin-left: 55px;
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color: #d0d0d0;
}

#pop-box #steps p.bold {
	margin-top: 1px;
	font-size: 20px;
	line-height: 20px;
}

#pop-box #steps li.active span {
	background-color: #d30000;
}

#pop-box #steps li.post span {
	background-color: #2d5f9c;
}

#pop-box #steps li.active p, #pop-box #steps li.post p {
	color: #333;
}

#pop-box #button {
	margin: 0 -45px;
	padding: 24px 45px 25px 45px;
	background: url(/images/line.png) repeat-x left top;
}

#pop-box #button input.sbmt.next {
	background: url(/images/button_next2.png) no-repeat left top !important;
}

#pop-box #button input.sbmt.save {
	width: 120px !important;
	background: url(/images/button_save.png) no-repeat left top !important;
}

#pop-cols {
	padding: 37px 0 2px 0;
	overflow: hidden;
}

#pop-cols input {
	padding: 0 8px;
	height: 26px;
	line-height: 26px;
}

#pop-cols .sevencol td {
	padding: 0 0 27px 0;
	white-space: nowrap;
}

#pop-cols .sevencol label {
	float: none;
	display: block;
	margin: 0;
	margin-bottom: 6px;
	padding: 0;
	font-size: 11px;
	line-height: 16px;
	color: #777;
}

#pop-cols .sevencol label.empty {
	margin-bottom: 12px;
}

#pop-cols .sevencol input {
	width: 156px;
}

#pop-cols .sevencol input.long {
	width: 100%;
	max-width: 533px;
}

#pop-cols .sevencol input.short {
	width: 86px;
}

#pop-cols .sevencol input.chkbx {
	float: left;
	width: 12px !important;
	height: 12px !important;
	margin: 1px 10px 0 0 !important;
	padding: 0 !important;
}

#pop-cols .fivecol {
	font-size: 11px;
	line-height: 16px;
	color: #555;
}

#pop-cols .fivecol p {
	margin-bottom: 6px;
}

#pop-cols .fivecol p.gray {
	color: #777;
}

#pop-cols .fivecol div.map {
	width: 367px;
	margin-bottom: 3px;
}

#pop-cols .fivecol div.map {
	padding: 5px;
	overflow: hidden;
	border: 1px solid #d0d0d0;
	-moz-box-shadow: 0 0 3px #d0d0d0;
	-webkit-box-shadow: 0 0 3px #d0d0d0;
	-khtml-box-shadow: 0 0 3px #d0d0d0;
	box-shadow: 0 0 3px #d0d0d0;
	background-color: #fff;
}

#pop-cols .YMaps-slider {
	top: 5px !important;
}

#pop-cols .fivecol p.gps {
	margin-top: 14px;
}

#pop-cols .fivecol input {
	width: 222px;
}

#pop-box .info {
	margin: 27px 0 45px 0;
}

#pop-box .add-styles {
	margin: 5px 0 25px 15px;
}

#pop-box .add-styles table {
	width: auto;
}

#pop-box .add-styles td {
	padding: 0 10px;
	white-space: nowrap;
}

#pop-box .add-styles label {
	float: none;
	display: block;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

#flip {
	height: 147px;
}

#flip ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	float: right;
	height: 148px;
	overflow: hidden;
}

#flip li {
	display: inline-block;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
	width: 134px;
	height: 40px;
	margin: 54px -54px 0 -54px;
	padding-left: 14px;
	line-height: 40px;
	color: #555;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	background-color: #fff;
}

table.flip_checkbox {
	margin-bottom: 39px;
	border-bottom: 1px solid #dcdcdc;
}

table.flip_checkbox td.cross {
	max-width: 40px;
	min-width: 40px;
	width: 40px;
	height: 30px;
	max-height: 30px;
	min-height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #e5e5e5;
	background-color: #fff;
}

table.flip {
	width: 100%;
	margin-bottom: 39px;
	border-bottom: 1px solid #dcdcdc;
}

table.flip td {
	width: 40px;
	height: 30px;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	border-top: 1px solid #e5e5e5;
	background-color: #ffffff;
}

table.flip td.text {
	min-width: 250px;
	width: auto;
	padding-left: 11px;
	text-align: left;
	color: #555;
	border-color: #dcdcdc;
	background-color: transparent;
}

table.flip td b {
	white-space: nowrap;
	max-width: 50px;
}

table.flip td.hidden {
	display: none;
}

#flip li span, table.flip td span {
	float: left;
	width: 11px;
	height: 10px;
	margin: 2px 10px 0 0;
	cursor: pointer;
	background: url(/images/delete.png) no-repeat 0 0;
}

#flip li span {
	margin: 15px 12px 0 0;
}

#flip li span:hover, table.flip td span:hover {
	background-position: 0 -30px;
}

#select-item {
	margin: 27px 0 8px 0;
}

#select-item p {
	margin-bottom: 14px;
}

#select-item .overflow {
	margin: 22px 0 27px 0;
	overflow: visible;
}

#select-item input.chkbx {
	float: left;
	width: 12px !important;
	height: 12px !important;
	margin: 8px 7px 14px 0 !important;
	padding: 0 !important;
}

#select-item .fleft {
	float: left;
	margin: 7px 37px 14px 0;
}

#select-item .overflow select, #select-item .overflow .cusel {
	float: left;
	margin-bottom: 14px;
}

#pop-box select {
	width: 274px;
	margin-right: 10px;
}

#pop-box select.long {
	width: 548px;
}

#flip select, #flip .cusel {
	float: left;
	margin-top: 109px;
}

#app-wrapper {
	height: 100%;
	margin-bottom: 13px;
	overflow: hidden;
}

#app-logo {
	float: left;
	width: 175px;
	margin-top: 3px;
	overflow: hidden;
}

#app-logo p {
	margin-bottom: 16px;
	line-height: 16px;
	color: #555;
}

#app-logo p.img {
	padding-bottom: 26px;
}

#app-logo p.bold {
	margin-bottom: 0;
	font-weight: bold;
}

#app-logo .to-friend {
	float: none;
}

#app-logo .to-friend a {
	color: #265a99 !important;
}

#app-info {
	margin-left: 205px;
	font-size: 13px;
	line-height: 18px;
	color: #555;
}

#app-info p {
	margin-bottom: 18px;
}

#app-info p.bold {
	margin-bottom: 0;
	font-weight: bold;
}

#app-info ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	margin-bottom: 18px;
}

#app-info ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding-left: 9px;
	background: url(/images/list.png) no-repeat 1px 7px;
}

#app-screens {
	background-color: #F2F2F2;
	overflow: auto;
	padding: 0 7px 17px;
}

#app-screens .title {
	height: 57px;
	padding-left: 13px;
	font: bold 16px/58px Arial, Helvetica, sans-serif;
	color: #222;
	text-shadow: 0 1px 0 #fff;
}

#app-screens ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	height: 500px;
	overflow: auto;
	white-space: nowrap;
	width: 1740px;
}

#app-screens li {
	float: none;
	display: inline-block;
	vertical-align: top;
	margin-left: 9px;
}
/*#app-screens li{margin:0;padding:0;border:0;font-size:100%;font-weight:normal;font:inherit;float:left;margin:0 13px 17px 13px}*/
#app-screens .slide {
	margin-left: 10px;
}

#apps ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
}

#apps ol, #apps ul {
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#apps ol {
	margin-bottom: 26px;
	list-style: none;
	padding-left: 0;
}

#apps ol li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
	height: 31px;
	margin: 0 8px 8px 0;
	padding: 0 15px 0 35px;
	font-size: 14px;
	line-height: 32px;
	color: #265a99;
	cursor: pointer;
	background: url(/images/platforms.png) no-repeat #f0f0f0;
}

#apps ol li.ios {
	background-position: 13px -31px;
}

#apps ol li.android {
	background-position: -103px -31px;
}

#apps ol li.windows {
	background-position: -218px -31px;
}

#apps ol li.active, #apps ol li:hover {
	color: #fff;
	background-color: #2d5f9c;
}

#apps ol li.ios.active, #apps ol li.ios:hover {
	background-position: 13px 0;
}

#apps ol li.android.active, #apps ol li.android:hover {
	background-position: -103px 0;
}

#apps ol li.windows.active, #apps ol li.windows:hover {
	background-position: -218px 0;
}

#apps ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
	width: 50%;
	padding-right: 30px;
	max-width: 365px;
	min-height: 101px;
	margin-bottom: 5px;
	padding-bottom: 25px;
	overflow: hidden;
	font-size: 11px;
}

#apps ul li img {
	float: left;
	width: 77px;
	margin-top: 2px;
}

#apps ul li a {
	color: #555;
	text-decoration: none !important;
}

#apps ul li a span {
	display: block;
	margin-left: 96px;
	line-height: 16px;
	color: #555;
	text-decoration: none;
}

#apps ul li a span.title {
	margin-bottom: 3px;
	font-size: 15px;
	font-weight: bold;
	color: #225189 !important;
}

#apps ul li a:hover span {
	color: #222;
}

#apps ul li a:hover span.title {
	text-decoration: underline;
}

#app-logo p.img {
	position: relative;
}

#app-logo p.img span {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 175px;
	height: 200px;
	background: url(/images/app_mask.png) no-repeat left top;
}

#apps ul li span.mask {
	position: relative;
	float: left;
	width: 75px;
	margin-left: 0;
	margin-top: 2px;
}

#apps ul li img {
	float: none;
	display: block;
	width: 75px;
	margin-top: 0;
}

#apps ul li span.mask em {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 75px;
	height: 100px;
	background: url(/images/apps_mask.png) no-repeat left top;
}

#admin-content #get-informer .box {
	float: left;
	width: 191px;
	padding: 18px;
	padding-bottom: 14px;
}

#admin-content #get-informer .box table {
	width: 100%;
}

#admin-content #get-informer .box th {
	padding-bottom: 17px;
	text-align: left;
	font: bold 14px/19px Arial, Helvetica, sans-serif;
	color: #333;
}

#admin-content #get-informer .box td {
	min-width: 90px !important;
	min-height: 26px;
	padding: 11px 0 10px 0 !important;
	font-size: 11px;
	color: #555;
	text-align: left;
	vertical-align: top;
}

#admin-content #get-informer .box .rel span {
	position: absolute;
	right: 15px;
	top: -3px;
	width: auto;
	font-size: 13px;
	color: #bababa;
}

#admin-content #get-informer .box input {
	width: 67px !important;
	height: 24px;
	margin-top: -7px;
	padding: 0 8px;
	font: normal 13px/24px Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #e4e3e7;
}

#admin-content #get-informer .box input.radio, #admin-content #get-informer .box input.chkbx {
	width: 12px !important;
	height: 12px !important;
	margin: 0 !important;
	padding: 0 !important;
}

#admin-content #get-informer #informer img {
	float: left;
	margin-top: 3px;
	margin-right: 20px;
}

#admin-content #get-informer #informer td {
	padding-bottom: 20px;
}

#person.contacts ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

#person.contacts li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
	width: 48%;
	margin: 0 10px 10px 0;
}

#biblio-document.contacts span.bold, #person.contacts li span.bold {
	font-size: 14px;
	font-weight: bold;
	color: #555;
}

#person.contacts li img {
	width: 82px;
	height: 82px;
}

.add_company_form_div td {
	border: none !important;
}

.add_company_form_div {
	padding: 0 !important;
	z-index: 999;
}

#subscr.box {
	padding: 20px;
}

#subscr p {
	margin-bottom: 20px;
	line-height: 18px;
}

#subscr p a, #subscr em {
	font-size: 14px;
	font-weight: bold;
	color: #265a99;
}

#about-company .tabs-text div.tab.active {
	overflow: hidden !important;
}

#comms {
	margin-top: 40px;
}

#comms .comm_header {
	float: left;
	width: 100%;
	border-bottom: 1px solid #e5e5e5;
}

#video-document .video-document__item--main {
	width: 100%;
}

#video-document .video-document__item--main .video-document__entry {
	display: block;
}

#video-document .video-document__item--main .video-document__media {
	display: block;
	float: none !important;
	width: 100% !important;
	max-width: 100%;
	height: 0 !important;
	padding-top: 56.444444%;
	margin: 0 0 24px 0 !important;
	background-size: cover !important;
	background-position: center center !important;
	overflow: hidden;
}

#video-document .video-document__item--main .video-document__media .play {
	display: block;
}

#video-document .video-document__item--main .video-document__media--embed {
	height: 0 !important;
	padding-top: 56.25% !important;
}

#video-document .video-document__item--main .video-document__summary {
	display: block;
	width: 100%;
}

#video-document .video-document__item--main .video-document__description {
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #6b6b6b;
	margin-bottom: 18px;
}

#video-document .video-document__item--main .video-document__meta {
	display: block;
	padding-top: 0;
	font-size: 13px;
	line-height: 20px;
	color: #7a7a7a;
}

#video-document .video-document__item--main .video-document__meta div {
	margin-top: 6px;
}

#video-document .video-document__item--main .video-document__media center,
#video-document .video-document__item--main .video-document__media table {
	width: 100%;
}

#video-document #comms .video-comments-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 20px;
}

#video-document #comms .video-comments-header__main {
	display: flex;
	align-items: center;
	gap: 34px;
	min-width: 0;
}

#video-document #comms .video-comments-header h6 {
	margin-bottom: 0;
}

#video-document #comms .video-comments-header__friend {
	float: none;
	margin-top: 0;
}

#video-document #comms .video-comments-header__notice {
	float: none !important;
	margin-top: 0 !important;
	margin-bottom: 0;
	width: auto;
}

#video-document #comms .video-comments-header__notice table {
	margin: 0;
}

#video-document #comms .video-comments-header__notice td:first-child {
	display: none;
}

#video-document #comms .video-comments-header__notice #news_comments_notice_div_click {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	margin-right: 0;
}

#video-document #comms .video-comments-header__notice #news_comments_notice_div_click .news_comments_notice_text {
	font-size: 12px;
	line-height: 16px;
}

#video-document #comms .video-comments-header__notice #news_comments_notice_div_click .news_comments_notice_icon,
#video-document #comms .video-comments-header__notice #news_comments_notice_div_click .news_comments_notice_icon.retina {
	background: none !important;
	background-image: none !important;
	background-color: #b7b7b7;
	border-radius: 50%;
	width: 12px;
	height: 12px;
	display: block;
	position: static;
	flex: 0 0 12px;
}

#video-document #comms .video-comments-header__notice #news_comments_notice_div_click.off .news_comments_notice_text {
	color: #b7b7b7;
}

#video-document #comms .video-comments-header__notice #news_comments_notice_div_click.off .news_comments_notice_icon {
	background-color: #b7b7b7;
}

#video-document #comms .video-comments-header__notice #news_comments_notice_div_click.off.hover .news_comments_notice_text,
#video-document #comms .video-comments-header__notice #news_comments_notice_div_click.on .news_comments_notice_text,
#video-document #comms .video-comments-header__notice #news_comments_notice_div_click.on.hover .news_comments_notice_text {
	color: #2e75d4;
}

#video-document #comms .video-comments-header__notice #news_comments_notice_div_click.off.hover .news_comments_notice_icon,
#video-document #comms .video-comments-header__notice #news_comments_notice_div_click.on .news_comments_notice_icon,
#video-document #comms .video-comments-header__notice #news_comments_notice_div_click.on.hover .news_comments_notice_icon {
	background-color: #2e75d4;
}

@media only screen and (max-width: 767px) {
	#video-document .video-document__item--main .video-document__media {
		margin-bottom: 18px !important;
	}

	#video-document .video-document__item--main .video-document__description {
		font-size: 14px;
		line-height: 22px;
	}

	#video-document #comms .video-comments-header {
		display: block;
	}

	#video-document #comms .video-comments-header__main {
		display: block;
	}

	#video-document #comms .video-comments-header__friend {
		margin-top: 12px;
	}

	#video-document #comms .video-comments-header__notice {
		margin-top: 12px !important;
	}
}

#content #comms ul {
	margin: 30px 0 30px 0;
}

#content #comms li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	height: 100%;
	margin-bottom: 30px;
	padding-bottom: 20px;
	overflow: hidden;
	border-bottom: 1px solid #e5e5e5;
}

#comms p {
	margin-bottom: 10px;
}

#comms p.date {
	float: right;
	text-align: right;
	font-size: 11px;
	color: #777;
}

#comms p.name {
	font-size: 11px;
	color: #777;
}

#comms ul li .comm-rating {
	/*position:absolute;
	right:0;
	top:25px;
	width:120px;
	padding-top:30px;*/
	text-align: right;
	font-size: 11px;
	/*width:18%;*/
	width: auto;
	display: table-cell;
	padding-left: 20px;
	vertical-align: middle;
	/*float:right;*/;
}

#comms ul li .comm-content {
	display: table-cell;
	width: 100%;
}

#comms ul li .comm-rating-count {
	float: right;
	margin-top: 15px;
	width: 100%;
	text-align: right;
	color: #999;
	font-size: 11px;
	line-height: 11px;
}

#comms ul li .comm-rating .buttons {
	margin-top: 10px;
	overflow: hidden;
	text-align: right;
}

#comms ul li .comm-rating .buttons a {
	display: inline-block;
	vertical-align: top;
	width: 43px;
	height: 25px;
	margin: 0 10px 0 0;
	padding: 0 10px;
	text-align: center;
	border: none;
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #313131;
	text-decoration: none !important;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #999 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(/images/button.png) repeat-x left top #d0d0d0;
}

#comms ul li .comm-rating a.disabled {
	color: #616161;
	cursor: default;
}

#comms ul li .comm-rating a:hover {
	background: #e1e1e1;
}

#comms ul li .comm-rating a.disabled:hover {
	color: #616161;
	background: url(/images/button.png) repeat-x left top #d0d0d0;
}

#comms ul li .comm-rating a:first-child {
	margin-right: 10px;
}

#comms ul li .comm-rating-count.empty {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

#search-results-page li {
	list-style: none;
	margin: 0 0 18px 0 !important;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	height: 100%;
	margin-bottom: 25px;
	padding-bottom: 16px;
	overflow: hidden;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #search-results-page li {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#search-results-page .num {
	float: left;
	width: 30px;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
	color: #ccc;
}

#search-results-page a {
	display: block;
	margin-left: 40px;
	text-decoration: none !important;
}

#search-results-page span {
	display: block;
	line-height: 18px;
	color: #555;
}
#search-results-page span.anons {
    font-size: 13px;
    line-height: 14px;
    font-family: 'HelveticaNeue-Light','Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
}

#search-results-page span.title {
	font-size: 18px;
	color: #265a99 !important;
    margin-bottom: 10px;
}

#search-results-page span.date {
	margin: 3px 0 3px 0;
	font-size: 11px;
	color: #b4b4b4 !important;
	text-transform: uppercase;
    display: inline;
}
#search-results-page span.btn-type-label {
    margin: 3px 0 3px 0;
    color: #b4b4b4 !important;
    text-transform: uppercase;
    display: inline-block;
    font-size: 9px;
    line-height: 11px;
}

#search-results-page em {
	padding: 0 4px;
	font-style: normal;
	background-color: #fbdee0;
}

#search-results-page a:hover span.title {
	text-decoration: underline;
}

#search-results-page a:hover span {
	color: #000;
}

#search-live {
	position: absolute;
	right: 19px;
	top: 107px;
	width: 319px;
	z-index: 9999 !important;
	padding: 18px 16px 0 16px;
	border: 1px solid #d4d4d4;
	-moz-box-shadow: 0 0 10px #eee;
	-webkit-box-shadow: 0 0 10px #eee;
	-khtml-box-shadow: 0 0 10px #eee;
	box-shadow: 0 0 10px #eee;
	background-color: #fafafa;
}

#search-live li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin-bottom: 13px;
}

#search-live li a {
	text-decoration: none !important;
}

#search-live li span {
	display: block;
}

#search-live span.title {
	color: #265a99 !important;
	text-decoration: underline;
}

#search-live li span.date {
	font-size: 11px;
	color: #b4b4b4 !important;
	text-transform: uppercase;
}

#search-live li a:hover span.title {
	text-decoration: none;
}

#search-live p.all {
	margin: 0;
	padding: 6px 0 17px 0 !important;
	background: none;
}

#search-live p.all a {
	color: #265a99;
	text-decoration: underline !important;
}

#search-live p.all a:hover {
	text-decoration: none !important;
}

#company-list li.upper_active {
	background: none !important;
	border: 1px solid #fff !important;
}

#company-list li.upper_active.opened {
	background: #F7F7F7 !important;
	border: 1px solid #e1e1e1 !important;
}

#photo {
	height: 100%;
	overflow: hidden;
}

#photo li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	max-width: 180px !important;
	margin: 0 12px 22px 0 !important;
}

#content #photo ul {
	/*margin-left:-26px;*/
	margin-left: -4.62%;
	overflow: hidden;
}

#content #photo ul li {
	display: inline-block;
	vertical-align: top;
	/*width:172px;*/
	width: 28.71%;
	/*margin:0 0 20px 26px !important;*/
	margin: 0 0 20px 4.62% !important;
	padding: 0 !important;
	list-style: none !important;
	background: none;
}

#content #photo ul li:nth-child(3n) {
	/*margin-left:25px !important*/
	margin-left: 4.63% !important;
}

#photo a {
	text-decoration: none !important;
}

#photo span {
	display: block;
	margin-top: 5px;
	color: #555;
	text-decoration: none;
	text-align: center;
}

#photo a:hover span {
	color: #000;
	text-decoration: underline;
}

#about-company #brands li, #about-company #brands p, #about-company #brands a {
	height: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	line-height: normal !important;
}

#about-company #brands li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	overflow: visible !important;
}

#about-company #brands p {
	height: 36px !important;
	overflow: hidden !important;
	margin-bottom: 10px !important;
}

#about-company #brands a {
	float: left;
	height: auto !important;
	padding: 4px 24px 4px 10px !important;
}

#about-company #brands ol {
	margin: 0;
	padding: 0;
	list-style: none;
}

#about-company #brands ol, #about-company .tabs-text div.tab.active {
	overflow: visible !important;
}

#about-company #brands .pop {
	padding: 10px;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 999;
	overflow: visible;
	margin-top: -24px;
	border: 1px solid #999;
	background-color: #eee;
}

input.sbmt,
#get-informer .box input.sbmt,
#subscr input.sbmt,
#subscr input.sbmt.edit,
#companies.edit input.sbmt.save,
#pop-box #button input.sbmt.save,
.bookmark_form .bookmark_bot .send_button input,
.bookmark_item .bookmark_del .dellink ,
.bookmark_item .bookmark_del .cancellink ,
#companies .bookmark_del .dellink ,
#companies .bookmark_del .cancellink {
	width: auto !important;
	height: 25px !important;
	margin: 0;
	padding: 0 10px !important;
	border: none !important;
	cursor: pointer;
	font: bold 11px/25px Arial, Helvetica, sans-serif !important;
	color: #313131;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #999 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background: url(/images/button.png) repeat-x left top #d0d0d0 !important;
}

input.sbmt:hover,
#get-informer .box input.sbmt:hover,
#subscr input.sbmt:hover,
#subscr input.sbmt.edit:hover,
#companies.edit input.sbmt.save:hover,
#pop-box #button input.sbmt.save:hover {
	background: #e1e1e1 !important;
}

#admin-content #get-informer .box input.sbmt {
	width: 85px !important;
}

input.sbmt.disabled, input.sbmt.disabled:hover {
	cursor: default;
	background: url(/images/button.png) repeat-x left top #d0d0d0 !important;
	color: #999 !important;
}

input.noactive {
	font-size: 11px;
	color: #ADADAD !important;
}

.file-wrapper {
	width: 306px;
	height: 26px;
	background: url(/images/upload.png);
	overflow: hidden;
	cursor: pointer;
	position: relative;
}

.file-wrapper input.file {
	height: 200px;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0;
	margin: 0;
	padding: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	cursor: pointer;
	z-index: 999;
	font-size: 200px;
}

.file-wrapper input.inputFileVal {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 98;
	width: 214px !important;
	height: 26px;
	margin: 0;
	padding: 0 0 0 10px;
	line-height: 26px;
	border: none;
	cursor: pointer;
	background: none;
}

h2, #seminars-inner span.title {
	font-size: 17px !important;
}

#seminars-inner span.title a {
	color: #444;
}

#ios {
	height: 100%;
	overflow: hidden;
}

#ios .logo {
	float: right;
	width: 178px;
	height: 178px;
	margin-left: 40px;
	background: url(/images/cok_ios.jpg) no-repeat right top;
}

#ios p {
	margin: 2px 0 15px 0;
	overflow: hidden;
	font-size: 14px;
	line-height: 20px;
	color: #616161;
}

#ios p.title {
	font-size: 20px;
	color: #265a99;
}

#ios p.links a {
	float: left;
	height: 43px;
	margin-right: 40px;
	line-height: 60px;
	font-size: 15px;
}

#ios a.appstore {
	width: 125px;
	height: 43px;
	background: url(/images/appstore.jpg) no-repeat left top;
	text-decoration: none !important;
}

#ipad {
	margin: 50px 0 0 0;
}

#ios-boxes {
	height: 100%;
	overflow: hidden;
}

#ios-boxes ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	text-align: left;
}

#ios-boxes li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: top;
	zoom: 1;
	*display: inline;
	width: 298px;
	min-width: 298px;
	height: 260px;
	padding: 30px 30px 24px 30px;
	margin: 0 20px 21px 0;
	font-size: 13px;
	line-height: 18px;
	-moz-box-shadow: 5px 5px 5px #bbb;
	-webkit-box-shadow: 5px 5px 5px #bbb;
	-khtml-box-shadow: 5px 5px 5px #bbb;
	box-shadow: 3px 3px 3px #e9e9e9;
	background-color: #f7f7f7;
}

#ios-boxes li.last {
	margin-right: 0;
}

#ios-boxes p {
	margin-bottom: 15px;
	text-align: left;
	color: #606060;
}

#ios-boxes p.title {
	height: 36px;
	margin-bottom: 33px;
	padding-left: 50px;
	line-height: 57px;
	font-size: 16px;
}

#ios-boxes p.title.news {
	background: url(/images/ios_news.png) no-repeat left bottom;
}

#ios-boxes p.title.archive {
	background: url(/images/ios_archive.png) no-repeat left bottom;
}

#ios-boxes p.title.biblio {
	background: url(/images/ios_biblio.png) no-repeat left bottom;
}

#ios-boxes p.title.catalog {
	background: url(/images/ios_catalog.png) no-repeat left bottom;
}

#ios-download {
	height: 100%;
	margin-top: 40px;
	overflow: hidden;
}

#ios-download .download {
	padding-top: 35px;
	text-align: center;
	font-size: 14px;
	line-height: 20px;
	color: #616161;
}

#ios-download p {
	margin-bottom: 35px;
}

#ios-download .download img {
	margin: 0px 0 10px 0;
	-moz-box-shadow: 0 0 5px #bbb;
	-webkit-box-shadow: 0 0 5px #bbb;
	-khtml-box-shadow: 0 0 5px #bbb;
	box-shadow: 0 0 5px #bbb;
}

#newyear {
	background: url(/images/newyear/2015.jpg) no-repeat left top;
	-moz-background-size: cover;
	-o-background-size: cover;
	-webkit-background-size: cover;
	-khtml-background-size: cover;
	background-size: cover;
	position: absolute;
	width: 162px;
	margin-left: 230px;
	margin-top: -24px;
	height: 100px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	.retina {
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		-khtml-background-size: cover;
		background-size: cover;
	}

	#ios .logo {
		background: url(/images/retina/cok_ios.jpg) no-repeat right top;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		-khtml-background-size: cover;
		background-size: cover;
	}

	#header-links li.social a {
		background: url(/images/retina/social_.png?_1) no-repeat;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		-khtml-background-size: cover;
		background-size: cover;
	}

	/*#logo a {*/
	/*	background: url(/images/retina/logo.png) no-repeat left top;*/
	/*	-moz-background-size: contain;*/
	/*	-o-background-size: contain;*/
	/*	-webkit-background-size: contain;*/
	/*	-khtml-background-size: contain;*/
	/*	background-size: contain;*/
	/*}*/

	#menu ul {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-weight: normal;
		font: inherit;
		list-style: none;
		background: url(/images/retina/menu.png) repeat left top #265a99;
	}

	#company h6 {
		background: url(/images/retna/company.png) repeat-x #2d5f9c;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		-khtml-background-size: contain;
		background-size: contain;
	}

	.bloc-bottom a.plus {
		background: url(/images/retina/plus.jpg) no-repeat left top;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		-khtml-background-size: contain;
		background-size: contain;
	}

	#header-links li.search input.sbmt {
		background: url(/images/retina/search.png) no-repeat left top !important;
		-moz-background-size: cover !important;
		-o-background-size: cover !important;
		-webkit-background-size: cover !important;
		-khtml-background-size: cover !important;
		background-size: cover !important;
	}
/*input.sbmt{border:2px solid #999 !important;-moz-border-radius:5px;-webkit-border-radius:5px;-khtml-border-radius:5px;border-radius:5px;background:url(/images/retina/button.png) repeat-x left center #d0d0d0 !important;-moz-background-size:cover;-o-background-size:cover;-webkit-background-size:cover;-khtml-background-size:cover;background-size:cover} */
	#copy {
		background: url(/images/retina/footer_logo.png) no-repeat left bottom;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		-khtml-background-size: contain;
		background-size: contain;
	}

	#biblio-document span.img .djvu {
		background: url(/images/retina/djvu.png) no-repeat 0 0;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		-khtml-background-size: contain;
		background-size: contain;
	}

	.pdf, #magazine-inner .fourcol a.pdf, #biblio-document span.img .pdf {
		background: url(/images/retina/pdf.png) no-repeat left top !important;
		-moz-background-size: contain !important;
		-o-background-size: contain !important;
		-webkit-background-size: contain !important;
		-khtml-background-size: contain !important;
		background-size: contain !important;
	}

	.help-link {
		background-image: url(/images/retina/info.png);
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		-khtml-background-size: contain;
		background-size: contain;
	}

	#newyear {
		background: url(/images/newyear/retina/2015.jpg) no-repeat left top;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		-khtml-background-size: cover;
		background-size: cover;
	}
}

#admin-content {
	max-width: 1140px;
}

@media only screen and (max-width:1100px) {
	 #news-wrapper .ttle {
		font-size: 17px;
		font-weight: normal !important;
	}

	#apps ul li {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-weight: normal;
		font: inherit;
		width: 100%;
		max-width: 100%;
		padding-right: 0;
	}
}

@media only screen and (max-width:1023px) {
	#menu li a {
		padding: 0 14px;
		font-size: 12px;
	}

	#menu li div a {
		padding: 0 10px;
		font-size: 10px;
	}

	#add-comm textarea {
		width: 96%;
	}

	#brands ol li a {
		padding-right: 20px;
		font-size: 11px;
	}

	#subscr .sixcol {
		width: 100%;
	}

	#subscr .box table {
		width: auto;
		margin: 0 auto;
	}

	#subscr .box.date table {
		width: auto;
		margin: 0;
	}

	#subscr th.empty {
		display: none;
	}

	#get-informer #informer {
		padding-right: 20px;
	}

	#get-informer .box input.chkbx {
		margin-left: 20px !important;
	}

	#subscr.catalog input.sbmt {
		display: block !important;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	.valign p.img {
		width: 250px;
		padding-right: 20px;
	}

	.wrapper h1 {
		padding-left: 20px;
	}

	#admin-content .edit .sixcol {
		width: 48% !important;
	}

	#admin-content .box .fix {
		display: none;
	}

	#companies th, #companies td {
		padding-left: 5px;
		padding-right: 5px;
	}

	#companies span.padding {
		display: none;
	}

	#companies td a {
		display: block;
	}

	#pop-box {
		margin-top: 0;
	}

	#pop-cols .sevencol {
		float: none;
	}

	#person span, #company span {
		margin-left: 0;
	}

	#person span.border, #company span.border {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#articles img {
		float: none;
		margin-bottom: 10px;
	}

	#articles span {
		margin-left: 0;
	}

	#copy, #counters {
		float: none;
		height: auto;
		line-height: normal;
		padding: 0 10px;
		text-align: center;
	}

	#copy {
		margin-bottom: 10px;
		background: none;
	}

	#news img {
		display: none;
	}

	#news span {
		margin-left: 0;
	}

	#news div.bot {
		margin-left: 0;
	}

	#articles img {
		display: none;
	}
}

@media handheld, only screen and (max-width:767px) {

	#content>.row>.eightcol, #content>.row>.twelvecol{
		padding-top: 0;
	}
    #content>.row>.eightcol, #content>.row>.twelvecol{
	#slogan {
		margin-right: 0;
	}

	#header-links {
		float: left;
	}

	#header-links {
		margin-bottom: 26px;
	}

	#menu li a {
		padding: 0 10px;
		font-size: 10px;
	}

	#menu li div a {
		padding: 0 7px;
		font-size: 9px;
		background: none;
	}

	.banners a {
		display: -moz-inline-stack;
		display: inline-block;
		vertical-align: top;
		zoom: 1;
		margin-right: 6px;
		*display: inline;
		*margin-right: 10px;
	}

	#big a span {
		font-size: 20px;
		line-height: 24px;
	}

	#news-inner span {
		margin-left: 140px;
		font-size:14px;
		line-height:20px;
	}

	#news-inner span.date {
		float: none;
		margin: 0;
	}

	#calendar {
		margin-top: 30px;
	}

	#magazine-inner .sevencol {
		margin-left: 0;
	}

	#bottom {
		background-position: 20px center;
	}

	#brands ol {
		margin-left: 20px;
	}

	#brands ol li a {
		padding-right: 37px;
		font-size: 13px;
	}

	#get-informer .box {
		float: none;
		width: auto;
		margin-bottom: 20px;
	}

	#get-informer #informer {
		margin-left: 0;
		min-height: 100%;
	}

	.valign p.img {
		width: 200px;
	}

	#pop-cols .sevencol input {
		width: 120px;
	}

	h1, h2, h3, h4, h5, h6 {
		font-size: 14px;
	}

	#person span, #company span {
		margin-left: 106px;
	}

	#person span.border, #company span.border {
		float: left;
		width: 87px;
		margin-bottom: 0;
	}

	#articles img {
		float: left;
		margin-bottom: 0;
	}

	#articles span {
		margin-left: 141px;
	}

	#news img {
		display: block;
	}

	#news span {
		margin-left: 111px;
	}

	#articles img {
		display: block;
	}
}

@media handheld, only screen and (max-width:567px) {
	#menu ul li, #menu ul li a {
		width: 100%;
		padding: 0;
		text-align: center;
		font-size: 14px;
	}

	#menu ul li {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-weight: normal;
		font: inherit;
		border-bottom: 1px solid #225189;
	}

	#menu li div {
		clear: both;
		position: relative;
		float: none !important;
		left: 0;
		top: 0;
		width: 100% !important;
	}

	#menu li div a {
		font-size: 11px;
		border-top: 1px solid #d4141a;
	}
}

@media handheld, only screen and (max-width:640px) {
	#add-comm textarea {
		width: 95%;
	}
	#calendar h6 {
		font-size: 20px;
		line-height: normal;
	}

	#calendar .prev, #calendar .next {
		margin-top: 3px;
	}

	#bottom {
		padding-left: 0;
		background: none;
	}

	#biblio-document span.img {
		width: 70px;
	}

	#biblio-document span {
		font-size: 12px;
		line-height: 16px;
	}

	#biblio-document span.info {
		font-size: 11px;
		line-height: 14px;
	}

	#about-company .tabs {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#about-company .tabs, #about-company .tabs li {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-weight: normal;
		font: inherit;
		float: left;
		margin: 10px;
		padding: 0;
	}

	#about-company .tabs li span {
		display: none;
	}

	#about-company .tabs-text {
		margin-right: 0;
		background: none;
	}

	#about-company .info img {
		float: none;
		display: block;
		margin: 0 0 20px !important;
	}

	#company-info {
		float: none;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}

	#company-info .img {
		text-align: center;
	}

	#company-list {
		margin-right: 0;
	}

	#login .col-l, #login .col-r {
		padding: 20px;
	}

	#login .col-l {
		border-right: none;
	}

	#login .title {
		font-size: 18px;
	}

	#login .or {
		display: none;
	}

	a.mentions {
		display: block;
		float: none;
		margin-bottom: 15px;
	}

	#brand-inner .brand {
		display: block;
	}

	#brand-inner .brand p {
		display: block !important;
		width: auto !important;
		margin: 0 !important;
	}

	#brand-inner .brand p.brand-logo {
		margin-bottom: 20px !important;
	}

	#news-item .news-l {
		width: 130px;
	}

	#news-item .news-r p.bold {
		font-size: 14px;
	}

	#slogan, #logo, #brand-inner .brand p {
		float: none;
	}

	.valign p {
		display: block;
	}

	.valign p.img {
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
		text-align: center;
	}

	#companies {
		padding: 0;
	}

	#companies th, #companies td {
		font-size: 11px;
	}

	#pop-cols .sevencol td {
		width: 100%;
		padding-right: 0;
		display: block;
		white-space: normal;
	}

	#pop-cols .sevencol input {
		width: 100%;
	}

	#apps ul li {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-weight: normal;
		font: inherit;
		float: none;
		display: block;
		width: 100%;
	}

	#person.contacts li {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font-weight: normal;
		font: inherit;
		float: none;
		display: block;
		width: 100%;
		margin-right: 0;
	}
}

@media handheld, only screen and (max-width:380px) {
	#logo {
		width: 100%;
		margin-left: 0;
		margin-right: 0;
		text-align: center;
	}

	#header-links li.search {
		margin-left: 0;
	}

	ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}

	#seminars li p {
		padding-right: 0;
	}

	#big a span {
		font-size: 16px;
		line-height: 18px;
	}

	.pages a {
		margin-left: 0;
		margin-right: 0;
		font-size: 11px;
	}

	.banners a {
		margin-right: -4px;
		*margin-right: 0;
	}

	#biblio-document span.img {
		display: none;
	}

	#headings #brands ol {
		margin-left: 0 !important;
	}

	#brands ol li a {
		padding-right: 28px;
		font-size: 12px;
	}

	#subscr .box {
		padding: 10px 20px;
	}

	#subscr .box table {
		width: 100%;
		margin: 0;
	}

	#subscr td {
		width: 100%;
		display: block;
		padding: 0;
	}

	#subscr input, #subscr select, #subscr textarea, #subscr .cusel {
		margin: 0;
		margin-bottom: 20px;
	}

	#subscr .box.date .cusel {
		width: 110px !important;
		margin: 0 5px;
		font-size: 11px !important;
	}

	.box.date .cuselText {
		font-size: 11px !important;
	}

	#subscr .box.date table {
		width: 100%;
	}

	#subscr .box.date td {
		display: table-cell;
		width: 50%;
		font-size: 12px;
	}

	#subscr .box.date td.bold {
		padding-right: 0;
	}

	#get-informer .box table {
		width: auto;
		margin: 0 auto;
	}

	#get-informer .box td {
		width: auto !important;
		display: table-cell !important;
	}

	#get-informer .box input.chkbx {
		margin-left: 0 !important;
	}

	#get-informer .box input, #get-informer .box select, #get-informer .box textarea, #subscr .cusel {
		margin: 0;
		margin-top: -7px;
	}

	#get-informer .box .rel span {
		right: 17px;
	}

	#subscr.catalog td {
	}

	#subscr.catalog input {
		width: 215px;
	}

	#subscr.catalog .cusel {
		width: 233px !important;
	}

	#news-item .date {
		text-align: center;
		font-size: 12px;
	}

	#news-item .news-l {
		width: 100%;
		float: none;
		margin-bottom: 30px;
		text-align: center;
	}

	#news-item .news-l img {
		margin: 0 auto 15px auto;
	}

	#news-item .news-r {
		margin-left: 0;
	}

	h1 {
		text-align: center;
	}

	#subscr .step-2 tr.padding td.bold {
		padding-bottom: 0;
	}

	#admin-tabs li a {
		font-size: 12px;
		padding: 0 8px;
	}

	#app-logo {
		float: none;
		display: block;
		width: 100%;
		text-align: center;
	}

	#app-logo .to-friend {
		float: right;
	}

	#app-info {
		margin-left: 0;
	}

	#person span, #company span {
		margin-left: 0;
	}

	#person span.border, #company span.border {
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}

	#articles img {
		float: none;
		margin-bottom: 10px;
	}

	#articles span {
		margin-left: 0;
	}
}

#addToBookmarks {
	cursor: pointer;
	position: relative;
	float: right;
	margin-bottom: 10px;
}

#addToBookmarks .addToBookmarksIcon {
	float: right;
	position: relative;
	width: 10px;
	height: 21px;
}

#addToBookmarks .txt {
	float: right;
	font-size: 11px;
	margin-right: 8px;
	margin-top: 2px;
	color: #777777;
}

#addToBookmarks .txt:hover {
	color: #000;
}

#bookmarks_buttons {
	float: right;
	display: block;
	position: absolute;
	right: 0;
	margin-top: -3px;
}

#about-company #bookmarks_buttons {
	position: relative;
	float: none;
	height: 30px;
}

#video-document #bookmarks_buttons {
	position: relative;
}

#library_video_list #bookmarks_buttons{
    position: static;
}

.topnav .addToBookmarks,#company-list .addToBookmarks {
	display: none;
}

#company-list .active .addToBookmarks {
	display: block;
}

#company-list #bookmarks_buttons .addToBookmarks:hover .txt {
	color: #000;
}

#bookmarks_buttons .addToBookmarks:hover .txt {
	color: #000;
}

#bookmarks_buttons .addToBookmarks,#bookmarks_buttons .delFromBookmarks {
	cursor: pointer;
	position: relative;
	float: right;
}

#about-company #bookmarks_buttons .addToBookmarks, #about-company #bookmarks_buttons .delFromBookmarks {
	float: none;
}

#company-list #bookmarks_buttons .addToBookmarksIcon {
	display: none;
}

#bookmarks_buttons .addToBookmarksIcon {
	float: right;
	position: relative;
	width: 10px;
	height: 21px;
	margin-top: 5px;
}

#bookmarks_buttons .txt {
	float: right;
	font-size: 11px;
	margin-right: 8px;
	margin-top: 3px;
	color: #777777;
}

#bookmarks_buttons .delFromBookmarks .txt {
	color: #777777;
	font-weight: normal;
	display: none;
	border-bottom: dashed 1px #777;
	line-height: 15px;
}

.title:hover #bookmarks_buttons .delFromBookmarks .txt {
	display: block;
}

#bookmarks_buttons:hover .delFromBookmarks .txt {
	display: block;
	color: #000;
	border-bottom: dashed 1px #000;
}

#company-list #bookmarks_buttons .addToBookmarks,#company-list #bookmarks_buttons .delFromBookmarks {
	position: relative;
	z-index: 1000;
	margin-right: 10px;
	margin-left: 20px;
	text-transform: none;
	background: url("/images/bookmark_grad.png") left top repeat-y;
	padding-left: 75px;
}

#company-list .active #bookmarks_buttons .addToBookmarks,#company-list .active #bookmarks_buttons .delFromBookmarks {
	background: url("/images/bookmark_grad_active.png") left top repeat-y;
	padding-left: 75px;
}

#company-list .opened #bookmarks_buttons .addToBookmarks,#company-list .opened #bookmarks_buttons .delFromBookmarks {
	background: url("/images/bookmark_grad_active.png") left top repeat-y;
	padding-left: 75px;
}

#bookmarks_buttons .BookmarkComment {
	border: 1px solid #E1E1E1;
	position: absolute;
	z-index: 1100;
	width: 220px;
	background-color: #fff;
	padding: 10px;
	margin-left: -50px;
	margin-top: 30px;
	-moz-box-shadow: 0 2px 8px #e2e2e2;
	-webkit-box-shadow: 0 2px 8px #e2e2e2;
	-khtml-box-shadow: 0 2px 8px #e2e2e2;
	box-shadow: 0 2px 8px #e2e2e2;
	display: none;
}

#company-list #bookmarks_buttons .BookmarkComment {
	margin-top: 50px;
}

#bookmarks_buttons .BookmarkComment textarea {
	width: 100%;
	height: 100px;
}

#bookmarks_buttons .BookmarkComment span {
	display: block;
	background: url("/images/sprites2.png") no-repeat scroll -63px -31px transparent;
	height: 7px;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	margin-top: -17px;
	width: 11px;
}

#bookmarks_buttons .BookmarkComment #sendBookmarkComment {
	cursor: pointer;
	display: block;
	float: right;
	padding: 1px 5px;
	background-color: #e2e2e2;
	margin-top: 3px;
	border: solid 1px #888;
}

.bookmark_form {
	display: none;
	color: #7e8484;
	padding: 0 0 18px 0;
	margin: 0 0 18px 0;
}

.company_page_bookamrk_form {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #E1E1E1;
}

.bookmark_edit .bookmark_form {
	display: block;
}

.bookmark_item .bookmark_form {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.bookmark_form .bookmark_title {
	margin: 0 -1px;
	color: #fff;
	padding: 10px 19px;
}

#companies .bookmark_form .bookmark_title {
	background-color: #F5FFFF;
}

.bookmark_form .bookmark_title div {
	color: #fff;
	background-color: #fff;
	border: 1px solid #D5D5D5;
	padding: 5px 3px;
}

#companies .bookmark_form .bookmark_title div {
	background-color: #F5FFFF;
}

.bookmark_form .bookmark_title label {
	color: #7e8484;
	position: absolute;
	margin: 1px 0 0 1px;
	cursor: text;
}

.bookmark_form .bookmark_desc label {
	color: #7e8484;
	position: absolute;
	margin: 1px 0 0 1px;
	cursor: text;
}

.bookmark_form .bookmark_desc {
	margin: 18px;
	padding: 5px 3px;
	border: solid 1px #D5D5D5;
	background-color: #fff;
}

.bookmark_form .bookmark_title input {
	width: 100%;
	color: #333333;
	background-color: #fff;
	border: none;
}

#companies .bookmark_form .bookmark_title input {
	color: #444;
}

.bookmark_form .bookmark_title input:focus {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.bookmark_edit_form .bookmark_title.focus div {
	box-shadow: 0 0 10px #1aaeff;
	-moz-box-shadow: 0 0 10px #1aaeff;
	-webkit-box-shadow: 0 0 10px #1aaeff;
}

.bookmark_form .bookmark_title.focus div {
	box-shadow: 0 0 10px #1aaeff;
	-moz-box-shadow: 0 0 10px #1aaeff;
	-webkit-box-shadow: 0 0 10px #1aaeff;
	box-shadow: 0 0 10px #50cbf7;
	-moz-box-shadow: 0 0 10px #50cbf7;
	-webkit-box-shadow: 0 0 10px #50cbf7;
	border: solid 1px #50cbf7;
}

#companies .bookmark_form .bookmark_title input {
	background-color: #F5FFFF;
}

.bookmark_form .bookmark_desc textarea {
	width: 100%;
	height: 100px;
	color: #7e8484;
	color: #bfbfbf;
	background-color: #fff;
	padding: 0;
	border: none;
}

.bookmark_form .bookmark_bot {
}

.bookmark_form .bookmark_bot td {
	color: #7e8484;
	padding: 0 18px 0 18px;
	vertical-align: top;
}

.bookmark_form .bookmark_bot table {
	width: 100%;
	border-collapse: collapse;
}

#companies .bookmark_form .bookmark_bot td.category_selector {
	width: 160px;
}

.bookmark_form td.category_selector {
	width: 100%;
}

.bookmark_form td.category_selector select {
	width: 100%;
}

.bookmark_form td.send_button {
	width: 72px;
}

.bookmark_form .bookmark_bot input {
	color: #7e8484;
}

.bookmark_form .bookmark_bot select {
	color: #7e8484;
	width: 100%;
}

.bookmark_form .bookmark_bot .category_selector input {
	color: #7e8484;
	width: 100%;
	border: none;
	margin: 0;
}

.bookmark_form .bookmark_bot .new_category_input {
	margin: 5px 0 0 0;
	padding: 5px 3px;
	border: 1px solid #D5D5D5;
	background-color: #fff;
}

.bookmark_form .bookmark_bot .new_category_input label {
	color: #7e8484;
	position: absolute;
	margin: 6px 0 0 2px;
	padding: 0;
	cursor: text;
}

.bookmark_form .bookmark_bot .new_category_input label.error {
	color: #ff0000;
	display: none;
}

.bookmark_form .bookmark_desc label.error {
	color: #ff0000;
	display: none;
}

.bookmark_form .bookmark_corner {
	position: absolute;
	right: 8px;
	margin-top: -5px;
	width: 14px;
	z-index: 1000;
	height: 8px;
	background: url("/images/bookmark_corner.png") left top no-repeat;
	display: none;
}

.bookmark_item .bookmark_form .bookmark_corner {
	left: 100px;
}

#bookmarks-tab {
	background: none repeat scroll 0 0 #F7F7F7;
	border: 1px solid #E1E1E1;
	color: #265A99;
	padding: 20px 0;
}

#bookmarks-tab div {
	color: #265A99;
}

#bookmarks-tab .bookmark_item {
	position: relative;
	float: left;
	width: 100%;
	padding: 5px 0;
}

#bookmarks-tab .bookmark_item.active {
	border-top: solid 1px #d8dcdd;
	border-bottom: solid 1px #d8dcdd;
	background-color: #f5ffff;
}

#bookmarks-tab .bookmark_info {
	float: left;
	width: 100%;
}

#bookmarks-tab .bookmark_item_time {
	float: left;
	margin-left: 20px;
	cursor: pointer;
}

#bookmarks-tab .bookmark_item_desc {
	margin-left: 100px;
	margin-right: 20px;
}

#bookmarks-tab .bookmark_item_title {
	float: left;
	cursor: pointer;
	width: 100%;
}

#bookmarks-tab .bookmark_del {
	float: left;
	width: 100%;
	margin-top: 10px;
	display: none;
}

#bookmarks-tab .bookmark_del input {
	float: right;
	position: relative;
	text-decoration: none;
	margin: -3px 5px 0 5px;
}

#bookmarks-tab .bookmark_del input.dellink {
	margin: -3px 25px 0 5px;
}

#bookmarks-tab .bookmark_del div {
	float: left;
	margin-left: 100px;
	color: #d32e3c;
}

#bookmarks-tab .bookmark_item .del_note {
	position: absolute;
	right: 10px;
	padding-right: 15px;
	cursor: pointer;
	display: none;
	padding-left: 100px;
	color: #777;
	background: url("/images/del_note.png") right 3px no-repeat,
url("/images/bookmark_grad_active.png") left top repeat-y;
}

#bookmarks-tab .bookmark_item .del_note:hover {
	color: #000;
}

#notes_button {
	display: block;
	margin-right: 10px;
	height: 32px;
}

#notes_button .addToNotes {
}

#notes_button .addToNotes {
	cursor: pointer;
	position: relative;
	float: right;
}

#notes_button .addToNotes .addNoteIcon {
	float: right;
	position: relative;
	width: 10px;
	height: 21px;
	margin-top: 5px;
}

#notes_button .txt {
	float: right;
	font-size: 11px;
	margin-right: 8px;
	margin-top: 2px;
	color: #777777;
}

.bookmark_form .bookmark_bot .send_button input {
	margin-top: 1px;
	position: relative;
}

#companies #bookmark_companies .bookmark_del {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
	display: none;
}

#companies .bookmark_item_tr td {
	border: none;
	border-top: 1px solid #E2E2E2;
	cursor: pointer;
}

#companies .bookmark_item_tr td.title div.comment_title, #companies .bookmark_item_tr td.title div.comment {
	display: none;
}

#companies .bookmark_item_tr td.title span.comment {
	color: #999;
}

#companies .bookmark_item_tr td.company_name div {
	color: #444;
}

#companies .bookmark_item_tr td.company_name div a {
	background: url("/images/new_w_blue.png") left top no-repeat;
	height: 10px;
	margin-left: 15px;
	position: absolute;
	width: 10px;
	margin-top: 2px;
	display: none;
}

bookmark_item_tr_company_name
#companies .remove_bookmark {
	display: none;
}

#companies .remove_bookmark td {
	border: none;
	padding: 0;
}

#companies .active_delete td {
	background-color: #F5FFFF;
}

#companies .hover td {
	background-color: #efefef;
}

#companies .active_delete.hover td {
	background-color: #F5FFFF;
}

#companies #bookmark_companies .bookmark_del input {
	float: right;
	position: relative;
	text-decoration: none;
	margin: -3px 5px 0 5px;
}

#companies #bookmark_companies.bookmark_del input.dellink {
	margin: -3px 25px 0 5px;
}

#companies #bookmark_companies.bookmark_del input.cancellink {
	margin: -3px 25px 0 5px;
}

#companies #bookmark_companies .bookmark_del div {
	float: right;
	margin: 0 100px 0 0;
	color: #d32e3c;
}

#bookmark-tabs {
	height: 36px;
	position: relative;
	float: left;
	width: 100%;
}

#bookmark-tabs ul {
	margin: 0;
	padding: 0 !important;
	border: 0 !important;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 1px;
	z-index: 10000;
}

#bookmark-tabs li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	border: 1px solid #BBBBBB;
	float: left;
	margin-right: 9px;
}

#bookmark-tabs li a {
	background-color: #F0F0F0;
	color: #265A99 !important;
	float: left;
	font-size: 13px;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	position: relative;
	text-decoration: none;
	text-shadow: 0 1px 0 #FFFFFF;
}

#bookmark-tabs li.active a {
	background-color: #FFFFFF;
	color: #555555 !important;
	cursor: default;
	font-weight: bold;
	text-decoration: none !important;
	text-shadow: none;
}

#bookmark-tabs li.active {
	border-bottom: 2px solid #FFFFFF;
}

.select_bookmark_param {
	display: none;
	background-color: #fff;
	padding: 20px 20px 20px 20px;
	border-top: solid 1px #aeaeae;
	border-bottom: solid 1px #aeaeae;
	margin: 0 0 10px 0;
	background: #f9f9f9 url('/images/filter_top_border.gif') left top repeat-x;
}

.select_bookmark_param form {
	float: left;
	width: 100%;
	margin: 10px 0 10px 0;
}

.select_bookmark_param .clean_all {
}

.select_bookmark_param .select_all {
	margin: 0 0 0 20px;
}

.select_bookmark_param .clean_all {
	margin: 0 0 0 23px;
}

.select_bookmark_param a {
	cursor: pointer;
}

.select_param_smb {
	margin: 30px 0 0 23px;
	background: url("/images/button.png") repeat-x scroll left top #D0D0D0 !important;
	border: 1px solid #999999 !important;
	border-radius: 3px 3px 3px 3px;
	color: #313131;
	cursor: pointer;
	font: bold 11px/25px Arial,Helvetica,sans-serif !important;
	height: 25px !important;
	padding: 0 10px !important;
	text-shadow: 0 1px 0 #FFFFFF;
	text-transform: uppercase;
	width: auto !important;
}

#bookmarks_filter {
	float: left;
	width: 100%;
}

.select_bookmark_param_form_button {
	float: left;
	width: 49%;
	color: #222222;
	font: bold 14px Arial,Helvetica,sans-serif;
}

.select_bookmark_param_form_button a {
	color: #265A99;
	cursor: pointer;
	margin-left: 62px;
}

.select_bookmark_param_form_button img {
	position: absolute;
	margin-top: -7px;
}

.select_bookmark_param_form_button span.corner {
	background: url("/images/filter_top_border_corner_new.gif") left top no-repeat;
	margin-left: 100px;
	margin-top: 27px;
	position: absolute;
	width: 17px;
	height: 16px;
	display: none;
}

#search_bookmarks_form_button span.corner {
	margin-left: 80px;
}

.select_bookmark_param_form_button span.checkbox {
	position: absolute;
	display: block;
	height: 13px;
	width: 13px;
	margin-top: 1px;
	margin-left: 42px;
}

.select_bookmark_param_form_button span.checkbox input {
	display: none;
}

.select_bookmark_param_form_button span.checkbox .check {
	width: 13px;
	height: 13px;
	margin: 2px;
	display: block;
	background: url("/images/checkbox_sprite.gif") left top no-repeat;
}

.select_bookmark_param_form_button span.checkbox.checked .check {
	background: url("/images/checkbox_sprite.gif") left -13px no-repeat;
}

.select_bookmark_param_form_button span.checkbox.fullchecked .check {
	background: url("/images/checkbox_sprite.gif") left -26px no-repeat;
}

.select_bookmark_param_form_button input {
	position: absolute;
	margin-left: 42px;
	margin-top: 1px;
}

.slider_params {
	float: left;
	width: 100%;
}

.slider_param_page {
	float: left;
	width: 100%;
}

.slider_param_col {
	float: left;
	width: 33%;
}

#region_selector .level_region, #region_selector .level_cities {
	display: none;
}

#region_selector .level_country_header span,#region_selector .level_region_header span {
	cursor: pointer;
	margin-left: -10px;
	margin-top: 1px;
	position: absolute;
	display: none;
}

#companies .bookmark_item_tr_company_name td {
	border-top: 1px solid #E2E2E2;
	padding: 0;
	border-bottom: none;
}

#companies .bookmark_item_tr_company_name.opened td {
	border-bottom: none;
	padding: 0;
}

#companies .bookmark_item_tr_company_name div {
	background: url(/images/accordion_close.png) 0px 18px no-repeat;
	color: #225189;
	color: #444;
	display: block;
	padding: 17px 20px;
	cursor: pointer;
	font-weight: bold;
}

#companies .bookmark_item_tr_company_name div a {
	position: absolute;
	margin-left: 15px;
	width: 10px;
	height: 10px;
	background: url(/images/new_w_blue.png) left top no-repeat;
	display: none;
	margin-top: 2px;
}

#companies .bookmark_item_tr_company_name div.opened {
	background: url(/images/accordion_open.png) 0px 21px no-repeat;
}

#companies .bookmark_item_tr_company_bookmarks {
}

#companies .bookmark_item_tr_company_bookmarks td {
	cursor: pointer;
	border: none;
}

.bookmark_item_tr_company_bookmarks div {
}

#companies .edit_bookmark {
	display: none;
}

#companies .edit_bookmark td {
	border: none;
	padding: 0;
}

#companies .bookmark_form .bookmark_bot td {
	color: #7E8484;
	padding: 0 18px;
	vertical-align: top;
}

#companies .bookmark_form {
	margin: 0;
}

#companies .bookmark_item_tr a.delete_bookmark {
}

#search_bookmarks_form input.search_bookmarks_word {
	width: 179px;
	height: 26px;
	padding: 0 5px;
	margin-right: 2px;
	font: normal 14px/26px Arial, Helvetica, sans-serif;
	color: #999;
	border: 1px solid #d5d5d5;
	border-right: none;
	-moz-border-radius: 3px 0 0 3px !important;
	-webkit-border-radius: 3px 0 0 3px !important;
	-khtml-border-radius: 3px 0 0 3px !important;
	border-radius: 3px 0 0 3px !important;
	background: #fff !important;
	-webkit-appearance: none;
}

#search_bookmarks_form input#search_bookmarks_sbm {
	position: absolute;
	right: 0;
	width: 34px !important;
	height: 28px !important;
	padding: 0 !important;
	border: none !important;
	cursor: pointer !important;
	-moz-border-radius: 0 3px 3px 0 !important;
	-webkit-border-radius: 0 3px 3px 0 !important;
	-khtml-border-radius: 0 3px 3px 0 !important;
	border-radius: 0 3px 3px 0 !important;
	background: url(/images/sprites.png) no-repeat 0 -17px #e3e3e3 !important;
}

#search_bookmarks_form input#search_bookmarks_close {
	cursor: pointer;
	display: block;
	background: url("/images/close.png") left top no-repeat;
	height: 10px;
	position: absolute;
	right: 40px;
	top: 9px;
	width: 10px;
	background: url(/images/close.png) no-repeat 0 0;
	-moz-background-size: contain;
	-o-background-size: contain;
	-webkit-background-size: contain;
	-khtml-background-size: contain;
	background-size: contain;
	border: none;
	display: none;
}

#companies #bookmark_companies td {
	vertical-align: top;
}

#companies #bookmark_companies td.company_name,#companies #bookmark_companies td.category_name {
	white-space: nowrap;
}

#index_gallery {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 0px;
}

#index_gallery #preview_images {
	position: relative;
	vertical-align: top;
}
/*#index-blocs .fourcol .last{margin-left:1px}*/
#index_gallery #preview_images ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	margin: 0;
	padding: 0;
}

#index_gallery #preview_images ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
}

#index_gallery img {
	cursor: pointer;
}

#index_gallery #preview_images .next, #index_gallery #preview_images .prev {
	position: absolute;
	left: 50%;
	cursor: pointer;
	width: 16px;
	height: 16px;
	margin-left: -8px;
	overflow: hidden;
	background-image: url(/images/icons_16x16.png);
	background-repeat: no-repeat;
}

#index_gallery #preview_images .prev {
	background-position: -272px -96px;
}

#index_gallery #preview_images .prev:hover {
	background-position: -96px -96px;
}

#index_gallery #preview_images .next {
	background-position: -288px -96px;
}

#index_gallery #preview_images .next:hover {
	background-position: -112px -96px;
}

index_gallery #preview_images .arrows a {
	display: none;
	margin-top: 0;
}

#index_gallery #big_img_div {
	cursor: pointer;
	background-size: cover;
}

#index_gallery #big_img_code {
	background-color: #ddd;
	text-align: center;
}

#ctrlcopy {
	height: 1px;
	line-height: 0;
	margin: 5px 0 0 -1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	width: 1px;
}

#warn_dlg_id {
	position: absolute;
	z-index: 100001;
	max-width: 716px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 18px;
	color: #000;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	-moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	-khtml-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.6);
	background-color: #c4c4c4;
}

#warn_dlg_id .title {
	position: relative;
	padding: 20px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 0 #fff;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border-radius: 6px;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.2);
	background: url(/images/login_top.png) repeat-x left bottom #dfdfdf;
}

#warn_dlg_id .close {
	position: absolute;
	right: 10px;
	top: 8px;
	display: block;
	padding: 10px 22px;
	font: bold 15px/26px Verdana, Geneva, sans-serif;
	color: #555 !important;
	text-decoration: none !important;
	text-shadow: 0 1px 0 #fff;
}

#brands .brands_list {
	border: 1px solid #e0e0e0;
	margin: 0 0 10px;
	padding: 20px 0;
	float: left;
	width: 100%;
	position: relative;
	-moz-box-shadow: 4px 4px 4px #bbb;
	-webkit-box-shadow: 4px 4px 4px #bbb;
	-khtml-box-shadow: 4px 4px 4px #bbb;
	box-shadow: 4px 4px 4px #bbb;
}

#brands .brands_list_corner {
	position: relative;
}

#brands .brands_list_corner span.corner {
	background: url("/images/brands_tab_corner.gif") left top no-repeat;
	height: 7px;
	left: 0;
	z-index: 10;
	margin-left: -5px;
	position: absolute;
	width: 13px;
	margin-left: 80px;
	top: -6px;
}

#brands .brands_list_corner span.tab1 {
	left: 33%;
}

#brands .brands_list_corner span.tab2 {
	left: 66%;
}

#brands .brands_list ol {
}

#brands .brands_list li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
}

#brands .brands_list p {
}

#brands ol, #brands ol li, #brands ol li p {
	height: auto;
}

#company-list-buy .company-buy-item {
	background: #fff;
	border-color: #FFFFFF #FFFFFF #E1E1E1;
	border-style: solid solid dashed;
	border-width: 1px;
}

#company-list-buy .company-buy-item.preactive {
	background: #fff;
	border-color: #FFFFFF #FFFFFF;
	border-style: solid solid;
	border-width: 1px;
}

#company-list-buy .company-buy-item.active {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #E1E1E1;
}

#company-list-buy .company-buy-item.action {
	background: none repeat scroll 0 0 #fcfcfc;
	border: 1px solid #E1E1E1;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

#company-list-buy .company-buy-item .title, .brands_preview .title {
	color: #265A99;
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	text-decoration: none;
}

#company-list-buy .company-buy-item.active .title {
	color: #333333;
}

.company-buy-item .show_on_map, .company-buy-item .show_more_address {
	visibility: hidden;
}

.company-buy-item.active .show_on_map, .company-buy-item.active .show_more_address {
	cursor: pointer;
	color: #265A99;
	visibility: visible;
}

.company-buy-item .logo, .brands_preview .preview_box .logo {
	float: right;
	margin: 0 0 10px 0;
	position: relative;
	background-color: #fff;
}

.not_free_info {
	float: left;
	width: 480px;
	margin: 10px 0;
	cursor: pointer;
}

.company-buy-item .logo_shadow {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.035;
	display: none;
}

.company-buy-item.active .logo_shadow {
	display: block;
}

#news_rubric_select_button {
	position: absolute;
	right: 7px;
	bottom: 1px;
	/*background:url(/images/news_right_grey.png) left top no-repeat;*/
	cursor: pointer;
	top: 5px;
	bottom: auto;
/*
	background-image:url(/images/icons_16x16.png) !important;
	background-position:-256px -96px;*/
	font-size: 16px;
	color: #c7c7c7;
}

#news_rubric_select_button:hover {
	color: #000;
}

#news_rubric_select_button.active {
	/*background-image:url(/images/news_right_black.png)*/
	color: #000;
}

#news_rubric_select_button:hover {
	/*background-image:url(/images/news_right_blue.png)*/
	color: #265a99;
}

#news_rubric_select {
	display: none;
	background-color: #E1E1E1;
	width: 100%;
	position: absolute;
	z-index: 102;
	margin: 0 0 20px 0;
	right: 2px;
	box-shadow: 0 0 7px #1aaeff;
	-moz-box-shadow: 0 0 7px #1aaeff;
	-webkit-box-shadow: 0 0 7px #1aaeff
	-moz-opacity:0.96;
	-webkit-opacity: 0.96;
	opacity: 0.96;
}

#news_rubric_select #subscr_form {
	padding: 30px 30px 30px 30px;
	color: #999999;
}

#news_rubric_select #subscr_form .header {
	color: #686868;
	font-size: 15px;
	margin: 0 0 15px 0;
}

#news_rubric_select #subscr_form .field {
	margin: 5px 0 0 0;
	position: relative;
}

#news_rubric_select #subscr_form input {
/*width:60%;*/
	padding: 12px 35% 12px 5%;
	background-color: #fff;
	background-color: #fff;
	border-radius: 7px;
/* border:solid 1px #ccc;*/
	font-size: 12px;
/*line-height:12px; height:20px;*/
	width: auto;
	height: 23px;
	padding: 0 10px;
	font-size: 13px;
	line-height: 23px;
	border: 1px solid #d5d5d5;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	margin: 0;
}

#news_rubric_select #subscr_form input:focus {
	box-shadow: 0 0 10px #1aaeff;
	-moz-box-shadow: 0 0 10px #1aaeff;
	-webkit-box-shadow: 0 0 10px #1aaeff;
}

#news_rubric_select #subscr_form input.noactive {
	color: #a6a6a6;
}

#news_rubric_select #subscr_form input.error {
	color: #ff0000;
}

#content #news_rubric_select ul {
	margin: 0;
	padding: 0;
	list-style: none;
	-moz-user-select: none;
	-khtml-user-select: none;
	user-select: none;
}

#content #news_rubric_select li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	padding: 6px 0 6px 0;
	background: none;
}

#news_rubric_select li span {
	position: absolute;
/*width:16px;height:16px;*/
	margin-left: -32px;
/*background:url(/images/news_right_skrepka.png) -100px top no-repeat;*/
	color: #ccc;
	font-size: 14px;
}

#news_rubric_select li.active span {
	color: #000;
/*background-position:left top;*/;
}

#news_rubric_select li:hover span {
	color: #000;
}

#news_rubric_select li a {
	color: #777;
	cursor: pointer;
	font-size: 12px;
	text-decoration: none;
}

#news_rubric_select .rubrics_title {
	color: #686868;
	font-size: 15px;
	padding: 20px 30px 20px 30px;
}

#news_rubric_select li.active a {
	color: #265A99;
}

#news_rubric_select li a:hover {
	color: #265A99;
}

#news_rubric_select li.active a:hover {
	color: #777;
}

#news_rubric_select li.clicked a:hover {
	color: #777;
}

#news_rubric_select li.active.clicked a:hover {
	color: #265A99;
}

#news_rubric_select li.clicked:hover span {
/*background:none;*/
	color: #ccc;
}

#news_rubric_select li.active:hover span {
	color: #ccc;
/*background:url(/images/news_right_skrepka_light.png) left top no-repeat;*/;
}

#news_rubric_select li.active.clicked:hover span {
/*background:url(/images/news_right_skrepka.png) left top no-repeat;*/
	color: #ccc;
}

#content #sidebar .right_brands ul,#content #sidebar .right_companies ul {
	margin: 10px 0 0 0;
	padding: 0;
	float: left;
	width: 100%;
}

#content #sidebar .right_brands ul li,#content #sidebar .right_companies ul li {
	margin: 0;
	padding: 0;
	float: left;
	width: 33%;
	white-space: nowrap;
	overflow-x: hidden;
	font-size: 13px;
	line-height: 19px;
}

#content #sidebar .right_companies ul li {
	width: 49%;
}

#content #sidebar .right_brands ul li a,#content #sidebar .right_companies ul li a {
	color: #3d3d3d;
	display: block;
	margin-right: 10px;
	position: relative;
	overflow: hidden;
}

#content #sidebar .right_brands ul li span,#content #sidebar .right_companies ul li span {
	display: block;
	height: 100%;
	width: 54px;
	background: url(/images/right_br_shadow.png) 16px top repeat-y;
	position: absolute;
	right: -10px;
	top: 0;
}

img.remove-logo {
	position: relative;
	margin: 3px 0 0 157px;
	cursor: pointer;
}

#TVOYID ul.images-list li div.inputs {
	width: 120px;
}

#TVOYID ul.images-list li div.inputs input.mesto {
	width: 20px !important;
	height: 14px !important;
	line-height: 14px !important;
	padding: 0 !important;
	text-align: center;
}

#TVOYID ul.images-list li div.inputs input.descr {
	width: 82px !important;
	height: 14px !important;
	line-height: 14px !important;
}

#TVOYID .button_notice {
	color: #007fc1;
}

#TVOYID .uploadify-button {
	-webkit-appearance: none;
}

#TVOYID .button_notice {
	overflow: hidden;
}

#TVOYID .button_notice input {
	float: left;
	width: 15px !important;
	height: 15px !important;
	margin-right: 6px;
	padding: 0 !important;
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

#switcher a.link {
	color: #265a99;
	text-decoration: none;
	cursor: pointer;
}

#switcher a.link:hover {
	text-decoration: underline;
	cursor: pointer;
}

#switcher a.selected, #switcher a.selected:hover {
	color: #444444;
	text-decoration: none;
	cursor: default;
}

#select_informer_type {
	height: 20px;
	margin: 20px 0 6px 0;
}

#select_informer_type .informer_type_item {
	float: left;
	padding: 0 0 0 55px;
	margin: 0;
}

#select_informer_type .informer_type_item.active {
	background: url(/images/DotBlueB.png) 25px -2px no-repeat;
}

#select_informer_type .informer_type_item a {
	color: #6f6f6f;
	text-decoration: none;
}

#select_informer_type .informer_type_item.active a {
	color: #000;
}

#select_informer_type .informer_type_item a:hover {
	color: #265A99;
	text-decoration: underline;
}



#set_start_page {
	cursor: pointer;
	float: left;
	margin-right: 10px;
	cursor: pointer;
	font-size: 26px;
	position: relative;
	margin-top: -2px;
}

#set_start_page:hover {
	color: #265a99;
}

#start_page_instruction {
	position: absolute;
	z-index: 100001;
	padding: 10px;
	background-color: #fff;
	top: 36px;
	margin-left: 20px;
	-webkit-box-shadow: 0 2px 8px #E2E2E2;
	-moz-box-shadow: 0 2px 8px #E2E2E2;
	box-shadow: 0 2px 8px #E2E2E2;
	border: 1px solid #E1E1E1;
}

#start_page_instruction .arrow {
	width: 30px;
	height: 17px;
	position: absolute;
	margin-top: -27px;
	background: url(/images/startpage_instr_arrow.png) left top no-repeat;
	margin-left: 30px;
}

#start_page_instruction .title {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-transform: uppercase;
	padding: 10px 10px 0 0px;
}

#start_page_instruction.firefox .title td {
	vertical-align: middle;
}

#start_page_instruction .title .icon {
	padding: 0 20px 0 0;
}

#start_page_instruction.firefox .browser_use {
	width: 100%;
}

#start_page_instruction .img img {
	width: 100%;
}

#start_page_instruction .inner ol.list {
	padding-bottom: 0;
	margin-bottom: 20px;
	padding-left: 0;
	margin-left: 13px;
}

#startpage_instr_zoom {
	position: absolute;
	z-index: 100002;
	padding: 10px 40px 40px 40px;
	background-color: #fff;
	width: auto;
	top: 0;
	left: 50%;
	-webkit-box-shadow: 0 2px 8px #E2E2E2;
	-moz-box-shadow: 0 2px 8px #E2E2E2;
	box-shadow: 0 2px 8px #E2E2E2;
	border: 1px solid #E1E1E1;
}

#startpage_instr_zoom .close {
	width: 20px;
	height: 20px;
	background: url(/images/close.gif) 0px 0px no-repeat;
	float: right;
	margin-bottom: 10px;
	cursor: pointer;
}

#slogan_set_start_page {
	margin-left: 10px;
	text-transform: lowercase;
	display: none;
}

#read_same_theme ul, #tab-news ul, #tab-article ul {
	margin: 0 0 0 0;
	padding: 4px 0 0 0;
	color: #444;
}

#read_same_theme ul li {
	margin: 0 0 0 0;
	padding: 0 0 8px 20px;
}

#read_same_theme ul li a, #tab-news ul li a, #tab-article ul li a {
	color: #444;
	text-decoration: none !important;
}
#read_same_theme ul li a.btn-type-label,
#tab-news ul li a.btn-type-label,
#tab-article ul li a.btn-type-label
{
    color: #999;
}

#read_same_theme ul li a:hover, #tab-news ul li a:hover, #tab-article ul li a:hover {
	color: #265A99;
	text-decoration: none;
}

#read_same_theme ul li a .date {
	color: #787878;
	font-size: 10px;
	text-transform: uppercase;
}

#tab-news ul, #tab-article ul {
	margin-bottom: 20px !important;
}

#tab-news ul li, #tab-article ul li, #tab-library ul li {
	margin: 0;
	padding: 0 0 8px 0;
}

#equipContainer #tab-news ul li {
	margin-bottom: 25px;
}

.paid-accounts table {
	width: auto;
	border-collapse: collapse;
}

.paid-accounts th {
	text-align: center;
	vertical-align: middle;
	font: bold 14px/16px Arial;
	color: #111;
}

.paid-accounts td {
	width: 140px;
	padding: 12px 0 35px;
	text-align: center;
	vertical-align: top;
	font: 13px/16px Arial;
	color: #6b6b6b;
	border-top: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
}

.paid-accounts td.left {
	width: 270px;
	text-align: left;
	border-right: 0;
}

.paid-accounts td.void {
	width: 40px;
	border: 0;
}

.paid-accounts td.price {
	font-size: 20px;
	color: #111;
}

.paid-accounts td.last {
	border-right: 0;
}

.paid-accounts tr.void {
	height: 25px;
}

.paid-accounts tr.void td {
	padding: 0;
	border: 0;
}

.paid-accounts .buy-button a {
	position: relative;
	display: block;
	width: 95px;
	height: 35px;
	margin: 19px auto 24px;
	text-decoration: none !important;
	background: url(/images/paid_accounts.png) no-repeat 0 0;
}

.paid-accounts .buy-button a:hover {
	background-position: 0 -35px;
}

.paid-accounts .buy-button a:active {
	background-position: 0 -70px;
}

.paid-accounts .buy-button a span {
	position: absolute;
	right: -20px;
	top: -5px;
	display: block;
	width: 34px;
	height: 16px;
	cursor: pointer;
	text-decoration: none !important;
	background: url(/images/paid_accounts.png) no-repeat 0 -125px;
}

.paid-accounts .check {
	display: block;
	width: 11px;
	height: 11px;
	margin: 3px auto 0;
	background: url(/images/paid_accounts.png) no-repeat;
}

.paid-accounts .check.yes {
	background-position: 0 -161px;
}

.paid-accounts .check.no {
	background-position: 0 -188px;
}

.brands_all_div {
	float: left;
	height: 29px;
	padding: 0 37px 0 11px;
	font: bold 13px/29px Arial, Helvetica, sans-serif;
	color: #225189;
	text-decoration: none !important;
	text-transform: uppercase;
	white-space: nowrap;
}

.brands_all_div:hover {
	background: red;
	color: #fff;
	background: url(/images/brands.png) no-repeat right center #e6292f;
}

tr.header {
	font: bold 12px Arial, Helvetica, sans-serif;
}

#shop td.summ {
	text-align: center;
}

#shop.edit td {
	padding: 10px 25px 10px 10px;
	border: none;
}

.tbl_admin td {
	padding: 10px 25px 10px 10px;
	border: none;
}

#news_list_right_preferences {
	background-color: #ebebeb;
	padding: 22px 30px;
	font-size: 12px;
	line-height: 16px;
}

#news_list_right_preferences a {
	/*width:36px;height:17px;display:block;background:url(/images/switch_off.png) left top no-repeat;
	*/
	color: #5e5e5e;
	font-size: 16px;
	position: relative;
	top: -1px;
}

#news_list_right_preferences a.on {
	/*background:url(/images/switch_on.png) left top no-repeat;*/;
}

#news_list_right_preferences a.disabled {
	cursor: default;
}

#news_list_right_show_subscribe_send {

}

#news_list_right_show_subscribe_send.hover {
	background-color: #3182c4;
	border-color: #3182c4;
}

#news_list_right_show_subscribe_send.disabled,#news_list_right_show_subscribe_send.disabled.hover {
	cursor: default;
}

#news_list_right_show_subscribe.disabled {
	cursor: default;
}

#news_list_right_show_subscribe.disabled:hover {
	text-decoration: none;
}

.uppercase {
	text-transform: uppercase;
}

#brand-inner h6 {
	color: #28508c;
	font-weight: bold;
	font-size: 18px;
	color: #333;
}

.scrollControls {
	float: right;
}

.scrollControls .next {
	float: right;
	width: 18px;
	height: 11px;
	cursor: pointer;
	background: url(/images/sprites.png) -54px -17px no-repeat;
}

.scrollControls .prev {
	float: right;
	width: 18px;
	height: 11px;
	cursor: pointer;
	background: url(/images/sprites.png) -35px -17px no-repeat;
	margin: 0 20px 0 0;
}

.scrollControls .next:hover {
	background-position: -91px -17px;
}

.scrollControls .prev:hover {
	background-position: -73px -17px;
}

textarea.text {
	width: 600px;
	max-width: 600px;
	height: 22px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border-style: solid;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	color: #000000;
	Border-color: #295095;
}

input.textInput {
	height: 22px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #295095;
}

input.centerInput {
	height: 22px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 11px;
	border: 1px solid #295095;
	text-align: center;
}

tr.header td {
	vertical-align: center;
	padding: 5px 10px;
	background-color: #fff;
}

textarea.open45 {
	height: 45px;
}

div.adv-title {
	margin-bottom: 8px;
	text-align: left;
	font-size: 15px;
	font-weight: bold;
	line-height: 36px;
	color: #333;
}

table.adv-tbl {
	border-collapse: collapse;
}

table.adv-tbl td {
	padding: 5px;
}

table.adv-tbl tr.header td {
	border: 2px solid #f5f5f5;
	border-collapse: separate;
}

textarea.text {
	border-color: #d5d5d5;
}

#content div.adv_info {
	margin-top: 10px;
	padding: 7px;
	border: 1px dashed grey;
}

#content div.brands {
	float: left;
	width: 320px;
}

#content div.brands_preview {
	width: 746px;
	margin: 0;
	padding: 10px 0 0 20px;
	float: left;
}

#content div.brands_preview a.edit_link {
	font-weight: bold;
}

#content div.brands_preview .preview_box {
	border: 1px solid #e1e1e1;
	background-color: #fcfcfc;
	padding: 20px;
	margin-top: 10px;
}

#content div.texts_buy, #content div.texts_service {
	width: 480px;
	margin: 10px 0;
	cursor: pointer;
}

#content div.buy_text, #content div.service_text {
	min-height: 45px;
	background-color: #fcfcfc;
}

#content div.brands ul {
	margin: 0 0 10px 0;
	padding: 0;
}

#content div.brands ul li {
	list-style: none;
	margin: 0;
	padding: 7px;
	cursor: pointer;
	background: none;
}

#content div.brands ul li.selected {
	background: #e3e3e3 url(/images/brand_bg.png) no-repeat center right;
	cursor: normal;
}

div.selected {
	background-color: #f0f0f0;
	cursor: normal;
}

#content div.brands ul li span {
	display: inline-block;
	width: 140px;
	color: #999;
}

#content .expired {
	color: #ff0000;
}

#content .ended {
	color: #E1E1E1;
}

#content input.datepicker {
	width: 75px;
}

#content textarea.open, #admin-content textarea.open {
	height: 100px;
}

#subscr .twelvecol {
	position: relative;
	min-width: 640px;
	max-width: 1015px;
	margin-top: 14px;
	margin-bottom: 20px;
	padding: 0 !important;
	overflow: hidden;
}

#subscr .twelvecol fieldset {
	border: 1px solid #D5D5D5;
	padding: 30px 40px;
}

#subscr .twelvecol legend {
	font: bold 14px/19px Arial, Helvetica, sans-serif;
	color: #333;
	margin-left: -10px;
	padding: 0 10px;
}

#subscr .twelvecol legend em {
	font-style: normal !important;
	font-weight: normal;
	font-size: 12px;
	color: #555;
}

#subscr .twelvecol .noactive {
	font-size: 12px !important;
	color: #8f8f8f;
}

#subscr .twelvecol table {
	width: auto;
}

#subscr .twelvecol td {
	min-width: 112px;
}

#subscr .twelvecol .upload-photo {
	position: absolute;
	right: 35px;
	top: 59px;
	width: 150px;
	text-align: center;
}

#subscr .twelvecol .upload-photo a {
	color: #555 !important;
	text-decoration: none;
}

#subscr .twelvecol .upload-photo a:hover {
	text-decoration: underline;
}

#subscr img.remove-logo {
	position: relative;
	margin: 3px;
	cursor: pointer;
}

#subscr .twelvecol .many input {
	float: left;
	display: inline;
	margin-right: 14px;
}

#subscr .twelvecol .many input.last {
	margin-right: 0;
}

#subscr .twelvecol .many .right {
	float: right;
	display: inline;
}

#subscr .twelvecol .many .right span {
	float: left;
	display: inline;
	width: 112px;
	color: #555;
}

#subscr .twelvecol .many label {
	color: #8f8f8f;
}

#subscr .twelvecol .small {
	padding-top: 5px;
	font-size: 10px;
	color: #8f8f8f;
}

#subscr .twelvecol textarea {
	padding-top: 7px;
	padding-bottom: 7px;
}

#subscr .twelvecol input.chkbx {
	margin-right: 10px !important;
}

#subscr .twelvecol .many .right span.hbd {
	width: 100px;
}



textarea.noactive {
	font-size: 11px;
	color: #ccc;
}

#companies.edit textarea.noactive {
	color: #999;
}

#page_wheretobuy {
}

#page_wheretobuy .rubric_title {
	color: #265A99;
	font-weight: bold;
	font-size: 14px;
	margin: 0 0 10px 0;
}

#page_wheretobuy .rubric_title h2 a {
	font-weight: bold;
	font-size: 14px;
}

#page_wheretobuy.group_block .rubric_title {
	background-color: #F2F2F2;
	padding: 7px 7px 7px 40px;
}

#page_wheretobuy .rubric_block {
	margin: 0 0 20px 0;
}

#page_wheretobuy .brend_list {
	text-transform: uppercase;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

#page_wheretobuy.group_block .brend_list {
	display: none;
	padding: 10px 0 10px 0;
}

#page_wheretobuy .group_list {
	margin: 0 0 0 20px;
	padding: 0;
}

#page_wheretobuy .group_list li {
	margin: 0;
	padding: 2px 0 2px 20px;
	background: url("/images/accordion_close.png") left 3px no-repeat;
	cursor: pointer;
}

#page_wheretobuy .rightcol {
	float: right;
	width: 45%;
	margin-bottom: 150px;
}

#page_wheretobuy .leftcol {
	float: left;
	width: 45%;
	margin: 0 9% 150px 0;
}

#author_about {
	margin: 100px 0 20px 0;
}

.presentation {
	position: relative;
	min-height: 176px;
	padding: 20px 25px 30px !important;
}

.presentation div.adv-title {
	margin-bottom: 0;
}

.presentation .brands_preview {
	position: absolute;
	right: 25px;
	top: 21px;
}

.presentation .adv_buy, .presentation .adv_service {
	float: left;
	width: 300px;
}

.presentation .adv_buy ul, .presentation .adv_buy li, .presentation .adv_service ul, .presentation .adv_service li {
	margin: 0 !important;
	padding: 0 !important;
	list-style: none !important;
	background: none !important;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

.presentation .adv_buy li, .presentation .adv_service li {
	position: relative;
	height: 30px;
	padding-left: 10px !important;
	line-height: 30px;
}

.presentation .adv_buy li span, .presentation .adv_service li span {
	display: block !important;
	width: auto !important;
	margin: 0 !important;
	padding: 0 !important;
}

.presentation .adv_buy li span.status, .presentation .adv_service li span.status {
	float: right;
	width: 125px !important;
	height: 30px;
	font-size: 11px;
	color: #808080;
}

.presentation .adv_buy li span.title, .presentation .adv_service li span.title {
	float: left;
	height: 30px;
	color: #094f9b !important;
}

.presentation .adv_buy li .corner, .presentation .adv_service li .corner {
	position: absolute;
	right: -15px;
	top: 0;
	display: none;
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 15px solid #e3e3e3;
}

.presentation .adv_buy li.selected, .presentation .adv_service li.selected {
	background-color: #e3e3e3 !important;
}

.presentation .adv_buy li.selected span.title, .presentation .adv_service li.selected span.title {
	color: #595959 !important;
}

.presentation .adv_buy li.selected .corner, .presentation .adv_service li.selected .corner {
	display: block;
}

.equipment {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	float: left;
	padding-right: 20px;
	overflow: hidden;
}

.equipment a {
	margin-right: 10px;
	color: #eaeaea;
	line-height: 37px;
	text-shadow: 0 1px 0 #1d4677;
	text-decoration: none !important;
}

.equipment a:hover {
	color: #fff;
}

.msg-del {
	width: 510px;
	margin: 7px auto 31px;
}

.msg-del .msg-del-box {
	display: table;
	width: 508px;
	height: 238px;
	margin: 28px 0 50px;
	border: 1px solid #d6d6d6;
	background-color: #fafafa;
}

.msg-del .msg-del-box .cell {
	display: table-cell;
	width: 508px;
	height: 238px;
	text-align: center;
	vertical-align: middle;
}

.msg-del .msg-del-box .cell p span {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	width: 16px;
	height: 13px;
	margin-right: 9px;
	background: url(/images/warning.gif) no-repeat 0 0;
}

.msg-del .msg-del-box .cell p.red {
	margin-bottom: 16px;
}

.msg-del form input.sbmt {
	float: right;
}

.msg-del textarea {
	display: block;
	width: 478px;
	height: 172px;
	margin: 17px 0 50px;
	padding: 18px 10px 18px 20px;
	font-size: 12px;
}

#HappyNewYear {
	position: absolute;
	top: 0;
	margin-left: 220px;
	background: url(/images/newyear/2014.png) left top no-repeat;
	width: 260px;
	height: 253px;
}

.download-buy {
	margin: 0 6px;
	overflow: hidden;
}

.download-buy .top, .download-buy .bottom {
	height: 10px;
	overflow: hidden;
}

.download-buy .top {
	background: url(/images/wave_top.gif) repeat-x center 100%;
}

.download-buy .bottom {
	background: url(/images/wave_bot.gif) repeat-x center 0;
}

.download-buy-link {
	display: table;
	width: 100%;
	height: 50px;
	padding: 0 10px;
	overflow: hidden;
	background: url(/images/person_bg.png) repeat 0 0 #e5e5e5;
}

.download-buy-link a {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	font: bold 14px/20px "Trebuchet MS", Verdana, sans-serif;
	background: url(/images/pdf.png) no-repeat 0 50%;
}

.download-buy-link a span {
	display: block;
	color: #e6292f;
}

#article table {
	width: 100%;
	border-collapse: collapse;
}

#article table caption {
	padding: 20px 0 10px;
	text-align: center;
	font-weight: bold;
}

#article table th, #article table td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: middle;
	border-bottom: 1px solid #fff;
}

#article table th {
	color: #fff;
	background-color: #23548e;
}

#article table td {
	border-left: 1px solid #fff;
}

#article table td:first-child {
	border-left: 0;
}

#article table td ul, #article table td ol {
	margin: 0 !important;
	padding: 0 !important;
}

#article table td p:first-child {
	margin-top: 0 !important;
}

#article table tr:nth-child(odd) td {
	background-color: #fdfdfd;
}

#article table tr:nth-child(even) td {
	background-color: #f4f4f4;
}

.buy-magazine h6 {
	color: #2183c4 !important;
}

.buy-magazine #shop.edit td img {
	margin-left: -10px;
}

.buy-magazine input[type="text"] {
	padding: 0 8px;
	line-height: 24px;
}

.buy-magazine input[type="text"]:focus {
	box-shadow: 0 0 10px #1aaeff;
	-moz-box-shadow: 0 0 10px #1aaeff;
	-webkit-box-shadow: 0 0 10px #1aaeff;
}

.buy-magazine .pdf_articles {
	max-height: 290px;
	overflow: auto;
}

.buy-magazine tr.body td {
	background-color: #F7F7F7;
	vertical-align: top;
}

.row .buy-magazine {
	overflow: visible;
	padding-bottom: 20px !important;
}

.buy-magazine .chosen-container {
	margin: 0 10px;
}

.arrows {
	margin-bottom: 5px;
	overflow: hidden;
}

.arrows a, .arrows a span {
	color: #969696;
	text-decoration: none;
}

.arrows a {
	font-size: 18px;
}

.arrows a span {
	font-size: 12px;
}

.arrows.onbottom a span {
	margin: 0 5px;
}

.arrows a:hover span {
	text-decoration: underline;
}

.arrows.onbottom a:hover span {
	text-decoration: none;
	color: #265a99;
}

.arrows .a-next {
	display: inline;
}

.arrows .a-prev {
	display: inline;
}

.arrows .a-first {
	position: absolute;
	left: 0;
}

.arrows .a-last {
	position: absolute;
	right: 0;
}

.arrows em {
	width: 11px;
	height: 17px;
	background: url(/images/sprites.png) no-repeat;
}

.arrows .a-next em {
	float: right;
	margin-left: 10px;
	background-position: -47px -29px;
}

.arrows .a-next:hover em {
	background-position: -47px -48px;
}

.arrows .a-prev em {
	float: left;
	margin-right: 10px;
	background-position: -35px -29px;
}

.arrows .a-prev:hover em {
	background-position: -35px -48px;
}

.arrows.ontop .a-next a, .arrows.ontop .a-prev a {
	display: block;
	width: 24px;
	height: 25px;
}

.arrows.ontop .a-next a span {
	background: url(/images/str_r_norm.png) right top no-repeat;
	display: block;
	width: 24px;
	height: 25px;
	cursor: pointer;
}

.arrows.ontop .a-prev {
	float: left;
}

.arrows.ontop .a-next {
	float: right;
}

.arrows.ontop .a-prev  a span {
	background: url(/images/str_norm.png) left top no-repeat;
	display: block;
	width: 24px;
	height: 25px;
	cursor: pointer;
}

.arrows.ontop .a-prev  a:hover span {
	background: url(/images/str.png) left top no-repeat;
}

.arrows.ontop .a-next a:hover span {
	background: url(/images/str_r.png) right top no-repeat;
}

.arrows.dotted {
	padding-bottom: 30px;

}

.gallery .arrows .botarrowscontainer {
	text-align: center;
}

.gallery {
	margin-bottom: 30px;
	margin-top: 4px;
}

.gallery, .gallery ul, .gallery li {
	overflow: hidden;
}

#content .gallery ul, #content .gallery li {
	margin: 0;
	padding: 0;
	background: none;
	position: relative;
	overflow: visible;
}

.gallery ul {
	margin-top: 0px!important;
	margin-bottom: 0px!important;
}

.gallery li {
	float: left;
	width: 170px;
	overflow: hidden;
}

.gallery li.active img {
	-moz-opacity: 0.5;
	-webkit-opacity: 0.5;
	opacity: 0.5;
	background-color: #fff;
}

.gallery li.after, .gallery li.before {
	display: none;
}

.gallery li span {
	font-size: 11px;
	display: block;
	line-height: 15px;
	font-weight: normal;
	color: #454545;
}

.gallery li span.imgpreview {
	margin-top: 0;
}

.gallery .big {
	margin-bottom: 15px;
}

.gallery li span.header {
	text-transform: uppercase;
	text-align: left;
	margin-top: 5px;
	line-height: 11px;
	float: left;
	width: 100%;
	margin: 10px 0 0 0;
}

.gallery li span.descr {
	margin-top: 5px;
	float: left;
	width: 100%;
}

.gallery.videos li span.header {
	text-align: left;
	line-height: 11px;
}

.gallery li span.header i {
	/*
	background: url('/images/icons_12x12.png') -180px -60px no-repeat;
	width:12px;
	height:11px;
	display:block;*/
	color: #adadad;
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {

	/*.gallery li span.header i{
	background: url('/images/icons_24x24.png') -180px -60px no-repeat;
	background-size:300px 240px;
	}*/;
}

.gallery li a {
	text-decoration: none;
}

#brand-inner .gallery li a {
	text-decoration: none;
}

#brand-inner .gallery li.active a {
	/*cursor:default;*/;
}

#brand-inner .gallery .arrows a {
	text-decoration: none;
}

.gallery li a:hover span {
	color: #265a99;
}

.gallery li.active span {
	color: #adadad;
}

.gallery li span.header span {
	color: #adadad;
	line-height: 11px !important;
}

.gallery li span.header span.imagedownload {
	float: right;
	white-space: nowrap;
	color: #454545;
	cursor: pointer;
}

.gallery li span.header span.image_format_size {
	line-height: 11px;
	display: inline;
}

.gallery li.active span.header span.imagedownload, .gallery li span.header span.imagedownload:hover {
	color: #265a99;
}

#galleries  .video  li a {
	float: none;
	overflow: visible;
	color: #000;
}

#galleries  .video  li.active a {
	color: #777;
}

.grey-box {
	margin-top: 25px;
}

.grey-box .title {
	padding: 18px 15px;
	color: #265a99;
	background-color: #fff;
}

.grey-box .bloc {
	padding: 13px 15px;
	overflow: hidden;
	background-color: #f1f1f1;
}

.grey-box p {
	margin-bottom: 15px;
	color: #686868;
}

.grey-box p.nomargin {
	margin-bottom: 0;
}

.grey-box .bottom {
	height: 10px;
	overflow: hidden;
	background: url(/images/company.png) repeat-x 0 0;
}

.grey-box .controls {
	margin-top: 10px;
}

#news-inner h2 {
	margin-bottom: 36px;
}

#report_gallery_selector {
	position: absolute;
	text-align: center;
	left: 50%;
	width: 200px;
	margin-left: -100px;
	z-index: 10;
	margin-top: 2px;
}
/*
#report_gallery_selector span{
	padding:0 0 0 40px;
	margin:0 20px;
	cursor:pointer;
	color:#adadad;
	font-size:17px;
	background-position:left 3px;
	background-repeat:no-repeat;
*/
/*	background:url(/images/report_gallery_select_act.gif) left 4px no-repeat;*/
/*}*/
/*#report_gallery_selector span.active{
	color:#454545;
	cursor:default;*/
/*	background-image:url(/images/report_gallery_select.gif) ;*/
/*}*/

#report_gallery_selector span {
	display: inline-block;
	width: auto;
	height: 18px;
	margin: 0;
	margin-right: 4px;
	padding: 1px 10px 0 10px !important;
	overflow: hidden;
	text-align: center;
	font-size: 11px;
	text-transform: uppercase;
	line-height: 18px;
	list-style: none;
	color: #888;
	border: 1px solid #fff;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: none !important;
	background-color: #fff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

#report_gallery_selector span:hover {
	border-color: #eaf4fc;
	background-color: #eaf4fc !important;
}

#report_gallery_selector span.active {
	cursor: default;
	color: #444;
	border-color: #eaf4fc;
	background-color: #eaf4fc !important;
}

.dbg {
	clear: both;
	width: 100%;
	font-size: 14px;
	font-family: Helvetica;
	padding: 20px;
	text-align: center;
}

.dbg span {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
}

.l_time {
	color: #30121d;
	background: #777777;
}

.c_branch {
	color: #30121d;
	background: #bcbf77;
}

.todo {
	margin-top: 25px;
	padding-bottom: 10px;
}

.todo .title {
	font-size: 18px;
	font-weight: bold;
}

.todo li {
	margin-bottom: 10px;
	font-size: 12px;
	line-height: 18px;
	color: #444;
}

.help-list {
	margin-top: 62px;
}

.help-list li {
	margin-bottom: 10px;
	padding-left: 0 !important;
	background: none !important;
}

.help-list li.parent {
	margin-bottom: 20px;
	margin-top: 20px;
	font-weight: bold;
}

.help-list ul li.current a {
	cursor: default;
	color: #999 !important;
	text-decoration: none !important;
}

.help-list li.current a {
	cursor: default;
	color: #999 !important;
	text-decoration: none !important;
}

.help-link {
	float: right;
	height: 16px;
	margin-top: 8px;
	padding-right: 22px;
	line-height: 23px;
	color: #575757;
	background: url(/images/info.png) no-repeat 100% 0;
}

#admin-content .help-link {
	position: absolute;
	right: 14px;
	top: 19px;
	z-index: 99;
}

.in_box #admin-content .help-link {
	top: 1px;
}

.in_profile #admin-content .box {
	margin-top: 20px;
}

.in_profile #admin-content .help-link {
	top: 1px;
}

.help-list ul {
	display: none;
}

.help-list li a {
	display: block;
	padding: 0 0 0 20px;
	background: url(/images/accordion_close.png) no-repeat left top;
}

.help-list li.active a {
	background: url(/images/accordion_open.png) 0 5px no-repeat !important;
}

.help-list ul {
	margin-top: 20px;
}

.help-list li.parent ul li {
	font-weight: normal;
}

.help-list ul li a {
	padding: 5px 0 0 20px;
	background: none !important;
}

.help-list li.active ul li a {
	background: none !important;
}
/*
.help-list li.parent_link.active a {color:#999 !important}
.help-list li.parent.parent_link.active a {color:#265a99 !important}
*/

.help-wrapper {
	position: relative;
}

.help-wrapper .help-icon {
	position: absolute;
	right: 0;
	top: 3px;
	display: block;
	width: 20px;
	height: 16px;
	overflow: hidden;
	text-decoration: none !important;
	background: url(/images/info.png) no-repeat 100% 0;
}

#company-list .rating, #about-company .rating {
	position: relative;
	z-index: 999;
	float: right;
	overflow: hidden;
	margin: 20px 30px 0 0;
	background: none !important;
}

#company-list .rating span, #about-company .rating span {
	float: right;
	height: 12px;
	margin-left: 5px;
	line-height: 12px;
	white-space: nowrap;
	font-size: 11px;
	color: #ccc;
}

#company-list .rating ul, #about-company .rating ul {
	float: left;
	margin: 0 !important;
}

#company-list .rating li, #about-company .rating li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 !important;
	margin-right: 2px !important;
	padding: 0 !important;
	overflow: hidden;
	cursor: pointer;
	border: none !important;
	background: url(/images/icons_12x12.png) no-repeat -132px -72px !important;
}

#company-list .rating li:hover, #company-list .rating li.active, #about-company .rating li:hover, #about-company .rating li.active {
	background-position: -12px -72px !important;
}

#company-info .media {
	float: right;
	margin: 7px 10px 0 0;
	overflow: hidden;
}

#company-info .media span {
	float: left;
	width: 12px;
	height: 12px;
	margin-left: 10px;
	overflow: hidden;
	cursor: pointer;
	background-image: url(/images/icons_12x12.png);
	background-repeat: no-repeat;
}

#company-info .media span:first-child {
	margin-left: 0;
}

#company-info .media span.photo {
	background-position: -204px -36px;
}

#company-info .media span.video {
	background-position: -216px -36px;
}

#company-info .media span.folder {
	background-position: -144px -48px;
}

#company-info .media span.photo:hover {
	background-position: -72px -36px;
}

#company-info .media span.video:hover {
	background-position: -84px -36px;
}

#company-info .media span.folder:hover {
	background-position: -12px -48px;
}

#company-info .views, #about-company .views {
	float: right;
	overflow: hidden;
	margin: 10px 20px 6px 0;
}

#company-info .views span, #about-company .views span {
	float: left;
	height: 12px;
	margin-left: 20px;
	overflow: hidden;
	font-size: 11px;
	line-height: 12px;
	color: #ccc;
}

#company-info .views span i, #about-company .views span i {
	float: left;
	width: 12px;
	height: 12px;
	margin-right: 6px;
	background-image: url(/images/icons_12x12.png);
	background-repeat: no-repeat;
}

#company-info .views span.view i {
	cursor: default;
	background-position: -240px -12px;
}

#company-info .views span.like i {
	background-position: -216px -12px;
}

#company-info .views span.like:hover i {
	background-position: -84px -12px;
}

#about-company .rating {
	float: left;
	margin-top: 0;
	margin-bottom: 0;
}

#about-company .views {
	margin-top: -1px;
	margin-bottom: 0;
}

#about-company .views span {
	height: 16px;
	line-height: 16px;
	font-size: 12px;
	color: #999;
}

#about-company .views span i {
	width: 16px;
	height: 16px;
	background-image: url(/images/icons_16x16.png) !important;
}

#about-company .views span.view i {
	background-position: -320px -16px;
}

#about-company .views span.like {
	cursor: pointer;
}

#about-company .views span.like i {
	background-position: -192px -96px;
}

#about-company .views span.like:hover i {
	background-position: -16px -96px;
}

#about-company .views span.disabled {
	cursor: default;
}

#about-company .views span.disabled.like:hover i {
	background-position: -192px -96px;
}



/* 16x16 */
/*
#about-company .rating li {background-position:-176px -96px !important}
#about-company .rating li:hover, #about-company .rating li.active {background-position:-16px -96px !important}
#about-company .media span.photo {background-position:-272px -48px}
#about-company .media span.video {background-position:-288px -48px}
#about-company .media span.folder {background-position:-192px -64px}
#about-company .media span.photo:hover {background-position:-96px -48px}
#about-company .media span.video:hover {background-position:-112px -48px}
#about-company .media span.folder:hover {background-position:-16px -64px}
*/

.msg-wrapper {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10000;
	background: url(/images/overlay.png) repeat 0 0;
}

.msg-wrapper.noshadow {
	background: none;
}

.msg-content {
	position: relative;
	width: 500px;
	margin: 100px auto 0;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	background-color: #fff;
}

.msg-title {
	padding: 23px 25px 25px;
	font-size: 20px;
	color: #333;
	border-bottom: 1px solid #eee;
	/*-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	border-radius:6px 6px 0 0;*/
	background-color: #f5f5f5;
	text-align: center;
}

.msg-text {
	min-height: 24px;
	padding: 18px;
	font-size: 14px;
	line-height: 20px;
	/*-moz-border-radius:0 0 6px 6px;
	-webkit-border-radius:0 0 6px 6px;
	border-radius:0 0 6px 6px;
	background-color:#fff;*/
	text-align: center;
}

.msg-close {
	position: absolute;
	right: 25px;
	top: 28px;
	width: 16px;
	height: 16px;
	overflow: hidden;
	cursor: pointer;
	/*background:url(/images/icons_16x16.png) no-repeat -208px -16px*/;
}
/*.msg-close:hover {background-position:-32px -16px}*/
.msg-content.notitle .msg-text {
}

.msg-content.notitle .msg-close {
	top: 3px;
	right: 3px;
	font-size: 23px;
	line-height: 16px;
	text-align: center;
}


.news_comments_notice_div	#news_comments_notice_div_click {
	position: relative;
	margin-right: 27px;
	cursor: pointer;
}

.news_comments_notice_div	#news_comments_notice_div_click	.news_comments_notice_text {
	font-size: 12px;
	line-height: 14px;
}

.news_comments_notice_div	#news_comments_notice_div_click.on	.news_comments_notice_text {
	color: #444;
}

.news_comments_notice_div	#news_comments_notice_div_click.on.hover	.news_comments_notice_text {
	color: #c8cccc;
}

.news_comments_notice_div	#news_comments_notice_div_click.off	.news_comments_notice_text {
	color: #c8cccc;
}

.news_comments_notice_div	#news_comments_notice_div_click.off.hover	.news_comments_notice_text {
	color: #444;
}

.news_comments_notice_div	#news_comments_notice_div_click	.news_comments_notice_icon {
	background: url(/images/icons_16x16.png) -304px -64px no-repeat;
	width: 16px;
	height: 16px;
	display: block;
	position: absolute;
	right: -27px;
	top: -5px;
}

.news_comments_notice_div	#news_comments_notice_div_click.on	.news_comments_notice_icon {
	background-position: -128px -64px;
}

.news_comments_notice_div	#news_comments_notice_div_click.on.hover	.news_comments_notice_icon {
	background-position: -304px -64px;
}

.news_comments_notice_div	#news_comments_notice_div_click.off	.news_comments_notice_icon {
	background-position: -304px -64px;
}

.news_comments_notice_div	#news_comments_notice_div_click.off.hover	.news_comments_notice_icon {
	background-position: -128px -64px;
}

.news_comments_notice_div	#news_comments_notice_div_click	.news_comments_notice_icon.retina {
	background: url(/images/icons_32x32.png) -608px -128px no-repeat;
	background-size: 800px 640px;
	-webkit-background-size: 800px 640px;
	-o-background-size: 800px 640px;
	-moz-background-size: 800px 640px;
}

.wrapper.help-desk-wrapper, .wrapper.help-desk-wrapper .row {
	overflow: visible;
}

#admin-content.helpdesk-wraper {
	min-height: 400px;
	border: none;
	-moz-box-shadow: 0 0 30px #bbb;
	-webkit-box-shadow: 0 0 30px #bbb;
	box-shadow: 0 0 30px #bbb;
}

.helpdesk {
	margin-left: 130px;
}

.helpdesk h2 {
	margin-top: 10px;
	font: 400 26px/44px 'Open Sans', sans-serif !important;
	margin-bottom: 30px;
}

.helpdesk hr {
	margin: 30px 0;
}

.helpdesk ul {
	margin: 0 !important;
	margin-top: 13px !important;
	padding: 0 !important;
}

.helpdesk p, .helpdesk li, .helpdesk li {
	margin: 0 !important;
	margin-top: 13px !important;
	padding: 0 !important;
	font: 400 13px/22px "Helvetica Neue","HelveticaNeue",Helvetica,sans-serif;
	color: #444;
}

.helpdesk li {
	margin-top: 0 !important;
}

.helpdesk ul li {
	position: relative;
	/*margin-left:10px !important;*/
	margin-left: 26px !important;
	list-style: disc;
	background: none !important;
}

.helpdesk ul li p {
	overflow: visible !important;
}

.parent_link {
	cursor: pointer;
}

/* »ྐྵ襠㮰 𘋠⭮頪/
#top {
	position:relative;
	z-index:1000;
}
#top-links li.langs a.active {color:#e6292f !important}
.cities-drop {
	float:left;
	margin-right:20px
}
.cities-drop .city {
	cursor:pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	color:#777;
	text-shadow:0 1px 0 #fff;
}
.cities-drop .city:before {
	/*content:"";
	float:left;
	width:12px;
	height:12px;
	margin:10px 7px 0 0;
	overflow:hidden;
	background:url(/images/icons_12x12.png) no-repeat -156px -24px*/
}

.cities-drop .city:hover {
	color: #265a99;
}

.cities-drop .city:hover:before {
	background-position: -24px -24px;
}

.cities {
	position: absolute;
	left: 0;
	top: -100%;
	z-index: 9;
	display: none;
	width: 100%;
	background: url("/images/line2.png") repeat-x 0 100%;
	background-color: rgba(244,244,244,0.97);
}

.cities.active {
	display: block;
}

.cities-drop .fa-map-marker {
	font-size: 16px;
	margin-right: 10px;
}

.cities-drop .title {
	padding: 10px 0;
	text-align: center;
	font-size: 20px;
	text-shadow: 0 1px 0 #fff;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
	background: url(/images/login_top.png) repeat-x 0 100%;
}

.cities-list {
	padding: 14px 20px 10px 100px;
	overflow: hidden;
	-moz-border-radius: 0 0 6px 6px;
	-webkit-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}

.cities-list .country {
	float: left;
	width: 18%;
	overflow: hidden;
}

.cities-list .country:first-child {
	width: 60%;
	margin-right: 4%;
}

.cities-list p {
	height: 16px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 16px;
	text-transform: uppercase;
	color: #e6292f;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.cities-list p:before {
	content: "";
	float: left;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin-right: 10px;
	background-image: url(/images/countries.png);
	background-repeat: no-repeat;
}

.cities-list p.russia:before {
	background-position: 0 0;
}

.cities-list p.ukraine:before {
	background-position: -16px 0;
}

.cities-list p.belarus:before {
	background-position: -32px 0;
}

.cities-list p.kazakhstan:before {
	background-position: -48px 0;
}

.cities-list p.other:before {
	background-image: none;
	content: none;
}

.cities-list ul {
	display: block;
	margin: 0 0 15px;
	padding: 0;
	overflow: hidden;
}

.cities-list li {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;
}

.cities-list .country:first-child li {
	float: left;
	width: 25%;
}

.cities-list li a {
	display: block;
	line-height: 20px;
	color: #777;
	text-decoration: none !important;
}

.cities-list li a:hover {
	color: #265a99;
}

#top-links li span.fio {
	position: relative;
	padding: 0;
	font-size: 12px;
	color: #777;
	cursor: pointer;
}

#top-links .fio {
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#top-links .fio em {
	font-style: normal !important;
}

#top-links .fio em:before {
	content: "";
	float: left;
	width: 12px;
	height: 12px;
	margin: 10px 7px 0 0;
	overflow: hidden;
	background: url(/images/icons_12x12.png) no-repeat -180px 0;
}

#top-links li span.fio:hover {
	color: #265a99;
}

#top-links .fio:hover em:before {
	background-position: -48px 0;
}

#top-links .hidden-links {
	float: left;
	display: none;
	margin-right: 15px;
	white-space: nowrap;
}

#top-links .hidden-links a, #top-links .hidden-links span {
	font-size: 12px !important;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
	.cities-list p:before {
		background-image: url("/images/countries@2x.png");
		-moz-background-size: 64px 16px;
		-webkit-background-size: 64px 16px;
		background-size: 64px 16px;
	}
}

.structure-rating {
	padding: 20px 0;
	overflow: hidden;
	border-top: 1px solid #ededed;
	border-bottom: 1px solid #ededed;
}

.structure-rating .title {
	margin: 8px 220px 0 0;
	font: 20px/30px Arial, Helvetica, sans-serif;
	color: #616161;
}

.structure-rating .title h2 {
	font: 20px/30px Arial, Helvetica, sans-serif !important;
	color: #616161;
}

#company-content-tabs  h2 {
	margin-bottom: 18px;
	color: #265A99;
	font-size: 16px !important;
	font-weight: bold;
}

.structure-rating table {
	float: right;
	width: 200px;
}

.structure-rating caption {
	margin-bottom: 5px;
	text-align: left;
	font-size: 11px;
	font-weight: normal;
	color: #999;
}

.structure-rating td {
	padding-bottom: 5px;
	text-align: left;
	vertical-align: middle;
	font-size: 11px;
	line-height: 11px;
}

.structure-rating .bar {
	width: 130px;
	height: 10px;
	margin: 0 5px;
	overflow: hidden;
	background: #e8e8e8;
	background: -moz-linear-gradient(top,  #ededed 0%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ededed), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top,  #ededed 0%,#e8e8e8 100%);
	background: -o-linear-gradient(top,  #ededed 0%,#e8e8e8 100%);
	background: -ms-linear-gradient(top,  #ededed 0%,#e8e8e8 100%);
	background: linear-gradient(to bottom,  #ededed 0%,#e8e8e8 100%);
}

.structure-rating .bar span {
	float: left;
	height: 9px;
	overflow: hidden;
	border-bottom: 1px solid #046ea3;
	background: #0684c2;
	background: -moz-linear-gradient(top,  #1399dd 0%, #0684c2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1399dd), color-stop(100%,#0684c2));
	background: -webkit-linear-gradient(top,  #1399dd 0%,#0684c2 100%);
	background: -o-linear-gradient(top,  #1399dd 0%,#0684c2 100%);
	background: -ms-linear-gradient(top,  #1399dd 0%,#0684c2 100%);
	background: linear-gradient(to bottom,  #1399dd 0%,#0684c2 100%);
}

.reviews li {
	position: relative;
	padding: 20px 0 !important;
	overflow: hidden;
	border-bottom: 1px solid #ededed;
	background: none !important;
}

.reviews .review-title {
	margin-right: 120px;
	margin-bottom: 15px;
	font-size: 16px;
	color: #616161;
}

.reviews .review-text {
	margin: 0px 170px 15px 0;
	min-height: 90px;
}

.reviews .small div {
	font-size: 11px;
	line-height: 11px;
	color: #999;
}

.reviews .small div span.rating-date {
	text-transform: uppercase;
}

.reviews .rating-value {
	float: right;
	margin-top: 4px;
	height: 12px;
	width: 68px;
	background: url(/images/icons_stars_12x12.png) left top no-repeat;
}

.reviews .rating-value.val1 {
	background-position: left -13px;
}

.reviews .rating-value.val2 {
	background-position: left -39px;
}

.reviews .rating-value.val3 {
	background-position: left -65px;
}

.reviews .rating-value.val4 {
	background-position: left -91px;
}

.reviews .rating-value.val5 {
	background-position: left -117px;
}

.reviews .review-rating {
	position: absolute;
	right: 0;
	top: 25px;
	width: 120px;
	padding-top: 30px;
	text-align: right;
	font-size: 11px;
}

.reviews .review-rating .buttons {
	margin-top: 10px;
	overflow: hidden;
	text-align: right;
}

.reviews .review-rating .buttons a {
	display: inline-block;
	vertical-align: top;
	width: 43px;
	height: 25px;
	margin: 0;
	padding: 0 10px;
	text-align: center;
	border: none;
	font: bold 11px/25px Arial, Helvetica, sans-serif;
	color: #313131;
	text-decoration: none !important;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #999 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background: url(/images/button.png) repeat-x left top #d0d0d0;
}

.reviews .review-rating .buttons a.disabled {
	color: #616161;
	cursor: default;
}

.reviews .review-rating .buttons a:hover {
	background: #e1e1e1;
}

.reviews .review-rating .buttons a.disabled:hover {
	color: #616161;
	background: url(/images/button.png) repeat-x left top #d0d0d0;
}

.reviews .review-rating .buttons a:first-child {
	margin-right: 10px;
}

.news-rating {
	margin: 0 0 20px 0;
}

.news-rating .rating {
	background: none !important;
}

.news-rating table {
	table-layout: fixed;
	width: auto;
}

#sidebar .news-rating a {
	color: #444;
	/*white-space:nowrap;*/
	height: 12px;
}

#sidebar .news-rating a:hover {
	color: #000;
}

.news-rating td {
	text-align: right;
	vertical-align: top;
	font-size: 11px;
	line-height: 12px;
	color: #7f7f7f;
	padding: 5px;
	width: auto;
}

.news-rating .rasporki td {
	padding: 0;
}

.news-rating .news-rating-headers td {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

.news-rating td:first-child {
	width: 70%;
	text-align: left;
}

.news-rating td:last-child {
	padding-left: 0;
	padding-right: 5px;
}

.news-rating .news-rating-title {
	position: absolute;
	top: 15px;
	text-transform: uppercase;
}

.news-rating .news-rating-title a {
	color: #265a99;
}

#sidebar .news-rating .news-rating-title a {
	color: #265a99;
}

#sidebar .news-rating .news-rating-title a:hover {
	text-decoration: underline;
}

.news-rating .news-rating-headers .icon {
	float: none;
	display: inline-block;
	vertical-align: top;
	left: auto;
	margin: 0;
}

.news-rating td.name {
	padding-left: 0;
	text-align: left;
	font-size: 11px;
	text-transform: uppercase;
	overflow: hidden;
}

.news-rating td.name a {
	float: left;
	overflow: hidden;
}

.news-rating td.name div {
	position: relative;
}

.news-rating td.name span {
	position: absolute;
	right: 0;
	background: url(/images/right_shadow_white.png) left top repeat-y;
	width: 48px;
	height: 12px;
}

.news-rating .icon {
	float: right;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background-image: url(/images/icons_12x12.png);
	background-repeat: no-repeat;
}

.news-rating .icon.like {
	background-position: -144px -72px;
}

.news-rating .icon.view {
	background-position: -240px -12px;
}

.news-rating .icon.stats {
	background-position: -144px -60px;
}

.news-rating .icon.comment {
	background-position: -228px -12px;
}

.news-rating .icon.ratingmove {
	height: 8px;
	width: 10px;
}

.news-rating  .news-rating-headers .icon.logocok {
	background-image: url(/images/icons_16x16.png);
	background-position: -176px -128px;
	width: 86px;
	height: 16px;
	float: left;
	left: 0;
	margin-left: 5px;
}

.news-rating .icon.ratingmove.moveup {
	background-position: -218px -86px;
}

.news-rating .icon.ratingmove.movedown {
	background-position: -206px -86px;
}

.news-rating .icon.ratingmove.movenone {
	background-position: -230px -86px;
}

.news-rating .news-rating-headers td {
	background-color: #eee;
	padding: 15px 0 5px 0px;
	vertical-align: bottom;
	text-align: center;
}

.news-rating .news-rating-headers .icon {
	float: left;
	position: relative;
	left: 50%;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	overflow: hidden;
	background-image: url(/images/icons_12x12.png);
	background-repeat: no-repeat;
}

.news-rating .news-rating-headers .icon.comment {
	margin-left: -2px;
}

.news-rating .news-rating-headers .icon.stats {
	margin-left: -14px;
}

.rating {
	display: inline-block;
	vertical-align: middle;
	/*width:68px;*/
	height: 12px;
	overflow: hidden;
	background: url(/images/icons_stars_12x12.png) left top no-repeat !important;
}

.news-rating a:hover {
	text-decoration: none;
}

.news-rating td .rating a {
	display: block;
	height: 12px;
}

.rating.one {
	background-position: 0 -14px !important;
}

.rating.one-half {
	background-position: 0 -27px !important;
}

.rating.two {
	background-position: 0 -40px !important;
}

.rating.two-half {
	background-position: 0 -53px !important;
}

.rating.three {
	background-position: 0 -66px !important;
}

.rating.three-half {
	background-position: 0 -79px !important;
}

.rating.four {
	background-position: 0 -92px !important;
}

.rating.four-half {
	background-position: 0 -105px !important;
}

.rating.five {
	background-position: 0 -118px !important;
}

.rating div {
	float: left;
	width: 68px;
	height: 12px;
	background: url(/images/icons_stars_12x12.png) left top no-repeat !important;
}

.rating div.val2 {
	background-position: 0 -14px !important;
}

.rating div.val3 {
	background-position: 0 -27px !important;
}

.rating div.val4 {
	background-position: 0 -40px !important;
}

.rating div.val5 {
	background-position: 0 -53px !important;
}

.rating div.val6 {
	background-position: 0 -66px !important;
}

.rating div.val7 {
	background-position: 0 -79px !important;
}

.rating div.val8 {
	background-position: 0 -92px !important;
}

.rating div.val9 {
	background-position: 0 -105px !important;
}

.rating div.val10 {
	background-position: 0 -118px !important;
}



.file-upload {
	position: relative;
	width: 300px;
	height: 28px;
	overflow: hidden;
	background: url(/images/file_upload.png) no-repeat 0 0;
}

#pop-cols .file-upload input.text {
	width: 180px;
	height: 28px;
	padding-left: 120px;
	padding-right: 10px;
	border: none;
	background-color: transparent;
}

.file-upload .hidden-file {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 100%;
	height: 37px;
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
	font-size: 200px;
	cursor: pointer;
}


#admin-content {
	position:relative;
	min-height:350px;
	z-index:2;
}
.help-modal {
	display:none;
	position:absolute;
	right:17px;
	top:55px;
	z-index:10000;
	width:500px;
	overflow:hidden;
	border:1px solid #bbb;
	-webkit-box-shadow:0 4px 16px rgba(0,0,0,0.2);
	-moz-box-shadow:0 4px 16px rgba(0,0,0,0.2);
	box-shadow:0 4px 16px rgba(0,0,0,0.2);
	background-color:#fff
}
.help-modal-top {
	position:relative;
	padding:13px 20px;
	overflow:hidden;
	border-bottom:1px solid #e5e5e5;
	background-color:#f1f1f1
}
.help-modal-top input {
	float:left;
	width:352px;
	height:26px;
	padding:0 8px;
	line-height:26px;
	border-right:none
}
.help-modal-top button {
	float:left;
	width:34px;
	height:28px;
	margin:0;
	padding:0;
	border:none;
	cursor:pointer;
	background:url(/images/sprites.png) no-repeat 0 -17px #e3e3e3
}
.help-modal-close {
	position:absolute;
	right:10px;
	top:10px;
	width:12px;
	height:12px;
	overflow:hidden;
	cursor:pointer;
	-moz-user-select:none;
	-webkit-user-select:none;
	user-select:none;
	background:url(/images/icons_12x12.png) no-repeat -156px -12px
}
.help-modal-close:hover {background-position:-24px -12px}
.help-modal-content {padding:13px 20px}
.help-modal-content h4 {
	margin-bottom:12px;
	font-size:13px;
	font-weight:bold;
	color:#777;
	text-transform: uppercase
}
.help-modal-content ul {
	margin:0 !important;
	margin-bottom:11px !important;
	padding:0 !important;
	padding-bottom:14px !important;
	list-style:none !important;
	border-bottom:1px solid #e5e5e5
}
.help-modal-content li {
	margin:0 !important;
	padding:0 !important;
	padding-bottom:13px !important;
	background:none !important
}


.controls{float:right;overflow:hidden}
.controls .prev, .controls .next{
	position:relative;
	z-index:100;
	float:right;
	/*width:16px;height:16px;overflow:hidden;*/
	margin:/*2px*/0 0 0 12px;
	cursor:pointer;
	/*background:url(/images/icons_16x16.png) no-repeat*/;
}

.controls .prev {
	/*background-position:-272px -96px*/
color: #999;
}

.controls .prev:hover {
	/*background-position:-96px -96px*/
color: #000;
}

.controls .prev.disabled:hover {
	/*background-position:-272px -96px; */
cursor: default;
color: #999;
}

.controls .next {
	/*background-position:-288px -96px*/
color: #999;
}

.controls .next:hover {
	/*background-position:-112px -96px*/
color: #000;
}

.controls .add {
color: #999;
}

.controls .add:hover {
	/*background-position:-128px -96px*/
color: #000;
}




#article-info {
position: relative;
}

.article-icons {
order: 2;
}

.article-icons span {
float: left;
height: 16px;
margin-left: 20px;
overflow: hidden;
font-size: 12px;
line-height: 16px;
color: #999;
}

.article-icons span:first-child {
margin-left: 0;
}

.article-icons a {
color: #999 !important;
text-decoration: none !important;
}

.article-icons span i {
float: left;
width: 16px;
height: 16px;
margin-right: 6px;
/* background-image: url(/images/icons_16x16.png); */
background-repeat: no-repeat;
}

.article-icons span.comments i {
background-position: -304px -16px;
}

.article-icons span.comments:hover i {
background-position: -128px -16px;
}

.article-icons span.view i {
background-position: -320px -16px;
}

.article-icons span.like {
cursor: pointer;
}

.article-icons span.like i {
background-position: -192px -96px;
}

.article-icons span.like:hover i {
background-position: -16px -96px;
}

.article-icons span.like.disabled {
cursor: default;
}

.article-icons span.like.disabled:hover i {
background-position: -192px -96px;
}

.article-header {
font-size: 14px;
}

.article-header div, .article-header p {
color: #8f8f8f !important;
}

.article-header .article-dls {
padding: 20px;
border: 1px solid #ededed;
background-color: #fafafa;
}

.article-header .article-dl {
margin-bottom: 7px;
overflow: hidden;
}

.article-header .article-dt {
float: left;
width: 70px;
clear: left;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}

.article-header .article-dd {
margin-left: 80px;
}

#admin-content .help-profile .help-link {
right: 30px;
top: 26px;
}

#tab-review .title-h1 {
margin: 8px 220px 0 0;
font: 20px/30px Arial,Helvetica,sans-serif;
color: #616161;
text-transform: none;
background: none;
}

#about-company #brands #add-comm p {
height: auto !important;
margin-bottom: 0 !important;
}

#tab-review #add-comm input {
max-width: 463px!important;
}

#tab-review #add-comm textarea {
width: 100% !important;
max-width: 471px!important;
}

#tab-review .reviews .rating-value {
position: absolute;
right: 0;
top: 20px;
}

#read_same_theme h6, #biblio_brand_header {
margin-bottom: 18px;
}

ul.topnav.topnav_brend ul li a {
text-decoration: none !important;
}

ul.topnav.topnav_brend ul li p.title {
margin-bottom: 0 !important;
}

ul.topnav.topnav_brend ul li p.title a:hover {
text-decoration: underline !important;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
.news-rating .icon, #news .comments a span, #articles .comment a span {
	background-image: url(/images/icons_24x24.png);
	-moz-background-size: 300px 240px;
	-webkit-background-size: 300px 240px;
	background-size: 300px 240px;
}

.rating, .rating div {
	background-image: url(/images/icons_stars_24x24.png) !important;
	-moz-background-size: 68px 130px !important;
	-webkit-background-size: 68px 130px !important;
	background-size: 68px 130px !important;
}

.controls .prev,
	.controls .next,
	/*#news-wrapper .controls .add,
	#news_rubric_select_button,*/
	#index_gallery #preview_images .next,
	#index_gallery #preview_images .prev {
	background-image: url(/images/icons_32x32.png) !important;
	-moz-background-size: 400px 320px;
	-webkit-background-size: 400px 320px;
	background-size: 400px 320px;
}



}

/* ⪫प蠱 󣫮젢⥰õ */
.up-corner-buttons {
	float: left;
	width: 100%;
	background: url(/images/line.png) left bottom repeat-x;
	padding: 0 0 1px 0;
}

.up-corner-buttons div {
	float: right;
	padding: 10px;
	color: #225189;
	font-size: 15px;
	cursor: pointer;
}

.up-corner-buttons div.active {
	background: url(/images/wave_up.png) 50% bottom no-repeat;
	cursor: default;
}

#about-company #brands #tab-br-eq-equip .rubric_block {
	margin: 0 0 20px;
}

#about-company #brands #tab-br-eq-equip .rubric_title {
	background-color: #F2F2F2;
	padding: 7px 7px 7px 40px;
	color: #265A99;
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 10px;
}

#about-company #brands #tab-br-eq-equip .group_list {
	margin: 0 0 0 20px;
	padding: 0;
}

#about-company #brands #tab-br-eq-equip .group_list li {
    /*background: url("/images/accordion_close.png") no-repeat scroll left 3px rgba(0, 0, 0, 0);*/
	margin: 0;
	padding: 2px 0 2px 20px !important;
}

#about-company #brands #tab-br-eq-equip .leftcol {
	float: left;
	margin: 0 9% 0 0;
	width: 45%;
}

#about-company #brands #tab-br-eq-equip .rightcol {
	float: right;
	width: 45%;
}



.mobile-dropdown, .mobile-back {
	display: none;
}



/*==== ࢲ ====*/



#message_form input {
	width: 217px;
	height: 24px;
	margin-top: -7px;
	padding: 0 8px;
	font: normal 13px/24px Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #e4e3e7;
}

#message_form td {
	min-width: 90px;
	min-height: 26px;
	padding: 16px 0 15px 0;
	vertical-align: top;
	color: #555;
}

#message_form textarea {
	width: 223px;
	height: 60px;
	margin-top: -7px;
	padding: 2px;
	padding-left: 8px;
	font: normal 13px/normal Arial, Helvetica, sans-serif;
	color: #333;
	border: 1px solid #e4e3e7;
}

.cityList {
	cursor: pointer;
}

.notify {
	text-decoration: none !important;
}
/*
.notify:before {
	content:attr(alt);
	margin-left:5px;
	padding:0 4px;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	text-decoration:none !important;
	text-shadow:none;
	white-space:nowrap;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
	border-radius:2px;
	background-color:#ff2d2c
}
*/
.notify:before {
	content: attr(alt);
	margin-left: 5px;
	padding: 1px 4px;
	color: #fff;
	font-family: Arial;
	font-size: 11px;
	font-weight: bold;
	text-shadow: 0 -1px 0 #900;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 0 rgba(0,0,0,.7);
	-webkit-box-shadow: 0 1px 0 rgba(0,0,0,.7);
	box-shadow: 0 1px 0 rgba(0,0,0,.7);
	background-color: #db1522;
}

.notify.notify-tiny:before {
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
}

#slogan {
	cursor: pointer;
}
/*
#slogan .icon-set-homepage {
	float:left;
	width:10px;
	height:20px;
	margin-right:17px;
	overflow:hidden;
	cursor:pointer;
	background:url(/images/icons_16x16.png) no-repeat -362px 0
}
*/
#slogan:hover {
	color: #58595b;
}

#slogan:hover .icon-set-homepage {
	background-position: -352px 0;
}

#top-links li.langs a.icon-info {
	width: 12px;
	height: 12px;
	margin-top: 9px;
	overflow: hidden;
	text-decoration: none !important;
	background: url(/images/icons_12x12.png) no-repeat -240px -60px;
}

#top-links li.langs a.icon-info:hover {
	background-position: -108px -60px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2),only screen and (min--moz-device-pixel-ratio:2),only screen and (-o-min-device-pixel-ratio:2/1),only screen and (min-device-pixel-ratio:2),only screen and (min-resolution:192dpi),only screen and (min-resolution:2dppx) {
	.cities-drop .city:before,
	#top-links .fio em:before,
	#top-links li.langs a.icon-info {
		background-image: url(/images/icons_24x24.png);
		-moz-background-size: 300px 240px;
		-webkit-background-size: 300px 240px;
		background-size: 300px 240px;
	}

	#slogan .icon-set-homepage {
		background-image: url(/images/icons_32x32.png);
		-moz-background-size: 400px 320px;
		-webkit-background-size: 400px 320px;
		background-size: 400px 320px;
	}
}

#brand-inner {
	position: relative;
}

#brand-inner .brand {
	width: 100%;
}

.big-red-links {
	float: right;
	margin-top: 2px;
}

.big-red-links a {
	float: left;
	margin-left: 20px;
	font-size: 18px;
	color: #e6292f;
	text-decoration: none !important;
}

.ib-tabs-wrapper {
	margin-top: 0;
}

.ib-tabs {
	position: relative;
	height: 33px;
}

.ib-tabs ul {
	margin: 0 0 20px 0;
	padding: 0 !important;
	overflow: hidden;
	text-align: center;
}

.ib-tabs li {
	display: inline-block;
	width: 120px;
	height: 26px;
	margin: 0;
	margin-right: 4px;
	padding: 0 !important;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	line-height: 26px;
	list-style: none;
	color: #888;
	border: 1px solid #eee;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: none !important;
	background-color: #eee !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	white-space: nowrap;
}

.ib-tabs li a {
	color: #888;
	text-decoration: none;
}

.ib-tabs li:hover a, .ib-tabs li.active a {
	color: #444;
	text-decoration: none;
}

.ib-tabs li:hover {
	color: #444;
	border-color: #dfdfdf;
	background-color: #dfdfdf !important;
}

.ib-tabs li.active {
	cursor: default;
	color: #444;
	border-color: #eaf4fc;
	background-color: #eaf4fc !important;
}

.ib-tabs li span {
	font-size: 11px;
	padding-left: 3px;
	color: #888;
}

.ib-tabs-content {
	margin-top: 15px;
	padding-top: 15px;
	/*border:1px solid #e3e3e3;*/
	/*background-color:#fff;*/

	background: url("/images/dotted2.png") left top repeat-x;
}

.ib-tabs-content .ib-inner-tab {
	display: none;
}

.ib-tabs-content .ib-inner-tab.active {
	display: block;
}

.ib-tab {
	display: none;
}

.ib-tab.active {
	display: block;
}

.ib-tab h2, .ib-tab h3 {
	margin: 10px 0 30px;
	font-size: 18px !important;
}

.ib-tab .ib-inner-tabs h2, .ib-tab .ib-inner-tabs h3 {
	margin: 0 4px 0 0;
	font-size: 11px !important;
	text-transform: uppercase;
}

.ib-tab #articles li {
	position: relative;
}

.ib-tab .sticker-new {
	position: absolute;
	left: 101px;
	top: 0;
	display: block;
	width: 22px;
	height: 22px;
	overflow: hidden;
	text-align: center;
	font: 8px/22px Arial;
	letter-spacing: -0.5px;
	color: #fff;
	text-transform: uppercase;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #db1522;
}

.articles-tabs {
	position: relative;
	height: 33px;
}

.articles-tabs ul {
	margin: 0;
	overflow: hidden;
	text-align: center;
}

.articles-tabs li {
	display: inline-block;
	width: 150px;
	height: 26px;
	margin: 0;
	margin-right: 4px;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	color: #8f8f8f;
	line-height: 26px;
	list-style: none;
	/*border:1px solid #e3e3e3;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;*/
	background: none !important;
	cursor: pointer;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	/*background-color:#f2f2f2 !important*/
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.articles-tabs li:hover {
	color: #444;
	/*border-color:#EEEEEE;
	background-color:#EEEEEE !important*/;
}

.articles-tabs li span {
	display: inline-block;
	width: 12px;
	height: 12px;
	margin-right: 5px;
}

.articles-tabs li.act {
	cursor: default;
	/*border-bottom-color:#fff;*/
	/*padding: 1px 0 2px 24px !important;*/
	color: #5e5e5e !important;
}

.articles-tabs li.act span {
	background: url(/images/li_icon2-7.png) 0px 3px no-repeat !important;
}

.articles-tabs-content {
	padding-top: 30px;
	/*border:1px solid #e3e3e3;*/
	background-color: #fff;
}

.ib-tabs-content .articles-tabs-content {
	padding-top: 0;
}

.articles-tabs-content h2 {
	margin: 15px 0 30px 0;
	font: normal 18px/normal Arial,Helvetica,sans-serif;
	color: #444;
}

.articles-tab {
	display: none;
}

.articles-tab.act {
	display: block;
}

#articles .articles-cols {
	overflow: hidden;
}

#articles .articles-cols li {
	float: left;
	width: 348px;
	margin-left: 50px !important;
	overflow: visible;
}

#articles .articles-cols li:nth-child(odd) {
	margin-left: 0 !important;
}

#articles .articles-cols img {
	width: 90px;
	height: 90px;
	margin-top: 0;
}

#articles .articles-cols .exactly {
	height: 78px;
}

#articles .articles-cols span {
	margin-left: 111px;
}

#articles .articles-cols .title {
	font: bold 14px/15px Arial,Helvetica,sans-serif;
}

#articles .articles-cols li span em {
	line-height: 14px;
}

#articles .articles-cols .date {
	margin-left: 21px;
	line-height: 8px;
}

#articles .articles-cols .comments {
	position: absolute;
	right: 0;
	top: 81px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
}

#articles .articles-cols .comments a {
	color: #999;
	text-transform: uppercase;
	line-height: 10px;
	display: block;
	position: relative;
	height: 12px;
	overflow: hidden;
}

#articles .articles-cols .comments a span {
	background: url(/images/icons_12x12.png) -228px -12px no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin: -1px 5px 0 0;
	overflow: hidden;
}

#articles .articles-cols .comments a:hover {
	color: #265A99;
}

#articles .articles-cols .comments a:hover span {
	background-position: -96px -12px;
}

#articles .articles-cols .comments.nocom {
	display: none;
}

#articles .articles-cols li:hover .comments.nocom {
	display: block;
}

.ib-tab #articles .articles-cols .sticker-new {
	left: 71px;
	letter-spacing: normal;
}

.notify:before {
	display: inline-block;
	vertical-align: middle;
	/*width:22px;
	height:22px;*/
	padding: 0;
	text-align: center;
	font: 11px/18px Arial;
	text-transform: uppercase;
	text-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #db1522;
	width: 18px;
	height: 18px;
	line-height: 18px;
}



#slogan, #top-links li span, #top-links li span.fio, .cities-drop .city, #top-links li a {
	text-shadow: none;
	color: #8c8c8c;
	font-size: 12px;
}

.cities-drop .city:before {
	/*width:16px;
	height:16px;
	margin:8px 8px 0 0;
	background: url(/images/icons_16x16.png) no-repeat -208px -32px;*/;
}

.cities-drop .city:hover:before {
	background-position: -32px -32px;
}

.cities-drop {
	margin-right: 11px;
}

#top-links .langs {
	float: left;
	overflow: hidden;
	font-size: 11px;
}

#top-links .langs:before {
	content: "|";
	float: left;
	margin: -1px 9px 0 0;
	font-size: 11px;
	color: #8c8c8c;
}

#top-links li span.fio {
	margin-left: 47px;
	overflow: hidden;
}

#top-links li span.fio .user {
	float: right;
	width: 16px;
	height: 16px;
	margin: 8px 0 0 17px;
	overflow: hidden;
	background: url(/images/icons_16x16.png) no-repeat -176px -144px;
}

#top-links li span.fio a:hover .user {
	background-position: 0 -144px;
}

#top-links li span.fio .notify {
	float: right;
	margin: 8px 0 0 17px;
}

#top-links li span.fio .notify:before {
	display: block;
	width: 16px;
	height: 16px;
	margin: 0;
	padding: 0;
	overflow: hidden;
	text-align: center;
	font: 11px/16px Arial;
	color: #fff;
	text-shadow: none;
	border: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #e32c36;
}

#top-links li span.fio .notify.notify-tiny:before {
	text-align: left;
	font-size: 10px;
	letter-spacing: -1px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), not all, not all, not all, only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
	.cities-drop .city:before,
	#top-links li span.fio .user {
		background-image: url(/images/icons_32x32.png);
		-moz-background-size: 400px 320px;
		-webkit-background-size: 400px 320px;
		background-size: 400px 320px;
	}

	#top-links li span.fio  .user {
		background-position: -176px -146px;
	}

	#top-links li span.fio a:hover .user {
		background-position: 0 -146px;
	}
}

#top-links li span.fio {
	margin-left: 40px;
}

#top-links li span.fio i.fa-user {
	font-size: 16px;

}

#top-links li span.fio .notify {
	margin-left: 15px;
}

#top-links li span.fio .notify:before {
	width: 18px;
	height: 18px;
	line-height: 18px;
}

#top-links li span.fio .notify.notify-tiny:before {
	letter-spacing: normal;
}

#top-links li span.fio .notify {
	margin-top: 6px;
}

#top-links li span.fio .notify:before, .notify:before {
	display: inline-block;
	width: 16px;
    float:none;
	height: 16px;
	line-height: 16px;
	padding: 0 0px;
	text-align: center;
	box-sizing: border-box;
	font: 700 11px/16px Arial;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-moz-background-clip: padding;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	background-color: #ff0000;
}

#top-links .hidden-links {
	margin-left: 40px;
	margin-right: -20px;
	overflow: hidden;
}

#top-links .hidden-links a {
	float: left;
	overflow: hidden;
}

#top-links .hidden-links a em {
	padding: 2px 7px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	font-style: normal !important;
}

#top-links .hidden-links a:hover {
	color: #8c8c8c;
}

#top-links .hidden-links a:hover em {
	color: #8c8c8c;
	background-color: #e3e3e3;
}

#top-links .hidden-links a:first-child:before {
	content: "|";
	float: right;
	margin: -1px 6px 0 5px;
	font-size: 11px;
	color: #8c8c8c;
}

#articles .articles-cols-new .comments {
	position: absolute;
	right: 0;
	top: 112px;
	float: right;
	margin: 0;
	padding: 0;
	font-size: 10px;
	line-height: 10px;
}

#articles .articles-cols-new .comments a {
	color: #999;
	text-transform: uppercase;
	line-height: 10px;
	display: block;
	position: relative;
	height: 12px;
	overflow: hidden;
}

#articles .articles-cols-new .comments a span {
	background: url(/images/icons_12x12.png) -228px -12px no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin: 0;
	margin-right: 5px;
	overflow: hidden;
}

#articles .articles-cols-new .comments a:hover {
	color: #265A99;
}

#articles .articles-cols-new .comments a:hover span {
	background-position: -96px -12px;
}

#articles .articles-cols-new .comments.nocom {
	display: none;
}

#articles .articles-cols-new li:hover .comments.nocom {
	display: block;
}

#articles .articles-cols-new .eightcol {
	position: relative;
}

#articles .articles-cols-new .gray-box {
	height: 105px;
	margin-top: -2px;
	padding: 15px 10px 0 15px;
	overflow: hidden;
	font-size: 11px;
	background-color: rgba(244,244,244,0.97);
}

#articles .articles-cols-new .gray-box p {
	margin-bottom: 15px;
	line-height: normal;
}

#articles .articles-cols-new .gray-box p:last-child {
	margin-bottom: 0;
}

#articles .articles-cols-new .gray-box a {
	color: #265a99;
	text-decoration: none !important;
}

#articles .articles-cols-new .gray-box a:hover {
	text-decoration: underline !important;
}

.ib-tab #articles .articles-cols-new .sticker-new {
	left: 105px;
	width: 18px;
	height: 18px;
	line-height: 19px;
	font-size: 8px;
	letter-spacing: normal;
	font-weight: 700;
}

/* ==== 󸣻頡뮪 𥩲譣蠱嬨𜃻/ ⻱򠢪载== */


#content #news li {
	position: relative;
}

#content #news li:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 14px;
	display: block;
	width: 100%;
	height: 1px;
	overflow: hidden;
	background: url(/images/dotted2.png) repeat-x -4px bottom;
}

#content #news li.list:after {
	background: none;
}

#content #news li.list {
	background: url(/images/dotted2.png) left 20px repeat-x;
}

.news-rating {
	position: relative;
}

.news-rating td {
	text-transform: uppercase;
}

.news-rating tr:nth-child(2) td {
	padding-top: 9px;
}

.news-rating .news-rating-headers {
	background: url(/images/dotted2.png) repeat-x 0 100%;
}

.news-rating .news-rating-headers td {
	padding-top: 15px;
	padding-bottom: 10px;
	color: #265a99;
	background-color: transparent;
}

.news-rating .news-rating-headers i {
	/*color:#c7c7c7;*/
	color: #7f7f7f;
	font-size: 12px;
}

.news-rating .news-rating-headers td:first-child {
	text-align: left;
}

.news-rating .icon.map {
	float: right;
	left: auto;
	background-position: -156px -24px;
}

.news-rating table.news-rating-auto {
	width: 100%;
}

.news-rating table.news-rating-auto td {
	width: auto;
}

.news-rating table.news-rating-auto td.nowrap {
	white-space: nowrap;
}

.news-rating table.news-rating-auto td.new-company-cities em {
	font-style: normal !important;
}

#sidebar .news-rating a em {
	margin-left: 5px;
	font-style: normal !important;
	/*color:#c7c7c7*/
	color: #444;
}

#sidebar .news-rating a:hover em {
	color: #000;
}

.news-rating .text-arrow {
	font-size: 12px;
	line-height: 10px;
}

.news-rating .text-arrow.text-arrow-up {
	color: #265a99;
}

.news-rating .text-arrow.text-arrow-down {
	color: #e6292f;
}

.news-rating-tabs {
	position: absolute;
	left: 83px;
	top: 12px;
	margin: 0;
	padding: 0;
	z-index: 11;
}

.news-rating-tabs li {
	float: left;
	height: 18px;
	margin: 0 4px 0 0 !important;
	padding: 0 10px !important;
	list-style: none !important;
	font-size: 11px;
	line-height: 18px;
	color: #7f7f7f;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: none !important;
}

.news-rating-tabs li:hover {
	background-color: #e2f2fd !important;
}

.news-rating-tabs li.active {
	cursor: default;
	background-color: #e2f2fd !important;
}

.events {
	position: relative;
	width: 100%;
	margin: 10px 0 20px 0;
}

.events .events-title {
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 24px;
	color: #265a99;
	text-transform: uppercase;
}

.events-tabs {
	position: absolute;
	right: 0;
	top: -3px;
	margin: 0;
	padding: 3px 0;
	z-index: 11;
}

.events-tabs li {
	float: left;
	height: 18px;
	margin: 0 0 0 4px !important;
	padding: 0 10px !important;
	list-style: none !important;
	font-size: 11px;
	line-height: 18px;
	color: #7f7f7f;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: none !important;
}

.events-tabs li:hover {
	background-color: #e2f2fd !important;
}

.events-tabs li.active {
	cursor: default;
	background-color: #e2f2fd !important;
}

.events-tab.active {
	display: block;
}

.events-tab ul {
	margin: 0 !important;
	padding: 0 !important;
}

.events-tab li {
	width: 350px;
	margin: 0 0 0 0 !important;
	padding: 7px 0 8px 0 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 11px;
	line-height: 14px;
	color: #777;
	background: url(/images/dotted2.png) left bottom repeat-x !important;
}

.events-tab li:last-child {
	margin-bottom: 0 !important;
}

.events-tab li span {
	margin-right: 3px;
	color: #444;
}

.events-tab li a {
	color: #444;
	font-size: 12px;
	line-height: 14px;
}

.events-tab li a:hover {
	color: #000;
}

.events-tab li a:hover span {
	color: #000;
}

#sidebar .events a:hover {
	text-decoration: none;
}


/* ==== ꮭ嶠==== 󸣻頡뮪 𥩲譣蠱嬨𜃻/ ⻱򠢪载== */

.brand-contacts {
	margin-top: 40px;
	color: #6c6c6c;
}

.brand-contacts ul {
	margin: 20px 0 0 !important;
	padding: 0 !important;
}

.brand-contacts li {
	margin: 20px 0 0 !important;
	padding: 20px 0 0 !important;
	background: url(/images/dotted2.png) repeat-x 0 0 !important;
}

.brand-contacts li:first-child {
	margin-top: 0 !important;
	padding-top: 0 !important;
	background: none !important;
}

.brand-contacts p {
	margin: 0 !important;
}

.brand-contacts .brand-contacts-icon {
	overflow: hidden;
	line-height: 20px;
}

#brand-inner .brand-contacts a {
	text-decoration: none !important;
}

#brand-inner .brand-contacts a:hover {
	text-decoration: underline !important;
}

#brand-inner .brand-contacts a.brand-contacts-icon {
	padding: 3px 6px;
	font-size: 11px;
	color: #6c6c6c !important;
	text-decoration: none !important;
}

#brand-inner .brand-contacts a.brand-contacts-icon:hover {
	text-decoration: none !important;
	background-color: #ededed;
}

.brand-contacts .brand-contacts-icon {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.brand-contacts .brand-contacts-icon:before {
	content: "";
	float: left;
	width: 12px;
	height: 12px;
	margin: 4px 10px 0 0;
	overflow: hidden;
	background-image: url(/images/icons_12x12.png);
	background-repeat: no-repeat;
}

.brand-contacts .brand-contacts-icon.brand-contacts-title:before {
	background-position: -156px -24px;
}

.brand-contacts .brand-contacts-icon.brand-contacts-site:before {
	background-position: -240px -48px;
}

.brand-contacts .brand-contacts-icon.brand-contacts-email:before {
	background-position: -204px -48px;
}

.brand-contacts-phones p {
	overflow: hidden;
}

.brand-contacts-phones span {
	float: left;
	width: 50px;
}

.brand-equipment {
	color: #6c6c6c;
}

.brand-equipment .brand-equipment-title {
	font-size: 16px;
}

.brand-equipment ul {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

#content .brand-equipment ul li {
	float: left;
	margin: 0 7px 7px 0 !important;
	overflow: hidden;
	height: 24px;
	padding: 0 7px;
	font-size: 11px;
	line-height: 24px;
	white-space: nowrap;
	color: #6c6c6c;
	text-decoration: none !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #eee;
	background-image: none;
}

#brand-inner .brand-equipment li a {
	text-decoration: none;
}

#content .brand-equipment ul li:hover {
	color: #444;
	text-decoration: none !important;
	background-color: #d6d6d6;
}

#content .brand-equipment ul li a:hover {
	text-decoration: none !important;
}

#page_h1_string .page_edit_link, .helpdesk .page_edit_link {
	float: right;
	margin-top: 4px;
	position: relative;
	margin-right: -22px;
}

#page_h1 i.fa-plus {
	color: #999;
	margin-left: 20px;
	cursor: pointer;
	display: none;
}

.cokTabulator.tabs-button {
	float: left;
	height: 18px;
	margin: 0 4px 0 0 !important;
	padding: 0 10px !important;
	list-style: none !important;
	font-size: 11px;
	line-height: 18px;
	color: #7f7f7f;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: none !important;
}

.cokTabulator.tabs-button.active {
	background-color: #e2f2fd !important;
	cursor: default;
}
.gallery li span.cokgallery_preview_separator {
	background-color: #adadad;
	width: 1px;
	position: absolute;
	margin: 0;
}

#videos {
	overflow: hidden;
}

#videos ul {
	display: flex !important;
    flex-wrap: wrap;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden !important;
	margin-left: -13px !important;
}

#videos li {
	display: inline-block;
	vertical-align: top;
	/*float:left;*/
	width: 240px;
	margin: 0 0 27px 13px;
	padding: 0;
	overflow: hidden;
	clear: none !important;
}

#videos li a {
	position: relative;
	display: block;
	padding: 0 !important;
	font-size: 12px;
	line-height: 14px;
	font-weight: normal !important;
	color: #666 !important;
	text-decoration: none !important;
	text-transform: none;
	background: none !important;
}

#videos li img {
	display: block;
	margin: 0;
	margin-bottom: 11px;
	background-size: cover;
	width: 240px;
	height: 134px;
	background-position: center center;
	background-repeat: no-repeat;
}

#videos li span {
	display: block;
	margin-top: 1px;
	line-height: 1.3em !important;
	color: #777 !important;
	text-decoration: none !important;
}

#videos li span.videos-time {
	position: absolute;
	right: 2px;
	top: 117px;
	padding: 0 4px;
	height: 14px;
	overflow: hidden;
	text-align: center;
	font-family: Arial, sans-serif !important;
	font-weight: bold !important;
	font-size: 11px !important;
	color: #fff !important;
	-moz-opacity: .75;
	-webkit-opacity: .75;
	opacity: .75;
	background-color: #000;
}

#videos li span.videos-title {
	margin-top: 0;
	font-size: 13px !important;
	font-weight: bold !important;
	color: #167ac6 !important;
}

#videos li a:hover span.videos-title {
	text-decoration: underline !important;
}

#videos li span.videos-comments {
	float: right;
	margin-top: 4px;
	height: 12px;
	overflow: hidden;
	font-size: 10px;
	line-height: 10px;
	text-align: right;
	text-transform: uppercase;
}

#videos li span.videos-content {
	max-height: 78px;
	overflow: hidden;
}

#videos li span.videos-comments:before {
	content: "";
	background: url(/images/icons_12x12.png) -228px -12px no-repeat;
	float: left;
	width: 12px;
	height: 12px;
	line-height: 12px;
	margin: -1px 5px 0 0;
	overflow: hidden;
}

#biblio {
	position: relative;
}


/*
.search-videos #search_box.active input.sbmt {
	border-left-color:transparent !important;
	-moz-border-radius:0 3px 3px 0 !important;
	-webkit-border-radius:0 3px 3px 0 !important;
	border-radius:0 3px 3px 0 !important;
	background-image:url(/images/sprites.png) !important
}
*/

#counters .counter {
	display: inline-block;
	vertical-align: top;
	height: 30px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}

#counters .counter.counter-rbk {
	width: 68px;
	margin-left: 15px;
	background-image: url(/images/rbk_logo.png);
}

/* 誮򸀠⨤宠*/
#content #news li {
	padding-bottom: 27px;
}

#news span.exactly {
	margin-bottom: 2px;
}

#news .title {
	margin-bottom: 4px !important;
	padding-bottom: 0;
}

#news div.bot {
	height: 11px;
	line-height: 11px;
}

#news .date {
	float: left;
	line-height: 11px;
}

#news_right .news_has_video {
	/*height:12px;
	margin-top:-1px;*/
	overflow: hidden;
	font-size: 11px;
	line-height: 11px;
	color: #ccc;
	float: left;
	margin: /*-2px*/0 0 0 10px;
	/*background: url("/images/icons_12x12.png") no-repeat scroll -216px -36px transparent;*/;
}

#news .comments {
	margin-top: 0;
	line-height: 11px;
}

#news .comments a span {
	margin-top: 0;
}


/* 02.03.15 */
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {

	#top-links li span.fio .user {
		background-position: -176px -145px;
	}

	#top-links li span.fio a:hover .user {
		background-position: 0 -145px;
	}

	/*#news_right .news_has_video, */
	.news-rating .news-rating-headers .icon, .brand-contacts .brand-contacts-icon:before, #articles .articles-cols-new .comments a span, #articles .articles-cols .comments a span {
		background-image: url(/images/icons_24x24.png);
		-moz-background-size: 300px 240px;
		-webkit-background-size: 300px 240px;
		background-size: 300px 240px;
	}

    /* 28.04.20 раскомментировал пункт, т.к. в новостях иконки стали не ретина*/
	/* .article-icons span i,  */
  /* .views span i, */
	/*  #about-company,  */
	.news_comments_notice_div #news_comments_notice_div_click .news_comments_notice_icon.retina {
		background-image: url(/images/icons_32x32.png) !important;
		-moz-background-size: 400px 320px;
		-webkit-background-size: 400px 320px;
		background-size: 400px 320px;
	}

	.news_comments_notice_div #news_comments_notice_div_click .news_comments_notice_icon.retina {
		background-position: -304px -64px;
	}

	.reviews .rating-value, #add-comm #review_value_checker {
		background-image: url(/images/icons_stars_24x24.png);
		-moz-background-size: 68px 130px;
		-webkit-background-size: 68px 130px;
		background-size: 68px 130px;
	}

	input.sbmt {
		border-width: 1px !important;
	}
}

#rbk_logo {
	width: 70px;
	height: 30px;
	background: url(/images/icons_12x12.png) 0px -126px no-repeat;
}

#rambler_logo {
	width: 86px;
	height: 30px;
	background: url(/images/icons_12x12.png) 0px -156px no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {

	#rbk_logo, #rambler_logo {
		background-image: url(/images/icons_24x24.png);
		background-size: 300px 240px;
	}
}

#slogan, #top-links * {
	text-shadow: 0 1px 0 #fff !important;
}

#top-links .nick-name {
	padding: 0;
	margin-left: 20px;
}

#top-links li span.fio .user {
	margin-left: 0;
}

.cities-drop .city:hover, #top-links li a:hover {
	color: #58595b !important;
}

#page_h1 .controls {
	display: none;
	float: none;
	vertical-align: top;
	margin: 3px 0 0 15px;
}

#page_h1 h1:hover .controls {
	display: inline-block;
}

.relative {
	position: relative;
}



.up-1180-close {
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 10;
	overflow: hidden;
	cursor: pointer;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: solid 1px #c8cccc;
	padding: 0;
	box-sizing: border-box;
	transform: rotate(45deg);
}

.up-1180-close:before, .up-1180-close:after {
	width: 1px;
	height: 1px;
	position: absolute;
	display: block;
	content: '';
	background-color: #c8cccc;
}

.up-1180-close:before {
	height: 11px;
	top: 6px;
	left: 11px;
}

.up-1180-close:after {
	width: 11px;
	top: 11px;
	left: 6px;
}

.up-1180-close:hover {
	border-color: #fff;
}

.up-1180-close:hover:after,.up-1180-close:hover:before {
	background-color: #fff;
}

#start_page_instruction .up-1180-close:hover:after {
	color: #c8cccc;
	border-color: #c8cccc;
}

.help-link {
	padding-right: 0;
	background: none;
}

.help-link:after {
	content: "\003F";
	float: right;
	width: 16px;
	height: 16px;
	text-align: center;
	font-size: 12px;
	line-height: 16px;
	color: #fff;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #c8cccc;
}

.help-link:hover:after {
	background-color: #58595b;
}

#admin-content .help-link {
	right: 17px;
	top: 22px;
}

.help-modal-close {
	width: auto;
	height: auto;
	background: none;
}

.help-modal-close:before {
	content: "\00D7";
	float: right;
	width: 25px;
	height: 25px;
	text-align: center;
	font: 300 25px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #c8cccc;
}

.help-modal-close:hover:before {
	color: #58595b;
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	.help-modal-top button {
		background: url(/images/retina/search.png) no-repeat left top;
		-moz-background-size: cover;
		-o-background-size: cover;
		-webkit-background-size: cover;
		-khtml-background-size: cover;
		background-size: cover;
	}

	.download-buy-link a {
		background: url(/images/retina/pdf.png) no-repeat 0 50%;
		background-size: 27px 32px;
	}
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	#menu ul {
		background-image: url(/images/retina/menu.png);
		background-size: 5px 5px;
	}
}

.conference {
	position: relative;
}

.conference>.overflow>.fright {
	margin-top: 7px;
}

.conference .box {
	margin-top: 20px;
	padding-bottom: 20px;
}

.conference dt {
	float: left;
	width: 130px;
	overflow: hidden;
	clear: left;
	text-align: right;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
	line-height: 18px;
}

.conference dd {
	margin: 0 0 15px 150px;
	line-height: 18px;
}

.conference form {
	margin-top: 40px;
}

.conference .column {
	float: left;
	width: 323px;
	margin-left: 30px;
}

.conference .column:first-child {
	margin-left: 0;
}

.conference input.text {
	width: 305px;
	height: 24px;
	margin-bottom: 15px;
	padding: 0 8px;
	line-height: 24px;
}

.conference .checkbox {
	display: block;
	margin-bottom: 15px;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	-moz-user-select: none;
	-webkit-user-select: none;
}

.conference .checkbox input {
	float: left;
	margin: 5px 7px 0 0;
}

.conference .text-hidden {
	display: none;
}

.conference textarea {
	display: block;
	width: 667px;
	margin-bottom: 15px;
	padding: 0 8px;
	line-height: 24px;
}

.clearfix:before, .clearfix:after {
	content: » «;
	display: table;
}

.clearfix:after {
	clear: both;
}

#up_1180 {
	position: relative;
	z-index: 500;
	width: 1156px;
	margin: 0 auto;
	padding-top: 33px;
	background-color: #fff;
}

.add-box {
	display: block;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 1138px;
	margin-left: 0;
	margin-bottom: 30px;
	background: #fff;
	border: 1px solid #fff;
}

.add_box .steps {
	background: #fff !important;
	margin: 0;
	border: none;
	padding: 20px 25px 0 25px;
}

.add-box #pop-top {
	position: relative;
	margin: 0 -45px;
	padding: 0 45px;
	overflow: hidden;
}

.add-box h6 {
	padding: 23px 0 8px 0;
	font: normal 20px/normal Arial, Helvetica, sans-serif;
	color: #333;
}

.add-box #close {
	position: absolute;
	right: 37px;
	top: 28px;
	width: 16px;
	height: 18px;
	cursor: pointer;
	background: url(/images/close.png) no-repeat left top;
}

.add-box .steps ul {
	padding: 15px 0 0 15px !important;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.add-box .steps li {
	padding: 0 !important;
	background: none !important;
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	float: left;
	width: 33%;
	min-width: 200px;
	padding-bottom: 25px;
	overflow: hidden;
}

.add-box .steps span {
	float: left;
	width: 36px;
	height: 36px;
	text-align: center;
	font: bold 20px/37px Arial, Helvetica, sans-serif;
	color: #fff;
	background-color: #dadada;
}

.add-box .steps p {
	margin-left: 55px;
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color: #d0d0d0;
}

.add-box .steps p.bold {
	margin-top: 1px;
	font-size: 20px;
	line-height: 20px;
}

.add-box .steps li.active span {
	background-color: #d30000;
}

.add-box .steps li.post span {
	background-color: #2d5f9c;
}

.add-box .steps li.active p, .add-box .steps li.post p {
	color: #333;
}

.add-box #button {
	margin: 0 -45px;
	padding: 24px 45px 25px 45px;
	background: url(/images/line.png) repeat-x left top;
}

.add-box #button input.sbmt.next {
	background: url(/images/button_next2.png) no-repeat left top !important;
}

.add-box #button input.sbmt.save {
	width: 120px !important;
	background: url(/images/button_save.png) no-repeat left top !important;
}

.add-box td {
	border: none !important;
}

.add-box .add-styles {
	margin: 5px 0 25px 15px;
}

.add-box .add-styles table {
	width: auto;
}

.add-box .add-styles td {
	padding: 0 10px;
	white-space: nowrap;
}

.add-box .add-styles label {
	float: none;
	display: block;
	margin: 0;
	margin-bottom: 5px;
	padding: 0;
}

.add-box .view-styles label {
	margin-top: 10px !important;
}

.advert-status span.moderate {
	color: #ff0000;
}

.advert-status span.need-pay {
	color: #265a99;
}

.advert-status span.show {
	color: #008000;
}

.advert-status span.wait {
	color: #FF8000;
}

.top-fixed {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 1000;
	width: 100%;
}

.top-wrapper {
	position: relative;
	max-width: 1156px;
	margin: 0 auto;
	background-color: #fff;
}

.top-fixed .cities {
	top: -500px;
}

.top-fixed .offers {
	top: -2000px;
}

#header {
	margin-top: 0px;
}

.running-line {
	float: left;
	/*width:450px;*/
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	/*color:#8c8c8c;*/
	color: #e6292f;
	font-size: 12px;
	cursor: pointer;
}

.running-line:hover {
	color: #58595b;
}

.offers {
	position: absolute;
	left: 0;
	z-index: 9;
	width: 100%;
	top: -100%;
	padding: 16px 0 15px;
	background: url("/images/line2.png") repeat-x 0 100% #fff;
	background-color: rgba(244,244,244,0.97);
}

.offers .offer-wrapper {
	float: left;
	width: 600px;
	margin-left: 20px;
}

@media handheld, only screen and (max-width: 567px) {
	.offers .offer-wrapper {
		float: left;
		width: auto;
		margin: 0 20px;
	}

	.offers .offers-list {
		margin: 20px;
		float: left;
	}

	.offers .offer-wrapper-title a {
		margin-right: 20px;
	}
}

.offers .offer-wrapper-title {
	overflow: hidden;
	font: 20px/20px Arial, sans-serif;
	color: #444;
}

.offers .offer-wrapper-title a {
	float: right;
	text-align: right;
	margin-top: 8px;
	font-size: 11px;
	line-height: 11px;
	color: #8c8c8c;
	text-decoration: none;
}

.offers .offer-wrapper-title a:hover {
	color: #58595b;
}

.offers .offer {
	margin-top: 8px;
	padding: 20px;
	border: 1px solid #dfdfdf;
	background-color: #e9e9e9;
}

.offers .offers-list {
	margin: 3px 50px 0 680px;
	padding: 0;
	list-style: none;
}

.offers .offers-list li {
	cursor: pointer;
	line-height: 21px;
}

.offers .offers-list li:hover, .offers .offers-list li.active {
	color: #8c8c8c;
}

.offers .offers-list li.active {
	cursor: default;
}

.offer a {
	color: #8c8c8c !important;
	text-decoration: none !important;
}

.offer span {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #8c8c8c;
	text-decoration: none !important;
}

.offer .offer-title {
	margin-bottom: 11px;
	font: 700 16px/18px Arial,Helvetica,sans-serif;
	color: #e6292f !important;
}

.offer a:hover span {
	color: #58595b;
}

.offer a:hover .offer-title {
	text-decoration: underline !important;
}

.offer .offer-info {
	margin-top: 11px;
	overflow: hidden;
}

.offer .offer-info p {
	font-size: 13px;
}

.offer .offer-info-title {
	float: left;
}

.offer .offer-info-phone {
	float: right;
	text-align: right;
}

.offers-close {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 151;
	float: right;
	padding: 10px;
	overflow: hidden;
	cursor: pointer;
}

.offers-close:after {
	content: "\00D7";
	float: right;
	width: 25px;
	height: 25px;
	text-align: center;
	font: 300 25px/20px "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
	color: #c8cccc;
	border: 1px solid #c8cccc;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.offers-close:hover:after {
	color: #58595b;
	border-color: #58595b;
}

#content #biblio-document ul {
	margin: 0;
}

#content #biblio-document ul li {
	background: #fff url("/img/dots/horizontal.png") -4px top repeat-x;
	height: 100%;
	overflow: hidden;
	margin: 0;
	padding: 10px 0;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #content #biblio-document ul li {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#content #biblio-document ul li.first {
	background: none;
}

#content #biblio-document ul li:hover {
	background: #f7f7f7 url(/img/dots/horizontal.png) -4px top repeat-x;
	border-color: #e1e1e1;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #content #biblio-document ul li:hover {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#content #biblio-document ul li.first:hover {
	background: #f7f7f7;
	border-color: #e1e1e1;
}

#biblio-document .biblio-gray {
	float: left;
	width: 100%;
}

#biblio-document .biblio-gray .img {
	float: left;
}

#biblio-document .biblio-gray .img .rel {
	position: relative;
}

#biblio-document .img .djvu {
	position: absolute;
	right: 9px !important;
	top: 18px !important;
	width: 26px;
	height: 32px;
	background: url(/images/sprites.png) no-repeat 0 -79px;
}

#biblio-document .img .pdf {
	position: absolute;
	right: 9px !important;
	top: 18px !important;
	margin: 0;
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	#biblio-document .img .djvu {
		background: url(/images/retina/djvu.png) no-repeat 0 0;
		-moz-background-size: contain;
		-o-background-size: contain;
		-webkit-background-size: contain;
		-khtml-background-size: contain;
		background-size: contain;
	}

	#biblio-document .img .pdf {
		background: url(/images/retina/pdf.png) no-repeat left top !important;
		-moz-background-size: contain !important;
		-o-background-size: contain !important;
		-webkit-background-size: contain !important;
		-khtml-background-size: contain !important;
		background-size: contain !important;
	}
}

#biblio-document .biblio-gray  div.file-info {
	margin: 20px 20px 20px 160px;
}

#biblio-document .biblio-gray  div.file-info div {
	font-size: 13px;
	line-height: 18px;
	color: #555;
}

#biblio-document .biblio-gray  div.file-info .info div {
	font-size: 12px;
	line-height: 16px;
	color: #777;
}

#biblio-document .info {
	padding-top: 10px;
}

#biblio-document .info .info_left {
	display: table-cell;
	width: 100%;
}

#biblio-document .info .info_right {
	display: table-cell;
	padding: 0 0 0 20px;
	text-align: right;
	white-space: nowrap;
}

#biblio-document .info u {
	text-decoration: none;
	margin: 0 10px;
}

#biblio-document .info i {
	font-size: 14px;
}

#biblio-document .info i:hover {
	color: #000;
}






/* * */

#top {
	height: 33px;
	overflow: hidden;
}

@media handheld, only screen and (max-width: 1100px) {
	#slogan {
		display: none !important;
	}

	.news-rating .news-rating-title {
		display: none;
	}

	.news-rating .news-rating-tabs {
		left: 0;
		padding: 0;
	}

	.events .events-title a {
		visibility: hidden;
	}

	.events .events-tabs {
		right: auto;
		left: 0;
		padding: 0;
	}
}


@media handheld, only screen and (max-width: 767px) {
	.running-line {
		display: none;
	}

	.cities-list {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 970;
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0 15px;
		overflow-y: auto !important;
		background-color: rgba(244,244,244,0.97);
	}

	.cities-list ul {
		margin-bottom: 0;
	}

	.cities-list p {
		margin-top: 40px;
	}
}

@media handheld, only screen and (max-width: 640px) {
	.news-rating .news-rating-headers .icon {
		display: none;
	}
}

#content #equipContainer	#tab-documents li a.nopointer {
	cursor: default;
}

#content #equipContainer	#tab-documents li a span.openlist {
	cursor: pointer;
	padding: 0 0 0 20px;
}

#content #equipContainer	#tab-documents li em {
	font-style: normal;
	color: #bfbfbf !important;
}

#content #equipContainer	#tab-documents ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	padding: 0;
	margin-left: 20px;
}

#content #equipContainer	#tab-documents ul li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	margin: 0;
	padding: 0;
	clear: both;
	background-image: none;
}

#content #equipContainer	#tab-documents ul li div {
	display: none;
}

#content #equipContainer	#tab-documents ul ul li div {
	display: block;
}

#content #equipContainer	#tab-documents ul li a {
	padding: 5px 0 20px 20px;
	outline: 0;
	font-weight: bold;
	color: #2c2c2c;
	background: url(/images/accordion_close.png) no-repeat left 6px !important;
	text-transform: uppercase;
	display: block;
}

#content #equipContainer	#tab-documents ul ul {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	list-style: none;
	margin-left: 0;
}

#content #equipContainer	#tab-documents ul ul li a {
	padding: 3px 0 10px 20px;
	font-size: 15px;
	font-weight: normal;
	color: #265a99;
	text-transform: none;
	text-decoration: underline;
	background: url(/images/accordion_open.png) no-repeat left 9px !important;
}

#content #equipContainer	#tab-documents ul ul li p {
	padding: 0 0 20px 40px;
	font: normal 12px/16px Arial, Helvetica, sans-serif;
	color: #555;
	text-transform: none;
}

#content #equipContainer	#tab-documents ul ul li p.title {
	padding: 0 0 0 20px;
}

#content #equipContainer	#tab-documents p.title {
	float: left;
}

#content #equipContainer	#tab-documents p.title .txt {
	float: right;
	font-size: 11px;
	margin-right: 8px;
	margin-top: 2px;
	color: #777777;
}

#content #equipContainer	#tab-documents p.title .txt:hover {
	color: #000;
}

#content #equipContainer	#tab-documents li.active a {
	background: url(/images/accordion_open.png) no-repeat left 3px;
}

#content #equipContainer	#tab-documents ul li.active a {
	background: url(/images/accordion_open.png) no-repeat left 8px !important;
}

#news span.exactly span.news_anons {
	margin-top: 4px;
}

@media (max-width: 1199px) {
	#up_1180 {
		width: 100%;
	}

	#up_1180>div>div>div, #up_1180 object {
		width: 100% !important;
      /*height:auto !important;*/;
	}
}

#company-address .controls {
	float: right;
	overflow: hidden;
}

#company-address .controls .prev, #company-address .controls .next {
	position: relative;
	z-index: 100;
	float: right;
	width: 16px;
	height: 16px;
	overflow: hidden;
	margin: 2px 0 0 12px;
	cursor: pointer;
	background: url(/images/icons_16x16.png) no-repeat;
}

#company-address .controls .prev {
	background-position: -272px -96px;
}

#company-address .controls .prev:hover {
	background-position: -96px -96px;
}

#company-address .controls .prev.disabled:hover {
	background-position: -272px -96px;
	cursor: default;
}

#company-address .controls .next {
	background-position: -288px -96px;
}

#company-address .controls .next:hover {
	background-position: -112px -96px;
}

#company-address .controls .add:hover {
	background-position: -128px -96px;
}

ul.topnav#eq_instr_trade_list_ul li {
	float: left;
	width: 33%;
}

ul.topnav#eq_instr_trade_list_ul li a {
	background: none;
}

.library_shortdesc {
	background: #fcfcfc none repeat scroll 0 0;
	border: 1px solid #e1e1e1;
	padding: 20px;
	font-size: 13px;
	line-height: 18px;
}

#biblio	.topnav	li.trade_page_link a {
	color: #225189;
}

#biblio.trade_instr_page	.topnav	li.trade_page_link {
	display: none;
}

#biblio.trade_doc_tab	.topnav	li.trade_page_link {
	display: none;

}

.fa-plus {
	background: url("/images/plus_thin.png")  center center no-repeat;
	display: inline-block;
	height: 1em;
	width: 1em;
}

.fa-plus::before {
	content: '';
}


#page_h1 h1	.fa-plus {
	background: url("/images/plus_thin.png")  center center no-repeat;
	display: inline-block;
	height: 17px;
	width: 17px;
}

#page_h1 h1	.fa-plus::before {
	content: '';
}

#page_h1_string	.go-to-tm-page {
	float: right;
	background-color: #e2f2fd;
	border-radius: 3px;
	padding: 8px;
	font-size: 13px;
	font-weight: bold;
	margin-top: -8px;
}




/* блок авторы справа */
#right_block_authors {
	margin: 0 0 20px 0;
}

#right_block_authors .ttle {
	font: 20px Arial,Helvetica,sans-serif;
	color: #444;
	margin-bottom: 10px;
}

#right_block_authors .ttle a {
	color: #444;
	text-decoration: none;
}

#right_block_authors .ttle .rlinks {
	float: right;
}

#right_block_authors .ttle .rlinks a {
	font-size: 12px;
	color: #265a99;
}

#content #right_block_authors .right_block_authors_list {
	margin: 0;
	padding: 0 0px 10px 0;
	float: left;
	border: solid 1px #ccc;
}

#content #right_block_authors ul {
	margin: 0;
	padding: 0;
}

#content #right_block_authors ul li {
	width: 75px;
	height: 75px;
	float: left;
	padding: 0;
	margin: 10px 0 0 10px;
	background: none;
}
/* блок авторы справа */


/* блок новости компаний на главной */
#right_block_companies_news_main {
	margin-top: 10px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Open Sans',HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue',Helvetica,Arial,'Lucida Grande',sans-serif;
    font-size: 13px;
    line-height: 18px;
}

#right_block_companies_news_main	.controls {
	font-size: 26px;
	line-height: 13px;
	color: #999;
	position: absolute;
	right: 10px;
    bottom: 0;
}

#right_block_companies_news_main	.controls span {
	float: right;
	font-size: 26px;
	line-height: 13px;
	background: none;
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	#right_block_companies_news_main	.controls .prev,
	#right_block_companies_news_main	.controls .next {
		background: none !important;
	}

	#company-address .controls .prev, #company-address .controls .next {
		background-image: url(/images/icons_32x32.png) no-repeat;
		background-size: 400px 320px;
	}

	#company-address .controls .prev {
		background-position: -272px -96px;
	}

	#company-address .controls .prev:hover {
		background-position: -96px -96px;
	}

	#company-address .controls .prev.disabled:hover {
		background-position: -272px -96px;
		cursor: default;
	}

	#company-address .controls .next {
		background-position: -288px -96px;
	}

	#company-address .controls .next:hover {
		background-position: -112px -96px;
	}

	#company-address .controls .add:hover {
		background-position: -128px -96px;
	}
}
/*
#right_block_companies_news_main .controls .add{
	position:relative;
	z-index:7;
	float:left;
	font-size:26px;
	line-height:13px;
	background: url(/images/plus_thin.png) center center no-repeat;
	height:17px;
	width:17px;
	display:inline-block;
}*/
#right_block_companies_news_main .right_block_companies_news_main_list {
    position: relative;
    height: 232px;
    padding-bottom: 40px;
}
#right_block_companies_news_main .right_block_companies_news_main_list::before{
    display: block;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 66px;
    background-image: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,0) 100%);
    z-index: 2
}
.companies_news_main--swiper_container{

    padding-bottom: 20px;
}
.companies_news_main--swiper_container .swiper-button-next, .companies_news_main--swiper_container .swiper-button-prev{
    color:#999;
    font-size: 12px;
    bottom: 0;
    top:auto;
    width:13px;
    height: 17px;
    line-height:17px;
    z-index: 3
}
.companies_news_main--swiper_container .swiper-button-next::after, .companies_news_main--swiper_container .swiper-button-prev::after{
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 26px;
    line-height: 13px;
}
.companies_news_main--swiper_container .swiper-button-next::after{
    content: "\f107";
}
.companies_news_main--swiper_container .swiper-button-prev::after{
    content: "\f106";
}

.companies_news_main--swiper_container .swiper-button-next{
    right: 32px;
    left: auto;
}
.companies_news_main--swiper_container .swiper-button-prev{
    right: 60px;
    left: auto;
}

#right_block_companies_news_main .ttle {
	background: url("/images/dotted2.png") left bottom repeat-x;
	padding-bottom: 10px;
}

#right_block_companies_news_main .ttle	a {
	text-transform: uppercase;
	font-size: 12px;
	color: #265a99;
}

#right_block_companies_news_main .ttle	a:hover {
	text-decoration: underline;
}

#content #right_block_companies_news_main .right_block_companies_news_main_list ul {
	margin: 0;
	padding: 0;
}

#content #right_block_companies_news_main .right_block_companies_news_main_list ul li {
	margin: 0;
	padding: 10px 5px 10px 0;
	line-height: 14px;
	background: url("/images/dotted2.png") left bottom repeat-x;
}

#content #right_block_companies_news_main .right_block_companies_news_main_list ul li a {
	text-decoration: none;
}

#content #right_block_companies_news_main .right_block_companies_news_main_list ul li .news-title	span {
	line-height: 22px;
	display: block;
	overflow: hidden;
	color: #444;
	text-overflow: ellipsis;
}

#content #right_block_companies_news_main .right_block_companies_news_main_list ul li .news-title:hover	span {
	color: #000;
}

#content #right_block_companies_news_main .right_block_companies_news_main_list ul li	.news-date {
	float: left;
	color: #444;
	font-size: 11px;
    display: none;
	text-transform: uppercase;
}

#content #right_block_companies_news_main .right_block_companies_news_main_list ul li:hover	.news-date {
	color: #000;
}

#content #right_block_companies_news_main .right_block_companies_news_main_list ul li	.news-title {
}


/* блок новости компаний на главной */



/* блок новое в библиотеке/группе	*/
#right_block_library_new_in_group,
#right_block_library_new {
	margin-top: 20px;
	padding-bottom: 20px;
}

#right_block_library_new_in_group h6,
#right_block_library_new h6 {
	margin-bottom: 0;
	padding-bottom: 16px;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #right_block_library_new_in_group h6,
  #right_block_library_new h6 {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}


#right_block_library_new_in_group ul,
#right_block_library_new ul {
	margin: 0;
	padding: 0;
}

#content #right_block_library_new_in_group li,
#content #right_block_library_new li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	padding: 15px 0 15px 0px;
	overflow: hidden;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #content #right_block_library_new_in_group li,
  #content #right_block_library_new li {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#content #right_block_library_new_in_group li a.img,
#content #right_block_library_new li a.img {
	float: left;
}

#content #right_block_library_new_in_group li a.img img,
#content #right_block_library_new li a.img img {
	border: solid 1px #ccc;
	width: 90px;
}

#right_block_library_new_in_group .pdf,
#right_block_library_new .pdf {
	margin-top: 1px;
}

#right_block_library_new_in_group p,
#right_block_library_new p {
	margin-left: 40px;
	font-size: 13px;
	line-height: 16px;
	min-height: 32px;
}

#sidebar #right_block_library_new_in_group p,
#sidebar #right_block_library_new p {
	margin-left: 111px;
}

#right_block_library_new_in_group p span,
#right_block_library_new p span {
	color: #999;
}

#right_block_library_new_in_group .bloc-bottom,
#right_block_library_new .bloc-bottom {
	margin-top: 10px;
}

#right_block_library_new_in_group li a.anons,
#right_block_library_new li a.anons {
	text-decoration: none;
	color: #444;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	display: block;
}

#right_block_library_new_in_group li a.anons:hover,
#right_block_library_new li a.anons:hover {
	color: #000;
}
/* блок новое в библиотеке/группе */

/* блок самое популярное в библиотеке	*/
#right_block_library_pop {
	margin-top: 20px;
	padding-bottom: 20px;
}

#right_block_library_pop h6 {
	margin-bottom: 0;
	padding-bottom: 16px;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #right_block_library_pop h6 {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#right_block_library_pop ul {
	margin: 0;
	padding: 0;
}

#content #right_block_library_pop li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font-weight: normal;
	font: inherit;
	padding: 15px 0 15px 0px;
	overflow: hidden;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  #content #right_block_library_pop li {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}


#content #right_block_library_pop li a.img {
	float: left;
}

#content #right_block_library_pop li a.img img {
	border: solid 1px #ccc;
	width: 90px;
}

#right_block_library_pop .pdf {
	margin-top: 1px;
}

#right_block_library_pop p {
	margin-left: 40px;
	font-size: 13px;
	line-height: 16px;
	min-height: 32px;
}

#sidebar #right_block_library_pop p {
	margin-left: 111px;
}

#right_block_library_pop p span {
	color: #999;
}

#right_block_library_pop .bloc-bottom {
	margin-top: 10px;
}

#right_block_library_pop li a.anons {
	text-decoration: none;
	color: #444;
	font-size: 12px;
	line-height: 14px;
	margin-top: 10px;
	display: block;
}

#right_block_library_pop li a.anons:hover {
	color: #000;
}
/* блок самое популярное в библиотеке */


.cok-shingle-copypast {
	background-color: #f2dede;
}

#articles-lables span.title {
	float: left;
	margin: 0 7px 7px 0 !important;
	overflow: hidden;
	height: 24px;
	font-size: 11px;
	line-height: 24px;
	white-space: nowrap;
	color: #6c6c6c;
	text-decoration: none !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-image: none;
	line-height: 24px;
}

#articles-lables span.title i {
	list-style: none;
}

#articles-lables ul {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

#articles-lables ul li {
	float: left;
	margin: 0 7px 7px 0 !important;
	overflow: hidden;
	height: 24px;
	padding: 0 7px;
	font-size: 12px;
	line-height: 24px;
	white-space: nowrap;
	color: #6c6c6c;
	text-decoration: none !important;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background-color: #eee;
	background-image: none;
	line-height: 24px;
}

#content #article #articles-lables ul li {
	line-height: 24px;
}

#articles-lables ul li a {
	text-decoration: none;
	line-height: 24px;
}

#articles-lables ul li:hover {
	color: #444;
	text-decoration: none !important;
	background-color: #d6d6d6;
}

#articles-lables ul li a:hover {
	text-decoration: none !important;
}

.articles-lables__type-container--mobile-only {
	display: none;
}

.highslide img {
	border: none !important;
}

#magazine-inner.magazine-inner-short .fourcol {
	width: 200px;
	margin-right: 20px;
	float: left;
}

#content .row #magazine-inner.magazine-inner-short.cols .fourcol {
	width: 200px;
}

#magazine-inner.magazine-inner-short .sevencol {
	margin-left: 220px;
	float: none;
	width: auto;
}

#magazine-inner.magazine-inner-short.cols .fourcol .img {
	padding: 0;
}

#content .row #magazine-inner.magazine-inner-short ul.list {
	margin: 0;
	padding: 0;
}

#content .row #magazine-inner.magazine-inner-short ul.list li {
	margin: 0 0 10px 0;
	padding: 0;
	float: left;
	background-position: 1px 6px;
	width: 47%;
}

#content .row #magazine-inner.magazine-inner-short ul.list li span {
	display: block;
	margin-left: 12px;
}

#content .row #magazine-inner.magazine-inner-short ul.list li.even {
}

#content .row #magazine-inner.magazine-inner-short ul.list li.odd {
	margin-right: 6%;
}

#content .row #magazine-inner.magazine-inner-short ul.list li.odd::before {
	clear: both;
}

#content .row #magazine-inner.magazine-inner-short ul.list li a {
}

#content-subscribe {
	float: left;
	width: 100%;
	font-family: "Noto Sans";
}

#content-subscribe .content-subscribe-typeitem {
/*	width:50%;
	margin:0 0 20px 0;
	float:left;
	text-align:center;
	*/;
}

#content-subscribe .content-subscribe-typeitem .content-subscribe-typeitem-inner {
	/*background-color:#fafafa;
	border:solid 1px #cfcfcf;
	border-radius:2px;*/
	padding: 0;
}

#content-subscribe .content-subscribe-typeitem .content-subscribe-typeitem-inner-left {
	margin-right: 10px;
}

#content-subscribe .content-subscribe-typeitem .content-subscribe-typeitem-inner-right {
	margin-left: 10px;
}

#content-subscribe .content-subscribe-typeitem a {
	text-decoration: none;
}

#content-subscribe .content-subscribe-typeitem-title {
	color: #265a99;
	margin-bottom: 20px;
	margin-top: 20px;
	font-size: 18px;
}

#content-subscribe .content-subscribe-typeitem-img {
}

#content-subscribe .content-subscribe-typeitem-price {
	font-size: 18px;
	margin: 20px 0;
}

#content-subscribe .content-subscribe-typeitem-buybutton {
	margin: 20px 0;
}

#content-subscribe .content-subscribe-typeitem-buybutton	span {
	width: 140px;
	display: block;
	margin: 0 auto;
	background-color: #265a99;
	color: #fff;
	padding: 5px;
	text-transform: uppercase;
}

#content #content-subscribe-subscriber-selection ul {
	text-align: center;
}

#content #content-subscribe-subscriber-selection ul li {
	background: none;
	display: inline-block;
	height: 18px;
	margin: 0 4px 0 0 !important;
	padding: 0 10px !important;
	list-style: none !important;
	font-size: 11px;
	line-height: 18px;
	color: #7f7f7f;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	background: none !important;
}

#content #content-subscribe-subscriber-selection ul li.active {
	background-color: #e2f2fd !important;
	cursor: default;
}

#content #content-subscribe-subscriber-selection ul li:hover {
	background-color: #e2f2fd !important;
}

.tablediv {
	display: table;
	table-layout: fixed;
}

.tabletd {
	display: table-cell;
}

.subscribe-cols {
	width: 100%;
	margin-bottom: 20px;
}

#content-subscribe .content-subscribe-typeitem.tabletd {
	/*background-color:#fafafa;
	border:solid 1px #cfcfcf;
	border-radius:2px;*/
	vertical-align: top;
	margin: 0;
	float: none;
	text-align: left;
}

#content-subscribe .content-subscribe-typeitem.tabletd .content-subscribe-typeitem-inner {
	background: none;
	border: none;
}

#content-subscribe .content-subscribe-typeitem .content-subscribe-typeitem-inner table {
	width: 100%;
}

#subscr #content-subscribe  .content-subscribe-typeitem.tabletd .content-subscribe-typeitem-inner .form-field {
	margin: 0;
}

#subscr  #content-subscribe .content-subscribe-typeitem.tabletd .content-subscribe-typeitem-inner input {
	margin-top: 0;
	width: 100%;
}

#subscr  #content-subscribe .content-subscribe-typeitem.tabletd .content-subscribe-typeitem-inner textarea {
	margin-top: 0;
	width: 100%;
	padding: 2px 8px;
}

#subscr #content-subscribe .content-subscribe-typeitem.tabletd .content-subscribe-typeitem-inner select {
	margin-top: 0;
	width: 100%;
}

.subscribe-bot-controls {
	display: flex;
	justify-content: space-between;
}

.subscribe-bot-controls__promocode {
	display: flex;
}

.subscribe-bot-controls__promocode input[type=checkbox] {
	margin: 0;
}

.subscribe-bot-controls__promocode label {
}

.subscribe-bot-controls__promocode .form-group {
	margin: 0;
}

#egurl_search {
	margin: 0;
	width: 52%;
	float: left;
}

#egurl_search .suggestions-suggestions {
	width: 600px !important;
}

#subscr #egurl_search #party {
	width: 144.4787644787645%;
	border-right: none;
	border-radius: 2px;
}

#subscr #egurl_search #party:focus {
	box-shadow: 0 0 10px #1aaeff;
}

#subscr #egurl_search span {
	display: inline;
}

#egurl_search_result {
	margin-top: 17px;
}

#egurl_search_result div {
	min-height: 26px;
	padding: 0 9px 5px 9px;
}

#firm_dop_data .addtoform {
	margin-left: 5px;
	margin-top: 7px;
	cursor: pointer;
	position: absolute;
}

#firm_dop_data input, #firm_dop_data textarea {
	background-color: #eee;
}

#subscrform .unsubscribe-form {
    font-size: 14px
}
#subscrform #version_switcher .container-bs {
	box-sizing: border-box;
}

#subscrform #formstabs {
	padding: 0 20px;
}

#subscrform #formstabs .subscr-customer_type {
	float: right;
	width: 48%;
}

#subscrform #formstabs .subscr-customer_type .subscr_type_select {
	float: right;
	width: 48%;
}

.alert {
	padding: 5px 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 2px;
}

.alert h4 {
	margin-top: 0;
	color: inherit;
}

.alert .alert-link {
	font-weight: bold;
}

.alert>p,.alert>ul {
	margin-bottom: 0;
}

.alert>p+p {
	margin-top: 5px;
}

.alert-dismissable,.alert-dismissible {
	padding-right: 35px;
}

.alert-dismissable .close,.alert-dismissible .close {
	position: relative;
	top: -2px;
	right: -21px;
	color: inherit;
}

.alert-success {
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d;
}

.alert-success hr {
	border-top-color: #c9e2b3;
}

.alert-success .alert-link {
	color: #2b542c;
}

.alert-info {
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f;
}

.alert-info hr {
	border-top-color: #a6e1ec;
}

.alert-info .alert-link {
	color: #245269;
}

.alert-warning {
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b;
}

.alert-warning hr {
	border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
	color: #66512c;
}

.alert-danger {
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442;
}

.alert-danger hr {
	border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
	color: #843534;
}

#content ul.subscr_period {
	padding: 0;
	margin: 20px 0 0 0;
}

#content ul.subscr_period li {
	float: left;
	width: 21%;
	margin: 0 0 0 4%;
	padding: 0;
}

#content ul.subscr_period li.year {
	margin-left: 0;
	width: 25%;
}

#content ul.subscr_period li a {
	color: #444;
	display: block;
	padding: 3px;
	text-align: center;
	background-color: #eaf4fc;
	border: solid 1px #cfcfcf;
}

#subscr #version_switcher {
	background-color: #fafafa;
	border: solid 1px #cfcfcf;
	border-radius: 2px;
	padding: 0 0 20px 0;
}

#content ul.subscr_type_select {
	padding: 0;
	width: 100%;
	margin: 0;
	box-sizing: border-box;
}

#content ul.subscr_type_select li {
	margin: 0;
	padding: 0;
	float: right;
	width: 48%;
}

#content ul.subscr_type_select li:first-child {
	margin-left: 4%;
}

#content ul.subscr_type_select li a.btn {
	color: #444;
	display: block;
	padding: 0px 10px !important;
	height: 26px !important;
    line-height: 26px !important;
	text-align: center;
	background-color: #eee;
	border: solid 1px #cfcfcf;
	font-family: "Noto Sans";
}

#content ul.subscr_type_select li a.active {
	background-color: #eaf4fc !important;
	background-image: none;
	cursor: default;
}

#content ul.subscr_type_select li a.urbutton.rus.active {
	border-radius: 0 2px 2px 0;
}

#content ul.subscr_type_select li a:hover {
	text-decoration: none;
}

#egurl_search {
	padding: 0;
}

.subscr_period_selects--select_item {
	float: left;
	width: 48%;
}

.subscr_period_selects--select_item:first-child {
	margin-right: 4%;
}

@media handheld, only screen and (max-width: 1100px) {
	#subscr .box.date {
		padding: 0 20px;
	}

	#subscrform #formstabs .subscr-customer_type {
		width: 100%;
	}

	#egurl_search {
		width: 100%;
	}

	#subscrform #formstabs .subscr-customer_type .subscr_type_select {
		width: 100%;
	}

	#content ul.subscr_type_select li {
		margin: 0 0 20px 0;
		width: 100%;
	}

	.btn.subscr--btn-promo {
		margin-bottom: 10px;
	}

	#subscr #egurl_search #party {
		max-width: 100%;
	}

	#egurl_search {
		box-sizing: border-box;
	}

	#subscr #egurl_search #party {
		border-right-style: solid;
		border-right-width: 1px;
	}

	.subscr_period_selects--select_item {
		width: 100%;
		margin: 0 0 20px 0;
	}

	#subscr #forms-list .tabletd {
		display: block;
	}

	.content-subscribe-typeitem-inner {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#subscr_form_ur .content-subscribe-typeitem:first-child {
		padding-right: 30px;
		margin-bottom: 30px;
	}
}

.btn {
	width: auto !important;
	height: 25px !important;
	margin: 0;
	padding: 0px 10px !important;
	border: none !important;
	cursor: pointer;
	font: bold 11px/25px Arial, Helvetica, sans-serif !important;
	color: #313131;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #fff;
	border: 1px solid #999 !important;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
	background-color: #d0d0d0 !important;
	background-image: url(/images/button.png);
	background-position: left top;
	background-repeat: repeat-x;
}

.btn-small {
	height: 24px !important;
	padding: 0 10px !important;
	line-height: 24px;
}

.btn.btn-red {
	background: #e6292f !important;
	border: none !important;
	color: #fff;
	text-shadow: none;
	height: 30px !important;
	box-sizing: border-box;
	line-height: 30px !important;
	font-size: 12px !important;
	display: inline-block;
}
span.btn.btn-red, span.btn.btn-red:not(:disabled):not(.disabled){
    cursor: default;
}
.btn.btn-red:hover {
	color: #fff !important;
	background-color: #e6292f !important;
}

a.btn:hover {
	text-decoration: none;
	color: #313131;
}

.input-error {
	background-color: #f2dede !important;
	border-color: #ebccd1  !important;
	color: #a94442  !important;
}

.input-error-text {
	color: #a94442  !important;
	font-size: 10px;
}

.opacity0 {
	-moz-opacity: 0;
	-webkit-opacity: 0;
	opacity: 0;
}

.display-none {
	display: none;
}

#top > .wrapper > .row {
	max-width: 1156px;
}

.widget_title {
	background: url("/img/dots/horizontal.png") repeat-x scroll -4px bottom;
	font-size: 20px !important;
	height: 24px;
	line-height: 24px;
	padding-bottom: 15px;
}
#sidebar .widget_title{
    margin-top: -10px;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  .widget_title {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#article_authors {
	margin-bottom: 20px;
	padding-bottom: 10px;
	background: url(/img/dots/horizontal.png) repeat-x scroll -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
 #article_authors {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

#article_authors .author_item {
	padding: 10px 0 0 0;
	float: left;
	width: 100%;
}

.author_item	.author_item_inner {
	background-color: #fdfdfd;
	border: 1px solid #ededed;
	padding: 20px;
	box-sizing: border-box;
	float: left;
	width: 100%;
}

.author_item .author_fio {
	font-size: 15px;
	font-style: italic;
	margin-bottom: 15px;
}

.author_item .author_status {
	margin-bottom: 7px;
	text-align: right;
}

.author_item .author_info {
	float: left;
	width: 100%;
}

.author_item .author_info .author_info_right {
	/*height: 120px; display: table-cell; vertical-align: bottom; text-align: right; width: 170px;
	padding-left:20px;
	position:relative;*/
	margin-left: 140px;
	text-align: right;
}

.author_item .author_send_message {
	margin-top: 4px;
}

.author_item .author_img {
	float: left;
	width: 120px;
	height: 120px;
}

.author_item .author_img {
	width: 120px;
}

.author_item .author_profile_link {
}

.author_item .author_img span {
	position: absolute;
	width: 120px;
	height: 120px;
	background: url(/images/circle-120-fdfdfd.png) left top no-repeat;
}

.author_item .author-views {
	display: inline-block;
	vertical-align: top;
	height: 16px;
	overflow: hidden;
	line-height: 16px;
	color: #7c7c7c;
	margin-left: 10px;
}

.author_item .author-views:before {
	content: "";
	float: left;
	width: 16px;
	height: 16px;
	margin-right: 9px;
	overflow: hidden;
	background-image: url(/images/icons_16x16.png);
	background-repeat: no-repeat;
	background-position: -320px -16px;
}

.author_item .author_bottom {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.author_item .author_bottom div {
	line-height: 16px;
}

.author_item .author_bottom button {
	line-height: 14px;
}

@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
	.author_item .author_img span {
		background-image: url(/images/circle-240-fdfdfd.png);
		background-size: cover;
	}

	.author_item .author-views:before {
		background-image: url("/images/icons_32x32.png");
		-moz-background-size: 400px 320px;
		-webkit-background-size: 400px 320px;
		background-size: 400px 320px;
	}
}

button.link {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #265a99;
	cursor: pointer;
	font-size: 13px;
	line-height: 13px;
	margin: 0;
	padding: 0;
}

button.link:hover {
	text-decoration: underline;
}



.pages {
	float: left;
	width: 100%;
}

.author_pub_link {
}

#partners-page .partners-list .partners-item {
	float: left;
	width: 25%;
	margin: 0 0 20px 0;
}

#partners-page .partners-list .partners-item >div {
	width: 150px;
	height: 150px;
	border: solid 1px #ccc;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
	overflow: hidden;
}

#partners-page .partners-list .partners-item >div >div {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

#partners-page .partners-list .partners-item >div a {
	display: table-cell;
	width: 100%;
	height: 150px;
	vertical-align: middle;
}

#partners-page .partners-list .partners-item >div:hover {
	background-color: #ececec;
}

#partners-page .partners-list .partners-item >div.col-1 {
	margin: 0 auto 0 0;
}

#partners-page .partners-list .partners-item >div.col-4 {
	margin: 0 0 0 auto;
}

.partners-types-list {
	margin-bottom: 20px;
	position: relative;
	z-index: 1;
}

.partners-types-list .ib-tabs {
	padding: 5px 0;
	background-color: #fff;
}

.partners-types-list .ib-tabs ul {
	margin-bottom: 7px;
}

.partners-list-type {
	float: left;
	width: 100%;
	padding-bottom: 20px;
	margin-bottom: 20px;
	background: url(/img/dots/horizontal.png) repeat-x -4px bottom;
}
@media only screen and (-webkit-min-device-pixel-ratio:2), only screen and (min--moz-device-pixel-ratio:2), only screen and (-o-min-device-pixel-ratio:2/1), only screen and (min-device-pixel-ratio:2), only screen and (min-resolution:192dpi), only screen and (min-resolution:2dppx) {
  .partners-list-type {
    background-image: url(/img/dots/horizontal@2x.png);
    background-size: 4px 1px;
  }
}

.partners-list-type h2 {
	margin-bottom: 20px;
}

.partners-types-list-bottom-bg {
	height: 20px;
	background: #fff;
 /* Для старых браузров */
	background: linear-gradient(to top, rgba(255,255,255,0), rgba(255,255,255,1));
}

.conference, .conference div dd {
	font-family: "Noto Sans";
	font-size: 14px;
	line-height: 22px;
}

/*#top-links {
	position: absolute;
	right: 0;
	top: 0;
}

#top-links ul {
	position: relative;
	padding-left: 20px;
}
*/
/*#top-links ul::before {
	display: block;
	content: '';
	position: relative;
	float: left;
	height: 32px;
	width: 32px;
	background: #f4f4f4;
	background: linear-gradient(to right, rgba(255,255,255,0), #f4f4f4);
}*/

#top-links ul >li {
	background-color: #F4F4F4;
	padding-left: 20px;
	display:flex;
	align-items:flex-start;
}

#vak_anons {
	margin-top: 30px;
}

#vak_anons>table {
	width: 100% !important;
	border: none;
	/*table-layout:fixed;*/;
}

#vak_anons>table>tbody>tr>td, #vak_anons>table>tr>td {
	width: 50%;
	border: none;
	vertical-align: top;
}

#article #vak_anons p {
	font-size: 12px;
	line-height: 15px;
	font-family: Arial,​Helvetica,​sans-serif;
	margin: 0;
	padding: 0;
}
/*
a[href="/vak"]{
	display:none
} */

#vak p {
	line-height: 24px;
	margin-bottom: 20px;
	font-size: 14px;
	font-family: "Noto Sans","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.vak-langs-table--lang-td {
	width: 50%;
	vertical-align: top;
}

.vak-langs-table--lang-td:first-child {
	padding-right: 10px;
}

.vak-langs-table--lang-td:last-child {
	padding-left: 10px;
}

.advertisement-page-buttons {
	width: 100%;
	text-align: center;
	margin-top: 80px;
	margin-bottom: 60px;
}

.advertisement-page-buttons .btn {
	text-align: center;
	display: inline-block;
	margin-right: 20px !important;
	/*box-sizing:border-box; float:left; */
	/*height:27px !important;
	line-height:27px !important;*/;
}

.advertisement-page-buttons .btn:last-child {
	margin-right: 0 !important;
}

.btn.btn-blue {
	background: #2566B6 !important;
	border: none !important;
	color: #fff;
	text-shadow: none;
	height: 30px !important;
	line-height: 30px !important;
	font-size: 12px !important;
	padding: 0 10px !important;
}

.btn.btn-blue:hover {
	color: #fff !important;
	background-color: #265a99 !important;
}

#right_block_interview_current {
	margin-bottom: 25px;
	font-family: "Noto Sans";
}

#right_block_interview_current .ttle {
	margin-bottom: 10px;
	padding-bottom: 10px;
	font-size: 12px;
	line-height: 15px;
	text-transform: uppercase;
	background: url(/images/dotted2.png) repeat-x 0 100%;
}

#right_block_interview_current .ttle	.caption {
	color: #265a99;
	text-transform: uppercase;
	display: inline;
	margin-right: 20px;
}

#right_block_interview_current .ttle	.all-link {
	background-color: #e2f2fd !important;
	height: 18px;
	margin: 0 4px 0 0 !important;
	padding: 2px 10px !important;
	list-style: none !important;
	font-size: 11px;
	line-height: 18px;
	color: #7f7f7f;
	text-transform: uppercase;
	cursor: pointer;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}

#right_block_interview_current .ttle	.all-link:hover {
	text-decoration: none;
}

.interview-article-list {
	padding-top: 40px;
}

#interview-list .interview-list-item,.interview-article-list .interview-list-item {
	float: left;
	width: 351px;
	margin-right: 44px;
	margin-bottom: 30px;
}

.interview-article-list .interview-list-item {
	width: auto;
	float: none;
}

#interview-list .interview-list-item:nth-child(2n) {
	margin-right: 0;
}

#interview-list .interview-list-item:nth-child(2n+1) {
	clear: both;
}

#right_block_interview_current .right_block_interview_current_image, #interview-list .interview-list-item .interview-list-item-image, .interview-article-list .interview-list-item .interview-list-item-image {
	margin-bottom: 15px;
}

#interview-list .interview-list-item .interview-list-item-image img {
	/*-moz-opacity:0;
	-webkit-opacity:0;
	opacity:0;
	непонятно для чего это
	*/
	-moz-opacity: 1;
	-webkit-opacity: 1;
	opacity: 1;
}

#right_block_interview_current .right_block_interview_current_question a {
	color: #000;
	text-decoration: none;
}

#right_block_interview_current .right_block_interview_current_question, #interview-list .interview-list-item .interview-list-item-question, .interview-article-list .interview-list-item .interview-list-item-question {
	font-size: 15px;
	color: #000;
	font-family: Arial,sans-serif;
	margin-bottom: 15px;
	font-weight: bold;
}

#right_block_interview_current .right_block_interview_current_answers ul, #interview-list .interview-list-item  .interview-list-item-answers ul, .interview-article-list .interview-list-item  .interview-list-item-answers ul {
	margin: 0;
	padding: 0;
}

#right_block_interview_current .right_block_interview_current_answers li, #interview-list .interview-list-item  .interview-list-item-answers li, .interview-article-list .interview-list-item  .interview-list-item-answers li {
	height: 24px;
	line-height: 24px;
	padding: 3px 0;
	background: none;
	position: relative;
	background: none;
	color: #000;
	font-family: Arial,sans-serif;
	overflow: hidden;
}

.interview-article-list .interview-list-item  .interview-list-item-answers li {
	height: 30px;
	line-height: 30px;
}

#content .interview-article-list .interview-list-item  .interview-list-item-answers ul {
	margin: 0;
	padding: 0;
}

#content .interview-article-list .interview-list-item  .interview-list-item-answers ul li {
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#content #article	.interview-article-list .interview-list-item  .interview-list-item-answers ul li {
	background: none;
	padding: 0;
	margin: 10px 0 0 0;
}

#right_block_interview_current .right_block_interview_current_answers li span.vote-row, #interview-list .interview-list-item .interview-list-item-answers li span.vote-row, .interview-article-list .interview-list-item .interview-list-item-answers li span.vote-row {
	cursor: pointer;
}

#right_block_interview_current .right_block_interview_current_answers li span.vote-row	i.fa,
#interview-list .interview-list-item  .interview-list-item-answers li span.vote-row i.fa,
.interview-article-list .interview-list-item  .interview-list-item-answers li span.vote-row i.fa {
	margin-right: 10px;
	font-size: 10px;
}

#right_block_interview_current .right_block_interview_current_answers li>span
, #interview-list .interview-list-item .interview-list-item-answers li>span
, .interview-article-list .interview-list-item .interview-list-item-answers li>span {
	position: absolute;
	width: 100%;
	height: 24px;
	line-height: 24px;
	display: block;
}

.interview-article-list .interview-list-item .interview-list-item-answers li>span {
	height: 30px;
	line-height: 30px;
}

#right_block_interview_current .right_block_interview_current_answers li span.result,
 #interview-list .interview-list-item .interview-list-item-answers li span.result,
 .interview-article-list .interview-list-item .interview-list-item-answers li span.result {
	display: none;
}

#right_block_interview_current .right_block_interview_current_answers li span.result span.result-color, #interview-list .interview-list-item .interview-list-item-answers li span.result span.result-color,
.interview-article-list .interview-list-item .interview-list-item-answers li span.result span.result-color {
	position: absolute;
	height: 24px;
	background-color: #e2f2fd;
}

.interview-article-list .interview-list-item .interview-list-item-answers li span.result span.result-color {
	height: 30px;
}

#right_block_interview_current .right_block_interview_current_answers li span.vote-row .send, #interview-list .interview-list-item .interview-list-item-answers li span.vote-row .send,
 .interview-article-list .interview-list-item .interview-list-item-answers li span.vote-row .send {
	display: none;
	margin-left: 20px;
	color: #999;
}

#right_block_interview_current .right_block_interview_current_answers li span.vote-row .result-val, #interview-list .interview-list-item .interview-list-item-answers li span.vote-row .result-val,
.interview-article-list .interview-list-item .interview-list-item-answers li span.vote-row .result-val {
	margin-left: 15px;
	display: none;
	font-weight: bold;
}

#right_block_interview_current .right_block_interview_current_answers li span.vote-row:hover .send, #interview-list .interview-list-item .interview-list-item-answers li span.vote-row:hover .send,
.interview-article-list .interview-list-item .interview-list-item-answers li span.vote-row:hover .send {
	display: inline;
}

#right_block_interview_current .right_block_interview_current_answers ul.stats	li span.vote-row	i.fa, #interview-list .interview-list-item .interview-list-item-answers  ul.stats	li span.vote-row	i.fa,
.interview-article-list .interview-list-item .interview-list-item-answers  ul.stats	li span.vote-row	i.fa {
	visibility: hidden;
}

#right_block_interview_current .right_block_interview_current_answers ul.stats	li span.vote-row, #interview-list .interview-list-item .interview-list-item-answers ul.stats	li span.vote-row,
.interview-article-list .interview-list-item .interview-list-item-answers ul.stats	li span.vote-row {
	cursor: default;
}

#right_block_interview_current .right_block_interview_current_answers ul.stats	li span.vote-row .send, #interview-list .interview-list-item .interview-list-item-answers  ul.stats	li span.vote-row	.send,
.interview-article-list .interview-list-item .interview-list-item-answers  ul.stats	li span.vote-row	.send {
	display: none;
}

#right_block_interview_current .right_block_interview_current_answers ul.stats	li span.result, #interview-list .interview-list-item .interview-list-item-answers  ul.stats	li span.result,
.interview-article-list .interview-list-item .interview-list-item-answers  ul.stats	li span.result {
	display: block;
}

#right_block_interview_current .right_block_interview_current_answers ul.stats	li span.vote-row .result-val, #interview-list .interview-list-item .interview-list-item-answers  ul.stats	li span.vote-row	.result-val,
.interview-article-list .interview-list-item .interview-list-item-answers  ul.stats	li span.vote-row	.result-val {
	display: inline;
}

#main-articles-news-hor-full {
	margin-bottom: 40px;
	padding-top: 20px;
}

#content #main-articles-news-hor-full ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#content #main-articles-news-hor-full ul li {
	background: none;
	margin: 0;
	padding: 0;
	margin-bottom: 20px;
}

#content #main-articles-news-hor-full ul li:last-child {
	margin-bottom: 0;
}

#content #main-articles-news-hor-full ul li  a {
	color: #000;
	text-decoration: none;
}

#content #main-articles-news-hor-full ul li  a .title {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-weight: 700;
	margin-bottom: 10px;
}

#content #main-articles-news-hor-full ul li  a .anons {
	color: #444444;
	text-decoration: none;
	font-size: 15px;
	line-height: 20px;
}

#articles	.article_anons {
	font-size: 13px;
	line-height: 18px;
}

.qq-uploading-block-images-list {
}

.qq-uploading-block--images-list--image-actions {
	background: rgba(0, 0, 0, 0) url("/images/admin/opac50.png") repeat scroll left top;
	margin: 0;
	padding: 3px;
	position: absolute;
	width: auto;
	z-index: 99;
}

.qq-upload-button {
	background-color: #d0d0d0;
	background-image: url("/images/button.png");
	background-position: left top;
	background-repeat: repeat-x;
	border: 1px solid #999999;
	border-radius: 3px;
	color: #313131;
	cursor: pointer;
	font: bold 11px/25px Arial,Helvetica,sans-serif;
	height: 25px;
	margin: 0;
	padding: 0 10px;
	text-shadow: 0 1px 0 #ffffff;
	text-transform: uppercase;
	width: 100%;
	box-sizing: border-box;
}

#content ul.qq-upload-list {
	margin: 0;
	padding: 0;
}

#content .qq-upload-list li {
	margin: 5px 0 0 0;
	padding: 9px;
	line-height: 15px;
	font-size: 16px;
	background-color: #FFF0BD;
	background-image: none;
}

#content .qq-upload-list li.qq-upload-success {
	background-color: #5DA30C;
	color: #FFFFFF;
}

#content .qq-upload-list li.qq-upload-fail {
	background-color: #D60000;
	color: #FFFFFF;
}

.qq-upload-button {
	width: 180px;
}

#file_upload .qq-upload-button {
	width: 160px;
	margin: 0 auto;
}

#edit_personal_form .qq-upload-button,#edit_pass_form .qq-upload-button {
	width: 150px;
}

#content ul.region_list {
	padding: 0;
}

#content ul.region_list li {
	background-image: none;
}

.issue-info--articles-list--item--show-anons--anons-text {
	display: none;
}

.issue-info--articles-list--item--no-anons {
	color: #888;
	display:inline;
}

.issue-info--articles-list--item--show-anons {
	display: inline;
}

.ui-tooltip {
	box-shadow: 0 0 5px #666666;
}

.biblio__videos__video-item__img {
	padding-bottom: 55.83333333%;
	height: 0;
	display: block;
	margin: 0;
	margin-bottom: 11px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: relative;
}

@media handheld, only screen and (max-width: 567px) {

	#up_1180 {
		/*margin-bottom: -33px;*/
	}
}


.read_same_theme__header {
	float: left;
	color: #265A99;
	font-size: 16px;
	font-weight: bold;
}

.read_same_theme__list {
	margin-left: 200px;
}

.news-bottom .news-source {
	position: absolute;
	left: 200px;
	bottom: 0;
}

.brands-by-country-container {
}

.brands-by-country-container__row {
	float: left;
	width: 100%;
}

.brands-by-country-container__row__country {
	float: left;
	width: 29%;
	margin-right: 6%;
}

.brands-by-country-container__row__country:last-child {
	margin-right: 0;
}

.brands-by-country-container__coutry-brands__country-title {
	display: none;
}

.banner-wrapper>a {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

@media handheld, only screen and (max-width:567px) {
	body>#menu {
		display: none;
	}



	.home-page h1 {
		display: none;
	}

	#s_730_2 .banner-wrapper {
		width: 100% !important;
		height: auto !important;
	}

	#s_730 .banner-wrapper {
		width: 100% !important;
		height: auto !important;
	}

	#articles h2 {
		font-size: 20px !important;
	}

	#content #articles.article_main .tabs-buttons {
		margin-left: 0;
		float: left;
		margin-top: 10px;
	}

	#news-item .date {
		margin-left: 0;
	}

	#news-item .news-l {
		display: none;
	}

	#news-item .news-r {
		margin-left: 0;
	}

	#news-item .article-icons {
		position: static;
	}

	#news-item .article-icons .views {
		float: right;
	}

	#news-item .date>span {
		display: block;
		text-align: left;
	}

	#news-item .news-wrapper .news-r p img {
		height: auto !important;
	}

	.read_same_theme__header {
		float: none;
		margin-bottom: 20px;
	}

	.news_comments_notice_div, #news_comments_notice_div {
		margin-bottom: 20px;
		width: 100%;
	}

	#add-comm .box {
		padding: 10px;
	}

	.read_same_theme__list {
		margin-left: 0;
	}

	#add-comm .fleft {
		margin-right: 0;
		width: 100%;
		margin-bottom: 20px;
	}

	#add-comm .tr .fleft:last-child {
		margin-bottom: 0;
	}

	#add-comm input.comment_dis {
		max-width: 100%;
		box-sizing: border-box;
	}

	#add-comm textarea {
		width: 100%;
		box-sizing: border-box;
	}

	#add-comm .captcha-render>div {
		margin: 0 auto;
	}

	.article-icons {
		position: static;
	}

	#article p img {
		height: auto !important;
	}

	.news-bottom .news-source {
		position: static;
	}

	#news-item .news-bottom {
		margin-left: 0;
	}

	#menu .mobile-back {
		display: none;
	}

	#menu ul li:first-child .mobile-back {
		display: block;
	}

	#articles-lables ul li {
		white-space: normal;
		height: auto;
	}

	#vak_anons>table>tbody>tr>td, #vak_anons>table>tr>td {
		display: block;
		width: 100%;
	}

	.biblio__videos__video-item__img {
		width: 100%;
	}

	#videos ul {
		margin-left: 0 !important;
	}

	#videos li {
		width: 100%;
		margin: 0 0 27px 0;
	}

	#videos li span.videos-time {
		top: auto;
		bottom: 5px;
		right: 5px;
	}

	#brands ol li a {
		height: auto;
	}

	.brands-by-country-container__row__country .title {
		background-position: center center !important;
		text-indent: -5000px;
	}

	.brands-by-country-container__coutry-brands__country-title {
		display: block;
		margin: 0 20px 20px 31px;
		font-size: 17px;
		font-weight: bold;
	}

	#brands .brands_list_corner span.corner {
		left: 14.5%;
		margin-left: -6.5px;
	}

	#brands .brands_list_corner span.tab1 {
		left: 49.5%;
	}

	#brands .brands_list_corner span.tab2 {
		left: 84.5%;
	}
}

#wrapper #header {
	position: relative;
	z-index: 501;
	background-color: #fff;
}

#wrapper #menu {
	position: relative;
	z-index: 501;
}

#topadv {
	line-height: 32px;
}

#topadv .row {
	z-index: 10000;
	position: fixed;
	width: 100%;
	top: 0;
	background-color: #f4f4f4;
	margin: 0;
	padding: 0 20px;
	cursor: pointer;
	margin-top: 33px;
}

#topadv #close {
	position: absolute;
	right: 0;
	top: 2px;
	display: block;
	font: bold 15px/26px Verdana, Geneva, sans-serif;
	color: #555;
	text-shadow: 0 1px 0 #fff;
	cursor: pointer;
}

#topadv .row #slogan {
	color: #265a99 !important;
}

#topadv .row:hover #slogan {
	text-decoration: underline;
}

#_banner-running-row {
	position: fixed;
	z-index: 10001;
	left: 50%;
	margin-left: -200px;
}

.map-box__banner-notes {
	color: #fff;
	font-size: 14px;
	font-weight: normal;
	overflow: hidden;
}

.map-box__banner-title {
	color: #fff;
}

#_banner-running-row .map-box {
	background-color: #2d5e9c;
	border-color: #2d5e9c;
	padding: 0 !important;
	height: 31px;
}

#_banner-running-row .map-box .size {
	border: none;
}

#_banner-running-row .map-box .requirements {
	top: 10px;
	left: 10px;
}

#_banner-running-row .map-box .map-box__banner-title {
	font-size: 12px;
}

.map-box.up-1180 .requirements {
	width: 100%;
	text-align: center;
}

#_banner-right-news .map-box .requirements, #s_730 .map-box .requirements {
	left: 10px;
	top: 10px;
}

.map-box.multi {
	margin-bottom: 10px;
}

.map-box.multi::last-child {
	margin-bottom: 0px;
}

.highslide-container {
	z-index: 100001 !important;
}

#banner_place_13 > div {
	margin: 0 0 20px !important;
}

#banner_place_13 > div {
	margin: 0 0 20px !important;
}

#article #vak_anons .show-vak-anons {
	color: #444;
}

#vak_anons	.show-vak-anons .to-hide {
	display: none;
}

#vak_anons.opened	.show-vak-anons .to-hide {
	display: inline;
}

#vak_anons.opened	.show-vak-anons .to-show {
	display: none;
}

#article .vak-anons-text>table {
	width: 100% !important;
}

#article .vak-anons-text>table td {
	width: 50% !important;
	vertical-align: top;
}

#article .vak-anons-text>table td:first-child {
	padding-left: 0;
}

#article .vak-anons-text>table td:last-child {
	padding-right: 0;
}

.tags {
	color: #6c6c6c;
}

.tags ul {
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
}

#content .tags ul li {
	float: left;
	overflow: hidden;
	white-space: nowrap;
	color: #6c6c6c;
	text-decoration: none !important;
	background-image: none;
	padding: 0;
	margin-bottom: 7px;
}

#content .tags li a {
	text-decoration: none;
	height: 24px;
	padding: 0;
	line-height: 24px;
	font-size: 11px;
	display: block;
	background-color: #eee;
	width: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

#content .tags ul li a:hover {
	text-decoration: none !important;
	background-color: #d6d6d6;
}

#content .tags ul li a.active:after {
	display: inline-block;
	/*font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content:"\f00d";
	color:#e6292f
	*/
	margin-left: 10px;
	width: 7px;
	height: 7px;
	background: url(/images/close-thin-red-31.png) center center no-repeat;
	content: '';
}

#content .tags	ul li a.active {
	text-decoration: none !important;
	background-color: #d6d6d6;
	color: #444;
	width: auto;
	padding: 0 7px;
	margin: 0 7px 0 0;
}

#content .news-inner-tags-container .btn{
    height: 24px !important;
    line-height: 24px !important;
    padding: 0 10px !important
}
#content .news-inner-tags-container .tags.opened	ul li a {
	width: auto;
	padding: 0 7px;
	margin: 0 7px 0 0;
}
#content .news-inner-tags-container .tags.opened	ul li a[data-open-tags] {
    display: none;
}
#content .news-inner-tags-container .tags.opened	ul li a::after {
	display: none;
}


#content .overview-inner-tags-container .tags ul li a.active{
	border-color: #2d5f9c !important;
	background-color: #2d5f9c !important;
	color:#fff !important;
}
#content .overview-inner-tags-container .tags ul li a.active:after{
	display: none;
}

.btn.btn-subscr {
	height: 24px !important;
	padding: 0 10px !important;
    line-height: 24px !important;
}

.btn.btn-subscr:disabled {
	opacity: 0.5;
}
/* select2 */

.select2-container--default .select2-selection--single {
	border: none;
	height: 26px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	border: 1px solid #9c9c9c;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	background: #e6e6e6;
	background: -moz-linear-gradient(top,  #fafafa 0%, #e6e6e6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#e6e6e6));
	background: -webkit-linear-gradient(top,  #fafafa 0%,#e6e6e6 100%);
	background: -o-linear-gradient(top,  #fafafa 0%,#e6e6e6 100%);
	background: -ms-linear-gradient(top,  #fafafa 0%,#e6e6e6 100%);
	background: linear-gradient(to bottom,  #fafafa 0%,#e6e6e6 100%);
	box-shadow: 0 1px 0 #fff inset;
	background-clip: padding-box;
	color: #5e5d5d;
	text-shadow: 0 1px 0 #fff;
	line-height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	border-left: 1px solid #a1a1a1;
	background: #c5c5c5;
	background: -moz-linear-gradient(top,  #e5e5e5 0%, #c5c5c5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e5e5e5), color-stop(100%,#c5c5c5));
	background: -webkit-linear-gradient(top,  #e5e5e5 0%,#c5c5c5 100%);
	background: -o-linear-gradient(top,  #e5e5e5 0%,#c5c5c5 100%);
	background: -ms-linear-gradient(top,  #e5e5e5 0%,#c5c5c5 100%);
	background: linear-gradient(to bottom,  #e5e5e5 0%,#c5c5c5 100%);
	box-shadow: 0 1px 0 #fdfdfd inset;
	height: 24px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #5c5c5c transparent transparent transparent;
}


/*.tags-switch-button*/
.tags-switch-button {
	cursor: pointer;
	display: inline-block;
}

.tags-switch-button .fa-caret-down {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.tags-switch-button.opened .fa-caret-down {
	transform: rotate(180deg);
}

.news-inner-tags-container {
	margin: 10px 0 20px;
}

.tags-type-switch-buttons .tags-switch-button {
	display: none;
}

.news-tags-menu-types {
	display: flex;
	flex-wrap:wrap;
}

.news-tags-menu-types>* {
	margin-right: 20px;
	margin-bottom: 20px;
}

.news-tags-menu-types>*:last-child {
	margin-right: 0;
	margin-bottom:
}

.news-inner-tags-container .tags {
	display: none;
}

/* cok-widget-tags-row */
.cok-widget-tags-row {
}

#articles-lables .cok-widget-tags-row .to-show-more {
	/*display:none;*/
	margin-right: 0 !important;
	padding: 0;
	width: 0;
	overflow: hidden;
}

.highslide-body .cok-widget-tags-row .to-show-more {
	width: auto;
}

.highslide-body .cok-widget-tags-row [data-show-more] {
	display: none;
}

.highslide-body .articles-lables__type-title {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}

#articles-lables ul.cok-widget-tags-row li.to-show-more {
	margin-right: 0 !important;
	padding: 0;
	/*-webkit-transition:all .3s ease;
	-moz-transition:all .3s ease;
	-o-transition:all .3s ease;
	transition:all .3s ease;	 */;
}

#articles-lables ul.cok-widget-tags-row.opened li.to-show-more {
	margin-right: 7px  !important;
	padding: 0 7px !important;
	width: auto  !important;
}

.cok-widget-tags-row [data-show-more] {
	cursor: pointer;
}

.subscr_period_selects .chosen-container {
	max-width: 100%;
}

#news .date.today-news, #index-blocs .date.today-news {
	background-color: #e6292f;
	color: #fff !important;
	text-transform: none;
	padding: 2px 7px;
	border-radius: 7px;
	margin: -2px 0;
	font-size: 9px;
}
#news .date.cok_exclusive{
    background-color: #e6292f;
    color: #fff !important;
    text-transform: none;
    padding: 2px 7px;
    border-radius: 3px;
    margin: -2px 0;
    font-size: 9px;
}

#index-blocs .date.today-news {
	font-size: 9px;
	line-height: 10px;
	margin-bottom: 12px;
}
 /*
#index-blocs .heading{
	display:flex;
	justify-content:space-between;
	align-items:flex-end;
}*/
#yii-debug-toolbar {
	display: none !important;
}

#subscr .subscribe-bot-controls__promocode label {
	padding: 0;
	display: flex;
	align-items: center;
}

#subscr .subscribe-bot-controls__promocode input {
	margin-right: 5px;
}

#subscr .pad10 {
	display: none;
}

@media handheld, only screen and (max-width: 767px) {
	.library_shortdesc {
		display: none;
	}

	.msg-wrapper {
		padding: 0 20px;
		box-sizing: border-box;
	}

	.msg-content {
		max-width: 100%;
	}

	.offers .offers-list {
		margin-left: 20px;
	}

	#biblio-document .biblio-gray>.img img {
		box-sizing: content-box;
	}
}

.years-menu {
	margin: 0 0 25px 0;
	padding: 0;
}

.years-menu__ul {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
}

.years-menu__ul {
	position: static;
}

.scrollingMenu .is_Scrolling {
	position: absolute;
}

#content .years-menu__ul {
	padding: 0;
}

#content .years-menu__ul li {
	margin: 0 3px 3px 0;
	padding: 0;
	background: none;
}

#content .years-menu__ul.is_Scrolling li {
	margin-bottom: 0;
}

#content .years-menu__ul li:last-child {
	margin-right: 0;
}

.years-menu__ul a,.years-menu__ul div {
	display: block;
	width: 59px;
	height: 31px;
	text-align: center;
	line-height: 31px;
	font-size: 14px;
	font-weight: bold;
	color: #2d5f9c;
	text-decoration: none !important;
	background-color: #f0f0f0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.years-menu__ul div {
	background-color: #f0f0f0;
	color: #cecece;
	font-weight: 700;
}

.years-menu__ul a:hover {
	color: #000;
	background-color: #ccc;
}

.years-menu__ul li.active a {
	color: #fff;
	background-color: #265a99;
}

@media handheld, only screen and (max-width: 767px) {
	.years-menu__ul {
		flex-wrap: nowrap;
	}

	.years-menu + .years-menu {
		margin-top: -10px;
	}
}

.magazine-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 ;
}

.magazine-list__item {
	width: auto;
	margin: 0 0px 50px;
	position: relative;
	-moz-box-shadow: 0 2px 8px #e2e2e2;
	-webkit-box-shadow: 0 2px 8px #e2e2e2;
	-khtml-box-shadow: 0 2px 8px #e2e2e2;
	box-shadow: 0 2px 8px #e2e2e2;
}

.magazine-list__item-label {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 30%;
	box-sizing: border-box;
	padding: 10px 10px;
	font-weight: bold;
	background-color: #ccc;
	text-align: center;
}

.scrollingMenu {
}

.scrollingMenu	.is_Scrolling {
	display: flex;
}

#vak-page #page_h1 .ib-tabs {
	display: none;
}

.set_banner_mobile {
	display: none;
}
.main-banner-730-wrapper{
    margin-bottom: 20px;
}

/*** заготовка еще не используется можно править ***/
.btn-close {
	position: absolute;
	cursor: pointer;
	width: 11px;
	height: 11px;
	box-sizing: border-box;
	transform: rotate(45deg);
}

.btn-close:before, .btn-close:after {
	width: 1px;
	height: 1px;
	position: absolute;
	display: block;
	content: '';
	left:0;
	top:0;
	margin:0;
	background-color: #c8cccc;
}

.btn-close:before {
	height: 100%;
	left: 50%;
	margin-left:-0.5px;
}

.btn-close:after {
	top: 50%;
	width:100%;
	margin-top:-0.5px;
}


.btn-close:hover {
	border-color: #fff;
}

.btn-close:hover:after,.btn-close:hover:before {
	background-color: #fff;
}
/*****/
.highslide-move {
	display: none !important;
}

.highslide-close {
	position: relative;
}

.highslide-close a {
	position: absolute;
	left: -6px;
	top: -3px;
	cursor: pointer;
	width: 25px;
	height: 25px;
	box-sizing: border-box;
	transform: rotate(45deg);
	display: block;
}

.highslide-close a::before, .highslide-close a::after {
	width: 1px;
	height: 1px;
	position: absolute;
	display: block;
	content: '';
	background-color: #c8cccc;
}

.highslide-close a::before {
	height: 11px;
	top: 6px;
	left: 11px;
}

.highslide-close a::after {
	width: 11px;
	top: 11px;
	left: 6px;
}

.highslide-close a span {
	display: none;
}

#content .row #article {
	padding-top: 30px;
}

#content .row:first-child #article {
	padding-top: 0px;
}

.main_observ {
	text-align: left;
	width: 230px;
	margin-top: -5px;
}

.main_observ h2 {
	padding-bottom: 5px;
}

.main_observ_title {
	padding-bottom: 4px;
	font: normal 15px/16px Arial, Helvetica, sans-serif;
}

.news-right__mobile__wrapper {
	margin-top: 20px;
	margin-bottom: 20px;
}

.content_subscribe__delivery-rules {
	float: left;
	width: 100%;
	margin-top: 20px;
}

.content_subscribe__delivery-rules > div {
	float: left;
	width: 70%;
}

.biblio_alphabet__heading-letter {
	margin: 8px 0 20px 0;
	background-color: #f0f0f0;
	color: #2d5f9c;
	font-weight: bold;
	width: 33px;
	height: 25px;
	padding: 5px 0 0px 13px;
}

ul.topnav {
	display: flex;
	flex-wrap: wrap;
}

ul.topnav>li {
	width: 33.33333333% !important;
}

ul.topnav li.trade_list_row {
	border: 1px solid #e0e0e0;
	margin: 0 0 20px;
	padding: 20px 0;
	position: relative;
	width: 100% !important;
	display: none;
}

#content ul.topnav .trade_list ul>li {
	padding-right: 20px !important;
}

ul.topnav .trade_list_row .corner {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 10px;
	height: 10px;
	background-color: #fff;
	transform: rotate(45deg);
	border-left: solid 1px #e0e0e0;
	border-top: solid 1px #e0e0e0;
	margin-left: 20px;
	top: -6px;
}

ul.topnav .trade_title_list .loader {
	display: none;
	padding: 0 0 0 10px;
	background-color: #ffffff;
}
#brand-inner ul.file_list li p.title a{
    padding-left: 0
}
#brand-inner ul.file_list li p.title{
    padding-left: 0
}
#about-company .info p, #company-list-buy .info p{
	margin-left:10px;
	margin-right:10px;
}
#wrapper #menu li.menu_link__user .fa{
	margin-right:10px;
}
#wrapper #menu li.menu_link__user span+.fa{
	margin-left:10px;
	margin-right:0;
}
#wrapper #menu li.menu_link__user, #wrapper #menu.opened li.menu_link__user {
	display: none;
}
#page_h1_string #h1_search+#page_h1 h1{
	padding-right:50px;
}

ul.pagination{
	display: flex;
	justify-content: center;
}
ul.pagination a{
    color:#265a99;
    display: inline-block;
    height: 24px;
    padding: 0 9px;
    line-height: 24px;
    font-size: :20px;
}
ul.pagination li.prev{
    margin-right: 40px;
}
ul.pagination li.next{
    margin-left: 40px;
}
ul.pagination li .fa{
    font-size: 20px;
    line-height: 24px;
}
ul.pagination li.active a{
    color: #282828;
    background-color: #e5e5e5
}
ul.pagination li span{
    line-height: 24px;
    font-size: 20px;
    padding: 0 9px;
    color: #ddd
}
ul.pagination li a:hover{
    text-decoration: none;
}
.youtube_frame_video_wrapper{
    width:100%; padding-top:56%; position: relative; margin-bottom: 20px;
}
.youtube_frame_video_wrapper > iframe{
    width:100%; height: 100%; position: absolute; left:0; top: 0
}


@media handheld, only screen and (max-width: 767px) {
	.content_subscribe__rules-info {
		font-size: 13px;
	}

	.content_subscribe__delivery-rules > div {
		width: 100%;
		float: none;
	}

	.magazine-list__item {
		margin-left: 10px;
		margin-right: 10px;
	}

	.magazine-list {
		justify-content: center;
		margin-left: -10px;
		margin-right: -10px;
	}





	#vak-page #page_h1 {
		display: flex;
		justify-content: space-between;
	}

	#vak-page #page_h1 .ib-tabs {
		display: block;
	}

	#vak-page #page_h1 ul {
		display: flex;
	}

	#vak-page #page_h1 .ib-tabs ul li {
		width: auto;
		padding: 0 5px !important;
	}

	.vak-langs-table--lang-td {
		display: none;
		width: 100%;
	}

	.vak-langs-table--lang-td.active {
		display: table-cell;
	}

	.vak-langs-table--lang-td:last-child {
		padding-left: 0;
	}

	.article-pub span {
		display: none;
	}

	.article-icons span {
		margin-left: 10px;
	}

	.article-icons span i {
		margin-right: 3px;
	}

	#articles-lables {
		display: flex;
	}

	#articles-lables ul {
		display: none;
	}

	.articles-lables__type-container--mobile-only {
		display: block;
	}

	#articles-lables span.title {
		float: none;
		background-color: #eee;
		border-radius: 2px;
		line-height: 32px;
		height: 32px;
		font-size: 14px;
		padding: 0 7px;
		display: inline-block;
	}

	#articles-lables span.title i {
		display: none;
	}

	#content.home-page .row #index-blocs .fourcol {
		padding-left: 0;
		padding-right: 0;
	}

	#content.home-page .row #index-blocs .fourcol>* {
		display: block;
		width: 230px;
		margin: 0;
	}

	#content.home-page .row #index-blocs .fourcol:first-child>* {
		margin-left: 0;
	}

	#content.home-page  .row .swiper-container-initialized #index-blocs .fourcol.swiper-slide .index-blocs__slide-wrapper {
		/*position:absolute;*/;
	}

	#content.home-page  .row .swiper-container-initialized #index-blocs .fourcol.swiper-slide-prev .index-blocs__slide-wrapper {
		position: absolute;
		left: 0;
	}

	#content.home-page  .row .swiper-container-initialized #index-blocs .fourcol.swiper-slide-next .index-blocs__slide-wrapper {
		position: absolute;
		left: 0;
	}

	#content.home-page  .row .swiper-container-initialized #index-blocs .fourcol.swiper-slide-active .index-blocs__slide-wrapper {
	}
	/*
	#content.home-page .row #index-blocs .fourcol.swiper-slide-next{
		left:-50%;
		margin-left:125px;
	}
	#content.home-page .row #index-blocs .fourcol.swiper-slide-next>*{
		margin-left:0;
	}
	#content.home-page .row #index-blocs .fourcol.swiper-slide-next:nth-child(2){
		left: -100%;
		margin-left:240px;
	}*/



	/*.index-blocs-slider-wrapper{
		width:470px;
		margin-left:-235px;
		position:relative;
		left:50%;
	}*/
	.index-block-swiper-scrollbar {
		width: 200px !important;
		left: 50% !important;
		margin-left: -100px;
	}

	#slogan, #sidebar {
		display: none;
	}

	#content .row .cols .eightcol {
		max-width: 487.66px;
		margin: 0 auto;
	}

	#content .row .cols .fourcol {
		margin: 0 auto;
	}

	.main_observ, #new {
		max-width: 350px;
		margin: 0 auto;
		width: 100%;
	}

	#content #main-articles-news-hor-full ul li a .title {
		font-size: 22px;
		line-height: 28px;
	}

	.index-gallery__wrapper {
		margin: 0px -20px 0;
	}

	.index-block-reviews {
	}

	.banner-wrapper {
		width: 100% !important;
	}

	.set_banner_mobile {
		display: block;
	}

    .set_banner_mobile > div{
        max-width: 350px;
        margin: 0 auto;
    }

    #subscribe_form {
		margin-top: 20px;
	}

	#content .text img {
		max-width: 100%;
	}

	#content .text img {
		height: auto !important;
	}

	#_banner-articles-main {
		position: relative !important;
	}

	.map-box.up-1180 .size {
		font-size: 24px;
	}

	.map-box {
		width: 100% !important;
		max-width: 350px;
		margin: 0 auto !important;
		box-sizing: border-box;
		border: none;
		height: 0 !important;
	}
    #_banner-running-row .map-box{
        max-width: none;
        margin: 0 !important;
    }
    .news-right__mobile__wrapper #_banner-right-news{
        position: absolute;
        width:100%;
        height: 100%;
    }
	.map-box.up-1180, #_banner-slider .map-box {
		max-width: 100%;
	}

	#_banner-running-row {
		left: 0;
		margin-left: 0;
		width: 100%;
	}

	#_banner-running-row .map-box {
		height: 33px !important;
	}

	.map-box .size {
		width: 100% !important;
		left: 0;
		top: 0;
		border: solid 5px #fff;
		line-height: 100% !important;
	}

	.map-box.s-730-2 .size,.map-box.s-730 .size {
		left: 0;
		top: 0;
	}

	.map-box.s-730 .size {
		font-size: 18px;
	}
	#_banner-slider {
		width: 100%;
		margin-left: -20px;
	}

	#content .text table, #content .text tbody {
		max-width: 100%;
		display: block;
	}

	#content .text table tr {
		display: flex;
		flex-direction: column;
	}

	#content .text table td {
		max-width: 100%;
	}

	.main_observ img {
		width: 100%;
	}

	.main_observ_title {
		font-size: 14px;
	}

	#calendar-inner ul.alphabet {
		display: flex;
		flex-wrap: wrap;
		margin-right: -3px;
	}

	#content #calendar-inner ul.alphabet>li,#calendar-inner ul.alphabet>li {
		flex: 0 0 7.1428571429%;
		max-width: 30px;
		min-width: 25px;
		margin: 0;
		padding: 0 3px 3px 0;
		height: 29px;
	}

	#content #calendar-inner ul.alphabet>li#lang_ru, #content #calendar-inner ul.alphabet>li#lang_en {
		max-width: 40px;
		min-width: 33px;
	}

	.biblio_alphabet__heading-letter_wrapper {
		margin-right: -3px;
	}

	.biblio_alphabet__heading-letter {
		width: 7.1428571429%;
		max-width: 30px;
		min-width: 25px;
		height: 29px;
		text-align: center;
		line-height: 26px;
		font-size: 14px;
		font-weight: 700;
		padding: 0 3px 3px 0;
	}



	#page_h1_string {
		position: relative;
        padding-top: 15px;
	}


	ul.topnav>li {
		width: 50% !important;
	}

	.library__heading-buttons__with-alphabet {
		position: relative;
	}

	#content  .library__heading-buttons__with-alphabet	ul.cok-tags {
		padding-right: 80px;
	}

	.library__heading-buttons__with-alphabet .alphabet-switch__container {
		position: absolute;
		top: 0;
		right: 0;
	}

	.library__heading-buttons__with-alphabet #calendar-inner .alphabet-switch__container ul.alphabet {
		margin: 0;
	}


	/*
	#seminars-inner{
		display:flex;
		flex-direction:column;
	}
	#seminars-inner .address{
		order:-1;
	}*/
	.download-buy {
		width:100%;
		padding:0 6px;
	}
	#about-company #address-wrapper{
		margin-left:0 !important;
	}
	#about-company .info p, #company-list-buy .info p{
		margin-left:0;
		margin-right:0;
		font-size:
	}
	#about-company .tabs-text p {
		font-size:13px;
	}
	#about-company .tabs-text{
		font-size:13px;
	}

	#page_wheretobuy.group_block .rubric_title{
		padding-left:7px;
	}
	#page_wheretobuy .group_list{
		margin-left:0;
	}
	#page_wheretobuy.group_block .rubric_title h2{
		font-size:12px !important;
	}
	#news-inner .news-inner__item-heading{
		display:flex;
		align-items:center;
		justify-content:flex-start;
	}
	.news-inner__item-img{
		margin-bottom:20px;
	}
	#news-inner span.title{
		padding-left:20px;
		padding-bottom:20px;
		line-height:24px;
	}
	.pages{
		padding-bottom:20px;
	}
	#counters a img{
		display:none;
	}
	.payment_types-logos{
		display:flex;
		justify-content:center;
		align-items:center;
	}
	#counters img.payment_types-logo:first-child{
		margin:0;
	}
	.payment_types-logo__visa{
		height:27px;
	}
	.payment_types-logo__mir{
		height:20px;
	}
	#wrapper #menu.opened li:not(.active){
		padding-left:0;
	}
	#menu ul li:not(.active) a{
		padding-left:50px;
	}

	.company-buy-item__logo{
		float:none !important;
		margin:0 auto ;
	}
	.company-buy-item .logo{
		float: none;
		width:180px;
		margin:0 auto;
	}
	.not_free_info{
		width:100%;
	}
	.company-buy-item__phone{
		text-align:center !important;
		margin: 20px 0;
	}


	/*** !!!!  переделка шапки ***/


	/* До */
	#menu {
		position:relative;
		min-height:74px;
		overflow:visible
	}
	#menu li.active div {
		width:10000px !important;
		height:37px !important;
		overflow:hidden;
		background-color:#f2f2f2
	}

	#menu li.active .active-back a.mobile-back:before, .mobile-dropdown:before{
		margin:6px 0 0 6px;
	}
	#menu li.active div {
		height:37px !important;
	}
	/* после */
	#menu {
		min-height:82px;
	}
	#menu li.active div {
		height:41px !important;
	}
	#menu li div a, #menu li.active a, .mobile-dropdown{
		height:41px;
		line-height:41px;
	}
	.mobile-dropdown {
		height:41px !important
	}
	#menu li.active .active-back a.mobile-back:before, .mobile-dropdown:before {
		height:41px;
	}
	.mobile-dropdown:before {
		margin-top:9px;
	}
	.menu_mobile__wrapper{
		height:82px !important
	}
	.menu_mobile__wrapper #menu{
		min-height:82px;
		width:100%;
	}
	#menu li.active div {
		height:41px !important;
	}
	/*   */



	#top-links .cities-drop{
		display:none !important;
	}
	#top-links li span .fio-hidden{
		display:none !important;
	}
	#top, #top-links ul>li{
		background-color:#fff;
	}
	#top{
		background-image:none;
	}

	#wrapper #header{
		margin-top: 0;
		margin-bottom: 0;
		padding-top: 10px;
    padding-bottom: 10px;
	}
	#submenuBg{
		height:41px;
		top:41px;
	}
	#menu li.active div{
		height:41px !important;
	}
	#login .col-l, #login .col-r{
		float:none;
		margin: 0 auto;
	}


	#wrapper #menu.opened li {
		display: block;
	}
	#wrapper #menu.opened li.menu_link__user {
		display: block;
	}


	.trade_instr_page ul.topnav .library-trademark-list ul{
		margin-left:0;
		margin-right:0 !important;
	}
	.trade_instr_page ul.topnav>li{
		width:100% !important;
	}
	.yt_video--frame_warpper{
		position: relative;
		width: 100% !important;
		max-width: 100%;
		height: 0 !important;
		padding: 56.25% 0 0 !important;
	}
	.yt_video--frame_warpper iframe{
		position: absolute;
		left: 0;
		top: 0;
		width: 100% !important;
		height: 100% !important;
	}

    ul.topnav#library_video_list > li{
        width: 100% !important;
    }
    .container{
        width:100%
    }
}



.overview-cards-container{
	margin: 0 -5px
}
.overview-cards-container > .row > .col-12{
	padding: 0 5px;
	margin-bottom: 30px;
}
.overview-cards-container a{
	color: #444;
    font-size: 13px;
    line-height: 18px;

    text-decoration: none !important;
    background: url(/img/dots/index-review.png) right top repeat-y;
    background-size: 1px 4px;
    display: block;
}
.overview-cards-container a:hover{
    text-decoration: none;
}
.overview-cards-container a .title{
	margin: 18px 0 14px;
	font-weight: 700;
}
.overview-cards-container a div{
	padding-right: 10px;
}
.overview-cards-container__loading{
    margin: 0 5px;
    text-align: center;
}

#sidebar > .paral-wrapper{
    background: url(/img/dots/index-review.png) right top repeat-y;
    background-size: 1px 4px;
}
.right_news--subscribe-button{
    margin-right: -5px;
    background-color: #fff;
}
#news_list_right_show_subscribe_send{
    height: 29px !important
}
#news-subscr-form{
    padding-bottom: 40px;
    font-size: 14px;
}
.layout_right_col--item_block{
    padding-right: 5px;
}

.text-darken-on-hover{
    color: #444 !important
}
.text-darken-on-hover:hover{
    color: #000 !important;
}

.magazine--articles_list--article_item--dzen_button{
    background-color: #ccc;
    display: inline-block;
    padding: 0 5px;
    border-radius: 3px;
}
.magazine--articles_list--article_item--dzen_button > div{
    display: inline-block;
}
#subscr .box.subscribe_news_form--box{
	margin-bottom: 20px;
}
#modal-news-subscribe .captcha-render>div{
	margin: 20px auto 0;
}

.wysiwyg-text-area h2 {
    margin-bottom:7px;
    font-weight:bold;
}
.wysiwyg-text-area iframe {
	max-width: 100%;
}
.wysiwyg-text-area iframe.wysiwyg-responsive-iframe {
	display: block;
	width: 100% !important;
	aspect-ratio: var(--wysiwyg-iframe-ratio);
	height: auto !important;
}
.banner-adv-details {
    background-color: rgba(255,255,255, .6);
    position:absolute;
    width: auto;
    height:10px;
    z-index: 1;
    left:5px;
    top:5px;
    padding: 0 5px;
    cursor:pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    font-size: 8px;
}
.banner-adv-details i {
    margin-right: 7px;
}
.dzen_list--block_item_wrapper .banner-adv-details {
    z-index: 2;
    bottom: 10px;
    right: 10px;
    top: auto;
    left: auto;
}
