/* Table of contents
	1. Base styles.

	2. Classes.

	3. Elements.
		3.1. Banner
		3.2. Input type radio
		3.3. Button
		3.4. all_news_link
		3.5. site_search__block
		3.6. dashed block
		3.7. comments link
		3.8. region_select
		3.9. line_graph
		3.10. archive_select

	4. Blocks.
		4.1. Infoline
		4.2. Main nav and search
		4.3. News block main page
		4.4. News block news list page
		4.5. Newswire
		4.6. day_brief
		4.7. gallery_block
		4.8. Issue item
		4.9. Sidebar poll
		4.10. Anonce item
		4.11. Ads item
		4.12. Slider
		4.13. Date nav
		4.14. Additional_block
		4.15. Theme news
		4.16. news_article_manage
		4.17. pagination_block
		4.18. Events
		4.19. partners_logos_block
		4.20. events_nav
		4.21. datepicker
		4.22. comments block
		4.23. top_interviews_block
		4.24. publishing_links__list
		4.25. big_slider
		4.26. Fullscreen photo
		4.27. poll_results
		4.28. poll_archive
		4.29. poll_results_aside
		4.30. archiv
		4.31. webinar

	5. Layout.
		5.1. Wrappers
		5.2. Top_banner
		5.3. Header
		5.4. Sidebar
		5.5. Sidebar 2
		5.6. Main content
		5.7. Footer
		5.8. Gallery - foto, video
		
	6. Pages
		6.1. News article
		6.2. Interview article
		6.3. agency_newsletter
		6.4. Agency contacts
		6.5. events_list_page
		6.6. Event
		6.7. Webinar
		6.8. New style
		6.9. Error page
		6.10. Site map
    6.11. Reclama

	7. Media.
*/

/*##############################################################################
	1. Base styles.
##############################################################################*/

html, body {
  margin: 0;
  padding: 0;
}

body {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2857;
  color: #000;
  background: white;
  position: relative;
}

button, input, optgroup, select, textarea {
  color: initial;
}

a {
  color: #0066b3;
}

a:hover {
  color: #e5252e;
}

a img {
  border: none;
}

h1
 {
  font-size: 24px;
  font-weight: normal;
  /*margin: 0 0 11px;*/
  margin: 20px 0 11px;
  line-height: 1;
}
h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 11px;
  /*margin: 20px 0 11px;*/
  line-height: 1;
}
.news_article h2 {
  font-size: 24px;
  font-weight: bold;
  /*margin: 0 0 11px;*/
  margin: 20px 0 11px;
  line-height: 1;
}

.content_inner_page > h1,
.content_inner_page > h2 {
  margin-top: -2px;
  margin-bottom: 20px;
  letter-spacing: 1px;
}

h1 b,
h2 b {
  text-transform: uppercase;
}

h1 .rss_link,
h2 .rss_link {
  /*margin-right: 13px;*/
}

h1 .rss_ico,
h2 .rss_ico {

}

h3 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 24px;
}

.news_article h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 11px;
  line-height: 24px;
} 

.news_article h4 {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 11px;
  line-height: 24px;
  text-align: center;
}

.news_article li {
  padding:5px 0;
}

/*##############################################################################
	2. Classes.
##############################################################################*/
.clear {
  clear: both;
}

/*##############################################################################
	3. Elements.
##############################################################################*/
/* -----------------------------------------------------------------------------
	3.1. Banner
----------------------------------------------------------------------------- */
.banner {
  margin: 35px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.banner:first-child {
  margin-top: 0;
}

.banner a {
  display: block;
}

.banner img {
  display: block;
  max-width: 100%;
}

/* -----------------------------------------------------------------------------
	3.2. Input type radio
----------------------------------------------------------------------------- */
.custom_radio_wrapper {
  overflow: hidden;
  cursor: pointer;
}

.custom_radio_wrapper input[type="radio"] {
  position: absolute;
  left: -9999px;
}

.custom_radio {
  width: 15px;
  height: 15px;
  background: url(../images/bg/radio.png) no-repeat;
  float: left;
  margin-right: 10px;
  cursor: pointer;
}

input[type="radio"]:checked + .custom_radio {
  background-position: 0 100%;
}

.custom_radio_text {
  overflow: hidden;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

/* -----------------------------------------------------------------------------
	3.3. Button
----------------------------------------------------------------------------- */
.button {
  margin: 0;
  padding: 10px 10px 8px;
  border: none;
  line-height: 1;
  background: #f0f0f0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #0066b3;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
}

.button:hover {
  color: #e5252e;
}

.button .plus {
  margin-right: 2px;
  font-size: 20px;
  font-weight: normal;
  display: inline-block;
  line-height: 12px;
  vertical-align: -2px;
}

/* -----------------------------------------------------------------------------
	3.4. all_news_link
----------------------------------------------------------------------------- */
.all_news_link_wrapper {
  margin: 17px 0 0 42px;
}

.all_news_link {
  color: #e21a22;
  background: url(../images/icons/arr_right.png) 0 6px no-repeat;
  padding: 0 0 0 7px;
}

/* -----------------------------------------------------------------------------
	3.5. site_search__block
----------------------------------------------------------------------------- */
.site_search__block {
  display: inline-block;
  background: #fff;
  border-radius: 50px;
  line-height: 1;
  box-shadow: inset 0 1px 1px #b0b0b0;
  position: relative;
  padding: 0 35px 0 8px;
}

.site_search__input {
  margin: 0;
  padding: 3px 0;
  border: none;
  background: none;
  width: 100%;
  font-size: 13px;
  font-style: italic;
  font-family: Helvetica, Arial, sans-serif;
  outline: none;
  color: #000;
}

.site_search__submit {
  position: absolute;
  width: 25px;
  height: 21px;
  margin: 0;
  padding: 0;
  /*background: none;*/
  border: none;
  background: url(../images/icons/loupe_ico.png) no-repeat;
  right: 0;
  top: 0;
  cursor: pointer;
}

/* -----------------------------------------------------------------------------
	3.6. dashed block
----------------------------------------------------------------------------- */
.dashed {
  position: relative;
  background: url(../images/bg/dash.png) repeat-x;
  /*margin: 40px 0 29px;
  padding: 16px 0 13px;*/
}

.dashed:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url(../images/bg/dash.png) repeat-x;
}

/* -----------------------------------------------------------------------------
	3.7. comments link
----------------------------------------------------------------------------- */
.comments_link {
  background: url(../images/icons/cloud_ico.png) 0 2px no-repeat;
  color: #474747;
  text-decoration: none;
  padding: 0 0 0 15px;
  font-size: 11px;
}

.comments_link.big {
  background: url(../images/icons/cloud_ico_2.png) 0 2px no-repeat;
  padding: 0 0 0 20px;
  font-size: 14px;
}

/* -----------------------------------------------------------------------------
	3.8. region_select
----------------------------------------------------------------------------- */
.region_select {
  display: inline-block;
  position: relative;
}

.region_select__head_wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.region_select__head {

}

.region_select__selected {
  display: inline-block;
  padding: 0 10px 0 0;
  background: url(../images/icons/arr_down_2.png) 100% 15px no-repeat;
}

.region_select__selected span {
  border-bottom: 1px dashed;
}

.region_select__list {
  position: absolute;
  background: #474747;
  top: 100%;
  left: -20px;
  right: -23px;
  padding-top: 5px;
  padding-bottom: 19px;
  display: none;
}

.region_select:hover .region_select__list {
  display: block;
}

.region_select__item {
  padding: 0 20px;
  line-height: 30px;
}

.region_select__item a {
  text-decoration: none;
  display: block;
  position: relative;
}

.region_select__item.selected a:before {
  content: '•';
  position: absolute;
  left: -12px;
}

/* -----------------------------------------------------------------------------
	3.9. line_graph
----------------------------------------------------------------------------- */
.line_graph {
  height: 10px;
  background: #f0f0f0;
}

.line_graph__value {
  height: 100%;
  background: #0066b3;
}

/* -----------------------------------------------------------------------------
	3.10. archive_select
----------------------------------------------------------------------------- */
.archive_select {
  position: relative;
  display: inline-block;
}

.archive_select__btn {
  font-size: 12px;
  color: #525252;
  background: #f0f0f0;
  position: relative;
  line-height: 1;
  cursor: pointer;
  border-radius: 20px;
  padding: 3px 18px 3px 12px;
  display: inline-block;
}

.archive_select__btn:after {
  content: '';
  width: 5px;
  height: 3px;
  background: url(../images/icons/arr_down_4.gif) no-repeat;
  position: absolute;
  right: 7px;
  top: 8px;
}

.archive_select__btn:hover {
  color: #e21a22;
}

.archive_select__btn:hover:after {
  background-image: url(../images/icons/arr_down_5.gif);
}

.archive_select__calendar_wrapper {
  top: 100%;
  padding-top: 16px;
  position: absolute;
  left: -34px;
  display: none;
  z-index: 1;
}

.archive_select:hover .archive_select__calendar_wrapper {
  display: block;
}

.events__data_inner.dotted:after {
  width: 100%;
  height: 1px;
  display: block;
  content: ' ';
  background: url(../images/bg/dots.png) repeat-x;
  margin-top: 31px;
}

/*##############################################################################
	4. Blocks.
##############################################################################*/
/* -----------------------------------------------------------------------------
	4.1. Infoline
----------------------------------------------------------------------------- */
.infobar {
  background: #474747;
  color: #fff;
  font-size: 14px;
  height: 31px;
/*  line-height: 31px;*/
  padding: 0 50px 0 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.infobar a {
  color: #fff;
}

.infobar a:hover {
  color: #e5252e;
}

.infobar__item {
  display: inline-block;
}

.infobar__item.clients {
  margin-left: 24px;
}

.infobar__item.exchange .euro {
  margin-left: 16px;
}

.infobar__item.exchange .rate {
  padding: 0 0 0 9px;
}

.infobar__item.exchange .rate.up {
  background: url(../images/icons/arr_up.png) 0 5px no-repeat;
  color: #5eea4b;
}

.infobar__item.exchange .rate.down {
  background: url(../images/icons/arr_down_3.png) 0 5px no-repeat;
  color: #ff4343;
}

.infobar .site_search {
  border: none;
}
.infobar .site_search__inner {
  border: none;
}

.infobar__item.socials {
  margin: 0;
  float: right;
  display: flex;
  align-items: center;
}

.infobar__item.socials > a {
  margin-left: 7px;
}

.infobar__item.socials > a:first-child {
  margin: 0;
}

.infobar__item.socials img {
  vertical-align: text-bottom;
}

/* -----------------------------------------------------------------------------
	4.2. Main nav and search
----------------------------------------------------------------------------- */
.site_nav {
  background: #f0f0f0;
}

/* Main nav */
.main_nav {
  float: left;
}

.main_nav__list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

.main_nav__item {
  float: left;
  border-left: 1px solid #f8f8f8;
}
.main_nav__item:nth-of-type(5) a, .main_nav__item:nth-of-type(5) .main_nav__link, .main_nav__item:nth-of-type(6) .main_nav__link, .main_nav__item:nth-of-type(6) a {
    width: 155px;
    line-height: 20px;
    text-align: center;
}
.main_nav__item:first-child {
  border-left: none;
}

.main_nav__link {
  display: block;
  height: 42px;
  padding: 0 15px;
  line-height: 42px;
  color: #0066b3;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  border-left: 1px solid #cbcbcb;
}

.main_nav__item:first-child .main_nav__link {
  border-left: none;
}

.main_nav__link.active, .main_nav__item.active a {
  color: #e5252e;
}
/*второе меню*/
.name_sp {
  float:left;
  width:180px;
  font-size: 14px;
  font-weight: bold;
  color: #474747;
  padding-left: 55px;
  text-transform: uppercase;
}

/* Site search */
.site_search {
  overflow: hidden;
  border-left: 1px solid #f8f8f8;
}

.site_search__inner {
  border-left: 1px solid #cbcbcb;
  height: 100%;
}

.site_nav .site_search__block {
  position: relative;
  top: 10px;
  float: right;
}

/* -----------------------------------------------------------------------------
	4.3. News block main page
----------------------------------------------------------------------------- */
/* Simple */
.news_block {
  margin-bottom: 42px;
}

.news_block.tenders h2 {
  margin-bottom: 19px;
}

.news_block h2 a + .news_block__date {
  margin: 0 0 0 10px;
}

.news_block__date {
  font-size: 14px;
  color: #474747;
  letter-spacing: normal;
}

.news_block__head {
  overflow: hidden;
  margin: 0 0 17px;
}

.noimage .news_block__head {
  margin: 0 0 11px;
}

.tenders .news_block__head {
  margin-bottom: 3px;
}

.news_block__img_wrapper {
  float: left;
  margin: 5px 20px 0 0;
  max-width: 116px;
}

.news_block__img {
  max-width: 100%;
}

.news_block__title {
  overflow: hidden;
}

.tenders .news_block__title {
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
}

.news_block__text {
  font-size: 14px;
  line-height: 18px;
}

/* Main news */
.main_news {

}

.main_news__head {
  line-height: 30px;
}

.main_news__head a {
  color: #337db6;
  position: relative;
}

.main_news__img {
  margin: 0 0 13px;
  position: relative;
  z-index: 1;
}

.main_news__time {
  position: absolute;
  left: 0;
  top: 0;
  background: #e5252e;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
  width: 51px;
  text-align: center;
  z-index: 2;
}

/* Payed news */
.payed_news {
  font-style: italic;
  background: url(../images/bg/dots.png) 0 100% repeat-x;
  padding-bottom: 16px;
}

.payed_news .separator {
  font-style: normal;
  font-size: 10px;
  color: #707070;
  text-transform: uppercase;
  position: relative;
  text-align: center;
  overflow: hidden;
  margin-bottom: 9px;
}

.payed_news .separator span:before,
.payed_news .separator span:after {
  content: '';
  position: absolute;
  height: 1px;
  background: url(../images/bg/dots.png) repeat-x;
  top: 50%;
  width: 100%;
  margin-left: 2%;
  margin-top: -1px;
}

.payed_news .separator span:before {
  margin-left: -102%;
}

/* -----------------------------------------------------------------------------
	4.4. News block news list page
----------------------------------------------------------------------------- */
/* Simple */
.nl__news_block {
  overflow: hidden;
  margin-bottom: 45px;
  height: 128px;
}
.nl__news_block_tags {
  overflow: hidden;
  margin-bottom: 0;
  height: 128px;
}

.nl__news_block__img {
  float: left;
  margin-right: 29px;
  margin-top: 5px;
  max-width: 185px;
}

.nl__news_block__img.small {
  max-width: 110px;
}

.nl__news_block__img img {
  display: block;
  max-width: 100%;
}

.nl__news_block__content {
  overflow: hidden;
}

.nl__news_block__title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 7px;
}

.nl__news_block__title a {
  color: #337db6;
}

.nl__news_block__title a:hover {
  color: #e5252e;
}

.nl__news_block__data {
  font-size: 11px;
  color: #474747;
  margin-bottom: 7px;
}

.nl__news_block__date {
  margin-right: 18px;
}

/* Main news */
.nl__main_news__img {
  margin-right: 35px;
  max-width: 360px;
  position: relative;
}

.nl__main_news__img img {
  max-width: 100%;
  position: relative;
  z-index: 1;
}

.nl__main_news__time {
  position: absolute;
  left: 0;
  top: 0;
  background: #e5252e;
  color: #fff;
  line-height: 1;
  padding: 6px 0;
  width: 51px;
  text-align: center;
  z-index: 2;
}

.nl__main_news__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 9px;
}

