/*Mixins*/
/*Vars*/
.card-page {
  max-width: 1221px;
  margin: 100px auto;
  position: relative;
  height: 100%;
  padding-top: 90px;
  /*  decoration*/
  /*  About Page*/
  /*  Contacts Page*/
  /*  Author*/
  /*  End Author*/ }
  .card-page hr {
    height: 1px;
    background: #e5e5e5;
    padding: 0; }
  .card-page .front-arrow-wrapper {
    position: absolute;
    width: 100%; }
  .card-page .block-stream-nav {
    text-decoration: none;
    position: absolute;
    width: 70px;
    height: 80px;
    color: #fff;
    font-size: 70px;
    text-align: center;
    font-weight: normal;
    z-index: 1;
    -webkit-transition: color .1s ease-in-out .1s;
    -moz-transition: color .1s ease-in-out .1s;
    -ms-transition: color .1s ease-in-out .1s;
    -o-transition: color .1s ease-in-out .1s;
    transition: color .1s ease-in-out .1s; }
    .card-page .block-stream-nav:hover {
      color: #33b5f0; }
    .card-page .block-stream-nav:active {
      margin-top: 2px; }
    .card-page .block-stream-nav:before {
      position: relative;
      top: 16px; }
    .card-page .block-stream-nav.prev {
      left: -50px; }
    .card-page .block-stream-nav.next {
      right: -50px; }
  .card-page .social-line {
	overflow:hidden;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 60px;
    border-right: 1px solid #b4b4b4;
    -webkit-box-shadow: -1px 0px 8px 1px #b4b4b4 inset;
    box-shadow: -1px 0px 8px 1px #b4b4b4 inset;
    background-color: #d9d9d9;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#d9d9d9));
    background-image: -webkit-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: -moz-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: -o-linear-gradient(top, #d9d9d9, #d9d9d9);
    background-image: linear-gradient(to bottom, #d9d9d9, #d9d9d9); }
    .card-page .social-line .social-element {
      font: 11px Arial, sans-serif;
      font-weight: bold;
      color: #000;
      text-align: center;
      height: 60px;
      border-bottom: 1px solid #c2c2c2;
      vertical-align: middle;
      padding: 14px 0 0px;
      -webkit-box-shadow: 0px 1px 0px 0px #ececec;
      box-shadow: 0px 1px 0px 0px #ececec;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      -webkit-transition: color .1s ease-in-out .1s;
      -moz-transition: color .1s ease-in-out .1s;
      -ms-transition: color .1s ease-in-out .1s;
      -o-transition: color .1s ease-in-out .1s;
      transition: color .1s ease-in-out .1s;
      text-shadow: 1px 1px 1px #fff; }
      .card-page .social-line .social-element:first-child {
        margin-top: 6px; }
      .card-page .social-line .social-element a {
        text-decoration: none; }
      .card-page .social-line .social-element .icon-eye {
        font-size: 18px; }
      .card-page .social-line .social-element .icon-vk {
        font-size: 25px;
        color: #20688c; }
        .card-page .social-line .social-element .icon-vk:hover {
          color: #2987b6; }
      .card-page .social-line .social-element .icon-facebook {
        font-size: 25px;
        color: #4862a7; }
        .card-page .social-line .social-element .icon-facebook:hover {
          color: #657dbd; }
      .card-page .social-line .social-element .icon-share {
        color: #999;
        font-size: 20px; }
    .card-page .social-line .article-nav {
      text-align: center;
      margin-top: 15px; }
      .card-page .social-line .article-nav .icon-comment {
        font-size: 35px;
        color: #4d4d4d;
        margin-right: -20px; }
    .card-page .social-line .goToTop {
      width: 60px;
      bottom: 40px; }
  .card-page .social-line-fix-wrap {
    width: 60px; }
  .card-page .article-nav .nav-unit {
    margin-top: 10px; }
  .card-page .article-nav a {
    display: inline-block;
    text-indent: -9999px;
    width: 20px;
    height: 21px;
    background: url(/img/article-nav-img.png) no-repeat;
    position: relative; }
    .card-page .article-nav a:hover {
      background-position: left bottom; }
    .card-page .article-nav a.active {
      background-position: left -21px; }
    .card-page .article-nav a:active {
      top: 1px; }
  .card-page .main-layout {
    background: #fff;
    position: relative;
    width: 100%;
    min-height: 500px;
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 2px 0 10px 1px #303030 ;
    -moz-box-shadow: 2px 0 10px 1px #303030 ;
    box-shadow: 2px 0 10px 1px #303030 ; }
    .card-page .main-layout .close {
      position: absolute;
      width: 48px;
      height: 48px;
      background: url(/img/dialog_close.png) no-repeat;
      top: -20px;
      right: -20px;
      text-indent: -9999px;
      cursor: pointer;
      z-index: 3;
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s; }
      .card-page .main-layout .close:hover {
        -webkit-transform: scale(1.4, 1.4);
        -moz-transform: scale(1.4, 1.4);
        -o-transform: scale(1.4, 1.4);
        -ms-transform: scale(1.4, 1.4);
        transform: scale(1.4, 1.4); }
  .card-page .main-layout.withAdBlock {
    width: 70.37037%;}
  .card-page .top-logo {
    position: absolute;
    top: 0;
    right: 0;
    width: 93px;
    height: 34px;
    background: url(/img/logo2.png) left top no-repeat; }
  .card-page .a-stream-block {
    z-index: 2;
    margin-left: 60px;
    background: #fff;
    vertical-align: top;
    position: relative;
    padding: 0px 30px 0 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .card-page .a-stream-block {
      *zoom: 1; }
    .card-page .a-stream-block:before, .card-page .a-stream-block:after {
      content: "";
      display: table; }
    .card-page .a-stream-block:after {
      clear: both; }
    .card-page .a-stream-block .ad {
      visibility: hidden;
      font-size: 0;
      position: absolute;
      width: 79px;
      height: 34px;
      top: 60px;
      right: 0;
      background: url(/img/ad.png) no-repeat;
      z-index: 1; }
    .card-page .a-stream-block .view-swicher {
      display: inline-block;
      font-size: 0;
      margin-left: 15px;
      float: right; }
      .card-page .a-stream-block .view-swicher li {
        display: inline-block; }
      .card-page .a-stream-block .view-swicher a {
        color: #626262;
        text-decoration: none;
        display: block;
        width: 36px;
        height: 32px;
        font-size: 16px;
        vertical-align: top;
        background: #f7f7f7;
        border: 1px solid #d3d3d3;
        text-align: center;
        line-height: 32px;
        position: relative;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .card-page .a-stream-block .view-swicher a.icon-List-View {
          -webkit-border-radius: 2px 0 0 2px;
          border-radius: 2px 0 0 2px;
          background-clip: padding-box;
          //border-right: 0; }
        .card-page .a-stream-block .view-swicher a.icon-Grid-View2 {
          -webkit-border-radius: 0 2px 2px 0;
          border-radius: 0 2px 2px 0;
          background-clip: padding-box; }
        .card-page .a-stream-block .view-swicher a:active {
          top: 1px; }
        .card-page .a-stream-block .view-swicher a.active, .card-page .a-stream-block .view-swicher a:hover {
          color: #000;
          background: #d1d1d1;
          -webkit-box-shadow: 0px 0px 2px 1px #999 inset;
          box-shadow: 0px 0px 2px 1px #999 inset; }
    .card-page .a-stream-block .title {
      position: relative;
      padding-top: 10px;
      margin-bottom: 10px; }
      .card-page .a-stream-block .title h1 {
        font: 2.25em Arial, sans-serif;
        font-weight: bold;
        color: #000;
        margin-top: -15px; }
    .card-page .a-stream-block .title-cat {
      font: 13px Arial, sans-serif;
      font-weight: bold;
      color: #999;
      text-transform: uppercase;
      margin-bottom: 10px;
      display: inline-block; }
      .card-page .a-stream-block .title-cat a {
        font: 13px Arial, sans-serif;
        font-weight: bold;
        color: #999;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: inline-block;
        text-decoration: none; }
  .card-page .articles-page .article-information h1 {
    margin-left: 43%;
    color: #1A1A1A;
    font-family: Arial, sans-serif;
    font-size: 1.125em;
    margin-bottom: 15px; }
  .card-page .articles-page .article-information h2 {
    position: relative;
    font: .98em Arial, sans-serif;
    font-weight: bold;
    font-style: italic;
    color: #666;
    //text-transform: uppercase;
    line-height: 1.3em;
    padding: 5px 0 15px 0px;}
    .card-page .articles-page .article-information h2 .indent-image {
      width: 146px;
      height: 9px;
      overflow: hidden;
      float: left;
      top: 5px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      margin-right: 5px;
      background: url(/img/article-indent-img.png) no-repeat left bottom; }
      .card-page .articles-page .article-information h2 .indent-image.active {
        background-position: left top; }
  .card-page .articles-page .article-information h3 {
    margin-left: 43%;
    font: italic bold 0.875em Arial,sans-serif; }
  .card-page .articles-page .article-information ol {
    font: .9375em Arial, sans-serif;
    color: #000;
    list-style-type: decimal;
    margin: 10px 0 10px 43%; }
    .card-page .articles-page .article-information ol li {
      margin-left: 25px;
      margin-bottom: 5px;
      list-style-position: outside; }
  .card-page .about-page {
    margin-left: 0; }
    .card-page .about-page ul {
      font: .9375em Arial, sans-serif;
      color: #000;
      list-style-type: disc;
      margin-left: 43%; }
      .card-page .about-page ul li {
        margin-bottom: 14px;
        line-height: 1.3em; }
    .card-page .about-page .entire {
      margin-bottom: 40px; }
      .card-page .about-page .entire {
        *zoom: 1; }
      .card-page .about-page .entire:before, .card-page .about-page .entire:after {
        content: "";
        display: table; }
      .card-page .about-page .entire:after {
        clear: both; }
    .card-page .about-page .t-title {
      font-family: Arial, sans-serif;
      float: left;
      margin-right: 30px;
      text-align: center; }
      .card-page .about-page .t-title h1 {
        font-size: 3.75em;
        font-weight: bold;
        color: #000;
        letter-spacing: -0.04em; }
      .card-page .about-page .t-title h2 {
        font-size: 2.5em;
        font-weight: bold;
        color: #000; }
      .card-page .about-page .t-title span {
        font-size: .875em;
        color: #808080;
        font-style: italic;
        text-transform: uppercase;
        position: relative;
        top: -5px; }
  .card-page .contacts-page {
    margin-left: 0; }
    .card-page .contacts-page form.contacts {
      margin-top: 15px;
      /*        decoration styles*/ }
      .card-page .contacts-page form.contacts .data {
        margin-bottom: 30px;
        font-size: 0; }
      .card-page .contacts-page form.contacts input, .card-page .contacts-page form.contacts textarea {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border: 1px solid #cccccc;
        display: inline-block; }
      .card-page .contacts-page form.contacts .title {
        font: .9375em Arial, sans-serif;
        font-style: italic;
        color: #1a1a1a;
        margin-bottom: 30px; }
      .card-page .contacts-page form.contacts input[type="text"] {
        font: 13px Arial, sans-serif;
        height: 40px;
        line-height: 40px;
        margin-bottom: 20px;
        color: #000;
        padding: 0 10px; }
      .card-page .contacts-page form.contacts .name {
        width: 50%;
        margin-right: 1.5%; }
      .card-page .contacts-page form.contacts .email {
        width: 35%;
        margin-right: 1.5%; }
      .card-page .contacts-page form.contacts .tel {
        width: 30%; }
      .card-page .contacts-page form.contacts textarea {
        font: 13px Arial, sans-serif;
        width: 100%;
        height: 190px;
        padding: 10px 10px 0; }
      .card-page .contacts-page form.contacts .captcha {
        padding: 20px 0; }
        .card-page .contacts-page form.contacts .captcha input[type="text"] {
          width: 220px; }
      .card-page .contacts-page form.contacts input[type="submit"] {
        font: 14px Arial, sans-serif;
        font-weight: bold;
        color: #fff;
        float: right;
        width: 120px;
        height: 40px;
        border: none;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        background: #2e8c94;
        text-transform: uppercase;
        text-shadow: 1px 1px 1px #2e2e2e;
        position: relative;
        cursor: pointer; }
        .card-page .contacts-page form.contacts input[type="submit"]:active {
          top: 1px; }
      .card-page .contacts-page form.contacts .vopr {
        display: inline-block;
        width: 100%;
        padding: 10px 0px; }
		.card-page .contacts-page form.contacts .vopr span:first-child{
		display:block;
		font-weight:bold;
		font-size:15px;
		}
		.formimg{ width:100%; max-width:790px;}
		.formimg img{ width:100%;}
		.card-page .contacts-page form.contacts .vopr hr{
		background:#89a1a3;}
      .card-page .contacts-page form.contacts .vopr span {
        width: 100%;padding: 0px 20px 10px 0px;font-size: 16px;
       /*padding-right: 10px;margin-left: -10px; */
        font-size: 16px;  color:#0c7e95; font-weight:normal;}
      .card-page .contacts-page form.contacts .vopr .name {
        width: 50%; }
      .card-page .contacts-page form.contacts .check {float: none !important;width: 20px; height: 20px;  color: #000 !important; text-transform: initial !important;  /*margin-left: 10px;     margin: 15px 0px;*/}
	  .card-page .contacts-page form.contacts input.check{margin:0px; }
  .card-page .architect-middle-block {
    margin-right: 220px; }
    .card-page .architect-middle-block .author-communication .address, .card-page .architect-middle-block .author-communication .mail {
      font: 13px Arial, sans-serif;
      font-weight: bold;
      color: #333;
      vertical-align: middle;
      cursor: pointer;
      display: inline-block;
      margin-left: 25px;
      padding: 14px 0; }
      .card-page .architect-middle-block .author-communication .address:first-child, .card-page .architect-middle-block .author-communication .mail:first-child {
        margin-left: 0; }
      .card-page .architect-middle-block .author-communication .address:hover, .card-page .architect-middle-block .author-communication .mail:hover {
        color: #000; }
      .card-page .architect-middle-block .author-communication .address i, .card-page .architect-middle-block .author-communication .mail i {
        font-size: 1.5em;
        vertical-align: middle; }
    .card-page .architect-middle-block .author-communication .address i {
      font-size: 1.5em;
      vertical-align: middle; }
    .card-page .architect-middle-block .author-communication .mail i {
      font-size: 1.5em; }
    .card-page .architect-middle-block .author-communication .share-block {
      display: inline-block;
      float: right;
      line-height: 45px; }
    .card-page .architect-middle-block .author-information {
      margin-top: 8px;
      margin-bottom: 35px;
      overflow: hidden; }
      .card-page .architect-middle-block .author-information .author-photo {
        float: left;
        margin: 5px 25px 5px 5px;
		max-width:210px;}
      .card-page .architect-middle-block .author-information .author-photo img {
        border: 5px solid #fffffd;
		width:100%;
        display: block;
        outline: 1px solid #ccc; }
      .card-page .architect-middle-block .author-information .about-author {
        padding: 15px 30px; }
        .card-page .architect-middle-block .author-information .about-author h2 {
          font: 1.5em Arial, sans-serif;
          font-weight: bold;
          color: #1a1a1a;
          margin-bottom: 25px; }
        .card-page .architect-middle-block .author-information .about-author p {
          font: .9375em Arial, sans-serif;
          color: #1a1a1a;
          margin-bottom: 30px;
          line-height: 1.4em;
          margin-left: 43%; text-align: justify;}
    .card-page .architect-middle-block .author-activity {
      position: relative;
      margin-bottom: 20px; }
      .card-page .architect-middle-block .author-activity .help {
        position: absolute;
        right: 0;
        top: 0px;
        cursor: pointer;
        text-decoration: none;
        color: #b3b3b3; }
        .card-page .architect-middle-block .author-activity .help i {
          font-size: 20px; }
      .card-page .architect-middle-block .author-activity h3 {
        font: 1.25em Arial, sans-serif;
        color: #1a1a1a;
        border-bottom: 1px solid #e5e5e5;
        padding: 0 30px 5px 55px;
        margin-bottom: 35px; }
      .card-page .architect-middle-block .author-activity .c-hexagon {
        width: 40px;
        text-align: center;
        position: absolute;
        top: -42px;
        left: 0; }
        .card-page .architect-middle-block .author-activity .c-hexagon .data {
         font-size: 18px;
          font-weight: bold;
          /*          color: #333;*/
          color: #fff;
          vertical-align: middle;
          z-index: 2;
          position: relative;
          display: inline-block;
          /*          margin-top: 35px;*/
          margin-top: 44px;
          margin-left: 10px;  }
        .card-page .architect-middle-block .author-activity .c-hexagon .hexagon:after {
         /*            content: '\2B22';*/
          content: '\25CF';
          position: absolute;
          top: 0;
          left: 0;
          font-size: 85px;
          z-index: 1; }
      .card-page .architect-middle-block .author-activity .page .interior-list {
        text-align: left; }
      .card-page .architect-middle-block .author-activity .interior-list .item .e-ribbon {
        position: absolute;
        top: 0;
        right: 10px;
        opacity: 1;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
        *zoom: 1; }
      .card-page .architect-middle-block .author-activity .interior-list .item:hover .e-ribbon {
        opacity: 0;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
        -webkit-transition: opacity 0.6s;
        -webkit-transition-delay: 0s;
        -moz-transition: opacity 0.6s 0s;
        -o-transition: opacity 0.6s 0s;
        transition: opacity 0.6s 0s; }
    .card-page .architect-middle-block .win-list {
      text-align: left; }
      .card-page .architect-middle-block .win-list .item {
        position: relative;
        margin-left: 25px;
        margin-bottom: 25px; }
        .card-page .architect-middle-block .win-list .item:before {
          content: '\2022';
          color: #cccccc;
          font-size: 42px;
          position: absolute;
          left: -27px;
          margin-top: -10px; }
      .card-page .architect-middle-block .win-list .item .win {
        font: 1.5em Arial, sans-serif;
        font-weight: bold;
        color: #000;
        margin-bottom: 5px; }
      .card-page .architect-middle-block .win-list .item .date {
        font: 1.125em Arial, sans-serif;
        font-style: italic;
        color: #808080;
        visibility: visible;
        padding: 0;
        text-align: left; }
  .card-page .architect-block-nav {
    vertical-align: top;
    width: 220px;
    float: right;
    height: 100%;
    padding: 20px 10px 0 0;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    .card-page .architect-block-nav .information-link-list li {
      position: relative;
      margin-left: 10px;
      margin-bottom: 12px; }
    .card-page .architect-block-nav .information-link-list a {
      font: 1em Arial, sans-serif;
      color: #b2b2b2;
      font-weight: bold;
      text-decoration: none;
      vertical-align: middle;
      padding-left: 15px;
      -webkit-transition: color 0.1s ease-in-out;
      -moz-transition: color 0.1s ease-in-out;
      -ms-transition: color 0.1s ease-in-out;
      -o-transition: color 0.1s ease-in-out;
      transition: color 0.1s ease-in-out; }
      .card-page .architect-block-nav .information-link-list a.current {
        color: #000; }
      .card-page .architect-block-nav .information-link-list a:hover {
        color: #00b4d6; }
      .card-page .architect-block-nav .information-link-list a i {
        font-size: 19px;
        position: absolute;
        top: 0px;
        left: -10px; }
    .card-page .architect-block-nav .information-index {
       position: relative;
      text-align: center;
      margin-top: 0px;
      cursor: pointer;
      overflow: hidden;  }
      .card-page .architect-block-nav .information-index:hover .rubric {
        color: #00b4d6; }
.card-page .architect-block-nav .information-index:hover .data{color:#fff;}
      .card-page .architect-block-nav .information-index > a {
        text-decoration: none; }
      .card-page .architect-block-nav .information-index .c-hexagon {
       text-align: center;
        height: 70px;
        margin-bottom: 56px;
        top: -70px;}
      .card-page .architect-block-nav .information-index .hexagon {
       font-size: 220px;
        z-index: 1;
        position: absolute;
        left: 0;
        width: 90px;
        position: absolute;
        left: 50%;
        margin-left: -55px;
        top: -83px; }
        .card-page .architect-block-nav .information-index .hexagon:after {
            /*          content: '\2B22';*/
          content: '\25CF';
          z-index: 1;
          position: absolute;
          left: 0;
          width: 110px;
          position: absolute;
          left: 50%;
          margin-left: -55px;}
      .card-page .architect-block-nav .information-index .data {
        font-size: 48px;
        font-weight: bold;
        color: #333;
        z-index: 2;
        position: relative;
        display: inline-block;
        margin-top: 30px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      .card-page .architect-block-nav .information-index .rubric {
        font: 1.5em Arial, sans-serif;
        font-weight: bold;
        color: #333;
        text-align: center;
        text-transform: uppercase;
        margin-bottom: 2px;
        -webkit-transition: color 0.2s ease-in-out;
        -moz-transition: color 0.2s ease-in-out;
        -ms-transition: color 0.2s ease-in-out;
        -o-transition: color 0.2s ease-in-out;
        transition: color 0.2s ease-in-out; }
      .card-page .architect-block-nav .information-index .addition {
        font: .75em Arial, sans-serif;
        color: #999;
        line-height: 1.5em;
        font-style: italic;
        text-align: center;
        text-transform: uppercase; }
  .card-page .actions-block {
    padding: 22px 0 20px; }
    .card-page .actions-block {
      *zoom: 1; }
    .card-page .actions-block:before, .card-page .actions-block:after {
      content: "";
      display: table; }
    .card-page .actions-block:after {
      clear: both; }
    .card-page .actions-block .btn {
      display: inline-block;
      text-decoration: none;
      text-transform: uppercase;
      position: relative;
      border: 0;
      margin: 0;
      outline: 0;
      cursor: pointer; }
    .card-page .actions-block .btn-icon-only {
      font-size: 0;
      padding: 8px 12px; }
      .card-page .actions-block .btn-icon-only:before {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        font-size: 17px;
        line-height: 33px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden; }
      .card-page .actions-block .btn-icon-only:after {
        position: absolute;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 1;
        font-size: 17px;
        color: #000;
        visibility: hidden;
        -webkit-transform: scale(2);
        -moz-transform: scale(2);
        -ms-transform: scale(2);
        transform: scale(2);
        opacity: 0;
        -webkit-transition: none;
        -moz-transition: none;
        transition: none;
        filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
        -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
        *zoom: 1;
        font-family: 'icomoon';
        speak: none;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        position: relative;
        -webkit-font-smoothing: antialiased; }
      .card-page .actions-block .btn-icon-only.btn-activated:after {
        visibility: visible;
        -webkit-animation: dropDownFade 0.5s forwards;
        -moz-animation: dropDownFade 0.5s forwards;
        animation: dropDownFade 0.5s forwards; }
    .card-page .actions-block .ask-btn {
      float: left;
      font: .875em Arial, sans-serif;
      font-weight: bold;
      color: #fff;
      padding: .875em 1.1em;
      background: #008ac9;
      text-shadow: 0 1px 1px #005379;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-clip: padding-box;
      -webkit-box-shadow: inset 0px 1px 1px 0px #5e5e5e;
      box-shadow: inset 0px 1px 1px 0px #5e5e5e; }
      .card-page .actions-block .ask-btn:hover {
        background-color: #0095d8; }
      .card-page .actions-block .ask-btn:active {
        top: 1px; }
    .card-page .actions-block .voting {
      float: right;
      font-size: 0;
      line-height: 0; }
      .card-page .actions-block .voting .vote-value {
        font: 14px Arial, sans-serif;
        font-weight: bold;
        line-height: normal; }
      .card-page .actions-block .voting .pos-value {
        color: #e31860;
        margin-right: 7px; }
      .card-page .actions-block .voting .neg-value {
        color: #999;
        margin-left: 7px; }
      .card-page .actions-block .voting .icon-plus, .card-page .actions-block .voting .icon-minus {
        letter-spacing: -1px; }
      .card-page .actions-block .voting .icon-plus {
        color: #f9c1d4;
        background: #dc1450;
        border-style: solid;
        border-width: 1px 0 1px 1px;
        border-color: #dc1450;
        -webkit-border-radius: 2px 0 0 2px;
        border-radius: 2px 0 0 2px;
        background-clip: padding-box; }
        .card-page .actions-block .voting .icon-plus:before {
          text-shadow: 0 1px 1px #850d33; }
      .card-page .actions-block .voting .icon-minus {
        color: #999;
        background: #ffffff;
        border-style: solid;
        border-width: 1px 1px 1px 0;
        border-color: #ccc;
        -webkit-border-radius: 0 2px 2px 0;
        border-radius: 0 2px 2px 0;
        background-clip: padding-box; }
  .card-page .infopanel {
    vertical-align: middle;
    padding: 14px 0 10px;
    /*  social icons*/ }
    .card-page .infopanel {
      *zoom: 1; }
    .card-page .infopanel:before, .card-page .infopanel:after {
      content: "";
      display: table; }
    .card-page .infopanel:after {
      clear: both; }
    .card-page .infopanel .article-date {
      float: left;
      font: 13px Arial, sans-serif;
      font-style: italic;
      color: #999;
      vertical-align: bottom; }
    .card-page .infopanel .article-date:after {
      content: "\7C";
      color: #e6e6e6;
      padding-left: 15px;
      margin-right: 10px; }
    .card-page .infopanel .tags {
      float: left;
      color: #808080;
      padding-left: 25px; }
    .card-page .infopanel .tags:before {
      color: #989898;
      font-size: 18px;
      position: absolute;
      margin-left: -25px;
      margin-top: 1px; }
    .card-page .infopanel .tags a {
      font: 13px Arial, sans-serif;
      font-style: italic;
      text-decoration: none;
      color: #808080;
      -webkit-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      .card-page .infopanel .tags a:hover {
        color: #000; }
    .card-page .infopanel .social-container {
      float: right; }
    .card-page .infopanel .social-element {
      font: 11px Arial, sans-serif;
      font-weight: bold;
      color: #000;
      display: inline-block;
      margin-left: 15px; }
      .card-page .infopanel .social-element i {
        vertical-align: middle;
        margin-right: 8px; }
    .card-page .infopanel .icon-vk {
      color: #20688c;
      font-size: 20px;
      -webkit-transition: color .2s ease-in-out .2s;
      -moz-transition: color .2s ease-in-out .2s;
      -ms-transition: color .2s ease-in-out .2s;
      -o-transition: color .2s ease-in-out .2s;
      transition: color .2s ease-in-out .12s; }
      .card-page .infopanel .icon-vk:hover {
        color: #2987b6; }
    .card-page .infopanel .icon-facebook {
      color: #4862a7;
      font-size: 20px;
      -webkit-transition: color .1s ease-in-out .1s;
      -moz-transition: color .1s ease-in-out .1s;
      -ms-transition: color .1s ease-in-out .1s;
      -o-transition: color .1s ease-in-out .1s;
      transition: color .1s ease-in-out .1s; }
      .card-page .infopanel .icon-facebook:hover {
        color: #657dbd; }
    .card-page .infopanel .icon-share {
      color: #999;
      font-size: 22px; }
  .card-page .other-materials {
    margin-top: 25px;
    position: relative;
    padding-right: 5px;
    overflow: hidden; }
    .card-page .other-materials h2 {
      font: 1.3125em Arial, sans-serif;
      font-weight: bold;
      color: #4c4c4c;
      margin-bottom: 8px; }
    .card-page .other-materials .carousel-row {
      margin-top: 10px;
      margin-bottom: 35px;
      padding-right: 15px;
      border-right: 1px solid #e6e6e6;
      position: relative; }
    .card-page .other-materials .crsl-nav .next {
      font-size: 0;
      text-decoration: none;
      position: absolute;
      right: -12px;
      top: 50%;
      color: #0d59ab;
      width: 25px;
      height: 25px;
      margin-top: -15px;
      background: #fff; }
      .card-page .other-materials .crsl-nav .next:before {
        font-size: 26px;
        color: #0d59ab; }
    .card-page .other-materials .materials-list {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .card-page .other-materials .materials-list [class*="item"] img {
      display: block;
      width: 100%;
      height: auto; }
    .card-page .other-materials .materials-list .topic {
      position: relative;
      left: 0;
      bottom: 0;
      width: 100%;
      padding: 7px 10px 6px;
     // text-shadow: 1px 1px 1px #999;
      background: black;
      background: rgba(0, 0, 0, 0.7);
      font: .8125em Arial, sans-serif;
      font-weight: bold;
      color: #fff;
      text-transform: uppercase;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
    .card-page .other-materials .materials-list figure {
      margin: 0;
      padding: 0; }
  .card-page .article-information {
    *zoom: 1; }
  .card-page .article-information:before, .card-page .article-information:after {
    content: "";
    display: table; }
  .card-page .article-information:after {
    clear: both; }
  .card-page .article-information .answer-block {
    position: relative; }
  .card-page .article-information .articles-stream {
    position: relative; }
  .card-page .article-information .half-block {
    width: 57%;
    float: right; }
  .card-page .article-information p {
    margin-bottom: 15px;
    font: .96em Arial, sans-serif;
    color: #000;
    line-height: 1.4em;
    position: relative;
    margin-left: 36%; }
  .card-page .article-information ul {
     margin-left: 39%;
	margin-bottom: 15px;
    font: .96em Arial, sans-serif;
    color: #000;
    line-height: 1.4em;
    position: relative;
	list-style:disc;
  }
  .card-page .article-information #article-list,
  .card-page .article-information #article-slider,
  .card-page .article-information .rslides_tabs{
  margin-left: 0;
  list-style: none;
  	
}
  .card-page .article-information ul{
  	list-style:disc;
}
  .card-page .article-information p .starred {
    position: relative; }
  .card-page .article-information p .starred:before {
    color: #dea918;
    font-size: 1.3em;
    margin-right: 8px;
    position: relative;
    top: 2px; }
  .card-page .article-information p .starred.active:before {
    color: #dea918; }
  .card-page .article-information div.figcaption {
    margin-bottom: 25px;
    font: .8125em Arial, sans-serif;
    font-style: italic;
    color: #4c4c4c;letter-spacing: 1px; }
    .card-page .article-information div.figcaption a {
      //display: block;
      margin-bottom: 10px; }
  .card-page .article-information div[class*="figcaption_"] {
    float: left;letter-spacing: 1px;
    max-width: 240px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin: 0 20px 20px 0;
    font: .8125em Arial, sans-serif;
    font-style: italic;letter-spacing:1px; color: #4c4c4c; }
    .card-page .article-information div[class*="figcaption_"] img {
      margin-bottom: 15px;
      max-width: 100%; }
  .card-page .article-information img {
    border: 5px solid #fff;
    width: 100%;
    max-width: 100%;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc ;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc ;
    box-shadow: 0px 0px 0px 1px #cccccc ;
    height: auto !important; 
	//margin-bottom:5px;}
  .card-page .article-information div img {
    width: auto; }
  .card-page .article-information .figcaption a img {
    width: 100%; }
  .card-page .article-information .preview p {
    font: 1em Arial, sans-serif;
    font-style: italic;
    color: #1a1a1a;
    padding: 15px 0;
    line-height: 1.4em;
    margin-left: 0; }
  .card-page .additional-block {
    max-width: 300px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    float: right;}
    .card-page .additional-block .teaser-alone {
      width: 100%;
      -webkit-box-shadow: 0px 0px 4px 0px #000;
      box-shadow: 0px 0px 8px 0px #000;
      margin: 10px 0; }
      .card-page .additional-block .teaser-alone header {
        background: #ededed;
        padding: 25px 20px 20px; }
        .card-page .additional-block .teaser-alone header h1 {
          font: 1.1875em Arial, sans-serif;
          font-weight: bold;
          color: #000;
          text-transform: uppercase; }
      .card-page .additional-block .teaser-alone .teaser-content {
        font: .75em Arial, sans-serif;
        font-style: italic;
        color: #4c4c4c;
        text-transform: uppercase;
        padding: 25px 20px;
        background: #fff; }
    .card-page .additional-block .teasers-container {
      text-align: center; }
      .card-page .additional-block .teasers-container h2 {
        font: 1.3125em Arial, sans-serif;
        font-weight: bold;
        color: #fff;
        margin-bottom: 5px;
        text-align: left; }
      .card-page .additional-block .teasers-container hr {
        background: #808080; }
      .card-page .additional-block .teasers-container .teaser {
        position: relative;
        margin: 10px 0;
        display: inline-block;
        clear: both; }
        .card-page .additional-block .teasers-container .teaser img {
          display: block;
          width: 100%;
          height: auto; }
        .card-page .additional-block .teasers-container .teaser figcaption {
          position: absolute;
          left: 0;
          bottom: 0;
          width: 100%;
          padding: 7px 10px 6px;
          text-shadow: 1px 1px 1px #999;
          background: black;
          background: rgba(0, 0, 0, 0.7);letter-spacing:1px;
          font: .8125em Arial, sans-serif;
          font-weight: bold;
          color: #fff;
          text-transform: uppercase;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box;
          text-align: left; }
        .card-page .additional-block .teasers-container .teaser .e-ribbon {
          position: absolute;
          top: 0;
          left: 5px;
          font: 14px Arial, sans-serif;
          color: #000;
          text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.2);
          text-align: center;
          vertical-align: middle;
          padding-top: 10px;
          -webkit-box-sizing: border-box;
          -moz-box-sizing: border-box;
          box-sizing: border-box; }
      .card-page .additional-block .teasers-container .more {
        font: 1em Arial, sans-serif;
        font-weight: bold;
        color: #b3b3b3;
        border: 1px solid #808080;
        -webkit-border-radius: 2px;
        border-radius: 2px;
        text-align: center;
        position: relative; }
        .card-page .additional-block .teasers-container .more:before {
          position: absolute;
          right: 10px;
          font-weight: normal;
          color: #e9e9e9;
          top: 50%;
          margin-top: -8px; }
        .card-page .additional-block .teasers-container .more:active {
          top: 1px; }
      .card-page .additional-block .teasers-container .more a {
        text-decoration: none;
        color: #b2b2b2;
        display: block;
        padding: 10px 0;
        -webkit-transition: all 0.2s ease-in-out;
        -moz-transition: all 0.2s ease-in-out;
        -ms-transition: all 0.2s ease-in-out;
        -o-transition: all 0.2s ease-in-out;
        transition: all 0.2s ease-in-out; }
        .card-page .additional-block .teasers-container .more a:hover {
          background: #999;
          color: #404040; }
  .card-page video {
    border: 5px solid #fff;
    -webkit-box-shadow: 0px 0px 0px 1px #cccccc ;
    -moz-box-shadow: 0px 0px 0px 1px #cccccc ;
    box-shadow: 0px 0px 0px 1px #cccccc ; }

.article-information table {
  border: 1px solid #ccc;
  font-size: 0.875em;
  border-collapse: collapse; }

.article-information table td {
  padding: 10px;
  border: 1px solid #ccc; }

.article-information table img {
  border: 0 !important; }

.mnenie ol {
  margin-left: 10px; }

.mnenie .persona {
  font-size: 16px;
  padding: 20px 0;
  width: 300px;
  font-weight: bold; }

.mnenie h2 {
  padding-top: 20px;
  margin-bottom: 0px !important; }

.mnenie h3 {
  margin-left: 0px !important; }

.mnenie .personaleft {
  float: left;
  width: 50%;
  padding-bottom: 10px; }

.mnenie .personaright {
  float: right;
  width: 50%;
  padding-bottom: 10px; }

.mnenie ol li a {
  color: #666666;
  text-decoration: none; }

.mnenie table {
  border: 0 !important; }

.mnenie table td {
  border: 0 !important; }

/*Ribbons*/
.e-ribbon {
  width: 35px;
  height: 47px;
  cursor: pointer; }

.e-ribbon.green {
  background: url(/img/ribbons/green.png) no-repeat; }

.e-ribbon.red {
  background: url(/img/ribbons/red.png) no-repeat; }

.e-ribbon.blue {
  background: url(/img/ribbons/blue.png) no-repeat; }

.e-ribbon.star {
  background: url(/img/ribbons/star.png) no-repeat; }

.e-ribbon.win {
  background: url(/img/ribbons/winner.png) no-repeat; }

/*Article Responsive Slider*/
.articles-stream .rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .articles-stream .rslides > li {
    position: absolute;
    display: none;
    left: 0;
    top: 0; }
    .articles-stream .rslides > li:first-child {
      position: relative;
      display: block;
      float: left; }
.articles-stream .r-gallery-item {
  width: 100%;
  padding: 1px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
  text-align: center; }
  .articles-stream .r-gallery-item p {
    text-align: left; }
  .articles-stream .r-gallery-item a {
    text-decoration: none; }
  .articles-stream .r-gallery-item img {
    display: inline-block;
    height: auto;
    max-height: 475px;
    width: auto;
    max-width: 100%;
    border: 5px solid #fff;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
   // margin-bottom: 10px; 
}
  .articles-stream .r-gallery-item .caption {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font: .8125em Arial, sans-serif;
    font-style: italic;
    color: #4c4c4c;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    clear: both; }
  .articles-stream .r-gallery-item .caption p {
    margin-left: 0;font-size:14px; }
.articles-stream .rslides_nav {
  position: absolute;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 45%;
  left: 0;
  z-index: 3;
  text-indent: -9999px;
  overflow: hidden;
  text-decoration: none;
  margin-top: -26px;
  width: 32px;
  height: 53px;
  background: url(/img/cover_galley_arrows_sprite.png) no-repeat; }
  .articles-stream .rslides_nav.next {
    background-position: right top;
    left: auto;
    right: 2%; }
    .articles-stream .rslides_nav.next:hover {
      background-position: right bottom; }
  .articles-stream .rslides_nav.prev {
    background-position: left top;
    left: 2%; }
    .articles-stream .rslides_nav.prev:hover {
      background-position: left bottom; }
.articles-stream .rslides_tabs {
  list-style: none;
  padding: 0;
  list-style: none;
  padding: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 10px; }
.articles-stream .rslides_tabs li {
  display: inline;
  float: none;
  margin-right: 8px; }
.articles-stream .rslides_tabs a {
  width: 20px;
  height: 21px;
  background: url(/img/article-nav-img.png) no-repeat;
  display: inline-block;
  text-indent: -9999px;
  position: relative; }
  .articles-stream .rslides_tabs a:hover {
    background-position: left bottom; }
  .articles-stream .rslides_tabs a:active {
    top: 1px; }
.articles-stream .rslides_tabs .rslides_here a {
  background-position: left -42px; }

/*Share YandexAPI Style*/
#share-social-line a[id*='ya-share'].b-share__handle,
#share-tags a[id*='ya-share'].b-share__handle {
  position: relative; }
  #share-social-line a[id*='ya-share'].b-share__handle:active,
  #share-tags a[id*='ya-share'].b-share__handle:active {
    top: 1px; }
  #share-social-line a[id*='ya-share'].b-share__handle:before,
  #share-tags a[id*='ya-share'].b-share__handle:before {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px !important;
    content: "\e02e";
    color: #999999; }
#share-social-line img.b-share-icon,
#share-tags img.b-share-icon {
  display: none; }

#share-tags .b-share__handle {
  margin-right: 10px !important; }

/*
Keyframes for plus/minus animation
*/
@-webkit-keyframes dropDownFade {
  50% {
    opacity: 1;
    -webkit-transform: scale(1); }

  100% {
    opacity: 0;
    -webkit-transform: scale(1.5); } }

@-moz-keyframes dropDownFade {
  50% {
    opacity: 1;
    -moz-transform: scale(1); }

  100% {
    opacity: 0;
    -moz-transform: scale(1.5); } }

@keyframes dropDownFade {
  50% {
    opacity: 1;
    transform: scale(1); }

  100% {
    opacity: 0;
    transform: scale(1.5); } }
.crsl-item a {text-decoration:none;}
/*Media Queries*/
@media screen and (max-width: 1400px) {
  .card-page .article-information div.figcaption img {
    width: 100%; } }
@media screen and (max-width: 1200px){
.card-page .main-layout.withAdBlock {width: 68%;}
}

@media screen and (max-width: 1100px){
.card-page .main-layout.withAdBlock {width: 64%;}
.card-page .architect-middle-block .author-information .about-author p{margin-left:0px;}
.articles-stream .rslides_nav{margin-top: -60px;}
.card-page .other-materials .materials-list .topic{font: 0.7em Arial, sans-serif;}
.card-page .other-materials .materials-list .topic {position:relative;text-shadow:none;box-sizing:none;}



}

@media screen and (max-width: 1020px) {
.card-page {margin-right: 30px !important;}
  .card-page .additional-block .teasers-container {
    display: none; padding-left: 10px;}
//.card-page .architect-block-nav{width:110px;}
//.card-page .other-materials .materials-list .topic {display:none;}
.card-page .architect-middle-block .author-information {overflow: visible; padding-right:10px;}
.card-page .architect-middle-block .author-communication .share-block {width:100px;margin-top: -8px;}
.card-page .architect-block-nav {width:210px;}
.card-page .architect-middle-block {margin-right: 210px;}
.card-page .architect-block-nav .information-index .addition {font: .7em Arial, sans-serif;}
.card-page .article-information p {margin-left: 16%;}
.card-page .architect-block-nav .information-link-list a{font: 0.9em Arial, sans-serif;}
}

@media screen and (max-width: 1020px) {
.card-page .architect-block-nav {width:160px;}
.card-page .architect-middle-block {margin-right: 160px;}
.card-page .architect-block-nav .information-index .addition {font: .69em Arial, sans-serif;}
.card-page .architect-block-nav .information-link-list a{font: 0.8em Arial, sans-serif;}
.card-page .architect-block-nav .information-index .rubric{font: 1.3em Arial, sans-serif;}
.card-page .a-stream-block .title h1{font: 2em Arial, sans-serif;}
.card-page .main-layout.withAdBlock {width: 60%;}
}

@media screen and (max-width: 900px) {
.card-page .main-layout.withAdBlock {width: 58%;}
}

@media screen and (max-width: 965px) {
.card-page .main-layout.withAdBlock {width:100%;}
.card-page .additional-block {float: left;width: 100%;z-index: 10000;margin: 5px 0 0 60px;}
  .card-page .main-layout.withAdBlock {    width: 100%; }
  .card-page .a-stream-block .ad {    visibility: visible; }
.card-page .architect-middle-block .author-information .about-author {padding: 15px 5px;} 
.card-page .architect-middle-block .author-communication .share-block{width: 200px;float: left;margin-top: 0px;}
.card-page hr{margin-left: -10px;}
.card-page .a-stream-block .title h1{font: 1.7em Arial, sans-serif;}
.card-page{margin: 50px 0px 0 0px !important;}
.card-page .block-stream-nav.next {display:none;}
.card-page .main-layout .close {right:0px;}
}


.figcaption_vert {float: left !important;width: 400px; max-width: 400px !important;padding-right:10px;}
.figcaption_vert img{max-width:350px;display: block;}

.card-page .architect-middle-block .materials .item:before {
    color: #CCCCCC;
  content: '\2022';
    font-size: 42px;
    left: -27px;
    margin-top: -13px;
    position: absolute;
}
.card-page .architect-middle-block .materials .item {
    margin-bottom: 25px;
    margin-left: 25px;
    position: relative;
}
.card-page .architect-middle-block .materials a {
    color: #808080;
    font: italic 1.125em Arial,sans-serif;
    padding: 0;
    text-align: left;
    visibility: visible;
	text-decoration:none;
}
.card-page .architect-middle-block .materials a:hover {color:#000;}

.card-page .architect-middle-block .materials a p.author{font: italic 0.8em Arial,sans-serif;color: #000;display:inline;padding-right:2px;}
//.card-page .architect-middle-block .materials a:hover p.author{font-size:1em;}

.materials p.author{margin-left:0 !important;}
.card-page #section-accordion h3{color:#000; text-shadow:none;}

@media screen and (max-width: 760px){
.card-page .architect-block-nav{display:none;}
.card-page .architect-middle-block {margin-right:10px;}
.card-page .a-stream-block {padding:0px 0px 0 5px;}
}
.bottom-description ul{
list-style:disc!important;
margin:0px 0px 0px 20px;
list-style-position:inside;}

.bottom-description h1{
font: 2em Arial, sans-serif!important;
}