#test a {
  text-align: left; }

#sitemap {
  margin-top: 40px; }
  #sitemap a {
    display: inline-block;
    padding: 2px 8px; }
  #sitemap > ul > li {
    background: #F7f7f7;
    font-weight: bold; }
    #sitemap > ul > li > ul {
      padding-left: 40px;
      background: #FFF;
      font-weight: normal; }
    #sitemap > ul > li > li > ul {
      padding-left: 40px;
      font-size: 90%;
      opacity: .7;
      outline: 1px solid red; }

#breadcrumbs {
  font-size: 13px;
  padding-bottom: 35px; }
  @media (max-width: 740px) {
    .program-item #breadcrumbs {
      padding-top: 20px;
      padding-bottom: 0; } }

.container404 {
  max-width: 540px;
  margin: 0 auto;
  padding: 50px 0;
  text-align: center; }
  .container404 .title-404 {
    font-size: 120px;
    margin-bottom: 70px; }
  .container404 .subtitle-404 {
    font-size: 20px;
    margin-bottom: 80px; }
  .container404 p {
    font-size: 14px; }

.b-static p.img-width-100 > img {
  width: 100%;
  height: auto; }
.b-static p.img-width-40 {
  text-align: center; }
  .b-static p.img-width-40 > img {
    width: 40%;
    height: auto; }
  @media (max-width: 740px) {
    .b-static p.img-width-40 > img {
      width: 50%; } }
  @media (max-width: 400px) {
    .b-static p.img-width-40 > img {
      width: 100%; } }
.b-static p.img-width-50 {
  text-align: center; }
  .b-static p.img-width-50 > img {
    width: 50%;
    height: auto; }
  @media (max-width: 400px) {
    .b-static p.img-width-50 > img {
      width: 100%; } }

.b-static .marker-list, .b-blog .marker-list {
  padding-left: 20px;
  margin-bottom: 20px; }
  .b-static .marker-list li, .b-blog .marker-list li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px; }
    .b-static .marker-list li:before, .b-blog .marker-list li:before {
      content: "";
      position: absolute;
      left: 0;
      top: 8px;
      width: 7px;
      height: 7px;
      border-radius: 50%;
      background: #434e55; }
  @media (max-width: 740px) {
    .b-static .marker-list, .b-blog .marker-list {
      padding-left: 5px; }
      .b-static .marker-list li, .b-blog .marker-list li {
        margin-bottom: 6px;
        padding-left: 15px; }
        .b-static .marker-list li:before, .b-blog .marker-list li:before {
          top: 6px;
          width: 4px;
          height: 4px; } }
.b-static .new-header-title3, .b-blog .new-header-title3 {
  margin-top: 30px; }

.page-mobile .b-download {
  position: relative; }
.page-mobile .b-title.mobile .image {
  overflow: hidden; }
.page-mobile .b-title.mobile .mob-text {
  margin: 20px 0;
  width: 530px; }
@media (max-width: 1000px) {
  .page-mobile .b-title.mobile h1.title {
    width: auto; }
  .page-mobile .b-title.mobile .mob-text {
    width: 600px; } }
@media (max-width: 740px) {
  .page-mobile .b-title.mobile .image {
    margin: 0;
    right: 0;
    width: 350px;
    bottom: -115px; }
  .page-mobile .b-title.mobile .image img {
    width: 400px; } }
@media (max-width: 560px) {
  .page-mobile .b-title.mobile .image {
    width: 220px; }
  .page-mobile .b-title.mobile .image img {
    width: 270px; } }

section[data-bg] > .main > h1.title,
section[data-bg] > .main > h2.title,
section.b-title.mobile > .main > h1.title,
section.b-title.mobile > .main > h2.title {
  padding-top: 20px; }
  @media (max-width: 740px) {
    section[data-bg] > .main > h1.title,
    section[data-bg] > .main > h2.title,
    section.b-title.mobile > .main > h1.title,
    section.b-title.mobile > .main > h2.title {
      padding-top: 35px; } }

#r-call-button {
  position: fixed;
  width: 65px;
  height: 65px;
  right: 50px;
  bottom: 80px;
  z-index: 10;
  cursor: pointer;
  text-indent: -99999px;
  font-size: 0;
  background: url("images/r-button-call.png");
  transition: all .3s ease;
  opacity: 0.95;
  visibility: visible;
  transform: scale(1); }
  #r-call-button.hide {
    transform: scale(0.9);
    opacity: 0;
    visibility: hidden; }