.nl__main_news__data {
  font-size: 14px;
}

.nl__news_block__date {
  margin-right: 15px;
}

.nl__main_news__text {
  font-size: 16px;
  font-style: italic;
  line-height: 22px;
}

/* -----------------------------------------------------------------------------
	4.5. Newswire
----------------------------------------------------------------------------- */
.newswire_wrapper {

}

.newswire__head {
  margin-bottom: 12px;
}

.newswire_wrapper > h2 {
  margin-bottom: 12px;
}

.newswire__head h2,
.newswire__head .archive_select {
  margin: 0;
  display: inline-block;
}

.newswire__head .archive_select {
  margin-left: 15px;
  vertical-align: 2px;
}

.newswire_wrapper + .newswire_wrapper h2,
.newswire_wrapper + .newswire_wrapper .newswire__head {
  margin-top: 49px
}

.newswire_wrapper.other_news h2 {
  margin-bottom: 16px;
}

.newswire__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.newswire__item {
  overflow: hidden;
  margin: 12px 0;
}

.other_news .newswire__item {
  margin: 16px 0;
}

.newswire__time {
  float: left;
  color: #474747;
}

.newswire__time.later {
  font-size: 12px;
  margin-top: 1px;
}

.newswire__text {
  margin-left: 50px;
}

.other_news .banner {
  margin: 52px 0 47px;
}

/* -----------------------------------------------------------------------------
	4.6. day_brief
----------------------------------------------------------------------------- */
.day_brief {
  background: #f0f0f0;
  position: relative;
  margin: 28px 0;
}

.day_brief.breakout {
  margin: 53px 50px 50px;
  padding: 30px 48px 40px;
}

.day_brief:before,
.day_brief:after {
  content: '';
  position: absolute;
  height: 5px;
  left: 0;
  right: 0;
}

.day_brief:before {
  background: url(../images/bg/cogs_top.png) repeat-x;
  top: -5px;
}

.day_brief:after {
  background: url(../images/bg/cogs_bottom.png) repeat-x;
  bottom: -5px;
}

/* Quote */
.day_brief__quote_wrapper {
  padding: 19px 19px 11px;
  border-bottom: 1px solid #ddd;
}

.day_brief__quote {
  line-height: 21px;
  margin-bottom: 8px;
}

.breakout .day_brief__quote {
  margin-bottom: 11px;
}

.day_brief__quote_head {
  font-size: 24px;
  color: #000;
  text-decoration: none;
}

.day_brief__quote_head:hover {
  text-decoration: underline;
}

.day_brief__quote_text {
  font-size: 18px;
  font-style: italic;
  font-family: Times, "Times New Roman", serif;
  quotes: "«" "»";
  margin-left: 2px;
}

.day_brief__quote_author {
  overflow: hidden;
}

.day_brief__quote_author_img {
  float: left;
  margin-right: 12px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
}

.breakout .day_brief__quote_author_img {
  margin-right: 21px;
}

.day_brief__quote_info {
  overflow: hidden;
  margin-top: 3px;
}

.day_brief__quote_name {
  font-weight: bold;
}

.day_brief__quote_position {
  font-size: 12px;
}

/* Number */
.day_brief__number_wrapper {
  padding: 10px 19px 30px;
}

.day_brief__number_inner {
  margin-bottom: 6px;
}

.day_brief__number_head {
  font-size: 24px;
  color: #000;
  text-decoration: none;
}

.day_brief__number_head:hover {
  text-decoration: underline;
}

.day_brief__number {
  font-size: 27px;
  color: #e52730;
  font-weight: bold;
  font-family: Times, "Times New Roman", serif;
}

/* -----------------------------------------------------------------------------
	4.7. gallery_block
----------------------------------------------------------------------------- */
.gallery_block {
  width: 400px;
  padding: 31px 0 28px;
}

/* Tabs */
.gallery_block__tabs {
  display: inline-block;
  vertical-align: bottom;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
  z-index: 20;
}

.gallery_block__tabs_item {
  float: left;
  text-transform: uppercase;
  border-left: 1px solid #f8f8f8;
  background: #f0f0f0;
  box-shadow: inset 0 -1px 2px #dedede;
  letter-spacing: 1px;
}

.gallery_block__tabs_item:first-child {
  border-left: none;
}

.gallery_block__tabs_item_link {
  display: block;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
  padding: 0 22px;
  border-left: 1px solid #cbcbcb;
  position: relative;
}

.gallery_block__tabs_item:first-child .gallery_block__tabs_item_link {
  border-left: none;
}

.gallery_block__tabs_item_link.active {
  color: #000;
}

.gallery_block__tabs_item_link.active:after {
  content: '';
  position: absolute;
  width: 20px;
  height: 13px;
  background: url(../images/bg/triangle.png) no-repeat;
  bottom: -11px;
  left: 50%;
  margin-left: -10px;
}

