@font-face {
	font-family: 'Graphik LC';
	src: url('/font/Graphik-Bold-Cy-Web.eot');
	src: url('/font/Graphik-Bold-Cy-Web.eot?#iefix') format('embedded-opentype'),
		 url('/font/Graphik-Bold-Cy-Web.woff') format('woff'),
		 url('/font/Graphik-Bold-Cy-Web.ttf') format('truetype'),
		 url('/font/Graphik-Bold-Cy-Web.svg#Graphik-Bold-Cy') format('svg');
	font-weight:  700;
	font-style:   normal;
}

@font-face {
	font-family: 'Graphik LC';
	src: url('/font/Graphik-Regular-Cy-Web.eot');
	src: url('/font/Graphik-Regular-Cy-Web.eot?#iefix') format('embedded-opentype'),
		 url('/font/Graphik-Regular-Cy-Web.woff') format('woff'),
		 url('/font/Graphik-Regular-Cy-Web.ttf') format('truetype'),
		 url('/font/Graphik-Regular-Cy-Web.svg#Graphik-Regular-Cy') format('svg');
	font-weight:  400;
	font-style:   normal;
	font-stretch: normal;
}

@font-face {
	font-family: 'Fira Mono';
	src: url('/font/firamono/firamono-regular-webfont.eot');
	src: url('/font/firamono/firamono-regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/font/firamono/firamono-regular-webfont.woff2') format('woff2'),
	url('/font/firamono/firamono-regular-webfont.woff') format('woff'),
	url('/font/firamono/firamono-regular-webfont.ttf') format('truetype'),
	url('/font/firamono/firamono-regular-webfont.svg#fira_monoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Fira Mono';
	src: url('/font/firamono/firamono-bold-webfont.eot');
	src: url('/font/firamono/firamono-bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('/font/firamono/firamono-bold-webfont.woff2') format('woff2'),
	url('/font/firamono/firamono-bold-webfont.woff') format('woff'),
	url('/font/firamono/firamono-bold-webfont.ttf') format('truetype'),
	url('/font/firamono/firamono-bold-webfont.svg#fira_monobold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
    font-family: 'William Text';
    src: url('/font/williamtext/WilliamTextStd-Regular.eot'); /* IE9 Compat Modes */
    src: url('/font/williamtext/WilliamTextStd-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/williamtext/WilliamTextStd-Regular.woff') format('woff'), /* Modern Browsers */
         url('/font/williamtext/WilliamTextStd-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/font/williamtext/WilliamTextStd-Regular.svg#WilliamTextStd') format('svg'); /* Legacy iOS */
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

@font-face {
    font-family: 'William Text';
    src: url('/font/williamtext/WilliamTextStd-RegularItalic.eot'); /* IE9 Compat Modes */
    src: url('/font/williamtext/WilliamTextStd-RegularItalic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('/font/williamtext/WilliamTextStd-RegularItalic.woff') format('woff'), /* Modern Browsers */
         url('/font/williamtext/WilliamTextStd-RegularItalic.ttf') format('truetype'), /* Safari, Android, iOS */
         url('/font/williamtext/WilliamTextStd-RegularItalic.svg#WilliamTextStd-RegularItalic') format('svg'); /* Legacy iOS */
    font-style: italic;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

body {
  margin: 0px;
  padding: 0;
  font-family: 'Graphik LC';
  font-size: 16px;
  min-width: 320px;
  background: #f1f1f1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

/*
  борьба с увеличением шрифтов на мобильном
  в сафари. Задача https://trello.com/c/uzXuBsGX
*/
  -webkit-text-size-adjust: 100%;
}

input, textarea {
  outline: none;
  border-radius: 0;
}

a {
  text-decoration: none;
  color: inherit;
  transition: color .2s, border .2s;
}

a:hover {
	color: #333;
}

.pt0 {
  padding-top: 0 !important;
}

.mz-layout-content.error-page {
  background-color: #242424;
  padding: 0;
  margin: 0;
  max-width: inherit;
}

.mz-layout-content.error-page .mz-layout-content__main {
	padding-top: 160px;
}

.mz-layout-content.error-page .mz-page-search__header {
	color: #fff;
	font-size: 150px;
	line-height: 1;
	text-align: center;
	font-weight: bold;
	display: block !important;
}

.mz-layout-content.error-page .mz-page-search__header span {
	font-size: 22px;
	line-height: 25px;
	font-weight: normal;
	display: block;
}



.mz-materials__btn-load {
  clear:both;
}

.hiddenCut {
  display: none;
}
.noselect * {
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */ /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently
                      supported by Chrome and Opera */
}

.mz-icon {
  width: 16px;
  height: 16px;
  display: inline-block;
  fill: #FFF;
}

.mz-icon_share {
	fill: #c70000;
}
.mz-btn {
  transition: background .2s, color .2s;
}

.mz-btn-load {
  display: block;
  width: 100%;
  height: 45px;
  line-height: 45px;
  text-align: center;
  background-color: #E8E8E8;
  border-radius: 1px;
  font-size: 14px;
  color: #333;
  cursor: pointer;

  -webkit-user-select: none;

     -moz-user-select: none;

      -ms-user-select: none;

          user-select: none;
}

.mz-publish_chronic .mz-btn-load {
	font-family: 'Graphik LC';
}

.mz-btn-load:hover,.mz-btn-load:focus {
	background-color: #BCBCBC;
}

.mz-layout {
    margin: 0 auto;
    padding: 66px 0 0;
    max-width: 1400px;
    width: 100%;
    box-sizing: border-box;
    background: #FFF;
}

.mz-layout_mundep:before {
	content: '';
	display: 'block';
	position: fixed;
	opacity: 0.6;
	mix-blend-mode: multiply;
	background-color: #262626;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.mz-layout-content {
  margin: 0 auto;
  padding: 25px 20px 100px;
  width: 100%;
  box-sizing: border-box;
}
.mz-layout-content.pt0{
	padding-top: 0px;
}
.mz-layout-content__row {
	padding-top: 50px; /*@media(min-width: $media_width_s) {
      padding-top: 50px;
    }*/
}
.mz-layout-content__row.pt0{
	padding-top: 0px;
}
.mz-layout-content__main {
	width: 100%;
}
.mz-layout-content__col-main {
	width: 100%;
	box-sizing: border-box;
}
/*display: none;*/
.mz-layout-content__col-side_news{
	display: block;
	padding-bottom: 50px;
}

.mm-body {
  margin-top: 30px;
}
.mz-layout-header {
  display: block;
  padding: 0 20px;
  width: 100%;
  height: 66px;
  background: #111;
  box-sizing: border-box;
}
.mz-layout-header--fixed-force{
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10;
}
.mz-layout-header--fixed-force > .mz-layout-header__wrapper{
	max-width: 1330px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}
.mz-layout-header_fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 11;
}
.mz-layout-header__logo {
	position: relative;
	top: 21px;
	display: block;
	width: 150px;
	height: 23px;
	text-indent: -9000px;
	z-index: 1;
	background: url("../img/mz-layout-header/logo.svg") no-repeat 0 0;
	background-size: contain;
}
.mz-layout-header__logo-wrapper {
	position: relative;
	display: block;
	height: 66px;
}
.mz-layout-header__btn-burger {
	position: absolute;
	top: 25px;
	right: 20px;
	display: block;
	width: 26px;
	height: 19px;
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
}
.mz-layout-header__btn-burger:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FFF;
	content: '';
	transition: top .4s, -webkit-transform .4s;
	transition: transform .4s, top .4s;
	transition: transform .4s, top .4s, -webkit-transform .4s;
}
.mz-layout-header__btn-burger:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FFF;
	content: '';
	transition: bottom .4s, -webkit-transform .4s;
	transition: transform .4s, bottom .4s;
	transition: transform .4s, bottom .4s, -webkit-transform .4s;
}
.mz-layout-header__btn-burger_active:before {
	top: 8px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.mz-layout-header__btn-burger_active:after {
	bottom: 8px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mz-layout-header__btn-burger__line {
	position: absolute;
	top: 8px;
	left: 0;
	width: 100%;
	height: 3px;
	background: #FFF;
	transition: opacity .4s;
}
.mz-layout-header__btn-burger_active .mz-layout-header__btn-burger__line {
	opacity: 0;
}

.mz-partner-header{
  padding: 10px 30px 10px 30px;
  height: 30px;

  font-size: 14px;
  font-family: "Graphik LC";
  border-bottom: 1px solid #CCC;
  line-height: 1.3;
}

.mz-partner-header_bottom {
	padding: 10px 30px 0px 30px;
}

.mz-partner-header_absolute{
	position: absolute;
	top: 66px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 10;
	text-align: center;
}

.mz-partner-header_absolute-bottom {
	padding: 10px 30px 0px 30px;
}

.mz-partner-header_fixed{
	position: fixed;
	top: 66px;
	left: 0;
	right: 0;
	background: #fff;
	z-index: 10;
	text-align: center;
	line-height: 30px;
}

.mz-partner-header__naming{
	color: #000;
}

.mz-partner-header__prev-text{
	margin-right: 10px;
}

.mz-partner-header__next-text{
	margin-left: 15px;
}

.mz-partner-header__link{
	color: #ab0000;
	text-decoration: none;
}

.mz-partner-header__link:hover{
	color: #333;
}

.mz-partner-header_logo {
	height: 100%;
	vertical-align: middle;
}
.mz-layout-menu {
  overflow: auto;
  position: fixed;
  top: 64px;
  left: 0;

  display: none;
  padding: 0 20px;
  width: calc(100% - 40px);
  height: calc(100% - 64px);

  background: rgba(21, 21, 21, 0.95);

  opacity: 0;

  -webkit-transform: scale(1.1);

          transform: scale(1.1);
  transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s;
}
.mz-layout-menu__fundraising {
	width: 123px;
	margin-right: -65px;
}
.mz-layout-menu__fundraising--button {
	color: #fff;
	padding: 10px;
	border: 1px solid #797979;
	height: 20px;
	width: 82%;
	font-size: 11px;
	letter-spacing: 0.13em;
	margin: 12px 20px;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	transition: all 0.2s ease;
}
.mz-layout-menu__fundraising--button:hover {
	border-color: #fff;
}
.mz-layout-menu__fundraising--button-text {
	text-transform: uppercase;
}
.mz-layout-menu_opened {
	opacity: 1;
	-webkit-transform: scale(1);
	        transform: scale(1);
}
.mz-layout-menu--visible{
	display: block;
}
.mz-layout-menu--hidden{
	display: none;
}
.mz-layout-menu__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mz-layout-menu__item {
	padding: 0 9px;
	display: block;
	height: 50px;
	line-height: 54px;
	text-align: center;
	font-size: 20px;
	color: #FFF;
	border-top: 1px dotted rgba(204, 204, 204, 0.2);
	text-transform: uppercase;
	font-size: 12px;
	-webkit-font-smoothing: initial;
	letter-spacing: 0.9px;
}
.mz-layout-menu__item:hover a {
	color: rgb(204, 204, 204);
}
.mz-layout-menu__item-button {
	border: 1px solid #797979;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	margin: 0;
	padding: 10px;
	width: 50%;
	transition: all 0.2s ease;
}
.mz-layout-menu__item-button:hover {
	border-color: #fff;
}
.mz-layout-menu__item:first-child {
	border-top: 0;
}
.mz-layout-menu__item .mz-icon_search {
	position: relative;
	top: 1px;
}
.mz-layout-menu__social {
	margin: 34px 0 20px;
}
.mz-layout-menu__social .mz-social {
	text-align: center;
}


.mz-layout-menu__right {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.mz-layout-menu__search-icon {
  width: 40px; height: 40px;
}

.mz-layout-menu__icon {
  display: inline-block;
  vertical-align: middle;
}

.mz-layout-menu__icon svg {
	width: 100%;
	height: 100%;
	fill: white;
	opacity: 0.3;
	cursor: pointer;
	transition: linear 0.3s opacity;
}

.mz-layout-menu__icon:hover svg {
	opacity: 1;
}

.mz-layout-menu__icon--active svg {
	opacity: 1 !important;
}


/*
   повышаем вес селектора из-за
   наличия других селекторов по тегам  
   */


.header-right-menu.header-right-menu .header-right-menu__link-button {
	line-height: 12px;
	font-weight: 100;
	font-family: 'Graphik LC';
	text-transform: uppercase;
	padding: 13px 17px;
	margin-right: 13px;
}


.header-right-menu.header-right-menu .header-right-menu__link-button:hover {
	color: white;
}


.header-right-menu__socials-icon {
	width: 40px;
	height: 40px;
}

.mz-layout-menu__item--fundraising {
  background: #0f2de8;
  margin-left: -20px;
  margin-right: -20px;
  font-size: 12px;
}

.mz-layout-menu__item--fundraising + .mz-layout-menu__item {
	border-top: 0px;
}

.only-mobile.only-mobile.only-mobile {
  display: none;
}
.hide-important {
  display: none !important;
}

.mz-layout-menu__item-search a {
	position: relative;
}
.mz-layout-menu__item-addon {
  position: absolute;
  left: -100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.mz-layout-menu__item-addon svg {
	opacity: 1;
}
.mz-layout-menu__social-wrapper {
  width: 100%;
  text-align: center;
  padding-top: 30px;
  border-top: 1px dotted rgba(204, 204, 204, 0.2);
}
.mz-layout-menu__social-container {
  display: inline-block;
}

.mz-social-list {

  position: absolute;
  top: 65px;
  right: -35px;
  background: #151515;
  color: white;
  min-width: 261px;
}

.mz-social-list--hide {
	display: none;
}

.mz-social-list__content {
	margin: 30px;
}

.mz-social-list__item {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	-webkit-font-smoothing: auto;
	letter-spacing: 1px;
	position: relative;
	padding: 14px 0px 14px 45px;
	cursor: pointer;
	border-top: 1px dotted rgba(204, 204, 204, 0.2);
}

.mz-social-list__item:first-child {
	border-top: 0px;
}

.mz-social-list__item:hover {
	color: white;
}

.mz-social-list__item:hover svg {
	opacity: 1;
}

.mz-social-list__icon-wrapper {
	width: 25px;
	height:25px;
	line-height: 25px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.mz-social-list__icon-wrapper svg {
	transition: linear 0.3s opacity;
	opacity: 0.3;
	vertical-align: middle;
}

.mz-layout-menu__social-icon-wrapper {
  display: inline-block;
  width: 25px;
  height: 25px;
  line-height: 25px;

  text-align: center;
/*  border: 1px solid white; */

  margin-right: 24px;
}

.mz-layout-menu__social-icon-wrapper:last-child {
	margin-right: 0px;
}
.social-icon-header {
  vertical-align: middle;

    fill: white;
}
.social-icon-header--tw {
	width: 18px;
	height: 15px;
}
.social-icon-header--vk {
	width: 22px;
	height: 12px;
}
.social-icon-header--fb {
	width: 9px;
	height: 19px;
}
.social-icon-header--insta {
	width: 20px;
	height: 20px;
}
.social-icon-header--ok {
	width: 12px;
	height: 20px;
}
.social-icon-header--telegram {
	width: 21px;
	height: 18px;
}
.mz-footer-wrapper {
  background: #111;
  padding: 37px 0px 26px;
}

.mz-footer-main, .mz-footer-additional {
  margin-left: 20px;
  margin-right: 20px;
}

.mz-footer-main {
  padding-bottom: 20px;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.2);
}

.mz-footer-main_first {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	padding-bottom: 15px;
}

.mz-footer-main_third {
	font-size: 14px;
	margin-top: 19px;
	color: #999;
}

.mz-footer-logo {
  color: #fff;
  margin-top: -2px;
}
.mz-footer-age-censor {
  margin-left: auto;
}
.mz-footer-subscription-wrapper {
  margin-top: -5px;
}

.mz-footer-additional {
  color: #999;
  margin-top: 30px;
}

.mz-footer-additional_copyright {
	margin-top: 23px;
}

.mz-footer-additional_copyright-text {
	margin-top: 11px
}

.mz-footer-copyright, .mz-footer-copyright-text {
  font-size: 12px;
  font-family: 'Graphik LC';
  line-height: 1.67;
}

.mz-footer-menu {
  font-size: 14px;
  color: #999;
}

.mz-footer-menu_item {
	display: block;
	padding: 17px 0px;
	border-bottom: 1px dotted rgba(204, 204, 204, 0.2);
	transition: color linear 0.2s;
}

.mz-footer-menu_item:first-child {
	border-top: 1px dotted rgba(204, 204, 204, 0.2);
}

.mz-footer-menu_item:hover {
	color: #fff;
}

.mz-footer-menu_item:hover .mz-footer-menu_item-addon {
	fill: #fff;
}

.mz-footer-menu_item-addon {
	display: inline-block;
	width: 11px;
	height: 11px;
	fill: #999;
	transition: fill linear 0.2s;
}

.mz-footer-socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;

  margin-top: 12px;
  
  -webkit-box-ordinal-group: 4;
  
      -ms-flex-order: 3;
  
          order: 3;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 31px;
  border-bottom: 1px dotted rgba(204, 204, 204, 0.2);
}

.mz-footer-socials_item-wrapper {
	display: inline-block;
	width: 25px;
	height: 25px;
	text-align: center;
	cursor: pointer;
}

.mz-footer-socials_item-wrapper:first-child {
	margin-left: 0px;
}

.mz-footer-socials_item-wrapper:hover .mz-footer-socials_item, .mz-footer-socials_item-wrapper:hover .mz-footer-socials_item path {
	fill: #999;
}

.mz-footer-socials_item {
	display: inline-block;
	fill: white;
	transition: fill linear 0.2s;
	width: 10px;
	height: 10px;
	vertical-align: middle;
}

.mz-footer-socials_item path {
	fill: white;
	transition: fill linear 0.2s;
}

.mz-footer-socials_item__tw {
	width: 18.6px;
	height: 15px;
	margin-top: 5px;
}

.mz-footer-socials_item__vk {
	width: 22px;
	height: 12px;
	margin-top: 7px;
}

.mz-footer-socials_item__fb {
	width: 10px;
	height: 21px;
	margin-top: 2px;
}

.mz-footer-socials_item__insta {
	width: 20px;
	height: 20px;
	margin-top: 3px;
	margin-left: -1px;
}

.mz-footer-socials_item__ok {
	height: 19px;
	width: 15px;
	margin-top: 3px;
}

.mz-footer-socials_item__tg {
	width: 21px;
	height: 18px;
	margin-top: 3px;
}

.mz-layout-footer__liveinter-counter {
  margin-top: 15px;
}

.mz-layout-theme__substrate {
	height: 100%;
	position: absolute;
	width: 100%;
	background: #151515;
	opacity: 0.5;
	z-index: -1;
}

.mz-layout-theme__background {
	position: absolute;
	width: 100%;
	height: 100%;
	background: #151515;
	z-index: -1;
	display: none;
}

.mz-layout-theme__header {
	min-height: 213px;
	background: #151515;
	position: relative;
	z-index: 0;
}

.mz-layout-theme__header .mz-layout-theme__content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	min-height: 213px;
	-ms-flex-pack: distribute;
	    justify-content: space-around;
	margin: 0 auto;
	z-index: 1;
}

.mz-layout-theme__meta {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border-bottom: dotted 1px rgba(204, 204, 204, 0.2);
	border-top: dotted 1px rgba(204, 204, 204, 0.2);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 38px;
	margin-bottom: 35px;
}

.mz-layout-theme__counter {
	border-right: 1px solid rgba(204, 204, 204, 0.2);
	color: #999;
	font-family: "Fira Mono";
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
	margin-right: 20px;
	padding-right: 20px;
	text-align: left;
}

.mz-layout-theme__title {
	color: #ffffff;
	font-family: "Graphik LC";
	font-style: normal;
	font-size: 28px;
	font-weight: bold;
	letter-spacing: normal;
	line-height: 1.09;
	margin-top: 46px;
	text-align: left;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.mz-layout-theme__title-description {
	color: #fff;
	font-family: "Graphik LC";
	font-size: 15px;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-height: 1.47;
	text-align: left;
	margin: 8px 0 17px 0;
	max-width: 810px;
}

.mz-layout-theme__title-description a {
	text-decoration: underline;
}

.mz-layout-theme__title-description a:hover {
	color: #fff;
	text-decoration: none;
}

.mz-layout-theme__title-counter {
	font-family: "Fira Mono";
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: left;
	color: #999;
}

.mz-layout-theme__socials {
	color: #999;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	-webkit-box-ordinal-group: 4;
	    -ms-flex-order: 3;
	        order: 3;
}

.mz-layout-theme__socials_item-wrapper {
	display: inline-block;
	height: 25px;
	text-align: center;
	width: 25px;
	cursor: pointer;
}

.mz-layout-theme__socials_item-wrapper:first-child {
	margin-left: 0px;
}

.mz-layout-theme__socials_item-wrapper:hover .mz-layout-theme__socials_item, .mz-layout-theme__socials_item-wrapper:hover .mz-layout-theme__socials_item path {
	fill: #fff;
}

.mz-layout-theme__socials_item {
	display: inline-block;
	fill: #999;
	height: 10px;
	transition: fill linear 0.2s;
	vertical-align: middle;
	width: 10px;
}

.mz-layout-theme__socials_item path {
	fill: #999;
	transition: fill linear 0.2s;
}

.mz-layout-theme__socials_item__tw {
	height: 15px;
	margin-top: 5px;
	width: 18.6px;
}

.mz-layout-theme__socials_item__vk {
	height: 12px;
	margin-top: 7px;
	width: 22px;
}

.mz-layout-theme__socials_item__fb {
	height: 21px;
	margin-top: 2px;
	width: 10px;
}

.mz-layout-theme__socials_item__insta {
	height: 20px;
	margin-left: -1px;
	margin-top: 3px;
	width: 20px;
}

.mz-layout-theme__socials_item__ok {
	height: 19px;
	margin-top: 3px;
	width: 15px;
}

.mz-layout-theme__socials_item__tg {
	height: 18px;
	margin-top: 3px;
	width: 21px;
}

.mz-cmp-header {
  position: relative;
  padding: 0 0 10px;
  border-bottom: 1px solid #000;
  font-size: 20px;
}

.mz-cmp-header__label {
	display: inline-block;
	line-height: 1;
	color: #222;
}

.mz-cmp-header__groupLink {
	display: inline-block;
	float: right;
	font-size: 14px;
	color: #999;
	line-height: 48px;
}

.mz-cmp-header__link {
	position: absolute;
	right: 0;
	bottom: 22px;
	display: inline-block;
	line-height: 1;
	text-decoration: none;
	font-family: 'Fira Mono';
	font-size: 15px;
	color: #c70000;
}

.mz-cmp-header_brand_dw{

}

.mz-header-themes {
  display: none;
}

.mz-header-themes--fixed-force{
	position: fixed;
	left: 0px;
	top: 0px;
	top: 65px;
	z-index: 11;
	background: white;
}

.mz-header-themes--fixed-force > .mz-header-themes__wrapper{
	max-width: 1330px;
	left: 0px;
	right: 0px;
	margin: 0 auto;
}

.mz-header-themes__wrapper {
	position: relative;
}

.mz-header-themes__label {
	position: absolute;
	top: 0;
	left: 0;
	vertical-align: middle;
	width: 65px;
	line-height: 48px;
}

.mz-header-themes__list {
	overflow: hidden;
	box-sizing: border-box;
	margin: 0;
	padding: 0 105px 0 0px;
	height: 48px;
	line-height: 48px;
	list-style: none;
	vertical-align: middle;
	color: #ab0000;
	white-space: nowrap;
}

.mz-header-themes__list__item {
	float: left;
	margin: 0 9px;
}

.mz-header-themes__list__item:first-child {
	margin-left: 0;
}

.mz-header-themes__list__item a:hover {
	color: #333;
}

.mz-header-themes__side {
	line-height: 48px;
	color: #ab0000;
}

.mz-header-themes__all-link {
	border-left: #999 1px solid;
	padding-left: 8px;
}

.mz-header-themes__sentsov {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	background: #151515;
	height: 50px;
	font-family: "Graphik LC";
	font-size: 15px;
	line-height: 1.4;
	letter-spacing: 1px;
	color: #fff;
	text-transform: uppercase;
}

.mz-header-themes__sentsov:hover {
	color: #fff;
}

.mz-header-themes__text {
	display: inline;
	text-align: center;
	margin: 0 10px;
}

.mz-header-themes__text-bold {
	font-weight: 900;
}
.mz-ads-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
}

.inlinead {
  margin-top: 10px;
}
.mz-fundraising {
  background-color: #111;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 10px;
  position: relative;
}
.mz-fundraising-side__wrapper {
	background-color: #111;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	padding: 25px;
	width: 250px;
}
.mz-fundraising-side__header {
	color: #fff;
	border-bottom: 1px dotted #797979;
	padding-bottom: 15px;
}
.mz-fundraising-side__header-title {
	display: inline-block;
	font: 21px "Graphik LC", sans-serif;
	margin-bottom: 10px;
}
.mz-fundraising-side__header-description {
	font: 13px "Graphik LC", sans-serif;
	line-height: 1.67;
}
.mz-fundraising-side__payment {
	margin-top: 20px;
}
.mz-fundraising-side__payment-choose {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}
.mz-fundraising-side__payment-choose input {
	background-color: #fff;
	border: none;
	height: 45px;
	-ms-flex-preferred-size: 30%;
	    flex-basis: 30%;
	font: 13px "Graphik LC", sans-serif;
	width: 80px;
	color: #111;
	margin-right: 10px;
	padding-left: 10px;
}
.mz-fundraising-side__payment-choose input::-webkit-input-placeholder {
	color: #111;
	font: 13px "Graphik LC", sans-serif;
}
.mz-fundraising-side__payment-choose input:-ms-input-placeholder {
	color: #111;
	font: 13px "Graphik LC", sans-serif;
}
.mz-fundraising-side__payment-choose input::placeholder {
	color: #111;
	font: 13px "Graphik LC", sans-serif;
}
.mz-fundraising-side__payment-choose select {
	border-radius: 0;
	border: none;
	height: 47px;
	-ms-flex-preferred-size: 70%;
	    flex-basis: 70%;
	font: 13px "Graphik LC", sans-serif;
	padding-left: 10px;
	-webkit-appearance: none;
	-webkit-border-radius: 0px;
}
.mz-fundraising-side__payment-email {
	margin-top: 10px;
}
.mz-fundraising-side__payment-email input {
	background-color: #fff;
	border: none;
	box-sizing: border-box;
	color: #111;
	height: 48px;
	padding-left: 10px;
	width: 100%;
}
.mz-fundraising-side__payment-email input::-webkit-input-placeholder {
	color: #111;
	font: 13px "Graphik LC", sans-serif;
}
.mz-fundraising-side__payment-email input:-ms-input-placeholder {
	color: #111;
	font: 13px "Graphik LC", sans-serif;
}
.mz-fundraising-side__payment-email input::placeholder {
	color: #111;
	font: 13px "Graphik LC", sans-serif;
}
.mz-fundraising-side__footer {
	margin-top: 20px;
}
.mz-fundraising-side__footer-agree {
	position: relative;
}
.mz-fundraising-side__footer-agree input[type="checkbox"]:checked + label img {
	display: block;
}
.mz-fundraising-side__footer-agree input[type="checkbox"]:checked ~ span {
	display: none;
}
.mz-fundraising-side__footer-agree label {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font: 13px "Graphik LC", sans-serif;
	color: #fff;
}
.mz-fundraising-side__footer-agree label a {
	text-decoration: underline;
}
.mz-fundraising-side__footer-agree label a:hover {
	color: #fff;
	cursor: pointer;
}
.mz-fundraising-side__footer-agree-invalid {
	color: #ff4b61;
	display: block;
	font: 10px "Graphik LC", sans-serif;
	line-height: 1.3;
	left: 27px;
	letter-spacing: -0.2px;
	position: absolute;
	top: 20px;
}
.mz-fundraising-side__footer input[type="submit"] {
	margin: 20px 0 0;
}
.mz-fundraising-wrapper {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
}
.mz-fundraising-wrapper__close {
	cursor: pointer;
	fill: #fff;
	height: 38px;
	right: 44px;
	position: absolute;
	top: 54px;
	width: 38px;
}
.mz-fundraising-header {
	border-bottom: 1px dotted #797979;
	color: #fff;
	padding-bottom: 31px;
}
.mz-fundraising-header__title {
	font: bold 44px "Graphik LC", sans-serif;
	margin: 55px 0 20px 0;
}
.mz-fundraising-header__description {
	color: #999;
	font: 18px "Graphik LC", sans-serif;
	line-height: 1.67;
}
.mz-fundraising-header__description a {
	color: #fff;
	text-decoration: underline;
}
.mz-fundraising-header__description a:hover {
	color: #999;
}
.mz-fundraising-payment {
	border-bottom: 1px dotted #797979;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 40px 0;
	width: 100%;
}
.mz-fundraising-payment-button {
	background-color: #0f2de8;
	border: none;
	color: #fff;
	cursor: pointer;
	font: 13px "Graphik LC", sans-serif;
	-ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
	height: 50px;
	margin-left: 10px;
	transition: background-color 0.1s ease 0.1s;
	width: 100%;
}
.mz-fundraising-payment-button:hover {
	background-color: #292ca0;
}
.mz-fundraising-payment__method {
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-ms-flex-preferred-size: 33%;
	    flex-basis: 33%;
	font: bold 12px "Graphik LC", sans-serif;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 213px;
	margin: 0;
	padding: 0;
}
.mz-fundraising-payment__method-choose {
	color: #fff;
	letter-spacing: 1px;
	list-style: none;
	text-transform: uppercase;
}
.mz-fundraising-payment__method-choose-active {
	color: #797979;
}
.mz-fundraising-payment__method-choose-active:hover {
	color: #797979;
}
.mz-fundraising-payment__method-choose a:hover {
	color: #797979;
}
.mz-fundraising-payment__section {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 67%;
	    flex-basis: 67%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.mz-fundraising-payment__section-tab {
	color: #fff;
	display: none;
	font: 14px "Graphik LC", sans-serif;
	line-height: 1.57;
	letter-spacing: -0.2px;
	margin-left: -2px;
}
.mz-fundraising-payment__section-tab:first-child {
	display: block;
}
.mz-fundraising-payment__section-tab-bitcoin {
	color: #fff;
	font: 14px "Graphik LC", sans-serif;
	line-height: 1.57;
	letter-spacing: -0.2px;
}
.mz-fundraising-payment__section-tab-bitcoin a {
	text-decoration: underline;
}
.mz-fundraising-payment__section-tab-bitcoin a:hover {
	color: #797979;
}
.mz-fundraising-payment__section-tab-paypal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.mz-fundraising-payment__section-tab-paypal form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.mz-fundraising-payment__section-tab-paypal button {
	margin-top: 36px;
	max-width: 50%;
}
.mz-fundraising-payment__section-tab-requisites {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 36px;
}
.mz-fundraising-payment__section-tab-keys {
	-ms-flex-preferred-size: 40%;
	    flex-basis: 40%;
}
.mz-fundraising-payment__section-tab-values {
	-ms-flex-preferred-size: 60%;
	    flex-basis: 60%;
}
.mz-fundraising-payment__form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.mz-fundraising-payment__form-radio {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	border: 1px solid #797979;
	border-radius: 50%;
	cursor: pointer;
	height: 15px;
	margin-right: 10px;
	width: 15px;
}
.mz-fundraising-payment__form-type {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 24px;
}
.mz-fundraising-payment__form-type input:checked + label:before {
	display: block;
}
.mz-fundraising-payment__form-type label {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	font: bold 12px "Graphik LC", sans-serif;
	letter-spacing: 1px;
	margin: 0 32px 0 0;
	position: relative;
	text-transform: uppercase;
}
.mz-fundraising-payment__form-type label:before {
	background-color: #fff;
	border-radius: 50%;
	content: "";
	display: none;
	height: 9px;
	left: 4px;
	position: absolute;
	top: 4px;
	width: 9px;
}
.mz-fundraising-payment__form-sum {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 29px;
}
.mz-fundraising-payment__form-sum input:checked + label {
	background-color: #fff;
	border-color: #fff;
	color: #151515;
}
.mz-fundraising-payment__form-another {
	background-color: #111;
	border: solid 1px #797979;
	color: #fff;
	-webkit-box-flex: 2;
	    -ms-flex-positive: 2;
	        flex-grow: 2;
	font: 13px "Graphik LC", sans-serif;
	padding: 17px 20px;
}
.mz-fundraising-payment__form-another-active {
	background-color: #fff;
	color: #151515;
}
.mz-fundraising-payment__form-another::-webkit-input-placeholder {
	color: #fff;
	font: 13px "Graphik LC", sans-serif;
}
.mz-fundraising-payment__form-another:-ms-input-placeholder {
	color: #fff;
	font: 13px "Graphik LC", sans-serif;
}
.mz-fundraising-payment__form-another::placeholder {
	color: #fff;
	font: 13px "Graphik LC", sans-serif;
}
.mz-fundraising-payment__form-another:focus {
	background-color: #fff;
	color: #151515;
}
.mz-fundraising-payment__form-another:hover {
	background-color: #fff;
	color: #111;
}
.mz-fundraising-payment__form-another:hover::-webkit-input-placeholder {
	color: #111;
}
.mz-fundraising-payment__form-another:hover:-ms-input-placeholder {
	color: #111;
}
.mz-fundraising-payment__form-another:hover::placeholder {
	color: #111;
}
.mz-fundraising-payment__form-label {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #111;
	border: 1px solid #797979;
	color: #fff;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        flex-grow: 1;
	font: bold 13px "Graphik LC", sans-serif;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	margin-right: 10px;
	min-height: 48px;
	min-width: 108px;
	transition: background-color 0.2s ease;
}
.mz-fundraising-payment__form-label:hover {
	background-color: #fff;
	border-color: #fff;
	color: #151515;
}
.mz-fundraising-payment__form .mz-fundraising-payment__form-phone, .mz-fundraising-payment__form .mz-fundraising-payment__form-email {
	font: 13px "Graphik LC", sans-serif;
	max-width: 250px;
	padding: 10px 0;
}
.mz-fundraising-payment__form-contacts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 30px;
	position: relative;
}
.mz-fundraising-payment__form-contacts-invalid {
	color: #ff4b61;
	display: none;
	font: 10px "Graphik LC", sans-serif;
	left: 47%;
	letter-spacing: -0.2px;
	line-height: 1.3;
	position: absolute;
	top: 55px;
}
.mz-fundraising-payment__form-contacts-phone, .mz-fundraising-payment__form-contacts-email {
	background-color: #111;
	border: solid 1px #797979;
	color: #fff;
	font: 13px "Graphik LC", sans-serif;
	line-height: 1.54;
	letter-spacing: -0.2px;
	padding: 14px 20px;
}
.mz-fundraising-payment__form-contacts-phone-active, .mz-fundraising-payment__form-contacts-email-active {
	background-color: #fff;
	color: #151515;
}
.mz-fundraising-payment__form-contacts-phone-active-invalid, .mz-fundraising-payment__form-contacts-email-active-invalid {
	background-color: #f5e0e3 !important;
	color: #d0021b !important;
}
.mz-fundraising-payment__form-contacts-phone:focus, .mz-fundraising-payment__form-contacts-email:focus {
	background-color: #fff;
	color: #151515;
}
.mz-fundraising-payment__form-contacts-phone:focus .mz-fundraising-payment__form-invalid, .mz-fundraising-payment__form-contacts-email:focus .mz-fundraising-payment__form-invalid {
	background-color: #f5e0e3;
	color: #d0021b;
}
.mz-fundraising-payment__form-contacts-phone:focus::-webkit-input-placeholder, .mz-fundraising-payment__form-contacts-email:focus::-webkit-input-placeholder {
	color: #151515;
}
.mz-fundraising-payment__form-contacts-phone:focus:-ms-input-placeholder, .mz-fundraising-payment__form-contacts-email:focus:-ms-input-placeholder {
	color: #151515;
}
.mz-fundraising-payment__form-contacts-phone:focus::placeholder, .mz-fundraising-payment__form-contacts-email:focus::placeholder {
	color: #151515;
}
.mz-fundraising-payment__form-contacts-phone-active, .mz-fundraising-payment__form-contacts-email-active {
	background-color: #fff;
	color: #151515;
}
.mz-fundraising-payment__form-contacts-phone-active::-webkit-input-placeholder, .mz-fundraising-payment__form-contacts-email-active::-webkit-input-placeholder {
	color: #151515;
}
.mz-fundraising-payment__form-contacts-phone-active:-ms-input-placeholder, .mz-fundraising-payment__form-contacts-email-active:-ms-input-placeholder {
	color: #151515;
}
.mz-fundraising-payment__form-contacts-phone-active::placeholder, .mz-fundraising-payment__form-contacts-email-active::placeholder {
	color: #151515;
}
.mz-fundraising-payment__form-contacts-phone::-webkit-input-placeholder, .mz-fundraising-payment__form-contacts-email::-webkit-input-placeholder {
	color: #fff;
}
.mz-fundraising-payment__form-contacts-phone:-ms-input-placeholder, .mz-fundraising-payment__form-contacts-email:-ms-input-placeholder {
	color: #fff;
}
.mz-fundraising-payment__form-contacts-phone::placeholder, .mz-fundraising-payment__form-contacts-email::placeholder {
	color: #fff;
}
.mz-fundraising-payment__form-contacts-phone:hover, .mz-fundraising-payment__form-contacts-email:hover {
	background-color: #fff;
	color: #111;
}
.mz-fundraising-payment__form-contacts-phone:hover::-webkit-input-placeholder, .mz-fundraising-payment__form-contacts-email:hover::-webkit-input-placeholder {
	color: #111;
}
.mz-fundraising-payment__form-contacts-phone:hover:-ms-input-placeholder, .mz-fundraising-payment__form-contacts-email:hover:-ms-input-placeholder {
	color: #111;
}
.mz-fundraising-payment__form-contacts-phone:hover::placeholder, .mz-fundraising-payment__form-contacts-email:hover::placeholder {
	color: #111;
}
.mz-fundraising-payment__form-contacts-phone {
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	margin-right: 10px;
}
.mz-fundraising-payment__form-contacts-email {
	-ms-flex-preferred-size: 55%;
	    flex-basis: 55%;
}
.mz-fundraising-payment__submit {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mz-fundraising-payment__submit-direct {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.mz-fundraising-payment__submit-agree {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	color: #fff;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 45%;
	    flex-basis: 45%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	font: 13px "Graphik LC", sans-serif;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	line-height: 1;
	letter-spacing: -0.2px;
	min-width: 45%;
	position: relative;
}
.mz-fundraising-payment__submit-agree label {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.mz-fundraising-payment__submit-agree-invalid {
	color: #ff4b61;
	display: block;
	font: 10px "Graphik LC", sans-serif;
	line-height: 1.3;
	left: 25px;
	letter-spacing: -0.2px;
	position: absolute;
	top: 40px;
}
.mz-fundraising-payment__submit-agree-checkbox {
	border: 1px solid #797979;
	display: inline-block;
	cursor: pointer;
	min-height: 15px;
	margin-right: 10px;
	position: relative;
	min-width: 14px;
}
.mz-fundraising-payment__submit-agree-checkbox img {
	display: none;
	height: 14px;
	left: 2px;
	position: absolute;
	top: -2px;
}
.mz-fundraising-payment__submit-agree input[type="checkbox"]:checked + label img {
	display: block;
}
.mz-fundraising-payment__submit-agree input[type="checkbox"]:checked ~ span {
	display: none;
}
.mz-fundraising-payment__submit-agree a {
	text-decoration: underline;
}
.mz-fundraising-payment__submit-agree a:hover {
	color: #797979;
	cursor: pointer;
}
.mz-fundraising-footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 30px;
	padding-bottom: 105px;
	width: 100%;
}
.mz-fundraising-footer__text {
	-ms-flex-item-align: start;
	    align-self: flex-start;
	color: #999;
	font: 13px "Graphik LC", sans-serif;
	-ms-flex-preferred-size: 35%;
	    flex-basis: 35%;
	line-height: 1.54;
	letter-spacing: -0.2px;
	max-width: 32.7%;
}
.mz-fundraising-footer__shares {
	-ms-flex-item-align: center;
	    align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-preferred-size: 67%;
	    flex-basis: 67%;
}
.mz-fundraising-footer__shares-item {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-color: #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	min-width: 40px;
	max-width: 40px;
	min-height: 40px;
	max-height: 40px;
	margin-right: 11px;
	transition: 0.2s ease background-color;
}
.mz-fundraising-footer__shares-item svg {
	fill: #fff;
}
.mz-fundraising-footer__shares-item-vk:hover {
	background-color: #507299;
}
.mz-fundraising-footer__shares-item-tw:hover {
	background-color: #1da1f2;
}
.mz-fundraising-footer__shares-item-fb:hover {
	background-color: #3c5a98;
}
.mz-fundraising-footer__shares-item-ok:hover {
	background-color: #fa931f;
}
.mz-fundraising-footer__shares-item-tg:hover {
	background-color: #32a6e1;
}

.mz-content-meta-info {
  font-family: 'Fira Mono';
  font-size: 13px;
  line-height: 1;
  color: #999;
}

.mz-feature-layout .mz-content-meta-info.mz-feature-item__info {
	position: absolute;
	bottom: 15px;
}

/*&__type {

    a. & {
    text-decoration: none;
    color: $color_link_contrast;

      &:enter {
	    transition: color .2s;
        color: $color_hover;
      }
    }

    &_online {
      color: $color_hover_contrast;
    }
  }*/

.mz-content-meta-info__item {
	position: relative;
	margin: 0 0 0 3px;
	padding: 0 0 0 9px;
}

.mz-content-meta-info__item:after {
	position: absolute;
	top: 50%;
	left: -1px;
	margin-top: -6px;
	display: block;
	width: 1px;
	height: 11px;
	border-left: 1px solid #CCC;
	content: '';
}

.mz-content-meta-info__item:first-child {
	padding-left: 0;
	margin-left: 0;
}

.mz-content-meta-info__item:first-child:after {
	display: none;
	content: none;
}

.mz-content-meta-info__item_online { /* color: $color_hover_contrast;*/
}

a.mz-content-meta-info__item {
	text-decoration: none;
    color: #c70000;
}

a.mz-content-meta-info__item:hover,a.mz-content-meta-info__item:focus {
	transition: color .2s;
	color: #333;
}

.mz-news-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mz-topnews {
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}
.mz-topnews__label {
	margin-top: 50px;
}
.mz-topnews__label:first-child {
	margin-top: 0;
}
.mz-topnews__btn-load {
	margin-top: 20px;
}
.mz-topnews-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*
неиспользовался нигде стиль этот
.mz-publish_chronic .mz-material-list .mz-topnews-item {
  border: 0 !important;
}*/


.mz-topnews-item {
  padding: 22px 0 18px;
  border-bottom: 1px solid #C7C7C7;
}


.mz-publish__text__item .mz-topnews-item {
	border-top: 1px solid #C7C7C7;
	padding: 25px 0 0 0;
	border-bottom: none;
}


.mz-topnews-item__link-wrapper {
	text-decoration: none;
	color: inherit;
}


.mz-topnews-item__time {
	display: block;
	margin-bottom: 10px;
	font-family: 'Fira Mono';
	font-size: 12px;
	color: #999;
}


.mz-topnews-item__title {
	display: block;
	line-height: 1.3;
	font-size: 19px;
	color: #333;
	transition: color .2s;
	font-family: 'Graphik LC';
}


.mz-topnews-item__link-wrapper:hover .mz-topnews-item__title,.mz-topnews-item__link-wrapper:focus .mz-topnews-item__title {
	color: #ab0000;
}


.mz-topnews-list .mz-topnews-item__title {
	line-height: 1.3;
	font-size: 19px;
}


.mz-topnews-item__info {
	margin-top: 12px;
}

.mz-materials {
  margin: 0 auto;
  width: 100%;
}

.mz-materials__btn-load {
	margin-top: 20px;
}
.mz-material-list {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* && - повышает вес, чтобы перебить 
    вложенность от .mz-publish__text__item .mz-material-item */
.mz-material-list_chronicle-context.mz-material-list_chronicle-context .mz-material-item{
	margin-top: 0px;
	margin-bottom: 25px;
}
.mz-material-list_chronicle-context.mz-material-list_chronicle-context .mz-material-item:before {
	display: none;
}
.mz-content-meta-info__item_online__active {
  /*
  color: $color_link_contast используется
  на страницах хроник и онлайнов, так же в фичерах и
  списке "все матиралы" для article.jade
  и в данный момент нигде не нужен импотант.
  Убран !important
  */
  color: #c70000;
}
.mz-content-meta-info__item_online__active:before {
	content: '';
	background: #c70000;
	border-radius: 100px;
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 5px;
}

.mz-material-item {
	padding: 25px 0 20px;
	border-bottom: 1px solid #C7C7C7;
}

.mz-publish__text__item .mz-material-item {
	border-top: 1px solid #C7C7C7;
	padding: 25px 0 0 0;
	border-bottom: none;
}

.mz-material-item__picture-wrapper {
	position: relative;
	margin: 0 0 18px;
}

.mz-material-item__picture-wrapper > a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	content: '';
	transition: opacity .2s;
}

.mz-material-item__picture-wrapper > a:hover:after {
	opacity: .3;
}

.mz-material-item__picture {
	display: block;
	width: 100%;
}

.mz-material-item__link-wrapper {
	text-decoration: none;
	color: inherit;
}

.mz-material-item__title {
	margin: 0 0 18px;
	line-height: 1.10;
	font-size: 21px;
	font-weight: bold;
	color: #222;
	transition: color .2s;
}

.mz-publish__text__item .mz-material-item__title {
	font-family: 'Graphik LC';
}

.mz-material-item__link-wrapper:hover .mz-material-item__title,.mz-material-item__link-wrapper:focus .mz-material-item__title {
	color: #ab0000;
}

.mz-material-item_digit .mz-material-item__title {
	margin-bottom: 6px;
	font-size: 50px;
}

.mz-material-item__announce-text {
	margin: 0;
	line-height: 1.45;
	font-size: 14px;
	color: #333;
}

.mz-publish__text__item .mz-material-item__announce-text {
	font-family: 'Graphik LC';
	line-height: 1.45;
	font-size: 14px;
	color: #333;
}

.mz-material-item__source {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	color: #999;
	font-family: 'Graphik LC';
	-webkit-font-smoothing: antialiased;
}

.mz-material-item__info {
	margin: 12px 0 0;
}

.mz-material-item_digit .mz-material-item__info {
	margin-top: 18px;
}

.mz-material-item_digit .mz-material-item__info {
	margin-left: auto;
	margin-right: auto;
	width: 80.9%;
}

.mz-material-item_digit {
	padding-bottom: 26px;
	text-align: center;
}

.mz-material-item-side {
	padding: 25px 0 20px;
	border-bottom: 1px solid #C7C7C7;
}

.mz-publish__text__item .mz-material-item-side {
	border-top: 1px solid #C7C7C7;
	padding: 25px 0 0 0;
	border-bottom: none;
}

.mz-material-item-side__picture-wrapper {
	position: relative;
	margin: 0 0 18px;
}

.mz-material-item-side__picture-wrapper > a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	content: '';
	transition: opacity .2s;
}

.mz-material-item-side__picture-wrapper > a:hover:after {
	opacity: .3;
}

.mz-material-item-side__picture {
	display: block;
	width: 100%;
}

.mz-material-item-side__link-wrapper {
	text-decoration: none;
	color: inherit;
}

.mz-material-item-side__title {
	margin: 0 0 18px;
	line-height: 1.10;
	font-size: 21px;
	font-weight: bold;
	color: #222;
	transition: color .2s;
}

.mz-publish__text__item .mz-material-item-side__title {
	font-family: 'Graphik LC';
}

.mz-material-item-side__link-wrapper:hover .mz-material-item-side__title,.mz-material-item-side__link-wrapper:focus .mz-material-item-side__title {
	color: #ab0000;
}

.mz-material-item-side_digit .mz-material-item-side__title {
	margin-bottom: 6px;
	font-size: 50px;
}

.mz-material-item-side__announce-text {
	margin: 0;
	line-height: 1.45;
	font-size: 14px;
	color: #333;
}

.mz-publish__text__item .mz-material-item-side__announce-text {
	font-family: 'Graphik LC';
	line-height: 1.45;
	font-size: 14px;
	color: #333;
}

.mz-material-item-side__source {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	color: #999;
	font-family: 'Graphik LC';
	-webkit-font-smoothing: antialiased;
}

.mz-material-item-side__info {
	margin: 12px 0 0;
}

.mz-material-item-side_digit .mz-material-item-side__info {
	margin-top: 18px;
}

.mz-material-item-side_digit .mz-material-item-side__info {
	margin-left: auto;
	margin-right: auto;
	width: 80.9%;
}

.mz-material-item-side_digit {
	padding-bottom: 26px;
	text-align: center;
}

.mz-partner-material-item-side {
	padding: 25px 0 20px;
	border-bottom: 1px solid #C7C7C7;
	background: #f1f1f1;
	padding: 0px 0 20px;
	margin-top: 25px;
	border-bottom: none;
}

.mz-publish__text__item .mz-partner-material-item-side {
	border-top: 1px solid #C7C7C7;
	padding: 25px 0 0 0;
	border-bottom: none;
}

.mz-partner-material-item-side__picture-wrapper {
	position: relative;
	margin: 0 0 18px;
}

.mz-partner-material-item-side__picture-wrapper > a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	content: '';
	transition: opacity .2s;
}

.mz-partner-material-item-side__picture-wrapper > a:hover:after {
	opacity: .3;
}

.mz-partner-material-item-side__picture {
	display: block;
	width: 100%;
}

.mz-partner-material-item-side__link-wrapper {
	text-decoration: none;
	color: inherit;
}

.mz-partner-material-item-side__title {
	margin: 0 0 18px;
	line-height: 1.10;
	font-size: 21px;
	font-weight: bold;
	color: #222;
	transition: color .2s;
}

.mz-publish__text__item .mz-partner-material-item-side__title {
	font-family: 'Graphik LC';
}

.mz-partner-material-item-side__link-wrapper:hover .mz-partner-material-item-side__title,.mz-partner-material-item-side__link-wrapper:focus .mz-partner-material-item-side__title {
	color: #ab0000;
}

.mz-partner-material-item-side_digit .mz-partner-material-item-side__title {
	margin-bottom: 6px;
	font-size: 50px;
}

.mz-partner-material-item-side__announce-text {
	margin: 0;
	line-height: 1.45;
	font-size: 14px;
	color: #333;
}

.mz-publish__text__item .mz-partner-material-item-side__announce-text {
	font-family: 'Graphik LC';
	line-height: 1.45;
	font-size: 14px;
	color: #333;
}

.mz-partner-material-item-side__source {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	color: #999;
	font-family: 'Graphik LC';
	-webkit-font-smoothing: antialiased;
}

.mz-partner-material-item-side__info {
	margin: 12px 0 0;
}

.mz-partner-material-item-side_digit .mz-partner-material-item-side__info {
	margin-top: 18px;
}

.mz-partner-material-item-side_digit .mz-partner-material-item-side__info {
	margin-left: auto;
	margin-right: auto;
	width: 80.9%;
}

.mz-partner-material-item-side_digit {
	padding-bottom: 26px;
	text-align: center;
}

.mz-partner-material-item-side__content {
	padding: 0 10px;
	word-break: break-word;
}

.mz-partner-material-item-side__content__wrapper__inner {
	position: relative;
}

.mz-partner-material-item-side__hashtag {
	font-weight: 700;
	position: absolute;
	display: block;
	bottom: 0;
	right: 0;
}

.mz-partner-material-item-side__partner-logo {
	display: block;
	margin-top: 16px;
	max-width: 90px;
}

.mz-partner-material-item-side:first-child {
	margin-top: 0;
}

.mz-feature-item {
  position: relative;
  width: 100%;
}

.mz-feature-item:first-child {
	border-top: 0;
}

.mz-feature-item_photo {
	height: 365px;
}

.mz-feature-item_photo.mz-feature-item_photo-scale {
	background-position-y: -70px;
}

.mz-feature-item:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	background: rgba(0, 0, 0, .5);
	z-index: 2;
	content: '';
}

.mz-feature-item_photo.mz-feature-item:after {
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#cc000000',GradientType=0 );
}

.mz-feature-item_type-digit {
	background-color: #222;
	text-align: center;
}

.mz-feature-item_type-digit:after {
	display: none;
	content: none;
}

.mz-feature-item_type-digit .mz-feature-item__header, .mz-feature-item_type-digit .mz-feature-item__announce, .mz-feature-item_type-digit .mz-feature-item__source, .mz-feature-item_type-digit .mz-content-meta-info {
	margin-left: auto;
	margin-right: auto;
}

.mz-feature-item_type-digit .mz-feature-item__content__inner {
	vertical-align: middle!important;
}

.mz-feature-layout__main-five .mz-feature-item_type-digit .mz-feature-item__content__inner {
	vertical-align: middle;
}

.mz-feature-item_type-digit .mz-content-meta-info {
	width: 100%;
	left: 0;
	position: absolute!important;
}

.mz-feature-item_type-news {
	background-color: #333;
	border: 1px solid #303030; /*
    &:after {
      display: none;
      content: none;
    }
*/
}

.mz-feature-item__content {
	position: relative;
	display: table;
	width: 100%;
	min-height: 250px;
	z-index: 3;
}

.mz-feature-item_photo .mz-feature-item__content {
	height: 100%;
}

.mz-feature-item__content__inner {
	display: table-cell;
	vertical-align: bottom;
	padding: 15px;
}

.mz-feature-layout .mz-feature-item__content__inner {
	vertical-align: top;
}

.mz-feature-item_chronic .mz-feature-item__content__inner, .mz-feature-item_photo .mz-feature-item__content__inner {
	padding: 25px 15px;
}

.mz-feature-item__header, .mz-feature-item__subheader {
	font-size: 21px;
	line-height: 1.20;
	font-weight: bold;
	color: #FFF;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4); /*
    .mz-feature-item_type-material.mz-feature-item_size-medium & {
      @media(min-width: $media_width_s) {
        max-width: 580px;
        font-size: 38px;
      }
    }
*/
}

.mz-feature-item_chronic .mz-feature-item__header, .mz-feature-item_photo .mz-feature-item__header, .mz-feature-item_chronic .mz-feature-item__subheader, .mz-feature-item_photo .mz-feature-item__subheader {
	margin-bottom: 18px;
}

.mz-feature-item_type-digit .mz-feature-item__header, .mz-feature-item_type-digit .mz-feature-item__subheader {
	font-size: 50px;
	text-shadow: none;
	max-width: inherit!important;
}

/*
    .mz-feature-item_type-news & {
	    line-height: 1.30;
      font-size: 19px;
      font-weight: normal;
      text-shadow: none;

      @media(min-width: $media_width_s) {
	    max-width: 800px;
	    line-height: 1.2;
        font-size: 36px;
      }
    }
*/

.mz-feature-item_size-small.mz-feature-item_type-news .mz-feature-item__header, .mz-feature-item_size-small.mz-feature-item_type-news .mz-feature-item__subheader { /*      @media(min-width: $media_width_s) {
        font-size: 19px;
      }
*/
}

/*  &__subheader {
	  line-height: 1.20;
    font-size: 21px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);

    @media(min-width: $media_width_s) {
      line-height: 32px;
      width: 600px;
      font-size: 30px;
    }

    @media(min-width: $media_width_l) {
      line-height: 38px;
      max-width: 600px;
      font-size: 38px;
    }

    .mz-feature-item_size-medium & {

      @media(min-width: $media_width_s) {
        max-width: 510px;
        font-size: 26px;
      }
    }

    .mz-feature-item_size-small & {

      @media(min-width: $media_width_s) {
        max-width: 320px;
        font-size: 21px;
      }
    }

  }
*/

.mz-feature-item__announce {
	margin: 10px 0 0;
	width: 100%;
	line-height: 1.45;
	font-size: 14px;
	color: #FFF; /*
    .mz-feature-item_type-material.mz-feature-item_size-medium & {
      @media(min-width: $media_width_s) {
        max-width: 400px;
        font-size: 18px;
      }
    }
*/
}

.mz-feature-item_type-digit .mz-feature-item__announce {
	margin-top: 0;
	color: #FFF;
	text-shadow: none;
}

.mz-feature-item__source {
	display: block;
	margin-top: 8px;
	line-height: 1.35;
	font-size: 13px;
	color: #c70000; /*
    .mz-feature-item_type-material.mz-feature-item_size-medium & {
      @media(min-width: $media_width_s) {
        max-width: 400px;
        font-size: 18px;
      }
    }
*/
}

.mz-feature-item__info {
	display: block;
	margin-top: 16px;
}

.mz-feature-item__link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	z-index: 3;
}

.mz-feature-item__icon {
	position: absolute;
	bottom: 15px;
	right: 15px;
	width: 28px;
	height: 22px;
}

.mz-feature-item_size-small .mz-feature-item__icon {
	width: 28px;
	height: 22px;
}

.mz-feature-item__icon--photo {
	background: transparent url("../img/mz-feature-item/photo.svg") no-repeat 0 0;
}

.mz-feature-item__icon--video {
	background: transparent url("../img/mz-feature-item/video.svg") no-repeat 0 0;
}

.mz-feature-item_chronic__list ul {
	list-style: none;
	margin: 0;
	padding: 0;
	color: #fff;
	font-size: 16px;
	line-height: 1.45;
}

.mz-feature-item_chronic__list ul li {
	margin-bottom: 3px;
}

.mz-feature-item_chronic__list ul li a:hover {
	color: #c70000;
	line-height: 23px;
}

.mz-feature-item_chronic__list ul li span {
	opacity: .5;
	display: block;
	margin-right: 10px;
	color: #fff;
}

.mz-feature-item__overlay {
	display: none;
}

.mz-feature-item__credits {
	position: absolute;
	right: 17px;
	bottom: 17px;
	color: #999;
	font-size: 13px;
	line-height: 16px;
	z-index: 3;
	display: none;
}

.mz-case-list .mz-feature-item {
	margin-top: 20px;
}

.mz-case-list__item_two-col .mz-feature-item {
	height: 240px;
}
.mz-feature-layout {
  position: relative;
  overflow: hidden;

}
.mz-feature-layout .mz-feature-item {
	border-top: 0;
	box-sizing: border-box;
}
.mz-feature-layout__main-one .mz-feature-item__content__inner {
	vertical-align: bottom;
}
.mz-feature-layout__main-one .mz-feature-item .mz-content-meta-info {
	position: static;
}
.mz-feature-layout__main-three .mz-feature-item__content__inner {
	vertical-align: bottom;
}
.mz-feature-layout__main-three .mz-feature-item .mz-content-meta-info {
	position: static;
}

.mz-publish {
  position: relative;
}

.mz-publish_chronic-header {
	margin-top: -25px;
}

.mz-publish__wrapper__row {
	width: 100%;
	position: relative;
}

.mz-publish__wrapper__row.mz-publish__wrapper__row-wide {
	box-sizing: border-box;
	max-width: inherit;
	width: 100%;
}

.mz-publish__wrapper__row_main-picture {
	margin-bottom: 16px;
}

.mz-publish__text {
	position: relative;
	padding: 0 0 50px;
	line-height: 1.68;
	font-family: 'William Text';
	font-size: 17px;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}

/*
     min-height: 420px;
    */

.mz-publish_article .mz-publish__text h2:first-child {
	margin-top: 0;
}

.mz-publish_online .mz-publish__text {
	padding-top: 20px;
}

.mz-publish_static .mz-publish__text {
	padding-top: 7px;
	border-top: 1px solid #CCC;
}

.mz-publish__text__item {
	position: relative;
	margin-top: 36px;
}

.mz-publish__text__item:first-of-type {
	margin-top: 0;
}

.mz-publish__text__item .mz-publish__time-header {
	margin-top: 0;
}

.mz-publish__text__item .mz-publish__time-header--sort {
	width: auto;
	text-align: left;
	position: inherit;
	cursor: pointer;
	border: none;
	text-align: center;
	margin-bottom: 0px;
	font-size: 14px;
}

.mz-publish__text__item .mz-publish__time-header--sort img {
	vertical-align: middle;
	height: 20px;
}

.mz-publish__text__item_hiden {
	display: none;
}

.mz-publish__text p, .mz-publish__text div:not([class]) {
	margin: 14px 0 0;
	line-height: 1.68;
	font-family: 'William Text';
	font-size: 17px;
	color: #333;
	-webkit-font-smoothing: subpixel-antialiased;
}

.mz-publish__text p strong, .mz-publish__text p b, .mz-publish__text div:not([class]) strong, .mz-publish__text div:not([class]) b {
	font-family: 'Graphik LC';
	font-weight: bold;
}

.mz-publish__text p a, .mz-publish__text div:not([class]) a { /* display: inline-block;*/
	line-height: 1; /* border-bottom: 1px solid $color_hover_contrast;*/
	color: #ab0000;
}

.mz-publish__text p a:hover, .mz-publish__text div:not([class]) a:hover {
	color: #333;
	border-bottom-color: #333;
}

.mz-publish__text h2 {
	margin: 35px 0 0;
	padding: 0;
	font-size: 24px;
	color: #222;
	font-family: 'Graphik LC';
	-webkit-font-smoothing: antialiased;
}

.mz-publish_chronic .mz-publish__text h2 {
	font-size: 26px;
	line-height: 30px;
	margin-top: 0;
}

.mz-publish_chronic .mz-publish__text h2 + .mz-publish-photo__image {
	margin-top: 22px;
}

.mz-publish__main-picture {
	position: relative;
	left: -20px;
	display: block;
	width: calc(100% + 40px);
}

.mz-publish__main-picture + .mz-publish__title {
	margin-top: 16px;
}

.mz-publish__main-picture-info {
	display: block;
	line-height: 1.3;
	font-size: 15px;
	color: #999;
	margin-top: 9px;
}

.mz-publish__title {
	margin: 0 0 16px;
	line-height: 1.1;
	word-wrap: break-word;
	font-size: 28px;
	font-weight: bold;
	color: #333;
}

/*.mz-publish_news & {
      @media(min-width: $media_width_m) {
        min-height: 115px;
      }
    }*/

.mz-publish__title__sub {
	margin-left: 0.3em;
	color: #333;
}

.mz-publish__announce {
	margin: 0 0 30px;
	line-height: 1.45;
	font-size: 17px;
	color: #333;
}

.mz-publish__announce a {
	color: #ab0000;
}

.mz-publish__announce a:hover {
	color: #333;
	border-bottom-color: #333;
}

.mz-publish_static .mz-publish__announce {
	margin-bottom: 22px;
}

.mz-publish__time-header {
	display: block;
	margin: 36px 0 30px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #CCC;
	border-width: 1px 0 1px 0;
	font-family: 'Fira Mono';
	font-size: 12px;
	font-weight: normal;
	color: #ab0000;
}

.mz-publish_chronic .mz-publish__time-header {
	font-size: 17px;
	color: #999;
	font-family: 'Graphik LC';
	-webkit-font-smoothing: antialiased;
}

.mz-publish_chronic .mz-publish__time-header a {
	color: #999;
}

.mz-publish_chronic .mz-publish__time-header a:hover {
	color: #c70000;
}

.mz-publish_chronic .mz-publish__time-header span {
	margin-right: 5px;
}

.mz-publish__text__item-important .mz-publish__time-header {
	font-weight: bold;
	color: #333;
}

.mz-publish__item-announce {
	font-family: 'Graphik LC';
	font-size: 16px;
	line-height: 26px;
	border-bottom: 1px dotted #CCC;
	padding: 20px 0;
}

.mz-publish__cmp-header {
	margin-bottom: 6px;
	font-family: 'Graphik LC';
}

.mz-publish__case-item {
	position: relative;
	padding: 18px 0 20px;
	border-bottom: 1px solid #CCC;
}

.mz-publish__case-item__header {
	display: block;
	padding: 0 55px 0 0;
	line-height: 1.3;
	font-size: 20px;
	font-weight: bold;
	color: #222;
	font-family: 'Graphik LC';
}

.mz-publish__case-item__header a:hover {
	color: #ab0000;
}

.mz-publish__case-item__btn-toggle {
	position: absolute;
	top: 12px;
	right: 0;
	display: block;
	width: 44px;
	height: 44px;
	cursor: pointer;
	fill: #CCC;
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
	transition: -webkit-transform .2s;
	transition: transform .2s;
	transition: transform .2s, -webkit-transform .2s;
}

.mz-publish__case-item_hide .mz-publish__case-item__btn-toggle {
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
}

.mz-publish__case-item__btn-toggle:hover svg {
	fill: #c70000;
}

.mz-publish__case-item__btn-toggle svg {
	width: 100%;
	height: 100%;
	transition: fill .5s;
}

.mz-publish__case-item__meta {
	display: block;
	margin-top: 10px;
}

.mz-publish__case-item__text {
	overflow: hidden;
	max-height: 1000px;
	opacity: 1;
	transition: max-height 1s, opacity 1s;
}

.mz-publish__case-item_hide .mz-publish__case-item__text {
	overflow: hidden;
	max-height: 0;
	opacity: 0;
}

.mz-publish__case-item__text p:first-child {
	margin-top: 25px;
}

.mz-publish__case-item__text p:last-child {
	margin-bottom: 8px;
}

.mz-publish__news-continue {
	margin: 15px 0 0;
	line-height: 1.5;
	font-size: 17px;
}

.mz-publish__news-continue__label {
	font-weight: bold;
	color: #222;
}

.mz-publish__news-continue__title { /* 	  text-decoration: underline; */
	border-bottom: 1px solid #ab0000;
	color: #ab0000;
}

.mz-publish__sidebar, .mz-publish__related {
	display: block;
	padding-top: 40px;
	width: 100%;
}

.mz-publish__sidebar .my-widget-anchor, .mz-publish__related .my-widget-anchor {
	margin-top: 44px;
}

.mz-publish__sidebar__item, .mz-publish__related__item {
	margin-top: 44px;
}

.mz-publish__sidebar__item:first-child, .mz-publish__related__item:first-child {
	margin-top: 0;
}

.mz-publish__sidebar__item--centered-content, .mz-publish__related__item--centered-content{
	text-align: center;
	width: 100%;
}

.mz-publish__related__item {
	margin-top: 56px;
}

.mz-publish_online__btn-load {
	margin: 0 0 20px 0;
	background-color: #ab0000;
	color: #FFF;
	margin-top:32px; /*
    @media(min-width: $media_width_l) {
      position: relative;
      left: -180px;
      margin-bottom: 36px;
      width: calc(100% + 180px);
    }
*/
}
.mz-feature-item_photo {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.mz-publish-meta {

  font-family: 'Fira Mono';
  font-size: 0;
  color: #999;
  border: 1px solid #CCC;
  border-width: 1px 0 1px 0;
  margin-bottom: 15px;

}

.mz-publish-meta--vertical-middle{
	vertical-align: middle;
}

.mz-publish-meta__white {
	color: #fff;
}

.mz-publish-meta__white .mz-publish-meta__item.mz-publish-meta__item__date:hover {
	color: #fff;
}

.mz-publish-meta__white .mz-publish-meta__item.mz-publish-meta__item_theme {
	color: #fff;
}

.mz-publish-meta__white .mq-mobile-hide.mz-publish-meta__item_counter:hover {
	color: #fff;
}

.mz-publish-meta__white .dw-button__link {
	color: #fff;
}

.mz-publish-meta__white .dw-button__link:hover {
	color: #ab0000;
}

.mz-publish-meta__white .mz-publish-meta__item_writer a {
	color: #fff;
}

.mz-publish-meta__white .mz-publish-meta__item_writer a:hover {
	color: #ab0000;
}

.mz-feature-item_photo .mz-publish-meta{
	border-top: 1px dotted rgba(204, 204, 204, 0.2);
	border-bottom: 1px dotted rgba(204, 204, 204, 0.2);
}

.mz-publish__wrapper__row__side .mz-publish-meta {
	margin-bottom: 0;
}

.mz-publish-meta__item {
	vertical-align: inherit;
	display: inline-block;
	padding: 12px 0;
	font-size: 12px;
}

.mz-publish-meta__item.mz-publish-meta__item_news {
	color: #ab0000;
}

.mz-publish-meta__item.mz-publish-meta__item_rubric {
	color: #c70000;
}

.mz-publish-meta__item.mz-publish-meta__item_theme {
	color: #c70000;
}

.mz-publish-meta__item.mz-publish-meta__item_theme:hover {
	color: #333;
}

.mz-publish-meta__item:first-child {
	display: inline-block;
	margin-left: 0;
	padding-left: 0;
	padding-right: 12px;
	border-left: 0;
}

.mz-publish-meta__item_writer {
	display: block;
	width: 100%;
	border-top: 1px solid #CCC;
	color: #333;
}

.mz-feature-item_chronic .mz-publish-meta__item_writer, .mz-feature-item_photo .mz-publish-meta__item_writer {
	color: #999;
}

.mz-publish-meta__item_writer > span {
	margin-right: 0.5em;
}

.mz-publish-meta__item.mz-publish-meta__item_counter {
	float: right;
	padding-right: 0;
}

.mz-publish-meta__item a {
	color: #c70000;
}

.mz-publish-meta__item a:hover {
	color: #333;
}

div[data-oembed-url] {
  position: relative;
  left: -20px;
  margin: 30px 0 20px;
  width: calc(100% + 40px);
}

body .mz-publish__text img {
  max-width: 100%;
}

body .mz-publish-photo {
  position: relative;
  left: -20px;
  margin: 30px 0 20px;
  width: calc(100% + 40px);
}

body .mz-publish-photo__image {
	display: block;
	width: 100%;
}

body .mz-publish-photo__video-wrapper {
	position: relative;
	overflow: hidden;
	padding-bottom: 56.25%;
	display: block;
	width: 100%;
	height: 0;
}

body .mz-publish-photo__video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
}

body .mz-publish-photo__comment {
	display: block;
	margin: 8px 0 0;
	padding: 0 20px;
	line-height: 1.3;
	font-family: 'Graphik LC';
	font-size: 12px;
	color: #999;
}

body .mz-publish-photo__comment a {
	color: #c70000;
}

body .mz-publish-photo__comment a:hover {
	color: #333;
}
/*
	врезы, html находится а базе 
*/
.mz-publish-cite {
	margin: 23px 0 24px;
	position: relative;
	display: block;
	padding: 0 0 20px;
	font-family: 'Graphik LC';
	-webkit-font-smoothing: antialiased;
}
.mz-publish-cite:before {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 5px;
	background: url("../img/mz-publish-cite/decorator.png") repeat-x 0 0;
	content: none;
}
.mz-publish-cite:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 5px;
	background: url("../img/mz-publish-cite/decorator.png") repeat-x 0 0;
	content: '';
}
.mz-publish-cite_side-right {
	float: right;
	margin-left: 30px;
	margin-right: 30px;
}
.mz-publish-cite__image {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}
.mz-publish-cite__text {
	margin: 0;
	line-height: 1.45;
	font-size: 14px;
	font-style: normal;
	color: #999;
}
.mz-publish-cite__text a {
	color: #c70000;
	border-bottom-color: #999;
}
.mz-publish-cite__text a:hover {
	color: #333;
	border-bottom-color: #ab0000;
}

.mz-publish-docscite {
	margin: 23px 0 24px;
	position: relative;
	display: block;
	padding: 2px 0 2px 40px;
	font-family: 'Fira Mono', monospace;
	-webkit-font-smoothing: antialiased;
}

.mz-publish-docscite:after {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 5px;
	height: 100%;
	background: url("../img/mz-publish-cite/decorator.png") repeat-y 0 0;
	content: '';
}

.mz-publish-docscite_side-right {
	float: right;
	margin-left: 30px;
	margin-right: 30px;
}

.mz-publish-docscite__image {
	display: block;
	width: 100%;
	margin: 0 0 20px;
}

.mz-publish-docscite__text {
	margin: 0;
	line-height: 1.54;
	font-size: 13px;
	font-style: normal;
	color: #151515;
}

.mz-publish-docscite__text a {
	color: #a73638;
	border-bottom-color: #a73638;
}

.mz-publish-docscite__text a:hover {
	color: #333;
	border-bottom-color: #ab0000;
}
mz-publish-share__item__counter_tw

.mz-publish_chronic .mz-publish__text__item {
  min-height: 200px;
}

.mz-publish-share__item__counter_val {
  display: none;
  vertical-align: -1px;
  margin-left: 15px;
  /* предположительно шрифт имеет неестественную пустоту снизу */
}

.mz-publish-share {
  display: table;
  width: 100%;
  border: 1px solid #CCC;
  border-width: 1px 0 1px 0;
}

.mz-publish-share__item__counter_tw .mz-publish-share__item__counter_val, .mz-publish-share__item__counter_telegram .mz-publish-share__item__counter_val {
	display: none;
}

.mz-publish_chronic .mz-publish__time-header .mz-publish-share {
	border-color: transparent;
	display: block;
	float: right;
	width: auto;
	font-size: 0;
}

.mz-publish-share_top {
	display: none;
}

.mz-publish-share__icon-wrapper {
	display: inline-block;
	width: 25px;
	height: 100%;
	text-align: center;
}

.mz-publish-share__item {
	position: relative;
	display: table-cell;
	width: 20%;
	height: 40px;
	vertical-align: middle;
	text-align: center;
	font-family: 'Fira Mono';
	font-size: 12px;
	color: #999;
}

.mz-publish_chronic .mz-publish__time-header .mz-publish-share__item {
	border: none;
	display: inline-block;
	width: 15px;
	height: 15px;
	text-align: left;
	margin: -35px 9px 0;
	vertical-align: middle;
	text-align: center;
}

.mz-publish_chronic .mz-publish__time-header .mz-publish-share__item .mz-publish-share__item__counter_val {
	display: none;
}

.mz-publish-share__item:first-child:before {
	display: none;
	content: none;
}

.mz-publish-share__item:before {
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	margin-top: -7px;
	width: 1px;
	height: 14px;
	border-left: 1px solid #CCC;
	content: '';
}

.mz-publish_chronic .mz-publish__time-header .mz-publish-share__item:before {
	display: none;
}

.mz-publish-share__item__counter {
	display: inline-block;
	position: relative;
	padding-left: 0px;
	display: block;
	cursor: pointer;
}

.mz-publish-share__item__counter:hover {
	color: #ab0000;
}

.mz-publish-share__item__counter:hover > .mz-publish-share__item__icon {
	fill: #ab0000;
}

.mz-publish-share__item__icon {
	width: 9px;
	transition: fill .2s;
	vertical-align: middle;
}

.mz-publish_chronic .mz-publish__time-header .mz-publish-share__item__icon {
	fill: #9f9f9f;
}

.mz-publish_chronic .mz-publish__time-header .mz-publish-share__item__icon:hover {
	fill: #c70000;
}

.mz-publish-share__item__icon_fb {
	width: 9px;
	height: 19px;
}

.mz-publish_chronic .mz-publish__time-header .mz-publish-share__item__icon_fb {
	width: 14px;
}

.mz-publish-share__item__icon_tw {
	width: 18px;
	heigth: 15px;
}

.mz-publish-share__item__icon_vk {
	width: 21px;
	heigth: 12px;
}

.mz-publish-share__item__icon_telegram {
	height: 16px;
	width: 18px;
}

.mz-publish-share__item__icon_ok {
	height: 20px;
	width: 12px;
}

.mz-publish-shareRound {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mz-publish-shareRound__item {
	cursor: pointer;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	margin-right: 11px;
}

.mz-publish-shareRound__item__counter {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	height: 100%;
	width: 100%;
}

.mz-publish-shareRound__item:hover {
	opacity: 0.9;
}

.mz-publish-shareRound__item_fb {
	background-color: #3c5a98;
}

.mz-publish-shareRound__item_vk {
	background-color: #507299;
}

.mz-publish-shareRound__item_tw {
	background-color: #1da1f2;
}

.mz-publish-shareRound__item_ok {
	background-color: #fa931f;
}

.mz-publish-shareRound__item_telegram {
	background-color: #32a6e1;
}
.mz-publish-case-micro__header {
	line-height: 1.2;
	font-size: 20px;
	transition: color .2s;
}
.mz-publish-case-micro__brief {
	margin: 10px 0 0;
	line-height: 1.45;
	font-size: 14px;
	color: #333;
	transition: color .2s;
}
.mz-publish-case-micro__link-wrapper:hover .mz-publish-case-micro__header, .mz-publish-case-micro__link-wrapper:hover .mz-publish-case-micro__brief {
	color: #ab0000;
}
.mz-publish-case-micro__table {
	width: 100%;
	margin: 20px 0 0;
	font-size: 14px;
	border-collapse: collapse;
	border-top: 1px solid #C7C7C7;
}
.mz-publish-case-micro__table td {
	vertical-align: top;
	border-bottom: 1px solid #C7C7C7;
}
.mz-publish-case-micro__table__date {
	width: 25%;
	padding: 10px 0;
	text-transform: uppercase;
	font-family: 'Fira Mono';
	font-size: 12px;
	color: #999;
}
.mz-publish-case-micro__table__text {
	padding: 10px 0;
	line-height: 1.4;
	color: #333;
}
.mz-publish-case-micro__table__text > a:hover {
	color: #ab0000;
}

.mz-case-list__item {

}

.mz-theme-list {
  margin: 0;
  padding: 0;
  list-style: none;
  columns: 2;
  -moz-columns: 2;
  -webkit-columns: 2;
}

.mz-theme-list__item {
	overflow: hidden;
	display: block;
	width: 100%;
	height: 48px;
	line-height: 48px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 17px;
	color: #ab0000;
}

.mz-theme-list__item:after{ /*
        при нечетном количестве количестве для двух колонок
        в самом верху блока с колонками, появялся лишний 
        бордер. Бордер с псевдоэлементом ниже - костыль
       */
	content: '';
	display: block;
	border-bottom: 1px solid #CCC;
	position: relative;
	top: -1px;
}

/*@media(min-width: $media_width_s) and (max-width: $media_maxwidth_xm) {
      width: 300px;
    }*/

.mz-page-search {
  padding-top: 25px;
}

.mz-page-search__header {
	display: none;
}

.mz-page-search__form {
	position: relative;
	left: -20px;
	width: calc(100% + 40px);
}
#ya-site-form0 .ya-site-form__search .ya-site-form__search-input .ya-site-form__submit { /*width: 14.4% !important;*/
	height: 44px;
	background: #333 url("../img/mz-search-form/submit-arrow.svg") no-repeat center center;
	background-size: 19px auto;
	border: 0;
	color: transparent !important;
}
#ya-site-form0 .ya-site-form__search .ya-site-form__search-input input.ya-site-form__input-text {
	display: block;
	padding: 0 18px; /*width: 85.6%;*/
	height: 44px;
	-webkit-appearance:none !important;
	font-size: 18px !important;
	color: #333 !important;
	border: 1px solid #CCC !important;
	transition: border .2s, box-shadow .2s;
}
#ya-site-form0 .ya-site-form__search .ya-site-form__search-input input.ya-site-form__input-text:focus {
	border-color: #999;
}


