@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

.my-icon {
  display: inline-block;
  background: url("../images/sprite.png") no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  text-align: left; }

.arr-l-h {
  background-position: -4px -0px;
  width: 44px;
  height: 41px; }

.arr-l {
  background-position: -4px -45px;
  width: 44px;
  height: 41px; }

.arr-r-h {
  background-position: -4px -90px;
  width: 44px;
  height: 41px; }

.arr-r {
  background-position: -4px -135px;
  width: 44px;
  height: 41px; }

.burger {
  background-position: -4px -180px;
  width: 34px;
  height: 24px; }

.phone {
  background-position: -4px -316px;
  width: 24px;
  height: 24px; }

.icon-vk {
  background-position: -4px -280px;
  width: 33px;
  height: 32px; }

.icon-fb {
  background-position: -4px -208px;
  width: 33px;
  height: 32px; }

.icon-ig {
  background-position: -4px -244px;
  width: 33px;
  height: 32px; }

.icon-subway {
  background-position: -4px -344px;
  width: 22px;
  height: 18px; }

/*
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?3eywks');
  src:  url('fonts/icomoon.eot?3eywks#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?3eywks') format('truetype'),
    url('fonts/icomoon.woff?3eywks') format('woff'),
    url('fonts/icomoon.svg?3eywks#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-check:before {
  content: "\e904";
  color: #fff;
}
.icon-comments:before {
  content: "\e905";
  color: #e9e9e9;
}
.icon-diez:before {
  content: "\e906";
  color: #dfdfdf;
}
.icon-dropdown:before {
  content: "\e907";
  color: #fe9e26;
}
.icon-fb:before {
  content: "\e908";
  color: #3a559f;
}
.icon-icon-burger:before {
  content: "\e909";
  color: #556080;
}
.icon-link:before {
  content: "\e90a";
  color: #fff;
}
.icon-mail:before {
  content: "\e90b";
  color: #fff;
}
.icon-respond:before {
  content: "\e911";
  color: #dfdfdf;
}
.icon-search:before {
  content: "\e912";
  color: #fff;
}
.icon-telegramm:before {
  content: "\e913";
  color: #fff;
}
.icon-twitter:before {
  content: "\e914";
  color: #fff;
}
.icon-vk:before {
  content: "\e916";
  color: #fff;
}
*/
html {
  background: #f9f9f9;
  font-family: 'Roboto', sans-serif; }

button,
input,
select,
textarea {
  -webkit-appearance: none;
  outline: none; }

.width {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1226px;
  padding-left: 15px;
  padding-right: 15px; }
  @media (max-width: 768px) {
    .width {
      padding-left: 10px;
      padding-right: 10px; } }

img, video {
  max-width: 100%;
/*  height: auto; */ }

iframe {
  max-width: 100%; }

img[align="left"]{
  margin-right: 20px;
  margin-bottom: 10px;
}
img[align="right"]{
  margin-left: 20px;
  margin-bottom: 10px;
}

.container {
  /*padding: 0 8px;*/ }

.row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px; }
  .row > div {
    padding: 0 8px; }
  .row.row-eq-height > div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .row.row-eq-height > div .article-thumb {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 768px) {
        .row.row-eq-height > div .article-thumb {
          height: 100%; } }
      .row.row-eq-height > div .article-thumb .article-thumb-text {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; }
        .row.row-eq-height > div .article-thumb .article-thumb-text footer {
          -webkit-box-flex: 1;
          -webkit-flex-grow: 1;
              -ms-flex-positive: 1;
                  flex-grow: 1; }

.col-3 {
  width: 25%; }

.col-4 {
  width: 33.33334%; }

.col-6 {
  width: 50%; }

.col-8 {
  width: 66.66667%; }

.col-9 {
  width: 75%; }

.col-12 {
  width: 100%; }

@media (max-width: 991px) {
  .col-sm-6 {
    width: 50%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-4 {
    width: 33.33334%; }

  .col-sm-8 {
    width: 66.66667%; } }
@media (max-width: 768px) {
  .col-xs-12 {
    width: 100%; }

  .order-xs--1 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
        -ms-flex-order: -1;
            order: -1; } }
@media (max-width: 600px) {
  .col-xxs-12 {
    width: 100%; } }
@media (min-width: 769px) {
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
        -ms-flex-order: 12;
            order: 12; } }
img {
  max-width: 100%; }

.img-rnd {
  border-radius: 100%; }