/* Images */
.gallery_block__images_wrapper {
  padding: 11px 10px 0;
  background: #f0f0f0;
  position: relative;
  z-index: 10;
}

.gallery_block__item {
  text-align: justify;
  line-height: 0;
}

.gallery_block__item:after {
  content: '';
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.gallery_block__image_item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  line-height: normal;
  margin-bottom: 10px;
  cursor: pointer;
  text-decoration: none;
  width: 181px;
}

.gallery_block__image {
  display: block;
  position: relative;
  z-index: 10;
  width: 100%;
  max-width: 100%;
}

.gallery_block__image_data {
  position: absolute;
  z-index: 20;
  background: #474747;
  background: rgba(71, 71, 71, 0.9);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 12px;
  padding: 7px 11px;
  opacity: 0;
  text-align: left;
}

.gallery_block__image_item:hover .gallery_block__image_data {
  opacity: 1;
  transition: 0.3s;
}

.gallery_block__image_date {
  color: #bcbcbc;
  margin-bottom: 5px;
}

.gallery_block__image_title {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}

.gallery_block__image_place {
  color: #fff;
}

/* -----------------------------------------------------------------------------
	4.8. Issue item
----------------------------------------------------------------------------- */
.issue_block {
  margin-bottom: 50px;
  margin-top: 50px;
}

.issue__item {
  width: 100%;
  display: inline-block;
  margin-top: 15px;
}

h2 + .issue__item {
  margin: 0;
}

.issue__item__link {
  float: left;
  /*margin-right: 15px;
  max-width: 107px;*/
}

.issue__item__img {
  max-width: 85%;
 /* margin-top: 4px;*/
 /* box-shadow: 1px 1px 2px #959595;*/
 box-shadow: 0 2px 3px #959595;
/* margin-right:10px*/;
}

.str_archiv .issue__item__link img {
	text-align:center;
	width:95%;
	/*padding: 0 15px;*/	
}
.issue__item__data {
  overflow: hidden;
}

.issue__item__title {
  text-transform: uppercase;
  line-height: 20px;
  margin-bottom: 7px;
}

.issue__item__date {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 13px;
  color: #474747;
}

.issue__item__subscribe_wrapper {
  font-size: 12px;
  margin-bottom: 13px;
}

.issue__item__subscribe_link {
  background: url(../images/icons/subscr_ico.png) 0 2px no-repeat;
  padding: 0 0 0 19px
}

.issue__item__pdf_link {
  background: url(../images/icons/pdf_ico.png) 0 2px no-repeat;
  padding: 0 0 0 19px
}

.issue__item__archive_wrapper {
  font-size: 12px;
  margin-bottom: 13px;
}

.issue__item__pdf_wrapper {
  font-size: 12px;
  margin-bottom: 13px;
}

.issue__item__archive_link {
  background: url(../images/icons/arch_ico.png) 0 2px no-repeat;
  padding: 0 0 0 19px;
}

.issue__item__buy_wrapper {
  font-size: 12px;
  margin-bottom: 13px;
}

.issue__item__buy_link {
  background: url(../images/icons/buy_ico.png) 0 2px no-repeat;
  padding: 0 0 0 19px;
}

/* -----------------------------------------------------------------------------
	4.9. Sidebar poll
----------------------------------------------------------------------------- */
.poll_block {
  margin-bottom: 47px;
}

.poll_wrapper {

}

.poll__question {
  font-style: italic;
  margin-bottom: 15px;
}

.poll__list {
  margin: 0 0 19px;
  padding: 0;
  list-style: none;
}

.poll__item {
  margin-top: 16px;
  overflow: hidden;
}

.poll__item:first-child {
  margin-top: 0;
}

.poll__submit_wrapper {
  margin-bottom: 27px;
}

.poll__submit {
  vertical-align: middle;
}

.poll__users {
  display: inline-block;
  font-size: 12px;
  width: 110px;
  margin-left: 15px;
  vertical-align: middle;
}

.poll__info {
  font-size: 12px;
}

.poll__results {
  background: url(../images/icons/poll_results_ico.png) 0 3px no-repeat;
  padding: 0 0 0 11px;
  margin-right: 14px;
}

span.poll__results {
  background: url(../images/icons/poll_results_ico2.gif) 0 3px no-repeat;
}

.poll__archive {

}

/* -----------------------------------------------------------------------------
	4.10. Anonce item
----------------------------------------------------------------------------- */
.anonce_block {
  margin-bottom: 48px;
}

.anonce_block > h2 {
  margin-bottom: 16px;
}

.anonce_item {
  margin-top: 20px;
  overflow: hidden;
}

h2 + .anonce_item {
  margin: 0;
}

.anonce_item__date {
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 3px;
  font-family: 'Arial Black', sans-serif;
}

.anonce_item__img {
  margin: 5px 9px 0 0;
  float: left;
  max-width: 75px;
}

.anonce_item__img a {
  display: block;
}

.anonce_item__img img {
  display: block;
  max-width: 100%;
}

.anonce_item__link_wrapper {
  line-height: 20px;
}

.anonce_item__link_wrapper a {
  display: inline-block;
  width: 156px;
}
.anonce_table table {
	border-collapse:collapse;
	border-spacing:0;
}
.anonce_table td{
	border:1px solid #ccc;
	padding:0 10px;
}
.anonce_table tr:nth-of-type(2n-1){
	background:#ECECEC;
}

/* -----------------------------------------------------------------------------
	4.11. Ads item
----------------------------------------------------------------------------- */
.ads_item {
  position: relative;
  background: url(../images/bg/dots.png) 1px 100% repeat-x;
  padding: 18px 0 17px;
}

.ads_item:first-child:before {
  content: '';
  position: absolute;
  height: 1px;
  left: 0;
  right: 0;
  top: 0;
  background: url(../images/bg/dots.png) 1px 100% repeat-x;

}

.ads__head {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 3px;
}

.ads__text {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 1px;
}

/* -----------------------------------------------------------------------------
	4.12. Slider
----------------------------------------------------------------------------- */
.slider_wrapper {
  width: 410px;
  position: relative;
}

.slider__list {
  height: 290px;
  overflow: hidden;
}

.slider__item {
  width: 410px;
  height: 290px;
  float: left;
}

.slider__item img {
  display: block;
}

.slider__arrow {
  position: absolute;
  cursor: pointer;
  top: 0;
  width: 50px;
  height: 540px;
}

.slider__arrow.left {
  background: url(../images/bg/arr_left.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.2);
  left: 0;
}

.slider__arrow.right {
  background: url(../images/bg/arr_right.png) no-repeat center center;
  background-color: rgba(0, 0, 0, 0.2);
  right: 0;
}

.slider__arrow:hover {
  background-color: rgba(0, 0, 0, 0.5);
}

/* -----------------------------------------------------------------------------
	4.13. Date nav
----------------------------------------------------------------------------- */
.date_nav {
  text-align: center;
  position: relative;
  background: url(../images/bg/dash.png) repeat-x;
  margin: 40px 0 29px;
  padding: 16px 0 13px;
}

.date_nav:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url(../images/bg/dash.png) repeat-x;
}

.date_nav__inner {
  position: relative;
  display: inline-block;
}

.date_nav__item {
  font-size: 11px;
  text-transform: uppercase;
  line-height: 16px;
  position: absolute;
  top: 0;
}

span.date_nav__item {
  color: #474747;
}

.date_nav__item.prev {
  text-align: right;
  right: 100%;
  margin-right: 27px;
  background: url(../images/icons/date_arr_left.png) 0 4px no-repeat;
  padding-left: 32px;
}

span.date_nav__item.prev {
  background-image: url(../images/icons/date_arr_left_2.png);
}

.date_nav__item.next {
  text-align: left;
  left: 100%;
  margin-left: 27px;
  background: url(../images/icons/date_arr_right.png) 100% 4px no-repeat;
  padding-right: 32px;
}

span.date_nav__item.next {
  background-image: url(../images/icons/date_arr_right_2.png);
}

.date_nav__today {
  font-size: 18px;
}

/* -----------------------------------------------------------------------------
	4.14. Additional_block
----------------------------------------------------------------------------- */
.additional_block {
  overflow: hidden;
}

.additional_block .gallery_block,
.additional_block .issue_block {
  float: left;
  margin-top: 0;
}

.additional_block .gallery_block {
  margin-right: 60px;
}

.additional_block .issue_block {
  width: 250px;
  margin-top: 14px;
}

.additional_block > div {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------
	4.15. Theme news
----------------------------------------------------------------------------- */
.theme_news {
  overflow: hidden;
  margin-bottom: 49px;
}

.theme_news h2 {
  margin-bottom: 15px;
  letter-spacing: 0;
}

.theme_news__list {
  background: #f0f0f0;
  margin-bottom: -1px;
}

.theme_news__item {
  padding: 20px;
  border-bottom: 1px solid #cbcbcb;
  border-top: 1px solid #f8f8f8;
}

.theme_news__item:first-child {
  border-top: none;
}

.theme_news__item_photo {
  margin-bottom: 16px;
}

.theme_news__item_photo img {
  display: block;
}

.theme_news__item_text {
  line-height: 18px;
  margin: -6px 0;
}

.theme_news__item_photo + .theme_news__item_text {
  margin: 0;
}

.theme_news__item_comments {
  background: url(../images/icons/cloud_ico.png) 0 2px no-repeat;
  color: #474747;
  text-decoration: none;
  padding: 0 0 0 15px;
  font-size: 11px;
}

/* -----------------------------------------------------------------------------
	4.16. news_article_manage
----------------------------------------------------------------------------- */
.news_article_manage {
  background: url(../images/bg/dash.png) repeat-x;
  position: relative;
  overflow: hidden;
  margin: 35px 0;
  padding: 15px 0 13px;
}

.event_wrapper + .news_article_manage {
  margin-top: 16px;
}

.news_article_manage:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: url(../images/bg/dash.png) repeat-x;
}

.news_article_manage__socials {
  float: left;
  margin-top: 4px;
  margin-bottom: 4px;
}

.news_article_manage__socials > span {
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  margin-right: 5px;
}

.news_article_manage__socials > span > span {
  width: 32px;
  height: 32px;
}

.news_article_manage__error {
  float: right;
  margin-right: 2px;
  margin-top: 5px;
}

/* ==========================================================================
   Popup overlay
   ========================================================================== */
