@charset "UTF-8";
* {
  box-sizing: border-box; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a:active,
a:focus {
  border: none;
  outline: none;
  text-decoration: none; }

img {
  margin: 0px; }

/*Columns system*/
.wrapper {
  margin: 0 auto;
  background: white;
  /*overflow: hidden;*/ }

.column {
  overflow: hidden;
  width: 300px;
  margin-bottom: 10px;
  float: left; }

.left-column {
  width: 300px;
  float: left;
  overflow: hidden;
  margin-left: 18px;
  margin-right: 32px; }

.center-column {
  float: left;
  width: 300px;
  margin-right: 32px;
  overflow: hidden; }

.right-column {
  margin-right: 18px;
  float: right;
  width: 300px;
  overflow: hidden;
  padding-top: 15px; }

.left-column.shadowed-content,
.right-column.shadowed-content {
  width: 307px;
  margin-right: 25px;
  padding-left: 3px;
  padding-top: 3px; }

.left-wide-column {
  float: left;
  width: 632px;
  overflow: hidden;
  margin-left: 18px;
  margin-right: 32px; }
  .left-wide-column .left-column {
    margin-left: 0px; }
  .left-wide-column .right-column {
    margin-right: 0px; }

.right-wide-column {
  float: left;
  width: 600px;
  overflow: hidden;
  margin-left: 18px; }

.full-width-column {
  box-sizing: border-box;
  width: 100%;
  padding: 0px 18px; }

.pzone .three-columns .left-column {
  width: 200px; }

.pzone .three-columns .center-column {
  width: 500px; }

.pzone .three-columns .right-column {
  width: 200px; }

/*end columns system*/
/*desktop section*/
@media only screen and (min-width: 1020px) {
  .wrapper {
    width: 1000px; }
  .desktop-only {
    display: block !important; }
  .tab-only,
  .mobile-only,
  .hide-on-desktop {
    display: none !important; }
  .column {
    margin-right: 32px; } }

/*end desktop section*/
/*tabs section*/
@media only screen and (min-width: 667px) and (max-width: 1019px) {
  .wrapper {
    width: 667px !important; }
  .center-column {
    margin-right: 0px; }
  .right-column {
    margin-left: 18px; }
  .left-wide-column,
  .right-wide-column {
    margin-left: 32px;
    margin-right: 32px; }
  .left-wide-column {
    width: 100%;
    margin: 0px;
    padding: 0px 20px;
    float: none; }
  .right-column {
    width: 100%;
    margin: 0px;
    padding: 0px 20px; }
  .desktop-only,
  .mobile-only,
  .hide-on-tab {
    display: none !important; }
  .tab-only {
    display: block !important; }
  .column {
    margin-right: 32px; }
  .pzone .three-columns .left-column {
    width: 150px; }
  .pzone .three-columns .center-column {
    width: 317px !important; }
  .pzone .three-columns .right-column {
    width: 150px; } }

/*end tabs section*/
/*mobile section*/
@media only screen and (min-width: 320px) and (max-width: 666px) {
  .wrapper {
    width: 100% !important; }
  .left-column,
  .left-wide-column {
    margin-left: 10px;
    margin-right: 0px;
    width: 100% !important;
    margin: 0px;
    padding: 0px 10px; }
  .right-column,
  .right-wide-column {
    margin-left: 10px;
    margin-right: 10px;
    width: 100% !important;
    margin: 0px;
    padding: 0px 10px; }
  .center-column {
    width: 100% !important;
    padding: 0px 10px; }
  .desktop-only,
  .tab-only,
  .hide-on-mobile {
    display: none !important; }
  .mobile-only {
    display: block !important; }
  .column {
    margin-right: 0px; }
  .content_wrapper .small-vrezka {
    width: 100% !important;
    margin-right: 0px !important; } }

/*end mobile section*/
.marketing {
  border: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  height: 146px; }

.marketing .marketing-block {
  width: 100%;
  height: 146px;
  display: block; }

.marketing .marketing-block .marketing-img-wrap {
  float: left;
  width: 300px;
  height: 144px;
  position: relative;
  overflow: hidden; }

.marketing .marketing-block .marketing-img-wrap .marketing-img {
  width: 100%; }

.marketing .marketing-block .marketing-img-wrap .marketing-overlay {
  display: block;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  font-size: 100%;
  text-align: center;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  opacity: 0;
  position: absolute;
  cursor: pointer; }

.marketing .marketing-block .marketing-img-wrap .marketing-overlay > span {
  margin: auto;
  display: block;
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
  font-size: 130%;
  color: white; }

.marketing .marketing-block .marketing-img-wrap:hover .marketing-overlay {
  opacity: 1; }

.marketing .marketing-block .marketing-text {
  float: left;
  box-sizing: border-box;
  max-width: 330px;
  height: 140px;
  font-size: 100%;
  line-height: 16px;
  overflow: hidden;
  padding: 10px;
  padding-left: 30px;
  font-size: 90%;
  color: black;
  line-height: 16px; }

.marketing .marketing-block .marketing-text > p {
  font-size: 12px; }

.marketing .marketing-block .marketing-text h2.article-title a {
  font-weight: 700;
  font-size: 18px;
  line-height: 16px;
  color: #000;
  margin-bottom: 7px;
  display: block;
  cursor: pointer;
  transition: color 1s ease; }

.marketing .marketing-block .marketing-text h2.article-title a:hover {
  text-decoration: none;
  cursor: pointer;
  color: #633769; }

.marketing-vertical {
  border: 1px solid rgba(0, 0, 0, 0.4);
  margin-bottom: 20px;
  width: 300px;
  height: 250px;
  overflow: hidden; }

.marketing-vertical .marketing-text {
  float: left;
  box-sizing: border-box;
  padding: 10px 10px 10px 20px;
  height: 100%;
  font-size: 100%;
  line-height: 18px;
  overflow: hidden;
  column-width: 299px;
  -webkit-column-width: 299px;
  font-size: 90%;
  color: black;
  line-height: 16px; }

.marketing-vertical .marketing-text h2.article-title a {
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  color: #000;
  margin-bottom: 10px;
  display: block;
  cursor: pointer; }

.marketing-vertical .marketing-text h2.article-title a:hover {
  color: #0f1157; }

.marketing-vertical .marketing-block .marketing-text > p {
  display: none; }

.marketing-vertical .marketing-block .marketing-text {
  padding-left: 10px;
  height: 105px;
  overflow: hidden; }

.marketing-vertical .marketing-block .marketing-text > h2 {
  height: 100%; }

.marketing-vertical .marketing-block .marketing-text > h2 > a {
  height: 100%;
  padding: 0px;
  margin: 0px; }

#header > div, #header > ul {
  -webkit-box-flex: 0;
  -moz-box-flex: 0;
  -webkit-flex: 0;
  -ms-flex: 0;
  flex: 0;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-basis: 100%;
  flex-basis: 100%; }

#header .top-part {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #header .top-part .logo-wrapper {
    -webkit-flex-basis: 320px;
    -moz-flex-basis: 320px;
    -ms-flex-basis: 320px;
    flex-basis: 320px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0px;
    padding-left: 18px;
    padding-top: 5px;
    width: 100%;
    max-width: 320px; }
    @media screen and (max-width: 1020px) and (min-width: 300px) {
      #header .top-part .logo-wrapper {
        padding-right: 18px;
        max-width: none;
        flex-grow: 1;
        flex-shrink: 0; } }
    #header .top-part .logo-wrapper > a {
      display: block;
      max-width: 270px;
      padding: 10px;
      cursor: pointer;
      margin-bottom: 5px;
      -webkit-transition: box-shadow 0.5s ease;
      -moz-transition: box-shadow 0.5s ease;
      -o-transition: box-shadow 0.5s ease;
      transition: box-shadow 0.5s ease;
      transform: translate3d(0, 0, 0); }
      #header .top-part .logo-wrapper > a:hover {
        box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3); }
      @media screen and (max-width: 520px) and (min-width: 320px) {
        #header .top-part .logo-wrapper > a {
          margin: 0 auto; } }
  #header .top-part .text-wrapper {
    margin-top: 20px !important;
    padding-left: 18px;
    padding-top: 5px;
    width: 100%;
    max-width: 360px; }
  #header .top-part .text-wrapper-mobile {
    margin-left: 20%;
    margin-bottom: 20px; }
  #header .top-part .blys-logo-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0px;
    align-self: flex-end; }
    @media screen and (max-width: 1020px) and (min-width: 300px) {
      #header .top-part .blys-logo-wrapper {
        padding-right: 18px;
        padding-left: 18px;
        text-align: center;
        -webkit-flex-basis: 200px;
        -moz-flex-basis: 200px;
        -ms-flex-basis: 200px;
        flex-basis: 200px; } }
  #header .top-part .info-part {
    -webkit-flex-basis: 320px;
    -moz-flex-basis: 320px;
    -ms-flex-basis: 320px;
    flex-basis: 320px;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 18px;
    width: 100%;
    max-width: 315px; }
    @media screen and (max-width: 1020px) and (min-width: 300px) {
      #header .top-part .info-part {
        padding-left: 18px;
        max-width: none; } }
    #header .top-part .info-part .user_panel {
      display: block;
      padding: 0px;
      margin: 0px;
      text-align: left;
      margin-top: 5px; }
      @media screen and (max-width: 520px) and (min-width: 320px) {
        #header .top-part .info-part .user_panel {
          text-align: center; } }
      #header .top-part .info-part .user_panel li {
        display: inline-block;
        height: 25px;
        padding-top: 3px; }
        #header .top-part .info-part .user_panel li a {
          display: block;
          width: 100%;
          height: 100%;
          cursor: pointer;
          /* padding-top: 6px; */
          line-height: 25px;
          padding: 0px 10px;
          border-right: 1px solid black;
          text-decoration: none;
          -webkit-transition: all 0.7s ease;
          -moz-transition: all 0.7s ease;
          -o-transition: all 0.7s ease;
          transition: all 0.7s ease;
          transform: translate3d(0, 0, 0);
          color: #606060; }
          #header .top-part .info-part .user_panel li a:hover {
            text-decoration: none;
            color: #141414;
            font-weight: 500; }
    #header .top-part .info-part #search_form {
      padding-left: 10px;
      text-align: left; }
      @media screen and (max-width: 520px) and (min-width: 320px) {
        #header .top-part .info-part #search_form {
          text-align: center; } }
      #header .top-part .info-part #search_form fieldset > label {
        display: block;
        text-align: left;
        margin-bottom: 5px;
        font-size: 18px;
        margin-top: 10px; }
      #header .top-part .info-part #search_form fieldset #search_text {
        height: 30px;
        vertical-align: top;
        width: 85%;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
        outline: none;
        border: 1px solid rgba(0, 0, 0, 0.15);
        padding: 0px 10px; }