.b-footer-toolbar {
  position: fixed;
  transform: translateZ(0);
  bottom: 0;
  left: 0;
  right: 0;
  height: 34px;
  padding: 8px 0 12px;
  background: #242a30;
  color: #858d91;
  z-index: 5; }
  @media (max-width: 740px) {
    .b-footer-toolbar {
      display: none; } }
  .b-footer-toolbar .phone {
    float: left;
    position: relative;
    margin-right: 20px; }
    .b-footer-toolbar .phone a {
      display: block;
      font-size: 24px;
      font-weight: bold;
      color: #ffffff;
      padding-left: 35px; }
      .b-footer-toolbar .phone a:before {
        content: '';
        position: absolute;
        left: 0;
        top: 5px;
        width: 24px;
        height: 24px;
        background: url("images/sprite.png?28") -270px -30px no-repeat; }
  .b-footer-toolbar .phone-info {
    float: left;
    width: 230px;
    margin-right: 20px;
    font-size: 10px;
    margin-top: 3px; }
    .b-footer-toolbar .phone-info .link {
      margin-left: 35px;
      font-size: 13px;
      position: relative;
      top: 5px; }
    @media (max-width: 1000px) {
      .b-footer-toolbar .phone-info {
        width: 180px; } }
  .b-footer-toolbar a.link {
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.5); }
    .b-footer-toolbar a.link:hover {
      border-bottom-color: white; }
  .b-footer-toolbar .ask {
    float: left;
    font-size: 13px;
    position: relative;
    padding-left: 35px;
    padding-top: 7px;
    height: 30px; }
    .b-footer-toolbar .ask a.link:before {
      content: '';
      position: absolute;
      left: 0;
      top: 5px;
      width: 24px;
      height: 24px;
      background: url("images/sprite.png?28") -230px -30px no-repeat; }
    .b-footer-toolbar .ask .b-ask-popup {
      /*z-index: 2; 22.09*/
      visibility: hidden;
      bottom: -110px;
      position: absolute;
      background: #ffffff;
      left: 0;
      padding: 15px 20px;
      width: 275px;
      box-shadow: 0 0 0 1px #e1e3e5;
      transition: bottom 1s, visibility 1s; }
      .b-footer-toolbar .ask .b-ask-popup.visible {
        bottom: -10px;
        visibility: visible; }
      .b-footer-toolbar .ask .b-ask-popup .photo {
        float: left;
        border-radius: 100%;
        width: 65px;
        height: 65px; }
      .b-footer-toolbar .ask .b-ask-popup .want {
        margin-left: 93px;
        color: #434e55;
        margin-bottom: 10px;
        margin-top: 3px; }
      .b-footer-toolbar .ask .b-ask-popup .btn {
        margin-left: 90px; }
        .b-footer-toolbar .ask .b-ask-popup .btn .button {
          padding: 7px 15px 7px 25px;
          position: relative; }
          .b-footer-toolbar .ask .b-ask-popup .btn .button:after {
            content: '';
            background: url("images/sprite.png?28") no-repeat -160px 0;
            width: 5px;
            height: 8px;
            position: absolute;
            left: 12px;
            top: 11px; }
      .b-footer-toolbar .ask .b-ask-popup .b-close {
        position: absolute;
        right: 10px;
        top: 10px;
        background: url("images/sprite.png?28") no-repeat -3px -3px;
        width: 13px;
        height: 13px; }
        .b-footer-toolbar .ask .b-ask-popup .b-close:hover {
          background-position: -403px -3px; }
  .b-footer-toolbar .socials {
    float: right;
    margin-top: 5px; }
    .b-footer-toolbar .socials .social {
      display: inline-block;
      padding-left: 28px;
      position: relative;
      color: #858d91;
      font-size: 11px;
      line-height: 20px;
      margin-left: 20px; }
      .b-footer-toolbar .socials .social:before {
        content: '';
        position: absolute;
        background: url("images/sprite.png?28") 0 0 no-repeat;
        width: 20px;
        height: 14px;
        left: 0;
        top: 3px;
        opacity: 0.3; }
      .b-footer-toolbar .socials .social:hover:before {
        opacity: 1; }
      .b-footer-toolbar .socials .social.fb {
        padding-left: 17px; }
        .b-footer-toolbar .socials .social.fb:before {
          background-position: 0 -30px;
          width: 10px; }
      .b-footer-toolbar .socials .social.tw {
        padding-left: 25px; }
        .b-footer-toolbar .socials .social.tw:before {
          background-position: -30px -30px; }
      .b-footer-toolbar .socials .social.vk:before {
        background-position: -60px -30px; }
    @media (max-width: 740px) {
      .b-footer-toolbar .socials {
        display: none; } }