.popup__wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  overflow-y: scroll;
}

.popup__overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 1003;
}

.popup__content {
  width: 640px;
  height: auto;
  position: relative;
  background: #ffffff;
  z-index: 1003;
  left: 50%;
  margin-left: -320px;
  top: 50%;
  padding: 20px;
}

.popup__loader {
  width: 64px;
  height: 64px;
  position: absolute;
  top: 50%;
  margin-top: -32px;
  left: 50%;
  margin-left: -32px;
  background: url(../images/loader.gif) no-repeat;
}

.popup__heading {
  font-size: 29px;
  font-weight: bold;
  line-height: 36px;
  margin: -5px 0 18px;
  letter-spacing: 0;
}

/* -----------------------------------------------------------------------------
	4.17. pagination_block
----------------------------------------------------------------------------- */
.pagination_block {
  text-align: center;
  padding: 13px 0 15px;
  margin: 45px 0 60px;
}

.pagination__item {
  font-size: 24px;
  margin: 0 8px;
  text-decoration: none;
  border-bottom: 2px solid;
  display: inline-block;
  height: 24px;
  line-height: 1;
}

.pagination__item.current {
  font-size: 30px;
  font-weight: bold;
  border: none;
}

/* -----------------------------------------------------------------------------
	4.18. Events
----------------------------------------------------------------------------- */
.events_wrapper {
  margin-bottom: 50px;
}