#header nav {
  display: block;
  position: relative;
  z-index: 100; }
  #header nav .main_menu {
    -webkit-justify-content: left;
    -moz-justify-content: left;
    -ms-justify-content: left;
    justify-content: left;
    -ms-flex-pack: left;
    background: #63376A;
    color: white;
    font-size: 16px;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0px 15px; }
    @media screen and (max-width: 520px) and (min-width: 320px) {
      #header nav .main_menu {
        font-size: 20px; } }
    #header nav .main_menu > li.current-page {
      background: #442648; }
      #header nav .main_menu > li.current-page > a {
        cursor: default; }
    #header nav .main_menu > li {
      display: inline-block;
      padding: 8px 11px;
      position: relative;
      vertical-align: middle;
      -webkit-transition: background 0.7s ease;
      -moz-transition: background 0.7s ease;
      -o-transition: background 0.7s ease;
      transition: background 0.7s ease;
      transform: translate3d(0, 0, 0); }
      @media screen and (max-width: 520px) and (min-width: 320px) {
        #header nav .main_menu > li {
          padding: 8px 9px; } }
      #header nav .main_menu > li a {
        cursor: pointer;
        color: inherit; }
      #header nav .main_menu > li.hoverable:before, #header nav .main_menu > li.hoverable:after {
        content: '';
        position: absolute;
        height: 1px;
        background: rgba(255, 255, 255, 0.7);
        top: 17px;
        left: 0px;
        width: 0px;
        -webkit-transition: width 0.5s ease;
        -moz-transition: width 0.5s ease;
        -o-transition: width 0.5s ease;
        transition: width 0.5s ease;
        transform: translate3d(0, 0, 0); }
      #header nav .main_menu > li.hoverable:after {
        right: 0px;
        left: unset; }
      #header nav .main_menu > li.hoverable:hover:before, #header nav .main_menu > li.hoverable:hover:after {
        width: 11px; }
      #header nav .main_menu > li.hoverable:hover {
        background: #92519c; }
        #header nav .main_menu > li.hoverable:hover > a {
          text-decoration: none; }
      #header nav .main_menu > li.hamburger-item {
        padding: 0px;
        margin-left: 20px; }
        #header nav .main_menu > li.hamburger-item > a {
          cursor: pointer;
          color: white;
          font-size: 22px;
          transition: color 0.4s ease; }
          #header nav .main_menu > li.hamburger-item > a:hover {
            color: red; }
        #header nav .main_menu > li.hamburger-item .humburger-menu {
          position: absolute;
          display: none;
          top: 30px;
          left: -208px;
          background: white;
          min-width: 230px;
          box-shadow: -2px 2px 10px black;
          margin-top: 5px; }
          @media screen and (max-width: 520px) and (min-width: 320px) {
            #header nav .main_menu > li.hamburger-item .humburger-menu {
              right: -35px;
              left: auto; } }
          #header nav .main_menu > li.hamburger-item .humburger-menu .hamburger-menu-item {
            line-height: 40px;
            padding: 0px 20px;
            background: #63376A;
            font-size: 17px;
            display: block;
            width: 100%;
            cursor: pointer;
            border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
            transition: background 0.6s ease; }
            #header nav .main_menu > li.hamburger-item .humburger-menu .hamburger-menu-item.current-page {
              background: #341d38; }
            #header nav .main_menu > li.hamburger-item .humburger-menu .hamburger-menu-item a {
              color: white; }
            #header nav .main_menu > li.hamburger-item .humburger-menu .hamburger-menu-item:hover {
              background: #82488c; }
              #header nav .main_menu > li.hamburger-item .humburger-menu .hamburger-menu-item:hover a {
                text-decoration: none; }
            #header nav .main_menu > li.hamburger-item .humburger-menu .hamburger-menu-item:last-child {
              border-bottom: none; }
            @media screen and (max-width: 520px) and (min-width: 320px) {
              #header nav .main_menu > li.hamburger-item .humburger-menu .hamburger-menu-item {
                line-height: 50px;
                font-size: 20px; } }
      #header nav .main_menu > li.home-item {
        background: url(/lvrach/images/icon/home.jpg) no-repeat;
        background-position: 20px 9px; }
        #header nav .main_menu > li.home-item a {
          width: 15px;
          display: inline-block; }

#footer {
  padding-bottom: 20px; }
  #footer .osp-logo, #footer .copyright, #footer .mobile-apps, #footer .li-counter {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top; }
  #footer .osp-logo {
    width: 200px; }
  #footer .copyright {
    width: 550px;
    text-align: center; }
    #footer .copyright a {
      color: inherit; }
    @media screen and (max-width: 570px) {
      #footer .copyright {
        width: 100%; } }
  #footer .li-counter {
    margin-right: 0px;
    width: 150px;
    text-align: right; }
  #footer .footer-menu {
    display: block;
    margin: 10px auto;
    padding: 0px 10px;
    background: rgba(0, 0, 0, 0.05);
    text-align: center; }
    #footer .footer-menu li {
      padding: 10px 0px;
      border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
      #footer .footer-menu li a {
        color: inherit; }

.login-form-wrapper {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3); }

.login-form-darken-layer {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  opacity: 1;
  background: rgba(0, 0, 0, 0.3);
  z-index: 99999995; }
  .login-form-darken-layer.visible {
    display: block; }