.b-popup-expert {
  transition: all 0.4s ease; }
  .b-popup-expert.with-login {
    width: 775px; }
  .b-popup-expert .b-in-chat-full .title {
    /* margin-bottom: 10px;*/ }
  .b-popup-expert .b-in-enter-name .field {
    float: left;
    width: 315px; }
  .b-popup-expert .b-in-enter-name .field-submit {
    padding-top: 23px; }
  @media (max-width: 740px) {
    .b-popup-expert .b-in-enter-name .field .b-select .input {
      width: 208px; } }
  .b-popup-expert .b-in-loading .text {
    color: #858d91;
    line-height: 22px;
    font-size: 13px; }
  .b-popup-expert .b-in-loading .b-progress-bar {
    margin-top: 20px; }
  .b-popup-expert .b-in-chat {
    display: none; }
  .b-popup-expert .b-chat {
    float: left;
    width: 485px;
    min-height: 580px;
    position: relative; }
  .b-popup-expert .b-chat .chat-inner {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0; }
  .b-popup-expert .b-in-login,
  .b-popup-expert .r-chat-service-list,
  .b-popup-expert .b-in-recover,
  .b-popup-expert .b-in-register {
    /*  display: none;*/
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: #ffffff;
    padding: 60px 70px 50px 30px;
    width: 230px; }
  .b-popup-expert .b-in-login .input,
  .b-popup-expert .b-in-recover .input,
  .b-popup-expert .b-in-register .input {
    width: 208px; }
  .b-popup-expert .b-in-login .input.value,
  .b-popup-expert .b-in-recover .input.value,
  .b-popup-expert .b-in-register .input.value {
    width: 188px; }
  .b-popup-expert .b-in-login .b-recover-link {
    float: right; }
  .b-popup-expert .b-in-login .text {
    font-size: 13px;
    line-height: 18px; }
  .b-popup-expert .b-in-loading {
    display: none; }
  .b-popup-expert .b-in-thanks {
    display: none; }
    .b-popup-expert .b-in-thanks .title {
      margin-bottom: 10px; }
    .b-popup-expert .b-in-thanks .text {
      margin-bottom: 25px; }
    .b-popup-expert .b-in-thanks .like,
    .b-popup-expert .b-in-thanks .dislike {
      padding-left: 58px;
      cursor: pointer;
      font-size: 13px;
      line-height: 18px;
      display: inline-block; }
    .b-popup-expert .b-in-thanks .like:after,
    .b-popup-expert .b-in-thanks .dislike:after {
      content: "";
      position: absolute;
      left: 30px;
      top: 0px;
      background: url("images/sprite.png?28?2") no-repeat -270px 0;
      width: 22px;
      height: 22px; }
    .b-popup-expert .b-in-thanks .dislike:after {
      background-position: -300px 0; }
    .b-popup-expert .b-in-thanks .like-text {
      margin: 17px 0;
      background: #daf2e3;
      padding: 12px 22px;
      font-size: 13px; }
    .b-popup-expert .b-in-thanks .rec-text {
      float: left;
      margin-right: 20px; }
    .b-popup-expert .b-in-thanks .b-comment {
      margin-top: 20px; }
      .b-popup-expert .b-in-thanks .b-comment .textarea {
        width: 458px;
        height: 36px; }
      .b-popup-expert .b-in-thanks .b-comment .textarea::-moz-placeholder {
        color: #ff7944; }
      .b-popup-expert .b-in-thanks .b-comment .textarea::-webkit-input-placeholder {
        color: #ff7944; }
    .b-popup-expert .b-in-thanks .b-like-comments .recomend {
      float: right;
      margin-top: -7px; }
      @media (max-width: 740px) {
        .b-popup-expert .b-in-thanks .b-like-comments .recomend .recomend {
          float: none;
          margin: -10px 0 15px 0; } }
    .b-popup-expert .b-in-thanks #new-rating table {
      width: 100%;
      table-layout: fixed; }
      .b-popup-expert .b-in-thanks #new-rating table:not(.is_touch) td:hover:after,
      .b-popup-expert .b-in-thanks #new-rating table:not(.is_touch) td.hover:after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="1"] td:nth-child(-n+1):after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="2"] td:nth-child(-n+2):after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="3"] td:nth-child(-n+3):after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="4"] td:nth-child(-n+4):after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="5"] td:nth-child(-n+5):after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="6"] td:nth-child(-n+6):after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="7"] td:nth-child(-n+7):after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="8"] td:nth-child(-n+8):after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="9"] td:nth-child(-n+9):after, .b-popup-expert .b-in-thanks #new-rating table[data-rating="10"] td:nth-child(-n+10):after {
        filter: grayscale(0);
        opacity: 1; }
      .b-popup-expert .b-in-thanks #new-rating table, .b-popup-expert .b-in-thanks #new-rating table td {
        padding: 0;
        border-collapse: collapse; }
      .b-popup-expert .b-in-thanks #new-rating table td {
        height: 100px;
        vertical-align: bottom;
        cursor: pointer; }
        .b-popup-expert .b-in-thanks #new-rating table td:after {
          display: block;
          content: '';
          margin: 0 1px 0 0; }
        .b-popup-expert .b-in-thanks #new-rating table td:after {
          filter: grayscale(100%);
          transition: filter .3s ease-out, opacity .3s ease-out;
          opacity: .3; }
        .b-popup-expert .b-in-thanks #new-rating table td {
          /*           @keyframes bg-column{
                       0%{
                         filter: grayscale(100%);
                         opacity: .3;
                       }
                       10%{
                         filter: grayscale(100%);
                       }
                       90%{
                         filter: grayscale(100%);
                         opacity: .3;
                       }
                       91%{
                         filter: grayscale(0);
                         opacity: 1;
                       }
                       100%{
                         filter: grayscale(0);
                         opacity: 1;
                       }
                     }*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(1):after {
            height: 55px;
            background: #c9432c;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(2):after {
            height: 70px;
            background: #cd512c;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(3):after {
            height: 85px;
            background: #d3652b;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(4):after {
            height: 100px;
            background: #db802b;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(5):after {
            height: 115px;
            background: #e2982b;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(6):after {
            height: 130px;
            background: #e8af2b;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(7):after {
            height: 145px;
            background: #ecbd2b;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(8):after {
            height: 160px;
            background: #d0be32;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(9):after {
            height: 175px;
            background: #a3bf3e;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          .b-popup-expert .b-in-thanks #new-rating table td:nth-child(10):after {
            height: 190px;
            background: #7cc048;
            /*              animation-name: bg-column;
                            animation-duration: 2s;
                            animation-iteration-count: infinite;
                            animation-timing-function: linear;*/ }
          @media (max-width: 740px) {
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(1):after {
              height: 40px; }
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(2):after {
              height: 50px; }
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(3):after {
              height: 60px; }
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(4):after {
              height: 70px; }
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(5):after {
              height: 80px; }
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(6):after {
              height: 90px; }
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(7):after {
              height: 100px; }
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(8):after {
              height: 110px; }
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(9):after {
              height: 120px; }
            .b-popup-expert .b-in-thanks #new-rating table td:nth-child(10):after {
              height: 130px; } }
    .b-popup-expert .b-in-thanks #new-rating .r-anim {
      height: 0;
      position: relative; }
      .b-popup-expert .b-in-thanks #new-rating .r-anim i {
        position: absolute;
        width: 60px;
        height: 95px;
        background: url(images/svg/hand.svg);
          background-size: contain;
          background-repeat: no-repeat;
        top: -32px;
        left: 0; }
        @media (max-width: 740px) {
          .b-popup-expert .b-in-thanks #new-rating .r-anim i {
            width: 38px; } }
    .b-popup-expert .b-in-thanks #new-rating.animate-stop .r-anim {
      display: none; }
    .b-popup-expert .b-in-thanks #new-rating .r-desc {
      padding-top: 15px;
      height: 30px; }
      .b-popup-expert .b-in-thanks #new-rating .r-desc > * {
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: -moz-none;
        -o-user-select: none;
        -ms-user-select: none;
        user-select: none;
        cursor: pointer; }
      .b-popup-expert .b-in-thanks #new-rating .r-desc .r-icon {
        width: 22px;
        height: 22px;
        line-height: 22px;
        display: inline-block;
        vertical-align: middle;
        background: url("images/sprite.png?28") -300px 0 no-repeat; }
      .b-popup-expert .b-in-thanks #new-rating .r-desc .r-bad {
        float: left;
        font-size: 14px; }
      .b-popup-expert .b-in-thanks #new-rating .r-desc .r-good {
        float: right;
        font-size: 14px; }
        .b-popup-expert .b-in-thanks #new-rating .r-desc .r-good .r-icon {
          background-position: -270px 0; }
    .b-popup-expert .b-in-thanks .addthis_inline_share_toolbox .at-share-btn-elements a.at-icon-wrapper {
      -webkit-transform: none;
      transform: none; }

/*# sourceMappingURL=new-main.css.map */