.events__list {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.events__list td {
  text-align: left;
  vertical-align: top;
}

.events__date {
  width: 221px;
}

.events__images {
  width: 410px;
  background: url(../images/bg/dots.png) -1px 0 repeat-x;
  padding-bottom: 20px;
}

.events__item:first-child .events__images {
  background: none;
}

.events__images_item_wrapper {
  margin-right: 10px;
  margin-bottom: 10px;
  float: left;
}

.events__images_item {
  display: block;
}

.events__date_inner {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 27px 0 0;
}

.events__images_inner {
  padding: 30px 0 0;
}

.events__item:first-child .events__images_inner {
  padding-top: 5px;
}

.events__data {
  background: url(../images/bg/dots.png) -1px 0 repeat-x;
}

.events__item:first-child .events__data {
  background: none;
  padding-top: 0;
}

.events__data_inner {
  padding: 27px 0 30px;
}

.events__item:first-child .events__data_inner {
  padding-top: 0;
}

.events__logo {
  float: left;
  width: 150px;
  margin: 4px 20px 0 0;
}

.events__logo img {
  display: block;
  width: 100%;
}

.events__details {
  min-height: 108px;
  overflow: hidden;
}

.events__head {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 5px;
}

.events__details_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.events__details_list li {
  margin-top: 9px;
}

.events__details_list li:first-child {
  margin-top: 0;
}

.events__details_list .head {
  color: #474747;
}

.events__more_photos_wrapper {
  margin-top: 40px;
}

/* -----------------------------------------------------------------------------
	4.19. partners_logos_block
----------------------------------------------------------------------------- */
.partners_logos {
  margin: 0 0 51px;
}

/* Tabs */
.partners_logos__tabs_item {
  display: inline-block;
  text-transform: uppercase;
  background: #f0f0f0;
  box-shadow: inset 0 -1px 2px #dedede;
  height: 50px;
  line-height: 50px;
  font-size: 14px;
  font-weight: bold;
  padding: 0 22px;
  letter-spacing: 1px;
}

/* Images */
.partners_logos__images_wrapper {
  padding: 20px 20px 16px;
  background: #f0f0f0;
  overflow: hidden;
}

.partners_logos__images {
  padding: 1px 0 0 1px;
}

.partners_logos__image_item {
  float: left;
  width: 100px;
  border: 1px solid #fff;
  margin: -1px 0 0 -1px;
}

.partners_logos__image {
  display: block;
  width: 100%;
}

/* -----------------------------------------------------------------------------
	4.20. events_nav
----------------------------------------------------------------------------- */
.events_nav {
  padding: 21px 0 21px 1px;
}

.events_nav__item {
  position: relative;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  padding: 0 15px;
  letter-spacing: 1px;
}

.events_nav__year {
  margin-right: 34px;
}

.events_nav__month {
  margin-right: 40px;
}

.events_nav__arrow {
  position: absolute;
  width: 8px;
  height: 14px;
  top: 1px;
  cursor: pointer;
}

.events_nav__arrow.left {
  background: url(../images/icons/arr_left.png) no-repeat;
  left: 0;
}

.events_nav__arrow.right {
  background: url(../images/icons/arr_right_2.png) no-repeat;
  right: 4px;
}

.events_nav__calendar_button {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #0066b3;
  border-bottom: 1px dashed;
  letter-spacing: 1px;
  cursor: pointer;
}
.events_nav_line {
  margin: 20px 0 27px;
}
.name-left {
	float:left;
}
.name-right {
	float:right;
}
.name-dop {
	font-size: 20px;
    font-weight: normal;
    margin: 0 0 11px;
   
}
/* -----------------------------------------------------------------------------
	4.21. datepicker
----------------------------------------------------------------------------- */
.datepicker h2 {
  margin-bottom: 24px;
  letter-spacing: 0;
}

/* -----------------------------------------------------------------------------
	4.22. comments block
----------------------------------------------------------------------------- */
.comments_block {
  margin: 50px 0 46px;
}

.comments_block h2 {
  letter-spacing: 0;
  margin-bottom: 15px;
}

/* -----------------------------------------------------------------------------
	4.23. top_interviews_block
----------------------------------------------------------------------------- */
.top_interviews_block {
  overflow: hidden;
}

.top_interviews_block h2 {
  letter-spacing: 0;
  margin-bottom: 15px;
}

.top_interviews__list {
  background: #f0f0f0;
  margin-bottom: -1px;
}

.top_interviews__item {
  border-top: 1px solid #f8f8f8;
  border-bottom: 1px solid #cbcbcb;
  padding: 16px 20px 20px 20px;
}

h2 + .top_interviews__item {
  border-top: none;
}

.top_interviews__head {
  overflow: hidden;
  margin-bottom: 3px;
}

.top_interviews__photo {
  float: left;
  width: 55px;
  margin: 3px 9px 0 0;
}

.top_interviews__photo img {
  display: block;
  width: 100%;
}

.top_interviews__info {
  overflow: hidden;
}

.top_interviews__person {
  font-weight: bold;
  margin-bottom: 13px;
}

.top_interviews__date {
  font-size: 11px;
  color: #474747;
}

.top_interviews__text {
  line-height: 18px;
}

/* -----------------------------------------------------------------------------
	4.24. publishing_links__list
----------------------------------------------------------------------------- */
.publishing_links__list,
ul.publishing_links__list {
  margin: 0;
  padding: 0;
  list-style: none;
/*  text-transform: uppercase;*/
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 1px;
}

.publishing_links__item {
  margin-top: 21px;
}

.publishing_links__item.active > a {
  text-decoration: none;
  color: #474747;
}

.publishing_links__item:first-child {
  margin-top: 0;
}

.publishing_links__list_sub {
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: none;
}

.publishing_links__list_sub .publishing_links__item {
  font-size: 14px;
  margin-top: 12px;

}

.publishing_links__list_sub .publishing_links__item:first-child {
  margin-top: 13px;
}

.publishing_links__list_sub .publishing_links__item:before {
  content: '— ';
  color: #0066b3;
  font-weight: normal;
}

/* -----------------------------------------------------------------------------
	4.25. big_slider
----------------------------------------------------------------------------- */
.big_slider_inner {
  width: 100%;
  position: relative;
  margin-bottom: 17px;
}

.big_slider__item__fullscreen {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  color: #fff;
  background: rgba(0, 0, 0, 0.57) url(../images/icons/fullscreen_ico.png) 12px 10px no-repeat;
  line-height: 1;
  padding: 9px 11px 9px 35px;
  cursor: pointer;
}

.big_slider__list {
  height: 540px;
  overflow: hidden;
}

.big_slider__item {
  /* width: 809px; */
  width: 100%;
  height: 540px;
  float: left;
}

.big_slider__item img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.big_slider__item_title {
  color: #474747;
  font-style: italic;
}

/* -----------------------------------------------------------------------------
	4.26. Fullscreen photo
----------------------------------------------------------------------------- */
.fullscreen_photo_wrapper {
  position: absolute;
  z-index: 20;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
}

.fullscreen_photo__item__close {
  position: absolute;
  width: 39px;
  height: 39px;
  top: 32px;
  right: 40px;
  background: url(../images/icons/close_ico.png) no-repeat;
  cursor: pointer;
}

.fullscreen_photo__data {
  color: #fff;
  margin: 30px 50px;
}

.fullscreen_photo__head {
  font-size: 24px;
  margin-bottom: 8px;
}

.fullscreen_photo__data_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.fullscreen_photo__data_list li {
  margin-top: 9px;
}

.fullscreen_photo__data_list li:first-child {
  margin-top: 0;
}

.fullscreen_photo_inner {
  position: relative;
}

.fullscreen_photo__list {
  overflow: hidden;
}

.fullscreen_photo__item {
  float: left;
  width: 100%;
}

.fullscreen_photo__item img {
  width: 100%;
}

.fullscreen_photo__item_title {
  color: #fff;
  margin: 14px 50px;
  font-style: italic;
}

/* -----------------------------------------------------------------------------
	4.27. poll_results
----------------------------------------------------------------------------- */
.poll_results {

}

.poll_results > h2 {
  margin-bottom: 22px;
}

.poll_results__archive_link {
  font-size: 12px;
  font-weight: normal;
  margin: 0 0 0 42px;
  vertical-align: 3px;
}

.poll_results__question {
  font-size: 17px;
  font-style: italic;
  margin-bottom: 21px;
}

.poll_results__results {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.poll_results__results td {
  vertical-align: top;
  text-align: left;
  padding: 0 0 10px;
  line-height: 1;
}

.poll_results__variant,
td.poll_results__variant {
  width: 228px;
  font-size: 12px;
  padding-top: 5px;
  line-height: 14px;
}

.poll_results__percent,
td.poll_results__percent {
  width: 65px;
  font-size: 24px;
  font-weight: bold;
}

.poll_results__graph,
td.poll_results__graph {
  padding-top: 5px;
}

.line_graph__total {
  font-size: 18px;
  font-style: italic;
  background: url(../images/bg/dots3.png) repeat-x;
  padding-top: 16px;
  margin-top: 15px;
}

/* -----------------------------------------------------------------------------
	4.28. poll_archive
----------------------------------------------------------------------------- */
.poll_archive {

}

.poll_archive > h2 {
  margin-bottom: 21px;
}

.poll_archive__list {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 17px;
  line-height: 24px;
}

.poll_archive__list td {
  padding: 0;
  vertical-align: top;
  text-align: left;
  padding-bottom: 24px;
}

.poll_archive__name,
td.poll_archive__name {
  width: 580px;
  padding-right: 60px;
}

/* -----------------------------------------------------------------------------
	4.29. poll_results_aside
----------------------------------------------------------------------------- */
.poll_results_aside {
  margin-bottom: 47px;
}

.poll_results_aside__wrapper {
  margin: 0 0 33px;
}

.poll_results_aside__list {

}

.poll_results_aside__item {
  overflow: hidden;
  margin: 28px 0 0;
}

.poll_results_aside__item:first-child {
  margin: 0;
}

.poll_results_aside__item_inner {
  overflow: hidden;
  margin: 0 0 5px;
}

.poll_results_aside__percent {
  width: 34px;
  float: left;
  font-weight: bold;
}

.poll_results_aside__variant {
  overflow: hidden;
  font-size: 12px;
}

.poll_results_aside__total {
  font-size: 12px;
  margin: 0 0 12px;
}
/* -----------------------------------------------------------------------------
	4.30. archiv
----------------------------------------------------------------------------- */
a.issue__item__link {
	display:block;
}
.issue__item__link {
	position:relative;
	top:0;
	left:0;	
}
img.magazine-fon {
	opacity:0.7;
	margin-left:15px;
}
.magazine-but {
	position:absolute;
	top:20px;
	right:20px;
	z-index:1;
}
.magazine-but img{
	width: 55px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.9);
    border-radius: 50%;
}
.magazine-but img:hover{
	box-shadow:0 2px 3px rgba(0,0,0,0);
	
}

/* -----------------------------------------------------------------------------
	4.31. webinar
----------------------------------------------------------------------------- */
.but_webinar {
    margin: 0;
    padding: 0;
    background: #f0f0f0;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    color: #0066b3;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 3px;
    border-radius: 5px;
    width: 100%;
    box-shadow: 0 2px 3px rgba(0,0,0,.3);
    border: 0;
}
.but_webinar a {
    display: block;
    padding: 15px 10px 10px;
    color: red;
    text-decoration: none;
    background: #f0f0f0;
    border-radius: 5px;
}
/*##############################################################################
	5. Layout.
##############################################################################*/
/* -----------------------------------------------------------------------------
	5.1. Wrappers
----------------------------------------------------------------------------- */
.page_wrapper {
/*  min-width: 1000px;*/
  min-width: 1200px;
  max-width: 1200px;
  margin: 0 auto;
/*  box-shadow: 0 0 7px #bababa;*/
  position: relative;
  z-index: 10;
}

.page_wrapper.has_bottom {
  padding-bottom: 50px;
}

.page_content {
  background: #fff;
}

/* -----------------------------------------------------------------------------
	5.2. Top_banner
----------------------------------------------------------------------------- */
.top_banner {
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 2px #c7c7c7;
  height: 75px;
}

.top_banner a {
  display: block;
}

.top_banner img {
  display: block;
}

.top_banner .s1000 {
  display: none;
}

/* -----------------------------------------------------------------------------
	5.3. Header
----------------------------------------------------------------------------- */
.page_header {
  position: relative;
  z-index: 30;
}

.page_header__block1 {
  box-shadow: 0 1px 2px #c7c7c7;
  position: relative;
  z-index: 20;
  /*overflow: hidden;*/
  display: inline-block;
  width: 100%;
}

.page_header__logo {
  float: left;
  position: relative;
}
.page_header__logo  h1 {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  font-size: 16px;
}
.page_header__logo img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.page_header__block1_inner {
  margin-left: 310px;
}

.page_header__block2 {
  background: #f0f0f0;
  height: 50px;
  line-height: 50px;
  position: relative;
  z-index: 10;
  overflow: hidden;
}

.page_header__date {
  font-size: 14px;
  font-weight: bold;
  color: #474747;
  width: 270px;
  padding: 0 0 0 50px;
  float: left;
}

.page_header__sub_nav {
  margin-left: 310px;
  line-height: normal;
  margin:0;
  /*padding: 16px 50px 0 22px;*/
}
ul.main_nav__list2 {
  list-style: none;
  margin:0;
  padding:0;
} 
ul.main_nav__list2  li {
  display: inline-block;
  margin-left:-4px;
}
ul.main_nav__list2  li a {
  height:50px;
  display: block;
  padding: 0 5px;
  font-weight: bold;
  color: #474747;
  text-transform: uppercase;
  line-height: 50px;
}
ul.main_nav__list2  li a:hover {
  color: #e5252e;
}
.main_nav__link2.active {
  font-weight: bold;
  color: #e5252e;
  text-transform: uppercase;
}

.page_header__sub_nav_head {
  color: #474747;
  font-weight: bold;
  margin-right: 11px;
}

.page_header__sub_nav_item {
  margin-right: 6px;
  color: #000000;
}

.page_header__sub_nav_item.current a {
  color: #000000;
  text-decoration: none;
}

.page_header__sub_nav__last_news {
  font-weight: bold;
}

.page_header__sub_nav__last_news .page_header__sub_nav_head {
  margin-right: 16px;
}

.page_header__sub_nav__last_news .page_header__sub_nav_item {
  width: 485px;
  display: inline-block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: top;
}

.page_header__sub_nav__events {
  font-weight: bold;
  float: right;
  margin-right: 93px;
}

/* -----------------------------------------------------------------------------
	5.4. Sidebar
----------------------------------------------------------------------------- */
.page_aside {
  width: 300px;
  float: right;
}

.page_aside > div:last-child {
  margin-bottom: 0;
}
.issue__item__img___sidebar {
    box-shadow: 0 2px 3px #959595;
	max-width: 100%;
    margin-right: 10px;
}
/* -----------------------------------------------------------------------------
	5.5. Sidebar 2
----------------------------------------------------------------------------- */
.page_aside_2 {
  width: 2400px;
  float: left;
}

/* -----------------------------------------------------------------------------
	5.6. Main content
----------------------------------------------------------------------------- */
.page_content {
  padding: 25px 25px 0;
  box-shadow: 0 1px 2px #d6d6d6;
  position: relative;
  z-index: 20;
}
.main_content {
    padding-bottom: 50px;
}
.page_aside + .main_content {
  /*margin: 0 290px 0 0;*/
  width: 810px;
  float: left;
}

.page_aside_2 + .main_content {
  margin: 0 0 0 284px;
}

.main_content .column_1 {
  width: 360px;
  float: left;
  margin: -4px 50px 0 0;
}

.main_content .column_2 {
  margin-left: 410px;
}

.content_inner_page div:last-child {
  margin-bottom: 0;
}

/* -----------------------------------------------------------------------------
	5.7. Footer
----------------------------------------------------------------------------- */
.page_footer {
  background: #f0f0f0;
  padding-bottom: 47px;
   padding: 50px 50px 20px;
}

.page_footer__links {
  overflow: hidden;
  padding: 38px 50px 27px;
}

.page_footer__links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.page_footer .publishing_links__list,
.page_footer ul.publishing_links__list {
  background: url(../images/bg/dots2.png) 100% -1px no-repeat;
  padding: 0 30px 0 0;
  width: 331px;
  float: left;
  min-height: 211px;
}

.publishing_issues_wrapper {
  background: url(../images/bg/dots2.png) 100% -1px no-repeat;
  overflow: hidden;
  padding: 0 48px;
  min-height: 211px;
}

.publishing_issues__head {
  font-size: 15px;
  color: #474747;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 23px;
}

.publishing_issues__list {

}

.publishing_issues__item {
  margin-top: 13px;
}

.publishing_issues__item:first-child {
  margin-top: 0;
}

.footer_socials__list,
ul.footer_socials__list {
  float: right;
  width: 239px;
  padding: 0 0 0 50px;
  margin-top: -2px;
}

.footer_socials__item {
  margin-top: 21px;
}

.footer_socials__item:first-child {
  margin-top: 0;
}

.footer_socials__item img {
  vertical-align: -4px;
  margin-right: 9px;
}

.page_footer__info {
  overflow: hidden;
  padding: 0 50px;
}

.page_footer__copyright_block {
  font-size: 11px;
  color: #474747;
/*  float: left;*/
  text-align:center;
  width: 800px;
  line-height: 13px;
  margin: 50px auto 0;
}

.page_footer__maker {
  float: right;
  width: 240px;
  font-size: 9px;
  text-transform: uppercase;
}

.page_footer__maker a {
  color: #474747;
  text-decoration: none;
}

.page_footer__maker a:hover {
  color: #474747;
}

.page_footer__maker img {
  display: inline-block;
  margin: 7px 0 6px;
}
/** new footer **/
.container-asn, .row-asn{
	width:100%;
	display:inline-block;	
}
.row-asn:after, .row-asn:before {
		contant:"";
		display:table;
}
.row-asn:after { clear:both; }
.col-xs-3-asn { width:25%; float:left; }
.box {
	padding: 0 10px 0 20px;
  height: 430px;
  line-height: 25px;
	border-right:1px dotted #ccc;
}
.footer_head {
    font-size: 15px;
    color: #474747;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 23px;
}
ul.footer_menu__list {
	list-style:none;
	margin:0;
	padding-left:0;	
	line-height: 31px;
}
.footer-box-first {
	font-weight:bold;
	padding-left:0;
}
.footer-box-last {
	border-right:0 dotted #ccc;
}
ul.footer_menu__list>li img { padding-right:10px; }
ul.footer_menu__list >li > a { display:flex; align-items:center; justify-content:flex-start; }
ul.footer_menu__list > li > a > img { vertical-align:middle; }
ul.footer_menu__list >li > a svg { height: 30px; margin-right: 20px; margin-bottom: 15px;}
ul.footer_menu__list >li > a span { margin-bottom: 15px;}

.responsibility {
    text-align: center;
    font-size: 10px;
    color:slategrey;
    opacity:0.5;
}

/* -----------------------------------------------------------------------------
	5.8. Gallery - foto, video
----------------------------------------------------------------------------- */

.gallery_block {

    margin-top: 31px;
	margin-left : 0;
	margin-right: 0;
	margin-bottom: 0;
	padding-bottom: 28px;
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}


/*##############################################################################
	6. Pages.
##############################################################################*/

/* -----------------------------------------------------------------------------
	6.1. News article
----------------------------------------------------------------------------- */
.news_article_page {

}

.news_article_page .news_article {
  min-height: 187px;
  /*display: inline-block;*/
}

.news_article_page > h1,
.news_article_page > h2 {
  font-size: 29px;
  font-weight: bold;
  line-height: 36px;
  margin: -5px 0 18px;
  letter-spacing: 0;
}

.news_article__data {
  color: #474747;
  /*margin-bottom: 12px;*/
}

.news_article__rss {
  margin-right: 16px;
}

.news_article__rss img {
  vertical-align: -5px;
}

.news_article__date {
  margin-right: 18px;
}

.news_article {
  line-height: 20px;
  font-size:16px;
  margin-bottom: 35px;
}

.news_article p {
  margin: 18px 0 0;
  /*margin: 18px 0 0;*/
  text-align: justify;
  /*display: inline-block;*/
}

.news_article td p {
  margin: 18px 0 0;
  /*margin: 18px 0 0;*/
  text-align: left;
  /*display: inline-block;*/
}

/*.news_article a:not(.clean) {
  background: #f0f0f0;
  text-decoration: none;
  padding: 2px 3px;
}*/

.news_article .left_pos {
  float: left;
  margin: 3px 31px 0px 0;
   /*margin: 3px 31px 25px 0;*/
  width: 260px;
  /*padding-bottom: 20px;*/
}

.news_article .right_pos {
  float: right;
  margin: 3px 0 25px 31px;
}

.news_article .video_wrapper {
  /*margin: 46px 0;*/
  width: 640px;
  margin: 46px auto 42px;
}

.news_article .video__holder {
  margin-bottom: 12px;
}

.news_article .video__description {
  font-style: italic;
  color: #474747;

}

.news_article_tags {
  font-weight: bold;
}

.news_article_tags__head {
  text-transform: uppercase;
  margin-right: 3px;
}

.news_article_source {
  font-weight: bold;
}

.news_article_source__head {
  text-transform: uppercase;
  margin-right: 3px;
}

/* -----------------------------------------------------------------------------
	6.2. Interview article
----------------------------------------------------------------------------- */
.interview_article__intro {
  overflow: hidden;
  margin-bottom: 28px;
}

.interview_article__intro .left_pos {
  margin-bottom: 0;
}

.interview_article__intro_text {
  font-size: 16px;
  line-height: 22px;
  font-style: italic;
}

.interview_article .q {
  font-size: 15px;
  font-weight: bold;
  font-style: italic;
}

/* -----------------------------------------------------------------------------
	6.3. agency_newsletter
----------------------------------------------------------------------------- */
.agency_newsletter {
  padding-right: 200px;
}

.agency_newsletter h2 {
  font-size: 18px;
  font-weight: normal;
  margin: 0;
  line-height: 24px;
  letter-spacing: 0;
}

/* -----------------------------------------------------------------------------
	6.4. Agency contacts
----------------------------------------------------------------------------- */
.agency_contacts {
  padding-top: 30px;
}

.contacts__phone {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 9px;
}

.contacts__address.no-m {
  margin-bottom: 0;
}

.contacts__address {
  font-size: 16px;
  font-style: italic;
  margin-bottom: 26px;
}

.contacts__map {
  margin-bottom: 41px;
}

.issues_contacts__table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}