.login-form {
  display: none;
  width: 300px;
  max-width: 100%;
  background: white;
  border-radius: 4px;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  padding: 0px;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  transition: opacity 0.7s ease;
  z-index: 99999999; }
  .login-form.visible {
    display: block;
    opacity: 1; }
  .login-form.hiding {
    display: block;
    opacity: 0; }
  .login-form .login-form-header {
    width: 100%;
    height: 35px;
    border-radius: 4px 4px 0px 0px;
    background: #442648;
    line-height: 35px;
    padding: 0px 10px;
    color: white;
    font-size: 18px;
    position: relative; }
    .login-form .login-form-header .close-login-form-button {
      display: block;
      position: absolute;
      right: 7px;
      top: 8px;
      width: 20px;
      height: 20px;
      cursor: pointer;
      background: white;
      border-radius: 3px;
      text-align: center;
      border: none;
      outline: none; }
      .login-form .login-form-header .close-login-form-button:active, .login-form .login-form-header .close-login-form-button:focus {
        border: none;
        outline: none; }
      .login-form .login-form-header .close-login-form-button > span {
        background-position: -95px -126px; }
  .login-form form {
    padding: 20px; }
    .login-form form .errors-place {
      text-align: center;
      padding: 10px;
      margin-bottom: 15px;
      background: #b93f3f;
      color: white;
      font-size: 1.2rem; }
  .login-form .login-form-input-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: nowrap;
    -moz-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 15px; }
    .login-form .login-form-input-row .login-form-input-label, .login-form .login-form-input-row .login-form-input-value {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    .login-form .login-form-input-row .login-form-input-label {
      font-size: 1.3rem;
      line-height: 35px; }
    .login-form .login-form-input-row .login-form-input-value {
      -webkit-flex-basis: 170px;
      -moz-flex-basis: 170px;
      -ms-flex-basis: 170px;
      flex-basis: 170px;
      max-width: 170px; }
    .login-form .login-form-input-row input[type="text"].login-form-input-value,
    .login-form .login-form-input-row input[type="password"].login-form-input-value {
      height: 35px;
      line-height: 35px;
      font-size: 1.3rem;
      color: #63376a;
      padding: 0px 7px;
      border: 1px dashed rgba(0, 0, 0, 0.3);
      outline: none; }
      .login-form .login-form-input-row input[type="text"].login-form-input-value:active, .login-form .login-form-input-row input[type="text"].login-form-input-value:focus,
      .login-form .login-form-input-row input[type="password"].login-form-input-value:active,
      .login-form .login-form-input-row input[type="password"].login-form-input-value:focus {
        box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5); }
    .login-form .login-form-input-row .recovery-link {
      flex: 1;
      padding: 6px 0px;
      background: rgba(0, 0, 0, 0.1);
      text-align: center;
      font-size: 1.1rem;
      color: red;
      cursor: pointer;
      transition: background 0.7s ease;
      border-radius: 2px; }
      .login-form .login-form-input-row .recovery-link:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.2); }
    .login-form .login-form-input-row .submit-button {
      flex: 1;
      height: 40px;
      background: #63376a;
      color: white;
      font-size: 1.2rem;
      text-transform: uppercase;
      border: none;
      outline: none;
      border-radius: 5px;
      cursor: pointer;
      width: 200px;
      transition: background 0.7s ease; }
      .login-form .login-form-input-row .submit-button:hover {
        background: #442648; }

.ui-widget-overlay {
  background: rgba(0, 0, 0, 0.3) !important;
  opacity: 1 !important; }

.ui-widget-header {
  border: 1px solid rgba(0, 0, 0, 0.4);
  background: #63376A;
  color: #fff;
  font-weight: bold;
  border-radius: 1px; }

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url(/lvrach/jquery-ui/images/ui-icons_222222_256x240.png); }

.ui-dialog {
  border-radius: 0px;
  box-shadow: 0px 0px 20px black; }

#novonordisk .videos-wrapper, #milurit .videos-wrapper {
  flex-wrap: wrap;
  margin-top: 20px; }
  #novonordisk .videos-wrapper .video-item, #milurit .videos-wrapper .video-item {
    -webkit-flex-basis: 49%;
    -moz-flex-basis: 49%;
    -ms-flex-basis: 49%;
    flex-basis: 49%;
    flex-grow: 1;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 49%; }
    #novonordisk .videos-wrapper .video-item h3, #milurit .videos-wrapper .video-item h3 {
      font-size: 18px;
      color: black;
      margin-bottom: 10px; }
    #novonordisk .videos-wrapper .video-item .thumbnail-wrapper, #milurit .videos-wrapper .video-item .thumbnail-wrapper {
      width: 100%;
      position: relative; }
      #novonordisk .videos-wrapper .video-item .thumbnail-wrapper img, #milurit .videos-wrapper .video-item .thumbnail-wrapper img {
        width: 100%; }
      #novonordisk .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper, #milurit .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-content: space-around;
        justify-content: center;
        align-items: center; }
        #novonordisk .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper .play-button, #milurit .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper .play-button {
          width: 65px;
          height: 40px;
          display: inline-block;
          color: #fff;
          position: relative;
          -webkit-transition: opacity 250ms ease-out,background-color 40ms,color 40ms;
          transition: opacity 250ms ease-out, background-color 200ms, color 200ms;
          background: rgba(30, 30, 30, 0.7);
          border-radius: 5px;
          cursor: pointer; }
          #novonordisk .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper .play-button:hover, #milurit .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper .play-button:hover {
            background-color: #00adef; }
          #novonordisk .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper .play-button > div, #milurit .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper .play-button > div {
            width: 100%;
            height: 100%;
            text-align: center;
            padding-top: 9px; }
          #novonordisk .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper .play-button .play-icon, #milurit .videos-wrapper .video-item .thumbnail-wrapper .play-button-wrapper .play-button .play-icon {
            margin: 0 auto;
            padding: 2px 0px 0px 2px;
            display: block;
            font-size: 10px;
            margin-top: 8px; }
    #novonordisk .videos-wrapper .video-item .video-info, #milurit .videos-wrapper .video-item .video-info {
      display: none; }

#novonordisk .selectors-wrapper > div, #milurit .selectors-wrapper > div {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-basis: 49%;
  flex-basis: 49%; }
  #novonordisk .selectors-wrapper > div select, #milurit .selectors-wrapper > div select {
    background: #63376A;
    color: white;
    height: 40px;
    border-radius: 20px;
    padding: 0px 15px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    appearance: none;
    background-image: url(/img/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) 6px;
    background-size: 30px 30px; }
    #novonordisk .selectors-wrapper > div select option, #milurit .selectors-wrapper > div select option {
      background: white;
      color: #63376A;
      font-size: 18px; }

#modal-wrapper {
  display: none; }
  #modal-wrapper .modal-content {
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 15px black; }
    #modal-wrapper .modal-content .modal-header {
      position: relative; }
      #modal-wrapper .modal-content .modal-header .close-button {
        position: absolute;
        top: 1px;
        right: 1px;
        font-size: 0px;
        color: #63376A;
        padding: 4px;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.5s ease; }
        #modal-wrapper .modal-content .modal-header .close-button svg {
          color: white; }
        #modal-wrapper .modal-content .modal-header .close-button:hover {
          background: rgba(0, 0, 0, 0.4); }
      #modal-wrapper .modal-content .modal-header .video-title {
        padding: 10px;
        font-size: 120%;
        background: #63376A;
        color: white;
        margin-bottom: 10px;
        padding-right: 40px; }
      #modal-wrapper .modal-content .modal-header .video-desc {
        padding: 10px;
        background: rgba(0, 0, 0, 0.05);
        margin-bottom: 10px;
        line-height: 18px;
        color: black;
        text-align: left; }
      #modal-wrapper .modal-content .modal-header .hospital-name {
        font-size: 140%;
        font-weight: 600;
        margin-bottom: 5px; }
      #modal-wrapper .modal-content .modal-header .hospital-city {
        font-size: 110%;
        font-weight: 500;
        margin-bottom: 10px; }
      #modal-wrapper .modal-content .modal-header hr {
        border-top: 1px dashed rgba(99, 55, 106, 0.6);
        margin-top: 0px; }
    #modal-wrapper .modal-content .modal-body .video-wrapper {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: center;
      -moz-justify-content: center;
      -ms-justify-content: center;
      justify-content: center;
      -ms-flex-pack: center;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: row;
      -moz-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row; }
      #modal-wrapper .modal-content .modal-body .video-wrapper .video-info-wrapper {
        -webkit-flex-basis: 300px;
        -moz-flex-basis: 300px;
        -ms-flex-basis: 300px;
        flex-basis: 300px;
        -webkit-flex-grow: 1;
        -moz-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%;
        text-align: left;
        margin-bottom: 5px; }
        #modal-wrapper .modal-content .modal-body .video-wrapper .video-info-wrapper .chapters {
          padding: 5px 0px 10px 10px; }
          #modal-wrapper .modal-content .modal-body .video-wrapper .video-info-wrapper .chapters ul {
            list-style: decimal;
            list-style-position: inside; }
            #modal-wrapper .modal-content .modal-body .video-wrapper .video-info-wrapper .chapters ul li {
              margin-bottom: 2px;
              cursor: pointer;
              transition: background-color 0.6s ease;
              line-height: 15px;
              color: #63376A;
              font-weight: 400;
              padding: 2px;
              font-size: 95%; }
              #modal-wrapper .modal-content .modal-body .video-wrapper .video-info-wrapper .chapters ul li:hover {
                background-color: rgba(0, 0, 0, 0.1); }

@media screen and (max-width: 520px) and (min-width: 320px) {
  #modal-wrapper {
    padding: 5px; }
    #modal-wrapper .modal-content {
      padding: 5px; }
  #novonordisk .videos-wrapper .video-item {
    flex-basis: 100%;
    padding: 0px;
    max-width: none; }
  #novonordisk .selectors-wrapper {
    flex-wrap: wrap; }
    #novonordisk .selectors-wrapper > div {
      flex-basis: 100%;
      margin-bottom: 10px; } }

* {
  text-decoration: none;
  outline: none;
  margin: 0px;
  padding: 0px; }

b, strong {
  font-weight: 600; }

sub {
  font-size: small;
  vertical-align: sub; }

superscript {
  font-size: small;
  vertical-align: super; }

.clear {
  clear: both; }

.oh {
  overflow: hidden; }

body {
  margin: 0 auto;
  font-family: "Fira Sans", sans-serif;
  font-size: 14px;
  color: #606060;
  background: rgba(0, 0, 0, 0.02);
  position: relative; }
  body .branding {
    position: absolute;
    top: 0px;
    display: none; }
  body #branding-top {
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center; }
    body #branding-top > a img {
      max-width: 1000px; }