a {
  color: #000;
  text-decoration: none; }
  a:hover {
    color: #203263; }

h1 {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.175; }
  @media (max-width: 768px) {
    h1 {
      font-size: 30px;
      line-height: 1.1; } }

h2 {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4; }
  @media (max-width: 768px) {
    h2 {
      font-size: 26px;
      line-height: 1.1; } }

.btn {
  display: inline-block;
  cursor: pointer;
  text-decoration: none; }
  .btn[disabled] {
    background: #E6E6E6;
    color: #989898; }

.btn-regular {
  border-radius: 20px;
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  font-size: 14px; }

.btn-blue {
  background: #203263;
  color: #fff; }
  .btn-blue:hover {
    color: #fff;
    background-color: #2f4582; }

.link-fnc {
  text-transform: uppercase;
  text-decoration: none;
  color: #D0A242;
  font-size: 11px; }

.input-text {
  border: 1px solid #E1E1E1;
  box-sizing: border-box;
  border-radius: 3px;
  height: 50px;
  padding: 0 12px; }
  .input-text:focus {
    border-color: #FE9E26;
    outline: none; }
    .input-text:focus ~ label {
      color: #000;
      font-weight: bold; }

.btn-wide {
  width: 100%; }

.btn-reg {
  font-size: 16px;
  line-height: normal;
  text-align: center;
  font-family: roboto, sans-serif;
  height: 48px;
  color: #989898;
  border: 0; }

label input[type="checkbox"] {
  display: none; }

figure figcaption {
  font-size: 14px;
  line-height: 1.5;
  color: #858585;
  margin-top: 17px; }
  @media (max-width: 768px) {
    figure figcaption {
      margin-top: 5px; } }

.styled-select ~ .ui-selectmenu-button.ui-button {
  background-color: #fff;
  box-shadow: none;
  height: 50px;
  width: 100%;
  line-height: 50px;
  padding: 0 10px;
  border-radius: 0;
  border-color: #E1E1E1; }

.styled-select ~ .ui-selectmenu-button.ui-button:hover {
  background: #f1f9ff; }

.styled-select ~ .ui-selectmenu-button.ui-button .ui-selectmenu-icon.ui-icon {
  background: url(../images/dropdown.svg) no-repeat;
  width: 8px;
  height: 5px;
  background-size: contain;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto; }

.styled-select ~ .ui-selectmenu-button.ui-button .ui-selectmenu-text {
  font-size: 14px;
  font-family: roboto, sans-serif;
  font-weight: normal;
  color: #101417 !important; }

.ui-menu .ui-menu-item-wrapper {
  font-size: 16px;
  padding: 10px;
  font-weight: normal;
  font-family: roboto, sans-serif;
  color: #101417; }

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  background: #fff;
  color: #101417 !important;
  border-color: transparent; }

.text-center {
  text-align: center; }

.header-banner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-height: 80px;
  height: auto;
  text-align: center; }
  .header-banner .banner-slide {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    text-align: left; }
    .header-banner .banner-slide .t {
      max-width: 228px;
      text-align: left; }
    .header-banner .banner-slide .h {
      margin-bottom: 0;
      margin-right: 20px; }
    @media (max-width: 768px) {
      .header-banner .banner-slide .t {
        font-size: 11px;
        line-height: 1.18; }
      .header-banner .banner-slide .h {
        margin-right: 10px;
        margin-left: 10px;
        font-size: 15px; } }
  .header-banner .banner-placeholder {
    height: 58px; }

.page-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  margin-bottom: 32px;
  background: #fff; }
  @media (max-width: 991px) {
    .page-header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      -ms-align-items: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .page-header .page-header-row {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; }
        .page-header .page-header-row .width {
          padding-right: 0; }
      .page-header .page-header-secondary {
        background: #fff; }
        .page-header .page-header-secondary a {
          color: #203263; }
        .page-header .page-header-secondary .width {
          padding-left: 0; } }

.page-header-row {
  background: #fff; }
  .page-header-row .width {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 70px; }
    .page-header-row .width ul {
      padding: 0;
      margin: 0;
      list-style-type: none;
      font-weight: bold;
      font-size: 13px;
      line-height: normal;
      letter-spacing: 0.05em;
      text-transform: uppercase; }
      .page-header-row .width ul li {
        display: inline-block;
        vertical-align: top; }
      .page-header-row .width ul li {
        margin-left: 26px; }
        .page-header-row .width ul li:first-child {
          margin-left: 0; }
      .page-header-row .width ul a {
        text-decoration: none; }
      @media (max-width: 1200px) {
        .page-header-row .width ul {
          text-transform: none; }
          .page-header-row .width ul li {
            margin-left: 18px; } }
    @media (max-width: 991px) {
      .page-header-row .width {
        height: 60px; } }

.header-logo .navi-toggle {
  display: none; }
@media (max-width: 991px) {
  .header-logo img {
    max-width: 220px; } }
@media (max-width: 768px) {
  .header-logo img {
    max-width: 160px; }
  .header-logo .navi-toggle {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    position: relative;
    top: -7px;
    color: #36374b; }
.header-banner img{
  object-fit: contain;
}

  }
@media (max-width: 360px) {
  .header-logo img {
    max-width: 150px; } }

.header-navi-prime .header-socials {
  display: none; }
.header-navi-prime li.current a, .footer-navi li.current a {border-bottom: 3px solid; color:#203263;}
@media (min-width: 992px) {
  .header-navi-prime li.secondary-unit.secondary-unit {
    display: none; }
    .header-navi-prime li.secondary-unit.secondary-unit ~ li {
      display: none; }
  .header-navi-prime .navi-close {
    display: none; } }
@media (max-width: 991px) {
  .header-navi-prime {
    position: fixed;
    top: 0;
    left: 0;
    width: 70%;
    min-width: 280px;
    max-width: 500px;
    height: 100%;
    background: #fff;
    z-index: 100;
    box-shadow: 3px 5px 15px 10px transparent;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
    .header-navi-prime .header-socials {
      display: block;
      margin-left: 25px;
      padding-top: 20px; }
      .header-navi-prime .header-socials .social-links {
        font-size: 20px; }
        .header-navi-prime .header-socials .social-links li {
          margin-left: 0;
          margin-right: 20px; }
    .header-navi-prime > ul {
      padding: 30px 15px 20px 25px !important; }
      .header-navi-prime > ul > li {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-weight: normal;
        font-size: 15px;
        margin-bottom: 15px; }
    .header-navi-prime .navi-close {
      position: absolute;
      top: 0px;
      right: 0px;
      width: 35px;
      height: 35px;
      background: #36374b;
      text-align: center;
      line-height: 35px;
      color: #fff; } }

@media (max-width: 991px) {
  .navi-called .header-navi-prime {
    -webkit-transform: translateX(0%);
        -ms-transform: translateX(0%);
            transform: translateX(0%);
    box-shadow: 3px 5px 15px 10px rgba(0, 0, 0, 0.2); } }
.page-header-secondary {
  background: #203263; }
  .page-header-secondary .width {
    height: 43px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 13px; }
  .page-header-secondary a {
    color: #fff;
    text-decoration: none; }
  @media (max-width: 991px) {
    .page-header-secondary .icon-search {
      background-image: url(../images/search-b.svg); } }

.header-navi-additional ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .header-navi-additional ul li {
    display: inline-block;
    vertical-align: top; }
  .header-navi-additional ul li:not(:last-child) {
    margin-right: 16px; }

    @media (max-width: 1200px) {
    .header-navi-additional ul li:not(:last-child) {
      margin-right: 12px; }
    .header-navi-additional ul li:last-child {
      margin-left: 10px; } }
@media (max-width: 991px) {
  .header-navi-additional {
    position: fixed;
    top: 0;
    left: 50%;
    width: 50%;
    height: 100%;
    background: #fff;
    z-index: 100;
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%); }
    .header-navi-additional > ul {
      padding: 30px !important;
      font-weight: normal;
      font-size: 16px; }
      .header-navi-additional > ul > li {
        display: block !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 15px; } }

  .header-contact {font-weight: bold;}
  .header-contact i {font-weight: 900;}
  @media (max-width: 768px) {
    .header-contact {
      margin-right: 8px !important; margin-left: 0 !important;}
      .header-contact i {
        display: inline-block;
        font-size: 19px;
        position: relative;
        top: -3px; }
      .header-contact span {
        display: none; } }

.header-socials {display:none}

.header-socials ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .header-socials ul li {
    display: inline-block;
    vertical-align: top; }
@media (max-width: 991px) {
  .header-socials {
    margin-left: 35px; } }
@media (max-width: 768px) {
  .header-socials {
    display: none; } }

.social-links {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  .social-links li {
    display: inline-block;
    vertical-align: top; }
  .social-links li {
    margin-right: 19px; }
    .social-links li:last-child {
      margin-right: 0; }
    @media (max-width: 991px) {
      .social-links li {
        margin-right: 12px; } }

.header-userplace {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .header-userplace .header-userplace-user.non-logged {
    font-size: 13px; }
    .header-userplace .header-userplace-user.non-logged a:not(:last-child) {
      margin-right: 30px; }
      @media (max-width: 768px) {
        .header-userplace .header-userplace-user.non-logged a:not(:last-child) {
          display: none; } }
    .header-userplace .header-userplace-user.non-logged a i {
      vertical-align: middle;
      top: -2px;
      margin-right: 10px; }
      @media (max-width: 768px) {
        .header-userplace .header-userplace-user.non-logged a i {
          margin-right: 0; } }
    @media (max-width: 768px) {
      .header-userplace .header-userplace-user.non-logged a span {
        display: none; } }

.icon-login {
  display: inline-block;
  position: relative;
  width: 18px;
  height: 18px;
  background: url(../images/unlogged.svg) no-repeat;
  background-size: contain; }

.search-call{
  position: relative;
}
.search-form{
  position: absolute;
  background: #fff;
  padding: 0 7px;
  border-radius: 8px;
  right: -7px;
  top: 50%;
  width: 200px;
  margin-top: -13px;
  overflow: hidden;
  width: 0;
  opacity: 0;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s;
}
.search-called .search-form{
  opacity: 1;
  width: 200px;
  box-shadow: 0 0 0px 1px #203263;
}
.search-form-line{
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.search-form-line input,
.search-form-line button{
  background: none;
  border: 0;
  height: 26px;
}
.search-form-line input{
  flex-grow: 1;
  margin-right: 5px;
}
.search-form-line button i{
  background-image: url(../images/search-b.svg);
}
.search-form-line button{
  padding: 0;
  -webkit-appearance:none;
  border-radius: 0;
}



@media (max-width: 991px) {
  .search-call {
    margin-left: 35px; } }
@media (max-width: 768px) {
  .search-call {
    margin-left: 0; } }

.header-userplace-user {
  padding-right: 63px;
  margin-left: 30px; }
  .header-userplace-user img {
    border-radius: 100%;
    margin-right: 8px; }
  @media (max-width: 1200px) {
    .header-userplace-user {
      padding-right: 0; } }
  @media (max-width: 768px) {
    .header-userplace-user {
      margin-left: 15px;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; }
      .header-userplace-user img {
        margin-right: 0; } }

@media (max-width: 768px) {
  .header-userplace-username {
    display: none; } }

.article-thumb {
  margin-bottom: 16px;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 3px; }

.article-thumb-picture {
  position: relative; }
  .article-thumb-picture .date {
    position: absolute;
    left: 20px;
    top: 20px;
    font-size: 13px;
    line-height: 1.84;
    height: 24px;
    padding: 0 10px;
    background: #fff;
    border-radius: 20px; }
  .article-thumb-picture img {
    height: 200px;
    width: 100%;
    border-radius: 3px 3px 0 0;
    object-fit: cover; }
  .article-thumb-picture.article-thumb-picture--slim img {
    height: 120px; }

.article-thumb-text {
  padding: 16px 20px;
  font-size: 14px;
  line-height: 1.4; }
  .article-thumb-text .article-thumb-author.author-horizontal {
    padding: 0; }
    .article-thumb-text .article-thumb-author.author-horizontal .author-img {
      margin-right: 12px;
      width: 36px;
      height: 36px; }
    .article-thumb-text .article-thumb-author.author-horizontal .author-role {
      font-style: normal; }
    .article-thumb-text .article-thumb-author.author-horizontal ~ p ~ footer {
      margin-top: 0; }
  .article-thumb-text .article-thumb-header + .article-thumb-author {
    margin-top: 6px; }
  .article-thumb-text p  {margin:0}
  .article-thumb-text p + .article-thumb-author {
    margin-top: 8px; }
  .article-thumb-text footer {
    margin-top: 28px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .article-thumb-text a {
    text-decoration: none; }

.article-thumb-header:not(:last-child) {
  margin-bottom: 8px; }
.article-thumb-header + footer {
  margin-top: 0; }

.author {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px; }
  .author .author-img {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 15px;
    max-width: 100px; }

.article-thumb-author {
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -ms-align-items: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start; }
  .article-thumb-author .author-img {
    margin-bottom: 10px; }

.author-name {
  font-weight: bold;
  font-size: 14px;
  line-height: normal;
  color: #000000; }

.author-role {
  /*font-style: italic;*/
  font-size: 12px;
  color: #858585; }

.author-company {
  font-size: 14px;
  line-height: 1.4;
  color: #858585; }
  .author-company:first-child {
    color: #000;
    font-weight: 500; }

.author-city {
  color: #858585;
  font-size: 14px;
  line-height: 1.4; }

.article-thumb-h {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4; }
  @media (max-width: 1200px) {
    .article-thumb-h {
      font-size: 14px; } }

.article-thumb-comments {
  font-size: 12px;
  line-height: normal;
  white-space: nowrap; }
  .article-thumb-comments a {
    color: #858585 !important;
    text-decoration: none;
    font-weight: bold; }
    .article-thumb-comments a:not(:last-child) {
      margin-right: 25px; }

.article-thumb-tag {
  font-size: 11px;
  line-height: normal;
  letter-spacing: 0.05em;
  background-color: /*#f57c00*/#ffb74c;
  padding:.2em .4em;
  text-align: right;
  color: #fff; }
  .article-thumb-tag a {
    color: #fff;
    text-decoration: none; }

.article-thumb-logo {
  text-align: center; }
  .article-thumb-logo.article-thumb-picture img {
    max-width: 80%; }

/*  stand  */
.incut {
  padding: 25px 30px;
  background: rgba(194, 212, 252, 0.2);
  margin-bottom: 30px;
  margin-left: -30px; }
  .incut h3 {
    font-weight: bold;
    font-size: 18px;
    line-height: 140.62%;
    color: #203263; }
  .incut > :first-child {
    margin-top: 0; }
  .incut > :last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .incut {
      margin-left: -15px;
      margin-right: -15px;
      width: auto;
      padding-left: 15px;
      padding-right: 15px; } }

.prize-winner {
  color: #FE9E26;
  font-size: 16px; }
  .prize-winner .icon-prize {
    margin-right: 10px;
    width: 24px;
    height: 25px;
    background: url(../images/prize.png) no-repeat;
    background-size: contain;
    position: relative;
    top: -2px; }

.icon-prize {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle; }

.stand-details {
  margin: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  font-size: 16px;
  -ms-align-items: baseline;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .stand-details dt {
    width: 200px;
    padding-right: 20px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 30px;
    font-weight: bold; }
    @media (max-width: 768px) {
      .stand-details dt {
        width: 100%;
        margin-bottom: 0; } }
  .stand-details dd {
    margin-bottom: 30px;
    margin-left: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: calc(100% - 200px); }
    @media (max-width: 768px) {
      .stand-details dd {
        width: 100%;
        margin-bottom: 20px; } }
    .stand-details dd.stand-person {
      -ms-align-self: flex-start;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }
    .stand-details dd strong {
      font-size: 18px;
      font-weight: 500; }
      .stand-details dd strong + strong {
        margin-left: 2em; }
      @media (max-width: 768px) {
        .stand-details dd strong {
          font-size: 16px;
          font-weight: normal; }
          .stand-details dd strong + strong {
            margin-left: 1em; } }
    .stand-details dd > *:first-child {
      margin-top: 0; }
    .stand-details dd .author-horizontal {
      font-weight: normal;
      padding: 0;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
          -ms-flex-align: start;
              align-items: flex-start; }
      @media (max-width: 768px) {
        .stand-details dd .author-horizontal {
          margin-top: 10px; } }
      .stand-details dd .author-horizontal .author-name {
        font-size: 18px;
        font-weight: 500;
        margin-bottom: 5px; }
        @media (max-width: 768px) {
          .stand-details dd .author-horizontal .author-name {
            font-weight: normal;
            font-size: 14px;
            margin-bottom: 0; } }
      .stand-details dd .author-horizontal .author-company,
      .stand-details dd .author-horizontal .author-role {
        font-size: 14px;
        color: #000;
        margin-bottom: 3px; }
      .stand-details dd .author-horizontal .author-role {
        max-width: 360px; }
    .stand-details dd ul:not([class]) {
      margin-left: -2.7em; }
    .stand-details dd b {
      font-weight: 500; }
    .stand-details dd .acd-list-unit-cnt ul:not([class]) {
      margin-left: 0;
      padding-left: 0; }
  .stand-details ~ footer .article-share b {
    margin-right: 0;
    width: 196px; }
    @media (max-width: 768px) {
      .stand-details ~ footer .article-share b {
        width: auto;
        margin-right: 10px; } }
  .stand-details ol {
    padding-left: 0; }
    .stand-details ol li {
      margin-bottom: 1em; }

.article-header-logo img {max-height: 200px;}

@media (max-width: 768px) {
  .article-header-logo {
    max-width: 50%;
    margin-bottom: 10px; } }

@media (max-width: 768px) {
  .acd-list {
    padding-top: 10px; } }

.acd-list-unit {
  margin-bottom: 10px; }

.acd-list-unit-h {
  position: relative;
  padding-left: 25px;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  font-size: 18px;
  cursor: pointer; }
  .acd-list-unit-h:before {
    content: '';
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 4.5px 0 4.5px;
    border-color: rgba(0, 0, 0, 0.5) transparent transparent transparent;
    position: absolute;
    left: 0;
    top: 9px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .acd-list-unit-h.called {
    color: #000; }
    .acd-list-unit-h.called:before {
      -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
      transform: rotate(-180deg);
      border-color: black transparent transparent transparent; }
  @media (max-width: 768px) {
    .acd-list-unit-h {
      font-size: 16px; } }

.acd-list-unit-cnt {
  padding-left: 25px;
  display: none; }

.rate-formate {
  color: #858585;
  font-size: 16px; }
  .rate-formate .actual-rate {
    font-size: 24px;
    font-weight: 500;
    color: #000; }

@media (max-width: 992px) {
  .article-thumb-picture:not(.article-thumb-logo) img {
    object-fit: cover; } }
.opinion-thumb {
  padding: 0;
  background: none;
  border: 0;
  padding-left: 23px;
  padding-right: 20px; }
  .opinion-thumb:not(:last-child) {
    margin-bottom: 36px; }
  .opinion-thumb .author {
    margin-bottom: 8px; }
  .opinion-thumb .article-thumb-text {
    padding: 0; }
  .opinion-thumb .article-thumb-h {
    font-size: 14px;
    line-height: 1.28; }
  @media (max-width: 991px) {
    .opinion-thumb {
      padding-left: 0;
      padding-right: 0; }
      .opinion-thumb:not(:last-child) {
        margin-bottom: 20px; } }

.author-img {
  overflow: hidden;
  width: 100px;
  height: 100px;
  border-radius: 100%;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0; }
          .author-img img {width:100%; height: 100%}
/*  .author-img img {
    width: 200%;
    height: 200%;
    max-width: none;
    object-fit: contain;
    position: relative;
    -webkit-transform: translate(-25%, -25%);
        -ms-transform: translate(-25%, -25%);
            transform: translate(-25%, -25%); }*/

/* side bar */
.side-banner {
  background-size: cover;
  height: 288px;
  position: relative;
  margin-bottom: 48px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }
  .side-banner .banner-placeholder {
    /*		width: 188px;
    		height: 188px;*/
    width: 240px;
    height: 240px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }

.banner-placeholder {
  border-radius: 3px;
  height: 320px; }
  .banner-placeholder .h {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.43;
    text-align: center;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 0.5em; }
  .banner-placeholder .t {
    font-size: 12px;
    line-height: 1.25;
    text-align: center;
    color: #858585; }
  .banner-placeholder .bx-next,
  .banner-placeholder .bx-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 16px;
    height: 13px;
    background: url(../images/arr-l-w.svg);
    text-indent: -9999px; }
  .banner-placeholder .bx-next {
    right: 18px;
    background: url(../images/arr-r-w.svg); }
  .banner-placeholder .bx-prev {
    left: 18px; }
  .banner-placeholder .bx-pager {
    height: 4px;
    position: absolute;
    text-align: center;
    left: 0;
    bottom: 16px;
    width: 100%; }
  .banner-placeholder .bx-pager-item {
    text-indent: -9999px;
    display: inline-block;
    margin: 0 4px; }
  .banner-placeholder .bx-pager-link {
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 4px;
    width: 16px;
    background: #fff;
    opacity: 0.5;
    border-radius: 3px;
    display: block;
    margin: 0;
    outline: none !important; }
  .banner-placeholder .active {
    background: #fff;
    width: 32px;
    opacity: 1; }

.banner-slideshow {
  height: 100%; }

.banner-slide {
  height: 100%;
  padding: 15px; }

.banner-slide-small {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .banner-slide-small .t {
    max-width: 140px; }

.aside-section {
  margin-bottom: 29px;
  padding-left: 20px; }
  @media (max-width: 991px) {
    .aside-section {
      padding-left: 0; } }

.aside-section-header {
  font-family: Roboto;
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.4;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  overflow: hidden;
  margin-bottom: 1em; }
  .aside-section-header span {
    display: inline-block;
    position: relative; }
    .aside-section-header span:after {
      width: 500px;
      height: 1px;
      background: #EAEAEA;
      content: '';
      position: absolute;
      bottom: 0;
      left: 100%;
      margin-left: 10px;
      top: 0;
      margin-top: auto;
      margin-bottom: auto; }

.aside-widget {
  background: #fff;
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 16px 20px;
  margin-bottom: 24px; }
  .aside-widget .h {
    font-weight: bold;
    font-size: 16px;
    line-height: 1.3;
    color: #FE9E26;
    margin-bottom: 1em; }
  .aside-widget .form-row {
    margin-bottom: 14px; }
    .aside-widget .form-row:last-child {
      margin-bottom: 0; }
    .aside-widget .form-row label {
      font-size: 14px;
      line-height: 1.4;
      display: block;
      font-weight: bold;
      margin-bottom: 4px; }
    .aside-widget .form-row .input-text {
      width: 100%; }
  .aside-widget .btn {
    width: 100%; }

.btn-reg {
  height: 50px;
  border-radius: 3px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 23px;
  text-align: center;
  border: 0;
  font-family: roboto, sans-serif; }

.btn-orange {
  background: #FE9E26;
  color: #fff; }

.aside-links {
  /*padding-right: 30px;*/ }
  @media (max-width: 1200px) {
    .aside-links {
      padding-right: 0; } }

.aside-link-entry {
  margin-bottom: 16px; }
  .aside-link-entry .date {
    font-size: 14px;
    line-height: 1.4;
    color: #858585;
    margin-bottom: 4px; }
  .aside-link-entry .name {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.28; }
  .aside-link-entry .company {
    font-size: 14px;
    line-height: 20px;
    color: #858585; }
    .aside-link-entry .company + .name {
      font-weight: 500;
      font-size: 16px;
      line-height: 1.3; }
      @media (max-width: 1200px) {
        .aside-link-entry .company + .name {
          font-size: 14px; } }
  .aside-link-entry .date-place {
    font-size: 12px;
    line-height: 1.4;
    color: #858585; }

.article-thumb-single {
  margin-bottom: 29px; }
  .article-thumb-single .article-thumb-h {
    font-size: 14px; }
  .article-thumb-single footer {
    margin-top: 22px; }

.article-thumb-webinar .article-thumb-picture {
  height: 80px; }
  .article-thumb-webinar .article-thumb-picture img {
    height: 100%; }
.article-thumb-webinar figcaption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  .article-thumb-webinar figcaption .date {
    position: relative;
    left: 0;
    top: 0; }

.article-thumb-details {
  margin-bottom: 7px;
  font-size: 14px;
  color: #858585; }
  .article-thumb-details b {
    font-weight: bold;
    margin-left: 5px;
    color: #000; }

.article-thumb-h + .article-thumb-details {
  margin-top: 18px;
  margin-bottom: 0; }

.aside-links .bx-controls-direction {
  border-top: 1px solid  #EAEAEA;
  padding-top: 16px;
  text-transform: uppercase;
  font-size: 12px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 16px;
  position: relative; }
  .aside-links .bx-controls-direction a {
    color: #858585;
    text-indent: -9999px; }
  .aside-links .bx-controls-direction .bx-prev, .aside-links .bx-controls-direction .bx-next {
    display: inline-block;
    color: #858585;
    position: relative;
    width: 16px;
    height: 13px;
    background: url(../images/arr-l.svg); }
  .aside-links .bx-controls-direction .bx-next {
    background: url(../images/arr-r.svg); }
  .aside-links .bx-controls-direction:after {
    content: "ЕЩЕ";
    font-size: 14px;
    color: #858585;
    position: absolute;
    bottom: -3px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.ajax-load-button {
  margin-top: 34px;
  margin-bottom: 24px; }
  .ajax-load-button.btn i {
    font-size: 20px;
    vertical-align: middle;
    margin-right: 4px;
    position: relative;
    top: 0px; }
  @media (max-width: 768px) {
    .ajax-load-button {
      margin-top: 15px; } }

.page-footer {
  padding-top: 50px;
  padding-bottom: 40px; }

.footer-navi {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 991px) {
    .footer-navi {
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  .footer-navi ul:not(.social-links) {
    padding: 0;
    margin: 0;
    list-style-type: none;
    font-weight: bold;
    font-size: 13px;
    line-height: normal;
    letter-spacing: 0.05em;
    text-transform: uppercase; }
    .footer-navi ul:not(.social-links) li {
      display: inline-block;
      vertical-align: top; }
    .footer-navi ul:not(.social-links) li:not(:last-child) {
      margin-right: 27px; }
      @media (max-width: 991px) {
        .footer-navi ul:not(.social-links) li:not(:last-child) {
          margin-right: 6px; } }
    @media (max-width: 991px) {
      .footer-navi ul:not(.social-links) li {
        text-transform: none; } }
    .footer-navi ul:not(.social-links) a {
      text-decoration: none; }
    @media (max-width: 991px) {
      .footer-navi ul:not(.social-links) {
        display: block;
        text-transform: none;
        text-align: center; }
        .footer-navi ul:not(.social-links) li {
          margin-right: 6px;
          margin-left: 6px;
          margin-bottom: 10px; } }
  .footer-navi .social-links li {
    margin-right: 0;
    margin-left: 20px; }
    .footer-navi .social-links li a {
      color: #C6C6C6; transition: all .3s; }
      .footer-navi .social-links li a:hover {
        color: #203263; }
    .footer-navi .social-links li:first-child {
      margin-left: 0; }
  @media (max-width: 768px) {
    .footer-navi .social-links {
      text-align: center; }
      .footer-navi .social-links li {
        margin-left: 10px;
        margin-right: 10px; }
        .footer-navi .social-links li:first-child {
          margin-left: 10px; } }

.copyright {
  font-size: 14px;
  line-height: normal;
  color: #858585;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .copyright small {
    display: block;
    font-size: 14px; }
  @media (max-width: 768px) {
    .copyright {
      display: block; }
      .copyright small + small {
        margin-top: 1em; } }
  @media (max-width: 768px) {
    .copyright {
      display: block;
      margin-bottom: 15px;
      text-align: center; } }
  .copyright a {color:inherit; text-decoration: underline}

.icon-search {
  background: url(../images/search.svg);
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  position: relative; }

.icon-comments {
  width: 14px;
  height: 14px;
  background: url(../images/comments.svg);
  background-size: contain;
  display: inline-block;
  position: relative;
  margin-right: 3px;
  top: 3px; }

.icon-views {
  width: 21px;
  height: 12px;
  background: url(../images/views.svg);
  background-size: contain;
  display: inline-block;
  position: relative;
  margin-right: 3px;
  top: 2px; }

.header-socials ul {
  font-size: 14px; }

.row > div[id*="bx_incl_area_"] {
  width: 75%; }

.row > div[id*="bx_incl_area_"] > .col-9 {
  width: 100%; }

/* inner: article; */
.article {
  font-size: 18px;
  line-height: 1.4; }
  .article p {
    margin-bottom: 1.4em; }
  @media (max-width: 768px) {
    .article {
      font-size: 15px; }
      .article figure {
        margin-left: -10px;
        margin-right: -10px;
        width: auto; }
        .article figure figcaption {
          padding-left: 10px;
          padding-right: 10px; } }

.article a {color:#2B70B3}

.page-content ul:not([class]) {
  padding-left: 1.4em;
  margin-left: 0;
  list-style: none; }
  .page-content ul:not([class]) li {
    padding-left: 1.3em;
    position: relative;
    margin-bottom: 0.5em; }
    .page-content ul:not([class]) li:before {
      content: '';
      width: 4px;
      height: 4px;
      position: absolute;
      -webkit-transform: rotate(390deg);
          -ms-transform: rotate(390deg);
              transform: rotate(390deg);
      background: #000;
      left: 1px;
      top: 10px;
      border-radius: 10px; }

.col-9 .article {
  max-width: 795px; }
.col-9 .inner-content {
  max-width: 860px; }
  .col-9 .inner-content h1 {
    margin-top: 0;
    margin-bottom: 0; }

.article-header {
  margin-bottom: 20px;
  padding-top: 10px; }
  .article-header .article-thumb-author {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .article-header .article-thumb-author .author-img {
      width: 55px;
      height: 55px; }
    .article-header .article-thumb-author .author-role {
      font-style: normal; }
    .article-header .article-thumb-author .author-name {
      font-size: 18px; }
  .article-header h1 {
    margin: 0;
    margin-bottom: 10px; }
    @media (max-width: 768px) {
      .article-header h1 {
        font-size: 30px;
        line-height: 1.2; } }

.article-header-details {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 17px;
  -ms-align-items: baseline;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline; }
  .article-header-details .date {
    font-size: 12px;
    color: #858585;
    margin-right: 40px; }
  .article-header-details .article-thumb-comments {
    margin-right: 40px; }
  @media (max-width: 768px) {
    .article-header-details {
      margin-bottom: 10px; }
      .article-header-details .date {
        margin-right: 15px;
        margin-bottom: 10px; }
      .article-header-details .article-thumb-comments {
        margin-right: 15px; } }

@media (max-width: 767px) {
  .article-header-details .date {
    margin-bottom: 10px; } }
.tag-bg {
  background: #5BB7D4;
  border-radius: 2px;
  font-weight: bold;
  font-size: 12px;
  line-height: 1.6;
  text-align: center;
  letter-spacing: 0.05em;
  padding: 0 13px;
  color: #fff;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  position: relative;
  top: -3px; }

.article-share {
  border-top: 1px solid #DFDFDF;
  padding-top: 25px;
  margin-top: 25px;
  line-height: 24px; }
  .article-share b {
    font-size: 18px;
    margin-right: 60px;
    display: inline-block; }

/*Стиль для addthis старые оставил*/

.share-buttons {
    list-style-type: none;
    margin: 0px 0px -14px 0;
    padding: 4px 0 0 0;
    display: inline-block;
    overflow: hidden;
}
/*.share-buttons {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: inline-block; }
  .share-buttons li {
    display: inline-block;
    vertical-align: top;
    margin-right: 11px; }
    .share-buttons li a:hover {
      color: #FFF; }
*/
.share-service {
  width: 24px;
  height: 24px;
  color: #fff;
  display: inline-block;
  position: relative;
  text-align: center;
  font-size: 17px; }

.icon-chain {
  width: 15px;
  height: 15px;
  display: inline-block;
  position: relative;
  background: url(../images/link.svg) no-repeat;
  background-size: contain;
  top: 2px; }

.icon-envelope {
  width: 18px;
  height: 13px;
  display: inline-block;
  position: relative;
  background: url(../images/mail.svg) no-repeat;
  background-size: contain; }

.share-link {
  background: #D3DCE2; }

.share-mail {
  background: #3F9BE1; }

.share-fb {
  background: #3A559F; }
  .share-fb i {
    position: absolute;
    right: 4px;
    bottom: -1px;
    font-size: 21px; }

.share-vk {
  background: #44678D; }

.share-tw {
  background: #50ABF1; }

.share-telegram {
  background: #61A8DE; }
  .share-telegram i {
    font-size: 15px; }

.article-comments {
  border-top: 1px solid #DFDFDF;
  padding-top: 21px;
  margin-top: 32px; }
  .article-comments .h {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 20px; }

.comments-list {
  list-style-type: none;
  padding: 0;
  margin-left: 0; }

.comments-comment {
  margin-bottom: 32px; }
  .comments-comment:last-child {
    margin-bottom: 0; }
  .comments-comment p:first-of-type {
    margin-top: 0; }
  .comments-comment p:last-of-type {
    margin-bottom: 0; }
  .comments-comment ul {
    padding-left: 60px;
    border-left: 4px solid  #DFDFDF;
    margin-top: 23px;
    padding-bottom: 8px; }
    @media (max-width: 768px) {
      .comments-comment ul {
        padding-left: 30px; } }

.comment-author {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 19px; }
  .comment-author .comment-userpic {
    width: 48px;
    height: 48px;
    left: 360px;
    top: 2747px;
    background: #FEB626;
    border-radius: 3px;
    font-weight: bold;
    font-size: 24px;
    line-height: 2;
    letter-spacing: 0.1px;
    color: #FFFFFF;
    text-align: center;
    margin-right: 20px; }
    .comment-author .comment-userpic img {
      display: block;
      border-right: 3px; }
  .comment-author .comment-username b {
    font-weight: bold;
    font-size: 18px;
    line-height: 1.4;
    color: #000000;
    margin-right: 12px; }
  .comment-author .comment-username small {
    font-size: 14px;
    line-height: 1.4;
    color: #858585;
    display: block; }

.replied {
  color: #858585;
  font-size: 14px;
  margin-left: 10px; }
  .replied i {
    margin-right: 6px; }

.icon-hashtag {
  display: inline-block;
  background: url(../images/hashtag.svg) no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  position: relative;
  opacity: 0.35; }

.icon-reply {
  background: url(../images/respond.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 12px;
  display: inline-block;
  position: relative; }

.comments-links {
  margin-top: 5px; }
  .comments-links a {
    font-size: 14px;
    line-height: 1.4;
    color: #858585; }

.comments-input {
  background: #FFFFFF;
  box-sizing: border-box;
  border-radius: 3px;
  max-width: 592px;
  width: 100%;
  padding: 15px 20px;
  font-size: 14px;
  line-height: 16px;
  color: #858585;
  resize: none;
  height: 50px;
  margin-bottom: 13px; }

.comment-response-form {
  max-width: 592px;
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  -webkit-transition: border 0.3s;
  transition: border 0.3s;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 14px 20px;
  /*margin-top: 40px;*/
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 13px; }
  .comment-response-form.comment-write-form {
    margin-bottom: 30px; }
  .comment-response-form.has-focus {
    border-color: #FE9E26; }
  .comment-response-form.show-button textarea {
    height: 50px; }
  .comment-response-form.show-button .btn {
    display: inline-block; }
  .comment-response-form textarea {
    -webkit-transition: height 0.3s;
    transition: height 0.3s;
    border: 0;
    padding: 0;
    height: 50px;
    height: 20px;
    width: 100%;
    resize: none;
    font-size: 15px;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .comment-response-form textarea {
        height: 90px; } }
  .comment-response-form .btn {
    width: 120px;
    height: 40px;
    display: none;
    line-height: 38px;
    margin-top: 15px; }
  @media (max-width: 768px) {
    .comment-response-form {
      max-width: none; } }

.comments-links .comment-response-form-holder {
  display: none; }
.comments-links .comment-response-form {
  margin-top: 30px; }

.aside-section-articles {
  padding-left: 0;
  padding-right: 0; }
  .aside-section-articles .aside-section-header {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.16;
    color: #000000;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 26px; }
    .aside-section-articles .aside-section-header span:after {
      display: none; }
  .aside-section-articles .article-thumb-text footer {
    margin-top: 14px; }
  .aside-section-articles .author-text {
    padding-top: 12px;
    line-height: 1.4; }
    .aside-section-articles .author-text .author-role {
      font-size: 14px;
      font-style: normal; }

.comments-previews {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 3px;
  padding: 20px; }

.comments-preview:not(:last-child) {
  border-bottom: 1px solid #EBEBEB;
  padding-bottom: 30px;
  margin-bottom: 30px; }
.comments-preview .comments-preview-h {
  margin-bottom: 12px; }
  .comments-preview .comments-preview-h q {
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.14; }
  .comments-preview .comments-preview-h .date {
    font-size: 12px;
    line-height: 1.16;
    color: #858585; }
.comments-preview p {
  font-size: 14px;
  line-height: 18px; }
.comments-preview footer {
  font-size: 12px;
  line-height: 1.16;
  color: #858585; }
  .comments-preview footer a {
    color: #3879b8;
    text-decoration: underline; }

/* analytics */
.article-previews {
  margin-bottom: 45px; }
  .article-previews .col-12 {
    font-size: 18px; }
  @media (max-width: 991px) and (min-width: 768px) {
    .article-previews .col-sm-6:last-child {
      display: none; } }
  @media (max-width: 768px) {
    .article-previews {
      margin-bottom: 20px; }
      .article-previews .col-sm-6 {
        margin-bottom: 15px; }
        .article-previews .col-sm-6:last-child {
          display: block; } }

.article-preview {
  position: relative;
  height: 100%; }
  .article-preview:after {
    content: '';
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: rgba(0, 0, 0, 0.7);
    border-radius: 5px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  .article-preview img {
    border-radius: 5px;
    opacity: 1;
    -webkit-transition: all 0.25s;
            transition: all 0.25s;
    width: 100%;
    height: 100%;
    max-height: 300px;
    object-fit: cover; }
  .article-preview:hover img {
    opacity: 0.7; }
  .article-preview:hover .article-preview-footer {
    opacity: 1; }
  .article-preview:hover:after {
    background: rgba(245, 124, 0, 0.5); }

.article-preview-title {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  z-index: 2; }

.article-preivew-author {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px; }

.article-preview-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
  text-align: center;
  color: #FFFFFF; }

.article-preview-footer {
  opacity: 0;
  -webkit-transition: all 0.25s;
          transition: all 0.25s;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  bottom: 20px;
  color: #fff; }
  .article-preview-footer .article-thumb-comments a {
    color: #fff; }

.sort-panel {
  margin-bottom: 40px; }

.sort-link {
  color: #858585;
  opacity: 0.8;
  border-bottom: 1px dashed; }
  .sort-link.active {
    color: #000;
    border-bottom-color: transparent;
    box-shadow: 0 3px #000; }
  .sort-link:not(:last-child) {
    margin-right: 50px; }
  .sort-link.desc:after, .sort-link.asc:after {
    content: '';
    background: url(../images/sort-filter.svg) no-repeat;
    width: 8px;
    height: 14px;
    display: inline-block;
    position: absolute;
    margin-left: 9px;
    margin-top: 3px; }
  .sort-link.asc:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.article-list footer {
  margin-top: 50px;
  text-align: center; }
@media (max-width: 768px) and (min-width: 600px) {
  .article-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap; }
    .article-list .article-list-item, .article-list footer {
      width: calc(50% - 7px); }
      .article-list .article-list-item:nth-child(even), .article-list footer:nth-child(even) {
        margin-left: 14px; } }

.list-load-more {
  display: inline-block;
  font-size: 18px;
  color: #858585;
  text-decoration: none; }
  .list-load-more i {
    vertical-align: middle;
    margin-right: 20px; }

.icon-arrow-load {
  width: 40px;
  height: 40px;
  position: relative;
  background: url(../images/arrow-more.svg) no-repeat;
  background-size: contain;
  display: inline-block; }

.article-list-item {
  background: #FFFFFF;
  border: 1px solid #EBEBEB;
  box-sizing: border-box;
  border-radius: 3px;
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .article-list-item figure {
    width: 187px;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .article-list-item figure img {
      /*height: 100%;*/
      object-fit: cover; }
  @media (max-width: 800px) {
    .article-list-item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      .article-list-item figure {
        width: 100%; }
        .article-list-item figure img {
          width: 100%;
          height: 160px;
          object-fit: cover;
          border-radius: 3px 3px 0 0; } }

.article-list-item-text {
  padding: 24px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  font-size: 16px; }
  .article-list-item-text h2 {
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0; }
  .article-list-item-text header + p {
    margin-top: 0; }
  .article-list-item-text p:last-child {
    margin-bottom: 0; }
  @media (max-width: 768px) {
    .article-list-item-text header {
      margin-bottom: 15px; } }

.article-header-details .author {
  color: #000;
  font-weight: bold;
  margin-right: 40px;
  font-size: 14px; }

/* article thumbs */
.author-horizontal {
  padding: 20px;
  padding-bottom: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: end;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  -o-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row; }
  .author-horizontal .author-img {
    width: 100px;
    height: 100px;
    margin-right: 26px;
    margin-bottom: 0; }
    @media (max-width: 768px) {
      .author-horizontal .author-img {
        width: 36px;
        height: 36px;
        margin-right: 12px; } }

.article-thumb.article-thumb-collegue {
  min-height: 0px; }
  .article-thumb.article-thumb-collegue .author-role {
    font-weight: 500;
    color: #000; }
  .article-thumb.article-thumb-collegue .author-company {
    color: #000; word-wrap: break-word;
    overflow-wrap: break-word;
   hyphens: auto; -moz-hyphens: auto; -ms-hyphens: auto; -webkit-hyphens: auto;  }
  .article-thumb.article-thumb-collegue .author-horizontal {
    margin-bottom: 5px; }
  @media (max-width: 768px) {
    .article-thumb.article-thumb-collegue {
      min-height: 0; } }

.article-thumb--nm {
  -webkit-box-flex: initial !important;
  -webkit-flex-grow: initial !important;
      -ms-flex-positive: initial !important;
          flex-grow: initial !important; }
  @media (max-width: 991px) {
    .article-thumb--nm {
      top: 0 !important; } }

.article-thumb--suplier .article-thumb-author {
  padding: 20px;
  padding-bottom: 0; }
  .article-thumb--suplier .article-thumb-author .author-img {
    border-radius: 0;
    width: auto;
    padding-top: 100%;
    position: relative;
    height: auto; }
    .article-thumb--suplier .article-thumb-author .author-img img {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto;
      width: auto;
      height: auto;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; }
    .article-thumb--suplier .article-thumb-author .author-text>a:first-child {display: none;}
.article-thumb--suplier .article-thumb-text .article-thumb-h {
  font-weight: normal;
  font-size: 14px; }

.article-thumb--project .article-thumb-header {
  margin-bottom: 15px; }
.article-thumb--project .article-thumb-text footer {
  margin-top: 20px; }

.article-thumb-h .feature-bar {
  margin-top: 8px;
  display: table; }

.feature-bar {
  background: #FE9E26;
  color: #fff;
  border-radius: 3px;
  font-weight: 500;
  font-size: 12px;
  height: 25px;
  line-height: 25px;
  padding: 0 5px;
  display: inline-block; }
  .feature-bar .icon-champ {
    position: relative;
    top: -1px; }

.icon-champ {
  width: 14px;
  height: 13px;
  display: inline-block;
  background: url(../images/champ.svg) no-repeat;
  vertical-align: middle;
  margin-right: 6px; }

.unit-details {
  margin: 0; }
  .unit-details dt {
    font-size: 12px;
    color: #858585; }
  .unit-details dd {
    color: #353535;
    font-size: 14px;
    margin-left: 0;
    font-weight: 500; }
    .unit-details dd + dd {
      margin-top: 10px; }
    .unit-details dd + dt {
      margin-top: 20px;
      padding-top: 15px;
      border-top: 1px solid #EBEBEB; }
    .unit-details dd .author-horizontal .author-img.author-img {
      width: 55px;
      height: 55px; }

/* article tabs */
.articles-navigation {
  margin-bottom: 29px;
  margin-top: -15px; }
  @media (max-width: 768px) {
    .articles-navigation {
      display: none; } }
  .articles-navigation .row {
    -ms-align-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .articles-navigation ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 768px) {
      .articles-navigation ul {
        -webkit-flex-direction: column;
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column; }
        .articles-navigation ul li {
          margin-bottom: 10px; } }
    .articles-navigation ul li {
      padding-left: 0; }
      @media (max-width: 991px) {
        .articles-navigation ul li {
          font-size: 14px; } }
      .articles-navigation ul li:not(:last-child) {
        margin-right: 30px; }
        @media (max-width: 991px) {
          .articles-navigation ul li:not(:last-child) {
            margin-right: 20px; } }
      .articles-navigation ul li:before {
        display: none; }
      .articles-navigation ul li a {
        color: rgba(133, 133, 133, 0.8);
        border-bottom: 3px solid transparent; }
      .articles-navigation ul li.current a {
        color: #000;
        font-weight: bold;
        border-bottom-color: #000; }
  .articles-navigation .btn {
    width: 100%; }
  @media (max-width: 991px) {
    .articles-navigation .col-3 {
      margin-top: 15px; } }

.btn-bd {
  border: 1px solid currentColor;
  border-radius: 3px; }

.btn-bd-orange {
  color: #FE9E26; }
  .btn-bd-orange:hover {
    color: #fff;
    background: #FE9E26; }

.btn-reg {
  height: 50px;
  line-height: 48px;
  font-size: 14px; }

/* filter */
@media (max-width: 768px) {
  .filter {
    padding-top: 15px;
    margin-bottom: 15px; } }
.filter .filter-toggle {
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  display: none; }
  @media (max-width: 768px) {
    .filter .filter-toggle {
      display: block; }
      .filter .filter-toggle + .filter-section {
        padding-top: 10px; } }
.filter .icon-placeholder {
  width: 35px;
  height: 35px;
  border-radius: 35px;
  display: inline-block;
  background: #FE9E26;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 35px;
  vertical-align: middle;
  margin-right: 4px;
  position: relative;
  top: -2px; }

.filter-results {
  background: #fff;
  border-radius: 3px;
  padding: 20px 40px 20px 20px;
  font-size: 14px;
  position: relative;
  margin-bottom: 37px; }
  @media (max-width: 768px) {
    .filter-results {
      display: none;
      margin-top: 15px; }
      .filter-results.shown {
        display: block; } }

.filter-results-qnt {
  font-weight: bold;
  color: #FE9E26; }

.filter-results-clear {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 14px;
  height: 14px; }

.icon-close {
  width: 14px;
  height: 14px;
  display: inline-block; }
  .icon-close:after, .icon-close:before {
    width: 16px;
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #000; }
  .icon-close:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
  .icon-close:before {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg); }

.filter-section {
  margin-bottom: 30px;
  padding-top: 4px; }
  @media (max-width: 768px) {
    .filter-section {
      display: none; }
      .filter-section.shown {
        display: block; } }

.filter-section-h {
  font-size: 16px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 20px;
  cursor: pointer;
  position: relative; }
  .filter-section-h:after {
    width: 11px;
    height: 2px;
    background: #000;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .filter-section-h:before {
    width: 11px;
    height: 2px;
    background: #000;
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s; }
  .filter-section-h.called:before {
    -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
            transform: rotate(0deg); }

.filter-section-cnt {
  display: none; }
  .filter-section-cnt ul {
    list-style-type: none;
    padding: 0;
    margin: 0; }
    .filter-section-cnt ul li {
      margin-bottom: 11px; }

.filter-list .checkbox-text {
  display: inline-block;
  max-width: 97%; }
  .filter-list .checkbox-text sup {
    top: -4px;
    margin-left: 0.3em; }

.checkbox-text {
  display: block;
  padding-left: 32px;
  position: relative;
  font-size: 14px; }
  .checkbox-text:before {
    width: 16px;
    height: 16px;
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    background: #E4E6E7;
    border-radius: 2px;
    cursor: pointer; }
  .checkbox-text sup {
    font-weight: bold;
    font-size: 12px;
    line-height: 1.1;
    color: #353535;
    opacity: 0.5;
    position: relative;
    margin-left: -2px;
    top: -7px; }

input:checked + .checkbox-text:before {
  background: url(../images/check.svg) no-repeat center center #FE9E26; }

.mb0 {
  margin-bottom: 0; }


  /* promo  */
  .bg-section{
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    color: #fff;
  }

  .p-header{
    height: 480px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
    margin-bottom: 32px;
    margin-top: -32px;
  }

  .p-header h1{
    font-size: 70px;
    font-weight: 500;
    padding-top: 20px;
        line-height: 1.25;
  }


  .article-thumb--tp{
    background: none;
    border: 0;
    padding: 0;
  }
  .article-thumb--tp .article-thumb-picture.article-thumb-picture--slim img{
    height: auto;
    width: 100%;
    border-radius: 0;
  }
  .article-thumb--tp .article-thumb-text{
    padding-left: 0;
    padding-right: 0;
    max-width: 780px;
    padding-top: 10px;
  }
  .article-thumb-header:not(:last-child) {
      margin-bottom: 12px;
  }
  .article-thumb--tp .article-thumb-text p:first-of-type{
    margin-top: 10px;
  }
  .col-9>.article-thumb--tp .article-thumb-text .article-thumb-h{
    font-size: 24px;
    line-height: 132%;
    margin-top: 20px;
    max-width: 600px;
  }
  .col-9>.article-thumb--tp .article-thumb-text{
    padding-top: 16px;
  }
  .col-9>.article-thumb--tp .article-thumb-text p{
    line-height: 176%;
    font-size: 18px;
  }
  .bg-grey{
    background: #F2F2F2;
  }
  .section.bg-grey{
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .interview-bigthumb{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .interview-bigthumb figure{
    background: radial-gradient(67.98% 67.98% at 50% 32.02%, #3D4A6C 0%, #2C3D6B 100%);
    width: 43%;
    -ms-align-self: flex-start;
    align-self: flex-start;
    flex-shrink: 0;
  }
  .interview-bigthumb-text{
    padding-left: 32px;
    padding-top: 40px;
  }
  .interview-bigthumb-text .author-name{
    font-size: 24px;
    margin-bottom: 8px;
  }
  .interview-bigthumb-text .author-role,
  .interview-bigthumb-text .author-company{
    font-size: 18px;
  }
  .interview-bigthumb-text blockquote{
    border-top:16px solid #203263;
    background: #fff;
    padding: 30px 40px;
    font-size: 18px;
    line-height: 176%;
    margin: 0;
    margin-left: -96px;
  }
  .interview-bigthumb-text blockquote .read-more{
    color: #858585;
    font-size: 11px;
    line-height: 13px;
    text-transform: uppercase;

  }
  .interview-bigthumb-text .author-text{
    margin-bottom: 40px;
  }
  .p-footer{
    padding-top: 74px;
  }
  .opq-bg{
    background: rgba(255,255,255,0.95);
    color: #000;
  }
  .opq-bg h3{
    max-width: 600px;
    margin-bottom: 0;
    line-height: 1.2;
  }
  .p-footer .opq-bg{
    max-width: 1008px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
    padding-bottom: 110px;
    padding-left: 100px;
    padding-right: 100px;
    line-height: 1.76;
    font-size: 18px;
  }
  .p-footer .opq-bg .opq-cnt{
    max-width: 690px;
  }
  .row-pds{
    margin-left: -15px;
    margin-right: -15px;
  }
  .row-pds>div{
    padding-left: 15px;
    padding-right: 15px;
  }
  h3{
    font-size: 24px;
    margin-bottom: 1.5em;
  }
  h3:first-child{
    margin-top: 0;
  }
  .aside-links-bigger .aside-link-entry{
    margin-bottom: 16px;
  }
  .aside-links-bigger .name{
    line-height: 1.5;
    font-size: 16px;
  } 

  @media (max-width: 1200px){
    .p-footer .opq-bg {
      max-width: 850px;
      padding: 50px;
    }
    .interview-bigthumb-text blockquote{
      padding: 25px 25px;
      font-size: 15px;
    }
    .p-header {
        height: 360px;
    }
    .p-header h1 {
        font-size: 50px;
        font-weight: 500;
        padding-top: 20px;
    }

  }
  @media (max-width: 960px){
    .p-footer .opq-bg{
      background: none;
      padding: 0;
      color: #fff;
      padding-bottom: 50px;
    }
    .p-footer .opq-bg .opq-cnt{
      max-width: 600px;
      margin: auto;
    }
    .interview-bigthumb{
      margin-bottom: 30px;
    }
    .section.bg-grey{
      padding-top: 30px;
      padding-bottom: 30px;
    }
  }

  @media (max-width: 768px){
    .p-header h1 {
        font-size: 36px;
    }
    .interview-bigthumb{
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      -o-flex-direction: column;
      flex-direction: column;
    }
    .interview-bigthumb figure{
      width: 100%;
    }
    .interview-bigthumb-text{
      padding-left: 0;
    }
    .interview-bigthumb-text blockquote{
      margin-left: 0;
    }
  }

  

/* ==========================================================================
   Helper classes
   ========================================================================== */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.ul_justify {
  text-align: justify;
  width: 100%; }

.ul_justify li {
  display: inline-block; }

.ul_justify:after {
  width: 100%;
  display: inline-block;
  content: ".";
  visibility: hidden; }

.tar {
  text-align: right; }

.tac {
  text-align: center; }

.taj {
  text-align: justify; }

.fll {
  float: left; }

.flr {
  float: right; }

.ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: list 0; }

.ol li {
  padding-left: 15px; }

.ol li:before {
  counter-increment: list;
  content: counter(list) ". "; }

.ils_text {
  display: table;
  width: 100%; }

.ils_i {
  display: table-cell;
  vertical-align: top; }

.ils_t {
  display: table-cell;
  vertical-align: top; }

.ils_i.vm {
  vertical-align: middle; }

.ils_t.vm {
  vertical-align: middle; }

.img_rnd {
  border-radius: 1000px; }

.wide {
  width: 100%;
  box-sizing: border-box; }

.img2bg {
  background-size: cover;
  background-repeat: no-repeat; }
  .img2bg img {
    display: none; }

/* ==========================================================================
    Print styles.
========================================================================== */
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }

  a, a:visited {
    text-decoration: underline; }

  a[href]:after {
    content: " (" attr(href) ")"; }

  abbr[title]:after {
    content: " (" attr(title) ")"; }

  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
    content: ""; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  tr, img {
    page-break-inside: avoid; }

  img {
    max-width: 100% !important; }

  @page {
    margin: 0.5cm; }
  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  h2, h3 {
    page-break-after: avoid; } }

/*# sourceMappingURL=main.css.map */

font.tablebodytext {display: none}

.popular-items .article-thumb {
    border: 4px solid #ff8800;
    box-shadow: 3px 3px 30px #ccc;
    border-radius: 7px;
}

.compact-view .textarea-popup {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 12px;
}

.simple-form .textarea-popup {
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 8px 12px;
}
.simple-form .form-row {
display: -webkit-box;
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
-webkit-flex-direction: column;
    -ms-flex-direction: column;
        flex-direction: column; }
.simple-form .form-row:not(:last-child) {
  margin-bottom: 15px; }
.simple-form .form-row label {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
      -ms-flex-order: -1;
          order: -1;
  margin-bottom: 4px; }
.simple-form .form-row small {
  font-size: 12px; }

.simple-form-window .h {
  font-weight: bold;
  font-size: 24px;
  line-height: normal;
  margin-bottom: 20px;
  color: #000;
}

.simple-form-window .feedback-success {
    margin: 15px;
}