.issues_contacts__head {
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
  background: url(../images/bg/dash.png) repeat-x;
}

.issues_contacts__head:first-child {
  background: none;
}

.issues_contacts__head th {
  background: url(../images/bg/dash.png) 0 100% repeat-x;
  padding: 46px 0 16px;
  text-align: left;
  vertical-align: top;
  font-weight: bold;
}

.issues_contacts__head:first-child th {
  padding-top: 0;
}

.issues_contacts__contacts {
  line-height: 20px;
}

.issues_contacts__contacts td {
  vertical-align: top;
  text-align: left;
  padding: 15px 0 15px;
}

.issues_contacts__contacts + .issues_contacts__contacts td {
  padding-top: 0px;
}

/* -----------------------------------------------------------------------------
	6.5. events_list_page
----------------------------------------------------------------------------- */
.events_list_page > h1 {
  margin-bottom: 24px;
}

/* -----------------------------------------------------------------------------
	6.6. Event
----------------------------------------------------------------------------- */
.events_photos_page > h1 {
  margin-bottom: 54px;
}

.event__data {
  margin-bottom: 30px;
}

.event__head {
  font-size: 24px;
  margin-bottom: 8px;
}

.event__data_list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.event__data_list li {
  margin-top: 9px;
}

.event__data_list li:first-child {
  margin-top: 0;
}

.event__data_head {
  color: #474747;
}

.event__photos_gallery {
  overflow: hidden;
  margin-bottom: 10px;
}

.news_article_manage + .event__photos_gallery {
  margin-top: -26px;
}

.event__photos_gallery .events__photos_gallery_item {
  float: left;
  margin: 0 23px 23px 0;
}

.event__photos_gallery .events__photos_gallery_item:nth-child(4n) {
  margin: 0 0 23px 0;
}

.event__photos_gallery img {
  display: block;
}

.event__photos_gallery__more {
  margin-bottom: 50px;
}
/* -----------------------------------------------------------------------------
	6.7. Webinar
----------------------------------------------------------------------------- */

.w-view {
	width:500px!important;
}
.w-topbar {
	width:700px!important;	
}
.w-aside {
	display:block!important;	
}
/* -----------------------------------------------------------------------------
	6.8. New style
----------------------------------------------------------------------------- */
.holiday {
    padding: 10px 0;
}
.holiday img, .holiday-big img {
    width:100%;
    box-shadow: 0 2px 3px rgba(0,0,0,0.5);
}
.holiday-big {
    margin:0 auto;
    width:60%;
}
.main_content_footer {
    background:#faf7f7;
    padding:25px;
    border-bottom: 1px solid #d6d6d6;
}
.main_content_footer:after {
    content:"";
    display:table;
    clear:both;
}
.footer_item {
    width: 33.33333%;
    padding: 20px 25px;
    box-sizing: border-box;
    float:left;
}
/**podpis**/
    .podpis{text-align:center;}
.podpis-h1{
    font-family: Helvetica, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.2857;
  color: #000;
    font-weight:bold;
    padding: 30px 0;
    
    
    }
    .podpis-h2{
      font-family: Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2857;
  color: #000;
     font-weight:bold;
    }
    .podpis-table {
        border-collapse: collapse;
        border-spacing: 0;
        
    }
    .podpis-table td {
        border:1px solid #0066b3;
        padding: 10px;
        text-align:center;
        font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2857;
  color: #000;
    }
    .podpis-table th {
        background:#0066b3;
        color:#fff;
        font-weight:bold;
        text-align:center;
        padding:10px;
        font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.2857;
  
       border:1px solid #0066b3;
    }
    .podpis-table td:first-child, .podpis-table th:first-child {
        width:30px;
    }
    .podpis-table td:nth-of-type(3),.podpis-table td:nth-of-type(4),.podpis-table td:nth-of-type(5), .podpis-table th:nth-of-type(3),
    .podpis-table th:nth-of-type(4),.podpis-table th:nth-of-type(5){
        width:65px;
    }
/* -----------------------------------------------------------------------------
	6.9. Error page
----------------------------------------------------------------------------- */
.content_error_name h1{
	text-align:center;
}
.content_error {
	text-align:center;	
}
.content_error_block {
	margin:0 auto;
	width:550px;	
}
.content_error_box ul {
	list-style:none;	
}
.content_error_box ul>li>a {
	display:block;

}
.content_error_box {
	float:left;
	width:50%;
}	
/* -----------------------------------------------------------------------------
	6.10. Site map
--------------------------------------------------------------------------- */

.sitemap {
	line-height:30px;
}
.sitemap ol>li {
	font-weight:bold;	
}
.sitemap ol>li>ul>li {
	font-weight:normal;	
}
/* -----------------------------------------------------------------------------
  6.11. Reclama
--------------------------------------------------------------------------- */
.reclama_box {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding-top: 10px;
  font-size:12px;
}
.reclama_box__item {
  color:grey;
}
.reclama_box__item a {
  color:grey;
  text-decoration: none;
}
.reclama_box__item a:hover {
  color:red;
}
.reclama_box__item_name {    
  margin-right: 3px;
  font-weight: bold;
  color:grey;
}

/*##############################################################################
	7. Media.
##############################################################################*/
@media screen and (max-width: 1138px) {
  .event__photos_gallery .events__photos_gallery_item:nth-child(3n) {
    margin: 0 0 23px 0;
  }

  .event__photos_gallery .events__photos_gallery_item:nth-child(4n) {
    margin: 0 23px 23px 0;
  }
}


@media screen and (max-width: 1280px) {
  .top_banner img,
  .bottom_banner img {
    display: none;
  }

  .top_banner .s1000,
  .bottom_banner .s1000 {
    display: block;
    width: 100%;
  }

  /*.page_header__block1 {
    padding-top: 31px;
  }*/
  /*.infobar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding-right: 20px;
  }*/
  .main_nav {
    float: none;
  }

  .site_nav > .site_search {
    display: none;
  }

  .infobar .site_search {
    display: inline-block;
    border-left: none;
    margin-left: 20px;
    padding-right: 0;
    vertical-align: top;
  }

  .infobar__item.socials {

  }

  .infobar .site_search__inner {
    border-left: none;
  }

  .infobar .site_search__block {
    float: none;
  }

  .page_header__date {
    padding-left: 20px;
    width: 185px;
  }

  .page_header__sub_nav {
    padding: 16px 0;
    margin-left: 223px;
  }

  .page_header__sub_nav_head {
    margin-right: 3px;
  }

  .page_header__sub_nav_item {
    margin-right: 2px;
  }

  /*.page_content {
    padding: 50px 20px 0 20px;
  }*/

  .main_content {
    /*width: calc(100% - 290px) !important;*/
  }

  .main_content .column_1 {
    margin-right: 20px;
  }

  .main_content .column_2 {
    margin-left: 380px;
  }

  .page_aside .poll_block {
    display: none;
  }

  .column_2 .gallery_block {
    width: 320px;
  }

  .column_2 .gallery_block__tabs_item_link {
    padding: 0 10px;
  }

  .column_2 .gallery_block__image_item {
    width: 145px;
  }

  .page_footer__links {
    padding-left: 20px;
  }

  .footer_socials__list, ul.footer_socials__list {
    width: 181px;
  }

  .publishing_issues_wrapper {
    padding: 0 18px;
  }

  .page_footer__info {
    padding-left: 20px;
  }

  .page_footer__maker {
    width: 181px;
  }

/*  .magazine-list__item-wrapper {
    width: 50% !important;
    margin-left: 0 !important;
  }*/

  .magazine-list__item-wrapper .issue__item {
    width: 90%;
    position: relative;
  }
}