.clear {
  clear: both; }

.shadowed {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1); }

.side-shadowed {
  -webkit-box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.15), -5px 0px 10px -5px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.15), -5px 0px 10px -5px rgba(0, 0, 0, 0.15);
  box-shadow: 5px 0px 10px -5px rgba(0, 0, 0, 0.15), -5px 0px 10px -5px rgba(0, 0, 0, 0.15); }

.wide-column-row {
  width: 100%;
  margin: 0px;
  padding: 0px;
  clear: both; }

.growing-link {
  cursor: pointer;
  -webkit-transition: transform 0.5s ease;
  -moz-transition: transform 0.5s ease;
  -o-transition: transform 0.5s ease;
  transition: transform 0.5s ease;
  transform: translate3d(0, 0, 0); }
  .growing-link:hover {
    -webkit-transform: scale(1.04);
    -moz-transform: scale(1.04);
    -o-transform: scale(1.04);
    -ms-transform: scale(1.04);
    transform: scale(1.04); }

.flexboxRowContainer, #header > div, #header > ul, .closest-events ul .event-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }

.flexboxColumnContainer, #header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: start;
  -moz-justify-content: start;
  -ms-justify-content: start;
  justify-content: start;
  -ms-flex-pack: start;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

.mb10-icon {
  margin-bottom: 10px; }

.mt10-icon {
  margin-top: 10px; }

.pb10-icon {
  padding-bottom: 10px; }

.pt10-icon {
  padding-top: 10px; }

.mb15-icon {
  margin-bottom: 15px; }

.mt15-icon {
  margin-top: 15px; }

.pb15-icon {
  padding-bottom: 15px; }

.pt15-icon {
  padding-top: 15px; }

.mb20-icon {
  margin-bottom: 20px; }

.mt20-icon {
  margin-top: 20px; }

.pb20-icon {
  padding-bottom: 20px; }

.pt20-icon {
  padding-top: 20px; }

.mb25-icon {
  margin-bottom: 25px; }

.mt25-icon {
  margin-top: 25px; }

.pb25-icon {
  padding-bottom: 25px; }

.pt25-icon {
  padding-top: 25px; }

.mb30-icon {
  margin-bottom: 30px; }

.mt30-icon {
  margin-top: 30px; }

.pb30-icon {
  padding-bottom: 30px; }

.pt30-icon {
  padding-top: 30px; }

.mb35-icon {
  margin-bottom: 35px; }

.mt35-icon {
  margin-top: 35px; }

.pb35-icon {
  padding-bottom: 35px; }

.pt35-icon {
  padding-top: 35px; }

.mb40-icon {
  margin-bottom: 40px; }

.mt40-icon {
  margin-top: 40px; }

.pb40-icon {
  padding-bottom: 40px; }

.pt40-icon {
  padding-top: 40px; }

.fs-12 {
  font-size: 12px; }

.fs-13 {
  font-size: 13px; }

.fs-14 {
  font-size: 14px; }

.fs-15 {
  font-size: 15px; }

.fs-16 {
  font-size: 16px; }

.fs-17 {
  font-size: 17px; }

.fs-18 {
  font-size: 18px; }

.fs-19 {
  font-size: 19px; }

.fs-20 {
  font-size: 20px; }

.fs-21 {
  font-size: 21px; }

.fs-22 {
  font-size: 22px; }

.fs-23 {
  font-size: 23px; }

.fs-24 {
  font-size: 24px; }

.article-anons-with-big-pic {
  width: 100%;
  overflow: hidden;
  clear: both;
  padding-bottom: 10px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between; }
  .article-anons-with-big-pic .img-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-basis: 300px;
    flex-basis: 300px;
    overflow: hidden;
    padding-right: 18px; }
    .article-anons-with-big-pic .img-wrapper > a {
      display: block;
      width: 100%;
      cursor: pointer;
      -webkit-transition: transform 0.5s ease;
      -moz-transition: transform 0.5s ease;
      -o-transition: transform 0.5s ease;
      transition: transform 0.5s ease;
      transform: translate3d(0, 0, 0); }
      .article-anons-with-big-pic .img-wrapper > a:hover {
        -webkit-transform: scale(1.04);
        -moz-transform: scale(1.04);
        -o-transform: scale(1.04);
        -ms-transform: scale(1.04);
        transform: scale(1.04); }
      .article-anons-with-big-pic .img-wrapper > a > img {
        max-width: 100%;
        width: 100%; }
  .article-anons-with-big-pic .article-info {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 300px;
    -moz-flex-basis: 300px;
    -ms-flex-basis: 300px;
    flex-basis: 300px;
    overflow: hidden;
    padding-left: 18px; }
    .article-anons-with-big-pic .article-info .lv-special-mark {
      text-transform: uppercase;
      margin-bottom: 7px; }
      .article-anons-with-big-pic .article-info .lv-special-mark span {
        padding: 4px;
        background: red;
        color: white;
        font-size: 12px; }
    .article-anons-with-big-pic .article-info > a {
      cursor: pointer;
      text-decoration: none;
      -webkit-transition: all 0.6s ease;
      -moz-transition: all 0.6s ease;
      -o-transition: all 0.6s ease;
      transition: all 0.6s ease;
      transform: translate3d(0, 0, 0);
      display: block;
      font-weight: bold;
      color: #63376A;
      line-height: 20px;
      font-size: 18px; }
      .article-anons-with-big-pic .article-info > a:hover {
        color: #63376A;
        text-decoration: none;
        background: rgba(0, 0, 0, 0.05); }
      .article-anons-with-big-pic .article-info > a:visited {
        color: #92519c;
        text-decoration: none; }
    .article-anons-with-big-pic .article-info > p {
      line-height: 18px;
      margin-top: 5px; }
  .article-anons-with-big-pic .date {
    -webkit-box-flex: 3;
    -moz-box-flex: 3;
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-basis: 100%;
    flex-basis: 100%;
    overflow: hidden;
    max-width: 100%;
    margin-top: 7px;
    text-align: right; }
    .article-anons-with-big-pic .date span {
      color: #63376A;
      font-size: 13px; }

.articles-list-wide-column {
  width: 100%; }
  .articles-list-wide-column .pair-item {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3); }
    .articles-list-wide-column .pair-item .article-item {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-flex-basis: 300px;
      -moz-flex-basis: 300px;
      -ms-flex-basis: 300px;
      flex-basis: 300px;
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-direction: column;
      -moz-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      -ms-justify-content: space-between;
      justify-content: space-between;
      -ms-flex-pack: space-between; }
      .articles-list-wide-column .pair-item .article-item:first-child {
        padding-right: 18px; }
      .articles-list-wide-column .pair-item .article-item:last-child {
        padding-left: 18px; }
      .articles-list-wide-column .pair-item .article-item > a {
        cursor: pointer;
        text-decoration: none;
        -webkit-transition: all 0.6s ease;
        -moz-transition: all 0.6s ease;
        -o-transition: all 0.6s ease;
        transition: all 0.6s ease;
        transform: translate3d(0, 0, 0);
        display: block;
        font-weight: bold;
        color: #63376A;
        line-height: 20px;
        font-size: 18px; }
        .articles-list-wide-column .pair-item .article-item > a:hover {
          color: #63376A;
          text-decoration: none;
          background: rgba(0, 0, 0, 0.05); }
        .articles-list-wide-column .pair-item .article-item > a:visited {
          color: #92519c;
          text-decoration: none; }
      .articles-list-wide-column .pair-item .article-item > p {
        line-height: 18px;
        margin-top: 5px; }
      .articles-list-wide-column .pair-item .article-item .date {
        overflow: hidden;
        max-width: 100%;
        margin-top: 7px;
        text-align: left; }
        .articles-list-wide-column .pair-item .article-item .date > span {
          color: #63376A;
          font-size: 13px; }

.chapter-title, .bg-chapter-title {
  margin-top: 10px;
  font-size: 20px;
  font-weight: 500;
  background-color: #63376A;
  padding: 5px 5px 9px 10px;
  color: #fff;
  margin-bottom: 10px; }
  .chapter-title > a, .bg-chapter-title > a {
    display: block;
    text-decoration: none;
    cursor: pointer;
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
    -webkit-transition: color 0.7s ease;
    -moz-transition: color 0.7s ease;
    -o-transition: color 0.7s ease;
    transition: color 0.7s ease;
    transform: translate3d(0, 0, 0); }
    .chapter-title > a:hover, .bg-chapter-title > a:hover {
      color: #63376A;
      text-decoration: none; }