.mz-search-form__input {
	float: left;
	box-sizing: border-box;
	display: block;
	padding: 0 18px;
	width: 85.6%;
	height: 44px;
	font-size: 18px;
	color: #333;
	border: 1px solid #CCC;
	transition: border .2s, box-shadow .2s;
}


.mz-search-form__input:focus {
	border-color: #999;
}


.mz-search-form__submit {
	float: left;
	width: 14.4%;
	height: 44px;
	background: #333 url("../img/mz-search-form/submit-arrow.svg") no-repeat center center;
	background-size: 19px auto;
	border: 0;
	color: transparent;
}
.mz-search-result__list {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mz-search-result__section {
	margin-top: 10px;
}
.mz-search-result__item {
	display: block;
	padding: 26px 0;
	border-top: 1px solid #CCC;
}
.mz-search-result__item:first-child {
	border-top: 0;
}
.mz-search-result__item:last-child {
	border-bottom: 1px solid #CCC;
}
.mz-search-result__item__title {
	line-height: 1.25;
	font-size: 21px;
	font-weight: bold;
	color: #222;
	transition: color .2s;
}
.mz-search-result__item__link-wrapper:hover .mz-search-result__item__title {
	color: #ab0000;
}
.mz-search-result__item__text {
	margin: 16px 0 0;
	line-height: 1.5;
	font-size: 17px;
	color: #333;
}
.mz-search-result__item__text p {
	margin: 12px 0 0;
}
.mz-search-result__item__text p:first-child {
	margin-top: 0;
}
.mz-search-result__item__text span {
	color: #c70000;
}
.mz-search-result__item__image-link {
	position: relative;
	display: block;
}
.mz-search-result__item__image-link:after {
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	width: 240px;
	height: 100%;
	background-color: #000;
	opacity: 0;
	content: '';
	transition: opacity .2s;
}
.mz-search-result__item__image-link:hover:after {
	opacity: .3;
}
.mz-search-result__item__image {
	display: block;
	width: 100%;
}
.mz-search-result__item__info {
	clear: both;
	display: block;
	margin: 18px 0 0;
}

.mz-social {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mz-social__item svg {
	fill: #FFF;
	width: 100%;
	height: 100%;
}

.telegram-icon{
  fill: #FFF;
  width: 100%;
  height: 100%;
}

.mz-adv-image {
  display: none;
  min-height: 600px;
  background-color: #f0f0f0;
}

.mz-adv-image img {
	display: block;
	width: 100%;
}
.over-layer {
  height: 100%;
  left: 0;
  overflow: scroll;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100000;
}
.over-layer:not(.authpopup_social){
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…BoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
	background: linear-gradient(to right, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0.8) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc000000', endColorstr='#cc000000',GradientType=1 );
}
.over-layer.authpopup_social{
	background: rgba(255,255,255,0.85);
}
.over-layer-wrap{
	display: table;
	height: 100%;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 100%;
}
.over-layer-wrap-container{
	display: table-cell;
	position: relative;
	text-align: center;
	vertical-align: middle;
}
.over-layer-wrap-container-center{
	display:inline-block;
	position: relative;
}
.over-layer-wrap-container .popupClose{
	cursor: pointer;
}
.mz-close-btn {
  display: block;
  width: 26px;
  height: 19px;
  cursor: pointer;
}
.mz-close-btn:before {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	content: '';
	top: 8px;
	-webkit-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.mz-close-btn:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	background: #000;
	content: '';
	bottom: 8px;
	-webkit-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mz-send-btn {
  background: #000 no-repeat 0 0;
  border: none;
  cursor: pointer;
  color: white;
  font-size: 14.4px;
  padding: 5px 15px;
  font-family: "Graphik LC";
}
.mz-pager {
  text-align: center;
  margin-top: 30px;
}

.mz-pager__page{
  display: inline-block;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 20px;
}

.mz-pager__page.mz-pager_disabled {
	color: #ccc;
}

.mz-pager__page.mz-pager_current {
	color: #ab0000;
}
.mobile-only.mobile-only.mobile-only.mobile-only {
  display: none;
}
.mz-link {
  display: inline-block;
  line-height: 1;
  text-decoration: none;
  font-family: 'Fira Mono';
  font-size: 13px;
  color: #c70000;
}
.mz-link.mz-link_news-side{
	margin-top: 20px;
	float: right;
	overflow: hidden;
	clear: both;
}
.web-push-button{
  cursor: pointer;
}
.mz-side-rotate-item {
	padding: 25px 0 20px;
	border-bottom: 1px solid #C7C7C7;
}
.mz-publish__text__item .mz-side-rotate-item {
	border-top: 1px solid #C7C7C7;
	padding: 25px 0 0 0;
	border-bottom: none;
}
.mz-side-rotate-item__picture-wrapper {
	position: relative;
	margin: 0 0 18px;
}
.mz-side-rotate-item__picture-wrapper > a:after {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0;
	content: '';
	transition: opacity .2s;
}
.mz-side-rotate-item__picture-wrapper > a:hover:after {
	opacity: .3;
}
.mz-side-rotate-item__picture {
	display: block;
	width: 100%;
}
.mz-side-rotate-item__link-wrapper {
	text-decoration: none;
	color: inherit;
}
.mz-side-rotate-item__title {
	margin: 0 0 18px;
	line-height: 1.10;
	font-size: 21px;
	font-weight: bold;
	color: #222;
	transition: color .2s;
}
.mz-publish__text__item .mz-side-rotate-item__title {
	font-family: 'Graphik LC';
}
.mz-side-rotate-item__link-wrapper:hover .mz-side-rotate-item__title,.mz-side-rotate-item__link-wrapper:focus .mz-side-rotate-item__title {
	color: #ab0000;
}
.mz-side-rotate-item_digit .mz-side-rotate-item__title {
	margin-bottom: 6px;
	font-size: 50px;
}
.mz-side-rotate-item__announce-text {
	margin: 0;
	line-height: 1.45;
	font-size: 14px;
	color: #333;
}
.mz-publish__text__item .mz-side-rotate-item__announce-text {
	font-family: 'Graphik LC';
	line-height: 1.45;
	font-size: 14px;
	color: #333;
}
.mz-side-rotate-item__source {
	display: block;
	margin-top: 3px;
	font-size: 14px;
	color: #999;
	font-family: 'Graphik LC';
	-webkit-font-smoothing: antialiased;
}
.mz-side-rotate-item__info {
	margin: 12px 0 0;
}
.mz-side-rotate-item_digit .mz-side-rotate-item__info {
	margin-top: 18px;
}
.mz-side-rotate-item_digit .mz-side-rotate-item__info {
	margin-left: auto;
	margin-right: auto;
	width: 80.9%;
}
.mz-side-rotate-item_digit {
	padding-bottom: 26px;
	text-align: center;
}
.mz-side-rotate-item__title {
	font-size: 15px;
	font-weight: normal;
	margin: 0;
}
.mz-side-rotate-item__map-detail {
	font-size: 13px;
	font-weight: 700;
}
.fadeIt {
  -webkit-animation: fadeAnimation 500ms 1;
  animation:         fadeAnimation 500ms 1;
}

@-webkit-keyframes fadeAnimation {
  0%   { opacity: 1; }
  50%   { opacity: 0; }
  100% { opacity: 1; }
}
@keyframes fadeAnimation {
  0%   { opacity: 1; }
  50%   { opacity: 0; }
  100% { opacity: 1; }
}
.mz-side-info{
  margin-top: 10px;
}
.mz-side-info__item{
	text-overflow: ellipsis;
	display: block;
	transition: height 0.5s;
	padding-bottom: 5px;
	padding-top: 5px;
	position: relative;
	border-bottom: 1px dotted #C7C7C7;
}
/*&:after{
      content: '.';
      display: block;
      position: absolute;
      bottom: 0px;
      left: 0;
      right: 0;
      border-bottom: 1px dotted #C7C7C7;
    }
    */
.mz-side-info__item:hover{
	color: #ab0000;
}
/*.mz-side-info__picture{
        display: block;
        margin-top: 5px;
      }
      */
.mz-side-info__item:hover .mz-side-info__text{
	height: auto;
	white-space: normal;
}
.mz-side-info__item:last-child{
	border-bottom: none;
}
.mz-side-info__picture{
	width: 100%;
	display: block;
	margin-bottom: 5px;
}
.mz-side-info__text {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 1em;
	display: inline-block;
	width: 100%;
}
.brand_dw{
  background: url("../img/dw/pattern.gif") repeat no-repeat 0 0;
}
.brand_dw .mz-materials{
	background: white;
	margin-left: -20px;
	padding-left: 20px;
}

.brand_article-dw{
  background: url("../img/dw/pattern.gif") repeat repeat 0 0;
}

.brand_article-dw .mz-materials{
	background: white;
	margin-left: -20px;
	padding-left: 20px;
}

.brand_article-dw .mz-publish__title{
	display: inline;
	background: white
}

.brand_article-dw .mz-layout-content{
	padding: 20px 20px 20px 20px;
}

.brand_article-dw+.mz-layout-content {
	padding-top: 0px;
}

.brand_article-dw .brand__button-wrap{
	width: 300px;
	background: white;
	text-align: center;
	vertical-align: top;
	padding: 30px 0px;
	display: inline-block;
}

.brand_article-dw .brand__button{
	text-align: right;
	width: 302px;
}

.brand_article-dw table {
	width: 100%;
	table-layout: fixed;
}

.brand_article-dw td{
	vertical-align: top;
}

.dw-button{
  vertical-align: inherit;
  /*position: relative;*/
  display: inline-block;
}

.dw-button__link{
	vertical-align: inherit;
	color: #ab0000;
}

.dw-button__link:hover {
	color: #333;
}

.dw-button__logo {
	vertical-align: middle;
	line-height: 28px; /*такая высота стоит у svg в html*/
}

.dw-button__text {
	padding-left: 10px;
	font-size: 14px;
	vertical-align: inherit;
}

/*
  .mz-publish-meta &{
    &__logo{
        position: relative;
        top: -3px;
    }
  }
  */
.subscribe-wrapper{
  font-size: 15px;
  line-height: 1.45;
}
.tools__icon {
  fill: #666;
}

.tools{
  display: block;
  list-style: none;
  margin: 40px 0 0px 0;
  padding: 0;
  padding-bottom: 35px;
  border-bottom: 1px dotted #ccc;
}

.tools__icon{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 22px;
	height: 22px;
}

.tools__text{
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	font-size: 15px;
}

.tools__ask{
	//font-weight: bold;
}

.tools__cmd{

}

.tools__item{
  display: block;
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 10px;
  text-align: center;
}

.tell-us{
  cursor: pointer;
}

.tell-us:hover{
	color: #c70000;
}

.tell-us:hover .tools__icon{
	fill: #c70000;
}

.tell-popout .over-layer-wrap-container-center{
	width: 95%;
}

.tell-popup{
  background: white;
  text-align: left;
  padding: 20px;
  color: black;
}

.tell-popup__title{
	font-size: 16px;
}

.tell-popup__field{
	font-size: 14px;
	margin-top: 20px;
}

.tell-popup__label{

}

.tell-popup__input{
	display: block;
	width: 95%;
	margin-top: 10px;
	max-width: calc(100% - 20px);
	padding: 0px 10px 0px 10px;
}

.tell-popup__input_contact{
	height: 30px;
	font-size: 16px;
}

.tell-popup__input_text{
	height: 160px;
	font-size: 16px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.tell-popup__close{
	position: relative;
	float: right;
}

.tell-popup__close-wrap{
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

.tell-popup__error{
	color: #ab0009;
	color: 12px;
}

.tell-popup__button-wrap{
	text-align: right;
}
.meta-econtenta-block__powered{
    text-align: right;
    margin: 10px 0px;
    color:#888;
    font-size: 10px;
    font-family: 'Graphik LC';
}

.meta-econtenta-block-inner .fotorama__html {
	background: rgba(11, 11, 11, 0.6);
}

.meta-econtenta-block-inner .fotorama-html__image_with{

}

.meta-econtenta-block-inner .fotorama-html__image_without{
	background-color: #333;
	height:100%;
}

.meta-econtenta-block-inner .fotorama-text-block {
	display: block;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #fff;
}

.meta-econtenta-block-inner .fotorama-text-block__headline {
	font-size: 30px;
	line-height: 1.20;
	font-weight: bold;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.4);
	font-family: "Graphik LC";
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.meta-econtenta-block-inner .fotorama-text-block__lead {
	font-size: 18px;
	margin-top: 16px;
	font-weight: 300;
	font-family: "Graphik LC";
}

.meta-econtenta-block-inner.fotorama-wrap {
	padding: 0px 0px 0px 0px;
	margin: 20px -20px 0px -20px; /*background: rgba(204, 204, 204, 0.62);*/
	background: #f1f1f1;
}

.meta-econtenta-block-inner .fotorama-title {
	margin: 0px 20px 20px;
	padding-top: 20px;
	font-size: 29px;
	line-height: 21px;
	display: block;
	color: #222;
	font-family: 'Graphik LC';
	-webkit-font-smoothing: antialiased;
}

.meta-econtenta-block-inner .fotorama-text-block {
	z-index: 2;
	padding: 50px 50px;
}

.meta-econtenta-block-inner .fotorama__arr {
	background: url("/img/fotorama-econtenta/nav.svg") 0px 0px !important;
	width: 30px !important;
	height: 42px !important;
	background-size: cover !important;
	margin-top: -21px !important;
}

.meta-econtenta-block-inner .fotorama__arr--next {
	right: 9px !important;
}

.meta-econtenta-block-inner .fotorama__arr--prev {
	left: 9px !important;
	-webkit-transform: rotate(-180deg) !important;
	        transform: rotate(-180deg) !important;
}

.meta-econtenta-block-inner .fotorama-html__overlayer {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 10;
}


.tidyroomfooter{
    background: #dff0ea!important;
}


.tidyroomfooter__logo{
	border:5px solid #000;
	padding: 20px;
}


.tidyroomfooter__logo-img{
	display: inline-block;
	width: 300px;
	height: 40px;
	max-width: 100%;
}


.tidyroomfooter__text{
	top: -5px;
	position: relative;
	padding: 25px;
	border: 5px solid #000;
	line-height: 22px;
	border-left:0px;
}


.tidyroomfooter__text p{
	margin-bottom: 0.5em;
	margin-top: 0;
	font-size: 14px;
}


.tidyroomfooter__rules{
	position: absolute;
	bottom: -34px;
	text-decoration: underline;
	color: #000;
	text-transform: uppercase;
	font-size: 16px;
}


.tidyroomfooter__additionalwarpper{
	position: relative;
	word-spacing: 0;
	font-size: 0;
	letter-spacing: -1px;
	line-height: 0;
}


.tidyroomfooter .coupon_pos_bottom, .tidyroomfooter__text{
	display: inline-block;
	letter-spacing: normal;
	word-spacing: normal;
	vertical-align: top;
	cursor: pointer;
	white-space: normal;
	font-size: normal;
	box-sizing: border-box;
}

.tidyroom-content .mz-publish__text-noborder{
	border-top: none!important;
}

.tidyroom-content .mz-publish__announce{
	display: none;
}

.brand_tidyroom .brand__button-wrap {
	display: inline-block;
	padding: 13px 15px 10px 15px;
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
	margin-bottom: 42px;
	color: #fff;
	vertical-align: middle;
	border-radius: 2px;
}

.brand_tidyroom .brand__button-wrap:hover{
	color:#fff;
}

.brand_tidyroom .brand__button-title {
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.8px;
	text-transform : uppercase;
}

.brand_tidyroom .brand__button-img {
	display: inline-block;
	vertical-align : middle;
	width: 105px;
	height: 13px;
	margin-left: 4px;
	margin-top: -1px;
}

.brand_tidyroom .brand__title{
	color:#fff;
}

.brand_tidyroom .mz-publish__title{
	color:#fff;
}

.brand_tidyroom .mz-publish__announce{
	color:#fff;
}



.coupon__show_false{

}

.coupon__show_true{

}

.coupon__status_disabled{
    font-size: 15px!important;
}

.coupon_pos_bottom{
    color:#000;
    text-align: left;
    margin-top: -5px;
    width: 276px;
}

.coupon_pos_bottom .coupon__container{
	border:5px solid #000;
}

.coupon_pos_bottom .coupon__get{
	background: #000;
	color: #fff;
}

.coupon_pos_bottom .coupon__percentage{
	border: 5px solid #000;
}

.coupon_pos_right{
    color:#fff;
    text-align: left;
}

.coupon_pos_right *{
	position: relative;
}

.coupon_pos_right .coupon__container{
	border:5px solid #fff;
}

.coupon_pos_right .coupon__container:before {
	content: '';
	position: absolute;
	left: -16px;
	width: 100%;
	height: 100%;
	top: 6px;
	border: 5px solid #fff;
}

.coupon_pos_right .coupon__get{
	background: #fff;
	color: #000;
}

.coupon_pos_right .coupon__percentage{
	border: 5px solid #fff;
}

.coupon{
    position: relative;
    width:286px;
    //height: 343px;
}

.coupon .coupon__container{
	position: relative;
	padding-left:30px;
	min-height: 343px;
}

.coupon .coupon__name{
	font-size: 24px;
	line-height: 24px;
	margin: 34px 0px 10px 0px;
}

.coupon .coupon__percentage{
	font-size: 44px;
	line-height: 44px;
	padding: 20px 16px 20px 26px;
	margin-left: -35px;
	font-weight: bold;
	display: inline-block;
}

.coupon .coupon__descr{
	font-size: 18px;
	line-height: 23px;
	margin: 10px 0px 20px 0px;
}

.coupon .coupon__get{
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
	padding: 24px 24px 24px 36px;
	margin-left: -35px;
	display: inline-block;
	cursor: pointer;
}

.coupon .coupon__rules{
	display: block;
	margin: 21px 0px 0px 0px;
	text-decoration: underline;
}

.tidyroom-bottom-line{
  border: 1px dotted #ccc;
  border-width: 1px 0 1px 0;
  text-align:center;
  padding: 40px 0px;
}

.tidyroom-bottom-line__title{
	margin-top: 20px;
	display: block;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.25px;
}

.tidyroom-bottom-line__title:before{

}

.tidyroom-bottom-line__with{
	display: block;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 3px;
	font-size:14px;
	letter-spacing: 0.05em;
}

.tidyroom-bottom-line__logo{
	vertical-align: middle;
	display: inline-block;
	width: 91px;
	height: 12px;
	margin-top: -2px;
}

.tidyroom-bottom-line__link:hover{

}

.tidyroom-condition {
  margin-top: -50px;
}

.tidyroom-condition__text{
	font-size:12px;
	line-height:1.4em;
	opacity:0.5;
}
/*/////////////////
//  Сам тест
/////////////////*/

.module_tests .pre_card {
  text-align: center;
  font-family: 'Graphik LC Web', sans-serif;
  padding: 1.5em 0;
  color: #757575;

  text-transform: uppercase;
  font-size: 15px;
}
.module_tests .card {
  max-width: 660px;
  margin: 0 auto;
  background: #FFF;
  /*padding: 20px 5%;
  padding: 2% 5%;*/
  margin-bottom: 100px;
}
.module_tests .ta_c{
  text-align: center;
}

.module_tests .card.bottom-dotted {
  padding-bottom: 5%;
}

.module_tests .datequest {
  font-size: 15px;
  text-transform: uppercase;
  font-family: "Graphik LC";
  text-align: center;
  margin-bottom: 1.3em;
  color: #888;
}
.module_tests .header {
  text-align: center;
  line-height: 25pt;
}
.module_tests .header .title {
  font-size: 27pt;
  font-weight: 700;
  line-height: 32pt;
}
.module_tests .header .lead {
  font-family: 'Graphik LC Web', sans-serif;
  font-size: 36px;
  line-height: 32pt;
}
.module_tests .picture {
  /*margin: 0 5%;*/
  background-size: cover;
  background-position: 50% 50%;
}
.module_tests .picture .img-responsive{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}
.module_tests .picture.cardText{
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	background-image: url('/img/test/test-bg.jpg');
	padding: 50px 0px;
}
.module_tests .picture.cardText:before, .module_tests .picture.cardText:after{
	content:'';
	width: 24px;
	height: 19px;
	position: absolute;
	left: 50%;
	margin-left: -12px;
	z-index: 1;
}
.module_tests .picture.cardText:before{
	background: url('/img/test/quotation-opening.svg') 0 0 no-repeat;
	top: 15px;
}
.module_tests .picture.cardText:after{
	background: url('/img/test/quotation-closure.svg') 0 0 no-repeat;
	bottom: 15px;
}
.module_tests .picture.cardText.picture_without-quotes:before, .module_tests .picture.cardText.picture_without-quotes:after{
	display: none;
}
.module_tests .picture.cardText .picture__overlay{
	position: absolute;
	left:0px;
	top:0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.3);
}
.module_tests .picture.cardText .picture__text{
	position: relative;
	font-family: 'William Text';
	font-weight:normal;
	font-size:22px;
	line-height:32px;
	color:#fff;
	text-align: center;
	//position: absolute;
	//top: 50%;
	//transform: translate3d(0px, -50%, 0px);
	padding: 0px 20px;
	white-space: pre-line;
	margin: 0 auto;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 0.3px;
}


.module_tests .description {
  margin: 5% 0;
  font-size: 18px;
  line-height: 1.2em;
  color: #333;
}
.module_tests .buttons {
  margin: 5% 5% 0% 5%;
  text-align: center;
}

.zona_test_button {
  border: 0;
  background: #333;
  color: #FFF !important;
  display: inline-block;
  padding: 20px 50px;
  font-size: 15px;
  /*text-transform: uppercase;*/
  position: relative;
}

.zona_test_button.zona_question_restart:before{
	content: '';
	background: url(/img/icons/refresh.svg) transparent 0px 0px no-repeat;
	display: inline-block;
	vertical-align: middle;
	width: 25px;
	height: 25px;
	margin-top: -3px;
	background-size: cover;
}

.testprint_share_container {
  max-width: 800px;
  margin: 30px auto;
  text-align: center;
}

/*/////////////////
//  Вопрос
/////////////////*/
.module_tests .question .name {
  font-family: "Graphik LC";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: center;
  margin: 20px auto;
  max-width: 560px;

}




/*/////////////////
//  Ответ
/////////////////*/

.module_tests .card__result{
	padding: 22px 30px;
	border: 1px dotted #ccc;
	font-family: "Graphik LC";
	margin: 0px auto;
}

.module_tests .card__result .card__result-attention{
	font-weight: bold;
	margin-bottom: 0.2em;
	font-size: 24px;
}

.module_tests .card__result.wrong .card__result-attention{
	color: #ff0101;
}

.module_tests .card__result.right .card__result-attention{
	color: #4dab4d;
}

.module_tests .answers.list {
  max-width: 560px;
  margin: 20px auto 30px;
}
.module_tests .answers .item {
  font-family: "Graphik LC";
  font-weight: 400;
  margin: 15px 0px 0px 0px;
  background: rgba(0,0,0,0.05);
  padding: 20px 10px 1em 57px;
  font-size: 18px;
  line-height: 24px;
  cursor: pointer;
}
.module_tests .answers .item:first-child{
	margin-top: 0px;
}
.module_tests .answers .item:hover {
  background: #efefef;
}
.module_tests .answers .answer_theme_text.item div {
  display: none;
  font-family: 'William Text', Georgia, 'Times New Roman', Times, serif;
  margin: 0.5em 0;
  -webkit-font-smoothing: subpixel-antialiased;
  line-height: 1.68em;
  color: #333;
  font-size: 17px;
}
.module_tests .answers .item span {
  position: relative;
}

.module_tests .answers .item.checked .answer__icon:before{
	content: '';
	float: left;
	display: block;
	margin: 0;
	height: 12px;
	width: 12px;
	background: #000;
	position: absolute;
	left: 3px;
	top: 3px;
}

.module_tests .answers .item .answer__icon{
	position: relative;
	float: left;
	display: block;
	margin: 0;
	height: 18px;
	width: 18px;
	border: #000 2px solid;
	border-radius: 1px;
	position: absolute;
	left: -38px;
}

/*
//.module_tests .answers .item:hover span:before {
//  background: #888;
//}
*/


.module_tests .answers .item.right{
  background: rgba(55, 180, 88, 0.25);
}
.module_tests .answers .item.right div {
  display: block;
}
.module_tests .answers .item.right span {
  font-weight: bold;
  font-size: 18px;
}

.module_tests .answers .item.green {
  background: rgba(55, 180, 88, 0.25);
  box-shadow: inset 0px 0px 0px 3px #37b458;
}

/*
//.module_tests .answers .item.right span:before {
//  content: '';
//  float: left;
//  display: block;
//  height: 30px;
//  width: 30px;
//  margin: 0;
//  border: 0; border-radius: 0;
//  background-image: url(/images/zona/tests/right.png);
//  background-repeat: no-repeat;
//  background-position: center top;
//  position: absolute;
//  left: -41px;
//}
//.module_tests .answers .item.right:hover span:before {
//  background-color: transparent;
//  background-image: url(/images/zona/tests/right.png);
//}

.module_tests .answers .item.green,
.module_tests .answers .item.green:hover {
  background: #d5ebd6;
  color: #4dab4d;
}

.module_tests .answers .item.green span {
  font-weight: bold;
  font-size: 18px;
}
//.module_tests .answers .item.green span:before {
//  content: '';
//  float: left;
//  display: block;
//  height: 30px;
//  width: 30px;
//  margin: 0;
//  border: 0; border-radius: 0;
//  background-image: url(/images/zona/tests/right.png);
//  background-repeat: no-repeat;
//  background-position: center top;
//  position: absolute;
//  left: -41px;
//}
*/
/*.module_tests .answers .item.green div {
    display: block;
}

        .module_tests .answers .item.right:hover span:before {
            background-color: transparent;
            background-image: url(/images/zona/tests/right.png);
        }*/

.module_tests .answers .item.wrong{
  background: #ffbfbf;
}
.module_tests .answers .item.wrong div {
  display: block;
}
/*
//.module_tests .answers .item.wrong span:before {
//  content: '';
//  float: left;
//  display: block;
//  height: 30px;
//  width: 30px;
//  margin: 0;
//  border: 0; border-radius: 0;
//  background-image: url(/images/zona/tests/wrong.png);
//  background-repeat: no-repeat;
//  background-position: center top;
//  position: absolute;
//  left: -41px;
//}
//.module_tests .answers .item.wrong:hover span:before {
//  background-color: transparent;
//  background-image: url(/images/zona/tests/wrong.png);
//}
*/

/*/////////////////
//  Результат
/////////////////*/


.test__result{
  text-align: center;
  border: 1px dotted #ccc;
  font-family: "Graphik LC";
  margin: 5% auto;
}


.test__result-container{
	padding: 0px 20px 30px;
}


.test__result-title{
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin-top: 20px;
}


.test__result-descr{
	font-size: 18px;
	line-height: 24px;
	margin: 1em 0;
}


.test__result-right-answers{
	font-size: 24px;
	line-height: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 40px;
}
.share2_block{
    vertical-align: middle;
}
.share2_block:before{
	content: 'Поделиться результатом:';
	font-family: "Graphik LC";
	font-weight: 700;
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
}
.share2_block .ya-share2__container{
	display: inline-block!important;
	vertical-align: middle!important;
}



.test_result_default_Print {
  max-width: 800px;
  margin: 0 auto;
}

.module_tests .result-bg {
  /*max-width: 800px;*/
  margin: 0 auto;

  background-size: cover;
  background-position: 50% 50%;
  display: table;
  width: 100%;
  min-height: 490px;
}

.module_tests .result-fade {

  background: rgba(0,0,0,0.5);
  display: table-row;
  min-height: 490px;

}

.module_tests .result-text {
  color: #FFF;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  min-height: 490px;
  height: 490px;
  padding: 0 5%;
}
.module_tests .result-text .name {
  font-size: 24pt;
  font-weight: bold;
}
.module_tests .result-text .title {
  font-size: 24pt;
  font-family: 'William Text', Georgia, 'Times New Roman', Times, serif;
  -webkit-font-smoothing: subpixel-antialiased;
  /*font-size: 17px;*/
  /*margin-top: -2em;*/

  line-height: 1.2em;
  /*color: #333;*/
}
.module_tests .result-text .descr {
  font-size: 17pt;
  margin: 1em 0;
}
.test_judge.tanakan .t__text-block{
	border: none;
}


.mz-layout__test-judge .mz-publish__sidebar{
	display: none;
}


.mz-layout__test-judge .mz-publish__wrapper__row_main-picture{
	display: none;
}


.mz-layout__test-judge .mz-publish__wrapper__row__side{
	display: none;
}


.mz-layout__test-judge ~ .submit-form_side{
	display: none;
}


.mz-layout__test-judge .mz-publish__title{
	display: none;
}


.mz-layout__test-judge .mz-publish__wrapper__row{
	padding-left: 0;
	max-width: 100%;
}


.mz-layout__test-judge .mz-publish__wrapper__row_judge{
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}


.mz-layout__test-judge .mz-publish__announce{
	display: none;
}


.mz-layout__test-judge .mz-publish-share__item__counter{
	cursor: pointer;
}


.mz-layout__test-judge .t__text-block-answer-name{
	font-family: "Graphik LC";
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4em;
	text-align: center;
	margin: 20px auto;
}


.mz-layout__test-judge .t__text-block-answer-name:before{
	content: '';
	background: url(/img/judge/court_hammer.svg) center center no-repeat;
	display: inline-block;
	margin-right: 6px;
	width: 31px;
	height: 28px;
	background-size: contain;
	vertical-align: middle;
}


.mz-layout__test-judge .mz-layout-content__row .mz-publish_article:first-child{
	display: none;
}


.mz-layout__test-judge .mz-layout-content__row.pt0 ~ .mz-layout-content__row{
	display: none;
}


.mz-layout__test-judge .test__result{
	border:0px!important;
}


.mz-layout__test-judge .mz-publish__related__item{
	display: none;
}



.t__question-counter {
    font-size: 15px;
    text-transform: uppercase;
    font-family: "Graphik LC";
    text-align: center;
    margin-bottom: 1.3em;
    color: #888;
}

.t__text-block {
    border: 1px dotted #ccc;
}

.t__text-block a {
	line-height: 1;
	color: #ab0000;
	padding: 0px!important;
	border: 0!important;
	margin: 15px 0px 0px 0px;
}

.t__text-block-expand{
	font-family: "Graphik LC";
	font-weight: bold;
	display: block;
	margin-top: 27px!important;
}

.t__text-block-description {
	position: relative;
}

.t__text-block-description .mz-publish__text{
	padding-top: 0px!important;
	border-top:0px!important;
	padding-bottom: 0px!important;
}

.t__text-block-description_full {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0px 30px 0px 0px;
	font-family: 'PT Mono', monospace!important;
}

.t__text-block-description_full::-webkit-scrollbar {
	width: 16px;
	height: 20px;
}

.t__text-block-description_full::-webkit-scrollbar-thumb {
	background: #807f7f;
}

.t__text-block-description_full::-webkit-scrollbar-track {
	background: #eaeaea;
}

.t__text-block-description_full p, .t__text-block-description_full div:not([class]){
	font-family: inherit;
}

.t__text-block_view_short .t__text-block-description_full {
	display: none;
}

.t__text-block_view_full .t__text-block-description_short {
	visibility: hidden;
}

.t__text-block_view_full .t__text-block-description_full {
	display: block;
}

.t__text-block_view_scroll{
	padding-bottom: 72px!important;
}

.t__text-block-title {
	font-family: "Graphik LC";
	font-style: normal;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: normal;
	color: #333333;
	margin-bottom: 30px;
	font-weight: bold;
}

.t__text-block-title_answer{
	color: #27bb5e;
}

.t__text-block-title_your{
	margin-bottom: 15px;
}

.t__box_answers{
    margin: 20px auto 50px;
}

.t__box-answer:not(:first-child) {
    margin: 15px 0 0;
}

.t__answer {
    font-family: "Graphik LC";
    font-weight: 400;
    background: rgba(0,0,0,0.05);
    padding: 20px 10px 1em 57px;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
}

.t__answer.green {
	background: rgba(55, 180, 88, 0.25);
	box-shadow: inset 0px 0px 0px 3px #37b458;
}

.t__answer.wrong, .t__answer.wrong:hover {
	background: #ffbfbf;
}

.t__answer:hover{
	background: #efefef;
}

.t__answer span{
	position: relative;
}

.t__answer-icon {
	position: absolute;
	float: left;
	display: block;
	margin: 0;
	height: 18px;
	width: 18px;
	border: #000 2px solid;
	border-radius: 1px;
	left: -38px;
}

.t__answer_checked .t__answer-icon::before {
	content: '';
	float: left;
	display: block;
	margin: 0;
	height: 12px;
	width: 12px;
	background: #000;
	position: absolute;
	left: 3px;
	top: 3px;
}

.t__answer_checked + .t__answer-range {
	display: block;
}

.t__answer-range {
	display: none;
	position: relative;
	margin: 20px 0px 50px 0px;
}

.t__answer-range-output {
	font-family: "Graphik LC";
	font-size: 18px;
	color: #333333;
	text-align: center;
}

.t__answer-range-input {
	-webkit-appearance: none;
	padding: 3px 0px;
	border-left:2px solid #888;
	border-right:2px solid #888;
	vertical-align: middle;
	display: block;
	width: 100%;
	margin: 10px 0px;
	background: transparent;
	position: relative;
	z-index: 10;
	box-sizing: border-box;
}

.t__answer-range-input:focus {
	outline: 0;
}

.t__answer-range-input:focus::-webkit-slider-runnable-track {
	background-color: #888;
}

.t__answer-range-input:focus::-ms-fill-lower {
	background: transparent;
}

.t__answer-range-input:focus::-ms-fill-upper {
	background: transparent;
}

.t__answer-range-input::-webkit-slider-runnable-track {
	height: 2px;
	width: 100%;
	background-color: #888;
}

.t__answer-range-input::-webkit-slider-thumb {
	-webkit-appearance: none;
	//width: 20px;
	//height: 20px;
	margin: -10px 0px 0px 0px;
	background-color: #333;
	//border-radius: 20px;
}

.t__answer-range-input::-ms-track {
	width: 100%;
	cursor: pointer;
	background: transparent;
	border-color: transparent;
	color: transparent;
}

.t__answer-range-input::-ms-thumb {
	margin-top: 0;
}

.t__answer-range-limit {
	position: absolute;
	top: 59px;
	font-family: "Graphik LC";
	font-size: 15px;
	letter-spacing: 0.4px;
	color: #888888;
}

.t__answer-range-limit_left {
	left: 0px;
}

.t__answer-range-limit_right {
	right: 0px;
}

.t__button{
    line-height: 59px;
    font-size: 15px;
    font-family: "Graphik LC";
    text-align: center;
    margin: 20px auto 20px;
    display: block;
    padding: 0px 40px;
    border:0;
}

.t__button_color_grey{
	background: #333333;
	color:#fff;
	cursor: default;
}

.t__button_show_info{
	display: none;
	margin-bottom: 50px;
}

.t__button_status_active{
	color: #fff;
	background: #ab0009;
	cursor: pointer;
	display: block;
}

.t__button_start{

}

.t__dictionary-link{
	border-bottom: 1px dashed #888;
	cursor: pointer;
	margin-right: 20px;
}

.t__dictionary-link:after{
	content: '?';
	position: relative;
	color: #fff;
	background: #ccc;
	display: inline-block;
	width: 16px;
	height: 16px;
	font: 15px/100% arial, sans-serif;
	text-align: center;
	text-shadow: 0px 1px 0px #888;
	left: 3px;
	top: 50%;
	vertical-align: baseline;
	margin-top: -8px;
	margin-right: -16px;
}

.t__dictionary-link_status_show{
	border-color: #ab0000;
}

.t__dictionary-link_status_show:after{
	background: #ab0000;
	content: '×';
	color:#fff;
}

.t__dictionary-explanation{
	position: absolute;
	top: auto;
	border: 1px solid #ab0000;
	padding: 20px;
	background: #fff;
	right: 0px;
	z-index: 5;
	font:normal 14px/22px "Graphik LC";
}
.rocket-banner{
    text-align: center;
}
.rocket-banner_size_full{
	display:block;
	background: url("../img/rocket/rocket-banner-waves.png") center center  no-repeat;
	background-color: #f5896b;
	padding: 44px 50px;
	margin-bottom: 20px;
	display: block;
}
.rocket-banner__text{
	color: #fff;
	font-family: 'Graphik LC';
	font-size: 18px;
	line-height: 30px;
	max-width: 703px;
	margin: 20px auto 30px;
}

.rocket-button_getcard{
	background: #fff;
	border-radius: 2px;
	color:#f5896b;
	text-transform: uppercase;
	font-size: 14px;
	display: inline-block;
	padding: 16px 40px;
}

.rocket-logo_size_b{
	width: 215px;
	height: 58px;
	background: url(../img/rocket/rocket-logo.svg) center center no-repeat;
	background-size: contain;
	display: inline-block;
}

.rocket-logo_size_m{

}

.brand_rocket {
  background: url(../img/rocket/rocket-bg.jpg) center center no-repeat #000;
  background-size: cover;
}
/*copy from rocket*/



.rocket-content .mz-publish__text-noborder{
	border-top: none!important;
}



.rocket-content .mz-publish__announce{
	display: none;
}

.brand_rocket .brand__button-wrap {
	display: inline-block;
	padding: 13px 15px 10px 15px;
	box-shadow: 0px 0px 0px 1px rgba(255, 255, 255, 0.5);
	margin-bottom: 42px;
	color: #fff;
	vertical-align: middle;
	border-radius: 2px;
}

.brand_rocket .brand__button-wrap:hover{
	color:#fff;
}

.brand_rocket .brand__button-title {
	vertical-align: middle;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.8px;
	text-transform : uppercase;
}

.brand_rocket .brand__button-img {
	display: inline-block;
	vertical-align: middle;
	width: 118px;
	height: 32px;
	margin-left: 9px;
	margin-top: -1px;
	background-size: cover;
}

.brand_rocket .brand__title{
	color:#fff;
}

.brand_rocket .mz-publish__title{
	color:#fff;
}

.brand_rocket .mz-publish__announce{
	color:#fff;
}



.rocket-bottom-line{
  border: 1px dotted #ccc;
  border-width: 1px 0 1px 0;
  text-align:center;
  padding: 40px 0px;
}



.rocket-bottom-line__title{
	margin-top: 20px;
	display: block;
	font-size: 26px;
	font-weight: 700;
	letter-spacing: 0.25px;
}



.rocket-bottom-line__title:before{

}



.rocket-bottom-line__with{
	display: block;
	text-transform: uppercase;
	border-radius: 5px;
	padding: 3px;
	font-size:14px;
	letter-spacing: 0.05em;
}



.rocket-bottom-line__logo{
	vertical-align: middle;
	display: inline-block;
	width: 91px;
	height: 12px;
	margin-top: -2px;
}



.rocket-bottom-line__link:hover{

}

.rocket-condition {
  margin-top: -50px;
}

.rocket-condition__text{
	font-size:12px;
	line-height:1.4em;
	opacity:0.5;
}

.mz-layout-header_size_large .mz-layout-header__wrapper{
	max-width: 1330px;
	margin: 0 auto;
	left: 0px;
	right: 0px;
}

.mz-layout-header_size_large.mz-layout-header_size_large{
	position: fixed;
}

.mz-layout-header_size_large:before{
	content: '';
	position: fixed;
	left: 0px;
	width: 100%;
	height: 66px;
	background: #000;
	z-index: -1;
}
/*

.mz-layout-content {
  margin: 0 auto;
  padding: 25px 20px 100px;
  width: 100%;
  box-sizing: border-box;

  @media(min-width: $media_width_s) {
    padding: 50px 0 100px;
    max-width: 960px;
  }



  @media(min-width: $media_width_m) {
    max-width: 1170px;
  }

  &__row {
    padding-top: 50px;


  }

  &__main {
    width: 100%;

    @media(min-width: $media_width_s) {
      margin: 0 auto;
      max-width: 960px;
    }
  }

}

*/



.mz-layout-card{
  overflow: hidden;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}



.mz-layout-card-bg{
	background: url('/img/mz-card/bg.png') no-repeat center center;
	background-size: cover;
	position: fixed;
	width: 100%;
	left: 0px;
	bottom: 0;
	top: 0px;
}



/* высота mz-layout-header */



.mz-partner-header_fixed + .mz-layout-card-bg {
	top: 0px; /* высота .mz-layout-header+.mz-partner-header_fixed */
}



.mz-layout-card:before{
	content: '';
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
}



.mz-layout-card .mz-layout-content_card{
	padding: 0px 20px;
}



.mz-layout-card .mz-layout-content .card-share .ya-share2__container_size_m .ya-share2__item .ya-share2__badge{
	background: #000!important;
}



.mz-layout-card_main .card-cover__meta, .mz-layout-card_main .card-cover__content{
	display: block;
}



.mz-layout-card_main .mz-card-menu, .mz-layout-card_main .card-list, .mz-layout-card_main .card-rail{
	display: none;
}



.mz-layout-card_inner .card-cover__meta, .mz-layout-card_inner .card-cover__content{
	display: none;
}



.mz-layout-card_inner .mz-publish_card-top{
	display: none;
}


.mz-content-card {
  height: 100%;
  width: 100%;
  padding: 0px 0px;
}


.mz-content-card a.mz-publish-meta__item {
	color: #fff;
}


.mz-content-card a.mz-publish-meta__item:hover {
	color: #ab0000;
}

/*1st screen*/

.card-cover__headline{
	color:#fff;
}

.card-cover__byline{
	font-size: 18px;
	line-height: 28px;
	color:#fff;
}

.card-cover__byline p{
	margin-top:0px;
}

.card-cover__authors .mz-publish-meta__item{
	color:#fff;
}

.card-cover__start{
	height:50px;
	line-height: 50px;
	color:#fff;
	background: #ab0000;
	text-align: center;
	font-size: 14px;
	display: block;
	margin-top: 32px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
}

.card-cover__start:hover{
	color:#fff;
	cursor: pointer;
}

.card-cover__meta{

}

.card-cover__content{
	color: #fff;
}

.card-cover__list{
	margin: 0px 0px 20px 0px;
	padding: 0px;
}

.card-cover__card{
	font-size: 18px;
	line-height: 21px;
	box-shadow: 0px -1px 0px 0px rgba(145,145,145,0.8);
	padding: 20px 0px;
	list-style: none;
}

.card-cover__card a{
	transition: color .2s, border .2s;
}

.card-cover__card a span{
	padding-right: 10px;
}

.card-cover__card a:hover{
	color: #c70000;
}

.card-cover__illustrations{
	margin-bottom: 20px;
	font-size: 12px;
	line-height: 14px;
	color: #fff;
	text-align: right;
	padding-left: 50px;
}

.card-cover__share:before{
	content: 'Поделиться в соцсетях: ';
	position: relative;
	font-size: 18px;
	line-height: 21px;
	display: inline-block;
	vertical-align: middle;
}

.card-cover__share-wrap{
	margin-left: 20px;
	display: inline-block;
	vertical-align: middle;
}


.card-list{
  position: relative;
  will-change: transform;
}


.card-list.from-right-to-left{
	-webkit-transform: translateX(-100%);
	        transform: translateX(-100%);
	transition: -webkit-transform 600ms;
	transition: transform 600ms;
	transition: transform 600ms, -webkit-transform 600ms;
}


.card-list.from-left-to-right{
	-webkit-transform: translateX(100%);
	        transform: translateX(100%);
	transition: -webkit-transform 600ms;
	transition: transform 600ms;
	transition: transform 600ms, -webkit-transform 600ms;
}


.card-list__item{
	-webkit-transform: translate3d(0, 0, 0);
	        transform: translate3d(0, 0, 0);
	vertical-align: top;
	display: none;
	-ms-touch-action: pan-y;
	-webkit-overflow-scrolling: touch;
	transition: opacity 600ms;
	opacity: 0;
	will-change: opacity;
}


.card-list__item.current{
	display: block;
	opacity: 1;
}


.card-list__item.from-left, .card-list__item.from-right {
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
}


.card-list__item.from-left-visible, .card-list__item.from-right-visible {
	opacity: 1;
}


.card-list__item.from-right {
	left: 100%;
}


.card-list__item.from-left {
	right: 100%;
}


.card-list__item.to-right, .card-list__item.to-left {
	opacity: 0;
}


.card-list__item-headline{
	font-size: 26px;
	line-height: 32px;
	margin-top: 0px;
	margin-bottom: 20px;
}


.card-list__item-descr{
	line-height: 1.68;
	font-family: 'William Text';
	font-size: 17px;
	margin-bottom: 40px;
}


.card-list__item-descr a {
	text-decoration: none;
	color: #c70000;
	transition: color .2s, border .2s;
}


.card-list__item-descr a:hover {
	color: #333;
}


.card-list__item-content{
	background: #fff;
}


.card-list__item-share{
	text-align: center;
	position: relative;
	display: inline-block;
	z-index: 2;
}


.card-list__item:last-child .mz-card-pager_bottom .next:before{
	content: 'начать сначала';
}

.mz-icon-card_stack{
	position: absolute;
	display: block;
	padding-left:20px;
	z-index: 10;
	height: 100%;
	top: 0;
}

.mz-icon-card_stack .icon {
	display: inline-block;
	width: 30px;
	height: 30px;
	stroke-width: 0;
	stroke: #fff;
	fill: #fff;
	vertical-align: middle;
}

.mz-icon-card_white{
	color:#fff;
}

.mz-icon-card_grey{
	color: #888;
}

.mz-icon-card_left{
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.mz-icon-card_right{

}

.mz-icon-card_bottom{
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	margin-top: 4px;
}

.mz-icon-card_top{
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	margin-top: 2px;
}

.mz-icon-card_header, .mz-icon-card_bottom{
	display: inline-block;
	vertical-align: middle;
}

.mz-icon-card_header.mz-icon-card_left{
	margin-left: 20px;
}

.mz-icon-card_header.mz-icon-card_right{
	margin-right: 20px;
}

.mz-icon-card_bottom{

}

.mz-icon-card_bottom1{
	display: inline-block;
	vertical-align: middle;
}

.mz-icon-card_bottom1.mz-icon-card_left{
	margin-right: 10px;
}

.mz-icon-card_bottom1.mz-icon-card_right{
	margin-left: 10px;
}

.mz-card-pager{
  position: relative;
  text-align: center;
}

.mz-card-pager_top{
	white-space: nowrap;
	color:#fff;
	height: 51px;
	line-height: 51px;
	text-transform: uppercase;
}

.mz-card-pager_red{
	background: rgba(171, 0, 0, 0.9);
}

.mz-card-pager_black{
	background: rgba(0,0,0,0.8);
	text-align: center;
}

.mz-card-pager_black .mz-card-pager__control, .mz-card-pager_black .mz-card-pager__num{
	display: inline-block;
	vertical-align: middle;
}

.mz-card-pager_black .mz-card-pager__control{
	min-width: 50px;
	width: 11%;
	position: relative;
}

.mz-card-pager_bottom{
	text-transform: lowercase;
	vertical-align: middle;
}

.mz-card-pager_bottom .mz-pager__control{
	font-size: 14px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
}

.mz-card-pager__control{
	height: 100%;
	position: absolute;
	width: 50%;
	top:0px;
	z-index: 1;
	cursor: pointer;
}

.mz-card-pager__control.prev{
	left:0px;
	text-align: left;
}

.mz-card-pager__control.next{
	right:0px;
	text-align: right;
}

.mz-layout-card + .mz-layout-footer{
  display: none;
}

.mz-layout-card_inner + .mz-card-context {
  display: none;
}

.mz-card-menu{
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 5;
  left:0px;
}

.card-rail{
  position: fixed;
  display: block;
  transition: all 450ms;
}

.card-rail__title{
	font-size: 22px;
	line-height: 26px;
	font-weight: bold;
	display: block;
	margin-bottom: 20px;
}

.card-rail__title:hover{
	color:#fff;
}

.card-rail__header{

}

.card-rail__bottom{
	position: relative;
	margin: 0px;
}

.card-rail__scroller{
	display: none;
}

.card-rail__list{
	height: 100%;
	padding: 0px 15px;
	margin: 0;
	z-index: 0;
	position: relative;
	transition: all 450ms;
	-webkit-transform: translateY(0px);
	        transform: translateY(0px);
}

.card-rail__item{
	padding: 10px 0px;
	list-style-position: inside;
	font-size: 14px;
	line-height: 17px;
}

.card-rail__item.current{
	font-weight: bold;
	cursor: default;
}

.card-rail__item.current a:hover{
	color:inherit;
	text-decoration: none;
}

.card-rail__item:not(.current) a:hover{
	color:#fff;
	text-decoration: underline;
}

.card-rail__authors .mz-publish-meta__item_writer{
	margin-top:-3px;
	padding-left: 0px;
	display: block;
}

.card-rail__shares{
	margin: 12px 0px 0px 0px;
	display: block;
	text-align: right;
}
.mz-yt-wrap {
  position: relative;
  left: -20px;
  margin: 30px 0 20px;
  width: calc(100% + 40px);
}
.mz-yt-wrap iframe{

}
/* wtf? */
.mz-yt-wrap_fullWidth, .mz-yt-wrap_bigger{
	padding: 0px;
}
.subscribe-form {
  position: relative;
  margin-top: 20px;
}
.subscribe-form .subscribe-input{
	position: relative;
}
.subscribe-form input[type="email"] {
	border: 1px solid #999;
	font: 14px/40px 'Graphik LC';
	color: #0e2ecf;
	width: 100%;
	padding: 0 120px 0 10px;
	box-sizing: border-box;
	margin: 0;
}
.subscribe-form .submit{
	position: absolute;
	z-index: 2;
	width: 110px;
	top: 0;
	right: 0;
	height: 100%;
	cursor: pointer;
	background: #0b00e2;
}
.subscribe-form .submit:hover{
	background: #1e188e;
}
.subscribe-form input[type="submit"] {
	border: none;
	width: 110px;
	height: 42px;
	position: absolute;
	font: 14px/40px 'Graphik LC';
	text-align: center;
	top: 0;
	right: 0;
	cursor: pointer;
	background: transparent;
	z-index: 3;
	color: #fff;
}
.subscribe-form div.message {
	width: 100%;
	height: 42px;
	border: 1px solid #333;
	display: none;
	font: 14px/40px 'Graphik LC';
	box-sizing: border-box;
	margin: 10px 0 0;
	text-align: center;
}
.subscribe-form_side{
	width: 100%;
}

.a-fundraising, .fundraising-revert__text {
  color: white;
  text-decoration: underline;
  cursor: pointer;
}

.a-fundraising:hover, .fundraising-revert__text:hover {
	color: #797979;
}

.fundraising-side {
  background: #151515;
  padding: 30px;

  color: white;
  font-family: 'Graphik LC';
}

.fundraising-side__title {
	font-size: 20px;
	margin-bottom: 7px;
}

.fundraising-side__desc-text {
	font-size: 13px;
	line-height: 1.54;
	margin-bottom: 15px;
}

.fundraising-side__checkbox {
	margin-bottom: 20px;
}

.fundraising-side__revert {
	margin-bottom: 21px;
}

.fundraising-side_step1 .fundraising-side__element_step_2 {
	display: none;
}

.fundraising-side__errors {
	margin-top: 20px;
	color: #ff4b61;
	font: 10px 'Graphik LC', sans-serif;
	letter-spacing: -0.2px;
	line-height: 1.3;
}

.fundraising-side__error {
	margin-top: 5px;
}

.fundraising-side__error::first-child{
	margin-top: 0px;
}

.fundraising-side-form {
  padding: 20px 0px 10px 0px;
  border-top: 1px dotted #797979;
}

.fundraising-side-form__invalid-input {
	background: #f5e0e3;
}

.fundraising-side-form__input-container {
	padding-left: 15px;
	box-sizing: border-box;
	display: inline-block;
	background: white;
}

.fundraising-side-form__input-container_select2 {
	padding-left: 0px;
}

.fundraising-side-form input {
	width: 100%;
	display: inline-block;
	font-size: 13px;
	font-family: 'Graphik LC';
	letter-spacing: -0.2px;
	border: 0px;
	line-height: 48px;
	padding-left: 15px;
	box-sizing: border-box;
	color: #151515;
}

.fundraising-side-form input::-webkit-input-placeholder {
	color: #151515;
}

.fundraising-side-form input:-ms-input-placeholder {
	color: #151515;
}

.fundraising-side-form input::placeholder {
	color: #151515;
}

.fundraising-side-form select {
	display: inline-block;
}

.fundraising-side-form__sum { /*width: 82px;*/
	display: inline-block;
	width: 34.1666%;
	position: relative;
}

.fundraising-side-form__sum:after {
	content: ' ₽';
	color: black;
	display: inline-block;
	font-size: 14px;
	height: 14px;
	position: absolute;
	right: 10px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}

.fundraising-side-form__recurrent { /* width: 149px; */
	width: 62.08333%;
}

.fundraising-side-form__stripe-cvv, .fundraising-side-form__stripe-expiry {
	display: inline-block; /* width: 115px; */
	width: 47.9166%;
}

.fundraising-side-form__input-group-inline {
	font-size: 0px;
	text-align: justify;
	margin-bottom: 10px;
}

.fundraising-side-form__input-group-inline * {
	font-size: initial
}

.fundraising-side-form__input-group-inline:after {
	content: '1bc';
	display: inline-block;
	width: 100%;
	height: 0;
	visibility: hidden;
}

.fundraising-side-form__input-group-line {
	margin-bottom: 10px;
}

.fundraising-side-form__input-group-line input, .fundraising-side-form__input-group-line .fundraising-side-form__input-container {
	width: 100%;
}

/* base styles for styled checkbox */
.styled-checkbox input[type="checkbox"], .styled-checkbox input[type="radio"] {
	display: none;
}
.styled-checkbox label {
	cursor: pointer;
}
/* specify checkbox style for fundraising widget */
.styled-checkbox_fundraising {
  line-height: 16px;
  font-size: 13px;
  letter-spacing: -0.2px;
}
.styled-checkbox_fundraising label {
	display: inline-block;
	padding-left: 26px;
	position: relative;
}
.styled-checkbox_fundraising label:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('');
	position: absolute;
	left: 0px;
	box-sizing: border-box;
	border: 1px solid #797979;
}
.styled-checkbox_fundraising input:checked + label:after{
	content: '';
	display: inline-block;
	width: 14px;
	height: 13px;
	position: absolute;
	left: 3px;
	top: -1px;
	background: url('../img/icons/checkbox-checked.svg');
	background-repeat: no-repeat;
}

@-webkit-keyframes button-pending {
  from {
    background: #0f2de8;
  }
  30% {
    background: #091774;
  }
  to {
    background: #0f2de8;
  }
}

@keyframes button-pending {
  from {
    background: #0f2de8;
  }
  30% {
    background: #091774;
  }
  to {
    background: #0f2de8;
  }
}


@-webkit-keyframes pulse {
  50% {
    background: rgb(255, 255, 255);
  }
}


@keyframes pulse {
  50% {
    background: rgb(255, 255, 255);
  }
}
.fundraising-button__loader {
  display: none;

  margin: 0 auto;
  position: relative;
  width: 6px;
  height: 24px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-animation: pulse 750ms infinite;
          animation: pulse 750ms infinite;
  -webkit-animation-delay: 250ms;
          animation-delay: 250ms;
}
.fundraising-button__loader:before, .fundraising-button__loader:after {
	content: '';
	position: absolute;
	display: block;
	height: 16px;
	width: 6px;
	background: rgba(255, 255, 255, 0.2);
	top: 50%;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	-webkit-animation: pulse 750ms infinite;
	        animation: pulse 750ms infinite;
}
.fundraising-button__loader:before {
	left: -12px;
}
.fundraising-button__loader:after {
	left: 12px;
	-webkit-animation-delay: 500ms;
	        animation-delay: 500ms;
}

/* 
  похожие стили есть только на кнопке
  в сабскрайбе на почту
*/
.fundraising-button {
  border: 0px;
  border-radius: 0px;
  outline: 0px;
  
  color: white;
  font-size:13px;

  background: #0f2de8;
  display: inline-block;
  padding: 17px 0px;

  cursor: pointer;
}
.fundraising-button:hover {
	background: #292ca0;
}
.fundraising-button_loading {
	font-size: 0px;
	padding: 0px;
	height: 50px;
}
.fundraising-button_loading > .fundraising-button__loader {
	display: block;
}
.fundraising-button_pending {
	cursor:wait;
	-webkit-animation-name: button-pending;
	        animation-name: button-pending;
	-webkit-animation-duration: 1s;
	        animation-duration: 1s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
}
.fundraising-button_width_full {
	width: 100%
}

.fundraising-revert {
  position: relative;
  text-align: center;
}

.fundraising-revert:before {
	content: '';
	display: block;
	width: 100%;
	border-top: 1px dotted #797979;
	position: absolute;
	top: 50%;
}

.fundraising-revert__text {
	position: relative;
	background: #151515;
	padding: 0px 10px;
	font-size: 13px;
	letter-spacing: -0.2px;
}

.StripeElement--invalid {
  background: #f5e0e3; 
}

.fundraising-bottom {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/img/donate/donate-bottom-bg.png");
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  min-height: 102px;
}

.fundraising-bottom_call {
	color: #fff;
	font: 18px 'Graphik LC', sans-serif;
	margin-right: 30px;
}

.fundraising-bottom_form {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.fundraising-bottom_form input[type="text"] {
	box-sizing: border-box;
	color: #111;
	font: 14px 'Graphik LC', sans-serif;
	letter-spacing: -0.2px;
	height: 42px;
	margin-right: 10px;
	padding: 0 15px;
	width: 80px;
}

.fundraising-bottom_form input[type="text"]::-webkit-input-placeholder {
	color: #797979;
}

.fundraising-bottom_form input[type="text"]:-ms-input-placeholder {
	color: #797979;
}

.fundraising-bottom_form input[type="text"]::placeholder {
	color: #797979;
}

.fundraising-bottom_form-submit {
	background: #0a2ce2;
	border: none;
	color: #fff;
	cursor: pointer;
	font: 14px 'Graphik LC', sans-serif;
	line-height: 0.93;
	height: 42px;
	width: 180px;
}
.select2.select2-container--focus .mz-select2-container {
	outline: 0px;
}

/* overwrite default select2 selectors */

.mz-select2-container.mz-select2-container.mz-select2-container {
	border: 0px;
	border-radius: 0px;
	background: white;
	height: 50px;
}

.mz-select2-container.mz-select2-container.mz-select2-container .select2-selection__rendered {
	font-size: 13px;
	font-family: 'Graphik LC';
	letter-spacing: -0.2px;
	line-height: 50px;
	padding-left: 15px;
	color: #151515;
}

.mz-select2-container.mz-select2-container.mz-select2-container .select2-selection__arrow {
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
	top: 50%;
}

.select2-container--open .mz-select2-dropdown {
	border-radius: 0px;
	border: 0px;
}

.select2-container--open .mz-select2-dropdown .select2-results__option {
	line-height: 50px;
	font-size: 13px;
	font-family: 'Graphik LC';
	padding-left: 15px;
}

.select2-container--open .mz-select2-dropdown .select2-results__option.select2-results__option--highlighted{
	background: #dddddd;
	color: black;
}

.select2-container--open .mz-select2-dropdown .select2-results__option[aria-selected="true"] {
	display: none;
}

.reordering-button {
  color: #ab0000;
  font-size: 12px;
  text-transform: uppercase;
  font-family: 'Graphik LC';
  font-weight: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;

  cursor: pointer;
}

.reordering-button__icon {
	-webkit-transform-origin: 3px 50%;
	        transform-origin: 3px 50%;
	-webkit-transform: rotate(0deg);
	        transform: rotate(0deg);
	transition: linear 0.3s transform;
	width: 6px;
	height: 15px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 8px;
}

.reordering-button__icon svg {
	width: 100%;
	height: 100%;
}


.reordering-button_invert .reordering-button__icon {
	-webkit-transform: rotate(180deg);
	        transform: rotate(180deg);
}

.reordering-button_chronicle {
  margin-bottom: 32px;
}


.reordering-button_online {
  margin-bottom: 12px;
  margin-top: 32px;
}

.mz-publish__announce + .reordering-button_online {
  margin-bottom: 12px;
}

.reverse-checkbox {
  display: block;
  position: relative;
  padding: 7px;
  font-size: 12px;
  margin-right: 10px;
  width: 20px;
  height: 0;
  border-radius: 18px;
  background: #fff;
  border: 1px solid #ccc;
  cursor: pointer;
  transition: all 0.1s linear 0.1s;
}

.reverse-checkbox:before {
	content: "";
	display: block;
	position: absolute;
	z-index: 1;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	top: 2px;
	left: 3px;
	background: #c70000;
	outline: none;
}

.reverse-checkbox-input:checked + .reverse-checkbox:before {
	-webkit-animation: anim 0.2s ease-out forwards;
	        animation: anim 0.2s ease-out forwards;
}

.reverse-checkbox-input:not(:checked) + .reverse-checkbox:before {
	-webkit-animation: animBack 0.2s ease-out forwards;
	        animation: animBack 0.2s ease-out forwards;
}

.reverse-checkbox-input:checked + .reverse-checkbox {
	background-color: #c70000;
	border-color: #c70000;
}

.reverse-checkbox-input {
	display: none;
}

@-webkit-keyframes anim {
  from {
  }
  1% {
    border-radius: 6px;
  }
  50% {
    width: 28px;
    left: 3px;
  }
  99% {
    background: #c70000;
    border-radius: 6px;
  }
  to {
    width: 10px;
    left: 23px;
    background: #fff;
    border-radius: 50%;
  }
}

@keyframes anim {
  from {
  }
  1% {
    border-radius: 6px;
  }
  50% {
    width: 28px;
    left: 3px;
  }
  99% {
    background: #c70000;
    border-radius: 6px;
  }
  to {
    width: 10px;
    left: 23px;
    background: #fff;
    border-radius: 50%;
  }
}

@-webkit-keyframes animBack {
  from {
    width: 10px;
    left: 23px;
    background: #fff;
    border-radius: 50%;
  }
  1% {
    border-radius: 6px;
  }
  50% {
    width: 28px;
    left: 3px;
  }
  99% {
    background: #fff;
    border-radius: 6px;
  }
  to {
    width: 10px;
    left: 3px;
    background: #c70000;
    border-radius: 50%;
  }
}

@keyframes animBack {
  from {
    width: 10px;
    left: 23px;
    background: #fff;
    border-radius: 50%;
  }
  1% {
    border-radius: 6px;
  }
  50% {
    width: 28px;
    left: 3px;
  }
  99% {
    background: #fff;
    border-radius: 6px;
  }
  to {
    width: 10px;
    left: 3px;
    background: #c70000;
    border-radius: 50%;
  }
}

.mz-card-context + footer {
   display: none;
 }

.mz-card-context {
   background-color: #fff;
   display: -webkit-box;
   display: -ms-flexbox;
   display: flex;
   -webkit-box-orient: vertical;
   -webkit-box-direction: normal;
       -ms-flex-direction: column;
           flex-direction: column;
   left: 0;
   position: absolute;
   right: 0;
 }

.mz-card-context__item {
	-ms-flex-preferred-size: 19%;
	    flex-basis: 19%;
}

.mz-card-context__item-title {
	color: #222;
	transition: color .2s;
	padding: 15px 0;
	font-size: 15px;
	font-weight: normal;
}

.mz-card-context__item-title:hover {
	color: #ab0000;
}

.mz-card-context__header {
	font-size: 29px;
	padding: 30px 0 30px;
}

.mz-card-context__picture {
	width: 100%;
}

.mz-card-context__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
}

.mz-card-context__wrapper {
	margin: 0 auto;
}
.js-container-flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.js-container-flex-column.js-container-flex-column .mz-publish__text__item:first-of-type {
	margin-top: 0;
}
.js-container-flex-column.js-container-flex-column .mz-publish__text__item:last-of-type {
	margin-top: 60px;
}
.js-container-flex-column-reverse {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	    -ms-flex-direction: column-reverse;
	        flex-direction: column-reverse;
}
.js-container-flex-column-reverse.js-container-flex-column-reverse .mz-publish__text__item:first-of-type {
	margin-top: 60px;
}
.js-container-flex-column-reverse.js-container-flex-column-reverse .mz-publish__text__item:last-of-type {
	margin-top: 0;
}
/*
TODO: перенести в отдельный файл
начало стилей для игры dont_leave_room
*/
.view-only-landscape-mobile-less750 {
  text-align: center;
  display: none;
}
/*  @media (max-height: 470px) and (orientation: landscape) {*/
.mq-visible-only-less750-portrait {
  display: none; 
}
/*
конец стилей для игры dont_leave_room
*/

.js-game-container_canvas-h-centring canvas {
	margin: 0 auto;
}

.centring-canvas canvas {
	margin: 0 auto;
}
.game-container {
  display: inline-block;
  vertical-align: middle;

  width: 100%;
}
.game-container-protest {
  display: inline-block;
  width: 100%;
  height: 100%;
  max-width: 1200px;
  max-height: 800px;
  min-height: 330px;
  vertical-align: middle;
/*  box-shadow: 0 0 15px 1px; */
  background-color: #000;
}

.wrapper {
  z-index: -1;
  visibility: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  font-size: 0;
  text-align: center;
}

.wrapper:before {
	content: '';
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.sentsov-main-container {
  background: #151515;
  overflow: hidden;
}
.sentsov-main-container .sentsov-background {
	background-image: url(/img/sentsov/background.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.sentsov-main-container .sentsov-title {
	// background-image: url(/img/sentsov/title.svg);
	// background-repeat: no-repeat;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	width: 100%;
	margin: 71px 0 55px 0;
}
.sentsov-main-container .sentsov-title img {
	width: 100%;
}
.sentsov-main-container .mz-publish-meta {
	border-color: rgba(204, 204, 204, 0.2);
}
.sentsov-main-container .sentsov-view-container {
	width: 620px;
	margin-bottom: 50px;
}
.sentsov-main-container .sentsov-view-container .mz-publish-meta__item a {
	color: #999;
}
.sentsov-main-container .sentsov-view-container .mz-publish-meta__item a:hover {
	color: #fff;
}
.sentsov-main-container .sentsov-text-container {
	font-family: "William Text";
	font-size: 17px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.65;
	letter-spacing: normal;
	color: #f2f2f2;
	width: 620px;
	margin-bottom: 60px;
}
.sentsov-main-container .sentsov-text-container a {
	text-decoration: underline;
}
.sentsov-main-container .sentsov-text-container a:hover {
	color: #fff;
}
.sentsov-main-container .sentsov-video-container {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 70px;
	width: 800px;
	position: relative;
}
.sentsov-main-container .sentsov-video-container video {
	height: 100%;
	width: 100%;
}
.sentsov-main-container .sentsov-video-poster {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(21, 21, 21, 0.2);
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
.sentsov-main-container .sentsov-video-poster .sentsov-video-play-button {
	cursor: pointer;
	border: 8px solid #fff;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	position: relative;
}
.sentsov-main-container .sentsov-video-poster .sentsov-video-play-button:after {
	content: "▶";
	color: #fff;
	font-size: 50px;
	position: absolute;
	top: 12px;
	right: 15px;
}
.sentsov-main-container .sentsov-counter-container {
	border-top: 1px dotted rgba(204, 204, 204, 0.2);
	width: 620px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	margin-bottom: 63px;
}
.sentsov-main-container .sentsov-counter-container .sentsov-counter-title {
	background-image: url(/img/sentsov/counter-title.svg);
	background-repeat: no-repeat;
	height: 56px;
	width: 234px;
	margin: 70px 0 27px;
}
.sentsov-main-container .sentsov-counter-container .sentsov-counter-divider {
	background-image: url(/img/sentsov/divider.svg);
	background-repeat: no-repeat;
	height: 13px;
	width: 97px;
	margin-bottom: 24px;
}
.sentsov-main-container .sentsov-counter-container .sentsov-counter {
	font-family: "Graphik LC";
	font-size: 72px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #f2f2f2;
	margin-bottom: 10px;
}
.sentsov-main-container .sentsov-counter-container .sentsov-counter-days {
	font-family: "Graphik LC";
	font-size: 22px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: normal;
	letter-spacing: normal;
	text-align: center;
	color: #f2f2f2;
	text-transform: uppercase;
}
.sentsov-main-container .sentsov-shares-container {
	margin-bottom: 110px;
}
.sentsov-main-container .sentsov-shares-container-title {
	font-family: "Graphik LC";
	font-size: 12px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.67;
	letter-spacing: normal;
	text-align: center;
	color: #ffffff;
	opacity: 0.6;
	text-transform: uppercase;
	margin-bottom: 16px;
}
@media(max-width: 990px) {

	.mq-mobile-hide {
		display: none !important;
	}

	.mz-layout-menu__fundraising {
		width: 100%;
	}

	.mz-layout-menu__item-button {
		width: 100%;
		border: none;
		padding: 0;
	}

	.header-right-menu {
		display: none;
	}

	.only-mobile.only-mobile.only-mobile {
		display: block;
	}

	.mz-layout-theme__background {
		display: block;
	}

	.mz-layout-theme__header .mz-layout-theme__content {
		margin: 0 20px;
	}

	.mz-layout-theme__counter {
		display: none;
	}

	.mz-layout-theme__socials {
		-ms-flex-pack: distribute;
		justify-content: space-around;
		width: 100%;
	}

	.mz-layout-theme__socials_item-wrapper {
		margin-left: 20px;
	}

	.mz-cmp-header__link {
		display: none;
	}

	.mz-ads-header {
		display: none;
	}

	.mz-topnews__link_mobile {
		display: block;
		float: right;
		margin-top: 20px;
		font-family: 'Fira Mono';
		font-size: 13px;
		color: #c70000;
	}

	.mz-feature-item_photo.mz-feature-item_photo-scale {
		background-position-y: 0px;
	}

	.mz-publish__main-picture.mz-feature-item_type-digit {
		margin-top: -25px;
	}

	.mz-publish__sidebar .my-widget-anchor, .mz-publish__related .my-widget-anchor {
		margin-top: 0;
	}

	.mz-publish-meta__item + .mz-publish-meta__item:not(.mz-publish-meta__item_writer) {
		padding: 12px 5px;
	}

	.mz-feature-item_photo .mz-publish-meta__item_writer {
		border-top: 1px dotted rgba(204, 204, 204, 0.2);
	}

	.mz-publish-share_top {
		display: table;
		border-top: 0;
	}

	.mobile-only.mobile-only.mobile-only.mobile-only {
		display: block;
	}

	.brand_article-dw .brand__button {
		display: none;
	}

	.dw-button + .mz-publish-meta__item {
		margin-left: 6px;
	}

	.tools {
		overflow: hidden;
		border-bottom: none;
		padding-bottom: 0;
		margin: 20px 0 0px 0;
	}

	.tools__item_write {
		display: none;
	}

	.tell-us {
		padding-bottom: 20px;
	}

	.no-mobile {
		display: none;
	}

	.tidyroom-bottom-line {
		margin-top: 20px;
	}

	.module_tests .picture.cardText {
		padding: 70px 0px;
	}

	.module_tests .question .name {
		font-size: 22px;
		line-height: 1.2em;
		margin: 20px 0px;
	}

	.mz-publish__sidebar_tanakan {
		text-align: center;
		display: none;
	}

	.mz-layout-content_tanakan {
		padding-bottom: 0px;
	}

	.t__text-block {
		border-left: 0;
		border-right: 0;
		margin: 0px -20px;
		padding: 12px 20px;
	}

	.t__text-block-description_full {
		position: static;
		height: auto;
		overflow: visible;
	}

	.t__text-block_view_full .t__text-block-description_short {
		display: none;
	}

	.t__text-block_view_full .t__text-block-expand_fixed {
		position: fixed;
		bottom: 0px;
		background: #fff;
		height: 47px;
		line-height: 47px;
		font-size: 18px;
		left: 20px;
		right: 20px;
		text-align: center;
	}

	.t__text-block-title {
		font-size: 22px;
	}

	.t__answer-range-input::-webkit-slider-thumb {
		height: 30px;
		width: 30px;
		border-radius: 30px;
		margin: -15px 0px 0px 0px;
	}

	.rocket-bottom-line {
		margin-top: 20px;
	}

	.fundraising-side.fundraising-side_mobile-disabled {
		display: none;
	}

	.fundraising-side-form__sum {
		width: 36.666%;
	}

	.fundraising-side-form__recurrent {
		width: 62.08333%;
	}

	.fundraising-side-form__stripe-cvv, .fundraising-side-form__stripe-expiry {
		width: 49%;
	}

	.mz-card-context {
		padding: 18px 15px;
	}

	.mz-card-context__item {
		border-bottom: 1px solid #C7C7C7;
		padding: 18px 0 15px;
	}

	.mz-card-context__item-title {
		padding: 0;
	}

	.mz-card-context__header {
		border-bottom: 1px solid #C7C7C7;
		padding: 0 0 20px;
	}

	.mz-card-context__picture-wrapper {
		margin: 0 0 18px;
	}

	.mz-card-context__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.sentsov-main-container .sentsov-title {
		margin: 40px 0;
	}

	.sentsov-main-container .sentsov-title img {
		-webkit-transform: scale(1.5);
		transform: scale(1.5);
	}

	.sentsov-main-container .sentsov-view-container {
		width: 80%;
		margin-bottom: 30px;
	}

	.sentsov-main-container .sentsov-text-container {
		width: 80%;
	}

	.sentsov-main-container .sentsov-video-container {
		width: 100%;
	}

	.sentsov-main-container .sentsov-video-poster {
		opacity: 0;
	}

	.sentsov-main-container .sentsov-counter-container {
		width: 80%;
	}
}
@media(min-width: 990px) {

	.mq-desktop-hide {
		display: none !important;
	}

	.mz-btn-load {
		line-height: 65px;
		height: 60px;
		font-size: 15px;
	}

	.mz-layout {
		padding-top: 0;
	}

	.mz-layout-content {
		padding: 50px 0 100px;
		max-width: 960px;
	}

	.mz-layout-content__main {
		margin: 0 auto;
		max-width: 960px;
	}

	.mz-layout-content__col-side {
		display: block;
		float: right;
	}

	.mz-layout-header {
		padding: 0 17px 0 30px;
	}

	.mz-layout-header_fixed {
		position: relative;
	}

	.mz-layout-header__wrapper {
		position: relative;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.mz-layout-header__logo {
		top: 0px;
		width: 160px;
		height: 62px;
		background: url("../img/mz-layout-header/logo.svg") no-repeat 0 20px;
		background-size: contain;
	}

	.mz-layout-header__btn-burger {
		display: none;
	}

	.mz-layout-menu {
		position: absolute;
		top: 0;
		left: 0; /*стиль используется в случае*/
		display: table;
		padding: 0 0 0 198px;
		width: 100%;
		height: 66px;
		box-sizing: border-box;
		-webkit-transform: none;
		transform: none;
		opacity: 1;
		background: transparent;
	}

	.mz-layout-menu:after {
		position: absolute;
		top: 48%;
		left: 185px;
		display: block;
		margin-top: -12px;
		width: 1px;
		height: 26px;
		content: '';
		background: #333;
	}

	.mz-layout-menu__list {
		position: relative;
		top: 0px;
		display: table-cell;
		vertical-align: middle;
	}

	.mz-layout-menu__item {
		display: inline-block;
		margin: 0 1px 0 0;
		height: auto;
		line-height: 1;
		border-top: 0;
	}

	.mz-layout-menu__item:first-child {
		margin-left: 0;
	}

	.mz-layout-menu__item_search .mz-layout-menu__item__label {
		display: none;
	}

	.mz-layout-menu__item__icon_search { /*           border: 1px solid red; */
	}

	.mz-layout-menu__social {
		display: table-cell;
		margin: 0;
		width: 240px;
		vertical-align: middle;
	}

	.mz-layout-menu__social .mz-social {
		position: relative;
		top: -2px;
		height: 16px;
		text-align: right;
	}

	.mz-layout-menu a {
		transition: color .2s;
		-webkit-font-smoothing: subpixel-antialiased;
		letter-spacing: 0.13em;
	}

	.mz-layout-menu a.mz-layout-menu__item-link_map {
		border-radius: 2px;
		background: #dc5e5f;
		color: white;
		margin-left: 7px;
	}

	.mz-footer-main, .mz-footer-additional {
		width: 960px;
		margin-left: auto;
		margin-right: auto;
	}

	.mz-footer-additional {
		position: relative;
	}

	.mz-footer-main {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-bottom: 37px;
	}

	.mz-footer-main_first {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-bottom: 0px;
	}

	.mz-footer-main_second {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}

	.mz-footer-main_third {
		margin-top: 0px;
		margin-left: auto;
	}

	.mz-footer-age-censor {
		margin-left: 0px;
		margin-top: auto;
	}

	.mz-footer-subscription-wrapper {
		width: 290px;
	}

	.mz-footer-additional {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		margin-top: 23px;
	}

	.mz-footer-additional_copyright {
		margin-top: 0px;
	}

	.mz-footer-additional_copyright-text { /* width: 382px; */
		margin-left: 88px;
		margin-top: 0px;
	}

	.mz-footer-additional_socials {
		margin-left: auto;
	}

	.mz-footer-menu {
		margin-left: 70px;
	}

	.mz-footer-menu_item {
		padding: 0px;
		margin-top: 16px;
		border: 0px;
	}

	.mz-footer-menu_item:first-child {
		border: 0px;
		margin-top: 0px;
	}

	.mz-footer-socials {
		display: block;
		margin-left: auto;
		margin-right: 0px;
		padding-bottom: 0px;
		border-bottom: 0px;
	}

	.mz-footer-socials_item-wrapper {
		margin-left: 20px;
		width: 20px;
		height: 20px;
	}

	.mz-footer-socials_item__tw {
		margin-top: 2px;
		margin-left: -2px;
		width: 14px;
		height: 12px;
	}

	.mz-footer-socials_item__vk {
		height: 10px;
		width: 17px;
		margin-left: -1px;
		margin-top: 2px;
	}

	.mz-footer-socials_item__fb {
		height: 15.5px;
		width: 7.4px;
		margin-left: -2px;
		margin-top: 2px;
	}

	.mz-footer-socials_item__insta {
		width: 16px;
		height: 16px;
		margin-top: 2px;
		margin-left: 0px;
	}

	.mz-footer-socials_item__ok {
		width: 10px;
		height: 15px;
		margin-left: -1px;
		margin-top: 2px;
	}

	.mz-footer-socials_item__tg {
		width: 17px;
		height: 15px;
		margin-top: 1px;
		margin-left: 1px;
	}

	.mz-layout-footer__liveinter-counter {
		margin-top: 0px;
		position: absolute;
		margin-top: 0px;
		bottom: -10px;
	}

	.mz-layout-theme__title-counter {
		display: none;
	}

	.mz-layout-theme__socials {
		border-bottom: 0px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		padding-bottom: 0px;
	}

	.mz-layout-theme__socials_item-wrapper {
		height: 20px;
		margin-left: 17px;
		width: 20px;
	}

	.mz-layout-theme__socials_item__tw {
		height: 12px;
		margin-left: -2px;
		margin-top: 2px;
		width: 14px;
	}

	.mz-layout-theme__socials_item__vk {
		height: 10px;
		margin-left: -1px;
		margin-top: 2px;
		width: 17px;
	}

	.mz-layout-theme__socials_item__fb {
		height: 15.5px;
		margin-left: -2px;
		margin-top: 2px;
		width: 7.4px;
	}

	.mz-layout-theme__socials_item__insta {
		height: 16px;
		margin-left: 0px;
		margin-top: 2px;
		width: 16px;
	}

	.mz-layout-theme__socials_item__ok {
		height: 15px;
		margin-left: -1px;
		margin-top: 2px;
		width: 10px;
	}

	.mz-layout-theme__socials_item__tg {
		height: 15px;
		margin-left: 1px;
		margin-top: 1px;
		width: 17px;
	}

	.mz-cmp-header {
		padding-bottom: 22px;
		border-bottom: 1px dotted #CCC;
		font-size: 29px;
	}

	.mz-cmp-header_mode-side {
		padding-bottom: 18px;
		font-size: 26px;
	}

	.mz-cmp-header_info {
		font-size: 16px;
		text-transform: uppercase;
		font-weight: bold;
	}

	.mz-header-themes {
		display: table;
		box-sizing: border-box;
		width: 100%;
		padding: 0 20px;
		height: 48px;
		border-bottom: 1px solid #CCC;
		font-size: 14px;
	}

	.mz-header-themes {
		padding-left: 30px;
		padding-right: 30px;
	}

	.inlinead {
		display: none !important;
	}

	.mz-feature-layout .mz-content-meta-info.mz-feature-item__info {
		bottom: 26px;
	}

	.mz-news-list { /*     border-bottom: 1px dotted $color_border; */
	}

	.mz-topnews {
		max-width: 1170px;
	}

	.mz-topnews__label {
		margin-top: 100px;
	}

	.mz-topnews__link_mobile {
		display: none;
	}

	.mz-topnews__btn-load {
		margin-top: 30px;
	}

	.mz-topnews-list {
		border-bottom: 1px dotted #CCC;
	}

	.mz-publish__text__item .mz-topnews-item {
		padding: 0;
		border: none;
	}

	.mz-topnews-item {
		border-bottom-style: dotted;
	}

	.mz-topnews-list .mz-topnews-item {
		border-bottom-style: dotted;
	}

	.mz-topnews-item__title {
		font-size: 21px;
		line-height: 1.55;
	}

	.mz-topnews-list .mz-topnews-item__title {
		font-size: 15px;
	}

	.mz-topnews-item_type-material .mz-topnews-item__title {
		line-height: 1.2;
		font-size: 26px;
	}

	.mz-topnews-list .mz-topnews-item:first-child .mz-topnews-item__title {
		font-size: 25px;
	}

	.mz-topnews-item__info {
		margin-top: 24px;
	}

	.mz-topnews-list_wide .mz-topnews-item {
		float: left;
		width: 31.2%;
		min-height: 125px;
	}

	.mz-topnews-list_wide .mz-topnews-item:first-child {
		margin-left: 0;
		padding-right: 3.1%;
		width: 34.3%;
		box-sizing: border-box;
		border-bottom: 0;
	}

	.mz-topnews-list_wide .mz-topnews-item:nth-child(n+4) {
		border-bottom: 0;
	}

	.mz-topnews-list_wide .mz-topnews-item:nth-child(3), .mz-topnews-list_wide .mz-topnews-item:nth-child(5) {
		float: right;
	}

	.mz-materials__btn-load {
		margin-top: 30px;
	}

	.mz-publish__text__item .mz-material-item {
		margin-top: 75px;
		padding: 0;
		border: none;
	}

	.mz-material-item {
		padding: 30px 0;
		border-bottom-style: dotted;
	}

	.mz-material-item__picture-wrapper {
		margin: 0;
		float: left;
		width: 38%;
	}

	.mz-material-item__title {
		margin: 0 0 10px;
		font-size: 26px;
	}

	.mz-material-item_digit .mz-material-item__title {
		font-size: 67px;
	}

	.mz-material-item__announce-text {
		font-size: 15px;
	}

	.mz-material-item__source {
		margin-top: 8px;
		font-size: 15px;
	}

	.mz-material-item__content {
		position: relative;
		float: right;
		width: 57.1%;
	}

	.mz-material-item_digit .mz-material-item__content {
		float: none;
		margin: 0 auto;
		width: 80.9%;
	}

	.mz-material-item__info {
		margin-top: 27px;
	}

	.mz-material-item_digit .mz-material-item__info {
		margin-top: 30px;
	}

	.mz-publish__text__item .mz-material-item-side {
		margin-top: 75px;
		padding: 0;
		border: none;
	}

	.mz-material-item-side__title {
		font-size: 26px;
	}

	.mz-material-item-side__announce-text {
		font-size: 15px;
	}

	.mz-publish__text__item .mz-partner-material-item-side {
		margin-top: 75px;
		padding: 0;
		border: none;
	}

	.mz-partner-material-item-side__title {
		font-size: 26px;
	}

	.mz-partner-material-item-side__announce-text {
		font-size: 15px;
	}

	.mz-partner-material-item-side__hashtag {
		font-size: 15px;
	}

	.mz-feature-item {
		height: 474px;
	}

	.mz-feature-item_chronic {
		height: auto;
		min-height: 350px;
	}

	.mz-feature-item_photo {
		height: 580px;
	}

	.mz-feature-item:before {
		display: block;
		padding-top: 60.6%;
		content: '';
	}

	.mz-feature-item_chronic.mz-feature-item:before, .mz-feature-item_photo.mz-feature-item:before {
		display: none;
	}

	.mz-feature-item_size-medium, .mz-feature-item_size-small { /* height: auto; */
	}

	.mz-feature-item__content {
		position: absolute;
		bottom: 0;
		left: 0;
		min-height: auto;
		height: 100%;
	}

	.mz-feature-item_chronic .mz-feature-item__content, .mz-feature-item_photo .mz-feature-item__content {
		position: relative;
		width: 960px;
		margin: 0 auto;
	}

	.mz-feature-item_size-huge .mz-feature-item__content {
		height: 100%;
	}

	.mz-feature-item__content__inner {
		padding: 30px;
	}

	.mz-feature-item_chronic .mz-feature-item__content__inner, .mz-feature-item_photo .mz-feature-item__content__inner {
		padding: 50px 0;
	}

	.mz-feature-item_size-medium .mz-feature-item__content__inner {
		padding: 30px;
	}

	.mz-feature-item_size-small .mz-feature-item__content__inner {
		padding: 30px;
	}

	.mz-feature-item_size-huge .mz-feature-item__content__inner {
		vertical-align: middle;
	}

	.mz-feature-item__header, .mz-feature-item__subheader {
		max-width: 600px;
		font-size: 32px;
		line-height: 34px;
	}

	.mz-feature-item_chronic .mz-feature-item__header, .mz-feature-item_photo .mz-feature-item__header, .mz-feature-item_chronic .mz-feature-item__subheader, .mz-feature-item_photo .mz-feature-item__subheader {
		max-width: inherit;
		font-size: 44px;
		line-height: 48px;
		margin-bottom: 30px;
	}

	.mz-feature-item_type-digit .mz-feature-item__header, .mz-feature-item_type-digit .mz-feature-item__subheader {
		font-size: 55px;
	}

	.mz-feature-layout__main-one .mz-feature-item_type-digit .mz-feature-item__header, .mz-feature-layout__main-one .mz-feature-item_type-digit .mz-feature-item__subheader {
		font-size: 120px;
		line-height: 1;
	}

	.mz-feature-item_size-huge .mz-feature-item__header, .mz-feature-item_size-huge .mz-feature-item__subheader {
		margin: 0 auto;
		width: 100%;
		max-width: 700px;
		text-align: center;
		font-size: 60px;
	}

	.mz-feature-item_size-medium .mz-feature-item__header, .mz-feature-item_size-medium .mz-feature-item__subheader {
		max-width: 460px;
		font-size: 30px;
	}

	.mz-feature-layout__main-five .mz-feature-item_size-medium .mz-feature-item__header, .mz-feature-layout__main-five .mz-feature-item_size-medium .mz-feature-item__subheader {
		font-size: 30px;
		line-height: 32px;
	}

	.mz-feature-item_size-small .mz-feature-item__header, .mz-feature-item_size-small .mz-feature-item__subheader {
		max-width: 320px;
		font-size: 20px;
		line-height: 24px;
	}

	.mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__header, .mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__subheader {
		font-size: 105px;
		line-height: 130px;
	}

	.mz-feature-layout__main-five .mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__header, .mz-feature-layout__main-five .mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__subheader {
		font-size: 80px;
		line-height: 1;
	}

	.mz-feature-item_size-small.mz-feature-item_type-digit .mz-feature-item__header, .mz-feature-item_size-small.mz-feature-item_type-digit .mz-feature-item__subheader {
		font-size: 60px; /*line-height: 1;*/
		line-height: 1.3;
	}

	.mz-feature-item__announce {
		margin-top: 20px;
		width: 435px;
		font-size: 18px;
		line-height: 23px;
	}

	.mz-feature-layout__main-one .mz-feature-item__announce {
		line-height: 23px;
		font-size: 15px;
	}

	.mz-feature-item_type-digit .mz-feature-item__announce {
		margin-top: 10px;
	}

	.mz-feature-layout__main-five .mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__announce {
		font-size: 14px;
		line-height: 21px;
	}

	.mz-feature-item_size-huge .mz-feature-item__announce {
		margin: 24px auto 0;
		width: 100%;
		max-width: 640px;
		text-align: center;
		font-size: 19px;
	}

	.mz-feature-item_size-medium .mz-feature-item__announce {
		max-width: 375px;
		font-size: 15px;
		line-height: 23px;
	}

	.mz-feature-item_size-small .mz-feature-item__announce {
		margin-top: 12px;
		max-width: inherit;
		font-size: 14px;
		line-height: 21px;
		width: auto;
	}

	.mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__announce, .mz-feature-item_size-small.mz-feature-item_type-digit .mz-feature-item__announce {
		margin-top: 0;
	}

	.mz-feature-item__source {
		margin-top: 5px;
		max-width: 435px;
		line-height: 1.40;
		font-size: 18px;
	}

	.mz-feature-item_size-medium .mz-feature-item__source {
		max-width: 375px;
		font-size: 15px;
		line-height: 23px;
	}

	.mz-feature-layout__main-five .mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__source {
		font-size: 14px;
		line-height: 21px;
	}

	.mz-feature-item_size-small .mz-feature-item__source {
		max-width: inherit;
		font-size: 14px;
		line-height: 21px;
	}

	.mz-feature-item__info {
		margin-top: 25px;
	}

	.mz-feature-item_size-small .mz-feature-item__info {
		margin-top: 14px;
	}

	.mz-feature-item__icon {
		bottom: 30px;
		right: 30px;
		width: 42px;
		height: 34px;
	}

	.mz-feature-item_chronic__list ul {
		font-size: 18px;
		line-height: 31px;
	}

	.mz-feature-item_chronic__list ul li span {
		display: inline-block;
		min-width: 60px;
	}

	.mz-feature-item__overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		display: block;
		z-index: 1;
		background: #000;
		opacity: 0;
		transition: opacity .2s;
	}

	.mz-feature-item:not(.mz-feature-item_chronic):hover .mz-feature-item__overlay,.mz-feature-item:not(.mz-feature-item_chronic):focus .mz-feature-item__overlay {
		opacity: .2;
	}

	.mz-feature-item__credits {
		display: block;
	}

	.mz-case-list .mz-feature-item {
		margin-top: 30px;
	}

	.mz-case-list .mz-feature-item__content__inner {
		padding-left: 28px;
		padding-right: 28px;
	}

	.mz-case-list__item_two-col .mz-feature-item {
		float: left;
		margin-left: 30px;
		width: 300px;
	}

	.mz-case-list__item_two-col .mz-feature-item:first-child {
		margin-left: 0;
	}

	.mz-publish { /*min-height: 600px;*/
	}

	.mz-publish_chronic-header {
		margin-top: -50px;
	}

	.mz-publish__wrapper__row {
		max-width: 630px;
	}

	.mz-publish__wrapper__row:last-child {
		margin-bottom: 70px;
	}

	.mz-publish_centered .mz-publish__wrapper__row {
		margin-right: auto;
		margin-left: auto;
		padding-left: 0;
	}

	.mz-publish__wrapper__row_main-picture {
		margin-bottom: 30px;
		padding-left: 0;
	}

	.mz-publish_article .mz-publish__text {
		padding-top: 32px;
		border-top: 1px dotted #CCC;
	}

	.mz-publish_chronic.mz-publish_article .mz-publish__text, .mz-publish_photo.mz-publish_article .mz-publish__text {
		border-top: none; /*padding-top: 0 !important;*/
	}

	.mz-publish_static .mz-publish__text {
		padding-top: 34px;
		border-top: 1px dotted #CCC;
	}

	.mz-publish__main-picture {
		left: 0;
		margin-top: 0;
		width: 100%;
	}

	.mz-publish_article .mz-publish__title {
		margin-bottom: 32px;
		line-height: 1.05;
		font-size: 44px;
		max-width: 990px;
	}

	.mz-publish__title {
		font-size: 34px;
	}

	.mz-publish__announce.mz-publish__announce_chronic, .mz-publish__announce.mz-publish__announce_online {
		min-height: 140px;
	}

	.mz-publish__announce {
		line-height: 1.7;
		font-size: 18px;
	}

	.mz-publish__announce--full-width {
		width: 960px;
		position: relative;
	}

	.mz-publish__announce--full-width:after {
		content: '';
		width: 960px;
		height: 1px;
		position: absolute;
		border-top: 1px dotted #CCC;
		left: 0px;
		bottom: -30px;
	}

	.mz-publish_static .mz-publish__announce {
		margin-bottom: 30px;
	}

	.mz-publish_chronic .mz-publish__time-header {
		font-size: 24px;
	}

	.mz-publish__time-header {
		border-style: dotted;
	}

	.mz-publish__case-item {
		padding-bottom: 26px;
		border-bottom: 1px dotted #CCC;
	}

	.mz-publish__case-item__header {
		font-size: 26px;
	}

	.mz-publish__case-item__btn-toggle {
		width: 33px;
		height: 33px;
	}

	.mz-publish__sidebar, .mz-publish__related {
		position: absolute;
		top: 0;
		right: 0;
		padding-top: 0;
	}

	.mz-publish__sidebar, .mz-publish__related {
		width: 31.2%;
	}

	.mz-publish-meta {
		padding: 7px 0 6px;
		border-style: dotted;
		margin-bottom: 50px;
	}

	.mz-feature-item_chronic .mz-publish-meta {
		border-color: rgba(204, 204, 204, 0.2);
		margin-bottom: 40px;
	}

	.mz-feature-item_chronic .mz-publish-meta a {
		color: #c70000;
	}

	.mz-feature-item_chronic .mz-publish-meta a:hover {
		color: #999;
	}

	.mz-feature-item_photo .mz-publish-meta {
		border-color: rgba(204, 204, 204, 0.2);
		margin-bottom: 0px;
	}

	.mz-publish-meta__item {
		padding: 0 12px 0 12px;
		height: 25px;
		line-height: 25px; /*border-left: 1px dotted $color_border;*/
		font-size: 13px;
	}

	.mz-publish-meta__item_writer {
		display: inline;
		width: auto;
		border-top: 0;
	}

	.mz-publish-meta__item a {
		display: inline-block;
	}

	div[data-oembed-url] {
		position: static;
		left: 0;
		width: 100%;
	}

	body .mz-publish-photo {
		position: static;
		left: 0;
		width: 100%;
	}

	body .mz-publish-photo_fullWidth {
		position: relative;
		width: 960px;
	}

	body .mz-publish-photo_bigger {
		position: relative;
		width: 960px;
	}

	body .mz-publish-photo_vertical:after {
		content: '';
		clear: both;
		display: block;
	}

	body .mz-publish-photo__comment {
		margin: 18px 0 0;
		padding: 0;
		font-size: 15px;
	}

	.mz-publish-photo_vertical .mz-publish-photo__image {
		width: 470px;
		float: left;
	}

	.mz-publish-photo_vertical .mz-publish-photo__comment {
		width: 145px;
		float: left;
		margin: 0 0 0 15px;
	}

	.mz-publish-cite_two-col {
		padding-top: 34px;
		padding-bottom: 34px;
	}

	.mz-publish-cite_two-col:before {
		display: block;
		content: '';
	}

	.mz-publish-cite_two-col .mz-publish-cite__image {
		float: left;
		width: 214px;
	}

	.mz-publish-cite_two-col .mz-publish-cite__text {
		float: left;
		margin-top: 0;
		margin-left: 26px;
		width: calc(100% - 240px);
	}

	.mz-publish-docscite_two-col {
		padding-top: 5px;
	}

	.mz-publish-docscite_two-col:before {
		display: block;
		content: '';
	}

	.mz-publish-docscite_two-col .mz-publish-docscite__image {
		float: left;
		width: 214px;
	}

	.mz-publish-docscite_two-col .mz-publish-docscite__text {
		float: left;
		margin-top: 0;
		width: calc(100% - 240px);
	}

	.mz-publish-share__item__counter_val {
		display: inline;
	}

	.mz-publish-share {
		border-style: dotted;
	}

	.mz-publish__wrapper__row__side .mz-publish-share {
		border-color: transparent;
	}

	.mz-publish-share__item {
		font-size: 13px;
	}

	.mz-publish-share__item:before {
		margin-top: -13px;
		height: 26px;
		border-left-style: dotted;
	}

	.mz-publish-case-micro__header {
		font-size: 26px;
		color: #222;
	}

	.mz-publish-case-micro__brief {
		margin-top: 14px;
		font-size: 15px;
	}

	.mz-publish-case-micro__table {
		border-top: 1px dotted #CCC;
	}

	.mz-publish-case-micro__table td {
		border-bottom: 1px dotted #CCC;
	}

	.mz-publish-case-micro__table__text {
		line-height: 1.5;
	}

	.mz-theme-list__item:after {
		border-bottom: 1px dotted #CCC;
	}

	.mz-theme-list__item { /*float: left;*/
		height: 46px;
		line-height: 46px;
		font-size: 16px;
	}

	.mz-page-search {
		padding-top: 80px;
	}

	.mz-page-search__header {
		display: block;
		margin: 0 0 36px;
		font-size: 44px;
		font-weight: bold;
		color: #222;
	}

	.mz-page-search__form {
		left: 0;
		width: 100%;
	}

	.mz-page-search__result {
		margin-top: 36px;
	}

	#ya-site-form0 .ya-site-form__search .ya-site-form__search-input .ya-site-form__submit {
		width: 120px !important;
		height: 56px;
		background-image: none;
		font-size: 18px !important;
		color: #fff!important;
	}

	#ya-site-form0 .ya-site-form__search .ya-site-form__search-input input.ya-site-form__input-text {
		width: 832px;
		height: 56px;
		font-size: 26px;
	}

	.mz-search-form__input {
		width: 832px;
		height: 56px;
		font-size: 26px;
	}

	.mz-search-form__submit {
		float: right;
		width: 120px;
		height: 56px;
		background-image: none;
		font-size: 18px;
		color: #FFF;
	}

	.mz-search-result__item {
		padding: 40px 0;
		border-top: 1px dotted #CCC;
	}

	.mz-search-result__item:first-child {
		border-top: 1px dotted #CCC;
	}

	.mz-search-result__item:last-child {
		border-bottom: 1px dotted #CCC;
	}

	.mz-search-result__item__title {
		line-height: 1.1;
		font-size: 26px;
	}

	.mz-search-result__item__text {
		line-height: 1.6;
	}

	.mz-search-result__item__image-link {
		float: right;
		margin-bottom: 0;
		padding-left: 65px;
		width: 240px;
	}

	.mz-search-result__item__image-link + .mz-search-result__item__wrapper {
		width: 650px;
	}

	.mz-search-result__item__info {
		margin-top: 28px;
	}

	.mz-adv-image {
		display: block;
		margin-bottom: 45px;
	}

	.mz-adv-image_header-pad {
		margin-top: 52px;
	}

	.mz-link {
		font-size: 15px;
	}

	.mz-publish__text__item .mz-side-rotate-item {
		margin-top: 75px;
		padding: 0;
		border: none;
	}

	.brand_article-dw .mz-publish__title {
		line-height: 64px;
	}

	.brand_article-dw .mz-layout-content {
		padding: 20px 0 20px 0;
	}

	.tools__item {
		text-align: left;
		width: 49%;
		margin-bottom: 0;
		border-bottom: none;
		display: inline-block;
		//display: table-cell;
		margin-bottom: 0;
		border-bottom: none;
		//padding-left: 20px;
	}

	.tools__item + .tools__item {
		width: auto;
		margin-left: 20px;
	}

	.tell-popout .over-layer-wrap-container-center {
		width: 600px;
	}

	.meta-econtenta-block-wrap {
		display: none;
	}

	.tidyroom-content .mz-publish__text-noborder {
		padding-top: 36px!important;
	}

	.tidyroom-content .mz-publish-meta {
		margin-bottom: 0px!important;
	}

	.brand_tidyroom {
		background: url("../img/tidyroom/bg.png") center center no-repeat;
		background-size: cover;
	}

	.coupon_pos_right {
		float: right;
		max-width: 32%;
		box-sizing: border-box;
	}

	.coupon_pos_right .coupon__rules:hover {
		color: #fff;
	}

	.brand_tidyroom__container {
		max-width: 68%;
		padding-right: 40px;
		box-sizing: border-box;
		float: left;
	}

	.tidyroomfooter {
		padding: 50px 0px 0px 0px;
		background: #dff0ea!important;
	}

	.tidyroomfooter .tidyroomfooter__logo {
		display: inline-block;
		width: 410px;
	}

	.tidyroomfooter .coupon_pos_bottom {
		width: 40%;
	}

	.tidyroomfooter .tidyroomfooter__text {
		width: 60%;
	}

	.tidyroomfooter__additionalwarpper {
		max-width: 775px;
		padding-bottom: 30px;
	}

	.coupon__link {
		display: none;
	}

	.brand_tidyroom .mz-layout-content {
		padding-bottom: 50px!important;
	}

	.brand_tidyroom .mz-publish.mz-publish_article .brand__title_size-big {
		font-size: 44px;
		line-height: 1.05;
		font-weight: bold;
		margin: 0px;
	}

	.brand_tidyroom .mz-publish.mz-publish_article .brand__title_size-small {
		margin: 7px 0px 0px 0px;
		font-size: 29px;
		font-weight: regular;
	}

	.tidyroom-announce {
		line-height: 1.5;
	}

	.module_tests .picture.cardText {
		min-height: 380px;
		box-sizing: border-box;
	}

	.mz-layout__test-judge { /*background: #b7b0a9;*/
		background: url('/img/judge/0.jpg') left top repeat;
		background-size: 50% auto;
	}

	.mz-layout__test-judge.mz-layout__test-tanakan {
		background: url('/img/tanakan/pattern.jpg');
		background-size: 9%;
	}

	.mz-layout__test-judge .mz-icon_share {
		fill: #fff!important;
	}

	.mz-layout__test-judge .tools__icon {
		fill: #ffffff;
	}

	.mz-layout__test-judge .tools__text {
		color: #fff;
	}

	.mz-layout__test-judge .test_judge {
		margin: 0 auto;
		background: #fff;
		padding-top: 20px;
		max-width: 700px;
		border: 2px solid #796f6f;
	}

	.mz-layout__test-judge .test_judge.tanakan {
		border: 1px solid white;
	}

	.mz-layout__test-judge .mz-publish_article .mz-publish__text {
		border-top: 0px!important;
		padding-top: 0px!important;
	}

	.mz-layout__test-judge .t__text-block {
		border-left: 0px;
		border-right: 0px;
	}

	.mz-layout__test-judge .mz-layout-content {
		padding-bottom: 0px!important;
	}

	.mz-layout__test-judge .mz-header-themes {
		background: #fff;
	}

	.t__text-block {
		padding: 12px 50px;
		margin: 0 auto;
	}

	.t__text-block-title {
		font-size: 24px;
	}

	.t__box_answers {
		max-width: 560px;
	}

	.t__answer-range-input::-webkit-slider-thumb {
		height: 20px;
		width: 20px;
		border-radius: 20px;
		margin: -10px 0px 0px 0px;
	}

	.rocket-content .mz-publish__text-noborder {
		padding-top: 36px!important;
	}

	.rocket-content .mz-publish-meta {
		margin-bottom: 0px!important;
	}

	.brand_rocket__container {
		//max-width: 68%;
		//padding-right: 40px;
		box-sizing: border-box;
		//float: left;
	}

	.rocketfooter {
		//padding: 50px 0px 0px 0px;
		//background: #f5896b!important;
	}

	.rocketfooter .rocketfooter__logo {
		display: inline-block;
		width: 410px;
	}

	.rocketfooter .coupon_pos_bottom {
		width: 40%;
	}

	.rocketfooter .rocketfooter__text {
		width: 60%;
	}

	.rocketfooter__additionalwarpper {
		max-width: 775px;
		padding-bottom: 30px;
	}

	.brand_rocket .mz-layout-content {
		padding-bottom: 50px!important;
	}

	.brand_rocket .mz-publish.mz-publish_article .brand__title_size-big {
		font-size: 44px;
		line-height: 1.05;
		font-weight: bold;
		margin: 0px;
	}

	.brand_rocket .mz-publish.mz-publish_article .brand__title_size-small {
		margin: 7px 0px 0px 0px;
		font-size: 29px;
		font-weight: regular;
	}

	.rocket-announce {
		line-height: 1.5;
	}

	.mz-layout-card:before {
		position: fixed;
	}

	.mz-layout-card_main .mz-layout-content_card {
		padding: 150px 0px 50px;
	}

	.mz-layout-card_main .mz-layout-content_card .card-cover__meta {
		padding-top: 20px;
	}

	.mz-layout-card_main .mz-layout-content_card .card-cover__start {
		max-width: 200px;
	}

	.mz-layout-card_inner .mz-layout-content_card { /*padding: 100px 0px 50px;*/
	}

	.mz-card-menu {
		display: none;
	}

	.card-list__item {
		padding: 150px 0px 50px;
	}

	.card-list {
		float: right;
		width: 70%;
	}

	.card-list__item-content {
		padding: 40px 65px;
		max-width: 660px;
	}

	.card-rail {
		bottom: 20px;
		top: 150px;
		z-index: 5;
		color: #fff;
		padding: 0px;
	}

	.card-rail__table {
		display: table;
		height: 100%;
	}

	.card-rail__row {
		display: table-row;
	}

	.card-rail__row--bottom {
		height: 100%;
	}

	.card-rail__cell {
		display: table-cell;
		width: 100%;
	}

	.card-rail__cell--bottom {
		height: 100%;
		position: relative;
	}

	.card-rail.hide {
		-webkit-transform: translate3d(140%, 0, 0);
		transform: translate3d(140%, 0, 0);
	}

	.card-rail__header {
		background: rgba(0,0,0,0.4);
		padding: 20px 15px 20px;
	}

	.card-rail__bottom {
		width: 100%;
		background: rgba(0,0,0,0.6);
		overflow: hidden;
		padding: 30px 0px;
		transition: opacity .1s linear;
	}

	.card-rail__bottom--initial-styles {
		opacity: 0;
	}

	.card-rail__bottom--full-filled {
		position: absolute;
		top: 0px;
		bottom: 0px;
	}

	.card-rail__list {
		//: 150px;
		overflow-y: auto;
		margin-right: -15px;
		padding-right: 30px;
	}

	.card-rail__scroller {
		display: block;
		height: 30px;
		background: #000;
		cursor: pointer;
		text-align: center;
		position: absolute;
		width: 100%;
		left: 0px;
		z-index: 1;
		vertical-align: middle;
	}

	.card-rail__scroller.visible {
		display: block;
	}

	.card-rail__scroller.hidden {
		display: none;
	}

	.card-rail__scroller-up {
		top: 0px;
	}

	.card-rail__scroller-up svg g {
		stroke: white;
	}

	.card-rail__scroller-up--unactive {
		cursor: initial;
	}

	.card-rail__scroller-up--unactive svg g {
		stroke: #424242;
	}

	.card-rail__scroller-down {
		bottom: 0px;
	}

	.card-rail__scroller-down svg g {
		stroke: white;
	}

	.card-rail__scroller-down--unactive {
		cursor: initial;
	}

	.card-rail__scroller-down--unactive svg g {
		stroke: #424242;
	}

	.card-cover__meta {
		float: left;
		width: 50%;
		box-sizing: border-box;
		padding: 0px 50px 50px 0px;
	}

	.card-cover__content {
		min-height: 100px;
		float: left;
		padding: 0px 0px 0 50px;
		width: 50%;
		box-sizing: border-box;
	}

	.card-cover__authors .mz-publish-meta__item {
		font-size: 14px;
		line-height: 22px;
	}

	.mz-card-pager_bottom .prev:after {
		content: 'Предыдущее';
	}

	.mz-card-pager_bottom .next:before {
		content: 'Следующее';
	}

	.mz-yt-wrap {
		position: static;
		left: 0;
		width: 100%;
	}

	.mz-yt-wrap_fullWidth {
		position: relative;
		width: 960px;
	}

	.mz-yt-wrap_bigger {
		position: relative;
		width: 960px;
	}

	.reordering-button_chronicle {
		margin-bottom: 0px;
	}

	.reordering-button_online {
		margin-top: 14px;
	}

	.mz-publish__announce + .reordering-button_online {
		margin: 14px 0px 32px 0px;
	}

	.mz-card-context__wrapper {
		max-width: 960px;
	}
}
@media(min-width: 1200px) {

	.mz-layout-content {
		max-width: 1170px;
	}

	.mz-layout-content__col-main {
		float: left;
		width: 810px;
	}

	.mz-layout-content__col-side {
		width: 25.6%;
	}

	.mz-layout-header {
		padding: 0 35px;
	}

	.mz-layout-header__logo {
		top: 20px;
		width: 160px;
		height: 25px;
		background: url("../img/mz-layout-header/logo.svg") no-repeat 0 0;
		background-size: contain;
	}

	.mz-layout-menu__social {
		position: relative;
		right: -10px;
	}

	.mz-footer-main, .mz-footer-additional {
		width: 1170px;
	}

	.mz-layout-theme__header .mz-layout-theme__content {
		max-width: 1170px;
	}

	.mz-layout-theme__title {
		font-size: 44px;
	}

	.mz-header-themes {
		padding-left: 35px;
		padding-right: 35px;
	}

	.mz-topnews-list_wide .mz-topnews-item {
		width: 25.6%;
	}

	.mz-topnews-list_wide .mz-topnews-item:first-child {
		padding-right: 7.6%;
		width: 43.5%;
	}

	.mz-publish__text__item .mz-material-item {
		padding: 15px 0;
	}

	.mz-material-item__picture-wrapper {
		width: 44.4%;
	}

	.mz-material-item__content {
		width: 51.8%;
	}

	.mz-material-item__content__wrapper {
		display: table;
		width: 100%;
		height: 100%;
	}

	.mz-material-item__content__wrapper__inner {
		display: table-cell;
		vertical-align: middle;
		height: 218px;
		padding: 0 0 30px;
		box-sizing: border-box;
	}

	.mz-publish__text__item .mz-material-item__content__wrapper__inner {
		height: auto;
	}

	.mz-material-item_digit .mz-material-item__content {
		width: 80.9%;
	}

	.mz-material-item__info {
		position: absolute;
		bottom: -3px;
		left: 0;
		margin-top: 0;
	}

	.mz-material-item_digit .mz-material-item__info {
		position: static;
		top: auto;
		left: auto;
		width: 48.1%;
	}

	.mz-material-item_digit {
		padding-top: 42px;
	}

	.mz-publish__text__item .mz-material-item-side {
		padding: 15px 0;
	}

	.mz-publish__text__item .mz-partner-material-item-side {
		padding: 15px 0;
	}

	.mz-feature-item_chronic .mz-feature-item__content, .mz-feature-item_photo .mz-feature-item__content {
		width: 1170px;
	}

	.mz-feature-item__content__inner {
		padding: 50px;
	}

	.mz-feature-item_size-medium .mz-feature-item__content__inner {
		padding: 30px;
	}

	.mz-feature-item_size-small .mz-feature-item__content__inner {
		padding: 30px;
	}

	.mz-feature-item__header, .mz-feature-item__subheader {
		max-width: 600px;
		font-size: 30px;
		line-height: 32px;
	}

	.mz-feature-layout__main-one .mz-feature-item__header, .mz-feature-layout__main-one .mz-feature-item__subheader {
		max-width: 600px;
		font-size: 32px;
		line-height: 34px;
	}

	.mz-feature-item_size-huge .mz-feature-item__header, .mz-feature-item_size-huge .mz-feature-item__subheader {
		font-size: 60px;
	}

	.mz-feature-item__icon {
		bottom: 25px;
		right: 35px;
	}

	.mz-feature-layout__main-three {
		float: left;
		width: 69%;
	}

	.mz-feature-layout__main-three .mz-feature-item {
		height: 520px;
	}

	.mz-feature-layout__side-three {
		float: left;
		width: 31%;
	}

	.mz-feature-layout__main-five .mz-feature-item {
		float: left;
		width: 50%;
		height: 350px;
	}

	.mz-feature-layout__main-five .mz-feature-item:first-child {
		border-left: 0;
	}

	.mz-feature-layout__side-five .mz-feature-item {
		float: left;
		width: 33.33333%;
		height: 260px;
	}

	.mz-feature-layout__side-five .mz-feature-item:first-child {
		border-left: 0;
	}

	.mz-publish__wrapper__row {
		padding-left: 12.7%;
		max-width: 660px;
	}

	.mz-publish__wrapper__row_main-picture {
		padding-left: 0;
		max-width: 69.2%;
	}

	.mz-publish_chronic-header .mz-publish__wrapper__row_main-picture {
		max-width: inherit;
	}

	.mz-publish__wrapper__row_mq-l-full-width {
		padding-left: 0;
		max-width: 810px;
	}

	.mz-publish__wrapper__row__side {
		position: absolute;
		top: 0;
		left: 0;
		width: 120px;
		z-index: 1;
	}

	.mz-publish_article .mz-publish__text p:first-child {
		margin-top: 0;
	}

	.mz-publish__text__item {
		margin-top: 60px;
	}

	.mz-publish__text__item:first-of-type {
		margin-top: 0;
	}

	.mz-publish_chronic .mz-publish__text__item:before {
		content: '';
		width: 810px;
		height: 1px;
		position: absolute;
		border-top: 1px dotted #CCC;
		left: -150px;
		top: -30px;
	}

	.mz-publish_chronic .mz-publish__text__item-important:before {
		border-top: 4px solid #333;
	}

	.mz-publish__text__item .mz-publish__time-header {
		margin-top: 7px;
	}

	.mz-publish__text__item .mz-publish__time-header--sort {
		text-align: left;
		font-size: 12px;
	}

	.mz-publish__announce--full-width {
		width: 1024px;
	}

	.mz-publish__announce--full-width:after {
		width: 1024px;
	}

	.mz-publish_chronic .mz-publish__announce { /*margin-left: -148px;*/
		margin-bottom: 0;
		padding-bottom: 0px;
	}

	.mz-publish_chronic .mz-publish__time-header {
		line-height: 18px;
	}

	.mz-publish_chronic .mz-publish__time-header span {
		display: block;
	}

	.mz-publish_chronic .mz-publish__time-header span + span {
		font-size: 12px;
		margin-top: 2px;
	}

	.mz-publish__time-header {
		position: absolute;
		left: -149px;
		margin: 0;
		width: 18.5%;
		border-style: dotted;
	}

	.mz-publish_chronic .mz-publish__time-header {
		border: none;
	}

	.mz-publish__case-item__meta > .mz-content-meta-info__item {
		display: block;
		margin-left: 0;
		margin-bottom: 6px;
		padding-left: 0;
		width: 100%;
		max-width: 160px;
		line-height: 1.3;
	}

	.mz-publish__case-item__meta > .mz-content-meta-info__item:after {
		display: none;
		content: none;
	}

	.mz-publish__sidebar, .mz-publish__related {
		width: 25.6%;
	}

	.mz-publish__wrapper__row__side .mz-publish-meta {
		padding: 0;
		width: 120px;
	}

	.mz-publish__wrapper__row__side .mz-publish-meta__item {
		display: block;
		margin: 0;
		padding: 12px 0;
		height: auto;
		line-height: 1.40;
		border: 1px dotted #CCC;
		border-width: 1px 0 0 0;
	}

	.mz-publish .mz-publish-meta__item:first-child {
		border-top: 0;
	}

	.mz-publish__wrapper__row__side .mz-publish-meta__item_writer > span {
		display: block;
	}

	.mz-publish--fullWidth div.youtube-embed {
		position: relative;
		width: 1170px;
		left: -150px;
	}

	body .mz-publish-photo_fullWidth {
		position: relative;
		width: 1170px;
		left: -150px;
	}

	.mz-publish-photo_fullWidth .mz-publish-photo__comment {
		margin-left: 150px;
	}

	.mz-publish-photo_bigger .mz-publish-photo__comment {
		margin-left: 60px;
	}

	.mz-publish-cite_side, .mz-publish-cite_side-right {
		width: 270px;
	}

	.mz-publish-cite_side {
		float: left;
		margin-right: 30px;
		margin-left: -130px;
	}

	.mz-publish-docscite_side, .mz-publish-docscite_side-right {
		width: 270px;
	}

	.mz-publish-docscite_side {
		float: left;
		margin-right: 30px;
		margin-left: -130px;
	}

	.mz-publish_chronic .mz-publish__time-header .mz-publish-share {
		margin-top: 12px;
		float: none;
	}

	.mz-publish-share_top {
		display: table;
	}

	.mz-publish .mz-publish-share_top {
		display: block;
		width: 120px;
	}

	.mz-publish .mz-publish-meta + .mz-publish-share_top {
		margin-top: -1px;
		border-top: 0;
	}

	.mz-publish .mz-publish-share_top .mz-publish-share__item {
		display: block;
		box-sizing: border-box;
		width: 100%;
		line-height: 40px;
		text-align: left;
		border-top: 1px dotted #CCC;
	}

	.mz-publish .mz-publish-share_top-border .mz-publish-share__item {
		display: block;
		padding-left: 8px;
		box-sizing: border-box;
		width: 100%;
		line-height: 40px;
		text-align: left;
		border-top: 1px dotted #CCC;
	}

	.mz-publish_chronic .mz-publish__time-header .mz-publish-share__item {
		margin: 12px 0;
		display: block;
	}

	.mz-publish .mz-publish-share_top .mz-publish-share__item:first-child {
		border-top: 0;
	}

	.mz-publish .mz-publish-share_top-border .mz-publish-share__item:first-child {
		border-top: 0;
	}

	.mz-publish .mz-publish-share_top .mz-publish-share__item:before {
		display: none;
		content: none;
	}

	.mz-publish .mz-publish-share_top-border .mz-publish-share__item:before {
		display: none;
		content: none;
	}

	.mz-publish__text__item .mz-side-rotate-item {
		padding: 15px 0;
	}

	.tidyroom-content .mz-publish__wrapper__row__side {
		margin-top: 29px;
	}

	.rocket-content .mz-publish__wrapper__row__side {
		margin-top: 29px;
	}

	.mz-yt-wrap_fullWidth {
		position: relative;
		width: 1170px;
		left: -150px;
	}

	.reordering-button_chronicle {
		margin-top: 32px;
		margin-bottom: 16px;
	}

	.mz-card-context__wrapper {
		max-width: 1170px;
	}
}
@media(min-width: 990px) and (max-width: 1199px) {

	.mz-layout-content__col-main {
		float: left;
		width: 630px;
	}

	.mz-layout-content__col-side {
		width: 31.2%;
	}

	.mz-publish__text__item .mz-topnews-item:before {
		content: '';
		width: 630px;
		height: 1px;
		position: absolute;
		border-top: 1px dotted #CCC;
		left: 0px;
		top: -20px;
	}

	.mz-publish__text__item .mz-material-item:before {
		content: '';
		width: 630px;
		height: 1px;
		position: absolute;
		border-top: 1px dotted #CCC;
		left: 0px;
		top: -40px;
	}

	.mz-publish__text__item .mz-material-item-side:before {
		content: '';
		width: 630px;
		height: 1px;
		position: absolute;
		border-top: 1px dotted #CCC;
		left: 0px;
		top: -40px;
	}

	.mz-publish__text__item .mz-partner-material-item-side:before {
		content: '';
		width: 630px;
		height: 1px;
		position: absolute;
		border-top: 1px dotted #CCC;
		left: 0px;
		top: -40px;
	}

	.mz-feature-layout__main-one .mz-feature-item {
		height: 520px;
	}

	.mz-feature-layout__side-three .mz-feature-item {
		float: left;
		width: 50%;
		height: 260px;
	}

	.mz-feature-layout__side-three .mz-feature-item:first-child {
		border-left: 0;
	}

	.mz-feature-layout__main-five {
		float: left;
		width: 59%;
	}

	.mz-feature-layout__main-five .mz-feature-item {
		width: 100%;
		height: 390px;
	}

	.mz-feature-layout__main-five .mz-feature-item__content__inner {
		vertical-align: bottom;
	}

	.mz-feature-layout__main-five .mz-feature-item .mz-content-meta-info {
		position: static;
	}

	.mz-feature-layout__side-five {
		float: left;
		width: 41%;
	}

	.mz-feature-layout__side-five .mz-feature-item {
		width: 100%;
		height: 260px;
	}

	.mz-publish__text__item .mz-side-rotate-item:before {
		content: '';
		width: 630px;
		height: 1px;
		position: absolute;
		border-top: 1px dotted #CCC;
		left: 0px;
		top: -40px;
	}
}
@media (max-width: 989px) {

	.mz-layout-content__col-side_chronicle {
		padding-top: 50px;
	}

	.mz-layout-content__col-side .mz-partner-material-item-side, .mz-layout-content__col-side .mz-publish__sidebar__item {
		display: none;
	}

	.mz-layout-content__col-side .mz-partner-material-item-side--visible, .mz-layout-content__col-side .mz-publish__sidebar__item--visible {
		display: inline-block;
	}

	.brand_tidyroom {
		background: #dff0ea;
		padding: 0px 0px 20px 0px;
	}

	.brand_tidyroom .mz-layout-content {
		background: url("../img/tidyroom/bg.png") center center no-repeat;
		background-size: cover;
		padding-bottom: 15px;
	}

	.brand_tidyroom .brand_tidyroom__container {
		text-align: center;
	}

	.coupon_pos_right {
		margin: 20px auto;
		color: #000;
	}

	.coupon_pos_right .coupon__container {
		border: 5px solid #000;
	}

	.coupon_pos_right .coupon__container:before {
		border-color: #000;
	}

	.coupon_pos_right .coupon__link {
		background: url("../img/tidyroom/logo_green.svg") no-repeat;
		background-size: cover;
		width: 270px;
		height: 36px;
		margin-bottom: 10px;
	}

	.coupon_pos_right .coupon__get {
		background-color: #000;
		color: #fff;
	}

	.coupon_pos_right .coupon__percentage {
		border-color: #000;
	}

	.coupon_pos_right .coupon__rules:hover {
		color: #000;
	}

	.tidyroomfooter {
		padding: 30px 0px;
		background: #dff0ea!important;
	}

	.tidyroomfooter .tidyroomfooter__logo {
		width: auto;
		display: block;
	}

	.tidyroomfooter .coupon_pos_bottom {
		width: 50%;
	}

	.tidyroomfooter .tidyroomfooter__text {
		width: 50%;
	}

	.tidyroom-condition {
		margin-top: 0;
	}

	.brand_rocket {
		padding: 0px 0px 20px 0px;
	}

	.brand_rocket .mz-layout-content {
		background: url("../img/rocket/bg.png") center center no-repeat;
		background-size: cover;
		padding-bottom: 15px;
	}

	.brand_rocket .brand_rocket__container {
		text-align: center;
	}

	.rocket-banner_size_full {
		background-size: auto 100%;
	}

	.rocket-condition {
		margin-top: 0;
	}

	.card-share {
		text-align: center;
	}

	.card-rail {
		display: none;
	}

	.mz-layout-card:before {
		position: fixed;
	}

	.mz-layout-card.no-fixed { /* 
    Убираем position: fixed для правильного 
    отображения карточек "Смотрите также" в подвале
    */
		position: inherit;
	}

	.mz-layout-card_main {
		position: fixed;
	}

	.mz-layout-card_main .mz-layout-content_card { /*
           padding-bottom 66px потому что
           у нас отступ сверху 55px из-за хедера
           в р-те часть контента уходит вниз за границы
           окна. 
          */
		padding: 100px 20px 66px;
	}

	.mz-layout-card_main .mz-layout-content_card .card-cover__start {
		max-width: 300px;
	}

	.mz-layout-card_inner .mz-card-menu {
		display: block;
	} /*.mz-layout-content{
    &_card{
      padding: 50px 20px 0px;
    }
  }*/

	.card-list__item {
		padding: 100px 0px 70px;
	}

	.card-cover__meta {

}

	.card-cover__content {

}

	.card-cover__start {
		margin: 32px auto 20px;
	}

	.card-cover__authors .mz-publish-meta__item_writer {
		display: inline-block;
		width: auto;
		border-top: none;
	}

	.card-list__item-content {
		padding: 20px 20px;
	} /*.mz-card-pager{
    &_bottom{
      .prev{
        &:before{
           display:none;
        }
      }
      .next{
        &:after{
          content: 'Следующая карточка';
        }
      }
    }
  }*/ /*
  .card-rail{
    left: 0px;
    top:0px;
    width: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 5;
    max-width: initial;
    min-height: 100%;
    overflow-y: auto;
    padding: 50px 0px;
    &__header{
      padding: 10px 15px 10px;
    }
  }
  */
}
@media(max-width: 525px) {

	.mz-partner-header_fixed {
		line-height: 1.3;
	}

	.mz-partner-header_fixed-height {
		padding: 10px 30px 15px 30px;
	}

	.mz-partner-header_logo-height {
		height: 75%;
	}
}
@media(max-width: 1200px) {

	.mz-layout-menu__fundraising {
		margin-right: -25px;
	}

	.mz-layout-menu__fundraising--button {
		margin: 12px 0;
		width: 100%;
		box-sizing: border-box;
		height: 50px;
	}

	.mz-social-list {
		right: -20px;
	}

	.mz-fundraising-header__title {
		font: bold 34px "Graphik LC", sans-serif;
		line-height: 1.35;
	}

	.mz-fundraising-header__description {
		font: 15px "Graphik LC", sans-serif;
		line-height: 1.6;
	}

	.mz-fundraising-payment {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding-top: 10px;
	}

	.mz-fundraising-payment__method {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px dotted #797979;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-bottom: 36px;
	}

	.mz-fundraising-payment__method-choose {
		-ms-flex-preferred-size: 33%;
		flex-basis: 33%;
	}

	.mz-fundraising-footer {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.mz-fundraising-footer__shares {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
	}
}
@media(max-width: 1199px) {

	.mz-layout-menu__item .mz-icon_search {
		right: 6px;
	}
}
@media (min-width: 990px) and (max-width: 1200px) {

	.mz-layout-theme__header .mz-layout-theme__content {
		max-width: 960px;
	}
}
@media (max-width: 480px) {

	.mz-header-themes__sentsov {
		height: 71px;
	}
}
@media (max-width: 320px) {

	.mz-header-themes__sentsov {
		height: 92px;
	}
}
@media (max-width: 650px) {

	.mz-fundraising {
		padding: 20px;
	}

	.mz-fundraising-wrapper {
		width: 100%;
	}

	.mz-fundraising-wrapper__close {
		height: 30px;
		top: 80px;
		width: 30px;
	}

	.mz-fundraising-header {
		font-size: 30px;
	}

	.mz-fundraising-header__description {
		font-size: 13px;
	}

	.mz-fundraising-payment {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.mz-fundraising-payment-button {
		margin: 0;
	}

	.mz-fundraising-payment__method {
		border-bottom: 1px dotted #797979;
		padding-bottom: 30px;
	}

	.mz-fundraising-payment__section {
		margin-top: 30px;
	}

	.mz-fundraising-payment__form-type {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.mz-fundraising-payment__form-sum {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}

	.mz-fundraising-payment__form-label {
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		margin-bottom: 10px;
		min-width: 0;
		margin-right: 0;
	}

	.mz-fundraising-payment__form-label:nth-child(odd) {
		margin-left: 10px;
	}

	.mz-fundraising-payment__form-another {
		-webkit-box-flex: 0;
		-ms-flex-positive: 0;
		flex-grow: 0;
		-ms-flex-preferred-size: 49%;
		flex-basis: 49%;
		max-height: 46px;
		max-width: calc(49% - 20px);
		padding: 2px 0 0 20px;
	}

	.mz-fundraising-payment__form-another:hover {
		background-color: #fff;
		color: #111;
	}

	.mz-fundraising-payment__form-contacts {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.mz-fundraising-payment__form-contacts-invalid {
		left: 0%;
		top: 115px;
	}

	.mz-fundraising-payment__form-contacts-phone {
		margin: 0 0 10px 0;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.mz-fundraising-payment__form-contacts-email {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.mz-fundraising-payment__form-contacts-email:hover {
		background-color: #fff;
		color: #111;
	}

	.mz-fundraising-payment__submit {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.mz-fundraising-payment__submit-agree {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		margin: 0 0 30px 0;
	}

	.mz-fundraising-payment-button {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}

	.mz-fundraising-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.mz-fundraising-footer__text {
		-ms-flex-item-align: center;
		-ms-grid-row-align: center;
		align-self: center;
		margin-bottom: 30px;
		text-align: center;
	}
}
@media(max-width: 1200px) and (min-width: 990px) {

	.mz-feature-item_photo.mz-feature-item_photo-scale {
		background-position-y: -60px;
	}
}
@media(min-width: 1300px) {

	.mz-feature-item__content__inner {
		padding: 50px;
	}

	.mz-feature-item_size-medium .mz-feature-item__content__inner {
		padding: 35px;
	}

	.mz-feature-item_size-small .mz-feature-item__content__inner {
		padding: 35px;
	}

	.mz-feature-item_size-medium .mz-feature-item__header, .mz-feature-item_size-medium .mz-feature-item__subheader {
		font-size: 32px;
		line-height: 34px;
	}

	.mz-feature-item_size-medium .mz-feature-item__header, .mz-feature-item_size-medium .mz-feature-item__subheader {
		font-size: 36px;
		line-height: 40px;
	}

	.mz-feature-layout__main-five .mz-feature-item_size-medium .mz-feature-item__header, .mz-feature-layout__main-five .mz-feature-item_size-medium .mz-feature-item__subheader {
		font-size: 30px;
		line-height: 32px;
	}

	.mz-feature-layout__main-five .mz-feature-item_size-medium .mz-feature-item__header, .mz-feature-layout__main-five .mz-feature-item_size-medium .mz-feature-item__subheader {
		font-size: 30px;
		line-height: 32px;
	}

	.mz-feature-layout__main-five .mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__header, .mz-feature-layout__main-five .mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__subheader {
		font-size: 90px;
		line-height: 1;
	}

	.mz-feature-layout__main-five .mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__announce {
		font-size: 16px;
		line-height: 23px;
	}

	.mz-feature-item_size-medium .mz-feature-item__announce {
		font-size: 15px;
		line-height: 23px;
		max-width: 330px;
	}

	.mz-feature-item_size-small .mz-feature-item__announce {
		font-size: 14px;
		line-height: 21px;
		max-width: 330px;
		width: auto;
	}

	.mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__announce {
		max-width: 375px;
	}

	.mz-feature-layout__main-five .mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__source {
		font-size: 16px;
		line-height: 23px;
	}
}
@media(min-width: 1400px) {

	.mz-feature-item__header, .mz-feature-item__subheader {
		line-height: 36px;
		max-width: 600px;
		font-size: 40px;
	}

	.mz-feature-item_size-small .mz-feature-item__header, .mz-feature-item_size-small .mz-feature-item__subheader {
		font-size: 24px;
		line-height: 28px;
		max-width: inherit;
		width: auto;
	}

	.mz-feature-item_size-medium .mz-feature-item__announce {
		margin-top: 25px;
	}

	.mz-feature-item_size-small .mz-feature-item__announce {
		margin-top: 15px;
	}

	.mz-feature-item_size-medium.mz-feature-item_type-digit .mz-feature-item__announce, .mz-feature-item_size-small.mz-feature-item_type-digit .mz-feature-item__announce {
		max-width: inherit;
	}

	.mz-feature-item_size-small .mz-feature-item__source {
		max-width: 330px;
	}

	.mz-feature-item_size-small .mz-feature-item__source {
		max-width: inherit;
	}

	.mz-case-list__item_two-col .mz-feature-item {
		width: 390px;
	}

	.mz-feature-layout__main-one .mz-feature-item {
		height: 570px;
	}

	.mz-feature-layout__main-three .mz-feature-item {
		height: 570px;
	}

	.mz-feature-layout__side-three .mz-feature-item {
		height: 285px;
	}

	.mz-feature-layout__main-five .mz-feature-item {
		height: 430px;
	}

	.mz-feature-layout__side-five .mz-feature-item {
		height: 280px;
	}

	.mz-publish__case-item {
		padding-left: 180px;
	}

	.mz-publish__case-item__meta {
		position: absolute;
		top: 22px;
		left: 0;
		margin-top: 0;
	}

	.mz-publish--fullWidth div.youtube-embed {
		position: relative;
		width: 1400px;
		left: -264px;
	}

	body .mz-publish-photo_fullWidth {
		position: relative;
		width: 1400px;
		left: -264px;
	}

	.mz-publish-photo_fullWidth .mz-publish-photo__comment {
		margin-left: 264px;
	}

	.mz-theme-list__item {
		margin-right: 30px; /*width: 250px;*/
	}

	.mz-theme-list__item:nth-child(3n) {
		margin-right: 0;
	}

	.mz-yt-wrap_fullWidth {
		position: relative;
		width: 1400px;
		left: -264px;
	}
}
@media(min-width: 1300px) and (max-width: 1399px) {

	.mz-feature-item_size-small .mz-feature-item__header, .mz-feature-item_size-small .mz-feature-item__subheader {
		font-size: 22px;
		line-height: 26px;
		max-width: inherit;
		width: auto;
	}

	.mz-feature-layout__main-three .mz-feature-item {
		height: 520px;
	}

	.mz-feature-layout__side-three .mz-feature-item {
		height: 260px;
	}
}
@media(min-width: 990px) and (max-width: 1299px) {

	.mz-case-list__item_two-col .mz-feature-item__info {
		display: none;
	}
}
@media(min-width: 1200px) and (max-width: 1299px) {

	.mz-feature-layout__main-one .mz-feature-item {
		height: 520px;
	}

	.mz-feature-layout__side-three .mz-feature-item {
		height: 260px;
	}
}
@media(min-width: 990px)  and (max-width: 1199px) {

	.mz-feature-layout__main-three .mz-feature-item {
		width: 100%;
		height: 460px;
	}
}
@media(min-width: 1100px) {

	body .mz-publish-photo_bigger {
		position: relative;
		width: 960px;
		margin-left: -60px;
	}

	body .mz-publish-photo_bigger .mz-publish-photo__comment {
		margin-left: 60px;
	}

	.mz-yt-wrap_bigger {
		position: relative;
		width: 960px;
		margin-left: -60px;
	}
}
@media(min-width: 990px) and (max-width: 1399px) {

	.mz-publish-cite_side, .mz-publish-cite_side-right {
		width: 270px;
	}

	.mz-publish-cite_side {
		float: left;
		margin-right: 30px;
	}

	.mz-publish-docscite {
		width: 580px;
	}

	.mz-publish-docscite_side, .mz-publish-docscite_side-right {
		width: 270px;
	}

	.mz-publish-docscite_side {
		float: left;
		margin-right: 30px;
	}

	.mz-theme-list__item:nth-child(even) { /*float: right;*/
	}
}
@media (max-width: 600px) {

	.meta-econtenta-block-inner .fotorama-text-block__headline {
		font-size: 19px;
		line-height: 1.30;
	}

	.meta-econtenta-block-inner .fotorama-text-block__lead {
		display: none;
	}

	.fundraising-side-form__sum {
		width: 34.1666%;
	}

	.fundraising-side-form__recurrent {
		width: 62.08333%;
	}

	.fundraising-side-form__stripe-cvv, .fundraising-side-form__stripe-expiry {
		width: 47.9166%;
	}

	.fundraising-bottom {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 30px 20px;
	}

	.fundraising-bottom_call {
		margin: 0 0 20px 0;
	}
}
@media (max-width: 500px) {

	.tidyroomfooter {
		padding: 30px 0px;
		background: #dff0ea!important;
	}

	.tidyroomfooter .tidyroomfooter__logo {
		width: auto;
		display: block;
	}

	.tidyroomfooter .coupon_pos_bottom {
		width: auto;
		display: block;
	}

	.tidyroomfooter .tidyroomfooter__text {
		width: auto;
		display: block;
		border: 5px solid #000;
	}
}
@media (max-width: 478px) {

	.card-cover__share-wrap {
		margin: 10px 0 0;
	}
}
@media (max-width: 750px) and (orientation: landscape) {

	.view-only-landscape-mobile-less750 {
		display: block;
	}
}
@media (max-width: 750px) and (orientation: portrait) {

	.mq-visible-only-less750-portrait {
		display: block;
	}
}
@media(min-width: 750px) {

	.canvas-container-desktop {
		margin-top: 75px;
	}

	.walk-game-after-canvas {
		margin-top: 75px !important;
	}
}
@media(min-width: 660px) {

	.game-container {
		width: auto;
	}
}
@media(min-width: 700px) {

	.game-container-protest {
		position: relative;
	}
}