#ortho_comment {
  resize: vertical;
  width: 100%;
  height: 100px;
}

.preload_loader {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1; /* For IE 6/7 (trigger hasLayout) */
}

.vk_groups {

}

.dashed.events_nav {
  margin: 20px 0 27px;
}

.events__details .nl__news_block__text {
  min-height: 98px;
}

.datepicker__calendar__show-full-month {
  background: #f0f0f0;
  text-align: center;
  padding-bottom: 15px;
}

.events_photos_page h3.event__head {
  line-height: 32px;
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.big_slider__item .loader {
  width: 100%;
  height: 100%;
  position: relative;
}

.big_slider__item .loader img {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
  width: auto;
}

.footer_socials__item.ages span {
  line-height: 31px;
  display: inline-block;
  width: 35px;
  height: 35px;
  border-radius: 46px;
  border: 2px solid #000;
  color: #000;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  box-sizing: border-box;
}

/** TODAY **/
.newswire_wrapper.bottom {
  padding: 20px;
  width: 770px;
  margin-top: 20px;
  background: #f0f0f0;
  box-sizing: content-box;
}

.newswire_wrapper.other_news h2 {
  margin-bottom: 16px;
}

.newswire__list.bottom .newswire__item {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  width: 31%;
  margin-right: 15px;
}

.newswire__list.bottom .newswire__text {
  margin-left: 0px;
}

.newswire__list.bottom .news_block__img_wrapper {
  width: 75px;
  height: 75px;
}

.theme_news_teaser {
  color: #7a7a7a;
  font-size: 10px;
  margin-top: 5px;
  line-height: 15px;
}

.newswire__list.bottom .newswire__item .newswire__text > a {
  display: inline-block;
  width: 143px;
  height: 60px;
}

/** ^^ TODAY ^^ **/

.banner .banner {
  float: left;
  display: inline-block;
  vertical-align: top;
  margin-top: 0;
  margin-right: 40px;
}

.banner .banner:last-child {
  margin-right: 1px;
  /*margin-left:1px;*/
}

.banner .banner:first-child {
  margin-left:1px;
}

.banner-gen .banner:first-child {
    margin-left:0px;
}

.column_1 .banner .banner {
  margin-right: 0;
  margin-bottom: 40px;
}

.column_1 .banner .banner:nth-child(3n), .banner .banner:nth-child(4n) {
  margin-bottom: 45px;
}

.column_1 .banner .banner:nth-child(even) {
  margin-right: 0;
}

.comments__wrapper {
  margin-top: 25px;
}

.views_count {
  background: url(../images/icons/eye_ico.png) 0 2px no-repeat;
  color: #474747;
  text-decoration: none;
  padding: 0 0 0 22px;
  font-size: 11px;
  margin-left: 15px;
}

.views_count.big {
  background: url(../images/icons/eye_ico_2.png) 0 2px no-repeat;
  padding: 0 0 0 25px;
  font-size: 14px;
}

.video-report .events__data_inner {
  height: 264px;
  overflow: hidden;
}

.video-report .events__details .nl__news_block__text {
  min-height: 0;
}

.video_report-video {
  margin-bottom: 25px;
}

.video_report-video h3 {
  font-size: 24px;
}

.video_report-description {
  margin: 10px 0;
}

.gallery_block.small {
  width: 100%;
}

.gallery_block.small .gallery_block__tabs_item {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

.gallery_block.small .gallery_block__image_item {
  width: 48%;
}

.gallery_block.small .gallery_block__tabs_item_link {
  font-size: 12px;
  padding: 0 13px;
}

.gallery_block.small .gallery_block__item {
  margin-top: 5px;
}

.gallery_block__images_wrapper .gallery_block__item {
  display: none;
}

.gallery_block__images_wrapper .gallery_block__item:first-child {
  display: block;
}

.gallery_block.small .gallery_block__images_wrapper {
  min-height: 242px;
}

.banner.no-margin .banner {
  margin-bottom: 0;
}

.search_page {
  position: relative;
}

.search_page h1 {
  text-transform: uppercase;
  font-weight: bold;
}

.search_page .form-item {
  display: inline-block;
}

.search_page input[type=submit] {
  position: absolute;
  right: 0;
  top: 25px;
  margin: 0;
  padding: 10px 10px 8px;
  border: none;
  line-height: 1;
  background: #f0f0f0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #0066b3;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
}

.search_page .search-input {
  width: 706px;
  border: 1px solid #cbcbcb;
  height: 24px;
  position: relative;
  top: -2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 3px;
}

.search_page label {
  display: block;
  margin-bottom: 10px;
}

.search_page form {
  position: relative;
  margin-bottom: 25px;
}

.search_page .empty_search_results {
  margin-top: 40px;
}

.search_page .excerpt {
  background: #f4f2ce;
  padding: 0 3px;
}

.search_page .nl__news_block {
  height: auto;
  margin-bottom: 25px;
}

.search_page .search_warning {
  margin: 5px 0;
}

.subscribe .issues_items {
  margin-bottom: 40px;
}

.subscribe .issues_items .issue__item {
  width: 385px;
  margin-top: 40px;
  float: left;
  margin-right: 40px;
}

.subscribe .issues_items .issue__item:nth-child(2n) {
  margin-right: 0;
}

.subscribe .issues_items .issue__item:first-child, .subscribe .issues_items .issue__item:nth-child(2) {
  margin-top: 0;
}

.account-block__name {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 16px;
  line-height: 1;
}

.account-block__history-heading {
  margin-bottom: 10px;
}

.account-block__history-logout a {
  margin: 0;
  padding: 10px 10px 8px;
  border: none;
  line-height: 1;
  background: #f0f0f0;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 12px;
  color: #0066b3;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer;
  letter-spacing: 1px;
  display: inline-block;
}

.small_text {
  font-size: 11px;
}

.subscribe .small_text {
  margin-bottom: 15px;
}

.subscribe h3 {
  font-weight: bold;
}

.subscribe h2 {
  margin-top: 40px;
}

.account-block__submit {
  margin-bottom: 15px;
}

.account-block__submit a {
  float: right;
}

.account-block__forgot, .account-block__register {
  font-size: 11px;
}

.account-block__forgot {
  margin-top: 10px;
}

.account-block__input-wrapper {
  margin-bottom: 15px;
}

.account-block__input-label {
  margin-bottom: 5px;
  display: inline-block;
}

.account-block__input input {
  width: 222px;
  border: 1px solid #cbcbcb;
  height: 24px;
  position: relative;
  top: -2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 3px;
}

/* RADIO */
input[type=checkbox]:not(old),
input[type=radio   ]:not(old) {
  display: none;
}

input[type=checkbox]:not(old) + label,
input[type=radio   ]:not(old) + label {
  display: inline-block;
  padding-left: 30px;
  position: relative;
}

input[type=checkbox]:not(old) + label > span,
input[type=radio   ]:not(old) + label > span {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin: 0.25em 0.5em 0.25em 0.25em;
  border: 1px solid #cbcbcb;
  background: #f0f0f0;
  border-radius: 0.25em;
  vertical-align: bottom;
  position: absolute;
  left: 0;
  top: -2px;
}

input[type=checkbox]:not(old):checked + label > span:after ,
input[type=radio   ]:not(old):checked + label > span:after {
  display: block;
  width: 12px;
  height: 12px;
  content: ' ';
  background: #0066b3;
  border-radius: 0.25em;
  margin: 2px auto 0 auto;
}

input[type=checkbox]:not(old):checked + label > span:before {
  content: ' ';
  display: block;
  width: 1em;
  color: rgb(153, 204, 102);
  font-size: 0.875em;
  line-height: 1em;
  text-align: center;
  text-shadow: 0 0 0.0714em rgb(115, 153, 77);
  font-weight: bold;
}

input[type=radio]:not(old):checked + label > span > span {
  display: block;
  width: 0.5em;
  height: 0.5em;
  margin: 0.125em;
  border: 0.0625em solid rgb(115, 153, 77);
  border-radius: 0.125em;
  background: rgb(153, 204, 102);
  background-image: -moz-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
  background-image: -ms-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
  background-image: -o-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
  background-image: -webkit-linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
  background-image: linear-gradient(rgb(179, 217, 140), rgb(153, 204, 102));
}

/* ^^ RADIO ^^ */

.subscribe__plan-lengths {
  display: none;
}

.subscribe__plan-name {
  line-height: 22px;
}

.subscribe__plan-wrapper {
  margin-bottom: 15px;
}

.subscribe__length-item__length {
  line-height: 22px;
}

.subscribe__length-item-wrapper {
  margin-bottom: 5px;
}

.subscribe__length-wrapper {
  margin-bottom: 25px;
}

.subscribe__profile-type {
  float: left;
  line-height: 22px;
  margin-right: 25px;
}

.subscribe__profile-form {
  display: none;
}

.subscribe__profile-form.active {
  display: block;
}

.subscribe__profile-form-input-wrapper {
  margin-bottom: 10px;
}

.subscribe__profile-form-input-label {
  margin-bottom: 5px;
  display: inline-block;
  font-weight: bold;
}

.subscribe__profile-form-input-label sup {
  color: #e5252e;
}

.subscribe__profile-form-input input {
  width: 253px;
  border: 1px solid #cbcbcb;
  height: 30px;
  position: relative;
  top: -2px;
  padding-left: 8px;
  padding-right: 8px;
  padding-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.subscribe__profile-form-input .hint-block {
  display: block;
  margin-bottom: 15px;
  font-size: smaller;
}

.subscribe__profile-form-login-data {
  margin-top: 15px;
}

.inline .subscribe__profile-form-input-wrapper {
  float: left;
  margin-right: 25px;
}

.inline .subscribe__profile-form-input-wrapper:last-child {
  margin-right: 0;
}

.subscribe__profile-form-input-wrapper.full_width input {
  width: 100%;
}

.subscribe__profile-form-input.date {
  position: relative;
}

.subscribe__profile-form-input.date .datepick-popup {
  left: 258px !important;
  top: -2px !important;
}

input {
  outline: none;
}

.subscribe__profile-form-input.captcha input {
  vertical-align: top;
  height: 50px;
  margin-top: 2px;
  font-size: 32px;
  font-weight: bold;
  width: 129px;
  text-align: center;
  margin-left: 10px;
}

.subscribe__profile-form-agree {
  line-height: 22px;
  margin-bottom: 15px;
}

.button:disabled, .button:disabled:hover {
  color: #578db6;
}

.subscribe__profile-form-input-wrapper.has-error label, .subscribe__profile-form-agree.has-error label {
  color: #e5252e;
}

.subscribe__profile-form-input-wrapper.has-error input[type=text], .subscribe__profile-form-input-wrapper.has-error input[type=password], .subscribe__profile-form-input.has-error input[type=text], .subscribe__profile-form-agree.has-error label span {
  border-color: #e5252e;
}

.has-error .help-block {
  color: #e5252e;
  font-size: smaller;
}

.subscribe__profile-form-input-wrapper.has-error .help-block + .hint-block {
  display: none;
}

.subscribe__profile-form-input.captcha .help-block {
  margin-left: 133px;
}

.login-page__restore-password {
  margin-left: 20px;
}
.mgagzines-items-wrapper {
	width:810px;	 /*870*/
}
.magazine-list__item-wrapper {
/*  width: 385px;*/
  width:202px;
  float: left;
  position: relative;
}

/*.magazine-list__item-wrapper:nth-child(2n) {
  margin-left: 40px;
}*/

.magazine-list__item-wrapper .issue__item__link, .magazine-list__item-wrapper .issue__item__data {
  float: none;
  text-align:center;
}

.magazine-list__item-wrapper .issue__item__date, .magazine-list__item-wrapper .issue__item__number {
  background: #ffffff;
  border: 1px solid;
  display: inline-block;
  padding: 5px;
  font-weight: bold;
  font-size: 18px;
  position: absolute;
 /* right: -15px;*/
  right: 35px;
  top: 120px;
  line-height: 18px;
  z-index: 2;
}

.magazine-list__item-wrapper .issue__item__number {
  top: 167px;
}

.magazine-list__item-wrapper .issue__item__data {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.magazine-list__item-wrapper .issue__item__data a {
  font-weight: bold;
  font-size: 16px;
}

.magazine-list__item-wrapper .issue__item__data a + a {
  margin-left: 20px; /* 40px */
}

.magazine-articles-rubrick__wrapper {
  margin-top: 25px;
  margin-bottom: 40px;
}

.magazine-articles-rubrick__name {
  margin-bottom: 10px;
}

.magazine-articles-rubrick__name {
  font-size: 18px;
  font-weight: bold;
}

.magazine-articles-rubrick__items .nl__news_block {
  height: 85px;
  margin-bottom: 25px;
}

.breadcrumbs__wrapper + .news_article__data {
  margin-top: 25px;
}

.content_inner_page.sub-header h1 {
  font-weight: bold;
  text-transform: uppercase;
}

.content_inner_page.sub-header h2 {
  font-size: 18px;
  line-height: 24px;
}

.content_inner_page.sub-header h2 {
  margin-top: 40px;
}

ul.unstyled_list {
  list-style: none;
  padding: 0;
}

.unstyled_list__item {
  margin-bottom: 10px;
}

.unstyled_list__item:before {
  content: '-';
  display: inline-block;
  margin-right: 5px;
}

.unstyled_list__item.file-pdf:before {
  display: none;
}

.unstyled_list__item.file-pdf {
  min-height: 37px;
  padding-left: 40px;
  padding-top: 8px;
  line-height: 24px;
  background: url(/images/icons/pdf-small.png) 0 5px no-repeat;
}

.adv-section__image {
  width: 163px;
  float: left;
  margin-right: 40px;
}

.adv-section__text {
  float: left;
  width: 607px;
}

.adv-section__padding {

}

.adv-section__padding.lvl-1 > .adv-section__padding-header {
  font-weight: bold;
  font-size: 18px;
}

.adv-section__padding.lvl-2 > .adv-section__padding-header {
  font-weight: bold;
}

.adv-section__padding.lvl-1 .adv-section__padding-content, .adv-section__padding.lvl-2 .adv-section__padding-content {
  padding-left: 40px;
}

.events_photos_page .event_wrapper + .video_report-video {
  margin-top: 40px;
}

.video_report-video .h3 {
  margin-bottom: 10px;
}

hr {
  display: none;
}

.bottom_banner {
  position: fixed;
  bottom: 0;
  z-index: 100;
}

.breadcrumbs__wrapper + .event__data_list {
  margin-top: 10px;
}

.magazines__archive-link {
  text-decoration: none;
}

.news_block h2 a {
  color: #000000;
  text-decoration: none;
}

.news_article__image-source {
  font-size: 12px;
  color: #7a7a7a;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;


/*  white-space: nowrap;*/
}
/*.news_article__image-source  + .news_article__image-source {
    padding-bottom: 20px;
  }*/

.left_pos .news_article__image-source {
  padding-bottom: 0px;
}
span+.news_article__image-source {
    padding-top:18px;
}
/*.news_article__image-source + .news_article__image-source {
  padding-bottom:20px;
}*/

.commercial-block {
  margin-top: 5px;
}

.commercial-block img {
  display: inline-block;
  vertical-align: bottom;
}

.warning-message {
  padding: 10px;
  border: 1px dashed #B4B4B4;
  background: #F0F0F0;
}

.warning-message b {
  color: #d9534f;
}

.warning-message + h2 {
  margin-top: 20px;
}

.page_aside .newswire__list .newswire__text {
  margin-left: 0;
}

.issue_block:first-child {
  margin-top: 0;
}

.infobar__item.exchange {
  height: 31px;
  overflow-y: hidden;
}

.events__data_inner.dotted:last-child:after {
  display: none;
}

/**/

#persons_page h1 {
  font-weight: bold;
}

/*для мобильных устройств*/
@media screen and (max-width: 640px) {
    #top {
       z-index: 9999;
       bottom: 5px;
       cursor: pointer;
       display: none;
       position: fixed;
       left: 10px;
    }
}

@media screen and (max-width: 1024px) {
 #top {
    z-index: 9999;
  bottom: 5px;
  cursor: pointer;
  display: none;
  position: fixed;
  left: 5px;
}
}


@media screen and (min-width: 1024px) {
    #top {
        z-index: 9999;
      bottom: 5px;
      cursor: pointer;
      display: none;
      position: fixed;
      left: 7px;
    }
}