.bg-chapter-title {
  border-bottom: none;
  color: white;
  background: #63376A; }
  .bg-chapter-title > a {
    color: inherit; }
    .bg-chapter-title > a:hover {
      color: #d9d9d9; }

.partners-zones-list .partner-zone-item {
  width: 100%;
  margin-bottom: 15px; }
  .partners-zones-list .partner-zone-item > h3 {
    margin-bottom: 5px;
    background: rgba(0, 0, 0, 0.1);
    color: #63376A;
    padding: 5px 0px;
    font-size: 18px;
    font-weight: 500; }
    .partners-zones-list .partner-zone-item > h3 a {
      cursor: pointer;
      color: inherit;
      -webkit-transition: padding 0.4s ease;
      -moz-transition: padding 0.4s ease;
      -o-transition: padding 0.4s ease;
      transition: padding 0.4s ease;
      transform: translate3d(0, 0, 0); }
      .partners-zones-list .partner-zone-item > h3 a:hover {
        padding: 0px 0px 0px 10px;
        text-decoration: none;
        color: #4a294f; }
  .partners-zones-list .partner-zone-item > p {
    line-height: 18px;
    font-size: 16px;
    /* color: black; */
    font-weight: 400; }

.sb-list {
  display: block;
  margin-bottom: 10px;
  list-style: none;
  padding: 0px; }
  .sb-list .sb-list-item {
    display: block;
    line-height: 20px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
    .sb-list .sb-list-item a {
      display: block;
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      transition: all 0.5s ease;
      transform: translate3d(0, 0, 0);
      cursor: pointer;
      font-size: 15px;
      font-weight: 500;
      color: inherit; }
      .sb-list .sb-list-item a:hover {
        text-decoration: none;
        color: black;
        font-weight: 600; }

.issues-list {
  text-align: center; }
  .issues-list .issue-item {
    display: inline-block;
    cursor: pointer; }
    .issues-list .issue-item > img {
      max-width: 150px; }
    .issues-list .issue-item > p {
      color: black;
      font-weight: 600;
      font-size: 15px;
      text-align: center; }
  .issues-list .total-link-block {
    margin-top: 10px;
    text-align: right; }
    .issues-list .total-link-block > a {
      display: inline-block;
      color: #63376A;
      font-weight: 600; }

.closest-events ul .event-item {
  clear: both;
  overflow: hidden;
  margin-bottom: 15px; }
  .closest-events ul .event-item .start-date-wrapper {
    -webkit-box-flex: 0;
    -moz-box-flex: 0;
    -webkit-flex: 0;
    -ms-flex: 0;
    flex: 0;
    -webkit-flex-basis: 45px;
    -moz-flex-basis: 45px;
    -ms-flex-basis: 45px;
    flex-basis: 45px;
    overflow: hidden;
    padding-right: 8px; }
    .closest-events ul .event-item .start-date-wrapper .start-date {
      width: 100%;
      height: 40px;
      background: #ba1b1b;
      color: white;
      display: inline-block;
      text-align: center;
      font-size: 16px;
      font-weight: 500;
      padding-top: 5px;
      line-height: 16px; }
  .closest-events ul .event-item .info-wrapper {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-flex-basis: 35px;
    -moz-flex-basis: 35px;
    -ms-flex-basis: 35px;
    flex-basis: 35px;
    text-align: left;
    font-size: 15px;
    line-height: 18px; }
    .closest-events ul .event-item .info-wrapper b {
      font-weight: 500; }
    .closest-events ul .event-item .info-wrapper .event-title {
      font-size: 18px;
      margin-bottom: 5px; }
    .closest-events ul .event-item .info-wrapper .end-date {
      display: block;
      line-height: 16px;
      margin-bottom: 3px; }
    .closest-events ul .event-item .info-wrapper .location {
      display: block;
      line-height: 16px; }

.fresh_issue {
  margin-top: 15px;
  margin-bottom: 10px;
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding-bottom: 10px; }
  .fresh_issue .lv-button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #887ba9;
    /*float: left;*/
    font-size: 15px;
    margin: 10px 0 0;
    padding: 10px 15px;
    line-height: 14px;
    cursor: pointer;
    -webkit-transition: background 0.7s ease;
    -moz-transition: background 0.7s ease;
    -o-transition: background 0.7s ease;
    transition: background 0.7s ease; }
    .fresh_issue .lv-button:hover {
      background: #62528a;
      color: white; }
    .fresh_issue .lv-button:visited {
      color: white; }
  .fresh_issue > a {
    display: inline-block;
    max-width: 148px;
    vertical-align: top; }
  .fresh_issue > div {
    text-align: center;
    overflow: hidden;
    display: inline-block;
    max-width: 148px;
    vertical-align: top; }

@media only screen and (max-width: 619px) {
  .special .article-item:first-child {
    padding-right: 0px;
    padding-bottom: 0px !important; }
  .special .article-item:last-child {
    padding-left: 0px;
    margin-bottom: 0px !important; }
  .article-anons-with-big-pic .img-wrapper {
    padding-right: 0px;
    padding-bottom: 10px; }
  .article-anons-with-big-pic .article-info {
    padding-left: 0px; }
  .articles-list-wide-column {
    width: 100%; }
    .articles-list-wide-column .pair-item {
      margin-left: 0px !important;
      border-bottom: none; }
      .articles-list-wide-column .pair-item .article-item:first-child {
        padding-right: 0px;
        padding-bottom: 20px; }
      .articles-list-wide-column .pair-item .article-item:last-child {
        padding-left: 0px;
        margin-bottom: 15px; }
  #header .top-part .info-part .user_panel {
    width: 300px !important; } }

.article_new {
  color: #333; }
  .article_new .preview_text h2 {
    color: #231f20;
    font: bold 26px arial;
    line-height: 1.2;
    margin: 10px 0 0px 0px; }
  .article_new .preview_text h1 {
    color: #231f20;
    font: bold 26px arial;
    line-height: 1.2;
    margin: 10px 0 0px 0px; }
  .article_new .publication-caption {
    overflow: hidden;
    margin-bottom: 10px; }
    .article_new .publication-caption .publication-image-wrapper {
      float: left;
      width: 100%;
      max-width: 250px;
      margin-right: 20px; }
      .article_new .publication-caption .publication-image-wrapper img {
        max-width: 100%; }
    .article_new .publication-caption .publication-info-wrapper {
      float: left;
      width: 100%;
      max-width: 362px; }
      .article_new .publication-caption .publication-info-wrapper h1 {
        color: #231f20;
        font: bold 26px arial;
        line-height: 1.2;
        margin-top: 0px;
        margin-bottom: 10px; }
      .article_new .publication-caption .publication-info-wrapper .pub-description {
        line-height: 16px;
        font-size: 12px;
        color: grey; }
    .article_new .publication-caption.no-image .publication-image-wrapper {
      max-width: none;
      margin-right: 0px; }
    .article_new .publication-caption.no-image .publication-info-wrapper {
      max-width: none; }
  .article_new .article-tags a {
    color: #63376A;
    font-weight: bold; }
  .article_new .article-tags span {
    font-weight: bold;
    color: #231f20; }
  .article_new .article-authors {
    font-weight: bold; }
    .article_new .article-authors a {
      color: #231f20; }
  .article_new .article-english .f16 {
    font-size: 16px;
    color: #000;
    font-weight: bold; }
  .article_new .article-english .mt10 {
    margin-top: 10px;
    font-size: 15px;
    color: #231f20;
    line-height: 1.2;
    margin-bottom: 10px; }
  .article_new .grey-bottom {
    border-bottom: none;
    color: #000;
    background: #cbcbcb;
    padding: 6px 10px;
    font-weight: bold; }
    .article_new .grey-bottom .visit_count {
      float: left;
      position: relative;
      width: 30%;
      margin-top: 3px; }
    .article_new .grey-bottom .social-icons .social {
      float: right;
      position: relative;
      width: 23%; }
    .article_new .grey-bottom i {
      color: #606060; }
    .article_new .grey-bottom span {
      color: #231f20;
      font-weight: normal; }
  .article_new .content_wrapper {
    color: #231f20;
    padding: 0 0 5px;
    margin: 10px auto 2px;
    line-height: 1.3;
    font-size: 16px;
    overflow: hidden;
    position: relative; }
    .article_new .content_wrapper.cut-height {
      max-height: 6000px;
      margin-bottom: 30px;
      padding-bottom: 30px;
      position: relative; }
      .article_new .content_wrapper.cut-height .read-more-wrapper {
        position: absolute;
        bottom: 0px;
        right: 5px;
        text-align: center;
        width: 100%;
        padding: 30px 0px;
        padding-bottom: 0px !important;
        background: rgba(255, 255, 255, 0.3);
        background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.9) 60%, white 100%);
        background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.3)), color-stop(25%, rgba(255, 255, 255, 0.6)), color-stop(60%, rgba(255, 255, 255, 0.9)), color-stop(100%, white));
        background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.9) 60%, white 100%);
        background: -o-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.9) 60%, white 100%);
        background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.9) 60%, white 100%);
        background: linear-gradient(to bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.9) 60%, white 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0); }
        .article_new .content_wrapper.cut-height .read-more-wrapper .read-more-btn {
          cursor: pointer;
          display: inline-block;
          margin: 5px 0px;
          border: none;
          outline: none;
          padding: 5px 10px;
          background: #633769;
          color: white; }
          .article_new .content_wrapper.cut-height .read-more-wrapper .read-more-btn:active, .article_new .content_wrapper.cut-height .read-more-wrapper .read-more-btn:focus {
            border: none;
            outline: none; }
    .article_new .content_wrapper p {
      font-size: 16px !important;
      color: #333;
      padding: 0 0 5px;
      margin: 10px auto 2px;
      line-height: 1.3; }
      .article_new .content_wrapper p strong {
        font-weight: bold; }
      .article_new .content_wrapper p b {
        font-weight: bold; }
    .article_new .content_wrapper h3 {
      margin: 10px 0 17px;
      padding: 0;
      font: bold 16px arial;
      color: #242122;
      line-height: 1.1; }
    .article_new .content_wrapper li {
      color: #231f20; }
    .article_new .content_wrapper ol {
      display: block;
      list-style-type: decimal;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px;
      padding-left: 40px; }
      .article_new .content_wrapper ol li {
        font-style: italic;
        font-size: 14px; }
    .article_new .content_wrapper ul {
      display: block;
      list-style-type: decimal;
      margin-block-start: 1em;
      margin-block-end: 1em;
      margin-inline-start: 0px;
      margin-inline-end: 0px;
      padding-inline-start: 40px;
      padding-left: 40px; }
      .article_new .content_wrapper ul li {
        font-style: italic;
        font-size: 14px; }
    .article_new .content_wrapper em {
      font-style: italic; }
    .article_new .content_wrapper .article-vrezka, .article_new .content_wrapper .small-vrezka {
      padding: 10px 40px;
      margin: 10px 0px;
      border-top: 2px dotted rgba(0, 0, 0, 0.3);
      border-bottom: 2px dotted rgba(0, 0, 0, 0.3);
      color: #63376A;
      font-weight: 400;
      clear: both; }
    .article_new .content_wrapper .article-vrezka p, .article_new .content_wrapper .small-vrezka p {
      color: #63376A !important;
      font-weight: 400 !important; }
    .article_new .content_wrapper .small-vrezka {
      display: inline-block;
      float: left;
      width: 50%;
      margin-right: 10px; }
    .article_new .content_wrapper.opacity:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 130px;
      bottom: 0px;
      left: 0px;
      background: rgba(255, 255, 255, 0.5);
      background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, white 100%); }
  .article_new .title_description {
    font-size: 14px !important;
    text-align: left;
    color: grey !important;
    margin: 10px 0 0;
    font-weight: normal;
    padding: 0px;
    float: left;
    clear: right; }
  .article_new .breadcrumbs {
    margin: 3px 0 3px 0;
    font-size: 15px;
    line-height: 1.3; }
  .article_new .article-tags a {
    color: #63376A;
    font-weight: normal !important; }
  .article_new .news_pub_date {
    font-weight: normal;
    color: #231f20; }
  .article_new .content_wrapper h3 {
    font: bold 16px arial !important; }
  .article_new .content_wrapper .videos-wrapper a {
    color: #4b1e7c;
    font-size: 18px;
    font-weight: bold;
    text-decoration: underline; }
  .article_new .content_wrapper .videos-wrapper .videos-wrapper .article-info {
    margin-top: 15px; }
  .article_new .content_wrapper .imgTemplate {
    border: 0; }
    .article_new .content_wrapper .imgTemplate td {
      border: #fff solid 1px; }
  .article_new .content_wrapper p a {
    font-size: 16px;
    text-decoration: underline;
    font-weight: bold; }
  .article_new .content_wrapper ul li {
    list-style-type: disc; }
  .article_new .content_wrapper table {
    border: #CCCCCC solid 1px; }
    .article_new .content_wrapper table td {
      border: #CCCCCC solid 1px;
      padding: 5px; }
  .article_new .content_wrapper strong {
    font-weight: bold; }

.zen-invite-block {
  padding: 10px 7px;
  font-size: 16px;
  font-weight: bold;
  text-align: center; }
  .zen-invite-block a {
    -webkit-transition: background 0.6s ease;
    -moz-transition: background 0.6s ease;
    -o-transition: background 0.6s ease;
    transition: background 0.6s ease;
    background: #cd0400;
    padding: 10px 7px;
    color: white;
    font-size: 16px;
    display: block;
    width: 150px;
    margin: 10px auto;
    font-weight: normal; }

.notify_closing {
  background: #cbb6c9;
  clear: both;
  font-size: 16px;
  padding: 20px 30px 20px;
  color: black;
  /*position: absolute;
  width: 650px;*/
  width: 100%;
  position: relative;
  box-sizing: border-box; }
  .notify_closing p {
    margin-bottom: 8px; }
  .notify_closing a {
    color: #3f2377; }
  .notify_closing a:hover {
    color: #3f1266; }

.notify_closing_premium {
  margin-top: 10px;
  background: #cbb6c9;
  clear: both;
  font-size: 16px;
  padding: 10px 20px 20px;
  color: black;
  /*position: absolute;
  width: 650px;*/
  width: 80%;
  position: relative;
  box-sizing: border-box;
  text-align: center;
  margin-left: 10%; }
  .notify_closing_premium p {
    margin-bottom: 8px; }
  .notify_closing_premium a {
    color: #3f2377; }
  .notify_closing_premium a:hover {
    color: #fff; }
  .notify_closing_premium .lv-button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #753e73;
    /* float: left; */
    font-size: 15px;
    margin: 10px 0 0;
    padding: 10px 15px;
    line-height: 14px;
    cursor: pointer;
    -webkit-transition: background 0.7s ease;
    -moz-transition: background 0.7s ease;
    -o-transition: background 0.7s ease;
    transition: background 0.7s ease;
    text-align: center; }
  .notify_closing_premium .lv-button:nth-child(1) {
    width: 140px !important;
    margin-right: 10px; }
  .notify_closing_premium .lv-button:nth-child(2) {
    width: 240px !important;
    margin-left: 10px; }

.notify_closing_premium_page .notify_100 {
  width: 100% !important;
  margin-left: 0 !important; }

.notify_closing_premium_page .lv-button:nth-child(2) {
  width: 140px !important;
  margin-left: 10px; }

.notify_closing_premium_page .lv-button:nth-child(3) {
  width: 240px !important; }

@media only screen and (min-width: 320px) and (max-width: 666px) {
  .notify_closing_premium {
    width: 100% !important;
    margin-left: 0 !important; } }

.login-wrapper {
  display: none; }

.darken-layer {
  position: fixed;
  z-index: -1;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  display: none; }

.buy_pdf {
  padding-left: 20px;
  background: url("/lvrach/images/img/pdf_version.png") center left no-repeat;
  font-size: 15px;
  display: block;
  margin: 5px 0; }

.issue_new {
  color: #333; }
  .issue_new h1 {
    margin: 0;
    padding: 0;
    font: 1.8em;
    color: #92519c; }
  .issue_new .issue-cover {
    float: left;
    width: 300px;
    padding-left: 20px; }
    .issue_new .issue-cover img {
      width: 250px; }
  .issue_new .issue-text {
    float: left;
    width: 300px; }
  .issue_new .lv-button {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    background: #887ba9;
    /* float: left; */
    font-size: 12px;
    margin: 10px 0 0;
    padding: 10px 15px;
    line-height: 14px;
    cursor: pointer;
    -webkit-transition: background 0.7s ease;
    -moz-transition: background 0.7s ease;
    -o-transition: background 0.7s ease;
    transition: background 0.7s ease;
    max-width: 148px; }
  .issue_new .buy {
    background: #a90115; }

.chapter-title > a:hover, .bg-chapter-title > a:hover, .bg-chapter-title > a:hover {
  background: #92519c;
  text-decoration: none;
  color: #fff; }

.chapter-title:hover, .bg-chapter-title:hover {
  background: #92519c;
  text-decoration: none;
  color: #fff; }

h1 {
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  color: #92519c; }

h2 {
  font-size: 120%;
  font-weight: 500; }

.tag_new .desc-tag {
  font-size: 14px !important; }

.tag_new .tag-line {
  margin-bottom: 20px !important;
  border-bottom: 8px solid #bbbdbf !important; }

.right-column strong {
  font-weight: bold; }

.right-column b {
  font-weight: bold; }

.right-column .lvrach_email {
  text-decoration: underline;
  cursor: pointer; }

.right-column .contact p {
  margin-bottom: 10px;
  font-size: 15px; }

.right-column .author p {
  margin-bottom: 20px !important;
  margin-top: 10px !important;
  line-height: 18px; }

.right-column .chapter-title > a:hover, .right-column .bg-chapter-title > a:hover, .right-column .bg-chapter-title > a:hover {
  background: #92519c;
  text-decoration: none;
  color: #fff; }

.right-column .chapter-title:hover, .right-column .bg-chapter-title:hover {
  background: #92519c;
  text-decoration: none;
  color: #fff;
  border-bottom: 0px solid #92519c !important; }

.about .eng {
  display: block;
  float: right;
  margin-top: -40px;
  font-weight: bold; }

.about .ru {
  display: block;
  float: right;
  margin-top: -40px;
  font-weight: bold; }

.about .inside_text table {
  border: 0; }
  .about .inside_text table td {
    border: #fff solid 1px;
    padding: 5px; }

.events .eng {
  display: block;
  float: right;
  margin-top: -20px;
  font-weight: bold; }

.events h1 {
  margin: 0;
  padding: 0;
  font-size: 1.8em;
  color: #92519c; }

.events .news_list {
  padding: 0;
  margin: 2px 0 0 0; }
  .events .news_list li {
    list-style-type: none;
    border-top: 1px solid #9c9ea1;
    padding: 8px 0 0 0;
    margin: 0 0 9px;
    overflow: hidden;
    zoom: 1;
    margin-left: 10px !important; }
  .events .news_list h4 {
    margin: 0;
    padding: 0;
    font: bold 1.3em arial;
    color: #000;
    margin-bottom: 10px;
    margin-top: 5px; }
  .events .news_list .event_dates {
    width: 38px;
    float: left; }
  .events .news_list .event_desc {
    margin-left: 50px; }
  .events .news_list .event_dates .date_widget {
    clear: both;
    text-align: center;
    width: 35px; }
    .events .news_list .event_dates .date_widget .day {
      background: #FFFFFF;
      border: 1px solid #BBBBBB;
      border-top: none;
      color: #000000;
      font-weight: bold; }
    .events .news_list .event_dates .date_widget .month {
      padding: 1px;
      background: #3F2377;
      color: #FFFFFF;
      font-weight: bold; }
    .events .news_list .event_dates .date_widget div {
      display: block;
      float: left;
      width: 35px; }

.events .preview_text p {
  font-size: 15px;
  color: #231f20;
  line-height: 1.2;
  margin: 0;
  padding: 0 0 10px; }

.events .tag-line {
  margin-bottom: 20px !important;
  border-bottom: 8px solid #bbbdbf !important; }

.pager ul {
  margin: 5px auto;
  text-align: center;
  font: 13px/1.2 arial, sans; }
  .pager ul li {
    list-style: none none outside;
    display: inline-block;
    margin-left: 10px !important; }
    .pager ul li a {
      color: #606060;
      font-weight: bold; }
    .pager ul li .selected span {
      color: #c90119;
      margin: 0 2px;
      font-weight: bold; }
    .pager ul li .active a:hover {
      color: #3f2377; }

.pzone .page-title-wrapper {
  border-bottom: 8px solid #bbbdbf;
  margin: 0 0 11px 0;
  padding: 0px 0px 20px 0px; }
  .pzone .page-title-wrapper h1 {
    color: #231f20;
    font: bold 26px arial;
    line-height: 1.2;
    margin: 10px 0 0px 0px; }

.pzone .three-columns .left-column h2, .pzone .three-columns .right-column h2 {
  padding: 0px 0 0px 0px;
  border-top: 4px solid #3f2377;
  color: #606060;
  margin: 0px 0 5px;
  font-size: 22px; }

.pzone .three-columns .thematic-articles-wrapper {
  list-style-type: none;
  padding: 0px; }
  .pzone .three-columns .thematic-articles-wrapper .ta-item {
    border-top: 1px solid #BBBDBF;
    padding-top: 7px;
    line-height: 16px;
    margin-bottom: 5px; }
    .pzone .three-columns .thematic-articles-wrapper .ta-item a {
      color: #4B1E7C;
      font-size: 14px;
      font-weight: bold;
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }
      .pzone .three-columns .thematic-articles-wrapper .ta-item a:hover {
        color: #341556;
        text-decoration: none; }
    .pzone .three-columns .thematic-articles-wrapper .ta-item p {
      color: black;
      font-size: 13px;
      margin-top: 5px; }

.pzone .three-columns .sr-news-wrapper {
  list-style-type: none;
  padding: 0px; }
  .pzone .three-columns .sr-news-wrapper .sr-news-item {
    border-top: 1px solid #BBBDBF;
    padding-top: 7px;
    margin-top: 10px;
    line-height: 18px; }
    .pzone .three-columns .sr-news-wrapper .sr-news-item a {
      color: black;
      -webkit-transition: color 0.5s ease;
      -moz-transition: color 0.5s ease;
      -o-transition: color 0.5s ease;
      transition: color 0.5s ease; }
      .pzone .three-columns .sr-news-wrapper .sr-news-item a:hover {
        color: #23527c;
        text-decoration: none; }

.pzone .articles-list-wrapper {
  overflow: hidden;
  margin: 20px 0px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .pzone .articles-list-wrapper .article-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    justify-content: space-between;
    -ms-flex-pack: space-between;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.3); }
    .pzone .articles-list-wrapper .article-item .article-img {
      box-sizing: border-box;
      margin-right: 10px;
      -webkit-flex-basis: 150px;
      -moz-flex-basis: 150px;
      -ms-flex-basis: 150px;
      flex-basis: 150px; }
      .pzone .articles-list-wrapper .article-item .article-img a {
        display: block;
        cursor: pointer; }
        .pzone .articles-list-wrapper .article-item .article-img a:hover img {
          border: 1px solid rgba(0, 0, 0, 0.3); }
      .pzone .articles-list-wrapper .article-item .article-img img {
        max-width: 100%; }
    .pzone .articles-list-wrapper .article-item .article-info {
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
      .pzone .articles-list-wrapper .article-item .article-info .lv-special-mark {
        text-transform: uppercase;
        margin-bottom: 7px;
        padding-left: 0px;
        margin-bottom: 7px; }
        .pzone .articles-list-wrapper .article-item .article-info .lv-special-mark span {
          padding: 4px;
          background: red;
          color: white;
          font-size: 12px; }
      .pzone .articles-list-wrapper .article-item .article-info > a {
        display: block;
        font-size: 16px;
        font-weight: bold;
        color: #4B1E7C;
        cursor: pointer;
        padding: 5px;
        -webkit-transition: background 0.7s ease;
        -moz-transition: background 0.7s ease;
        -o-transition: background 0.7s ease;
        transition: background 0.7s ease;
        transform: translate3d(0, 0, 0); }
        .pzone .articles-list-wrapper .article-item .article-info > a:hover {
          text-decoration: none;
          background: rgba(0, 0, 0, 0.1); }
      .pzone .articles-list-wrapper .article-item .article-info .authors {
        display: block;
        font-size: 12px;
        font-style: italic;
        margin-top: 5px;
        color: black;
        padding: 0px 5px; }
      .pzone .articles-list-wrapper .article-item .article-info > p {
        line-height: 18px;
        font-size: 13px;
        padding: 0px 5px; }

.authors-list {
  display: block;
  list-style: none;
  padding: 0px; }
  .authors-list > li {
    display: block; }
    .authors-list > li > a {
      display: block;
      line-height: 30px;
      cursor: pointer;
      margin-bottom: 2px;
      border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
      color: rgba(0, 0, 0, 0.6);
      font-size: 120%;
      font-weight: 500;
      -webkit-transition: color 0.7s ease;
      -moz-transition: color 0.7s ease;
      -o-transition: color 0.7s ease;
      transition: color 0.7s ease;
      transform: translate3d(0, 0, 0); }
      .authors-list > li > a:hover {
        text-decoration: none;
        color: #0b0b0b; }

.articles-list {
  display: block;
  list-style: none;
  padding: 0px; }
  .articles-list .article-item {
    display: block;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid rgba(0, 0, 0, 0.3); }
    .articles-list .article-item .article-title {
      -webkit-transition: background 0.7s ease;
      -moz-transition: background 0.7s ease;
      -o-transition: background 0.7s ease;
      transition: background 0.7s ease;
      transform: translate3d(0, 0, 0);
      display: block;
      font-size: 130%;
      font-weight: 600;
      color: #63376A;
      line-height: 20px;
      padding: 5px 0px; }
      .articles-list .article-item .article-title:hover {
        text-decoration: none;
        background: rgba(0, 0, 0, 0.1); }
    .articles-list .article-item .article-annotation {
      margin-top: 5px;
      line-height: 20px;
      font-size: 120%;
      color: #333; }
    .articles-list .article-item .article-date {
      color: #63376A;
      font-size: 13px;
      display: block;
      margin-top: 10px;
      text-align: left; }

.inside_text img {
  margin: 1px 7px 1px 1px;
  max-width: 100%; }

.inside_text li {
  color: inherit; }

.search_results dt {
  font-size: 15px;
  margin: 0 0 5px;
  color: #000; }

.news_list {
  padding: 0;
  margin: 2px 0 0 0; }
  .news_list li {
    list-style-type: none;
    border-top: 1px solid #9c9ea1;
    padding: 8px 0 0 0;
    margin: 0 0 9px;
    overflow: hidden;
    zoom: 1;
    line-height: 18px; }
    .news_list li a {
      display: block;
      margin-bottom: 5px; }
      .news_list li a:hover {
        text-decoration: none; }
  .news_list dt {
    font: bold 16px arial;
    color: #63376A;
    margin: 3px 0 0; }
    .news_list dt h3 {
      font: bold 16px arial;
      color: #262223;
      margin: 3px 0 0; }

.tabs_block {
  padding: 0 0 150px;
  margin-top: -3px;
  zoom: 1; }
  .tabs_block ul {
    padding: 0;
    margin: 0 0 0 -204px;
    zoom: 1;
    overflow: hidden; }
    .tabs_block ul .clearing {
      clear: both;
      height: 0;
      font-size: 0;
      overflow: hidden; }
  .tabs_block li {
    float: left;
    width: 184px;
    list-style-type: none;
    margin: 0 0 10px 15px;
    zoom: 1; }
    .tabs_block li .clearing {
      padding: 0;
      margin: 0;
      float: none;
      width: 100%; }
    .tabs_block li ul {
      padding: 0;
      margin: 0; }
    .tabs_block li li {
      margin-left: 0;
      width: auto;
      float: none; }
  .tabs_block table {
    margin: 0 0 22px;
    width: 100%; }
    .tabs_block table a {
      color: #606060; }
  .tabs_block .current {
    border: 4px solid #6a326d;
    background-color: #f6f0f7; }
  .tabs_block td {
    border: 1px solid #6a326d;
    border-bottom: 4px solid #6a326d;
    height: 45px;
    vertical-align: middle;
    font-size: 20px;
    color: #606060;
    padding: 0 25px; }
    .tabs_block td .first_td {
      padding: 0 40px 0 0;
      text-align: left;
      border-left: none; }
    .tabs_block td .last_td {
      padding: 0 0px 0 40px;
      text-align: right;
      border-left: none;
      border-right: none; }
  .tabs_block h4 {
    color: #231F20;
    font: bold 14px arial;
    padding: 6px 0 12px 5px; }
  .tabs_block h1 {
    margin-bottom: 20px;
    margin-left: 5px; }
  .tabs_block .first {
    border: none;
    padding-top: 2px; }
  .tabs_block img {
    width: 184px;
    height: 257px;
    border: 1px solid #DBDCDE; }
  .tabs_block p {
    margin: 0;
    padding: 0 0 10px; }

.issue-descr {
  line-height: 1.2;
  color: #000;
  font-size: 15px;
  padding-left: 5px; }

.partners .content_wrapper ul li {
  list-style-type: disc;
  margin-left: 0px !important;
  border-top: 0px solid #9c9ea1 !important;
  border-bottom: 2px solid #9c9ea1; }

.social-icons-wrapper {
  text-align: left;
  padding: 10px;
  background: rgba(0, 0, 0, 0.07);
  margin: 10px 0px; }
  .social-icons-wrapper .social {
    display: inline-block;
    margin-right: 10px;
    vertical-align: top; }

.article-image-wrapper {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: space-between;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row; }
  .article-image-wrapper .article-image {
    flex-basis: 380px;
    margin-right: 20px; }
  .article-image-wrapper .article-annotation {
    flex: 1;
    line-height: 16px;
    font-size: 12px;
    color: grey; }

.anchor-target {
  position: relative; }
  .anchor-target:after {
    background: rgba(0, 0, 0, 0.1);
    content: "↑";
    text-decoration: none;
    border-radius: 50%;
    display: inline-block;
    margin: 0px 3px;
    width: 26px;
    height: 26px;
    font-weight: 400;
    color: #337ab7;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    transition: background 0.7s ease;
    line-height: 24px; }
  .anchor-target:hover:after {
    background: rgba(0, 0, 0, 0.2); }

.v-dialog__content {
  z-index: 99999998 !important; }

.v-application--wrap {
  min-height: auto !important; }

.v-snack:not(.v-snack--absolute) {
  z-index: 99999999 !important; }

#darker-layer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.3;
  background: black;
  z-index: -1;
  display: none; }
  #darker-layer.visible {
    z-index: 100;
    display: block; }

.zeropixel-wrapper {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  bottom: 150%;
  right: 100%; }

.fresh-articles-wrapper {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 15px; }
  .fresh-articles-wrapper div {
    box-sizing: border-box; }
  .fresh-articles-wrapper .main-article-wrapper {
    flex-basis: 50%;
    flex-grow: 2;
    flex-shrink: 2; }
    .fresh-articles-wrapper .main-article-wrapper > div a {
      display: block;
      width: 100%;
      position: relative;
      cursor: pointer;
      color: white;
      font-size: 18px; }
      .fresh-articles-wrapper .main-article-wrapper > div a .image-wrapper img {
        width: 100%; }
      .fresh-articles-wrapper .main-article-wrapper > div a .layer {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0px;
        /*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 35%, transparent 100%);*/
        color: white;
        transition: background 0.7s ease; }
        .fresh-articles-wrapper .main-article-wrapper > div a .layer > div {
          position: absolute;
          bottom: 0px;
          width: 100%;
          padding: 15px; }
          .fresh-articles-wrapper .main-article-wrapper > div a .layer > div > p {
            font-size: 18px;
            color: white;
            line-height: 1.6;
            font-weight: 500;
            margin-bottom: 15px; }
          .fresh-articles-wrapper .main-article-wrapper > div a .layer > div .label {
            color: white;
            background: #d32f2f;
            padding: 4px 10px;
            font-size: 13px;
            font-weight: 400;
            -webkit-border-radius: 2px;
            -moz-border-radius: 2px;
            -ms-border-radius: 2px;
            border-radius: 2px;
            margin-right: 20px;
            text-transform: uppercase; }
          .fresh-articles-wrapper .main-article-wrapper > div a .layer > div .date {
            font-size: 11px;
            color: #fff;
            font-weight: 300;
            letter-spacing: 0.2px; }
      .fresh-articles-wrapper .main-article-wrapper > div a:hover .layer > div > p {
        font-weight: bold;
        text-decoration: underline; }
  .fresh-articles-wrapper .side-articles-wrapper {
    flex-basis: 50%;
    flex-grow: 1;
    flex-shrink: 1;
    padding-left: 14px; }
    .fresh-articles-wrapper .side-articles-wrapper > div {
      display: flex;
      justify-content: space-between;
      flex-direction: row;
      flex-wrap: wrap; }
      .fresh-articles-wrapper .side-articles-wrapper > div > div {
        flex-basis: 48.5%;
        /*    max-width: 237px;*/ }
        .fresh-articles-wrapper .side-articles-wrapper > div > div:nth-child(1) {
          margin-bottom: 13px; }
        .fresh-articles-wrapper .side-articles-wrapper > div > div:nth-child(2) {
          margin-bottom: 13px; }
        .fresh-articles-wrapper .side-articles-wrapper > div > div a {
          display: block;
          width: 100%;
          position: relative;
          cursor: pointer;
          color: white;
          font-size: 18px; }
          .fresh-articles-wrapper .side-articles-wrapper > div > div a .image-wrapper img {
            width: 100%; }
          .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer {
            position: absolute;
            width: 100%;
            height: 100%;
            top: 0px;
            /*    background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.15) 35%, transparent 100%);*/
            color: white;
            transition: background 0.7s ease; }
            .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div {
              position: absolute;
              bottom: 0px;
              width: 100%;
              padding: 15px; }
              .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div > p {
                font-size: 18px;
                color: white;
                line-height: 16px;
                font-weight: 500;
                margin-bottom: 15px; }
              .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div .label {
                color: white;
                background: #d32f2f;
                padding: 4px 10px;
                font-size: 13px;
                font-weight: 400;
                -webkit-border-radius: 2px;
                -moz-border-radius: 2px;
                -ms-border-radius: 2px;
                border-radius: 2px;
                margin-right: 20px;
                text-transform: uppercase; }
              .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div .date {
                font-size: 11px;
                color: #fff;
                font-weight: 300;
                letter-spacing: 0.2px; }
              .fresh-articles-wrapper .side-articles-wrapper > div > div a .layer > div p {
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 5px; }
          .fresh-articles-wrapper .side-articles-wrapper > div > div a:hover .layer > div > p {
            font-weight: bold;
            text-decoration: underline; }

@media (max-width: 1200px) {
  .fresh-articles-wrapper .side-articles-wrapper > div > div:nth-child(2n) {
    /*            padding-left: 12px;*/ } }

@media (max-width: 650px) {
  .fresh-articles-wrapper .main-article-wrapper {
    flex-basis: auto;
    margin-bottom: 15px; }
  .fresh-articles-wrapper .side-articles-wrapper {
    flex-basis: auto;
    padding-left: 0px; } }

@media (max-width: 450px) {
  .fresh-articles-wrapper .side-articles-wrapper > div > div {
    flex-basis: auto;
    max-width: none; }
    .fresh-articles-wrapper .side-articles-wrapper > div > div:nth-child(2n) {
      padding-left: 0px; }
    .fresh-articles-wrapper .side-articles-wrapper > div > div:nth-child(3n) {
      margin-bottom: 13px; } }
