@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,700,700i&display=swap&subset=cyrillic");
@font-face {
  font-family: "azoft";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/azoft-sans.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-weight: bold;
  font-style: normal;
  src: url("/fonts/azoft-sans-bold.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-weight: bold;
  font-style: italic;
  src: url("/fonts/azoft-sans-bold-italic.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-weight: bolder;
  font-style: normal;
  src: url("/fonts/azoft-sans-bold.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-weight: bolder;
  font-style: italic;
  src: url("/fonts/azoft-sans-bold-italic.ttf") format("truetype"); }

@font-face {
  font-family: "azoft";
  font-style: italic;
  src: url("/fonts/azoft-sans-italic.ttf") format("truetype"); }

@font-face {
  font-family: "sugarpie";
  font-weight: normal;
  font-style: normal;
  src: url("/fonts/superpie.ttf") format("truetype"); }

body {
  margin-top: 80px; }
  @media (min-width: 768px) {
    body {
      margin-top: 100px; } }

header {
  padding-top: 16px;
  padding-bottom: 16px; }
  header .nav__links {
    width: 100%; }
  header .nav__links-item.logo {
    display: inline-block; }
    header .nav__links-item.logo img {
      display: none; }
      header .nav__links-item.logo img.bk {
        display: block; }
    header .nav__links-item.logo span {
      display: inline-block; }
  header.fixed nav .nav__links .nav__links-item.logo {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  header.fixed nav .nav__links .nav__links-item.buttons {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; }
  @media (min-width: 992px) {
    header.fixed nav .nav__links .nav__links-item.logo {
      -webkit-box-flex: 2;
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2; }
    header.fixed nav .nav__links .nav__links-item.buttons {
      -webkit-box-flex: 1.5;
      -webkit-flex: 1.5;
      -ms-flex: 1.5;
      flex: 1.5; }
    header.fixed nav .nav__links .nav__links-item.links {
      -webkit-box-flex: 4.3;
      -webkit-flex: 4.3;
      -ms-flex: 4.3;
      flex: 4.3; } }

@media (min-width: 768px) {
  footer {
    text-align: left;
    margin-top: 30px; } }

.btn_link {
  border-radius: 4px;
  border: solid 1px rgba(30, 30, 30, 0.1);
  display: inline-block;
  padding: 0 30px;
  line-height: 40px;
  font-weight: 500;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  color: white;
  width: auto;
  cursor: pointer;
  font-family: "azoft";
  text-transform: uppercase;
  font-size: 14px; }
  .btn_link:hover {
    border-color: #FFFFFF;
    color: #FFFFFF;
    -webkit-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.3);
    box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.3); }

main {
  padding: 0 0 30px; }
  main a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    color: #02bdee;
    border-color: transparent; }
    main a:hover {
      border-color: rgba(57, 98, 252, 0.6);
      color: #3962fc; }
  main form .field:first-child {
    margin-top: 0; }
  main form .field label {
    display: block;
    font-size: 16px;
    font-weight: 600; }
  main form .field .sub_label label {
    margin-top: 8px;
    margin-left: 20px;
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    font-weight: 400; }
  main form .field .sub_label.inline label {
    display: inline-block; }
  main form .field .sub_label input[type=text],
  main form .field .sub_label textarea {
    display: block;
    margin-top: 5px; }
  main form .field input,
  main form .field textarea {
    padding: 10px;
    border-radius: 6px;
    background-color: #ffffff;
    border: none;
    font-size: 14px;
    color: #2f2f2f;
    border: 1px solid #c6c6c6;
    width: 100%; }
    @media (min-width: 768px) {
      main form .field input,
      main form .field textarea {
        font-size: 16px; } }
  main form .field button,
  main form .field .btn_link {
    width: auto;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    margin: auto;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
    font-size: 16px; }
  main form .field .radiobox,
  main form .field .checkbox {
    margin-bottom: .7em;
    margin-top: .5em; }
  main form .field .radiobox label,
  main form .field .checkbox label {
    padding-left: 20px;
    font-weight: 400; }
  main form .field .radiobox .cr,
  main form .field .radiobox .radio .cr,
  main form .field .checkbox .cr,
  main form .field .checkbox .radio .cr {
    border: 1px solid #c6c6c6;
    top: 3px; }
    main form .field .radiobox .cr .cr-icon,
    main form .field .radiobox .radio .cr .cr-icon,
    main form .field .checkbox .cr .cr-icon,
    main form .field .checkbox .radio .cr .cr-icon {
      top: 0;
      left: 0; }
  main form .field .radiobox .cr,
  main form .field .radiobox .radio .cr {
    border-radius: 50%; }
  main form .field button[type=submit] {
    margin-top: 6px; }
  main aside {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 50px; }
    main aside .aside_nav {
      overflow: hidden; }
      main aside .aside_nav .links {
        margin-bottom: 35px; }
        main aside .aside_nav .links .link {
          margin-bottom: 16px;
          padding-left: 12px; }
          main aside .aside_nav .links .link.active a {
            border-bottom: 1px solid rgba(30, 30, 30, 0.6); }
          main aside .aside_nav .links .link i {
            margin-right: 6px;
            color: #02bdee;
            margin-left: -11px; }
          main aside .aside_nav .links .link a {
            color: inherit;
            border-bottom: 1px solid rgba(30, 30, 30, 0);
            margin-left: -2px; }
            main aside .aside_nav .links .link a:hover {
              border-bottom: 1px solid rgba(30, 30, 30, 0.3); }
        @media (min-width: 540px) {
          main aside .aside_nav .links {
            float: left; } }
        @media (min-width: 786px) {
          main aside .aside_nav .links {
            width: 100%; } }
      main aside .aside_nav .sub_title {
        font-family: 'Azoft';
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 35px; }
        main aside .aside_nav .sub_title:first-child {
          margin-top: 0; }
      main aside .aside_nav .tags .tag {
        margin-bottom: 10px; }
        main aside .aside_nav .tags .tag.active .btn_link {
          background-color: #02bdee;
          color: #FFFFFF;
          border-color: transparent; }
        main aside .aside_nav .tags .tag .btn_link {
          display: inline-block;
          padding: 0 10px;
          line-height: 30px;
          color: #666666;
          font-weight: 400; }
          main aside .aside_nav .tags .tag .btn_link:hover {
            background-color: #02bdee;
            color: #FFFFFF;
            border-color: transparent; }
          main aside .aside_nav .tags .tag .btn_link.all {
            background-color: #02bdee;
            color: #FFFFFF;
            line-height: 44px;
            font-size: 12px;
            text-transform: lowercase;
            padding: 0 34px;
            border: none;
            margin-top: 10px; }
            main aside .aside_nav .tags .tag .btn_link.all:hover {
              -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
              box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); }
      main aside .aside_nav .blocks .item {
        text-align: center;
        border-radius: 6px;
        -webkit-box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.3);
        box-shadow: 0 1px 3px 0 rgba(30, 30, 30, 0.3);
        color: #FFFFFF;
        min-height: 215px;
        padding: 20px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 30px; }
        main aside .aside_nav .blocks .item:last-child {
          margin-bottom: 0; }
        main aside .aside_nav .blocks .item.aside_slider {
          display: block;
          min-height: unset;
          padding: 0;
          overflow: hidden; }
          main aside .aside_nav .blocks .item.aside_slider .owl_item {
            height: 100%;
            min-height: 215px;
            background-position: center center;
            background-size: cover;
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
            flex-wrap: wrap;
            -webkit-align-content: center;
            -ms-flex-line-pack: center;
            align-content: center;
            padding: 20px;
            position: relative;
            font-weight: bold; }
            main aside .aside_nav .blocks .item.aside_slider .owl_item:before {
              background-color: rgba(30, 30, 30, 0.4);
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%; }
            main aside .aside_nav .blocks .item.aside_slider .owl_item .in {
              position: relative;
              width: 100%; }
          main aside .aside_nav .blocks .item.aside_slider .owl-dots,
          main aside .aside_nav .blocks .item.aside_slider .owl-nav {
            margin-top: -30px; }
          main aside .aside_nav .blocks .item.aside_slider .owl-dots .owl-dot span {
            background-color: rgba(214, 214, 214, 0.5); }
          main aside .aside_nav .blocks .item.aside_slider .owl-dots .owl-dot.active span,
          main aside .aside_nav .blocks .item.aside_slider .owl-dots .owl-dot:hover span {
            background-color: #d6d6d6; }
        main aside .aside_nav .blocks .item a {
          color: #FFFFFF;
          border-color: #FFFFFF; }
        main aside .aside_nav .blocks .item .text {
          -webkit-box-flex: 100%;
          -webkit-flex: 100%;
          -ms-flex: 100%;
          flex: 100%;
          font-size: 16px;
          font-weight: bold;
          -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
          align-self: flex-end; }
        main aside .aside_nav .blocks .item .more {
          -webkit-box-flex: 100%;
          -webkit-flex: 100%;
          -ms-flex: 100%;
          flex: 100%;
          -webkit-align-self: flex-end;
          -ms-flex-item-align: end;
          align-self: flex-end; }
    @media (min-width: 768px) {
      main aside {
        margin-top: 0;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1; } }
    main aside .imho_slider .owl-dots .owl-dot span {
      background-color: #1E1E1E;
      opacity: .3; }
    main aside .imho_slider .owl-dots .owl-dot.active span, main aside .imho_slider .owl-dots .owl-dot:hover span {
      background-color: #1E1E1E;
      opacity: 1; }
    main aside .imho_slider .slider-item .text {
      position: relative;
      padding: 16px;
      background-color: #FFFFFF;
      margin-bottom: 30px;
      border-radius: 4px; }
      main aside .imho_slider .slider-item .text:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 18px solid transparent;
        border-top-color: #FFFFFF;
        border-bottom: 0;
        border-left: 0;
        margin-left: -9px;
        margin-bottom: -18px; }
    main aside .imho_slider .slider-item .ava {
      overflow: hidden;
      float: left;
      margin-right: 10px;
      border-radius: 6px; }
      main aside .imho_slider .slider-item .ava img {
        width: 70px;
        height: auto; }
    main aside .imho_slider .slider-item .name {
      font-size: 18px;
      font-weight: 600;
      margin-bottom: 6px; }
    main aside .imho_slider .slider-item .info {
      font-size: 14px;
      font-weight: normal; }
    main aside .aside_title {
      text-transform: uppercase;
      margin-bottom: 20px;
      margin-top: 40px;
      font-family: 'Azoft';
      letter-spacing: 1.8px; }
      main aside .aside_title:first-child {
        margin-top: 0; }
    main aside .news .news_last .news_last-item .sub_title {
      margin-top: 0;
      margin-bottom: 10px;
      font-size: 16px; }
  main section {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1; }
    main section .breadcrumbs {
      margin-bottom: 20px; }
      main section .breadcrumbs a {
        display: inline-block;
        margin-right: 12px;
        position: relative;
        border-bottom: 1px solid rgba(2, 189, 238, 0.3);
        line-height: 1; }
        main section .breadcrumbs a:after {
          position: absolute;
          right: -9px;
          top: 0;
          content: '/';
          color: #1E1E1E; }
        main section .breadcrumbs a:last-child {
          margin-right: 0; }
          main section .breadcrumbs a:last-child:after {
            display: none; }
        main section .breadcrumbs a:hover {
          border-color: rgba(2, 189, 238, 0.6);
          color: #02bdee; }
      @media (min-width: 768px) {
        main section .breadcrumbs {
          margin-bottom: 30px; } }
    main section h1 {
      font-size: 24px;
      text-transform: uppercase; }
      main section h1 .navs {
        text-transform: initial;
        line-height: 24px; }
    @media (min-width: 768px) {
      main section {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2; } }
  main article {
    padding: 20px;
    background-color: #FFFFFF;
    border-radius: 6px;
    margin-bottom: 30px;
    font-family: "Open Sans";
    margin-bottom: 30px;
    font-weight: 400;
    letter-spacing: -0.4px;
    color: #1e1e1e;
    line-height: 1.4;
    font-size: 16px; }
    main article .title {
      padding-bottom: 20px;
      border-bottom: 1px solid rgba(30, 30, 30, 0.1);
      margin-bottom: 30px;
      font-family: "Montserrat", sans-serif; }
      main article .title .date {
        color: #02bdee;
        display: block;
        margin-right: 6px;
        font-weight: 400;
        font-size: 16px; }
        @media (min-width: 768px) {
          main article .title .date {
            display: inline-block;
            font-size: inherit; }
            main article .title .date:after {
              content: '/';
              margin-left: 6px;
              color: #1E1E1E;
              font-weight: 700; } }
      main article .title .navs {
        font-weight: normal;
        margin-top: 6px; }
        main article .title .navs .btn_link {
          line-height: 2; }
        @media (min-width: 992px) {
          main article .title .navs {
            margin-top: 0;
            display: inline-block;
            float: right; } }
    main article .sub_title {
      margin-bottom: 15px; }
    main article img {
      border-radius: 6px;
      margin: 0 10px 10px 0;
      float: left;
      height: auto;
      width: auto;
      max-width: 100%; }
      @media (min-width: 768px) {
        main article img {
          width: unset; } }
    main article .img img {
      border-radius: 6px;
      margin: 0 10px 30px 0;
      float: left;
      width: 100%; }
    main article p {
      margin-bottom: 1em; }
      main article p:last-child {
        margin-bottom: 0; }
    main article h2 {
      margin-bottom: 20px;
      margin-top: 40px; }
      main article h2:first-child {
        margin-top: 0; }
    main article .imgs a {
      margin-right: 30px;
      height: 200px;
      width: 100%;
      margin-bottom: 15px;
      display: inline-block;
      background-size: cover;
      background-position: center center;
      border-radius: 6px;
      position: relative;
      overflow: hidden; }
      main article .imgs a .overlay {
        position: absolute;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(2, 189, 238, 0.5);
        -webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        color: #FFFFFF; }
        main article .imgs a .overlay i {
          position: relative;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          font-size: 25px;
          height: 40px;
          line-height: 35px;
          width: 40px;
          text-align: center;
          display: block;
          border-radius: 50%;
          border: 3px solid white; }
      main article .imgs a:hover .overlay {
        opacity: 1; }
      main article .imgs a:last-child {
        margin-bottom: 0;
        margin-right: 0; }
    main article .imgs img {
      margin: 0;
      display: none; }
    @media (min-width: 786px) {
      main article .imgs {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        main article .imgs a {
          -webkit-box-flex: 1;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          height: 127px;
          margin-bottom: 0; } }
    main article .tags {
      margin-top: 30px;
      font-family: "Azoft";
      padding-top: 20px;
      border-top: 1px solid rgba(30, 30, 30, 0.1); }
      main article .tags .sub_title {
        display: inline-block;
        margin-top: 10px;
        margin-right: 20px;
        letter-spacing: 1.8px;
        margin-bottom: 0;
        font-family: 'azoft'; }
      main article .tags .btn_link {
        margin-right: 20px;
        margin-top: 10px;
        line-height: 30px;
        padding: 0 10px;
        color: #666666;
        font-weight: 300;
        font-size: 14px;
        letter-spacing: 0.4px; }
        main article .tags .btn_link:hover {
          background-color: #02bdee;
          color: #FFFFFF;
          border-color: transparent; }
    main article ul,
    main article ol {
      padding-left: 30px;
      margin-bottom: 25px; }
  main .article .title {
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(30, 30, 30, 0.1);
    margin-bottom: 30px;
    font-family: "Montserrat", sans-serif; }
  main .article .sub_title {
    margin-bottom: 15px; }
  main .article-about {
    font-weight: 400;
    margin-top: 15px; }
    main .article-about p {
      margin-bottom: .5em; }
      main .article-about p:last-child {
        margin-bottom: 0; }
    main .article-about ol li,
    main .article-about ul li {
      margin-top: 8px; }
      main .article-about ol li:first-child,
      main .article-about ul li:first-child {
        margin-top: 0; }
    main .article-about ol:last-child,
    main .article-about ul:last-child {
      margin-bottom: 0; }
  main .article_subtext {
    font-size: .9em;
    margin-top: 1em; }
  main .articles {
    overflow: hidden;
    margin-bottom: 30px; }
    main .articles .row [class*=col-] {
      margin-bottom: 30px; }
    main .articles .title {
      margin-bottom: 30px; }
      main .articles .title .navs {
        font-weight: normal;
        line-height: 1.6;
        font-size: 16px; }
        main .articles .title .navs span {
          color: #666666; }
        main .articles .title .navs a {
          color: #1E1E1E; }
          main .articles .title .navs a.active {
            border-bottom: 1px solid #1E1E1E; }
        @media (min-width: 992px) {
          main .articles .title .navs {
            font-size: 18px;
            display: inline-block;
            float: right; } }
    main .articles .articles-item {
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end;
      width: 100%;
      background-position: center center;
      background-size: cover;
      position: relative;
      padding: 20px 30px;
      border-radius: 6px;
      overflow: hidden;
      color: #FFFFFF;
      -webkit-transition: -webkit-box-shadow .3s ease;
      transition: -webkit-box-shadow .3s ease;
      -o-transition: box-shadow .3s ease;
      transition: box-shadow .3s ease;
      transition: box-shadow .3s ease, -webkit-box-shadow .3s ease; }
      main .articles .articles-item:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(rgba(30, 30, 30, 0.64)));
        background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
        background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
        background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      main .articles .articles-item:hover {
        -webkit-box-shadow: 0 3px 6px 0 rgba(30, 30, 30, 0.3);
        box-shadow: 0 3px 6px 0 rgba(30, 30, 30, 0.3); }
      main .articles .articles-item .in {
        position: relative;
        color: #FFFFFF;
        display: inline-block;
        border: none;
        width: 100%; }
      main .articles .articles-item .date {
        margin-top: 160px;
        font-size: 14px; }
      main .articles .articles-item .title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px; }
      main .articles .articles-item .text {
        letter-spacing: -0.4px; }
    main .articles .more {
      margin-top: 30px; }
      main .articles .more .btn_link {
        background-color: #02bdee;
        border-color: transparent;
        color: #FFFFFF; }
  main .experts {
    margin-bottom: 30px; }
    main .experts .title {
      margin-bottom: 30px; }
      main .experts .title .navs {
        font-weight: normal;
        line-height: 1.6;
        font-size: 16px; }
        main .experts .title .navs span {
          color: #666666; }
        main .experts .title .navs a {
          color: #1E1E1E; }
          main .experts .title .navs a.active {
            border-bottom: 1px solid #1E1E1E; }
        @media (min-width: 992px) {
          main .experts .title .navs {
            font-size: 18px;
            display: inline-block;
            float: right; } }
    main .experts .list {
      padding: 20px;
      background-color: #FFFFFF;
      border-radius: 6px; }
      main .experts .list .expert {
        padding-bottom: 30px;
        margin-bottom: 30px;
        border-bottom: 1px solid rgba(30, 30, 30, 0.1);
        overflow: hidden; }
        main .experts .list .expert:last-child {
          border-bottom: 0;
          margin-bottom: 0;
          padding-bottom: 0; }
        main .experts .list .expert .ava {
          float: left; }
          main .experts .list .expert .ava img {
            border-radius: 6px;
            width: 100%;
            height: auto; }
        main .experts .list .expert .about {
          float: left; }
          main .experts .list .expert .about .exp_name {
            font-size: 22px;
            font-weight: 600;
            margin-top: 20px;
            margin-bottom: 8px;
            color: #1E1E1E; }
            @media (min-width: 768px) {
              main .experts .list .expert .about .exp_name {
                margin-top: 0; } }
            @media (min-width: 1200px) {
              main .experts .list .expert .about .exp_name {
                margin-top: 27px; } }
          main .experts .list .expert .about .more {
            font-size: 18px;
            font-weight: 400;
            margin-bottom: 22px; }
          main .experts .list .expert .about .text {
            margin-bottom: 20px; }
          @media (min-width: 996px) {
            main .experts .list .expert .about {
              padding-left: 30px; } }
  main .expert article {
    margin-bottom: 60px; }
    main .expert article .title_block {
      margin-bottom: 30px; }
      main .expert article .title_block img {
        width: 100%;
        height: auto; }
      main .expert article .title_block .title {
        border: none;
        padding: 0;
        margin-bottom: 10px; }
      main .expert article .title_block .sub_title {
        margin-bottom: 22px;
        font-weight: 500;
        font-size: 18px; }
      main .expert article .title_block .blockquote {
        font-style: italic;
        line-height: 1.31;
        color: #3f4549; }
  main .expert .list {
    margin-bottom: 60px; }
    main .expert .list .h2 {
      text-transform: uppercase;
      margin-bottom: 30px; }
    main .expert .list .list-item {
      border-radius: 6px;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      background-color: #ffffff;
      padding: 20px 16px;
      margin: 5px;
      overflow: hidden; }
      main .expert .list .list-item .img {
        height: 168px;
        background-position: center center;
        background-size: cover;
        margin: -20px -16px 0;
        margin-bottom: 20px; }
      main .expert .list .list-item .date {
        color: #02bdee;
        font-size: 12px;
        margin-bottom: 2px; }
      main .expert .list .list-item .title {
        margin-bottom: 6px;
        font-weight: 600; }
      main .expert .list .list-item .info {
        font-weight: 400; }
      main .expert .list .list-item.exp {
        text-align: center; }
        main .expert .list .list-item.exp .img {
          height: 215px; }
        main .expert .list .list-item.exp .title {
          margin-bottom: 4px; }
        main .expert .list .list-item.exp .date {
          margin-bottom: 12px;
          font-size: 14px; }
    main .expert .list .owl-carousel {
      position: relative; }
      main .expert .list .owl-carousel .owl-prev,
      main .expert .list .owl-carousel .owl-next {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 10; }
        main .expert .list .owl-carousel .owl-prev img,
        main .expert .list .owl-carousel .owl-next img {
          height: 25px;
          width: auto; }
      main .expert .list .owl-carousel .owl-prev {
        left: -17px; }
      main .expert .list .owl-carousel .owl-next {
        right: -17px; }
      main .expert .list .owl-carousel .owl-prev.disabled,
      main .expert .list .owl-carousel .owl-next.disabled {
        display: none; }
      @media (min-width: 768px) {
        main .expert .list .owl-carousel .owl-prev {
          left: -20px; }
        main .expert .list .owl-carousel .owl-next {
          right: -20px; } }
  main .news {
    overflow: hidden;
    margin-bottom: 30px; }
    main .news .news_header {
      margin-bottom: 30px; }
    main .news .title {
      padding-bottom: 16px;
      margin-bottom: 16px;
      font-family: Montserrat;
      text-transform: uppercase; }
    main .news .news_item {
      background-position: center center;
      background-size: cover;
      position: relative;
      padding: 20px;
      border-radius: 6px;
      overflow: hidden;
      color: #FFFFFF;
      -webkit-transition: -webkit-box-shadow .3s ease;
      transition: -webkit-box-shadow .3s ease;
      -o-transition: box-shadow .3s ease;
      transition: box-shadow .3s ease;
      transition: box-shadow .3s ease, -webkit-box-shadow .3s ease;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-align-content: flex-end;
      -ms-flex-line-pack: end;
      align-content: flex-end;
      margin-bottom: 20px; }
      main .news .news_item:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(rgba(30, 30, 30, 0.64)));
        background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
        background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
        background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
        position: absolute;
        content: '';
        top: 0;
        left: 0;
        height: 100%;
        width: 100%; }
      main .news .news_item:hover {
        -webkit-box-shadow: 0 3px 6px 0 rgba(30, 30, 30, 0.3);
        box-shadow: 0 3px 6px 0 rgba(30, 30, 30, 0.3); }
      main .news .news_item .in {
        position: relative;
        color: #FFFFFF;
        display: inline-block;
        border: none; }
      main .news .news_item .date {
        margin-top: 160px;
        font-size: 14px; }
      main .news .news_item .title {
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 10px;
        padding: 0; }
      main .news .news_item .text {
        letter-spacing: -0.4px; }
    main .news .news_last {
      height: 100%;
      padding: 20px;
      background-color: #FFFFFF;
      border-radius: 6px;
      margin-top: 20px; }
      main .news .news_last .sub_title {
        font-size: 18px; }
      main .news .news_last .news_last-item {
        border-top: 1px solid rgba(30, 30, 30, 0.1);
        margin-right: -20px;
        margin-left: -20px;
        margin-top: 15px;
        padding: 15px 20px 0 20px; }
        main .news .news_last .news_last-item .date {
          font-size: 14px;
          color: #02bdee;
          margin-bottom: 4px; }
        main .news .news_last .news_last-item .sub_title {
          font-size: 18px;
          font-weight: 600;
          color: #1E1E1E;
          border-bottom: 1px solid rgba(30, 30, 30, 0);
          -webkit-transition: border-color .3s ease;
          -o-transition: border-color .3s ease;
          transition: border-color .3s ease; }
          main .news .news_last .news_last-item .sub_title a {
            border-bottom: 1px solid rgba(30, 30, 30, 0);
            color: #1E1E1E; }
            main .news .news_last .news_last-item .sub_title a:hover {
              border-color: rgba(30, 30, 30, 0.4); }
        main .news .news_last .news_last-item .text {
          margin-top: 10px;
          letter-spacing: -0.4px; }
      main .news .news_last.all .news_last-item {
        border-top: none;
        border-bottom: 1px solid rgba(30, 30, 30, 0.1);
        margin-right: -0;
        margin-left: -0;
        margin-top: 0;
        padding: 0;
        padding-bottom: 15px;
        margin-bottom: 15px; }
        main .news .news_last.all .news_last-item:last-child {
          padding-bottom: 0;
          border-bottom: none; }
      @media (min-width: 992px) {
        main .news .news_last {
          margin-top: 0; } }
    main .news .more {
      margin-top: 30px; }
      main .news .more .btn_link {
        background-color: #02bdee;
        border-color: transparent;
        color: #FFFFFF; }
  main .themes .title {
    font-size: 20px;
    line-height: 1.43 !important;
    text-transform: normal;
    font-weight: 700;
    overflow: hidden; }
    main .themes .title .text {
      display: inline-block;
      margin-right: 10px; }
    main .themes .title .btn_link {
      margin-top: .5em;
      font-size: 16px;
      padding: 0 16px;
      line-height: 32px;
      display: inline-block; }
      @media (min-width: 510px) {
        main .themes .title .btn_link {
          margin-top: 0;
          float: right; } }
      @media (min-width: 992px) {
        main .themes .title .btn_link {
          padding: 0 23px; } }
  main .themes .theme__list .theme__list-item {
    border-radius: 6px;
    background-color: #FFFFFF;
    margin-top: 20px;
    overflow: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding: 25px; }
    main .themes .theme__list .theme__list-item .theme__list-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      height: 150px;
      margin-top: -30px;
      margin-left: -25px;
      margin-right: -25px;
      margin-bottom: 20px; }
    main .themes .theme__list .theme__list-item .theme__list-title,
    main .themes .theme__list .theme__list-item .theme__list-subtitle {
      font-size: 20px;
      font-weight: 600;
      position: relative;
      cursor: pointer;
      display: block;
      padding-right: 25px; }
      main .themes .theme__list .theme__list-item .theme__list-title:after,
      main .themes .theme__list .theme__list-item .theme__list-subtitle:after {
        content: "\f054";
        opacity: .5;
        width: 22px;
        height: 22px;
        font-family: "Font Awesome 5 Free";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        -webkit-transition: all .3s ease;
        -o-transition: all .3s ease;
        transition: all .3s ease;
        text-align: center; }
      main .themes .theme__list .theme__list-item .theme__list-title .hide_more,
      main .themes .theme__list .theme__list-item .theme__list-subtitle .hide_more {
        position: relative;
        cursor: pointer;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        top: 50%;
        right: 0;
        z-index: 10; }
        main .themes .theme__list .theme__list-item .theme__list-title .hide_more:after,
        main .themes .theme__list .theme__list-item .theme__list-subtitle .hide_more:after {
          content: "\f054";
          width: 22px;
          height: 22px;
          font-family: "Font Awesome 5 Free";
          display: block;
          text-align: center; }
    main .themes .theme__list .theme__list-item .theme__list-about {
      display: none; }
      main .themes .theme__list .theme__list-item .theme__list-about .theme__list-subtitle a {
        border-bottom: 1px solid transparent; }
        main .themes .theme__list .theme__list-item .theme__list-about .theme__list-subtitle a:hover {
          border-bottom: 1px solid #02bdee; }
      main .themes .theme__list .theme__list-item .theme__list-about .theme__list-tags {
        margin-top: 12px;
        margin-bottom: -15px; }
        main .themes .theme__list .theme__list-item .theme__list-about .theme__list-tags a {
          padding: 0 10px;
          font-size: 16px;
          line-height: 30px;
          margin-right: 15px;
          margin-bottom: 15px;
          -webkit-transform: initial;
          -ms-transform: initial;
          transform: initial; }
    main .themes .theme__list .theme__list-item:hover {
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3); }
      main .themes .theme__list .theme__list-item:hover .theme__list-title:after {
        opacity: 1;
        color: #02bdee;
        -webkit-transform: translateY(-50%) rotate(90deg);
        -ms-transform: translateY(-50%) rotate(90deg);
        transform: translateY(-50%) rotate(90deg); }
    main .themes .theme__list .theme__list-item.active {
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      padding: 25px; }
      main .themes .theme__list .theme__list-item.active > .theme__list-title {
        display: none; }
      main .themes .theme__list .theme__list-item.active > .theme__list-image {
        display: none; }
      main .themes .theme__list .theme__list-item.active .theme__list-about {
        display: block; }
        main .themes .theme__list .theme__list-item.active .theme__list-about .theme__list-subtitle {
          margin-bottom: 15px;
          cursor: inherit; }
          main .themes .theme__list .theme__list-item.active .theme__list-about .theme__list-subtitle:after {
            display: none; }
          main .themes .theme__list .theme__list-item.active .theme__list-about .theme__list-subtitle .hide_more {
            opacity: 1;
            color: #02bdee;
            -webkit-transform: translateY(-50%) rotate(270deg);
            -ms-transform: translateY(-50%) rotate(270deg);
            transform: translateY(-50%) rotate(270deg); }
  main .themes .more {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly; }
    main .themes .more .btn_link {
      width: auto; }
  main .themes .theme__offer {
    margin-top: 50px;
    margin-bottom: 30px; }
    @media (min-width: 768px) {
      main .themes .theme__offer {
        margin-bottom: 0; } }
  main .themes .theme .theme__title-wrap {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(rgba(30, 30, 30, 0.64)));
    background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
    background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
    background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
    margin: -20px -30px;
    padding: 20px 30px; }
  main .themes .theme .theme__title {
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.64)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
    background-size: cover;
    background-position: center center;
    padding: 20px 30px;
    overflow: hidden;
    color: #FFFFFF; }
    main .themes .theme .theme__title .theme__title-title {
      font-size: 22px;
      font-weight: bold;
      margin-top: 180px;
      margin-bottom: 12px; }
    main .themes .theme .theme__title .theme-tags {
      margin-bottom: -15px;
      margin-top: 40px; }
      main .themes .theme .theme__title .theme-tags a {
        margin-right: 15px;
        margin-bottom: 15px;
        line-height: 30px;
        padding: 0 10px; }
  main .themes .theme .theme__about {
    border-radius: 6px;
    background-color: #ffffff;
    padding: 20px;
    margin-top: 20px; }
    main .themes .theme .theme__about .theme__about-rating {
      border-bottom: 1px solid rgba(0, 0, 0, 0.1);
      color: #02bdee;
      overflow: hidden;
      letter-spacing: -0.4px;
      font-weight: 400;
      margin-bottom: 20px;
      font-size: 14px; }
      main .themes .theme .theme__about .theme__about-rating .theme__about-exp,
      main .themes .theme .theme__about .theme__about-rating .theme__about-usr {
        margin-bottom: 20px; }
        main .themes .theme .theme__about .theme__about-rating .theme__about-exp i,
        main .themes .theme .theme__about .theme__about-rating .theme__about-usr i {
          margin-right: 5px; }
        main .themes .theme .theme__about .theme__about-rating .theme__about-exp strong,
        main .themes .theme .theme__about .theme__about-rating .theme__about-usr strong {
          font-weight: 600;
          margin-left: 10px; }
  main .themes .theme .theme__more {
    margin-top: 20px; }
    main .themes .theme .theme__more .all,
    main .themes .theme .theme__more .next {
      margin-bottom: 20px; }
    main .themes .theme .theme__more .all {
      margin-right: 20px;
      float: left; }
    main .themes .theme .theme__more .next {
      float: right; }
  @media (min-width: 768px) {
    main .themes .title .btn_link {
      margin: 0;
      float: right; }
    main .themes .theme__about .theme__about-rating {
      font-size: 16px; }
      main .themes .theme__about .theme__about-rating .theme__about-exp {
        float: left; }
      main .themes .theme__about .theme__about-rating .theme__about-usr {
        float: right; } }
  @media (min-width: 992px) {
    main .themes .theme__list .theme__list-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row; }
      main .themes .theme__list .theme__list-item .theme__list-image {
        width: 150px;
        margin-bottom: -30px;
        margin-right: 25px;
        height: auto; }
      main .themes .theme__list .theme__list-item .theme__list-title {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
    main .themes .title {
      font-size: 24px;
      line-height: 1.43 !important; }
      main .themes .title .btn_link {
        line-height: 40px; } }
  main .polls .title,
  main .tests .title {
    margin-bottom: 30px;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase; }
    main .polls .title .navs,
    main .tests .title .navs {
      font-weight: normal;
      line-height: 1.6;
      font-size: 16px; }
      main .polls .title .navs span,
      main .tests .title .navs span {
        color: #666666; }
      main .polls .title .navs a,
      main .tests .title .navs a {
        color: #1E1E1E; }
        main .polls .title .navs a.active,
        main .tests .title .navs a.active {
          border-bottom: 1px solid #1E1E1E; }
      @media (min-width: 992px) {
        main .polls .title .navs,
        main .tests .title .navs {
          font-size: 18px;
          display: inline-block;
          float: right; } }
  main .polls [class*=col-] {
    margin-bottom: 30px; }
  main .polls .poll_item {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 20px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.64)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
    color: #FFFFFF;
    position: relative; }
    main .polls .poll_item .poll_item-title_wrap {
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(rgba(30, 30, 30, 0.64)));
      background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
      background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
      background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
      margin: -20px;
      padding: 20px; }
    main .polls .poll_item .poll_item-members {
      border-radius: 0 0 4px 4px;
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 3px 0;
      width: 140px;
      font-family: "Azoft";
      color: #FFFFFF;
      font-weight: bold;
      font-size: 14px;
      text-align: center; }
    main .polls .poll_item .poll_item-date {
      font-size: 14px;
      margin-top: 130px; }
    main .polls .poll_item .poll_item-title {
      font-size: 22px;
      font-weight: bold; }
      main .polls .poll_item .poll_item-title a {
        color: #FFFFFF; }
    main .polls .poll_item .poll_item-about {
      margin-top: 15px;
      font-family: "Open Sans";
      font-size: 16px;
      font-weight: normal; }
    @media (min-width: 576px) {
      main .polls .poll_item {
        height: 100%; } }
  main .polls .more {
    margin-top: 20px; }
  main .tests [class*=col-] {
    margin-bottom: 30px; }
  main .tests .test_item {
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    position: relative;
    overflow: hidden; }
    main .tests .test_item .test_item-image {
      height: 168px;
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center; }
    main .tests .test_item .test_item-members {
      border-radius: 0 0 4px 4px;
      -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
      display: inline-block;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      padding: 3px 0;
      font-family: "Azoft";
      font-weight: bold;
      color: #FFFFFF;
      font-size: 14px;
      width: 140px;
      text-align: center; }
    main .tests .test_item .test_item-about {
      padding: 16px 20px; }
      main .tests .test_item .test_item-about .test_item-date {
        font-size: 12px;
        color: #02bdee; }
      main .tests .test_item .test_item-about .test_item-title {
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 5px; }
        main .tests .test_item .test_item-about .test_item-title a {
          color: #1E1E1E; }
      main .tests .test_item .test_item-about .test_item-text {
        font-family: "Open Sans";
        font-size: 14px;
        font-weight: normal; }
    @media (min-width: 576px) {
      main .tests .test_item {
        height: 100%; } }
  main .tests .more {
    margin-top: 20px; }
  main .test {
    padding: 20px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 60px; }
    main .test .title {
      font-size: 24px;
      font-weight: 600; }
    main .test .test-about {
      margin-bottom: 40px; }
    main .test .test-title {
      font-size: 20px;
      font-weight: bold;
      padding: 20px;
      position: relative;
      margin-bottom: 40px;
      text-align: left; }
      main .test .test-title:after, main .test .test-title:before {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        height: 1px;
        background-color: #02bdee;
        width: 100%; }
      main .test .test-title:before {
        top: 0; }
      main .test .test-title:after {
        bottom: 0; }
      @media (min-width: 768px) {
        main .test .test-title {
          font-size: 30px;
          padding: 40px;
          text-align: center; }
          main .test .test-title:after, main .test .test-title:before {
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            max-width: 400px; } }
    main .test .test-image {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center center;
      border-radius: 6px;
      overflow: hidden;
      margin-bottom: 40px; }
      main .test .test-image .test-title {
        color: #FFFFFF;
        padding: 60px 20px;
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.64)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
        background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.64));
        margin-bottom: 0; }
        main .test .test-image .test-title:before, main .test .test-image .test-title:after {
          display: none; }
        @media (min-width: 768px) {
          main .test .test-image .test-title {
            padding: 120px 40px; } }
    main .test .test__questions.poll .test__questions-item label {
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      padding-right: 190px; }
      main .test .test__questions.poll .test__questions-item label .voted {
        position: absolute;
        right: 60px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        font-size: 12px;
        background-color: white;
        color: #0087FF;
        padding: 0 7px;
        line-height: 1.6;
        border-radius: 6px;
        border: 1px solid #0087ff;
        width: 130px;
        text-align: center;
        display: none; }
      main .test .test__questions.poll .test__questions-item label:hover, main .test .test__questions.poll .test__questions-item label.active {
        color: transparent; }
    main .test .test__questions.poll.answered .test__questions-item label .voted {
      display: block; }
    main .test .test__questions .test__questions-item {
      margin-bottom: 20px;
      border-radius: 4px; }
      main .test .test__questions .test__questions-item label {
        display: block;
        border-radius: 4px;
        border: solid 2px #e0e0e0;
        font-size: 16px;
        padding: 15px 16px;
        padding-right: 45px;
        overflow: hidden;
        cursor: pointer;
        -webkit-transition: all .2s ease;
        -o-transition: all .2s ease;
        transition: all .2s ease; }
        main .test .test__questions .test__questions-item label .cr {
          background: none;
          left: unset;
          right: 13px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          width: 32px;
          height: 32px; }
          main .test .test__questions .test__questions-item label .cr .cr-icon {
            width: 28px;
            height: 28px;
            border-radius: 50%;
            background-color: #FFFFFF;
            border: 2px solid #02bdee;
            color: #02bdee;
            padding: 4px; }
        main .test .test__questions .test__questions-item label input[type="checkbox"] + .cr > .cr-icon,
        main .test .test__questions .test__questions-item label input[type="radio"] + .cr > .cr-icon {
          -webkit-transform: scale(1);
          -ms-transform: scale(1);
          transform: scale(1); }
        main .test .test__questions .test__questions-item label input[type="checkbox"]:checked + .cr > .cr-icon,
        main .test .test__questions .test__questions-item label input[type="radio"]:checked + .cr > .cr-icon {
          opacity: 1; }
        main .test .test__questions .test__questions-item label:hover, main .test .test__questions .test__questions-item label.active {
          -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
          border-color: #02bdee;
          background-color: #02bdee;
          color: #FFFFFF; }
        main .test .test__questions .test__questions-item label.true {
          color: #FFFFFF;
          border-color: #18d6cc;
          background-color: #18d6cc; }
          main .test .test__questions .test__questions-item label.true .cr .cr-icon {
            border-color: #18d6cc;
            color: #18d6cc; }
        main .test .test__questions .test__questions-item label.false {
          color: #FFFFFF;
          border-color: #FF6600;
          background-color: #FF6600; }
          main .test .test__questions .test__questions-item label.false .cr {
            text-align: center; }
            main .test .test__questions .test__questions-item label.false .cr .cr-icon {
              border-color: #FF6600;
              color: #FF6600; }
              main .test .test__questions .test__questions-item label.false .cr .cr-icon:before {
                content: "\f00d";
                width: 12px;
                display: inline-block;
                position: relative;
                left: -.5px; }
      main .test .test__questions .test__questions-item:last-child {
        margin-bottom: 0; }
    main .test .test__questions .test__questions-action {
      margin-top: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-flow: column;
      -ms-flex-flow: column;
      flex-flow: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (min-width: 576px) {
        main .test .test__questions .test__questions-action {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-flow: row;
          -ms-flex-flow: row;
          flex-flow: row; } }
      main .test .test__questions .test__questions-action .btn_link {
        color: #FFFFFF;
        border: none;
        margin-bottom: 16px;
        text-align: center; }
        main .test .test__questions .test__questions-action .btn_link:hover {
          -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); }
        @media (min-width: 768px) {
          main .test .test__questions .test__questions-action .btn_link {
            margin-bottom: 0; } }
  main #voting_embed {
    overflow: hidden; }
  main .voiting_exp p {
    margin-bottom: 15px; }
    main .voiting_exp p:last-child {
      margin-bottom: 0; }
  main .voiting_exp .__sticky.__sticky-fixed {
    padding-top: 4px;
    padding-bottom: 4px; }
    main .voiting_exp .__sticky.__sticky-fixed .text {
      display: none; }
    main .voiting_exp .__sticky.__sticky-fixed .__progress .__action .btn_link {
      padding: 4px 6px; }
      main .voiting_exp .__sticky.__sticky-fixed .__progress .__action .btn_link:last-child {
        margin-bottom: 0; }
      @media (min-width: 768px) {
        main .voiting_exp .__sticky.__sticky-fixed .__progress .__action .btn_link {
          line-height: 1;
          padding: 4px 8px; } }
    main .voiting_exp .__sticky.__sticky-fixed .__progress .__progress_bar {
      line-height: 20px; }
      main .voiting_exp .__sticky.__sticky-fixed .__progress .__progress_bar span {
        line-height: 24px; }
  main .voiting_exp h1,
  main .voiting_exp .h1 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px; }
  main .voiting_exp h2,
  main .voiting_exp .h2 {
    font-size: 20px;
    margin-bottom: 10px;
    position: relative; }
    main .voiting_exp h2 .get-info,
    main .voiting_exp .h2 .get-info {
      display: inline-block;
      margin-left: 6px;
      font-size: .8em;
      color: #666666;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease;
      padding: 5px;
      cursor: pointer; }
    main .voiting_exp h2:hover .get-info,
    main .voiting_exp .h2:hover .get-info {
      color: #3962fc; }
    main .voiting_exp h2 .more-info,
    main .voiting_exp .h2 .more-info {
      display: none;
      padding: 5px 8px;
      border-radius: 4px;
      background-color: #ffffff;
      border: 1px solid rgba(0, 0, 0, 0.4);
      -webkit-box-shadow: 0 5px 11px -11px black;
      box-shadow: 0 5px 11px -11px black;
      z-index: 10;
      color: #1E1E1E; }
      main .voiting_exp h2 .more-info.show,
      main .voiting_exp .h2 .more-info.show {
        display: block; }
      @media (min-width: 992px) {
        main .voiting_exp h2 .more-info,
        main .voiting_exp .h2 .more-info {
          position: absolute;
          left: 5%; } }
  main .voiting_exp h3,
  main .voiting_exp .h3 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 1em; }
  main .voiting_exp .__wrap {
    padding: 0 15px;
    border-radius: 6px;
    background-color: #ffffff;
    margin-bottom: 60px; }
  main .voiting_exp [class*=col-] {
    border-bottom: 1px solid rgba(198, 198, 198, 0.5);
    padding-top: 20px;
    padding-bottom: 20px; }
    main .voiting_exp [class*=col-]:nth-child(2n+2) {
      border-right: none; }
  main .voiting_exp .__voit_items {
    border-right: none; }
    main .voiting_exp .__voit_items [class*=col-] {
      border-right: 1px solid rgba(198, 198, 198, 0.5); }
      main .voiting_exp .__voit_items [class*=col-]:nth-child(2n+2) {
        border-right: none; }
    main .voiting_exp .__voit_items p {
      font-family: "Open Sans";
      font-size: 14px;
      font-weight: 400; }
      @media (min-width: 768px) {
        main .voiting_exp .__voit_items p {
          font-size: 15px; } }
  main .voiting_exp .__voit_item .ranger {
    background-color: rgba(57, 98, 252, 0.1);
    border-radius: 4px;
    height: 40px;
    position: relative;
    padding: 0 30px;
    margin-top: 15px; }
    main .voiting_exp .__voit_item .ranger:before, main .voiting_exp .__voit_item .ranger:after {
      content: '';
      position: absolute;
      top: 50%;
      height: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      background-color: lightgray;
      width: 3px;
      border-radius: 4px; }
    main .voiting_exp .__voit_item .ranger:before {
      left: 30px;
      background-color: #3962fc; }
    main .voiting_exp .__voit_item .ranger:after {
      right: 30px; }
    main .voiting_exp .__voit_item .ranger .from,
    main .voiting_exp .__voit_item .ranger .to,
    main .voiting_exp .__voit_item .ranger .mid {
      position: absolute;
      top: 0;
      line-height: 40px;
      width: 30px;
      text-align: center; }
    main .voiting_exp .__voit_item .ranger .from {
      left: 0; }
    main .voiting_exp .__voit_item .ranger .to {
      right: 0; }
    main .voiting_exp .__voit_item .ranger .mid {
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      height: 40%;
      width: 3px;
      border-radius: 4px;
      background-color: lightgray; }
    main .voiting_exp .__voit_item .ranger .irs--round {
      height: 40px;
      background-color: transparent;
      border-radius: 0; }
      main .voiting_exp .__voit_item .ranger .irs--round .irs {
        height: 100%; }
      main .voiting_exp .__voit_item .ranger .irs--round .irs-bar {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: #3962fc; }
      main .voiting_exp .__voit_item .ranger .irs--round .irs-line {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        background-color: lightgray; }
      main .voiting_exp .__voit_item .ranger .irs--round .irs-handle {
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 30px;
        height: 30px;
        border: none;
        background-color: transparent;
        border-radius: 24px;
        -webkit-box-shadow: none;
        box-shadow: none;
        background-color: #3962fc; }
      main .voiting_exp .__voit_item .ranger .irs--round .irs-single {
        line-height: 18px;
        background-color: #3962fc;
        padding: 3px 4px 8px;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
        main .voiting_exp .__voit_item .ranger .irs--round .irs-single:before {
          display: none; }
  main .voiting_exp .__voit_actions {
    margin-top: -1px;
    border-top: 1px solid rgba(198, 198, 198, 0.5);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  main .voiting_exp .__progress .__progress_bar {
    padding: 0 10px;
    line-height: 25px;
    border-radius: 22px;
    position: relative;
    background-color: rgba(198, 198, 198, 0.5); }
    main .voiting_exp .__progress .__progress_bar .__bar {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      background-color: #3962fc;
      border-radius: 22px;
      min-width: 24px; }
    main .voiting_exp .__progress .__progress_bar span {
      position: relative;
      -webkit-background-clip: text;
      background-clip: text;
      color: transparent;
      font-weight: 400;
      text-align: center;
      display: block; }
  main .voiting_exp .__progress .__action {
    width: auto;
    overflow: hidden; }
    main .voiting_exp .__progress .__action .btn_link {
      width: calc(50% - 5px);
      margin-top: 8px;
      margin-right: 8px;
      padding: 4px 6px;
      font-size: 1em;
      float: left;
      line-height: 1.2; }
      main .voiting_exp .__progress .__action .btn_link:nth-child(2n+2) {
        margin-right: 0; }
  @media (min-width: 768px) {
    main .voiting_exp .__progress .__action .btn_link {
      width: auto;
      margin-right: 10px; }
      main .voiting_exp .__progress .__action .btn_link:nth-child(2n+2) {
        margin-right: 10px; }
      main .voiting_exp .__progress .__action .btn_link:last-child {
        margin-right: 0; } }
  @media (min-width: 1200px) {
    main .voiting_exp .__progress {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row; }
      main .voiting_exp .__progress .__progress_bar {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1; }
        main .voiting_exp .__progress .__progress_bar .__bar {
          margin-bottom: 0; }
      main .voiting_exp .__progress .__action {
        margin-left: 15px; }
        main .voiting_exp .__progress .__action .btn_link {
          margin-top: 0; } }
  main .voiting_exp .voiting--text,
  main .voiting_exp .voiting--anketa,
  main .voiting_exp .voiting--instruction {
    font-family: "Open Sans";
    font-weight: 400; }
  main .voiting_exp .voiting--anketa,
  main .voiting_exp .voiting--instruction,
  main .voiting_exp .voiting--voit_exp {
    display: none; }
  main .voiting_exp .voiting--anketa form {
    max-width: 768px; }
  main .poll_test_results {
    text-align: center;
    padding-top: 50px;
    padding-bottom: 60px;
    font-family: "Montserrat", sans-serif; }
    main .poll_test_results .title {
      font-size: 24px;
      font-weight: 600;
      padding: 0;
      border: 0;
      text-transform: initial; }
    main .poll_test_results .image {
      margin: 53px 0;
      text-align: center;
      overflow: hidden; }
      main .poll_test_results .image img {
        display: inline-block;
        margin: auto;
        min-height: 80px;
        height: auto;
        max-height: 300px;
        min-width: 80px;
        width: auto;
        max-width: 70%;
        float: none; }
    main .poll_test_results .text {
      max-width: 400px;
      margin: auto;
      margin-top: 30px; }
    main .poll_test_results .sub_title {
      font-size: 16px;
      font-weight: 600;
      margin-bottom: 20px; }
    main .poll_test_results .h3 {
      font-size: 12px;
      font-weight: bold;
      margin-top: 38px;
      margin-bottom: 17px; }
    main .poll_test_results .share {
      width: 100%;
      max-width: 400px;
      margin: auto; }
    main .poll_test_results .result_action {
      margin-top: 40px; }
      main .poll_test_results .result_action .btn_link {
        color: white;
        margin-bottom: 15px; }
        main .poll_test_results .result_action .btn_link:last-child {
          margin-bottom: 0; }
        @media (min-width: 768px) {
          main .poll_test_results .result_action .btn_link {
            margin-bottom: 0;
            margin-right: 15px; }
            main .poll_test_results .result_action .btn_link:last-child {
              margin-right: 0; } }
  main .minimaks .minimaks-list {
    color: #FFFFFF; }
    main .minimaks .minimaks-list .block__slider .owl-nav {
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      width: 100%;
      overflow: hidden;
      padding: 0 6px;
      font-size: 1.5em; }
      main .minimaks .minimaks-list .block__slider .owl-nav .owl-prev {
        float: left; }
      main .minimaks .minimaks-list .block__slider .owl-nav .owl-next {
        float: right; }
    main .minimaks .minimaks-list .__list-item {
      padding: 20px;
      border-radius: 6px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end;
      height: 444px;
      position: relative;
      overflow: hidden; }
      main .minimaks .minimaks-list .__list-item:before {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 30, 30, 0)), to(rgba(30, 30, 30, 0.64)));
        background-image: -webkit-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
        background-image: -o-linear-gradient(top, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
        background-image: linear-gradient(to bottom, rgba(30, 30, 30, 0), rgba(30, 30, 30, 0.64));
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1; }
      main .minimaks .minimaks-list .__list-item .__item-wrap {
        position: relative;
        z-index: 10; }
      main .minimaks .minimaks-list .__list-item .__item-title {
        margin-bottom: 20px; }
        main .minimaks .minimaks-list .__list-item .__item-title .sub_title {
          margin: 0; }
      main .minimaks .minimaks-list .__list-item .__item-desc {
        margin-bottom: 20px; }
      main .minimaks .minimaks-list .__list-item .__item-action .btn_link {
        background-color: #02bdee; }
        main .minimaks .minimaks-list .__list-item .__item-action .btn_link:hover {
          text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
          background-color: #00caff;
          border-color: transparent;
          color: #FFFFFF;
          -webkit-box-shadow: 0 1px 5px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0 1px 5px 0px rgba(255, 255, 255, 0.5); }
  main .kabinet_exp .subtitle {
    margin-bottom: 1em; }
    main .kabinet_exp .subtitle:last-child {
      margin-bottom: 0; }
    main .kabinet_exp .subtitle span {
      color: #666666;
      font-weight: 400;
      font-size: .8em; }
  main .tolmach_exp_articles {
    margin-top: 15px; }
  main .tolmach_exp_art_list {
    margin-top: 15px;
    display: none; }
  main .comp_requests {
    margin-top: 30px; }
    main .comp_requests .comp_requests_table {
      margin-top: 30px;
      width: 100%; }
    main .comp_requests .comp_request_header > * {
      padding-top: 0;
      padding-bottom: 15px;
      padding-right: 10px;
      text-align: left; }
    main .comp_requests .comp_request_item > * {
      padding-top: 0;
      padding-bottom: 15px;
      padding-right: 10px;
      vertical-align: middle;
      text-align: left; }
    main .comp_requests .comp_request_item-wiki_link {
      width: 180px; }
    main .comp_requests .comp_request_item-num {
      width: 100px; }
  main .tolmach_best {
    margin-top: 16px; }
  main .tolmach_best_item {
    margin-bottom: 16px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
    main .tolmach_best_item:last-child {
      margin-bottom: 0; }
    main .tolmach_best_item:hover, main .tolmach_best_item--active {
      border-bottom: 1px solid rgba(0, 0, 0, 0.4); }
    main .tolmach_best_item--empty {
      color: gray;
      cursor: initial; }
      main .tolmach_best_item--empty:hover {
        -webkit-box-shadow: none;
        box-shadow: none; }
      main .tolmach_best_item--empty .tolmach_best_item-title {
        font-weight: 500; }
    main .tolmach_best_item-title {
      font-weight: 600;
      font-size: 1.1em;
      display: inline-block;
      -webkit-transition: all .3s ease;
      -o-transition: all .3s ease;
      transition: all .3s ease; }
      main .tolmach_best_item-title--sub {
        font-weight: 400;
        display: inline-block;
        font-size: .9em;
        margin-left: 6px; }
      main .tolmach_best_item-title .checkbox {
        display: inline-block;
        margin-left: -28px;
        margin-right: 10px; }
        main .tolmach_best_item-title .checkbox label {
          padding: 0;
          width: 16px;
          height: 16px;
          margin-bottom: -2px;
          cursor: pointer; }
          main .tolmach_best_item-title .checkbox label input[type="checkbox"] + .cr {
            border: 1px solid black;
            background: transparent; }
            main .tolmach_best_item-title .checkbox label input[type="checkbox"] + .cr .cr-icon {
              color: black;
              top: -8px;
              left: -3px;
              font-size: 2em;
              -webkit-transform: scale(1.5) rotateZ(-20deg);
              -ms-transform: scale(1.5) rotate(-20deg);
              transform: scale(1.5) rotateZ(-20deg); }
          main .tolmach_best_item-title .checkbox label input[type="checkbox"]:checked + .cr .cr-icon {
            -webkit-transform: scale(1);
            -ms-transform: scale(1);
            transform: scale(1); }
    main .tolmach_best_item-about {
      font-weight: 500;
      margin-left: 26px;
      font-size: .9em; }
    main .tolmach_best_item-num {
      font-size: .9em;
      margin-right: .5em; }
      main .tolmach_best_item-num:after {
        content: '.'; }
    main .tolmach_best_item--golos .tolmach_best_item-title {
      margin-left: 28px; }
  main .tolmach_best_works {
    display: none;
    margin-top: 15px; }
  main .tolmach_best_work {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    main .tolmach_best_work-num {
      width: 30px; }
    main .tolmach_best_work-title {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1; }
    main .tolmach_best_work-about {
      -webkit-box-flex: 2;
      -webkit-flex: 2;
      -ms-flex: 2;
      flex: 2; }

.voiting {
  border-radius: 6px;
  background-color: #ffffff;
  margin-bottom: 0;
  max-width: 768px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400; }
  .voiting .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px; }
  .voiting .btn_link {
    color: #666666;
    line-height: 1.4;
    padding: 6px 12px; }
  .voiting .voiting-about {
    color: #FFFFFF; }
    .voiting .voiting-about img {
      max-width: 372px;
      width: 100%; }
    .voiting .voiting-about .___about-title {
      text-transform: uppercase;
      font-weight: 500;
      font-size: 29px;
      line-height: 1; }
      .voiting .voiting-about .___about-title .__image {
        padding: 20px 30px 10px; }
      .voiting .voiting-about .___about-title .__title {
        padding: 20px 30px 10px;
        background-color: #666666; }
      .voiting .voiting-about .___about-title p {
        line-height: 1; }
    .voiting .voiting-about .___about-desc {
      padding: 10px 30px; }
      .voiting .voiting-about .___about-desc p {
        margin-bottom: 10px; }
    .voiting .voiting-about .___about-action {
      padding: 20px 30px;
      padding-top: 0;
      text-align: center; }
      .voiting .voiting-about .___about-action .btn_link {
        color: #666666; }
  .voiting .voiting-questions {
    padding: 20px;
    color: #FFFFFF;
    overflow: hidden;
    display: none; }
  .voiting .__questions-action {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (min-width: 576px) {
      .voiting .__questions-action {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row;
        -ms-flex-flow: row;
        flex-flow: row; } }
    .voiting .__questions-action .btn_link {
      color: #FFFFFF;
      border: none;
      margin-bottom: 16px;
      text-align: center; }
      .voiting .__questions-action .btn_link:hover {
        -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3);
        box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.3); }
      @media (min-width: 768px) {
        .voiting .__questions-action .btn_link {
          margin-bottom: 0; } }
  .voiting .__questions {
    width: 100%;
    margin-top: 0; }
  .voiting .__questions-item {
    margin-bottom: 10px;
    position: relative;
    border: none;
    background-color: #FFFFFF;
    color: #1E1E1E;
    border-radius: 4px; }
    .voiting .__questions-item label {
      cursor: pointer;
      display: block;
      padding: 5px 10px;
      margin-right: 45px;
      font-size: 14px;
      font-family: "Montserrat", sans-serif;
      font-weight: 500;
      line-height: 24px; }
    .voiting .__questions-item .cr {
      background: none;
      font-size: 24px;
      font-weight: bold;
      left: unset;
      right: 0;
      top: 0;
      height: 100%;
      width: 45px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-flow: row;
      -ms-flex-flow: row;
      flex-flow: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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;
      cursor: pointer;
      border-radius: 0 4px 4px 0;
      background-color: #FF3333;
      color: #FF836F; }
      .voiting .__questions-item .cr .cr-icon {
        color: #FFFFFF;
        -webkit-transition: all .1s ease-in;
        -o-transition: all .1s ease-in;
        transition: all .1s ease-in;
        position: relative;
        top: unset;
        left: unset;
        font-family: 'sugarpie'; }
    .voiting .__questions-item .more-info {
      display: none;
      padding: 5px 8px;
      border-radius: 4px;
      background-color: #ffffff;
      border: 1px solid #e0e0e0;
      -webkit-box-shadow: 0px 4px 20px 0px black;
      box-shadow: 0px 4px 20px 0px black;
      z-index: 10;
      color: #1E1E1E;
      position: absolute;
      right: 0%;
      font-family: "Montserrat", sans-serif;
      font-size: 14px;
      font-weight: 400;
      bottom: 130%;
      width: 95%; }
      .voiting .__questions-item .more-info:before, .voiting .__questions-item .more-info:after {
        content: '';
        border: 10px solid transparent;
        height: 0;
        width: 0;
        right: 12px;
        position: absolute;
        bottom: -20px; }
      .voiting .__questions-item .more-info:before {
        border-top-color: #e0e0e0;
        z-index: 1; }
      .voiting .__questions-item .more-info:after {
        border-top-color: #FFFFFF;
        bottom: -18px;
        z-index: 2; }
      .voiting .__questions-item .more-info.show {
        display: block; }
    .voiting .__questions-item:nth-child(2) .more-info, .voiting .__questions-item:nth-child(3) .more-info {
      top: 130%;
      bottom: unset; }
      .voiting .__questions-item:nth-child(2) .more-info:before, .voiting .__questions-item:nth-child(2) .more-info:after, .voiting .__questions-item:nth-child(3) .more-info:before, .voiting .__questions-item:nth-child(3) .more-info:after {
        border: 10px solid transparent;
        height: 0;
        width: 0;
        position: absolute;
        bottom: unset;
        border-top: none;
        top: -10px; }
      .voiting .__questions-item:nth-child(2) .more-info:before, .voiting .__questions-item:nth-child(3) .more-info:before {
        border-bottom-color: #e0e0e0; }
      .voiting .__questions-item:nth-child(2) .more-info:after, .voiting .__questions-item:nth-child(3) .more-info:after {
        border-bottom-color: #FFFFFF; }
    .voiting .__questions-item.hover, .voiting .__questions-item.active {
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.3);
      color: #FFFFFF; }
      .voiting .__questions-item.hover:before, .voiting .__questions-item.active:before {
        opacity: 1; }
      .voiting .__questions-item.hover .cr .cr-icon, .voiting .__questions-item.active .cr .cr-icon {
        color: #FFFFFF; }
      .voiting .__questions-item.hover .color, .voiting .__questions-item.active .color {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 1; }
    .voiting .__questions-item:last-child {
      margin-bottom: 0; }
    .voiting .__questions-item .color {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      -webkit-transition: all .1s ease;
      -o-transition: all .1s ease;
      transition: all .1s ease;
      border-radius: 4px;
      background-color: #02bdee; }
  .voiting .__voiting_head {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative; }
    .voiting .__voiting_head .__head-title {
      float: left;
      font-size: 20px;
      font-weight: 600;
      margin-bottom: .5em;
      width: 65%; }
    .voiting .__voiting_head .__head-about {
      float: left;
      font-size: 18px;
      font-weight: 400;
      margin-bottom: .5em;
      width: 55%;
      font-size: 16px; }
      .voiting .__voiting_head .__head-about i {
        font-family: 'sugarpie';
        font-size: 20px;
        font-weight: bold;
        position: relative;
        top: 1px;
        margin: 0 2px; }
    .voiting .__voiting_head .__actions {
      float: left;
      width: 100%;
      padding-top: 20px; }
    .voiting .__voiting_head .__head {
      height: 131%;
      width: 230px;
      top: 3px;
      right: -44px;
      position: absolute; }
      .voiting .__voiting_head .__head .bg0,
      .voiting .__voiting_head .__head .bg,
      .voiting .__voiting_head .__head .bgLoading {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        left: 0;
        display: block;
        text-align: center; }
      .voiting .__voiting_head .__head .bg,
      .voiting .__voiting_head .__head .bgLoading {
        display: none; }
      .voiting .__voiting_head .__head .bgLoading {
        z-index: 1; }
      .voiting .__voiting_head .__head img {
        width: auto;
        height: auto;
        max-height: 100%;
        max-width: 100%; }
  .voiting .voiting-result {
    padding: 20px;
    color: #FFFFFF;
    overflow: hidden;
    display: none; }
  .voiting .__result_title {
    font-weight: 400;
    margin-bottom: 10px; }
    .voiting .__result_title strong {
      font-size: 30px;
      font-weight: 600;
      text-transform: uppercase;
      margin-bottom: 10px;
      text-align: center;
      display: block; }
  .voiting .__result_action {
    margin-bottom: 20px;
    text-align: center; }
    .voiting .__result_action p {
      margin-bottom: 10px;
      text-align: left; }
    .voiting .__result_action .btn_link {
      margin-left: auto;
      margin-right: auto; }
  .voiting .__result_table-wrap {
    margin-bottom: 10px;
    min-height: 180px;
    background-color: #FFFFFF;
    position: relative; }
  .voiting .__result_table-wrap_line {
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    position: absolute;
    bottom: 0;
    color: orange;
    width: 100%;
    font-size: 40px;
    text-align: center;
    height: 40px;
    z-index: 1;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, white), to(rgba(255, 255, 255, 0)));
    background-image: -webkit-linear-gradient(bottom, white 50%, rgba(255, 255, 255, 0) 100%);
    background-image: -o-linear-gradient(bottom, white 50%, rgba(255, 255, 255, 0) 100%);
    background-image: linear-gradient(0deg, white 50%, rgba(255, 255, 255, 0) 100%);
    display: none; }
  .voiting .__result_table {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll; }
    @media (min-width: 576px) {
      .voiting .__result_table .__result_table {
        background-color: #FFFFFF;
        max-height: unset; } }
    .voiting .__result_table table {
      width: 100%;
      color: #1E1E1E;
      border-collapse: collapse;
      background-color: #FFFFFF; }
      .voiting .__result_table table thead {
        color: #FFFFFF;
        background-color: #02bdee; }
      .voiting .__result_table table th,
      .voiting .__result_table table td {
        padding: 6px 12px; }
        .voiting .__result_table table th:first-child,
        .voiting .__result_table table td:first-child {
          border-right: 1px solid #666666;
          max-width: 100px; }
      .voiting .__result_table table td {
        border-bottom: 1px solid #666666; }
      .voiting .__result_table table td:first-child {
        text-align: right; }
  .voiting .__result_share {
    text-align: center; }
    .voiting .__result_share p {
      margin-bottom: 10px; }
  .voiting .__result_embedd {
    margin-top: 1em; }
    .voiting .__result_embedd button {
      margin-top: 4px;
      display: block;
      margin-left: auto;
      margin-right: auto; }
    .voiting .__result_embedd code {
      display: none;
      margin-top: 6px;
      border: 1px solid lightgray;
      background-color: white;
      padding: 6px;
      color: black;
      text-align: left;
      border-radius: 6px; }
  @media (min-width: 340px) {
    .voiting .__voiting_head .__head {
      top: -26px; }
    .voiting .__voiting_head .__head-title {
      width: 60%; }
    .voiting .__voiting_head .__head-about {
      width: 55%; } }
  @media (min-width: 576px) {
    .voiting .__q_wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .voiting .voiting-about .___about-title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .voiting .voiting-about .___about-title .__title,
      .voiting .voiting-about .___about-title .__image {
        background-color: #02bdee;
        padding: 20px 30px 10px;
        float: left;
        width: 50%; }
      .voiting .voiting-about .___about-title .__image {
        padding-right: 0; }
        .voiting .voiting-about .___about-title .__image img {
          max-width: 296px; }
      .voiting .voiting-about .___about-title .__title {
        padding-left: 10px; }
      .voiting .voiting-about .___about-title p {
        padding-top: 8px; }
    .voiting .voiting-about .___about-desc {
      padding-top: 20px;
      padding-right: 40px; }
    .voiting .voiting-about .___about-action {
      padding-bottom: 20px; }
    .voiting .voiting-questions {
      padding: 30px; }
    .voiting .__questions {
      -webkit-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
      -ms-flex-order: 1;
      order: 1;
      padding-right: 30px; }
      .voiting .__questions .__questions-item label {
        font-size: 16px; }
    .voiting .__voiting_head {
      width: 250px;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
      -ms-flex-order: 2;
      order: 2;
      margin-bottom: 0; }
      .voiting .__voiting_head .__head-title {
        width: 100%; }
      .voiting .__voiting_head .__head-about {
        width: 50%;
        margin-top: 20px; }
      .voiting .__voiting_head .__head {
        width: 196px;
        top: 30px;
        right: -7px; }
      .voiting .__voiting_head .__actions {
        text-align: center; }
    .voiting .__result_table-wrap {
      float: left;
      width: 50%;
      margin-bottom: 0; }
    .voiting .__result_table-wrap_line {
      display: none; }
    .voiting .__result_about {
      float: right;
      width: 50%;
      padding-left: 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      height: 400px; }
    .voiting .voiting-result {
      overflow: hidden;
      padding: 30px; }
      .voiting .voiting-result .__result_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex; }
      .voiting .voiting-result strong {
        font-weight: 800; }
      .voiting .voiting-result .__result_title strong {
        font-size: 18px;
        display: inline;
        text-align: left; }
      .voiting .voiting-result .__result_embedd {
        text-align: center; }
        .voiting .voiting-result .__result_embedd button {
          display: block;
          margin-left: auto;
          margin-right: auto; } }

/*# sourceMappingURL=inner.css.map */