@media screen and (min-width: 1198px) {
    #top {
        z-index: 9999;
      bottom: 5px;
      cursor: pointer;
      display: none;
      position: fixed;
      left: 6px;
    }
}

@media screen and (min-width: 1200px) {
    #top {
        z-index: 9999;
      bottom: 5px;
      cursor: pointer;
      display: none;
      position: fixed;
      left: 15px;
    }
}

@media screen and (min-width: 1240px) {
    #top {
        z-index: 9999;
      bottom: 5px;
      cursor: pointer;
      display: none;
      position: fixed;
      left: 28px;
    }
}

@media screen and (min-width: 1290px) {
    #top {
        z-index: 9999;
      bottom: 5px;
      cursor: pointer;
      display: none;
      position: fixed;
      left: 50px;
    }
}

@media screen and (min-width: 1300px) {
    #top {
        z-index: 9999;
      bottom: 5px;
      cursor: pointer;
      display: none;
      position: fixed;
      left: 68px;
    }
}

@media screen and (min-width: 1400px) {
    #top {
        z-index: 9999;
      bottom: 5px;
      cursor: pointer;
      display: none;
      position: fixed;
      left: 152px;
    }
}
/* стили для таблицы на странице контента - .table_asninfo нельзя удалять, потому что используется стиль где то на просторах статей */
.table_asninfo {
  border: 1px solid grey;
  overflow-x: scroll;
}
/* стили для двлйного скролла для таблиц */
/*.wrapper1, .wrapper2 { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.wrapper1 { height: 20px; display:none;}
.div1 { height: 20px; }
.div2 { overflow: none; }
.wrapper3, .wrapper4 { width: 100%; overflow-x: scroll; overflow-y: hidden; }
.wrapper3 { height: 20px; display:none;}
.div3 { height: 20px; }
.div4 { overflow: none; }*/


.wrapper1, .wrapper2 { width: 100%;  }
.wrapper1 { height: 20px; display:none;}
/*.div1 { height: 20px; }*/
.div2 { overflow: none; }
.wrapper3, .wrapper4 { width: 100%;  }
.wrapper3 { height: 20px; display:none;}
/*.div3 { height: 20px; }*/
.div4 { overflow: none; }


table.table-info, table{
    /*width: 100%;*/
    display: block;
    margin: 20px auto;
}
/*table.table-info thead, table.table-info tbody tr {
    display: table;
    width: 100%;
}*/
table.table-info tbody, table tbody{
    display: block;
    width: 100%;
    max-height: 600px;
    overflow: auto;
}


/* оформление таблицы  */
table.table-info, table {
    border-collapse: collapse;
  }
  table.table-info tr:nth-of-type(odd), table tr:nth-of-type(odd) {
    background: #f1efef;
  }
  table.table-info tr td, table tr td{
    padding:5px 10px;
    border:1px solid #b9b2b2;
  }

/* изменения в отображение текста в виджетах слайдерах на гл странице - надпись внизу блока не помещалась */
.w_preview_full_image-cell {
  height: 100%!important;
}
/* page style */
.top_20 {
  padding-top: 20px;
}