@charset "UTF-8";
/* */
/*==================================================== Standards ===================================================== */
.dnone {
  display: none !important; }

.bnt-blue {
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #48ccfd;
  background: linear-gradient(to top, #38a7cc, #48ccfd);
  border-bottom: 2px solid #2285b9;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden; }
  .bnt-blue:hover {
    background: #00c4ee;
    background: linear-gradient(to top, #00c4ee, #6ed8ff);
    border-bottom: 2px solid #02aee7; }
    .bnt-blue:hover:before {
      -webkit-box-shadow: inset 0 2px 0px #94e6ff;
      -moz-box-shadow: inset 0 2px 0px #94e6ff;
      box-shadow: inset 0 2px 0px #94e6ff; }
  .bnt-blue:before {
    -webkit-box-shadow: inset 0 2px 0px #61defe;
    -moz-box-shadow: inset 0 2px 0px #61defe;
    box-shadow: inset 0 2px 0px #61defe;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.bnt-dark-blue {
  color: #fff;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #53c1ea;
  background: linear-gradient(to top, #3595c1, #53c1ea);
  border-bottom: 2px solid #206ba8;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
  position: relative;
  overflow: hidden; }
  .bnt-dark-blue:hover {
    background: #00c4ee;
    background: linear-gradient(to top, #00c4ee, #6ed8ff);
    border-bottom: 2px solid #01ace7; }
    .bnt-dark-blue:hover:before {
      -webkit-box-shadow: inset 0 2px 0px #a4ecff;
      -moz-box-shadow: inset 0 2px 0px #a4ecff;
      box-shadow: inset 0 2px 0px #a4ecff; }
  .bnt-dark-blue:before {
    -webkit-box-shadow: inset 0 2px 0px #7be0f5;
    -moz-box-shadow: inset 0 2px 0px #7be0f5;
    box-shadow: inset 0 2px 0px #7be0f5;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.bnt-light-blue {
  color: #3a539b;
  font-size: 14px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  background: #d8e3f0;
  background: linear-gradient(to top, #d8e3f0, #f0f4f9);
  border-bottom: 2px solid #9eaac3;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
  position: relative;
  overflow: hidden; }
  .bnt-light-blue:hover {
    background: #00c4ee;
    background: linear-gradient(to top, #b3ddea, #e1f7fe);
    border-bottom: 2px solid #8eb3bb; }
    .bnt-light-blue:hover:before {
      -webkit-box-shadow: inset 0 2px 0px rgba(255, 255, 255, 0.6);
      -moz-box-shadow: inset 0 2px 0px rgba(255, 255, 255, 0.6);
      box-shadow: inset 0 2px 0px rgba(255, 255, 255, 0.6); }
  .bnt-light-blue:before {
    -webkit-box-shadow: inset 0 2px 0px rgba(255, 255, 255, 0.7);
    -moz-box-shadow: inset 0 2px 0px rgba(255, 255, 255, 0.7);
    box-shadow: inset 0 2px 0px rgba(255, 255, 255, 0.7);
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.link-blue, .alink-blue a {
  color: #003399;
  text-decoration: underline; }
  .link-blue:hover, .alink-blue a:hover {
    color: #0099cc;
    text-decoration: underline; }

.brr {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.itext p {
  padding-bottom: 15px; }
.itext a {
  color: #003399;
  text-decoration: underline; }
  .itext a:hover {
    color: #0099cc;
    text-decoration: underline; }
.itext h2 {
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 15px; }
.itext ul li {
  padding: 0 0 19px 12px;
  position: relative; }
  .itext ul li:before {
    content: "";
    position: absolute;
    background-color: #89a7d3;
    left: 2px;
    top: 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    height: 5px;
    width: 5px; }
.itext ul.ul-no-pointer li:before {
  display: none; }
.itext ol {
  counter-reset: section;
  list-style-type: none; }
  .itext ol li {
    position: relative; }
    .itext ol li:before {
      counter-increment: section;
      content: counters(section,".") ".";
      color: #0099cc;
      position: absolute;
      left: 0; }
    .itext ol li ul li:before {
      content: ""; }
.itext ul ol,
.itext ol ul {
  margin-top: 19px; }
.itext ul ol li:last-child,
.itext ol ul li:last-child {
  padding-bottom: 0; }

.itable {
  background-color: #fff;
  width: 100%; }
  .itable td {
    color: #000;
    border-bottom: 2px solid #e6dfcc;
    padding: 7px 15px;
    font-size: 14px; }
  .itable tr:last-child td {
    border-bottom: 0; }

.header-table td {
  background-color: #e6dfcc;
  color: #766253; }

.border-table-mr {
  border: 2px solid #e6dfcc; }

.idfield {
  background-color: #edf1f6;
  border: 1px solid #cbd9eb;
  color: #000;
  padding: 0 11px;
  width: 100%; }

.ifield, .itextarea {
  background-color: #fff;
  border: 1px solid #5282bd;
  color: #000;
  width: 100%; }
  .ifield:focus, .ifield:active, .itextarea:focus, .itextarea:active {
    border: 2px solid #41bbe6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px; }

.ifield {
  padding: 1px 11px; }
  .ifield:focus, .ifield:active {
    padding: 0 10px !important; }

.itextarea {
  padding: 11px; }
  .itextarea:focus, .itextarea:active {
    padding: 10px !important; }

.error-input .ifield {
  border-color: #cc6666;
  background-color: #f2e7e7; }

.error-input .ifield:-moz-placeholder {
  color: #cc6666; }

.error-input .ifield::-moz-placeholder {
  color: #cc6666; }

.error-input .ifield::-webkit-input-placeholder {
  color: #cc6666; }

/*================================================== and Standards =================================================== */
/* */
/* */
/*==================================================== Media Style =================================================== */
/* */
/*-------- Before 981 ------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 981px) {
  .ifield, .idfield {
    font-size: 14px;
    height: 34px; }

  .itextarea {
    font-size: 14px; }

  .itext {
    line-height: 18px;
    font-size: 14px; }
    .itext ul li:before {
      top: 7px; }
    .itext ol li {
      padding: 0 0 19px 28px; }
      .itext ol li:before {
        font-size: 14px; }

  .f14 {
    font-size: 14px;
    line-height: 17px; }

  .f18 {
    font-size: 18px;
    line-height: 22px; } }
/*-------- Before 981 ------------------------------------------------------------------------------------------------ */
/* */
/*-------- After 980 ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 980px) {
  .ifield, .idfield {
    font-size: 16px;
    height: 46px; }

  .itextarea {
    font-size: 16px; }

  .itext {
    font-size: 16px;
    line-height: 19px; }
    .itext ol li {
      padding: 0 0 19px 32px; }
      .itext ol li:before {
        font-size: 16px; }
    .itext ul li:before {
      top: 8px; }
    .itext h2 {
      font-size: 20px; }

  .f14 {
    font-size: 16px;
    line-height: 19px; }

  .f18 {
    font-size: 20px;
    line-height: 24px; } }
/*---------- After 980 ---------------------------------------------------------------------------------------------- */
/* */
/*================================================== end Media Style ================================================= */
/* */
/*====================================================== Banner ====================================================== */
.info-banner-head,
.item-info-banner {
  height: 40px; }

.info-banner-head {
  clear: both;
  display: block;
  height: 0;
  border-bottom: 1px solid #fff;
  overflow: hidden;
  width: 100%;
  -webkit-transition: all 0.5s linear;
  -moz-transition: all 0.5s linear;
  -o-transition: all 0.5s linear;
  transition: all 0.5s linear; }

.info-banner-head.active {
  min-height: 40px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear; }

.info-banner-head,
.info-banner-head .wh {
  position: relative; }

.bl-cls-top-bn {
  position: absolute;
  right: 2%;
  top: 11px;
  z-index: 2; }

.bl-cls-top-bn .close-bh {
  display: block;
  position: relative; }
  .bl-cls-top-bn .close-bh:before, .bl-cls-top-bn .close-bh:after {
    background-color: #fff; }
  .bl-cls-top-bn .close-bh:hover:before, .bl-cls-top-bn .close-bh:hover:after {
    background-color: #003399; }

.close-bh {
  cursor: pointer;
  height: 15px;
  width: 15px; }
  .close-bh:before, .close-bh:after {
    content: "";
    position: absolute;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear; }
  .close-bh:before {
    left: 0;
    top: 7px;
    height: 2px;
    width: 16px; }
  .close-bh:after {
    left: 7px;
    top: 0;
    height: 16px;
    width: 2px; }
  .close-bh:hover:before, .close-bh:hover:after {
    -moz-transform: rotate(125deg);
    -ms-transform: rotate(125deg);
    -webkit-transform: rotate(125deg);
    -o-transform: rotate(125deg);
    transform: rotate(125deg); }

.item-info-banner {
  background-repeat: no-repeat;
  background-position: center 0;
  color: #fff;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 1; }

.bl-text-banner-hd-01 {
  font-size: 24px;
  float: left;
  padding: 3px 0 0 109px;
  text-align: left;
  width: 237px; }

.bl-text-banner-hd-02 {
  font-size: 18px;
  float: left;
  padding-top: 8px;
  text-align: left;
  width: 400px; }

.bl-text-banner-hd-03 {
  color: #e1ebf7;
  font-size: 18px;
  padding-top: 8px;
  float: left;
  width: 486px; }

/*==================================================== end Banner ==================================================== */
/* */
/* */
/*====================================================== Header ====================================================== */
header {
  background: #d3e4f2;
  background: linear-gradient(to top, #ffffff, #d3e4f2); }

.info-line-head {
  height: 40px; }

.menu-bom {
  float: left;
  padding-top: 13px;
  text-align: center;
  width: 4.6%; }

.item-menu-bom {
  border-top: 2px solid #8ca1c7;
  position: relative;
  height: 20px;
  width: 20px; }
  .item-menu-bom.mlink {
    display: inline-block;
    cursor: pointer; }
  .item-menu-bom:before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    height: 1px;
    width: 20px;
    border-top: 2px solid #8ca1c7; }
  .item-menu-bom.mlink:hover:before, .item-menu-bom.mlink:hover {
    border-top-color: #3cb2dc; }
  .item-menu-bom:after {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    height: 1px;
    width: 20px;
    border-top: 2px solid #8ca1c7; }
  .item-menu-bom.mlink:hover:after {
    border-top-color: #3cb2dc; }

.link-pda-wap {
  float: left;
  width: 10%; }
  .link-pda-wap span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 40px; }
  .link-pda-wap a {
    color: #6e83a9;
    background-color: #ffffff;
    padding: 3px 7px;
    margin-right: 11%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    border-radius: 4px;
    text-transform: uppercase; }
    .link-pda-wap a:hover {
      background-color: #57acd7;
      color: #fff; }

.tel-number-head {
  float: left;
  width: 42.6%; }

.cnt-center-tnh {
  float: left;
  padding-right: 4%; }
  .cnt-center-tnh span {
    display: table-cell;
    vertical-align: middle;
    height: 40px; }
  .cnt-center-tnh strong {
    font-size: 18px;
    font-weight: normal; }

.tel-number-region-head {
  display: none;
  background: url(../i/svg/icon-telephone-1024.svg) 0 center no-repeat;
  padding-left: 33px;
  float: left;
  width: 30%; }

doesnotexist:-o-prefocus, .tel-number-region-head {
  background-image: url(../i/icon-png/icon-telephone-1024.png); }

.btn-town-selection {
  margin-left: 12px;
  border-bottom: 1px dashed #86c9e6;
  line-height: 14px;
  font-size: 14px; }
  .btn-town-selection:hover {
    color: #0099cc;
    border-bottom: none; }

.messenger {
  float: left;
  width: 26%; }
  .messenger a {
    float: left;
    padding: 2px 0 2px 24px; }
    .messenger a:hover {
      color: #0099cc; }

.cnt-center-mes {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  height: 40px; }

.mes-skype a {
  margin-right: 23px;
  background: url(../i/svg/icon-skype.svg) 0 center no-repeat; }
  .mes-skype a:hover {
    background: url(../i/svg/icon-skype-hover.svg) 0 center no-repeat; }

.mes-icq a {
  background: url(../i/svg/icon-icq.svg) 0 center no-repeat; }
  .mes-icq a:hover {
    background: url(../i/svg/icon-icq-hover.svg) 0 center no-repeat; }

/*------ Personal User ----------------------------------------------------------------------------------------------- */
.personal-user-link {
  float: right;
  position: relative; }
  .personal-user-link .wrap-skill-link {
    display: none; }
  .personal-user-link.active .wrap-skill-link {
    display: block; }
  .personal-user-link.active .btn-pul {
    position: relative;
    background-color: #57acd7;
    background-image: url(../i/svg/icon-lock-hover.svg);
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
    .personal-user-link.active .btn-pul:before {
      position: absolute;
      content: "";
      left: 0;
      bottom: -1px;
      height: 2px;
      width: 100%;
      background-color: #57acd7;
      z-index: 99999999; }
  .personal-user-link.active .btn-pul i {
    color: #fff;
    border-bottom: #57acd7; }
  .personal-user-link.user-enter .btn-pul {
    background-color: #57acd7;
    background-image: url(../i/svg/white-people.svg); }
    .personal-user-link.user-enter .btn-pul i {
      color: #fff; }

doesnotexist:-o-prefocus, .personal-user-link.user-enter .btn-pul {
  background-image: url(../i/icon-png/white-people.png); }

doesnotexist:-o-prefocus, .personal-user-link.active .btn-pul {
  background-image: url(../i/icon-png/icon-lock-hover.png); }

.wrap-skill-link {
  background-color: #ecf3f8;
  position: absolute;
  top: 40px;
  z-index: 9999999; }
  .wrap-skill-link .skill-link-item a {
    color: #003399;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; }
    .wrap-skill-link .skill-link-item a:hover {
      background-color: #3a539b;
      color: #fff; }

.btn-pul {
  color: #003399;
  float: right;
  background: url(../i/svg/icon-lock.svg) 28px 10px no-repeat;
  padding: 0 15px 0 50px; }
  .btn-pul span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 40px; }
  .btn-pul i {
    border-bottom: 1px dashed #86c9e6;
    font-style: normal;
    line-height: 16px;
    font-size: 14px; }

doesnotexist:-o-prefocus, .btn-pul {
  background-image: url(../i/icon-png/icon-lock.png); }

doesnotexist:-o-prefocus, .personal-user-link.active .btn-pul {
  background-image: url(../i/icon-png/icon-lock-hover.png); }

/*-- From 640 -------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 641px) {
  .wrap-skill-link {
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    -ms-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px;
    border: 1px solid #b8c1d9;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 9px 0 6px;
    right: 0;
    width: 268px; }
    .wrap-skill-link .skill-link-item a {
      font-size: 14px;
      padding: 10px 18px 13px; }

  .close-menu-pu-bm {
    display: none; }

  .main-menu-link.active {
    background-color: rgba(173, 208, 255, 0.42); }

  .mm-submenu .active {
    background-color: #3a539b;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px; } }
/*-- end From 640 ---------------------------------------------------------------------------------------------------- */
/* */
/*-- Before 640 ------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  .personal-user-link.active {
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 9999; }
    .personal-user-link.active .btn-pul {
      padding-right: 20px;
      background-position: 20px center;
      padding-left: 42px; }

  .wrap-skill-link {
    padding-top: 20px;
    width: 100%; }
    .wrap-skill-link a {
      padding: 16px 15px 19px 36px;
      font-size: 16px; }

  .close-menu-pu-bm {
    background-color: #c2d6e6;
    color: #5282bd;
    font-size: 16px;
    padding-left: 20px;
    position: relative;
    margin-top: 37px; }
    .close-menu-pu-bm p {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 102px; }

  .bl-cmup {
    position: absolute;
    right: 20px;
    top: 45px; }
    .bl-cmup.close-bh:before, .bl-cmup.close-bh:after {
      background-color: #5282bd; }
    .bl-cmup.close-bh:hover:before, .bl-cmup.close-bh:hover:after {
      background-color: #003399; } }
/*-- end Before 640 -------------------------------------------------------------------------------------------------- */
/* */
/*------ end Personal User ------------------------------------------------------------------------------------------- */
.main-link-head {
  border-top: 1px solid #bdcde6;
  height: 84px; }

.logo {
  float: left;
  padding-top: 16px;
  min-width: 235px;
  width: 24.6%; }
  .logo a {
    float: left;
    margin-left: 16px; }
  .logo p {
    color: #0099cc;
    clear: both;
    padding-top: 4px;
    margin-left: 16px; }

.submenu-thrls {
  display: none;
  background-color: #ecf3f8;
  border: 1px solid #b8c1d9;
  border-top: 0;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 0 5px 5px 5px;
  -moz-border-radius: 0 5px 5px 5px;
  -ms-border-radius: 0 5px 5px 5px;
  border-radius: 0 5px 5px 5px;
  position: absolute;
  padding: 9px 0 6px;
  left: -1px;
  top: 75px;
  width: 255px;
  z-index: 9999999; }

.three-link-score {
  float: left;
  padding: 15px 7px 5px 12px;
  position: relative;
  width: 17.1%; }
  .three-link-score.show-sm {
    border: 1px solid rgba(211, 228, 242, 0);
    border-bottom: 0; }
    .three-link-score.show-sm.active {
      background-color: #ecf3f8;
      border: 1px solid #b8c1d9;
      border-bottom: 0;
      cursor: pointer;
      -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }
  .three-link-score .item-lnsc {
    color: #0099cc;
    display: block;
    font-size: 14px;
    line-height: 16px;
    width: 100%; }
    .three-link-score .item-lnsc:hover {
      color: #003399; }
  .three-link-score.active {
    z-index: 9999999; }
  .three-link-score.active .submenu-thrls {
    display: block; }
  .three-link-score.active:before {
    position: absolute;
    content: "";
    background-color: #ecf3f8;
    left: 0;
    bottom: -1px;
    height: 5px;
    width: 100%;
    z-index: 99999991; }

.item-thrls a {
  color: #003399;
  display: block;
  font-size: 14px;
  padding: 10px 18px 13px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .item-thrls a:hover {
    background-color: #3a539b;
    color: #fff; }

.name-score {
  overflow: hidden;
  padding-left: 6px; }
  .name-score span {
    display: table-cell;
    vertical-align: middle;
    height: 55px; }

.sstn-ar {
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  height: 55px;
  width: 55px; }

.ibook {
  background: url(../i/svg/icon-book.svg) center center no-repeat; }

.ipurse {
  background: url(../i/svg/icon-purse.svg) center center no-repeat; }

.iarrow {
  background: url(../i/svg/icon-arrow.svg) center center no-repeat; }

.three-link-score.active .iarrow {
  background-image: url(../i/svg/arrow-download.svg); }

doesnotexist:-o-prefocus, .ibook {
  background-image: url(../i/icon-png/icon-book.png); }

doesnotexist:-o-prefocus, .ipurse {
  background-image: url(../i/icon-png/icon-purse.png); }

doesnotexist:-o-prefocus, .iarrow {
  background-image: url(../i/icon-png/icon-arrow.png); }

doesnotexist:-o-prefocus, .three-link-score.active .iarrow {
  background-image: url(../i/icon-png/arrow-download.png); }

.other-ar {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  border: 2px solid #aab9d6; }

.three-link-score.active .other-ar {
  border-color: #57acd7;
  background-color: #57acd7; }

.intool {
  float: right;
  padding: 23px 15px 0 0; }

.intool-user-enter {
  float: right;
  padding-right: 15px;
  min-width: 215px;
  max-width: 258px;
  width: 23%; }

.link-registration {
  color: #003399;
  background-color: #fff;
  font-size: 14px;
  float: right;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.35);
  border-bottom: 2px solid #acb9d5;
  margin-right: 30px; }
  .link-registration:hover {
    color: #0099cc; }
  .link-registration span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 38px;
    width: 127px; }

.link-enter {
  float: right; }
  .link-enter span {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 38px;
    width: 83px; }

.link-exit {
  float: right;
  padding-top: 23px; }
  .link-exit a {
    display: block; }
  .link-exit span {
    background: url(../i/svg/user-enter.svg) center center no-repeat;
    display: block;
    height: 38px;
    width: 47px; }

doesnotexist:-o-prefocus, .link-exit span {
  background-image: url(../i/icon-png/user-enter.png); }

.name-user-enter {
  font-size: 14px;
  padding-right: 5px; }
  .name-user-enter span {
    display: table-cell;
    vertical-align: middle;
    height: 84px; }
  .name-user-enter a {
    color: #003399;
    display: block; }
    .name-user-enter a:hover {
      color: #0099cc; }
  .name-user-enter i {
    color: #62708c;
    display: block;
    padding-top: 3px;
    font-style: normal;
    width: 100%; }

/*------ Main Menu --------------------------------------------------------------------------------------------------- */
.mm-li i {
  font-style: normal; }

/*-- From 980 -------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 981px) {
  .open-main-mbmenu,
  .three-btn-menu-gr {
    display: none; }

  .menu-pc-head {
    clear: both;
    margin-top: 6px; }

  .wrapper-main-menu {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    background: #5480c4;
    background: linear-gradient(to top, #435fa5, #5480c4);
    border-bottom: 2px solid #2e4187;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.25);
    position: relative;
    height: 48px; }
    .wrapper-main-menu:before {
      position: absolute;
      content: "";
      -webkit-box-shadow: inset 0 2px 0px #68a0d2;
      -moz-box-shadow: inset 0 2px 0px #68a0d2;
      box-shadow: inset 0 2px 0px #68a0d2;
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }

  .mm-li {
    float: left;
    display: inline-block;
    position: relative; }
    .mm-li.section-active .main-menu-link {
      background-color: rgba(173, 208, 255, 0.42) !important; }
    .mm-li:hover .mm-submenu, .mm-li.active .mm-submenu {
      display: block; }
    .mm-li.mtwo.section-active:hover .main-menu-link {
      background: none !important; }

  .main-menu-link {
    color: #fff;
    display: block;
    font-size: 14px;
    text-align: center;
    position: relative;
    z-index: 99999; }
    .main-menu-link:hover {
      background-color: rgba(173, 208, 255, 0.42); }
    .main-menu-link span {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 48px;
      cursor: pointer;
      width: 1%; }

  .mm-li.mtwo:hover .main-menu-link:before,
  .mm-li.active .main-menu-link:before {
    content: "";
    position: absolute;
    background-color: #52a3cc;
    background: linear-gradient(to top, #52a3cc 40%, #83c8de);
    left: 0;
    top: -6px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    height: 52px;
    width: 100%;
    z-index: -1; }
  .mm-li.mtwo:hover .main-menu-link:after,
  .mm-li.active .main-menu-link:after {
    content: "";
    position: absolute;
    background-color: #52a3cc;
    left: 0;
    bottom: -4px;
    height: 10px;
    width: 100%;
    z-index: 6; }

  .mm-submenu {
    display: none;
    background-color: #52a3cc;
    position: absolute;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -ms-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    left: 0;
    top: 48px;
    width: 258px;
    z-index: 9999; }
    .mm-submenu a {
      display: block;
      color: #fff;
      font-size: 14px;
      padding: 10px 18px 13px; }
      .mm-submenu a:hover {
        background-color: #3a539b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }

  .tt-submenu li a {
    padding-left: 40px; }

  .main-menu .mtwo:last-child .mm-submenu {
    left: inherit;
    right: 0;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    -ms-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px; } }
/*-- end From 980 ---------------------------------------------------------------------------------------------------- */
/* */
/*-- From 1240 ------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1240px) and (min-width: 641px) {
  .mm-li i {
    clear: both;
    display: block; } }
/*-- end From 1240 --------------------------------------------------------------------------------------------------- */
/* */
/*-- From 768 -------------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 980px) and (min-width: 641px) {
  .open-main-mbmenu,
  .three-btn-menu-gr {
    display: none; }

  .menu-pc-head {
    clear: both;
    margin-top: 6px; }

  .wrapper-main-menu {
    height: 132px; }

  .mm-li {
    background: #5480c4;
    background: linear-gradient(to top, #435fa5, #5480c4);
    border-top: 2px solid #78ace1;
    border-right: 1px solid #78ace1;
    float: left;
    position: relative;
    width: 25%; }
    .mm-li:first-child {
      -webkit-border-radius: 5px 0 0 0;
      -moz-border-radius: 5px 0 0 0;
      -ms-border-radius: 5px 0 0 0;
      border-radius: 5px 0 0 0; }
    .mm-li:nth-child(4) {
      border-right: 0;
      -webkit-border-radius: 0 5px 0 0;
      -moz-border-radius: 0 5px 0 0;
      -ms-border-radius: 0 5px 0 0;
      border-radius: 0 5px 0 0; }
    .mm-li:nth-child(5) {
      -webkit-border-radius: 0 0 0 5px;
      -moz-border-radius: 0 0 0 5px;
      -ms-border-radius: 0 0 0 5px;
      border-radius: 0 0 0 5px; }
    .mm-li:last-child {
      border-right: 0;
      -webkit-border-radius: 0 0 5px 0;
      -moz-border-radius: 0 0 5px 0;
      -ms-border-radius: 0 0 5px 0;
      border-radius: 0 0 5px 0; }
    .mm-li.section-active .main-menu-link {
      background-color: rgba(173, 208, 255, 0.42) !important; }
    .mm-li.mtwo.section-active:hover .main-menu-link {
      background: none !important; }

  .main-menu-link {
    display: block;
    color: #fff;
    font-size: 16px;
    position: relative;
    text-align: center;
    z-index: 999999; }
    .main-menu-link:hover {
      background-color: rgba(173, 208, 255, 0.42); }
    .main-menu-link span {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 64px;
      cursor: pointer;
      width: 1%; }

  .mm-li.section-active .main-menu-link:before {
    content: "";
    position: absolute;
    background-color: #52a3cc;
    background: linear-gradient(to top, #52a3cc 40%, #83c8de);
    left: 0;
    top: -8px;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -ms-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    height: 70px;
    width: 100%;
    z-index: -1; }
  .mm-li.section-active .main-menu-link:after {
    content: "";
    position: absolute;
    background-color: #52a3cc;
    left: 0;
    bottom: -4px;
    height: 10px;
    width: 100%;
    z-index: 6; }

  .mm-submenu {
    display: none;
    background-color: #52a3cc;
    position: absolute;
    -webkit-border-radius: 0 5px 5px 5px;
    -moz-border-radius: 0 5px 5px 5px;
    -ms-border-radius: 0 5px 5px 5px;
    border-radius: 0 5px 5px 5px;
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    padding: 10px 0;
    left: 0;
    top: 66px;
    width: 258px;
    z-index: 99999; }
    .mm-submenu a {
      display: block;
      color: #fff;
      font-size: 14px;
      padding: 10px 18px 13px; }
      .mm-submenu a:hover {
        background-color: #3a539b;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        border-radius: 5px; }

  .tt-submenu li a {
    padding-left: 40px; }

  .main-menu .mm-li:nth-child(5) .main-menu-link,
  .main-menu .mm-li:nth-child(6) .main-menu-link,
  .main-menu .mm-li:nth-child(7) .main-menu-link,
  .main-menu .mm-li:nth-child(8) .main-menu-link {
    z-index: 9999; }
  .main-menu .mm-li:nth-child(5) .mm-submenu,
  .main-menu .mm-li:nth-child(6) .mm-submenu,
  .main-menu .mm-li:nth-child(7) .mm-submenu,
  .main-menu .mm-li:nth-child(8) .mm-submenu {
    top: 64px;
    z-index: 999; }

  .main-menu .mtwo:last-child .mm-submenu {
    left: inherit;
    right: 0;
    -webkit-border-radius: 5px 0 5px 5px;
    -moz-border-radius: 5px 0 5px 5px;
    -ms-border-radius: 5px 0 5px 5px;
    border-radius: 5px 0 5px 5px; } }
/*-- end From 768 --------------------------------------------------------------------------------------------------- */
/* */
/*-- Before 640 ------------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  .menu-mb-head {
    height: 66px;
    position: relative; }

  .menu-mb-head,
  .wrapper-main-menu {
    background-color: #5485c2;
    z-index: 999; }

  .open-main-mbmenu {
    color: #c3f0ff;
    position: relative;
    font-size: 0;
    float: left;
    width: 105px; }

  .name-mbl-menu {
    overflow: hidden; }
    .name-mbl-menu i {
      font-style: normal;
      font-size: 16px;
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 66px; }

  .three-line-m,
  .three-line-m:before,
  .three-line-m:after {
    border-top: 3px solid #fff;
    width: 31px; }

  .three-line-m:before,
  .three-line-m:after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px; }

  .three-line-m:before {
    top: 6px; }

  .three-line-m:after {
    top: 15px; }

  .open-main-mbmenu.active .three-line-m {
    border-top: 1px solid #5485c2; }
    .open-main-mbmenu.active .three-line-m:before {
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 7px; }
    .open-main-mbmenu.active .three-line-m:after {
      -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg);
      top: 7px; }

  .open-main-mbmenu .three-line-m {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear; }
    .open-main-mbmenu .three-line-m:before, .open-main-mbmenu .three-line-m:after {
      -webkit-transition: all 0.3s linear;
      -moz-transition: all 0.3s linear;
      -o-transition: all 0.3s linear;
      transition: all 0.3s linear; }

  .three-line-m {
    position: relative;
    float: left;
    margin: 22px 20px 0 0; }

  .wrapper-main-menu {
    display: none;
    border-top: 1px solid #4976ba;
    position: absolute;
    padding-bottom: 7px;
    top: 66px;
    left: 0;
    width: 100%; }

  .mm-li {
    padding: 0;
    width: 100%; }
    .mm-li a {
      display: block;
      float: left;
      font-size: 16px;
      color: #fff;
      padding: 12px 0 12px 20px;
      width: 100%; }
    .mm-li:hover {
      background-color: #3cb2dc; }

  .mm-li.active {
    background-color: #6eb6e0; }
    .mm-li.active a:hover {
      background-color: #3a539b; }
    .mm-li.active .main-menu-link:before {
      background-image: url(../i/svg/arrow-menu-mb-white.svg); }

  .mm-li .main-menu-link {
    position: relative; }
    .mm-li .main-menu-link.active {
      background-color: #3cb2dc; }
    .mm-li .main-menu-link:before {
      content: "";
      background: url(../i/svg/arrow-menu-mb.svg) center center no-repeat;
      position: absolute;
      right: 25px;
      top: 50%;
      margin-top: -10px;
      height: 20px;
      width: 20px; }

  doesnotexist:-o-prefocus, .mm-li .main-menu-link:before {
    background-image: url(../i/icon-png/arrow-menu-mb.png); }

  doesnotexist:-o-prefocus, .mm-li.active .main-menu-link:before {
    background-image: url(../i/icon-png/arrow-menu-mb-white.png); }

  .mm-submenu {
    display: none; }
    .mm-submenu a {
      padding-left: 40px; }
      .mm-submenu a.active {
        background-color: #3a539b; }

  .tt-submenu li a {
    padding-left: 60px; }

  .three-btn-menu-gr {
    padding-top: 6px;
    float: right; }

  .blue-rd {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    float: left;
    margin-left: 17px;
    height: 54px;
    width: 54px; }

  .m-ibook {
    background: #5e98d3 url(../i/svg/icon-book-white.svg) center center no-repeat; }

  doesnotexist:-o-prefocus, .m-ibook {
    background-image: url(../i/icon-png/icon-book-white.png); }

  .m-ipurse {
    background: #5e98d3 url(../i/svg/icon-purse-white.svg) center center no-repeat; }

  doesnotexist:-o-prefocus, .m-ipurse {
    background-image: url(../i/icon-png/icon-purse-white.png); }

  .m-iarrow {
    background: #5e98d3 url(../i/svg/icon-arrow-white.svg) center center no-repeat; }

  doesnotexist:-o-prefocus, .m-iarrow {
    background-image: url(../i/icon-png/icon-arrow-white.png); } }
/*-- Before 640 ------------------------------------------------------------------------------------------------------ */
/* */
/*------ end Main Menu ----------------------------------------------------------------------------------------------- */
/* */
/*=================================================== end header ===================================================== */
/* */
/* */
/*=================================================== Section =========================================================* */
.secondary {
  padding-top: 30px; }

/*------ List News --------------------------------------------------------------------------------------------------- */
.left-column-m {
  float: left;
  margin-right: 30px;
  width: 269px; }

.bl-informer {
  padding-bottom: 30px; }

.bl-news-fm {
  margin-bottom: 2px; }

.title-blnm {
  color: #c14e4e;
  display: block;
  font-size: 18px;
  line-height: 20px;
  padding: 0 10px 0 37px;
  position: relative; }
  .title-blnm:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 8px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 7px 7px 0 7px;
    border-color: #c14e4e transparent transparent transparent; }

.bl-news-cm {
  padding-top: 24px; }
  .bl-news-cm.noactive {
    padding-top: 0; }

.noactive .title-blnm {
  color: #fff;
  background-color: #cc6666;
  line-height: 19px;
  padding-left: 34px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .noactive .title-blnm:hover {
    background-color: #3cb2dc; }
  .noactive .title-blnm:before {
    content: "";
    position: absolute;
    left: 15px;
    top: 14px;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 7px 0 7px 7px;
    border-color: transparent transparent transparent #fff; }
  .noactive .title-blnm span {
    display: table-cell;
    vertical-align: middle;
    height: 40px; }

.list-topic {
  display: block;
  margin-top: 7px; }
  .list-topic a, .list-topic div.a {
    display: block;
    font-size: 14px;
    padding: 7px 15px 9px; }
    .list-topic a:hover {
      background-color: #3cb2dc;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
      .list-topic a:hover span {
        color: #99e0ff; }
      .list-topic a:hover u {
        color: #fff; }
    .list-topic a span, .list-topic div.a span {
      color: #62708c;
      line-height: 17px;
      display: block; }
    .list-topic a u,.list-topic div.a u {
      color: #003399;
      line-height: 16px;
      text-decoration: underline; }

.rar-link-blnm {
  display: block;
  background-color: #f1eadb;
  padding: 9px 15px 0;
  margin: 4px 0 0; }
  .rar-link-blnm a {
    color: #c14e4e;
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline; }
    .rar-link-blnm a:hover {
      color: #003399; }
  .rar-link-blnm p {
    margin-bottom: 12px; }

.noactive .list-topic,
.noactive .rar-link-blnm {
  display: none; }

/*------ end List News ----------------------------------------------------------------------------------------------- */
/* */
/*------ Exchange Rates ---------------------------------------------------------------------------------------------- */
.nmtt {
  color: #fff;
  font-size: 18px;
  padding-left: 15px; }
  .nmtt span {
    height: 40px; }

.title-ber {
  background-color: #6f7eb6; }

.name-row-ber {
  color: #fff;
  background-color: #9bb0d8; }

.table-ber {
  clear: both;
  overflow: hidden; }
  .table-ber div {
    float: left;
    position: relative; }
    .table-ber div span {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 28px;
      width: 89px; }

.list-row-ber {
  border: 1px solid #9bb0d8;
  border-top: 0; }

.list-row-ber .table-ber:nth-child(2n) {
  background-color: #d2e0f3; }

.list-row-ber .table-ber div:first-child:before,
.list-row-ber .table-ber div:nth-child(2n):before {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  height: 100%;
  width: 1px;
  border-right: 1px solid #d2e0f3; }

.list-row-ber .table-ber div:first-child span {
  text-align: left !important; }

.n-arrow,
.u-arrow,
.d-arrow {
  display: block;
  font-style: normal;
  padding-left: 24px;
  width: 100%; }

.u-arrow {
  background: url(../i/svg/arrow-up.svg) 5px center no-repeat; }

.d-arrow {
  background: url(../i/svg/arrow-down.svg) 5px center no-repeat; }

.post-online-ber {
  padding: 6px 0 18px 15px; }

.post-online-ber .link-blue {
  line-height: 16px; }

/*------ end Exchange Rates ------------------------------------------------------------------------------------------ */
/* */
/*------ Currency Graph ---------------------------------------------------------------------------------------------- */
.title-cug {
  background-color: #5ac2c0;
  height: 40px; }

.graph-cug {
  border: 1px solid #5ac2c0;
  border-top: 0;
  min-height: 172px;
  width: 100%; }

/*------ end Currency Graph ------------------------------------------------------------------------------------------ */
/* */
/*------ Open Lots --------------------------------------------------------------------------------------------------- */
.title-bol {
  background-color: #517fb7; }

.name-row-bol {
  color: #4b77b2;
  clear: both;
  overflow: hidden;
  background-color: #c2d6e6; }
  .name-row-bol div {
    float: left;
    text-align: center; }
  .name-row-bol div:nth-child(2) {
    font-weight: bold; }

.name-row-bol span {
  display: inline-table; }
.name-row-bol i {
  font-style: normal;
  display: table-cell;
  vertical-align: middle; }

.blm-open-lots .graphics-bol {
  border: 2px solid #c2d6e6;
  border-top: 0; }

.table-bol {
  clear: both;
  overflow: hidden;
  border-bottom: 2px solid #c2d6e6; }
  .table-bol div {
    float: left; }

.name-grh-bol {
  text-align: center; }
  .name-grh-bol span {
    display: inline-table; }
  .name-grh-bol i {
    font-style: normal;
    display: table-cell;
    vertical-align: middle;
    height: 26px; }

.bgred-cbol span,
.bgblue-cbol span {
  height: 26px; }

.bgred-cbol span {
  background-color: #cc6666;
  float: right; }

.bgblue-cbol span {
  background-color: #57acd7;
  float: left; }

.nopercent-grh {
  border-left: 2px solid #c2d6e6; }

/*------ end Open Lots ----------------------------------------------------------------------------------------------- */
/* */
/*------ Control Table Bol ------------------------------------------------------------------------------------------- */
.par-table-bol .rlblock {
  width: 35%; }

.par-table-bol .cnblock {
  width: 30%; }

.par-table-bol .name-row-bol i {
  height: 28px; }

.btn-open-contest-account {
  background-color: #c2d6e6;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 4px 0 10px 0;
  text-align: center; }
  .btn-open-contest-account .bnt-dark-blue {
    display: inline-table;
    width: 240px; }
  .btn-open-contest-account .sbl,
  .btn-open-contest-account .bnt-blue {
    height: 40px; }

.icon-cup {
  background: url(../i/svg/icon-cup.svg) 0 1px no-repeat;
  font-style: normal;
  padding-left: 24px; }

doesnotexist:-o-prefocus, .icon-cup {
  background-image: url(../i/icon-png/icon-cup.png); }

.blm-link-other {
  border: 1px solid #e6dfcc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 10px 10px 7px 15px;
  margin-top: 20px; }
  .blm-link-other p {
    padding-bottom: 5px; }
  .blm-link-other a {
    color: #62708c;
    text-decoration: underline; }
    .blm-link-other a:hover {
      color: #0099cc;
      text-decoration: underline; }

/*-------- end Open Lots --------------------------------------------------------------------------------------------- */
/*---------- Right Column -------------------------------------------------------------------------------------------- */
/* */
/*---------- Center Column ------------------------------------------------------------------------------------------- */
.center-column-m {
  float: left;
  width: 471px; }

/*------ Banner Main ------------------------------------------------------------------------------------------------- */
.blm-banner-main {
  background: url(../i/bgc-banner.jpg) 0 0 no-repeat;
  background-size: cover;
  padding-left: 7px;
  margin-bottom: 30px;
  min-height: 175px;
  width: 100%; }

.l-area {
  background: url(../i/svg/hands.svg) center 13px no-repeat;
  -webkit-background-size: 84px 56px;
  background-size: 84px 56px;
  padding-top: 80px;
  float: left;
  text-align: center;
  width: 28%; }
  .l-area span {
    display: block; }
  .l-area a {
    color: #000; }
    .l-area a:hover {
      color: #fff; }
    .l-area a i {
      font-style: normal; }

doesnotexist:-o-prefocus, .l-area {
  background-image: url(../i/hands.png); }

.tt-l-area {
  font-size: 22px;
  line-height: 25px; }

.info-l-area {
  color: #fff;
  font-size: 14px;
  line-height: 17px;
  padding: 17px 10px 0 10px; }

.c-area {
  background: url(../i/percent-30.png) center center no-repeat;
  -webkit-background-size: 135px 135px;
  background-size: 135px 135px;
  float: left;
  text-align: center;
  height: 175px;
  min-width: 135px;
  width: 30%; }

.clock-action {
  padding-top: 20px; }

.number-clock {
  color: #536e8a;
  display: inline-table;
  margin-right: 6px;
  position: relative; }
  .number-clock:before {
    color: #51afb7;
    position: absolute;
    content: ":";
    right: -5px;
    top: 6px;
    height: 10px;
    width: 3px; }
  .number-clock:last-child:before {
    content: ""; }
  .number-clock span {
    color: #000;
    background-color: #fff;
    display: block;
    font-size: 18px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 28px;
    width: 33px; }
  .number-clock i {
    font-size: 10px;
    font-style: normal;
    display: block; }

.r-area {
  float: right;
  text-align: center;
  width: 42%; }

.date-r-area {
  padding-top: 15px; }
  .date-r-area span {
    display: block;
    font-size: 18px;
    line-height: 20px;
    padding-bottom: 3px; }

.additionally-r-area {
  color: #536e8a;
  line-height: 16px;
  padding: 20px 10% 0; }
  .additionally-r-area a {
    color: #536e8a; }
    .additionally-r-area a:hover {
      color: #fff; }

/*------ end Banner Main --------------------------------------------------------------------------------------------- */
/* */
/*------ Competition ------------------------------------------------------------------------------------------------- */
.blm-competition {
  background-color: #f2eee4;
  border: 1px solid #c4b897;
  padding: 24px 15px;
  position: relative;
  margin-bottom: 30px; }

.bl-cm-reward {
  position: absolute;
  right: 0;
  top: 24px;
  text-align: center;
  width: 42%; }

.img-bcr {
  height: 192px;
  background: url(../i/reward-bg.png) center 0 no-repeat;
  -webkit-background-size: 185px 182px;
  background-size: 185px 182px;
  width: 100%; }

.cost-bcr {
  font-size: 14px;
  color: #c14e4e; }
  .cost-bcr span {
    display: block;
    font-size: 24px;
    padding-bottom: 1px; }

.content-cm {
  float: left;
  padding-right: 1%;
  width: 57%; }
  .content-cm p {
    font-size: 14px;
    line-height: 16px;
    padding-top: 15px; }

.title-ccm {
  color: #3a539b;
  font-size: 22px;
  line-height: 26px; }

.btn-occ-cm {
  float: left;
  padding: 15px 0 10px 0;
  text-align: center; }
  .btn-occ-cm .bnt-dark-blue {
    display: inline-table;
    width: 240px; }
  .btn-occ-cm .sbl,
  .btn-occ-cm .bnt-blue {
    height: 40px; }

.two-link-cm {
  clear: both; }
  .two-link-cm p {
    padding-top: 11px; }
  .two-link-cm a {
    color: #003399;
    font-size: 14px;
    text-decoration: underline; }
    .two-link-cm a:hover {
      color: #0099cc;
      text-decoration: none; }

/*------ end Competition --------------------------------------------------------------------------------------------- */
/* */
/*------ Mobile Forex ------------------------------------------------------------------------------------------------ */
.blm-mobile-forex {
  display: none;
  background-color: #5485c2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px;
  padding: 15px; }

.rrbg {
  position: relative;
  z-index: 2; }
  .rrbg:before {
    background: url(../i/bg-block-download-soft.jpg) 0 10px no-repeat;
    -webkit-background-size: 425px 192px;
    background-size: 425px 192px;
    content: "";
    position: absolute;
    left: -15px;
    top: 0;
    height: 192px;
    width: 425px;
    z-index: -1; }

.title-bf {
  color: #ccffff;
  font-size: 18px;
  line-height: 22px;
  border-bottom: 1px solid #4970b0;
  padding: 3px 0 19px 0; }

.info-mob-forex {
  color: #fff;
  float: left;
  padding-bottom: 23px;
  width: 65%; }

.bl-name-hint {
  display: block;
  padding: 20px 0 0 172px;
  height: 226px;
  width: 100%; }

.title-nhi {
  display: block;
  font-size: 22px;
  padding-bottom: 26px; }

.info-hint {
  clear: both;
  background-color: #5ac2c1;
  font-size: 14px;
  position: relative;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  padding: 11px 13px 12px;
  width: 80%; }
  .info-hint:before {
    position: absolute;
    content: "";
    left: 17px;
    bottom: -11px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 11px 10.5px 0 10.5px;
    border-color: #5ac2c1 transparent transparent transparent; }

.info-text-soft-mobile {
  font-size: 14px; }
  .info-text-soft-mobile p {
    padding-bottom: 18px; }
    .info-text-soft-mobile p:last-child {
      padding-bottom: 0; }

.title-dmf {
  background: url(../i/svg/arrow-download.svg) 0 2px no-repeat;
  background-size: 21px;
  padding: 4px 0 20px 32px;
  margin: 14px 0 0; }

doesnotexist:-o-prefocus, .title-dmf {
  background-image: url(../i/icon-png/arrow-download.png); }

.download-mob-forex {
  color: #fff;
  font-size: 14px;
  float: left;
  padding-bottom: 5px;
  margin-left: 7%;
  width: 28%; }

.link-soft-download-mob li {
  padding-bottom: 20px; }
  .link-soft-download-mob li a {
    color: #fff;
    font-size: 14px;
    text-decoration: underline; }
    .link-soft-download-mob li a:hover {
      text-decoration: none; }

.two-link-msoft {
  border-top: 1px solid #4970b0;
  padding-top: 15px;
  text-align: left; }

.link-msoft-item-ds,
.link-msoft-item-web {
  color: #fff;
  float: left;
  font-size: 18px;
  padding: 7px 18px 8px 48px; }

.link-msoft-item-ds {
  margin-right: 20px;
  background: #3a539b url(../i/svg/icon-pc.svg) 13px center no-repeat; }

.link-msoft-item-web {
  background: #3a539b url(../i/svg/icon-globe.svg) 13px center no-repeat; }

.link-msoft-item-ds:hover,
.link-msoft-item-web:hover {
  background-color: #5ac2c1; }

doesnotexist:-o-prefocus, .link-msoft-item-ds {
  background-image: url(../i/icon-png/icon-pc.png); }

doesnotexist:-o-prefocus, .link-msoft-item-web {
  background-image: url(../i/icon-png/icon-globe.png); }

/*------ end Mobile Forex -------------------------------------------------------------------------------------------- */
/* */
/*------ Info Company ------------------------------------------------------------------------------------------------ */
.blm-info-company {
  margin-bottom: 30px; }

.name-tab-ic li {
  background-color: #6f7eb6;
  border-bottom: 1px solid #fff;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  padding: 0 17px;
  margin-right: 5px;
  float: left;
  position: relative;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  text-align: center; }
  .name-tab-ic li:last-child {
    margin-right: 0; }
  .name-tab-ic li.active, .name-tab-ic li:hover {
    background-color: #57acd7;
    border-bottom: 1px solid #57acd7; }
  .name-tab-ic li.active {
    cursor: default; }
  .name-tab-ic li span {
    display: table-cell;
    vertical-align: middle;
    height: 38px; }
  .name-tab-ic li i {
    font-style: normal; }

.bl-content-tab-ic {
  border-top: 2px solid #57acd7; }

.bcontainer {
  display: none;
  border: 1px solid #57acd7;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 23px 15px;
  width: 100%; }
  .bcontainer.active {
    display: block;
    overflow: hidden; }

.jump-top-h {
  padding-top: 15px; }

.itable.one-td-other td:first-child.bigtext-mt {
  font-size: 12px; }

.border-table-mr .itable.one-td-other td:first-child {
  color: #766253;
  font-size: 12px; }

.header-table .bigtext-mt {
  color: #000 !important;
  font-size: 18px !important;
  width: 35%; }

.ttabl-main .header-table td {
  height: 47px; }

.blm-table-options .itable td {
  padding-left: 13px !important; }

.blm-table-options .border-table-mr {
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.text-ft-table {
  background-color: #e6dfcc;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  padding: 12px 15px 20px; }
  .text-ft-table a {
    font-size: 14px; }
  .text-ft-table p {
    padding-top: 16px; }

.btn-user-up {
  display: none;
  margin-top: 30px;
  background-color: #deeaf3;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .btn-user-up a {
    display: block;
    height: 50px;
    padding-top: 22px;
    text-align: center; }
    .btn-user-up a span {
      display: inline-block;
      position: relative;
      height: 25px;
      width: 25px; }
      .btn-user-up a span:before, .btn-user-up a span:after {
        background-color: #0099cc;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        -ms-border-radius: 2px;
        border-radius: 2px; }
      .btn-user-up a span:before {
        content: "";
        position: absolute;
        left: 7px;
        top: 0;
        height: 5px;
        width: 25px;
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg); }
      .btn-user-up a span:after {
        content: "";
        position: absolute;
        left: -8px;
        top: 0;
        height: 5px;
        width: 25px;
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg); }
    .btn-user-up a:hover span:before, .btn-user-up a:hover span:after {
      background-color: #fff; }

/*------ end Competition --------------------------------------------------------------------------------------------- */
/*---------- end Center Column --------------------------------------------------------------------------------------- */
/* */
/*---------- Right Column -------------------------------------------------------------------------------------------- */
.right-column-m {
  float: right;
  margin-left: 30px;
  width: 370px; }

/*------ Our Program ------------------------------------------------------------------------------------------------- */
.title-opr {
  color: #3a539b;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 17px; }

.blm-our-program {
  margin-bottom: 30px;
  position: relative; }

.wrapper-gr {
  border: 1px solid #c3d1e1;
  border-bottom: 0;
  padding: 15px 15px 0 15px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }

.block-po {
  padding-bottom: 9px; }

.img-po {
  float: left;
  width: 55%; }

.title-po {
  font-size: 20px;
  float: left;
  padding-top: 35px;
  width: 45%; }

.content-po {
  font-size: 14px;
  line-height: 17px;
  padding-bottom: 17px; }

.ln-download-po {
  background-color: #57acd7;
  min-height: 45px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
  .ln-download-po a {
    color: #fff;
    background: url(../i/svg/icon-pc-download.svg) 0 0 no-repeat;
    float: left;
    font-size: 14px;
    padding: 2px 0 8px 36px;
    margin: 10px 12px 0;
    text-decoration: underline; }
    .ln-download-po a:hover {
      text-decoration: none; }

.corner-block {
  position: absolute;
  overflow: hidden;
  right: 0;
  top: 0;
  -webkit-border-radius: 0 5px 0 0;
  -moz-border-radius: 0 5px 0 0;
  -ms-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;
  height: 75px;
  width: 75px; }
  .corner-block:before {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 72px 72px 0; }
  .corner-block a {
    float: right;
    position: relative;
    z-index: 2; }

.corner-block.cr-red a {
  margin: 6px 3px 0 0;
  padding: 7px 7px 0 3px; }
.corner-block.cr-red:before {
  border-color: transparent #cc6666 transparent transparent; }

/*------ end Our Program --------------------------------------------------------------------------------------------- */
/* */
/*------ Mobile Program ---------------------------------------------------------------------------------------------- */
.bln-mobile-program {
  margin-bottom: 30px;
  position: relative; }
  .bln-mobile-program .wrapper-mp {
    background: #57acd7 url(../i/bg-block-ms.jpg) center 0 no-repeat;
    -webkit-background-size: 370px 285px;
    background-size: 370px 285px;
    padding: 15px 15px; }
    .bln-mobile-program .wrapper-mp .img-po {
      text-align: center;
      padding-top: 22px; }
    .bln-mobile-program .wrapper-mp .title-po {
      color: #fff;
      padding-top: 16px; }
    .bln-mobile-program .wrapper-mp .block-po {
      padding-bottom: 0; }
    .bln-mobile-program .wrapper-mp .content-po {
      color: #fff; }
      .bln-mobile-program .wrapper-mp .content-po p {
        padding-top: 15px; }

.info-mobpro {
  background-color: #5485c2;
  color: #ccffff;
  padding: 14px 15px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }

.corner-block.cr-blue a {
  margin: 3px 3px 0 0;
  padding: 7px 7px 2px 9px; }
.corner-block.cr-blue:before {
  border-color: transparent #86c9e6 transparent transparent; }

/*------ end Mobile Program ------------------------------------------------------------------------------------------ */
/* */
/*------ Block Informer ---------------------------------------------------------------------------------------------- */
.blm-informer-trand {
  margin-bottom: 30px;
  position: relative; }

.content-itr {
  background: #c0d5fd url(../i/bg-informer-trand.jpg) center bottom no-repeat;
  -webkit-background-size: 352px 175px;
  background-size: 352px 175px;
  padding: 19px 15px;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0; }
  .content-itr p {
    font-size: 14px;
    padding-bottom: 18px; }

.title-irt {
  color: #003399;
  font-size: 20px;
  padding-bottom: 11px; }

.corner-block.cr-silver a {
  margin: 3px 3px 0 0;
  padding: 7px 7px 2px 4px; }
.corner-block.cr-silver:before {
  border-color: transparent #9bb0d8 transparent transparent; }

.info-irt {
  background-color: #6f7eb6;
  font-size: 14px;
  padding: 14px 15px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px; }
  .info-irt a {
    color: #fff;
    text-decoration: underline; }
    .info-irt a:hover {
      text-decoration: none; }

/*------ end Block Informer ------------------------------------------------------------------------------------------ */
/* */
/*------ Block Interview --------------------------------------------------------------------------------------------- */
.two-ln-interview {
  margin-top: 6px; }

.blm-block-interview {
  margin-bottom: 30px;
  position: relative;
  padding: 0 15px; }

.name-question-int {
  font-size: 18px;
  line-height: 22px; }

.answers-on-questions {
  font-size: 14px;
  padding-top: 10px; }

.bl-radio-but {
  padding: 7px 0; }
  .bl-radio-but label {
    cursor: pointer;
    padding-left: 2px; }

.btn-interview {
  float: left;
  width: 120px; }
  .btn-interview span {
    height: 40px;
    width: 125px; }

.icon-mouthpiece {
  background: url(../i/svg/icons-mouthpiece.svg) 0 2px no-repeat;
  font-style: normal;
  padding-left: 24px; }

.results-jump-page {
  font-size: 14px;
  float: left;
  margin: 10px 0 0 57px; }

/*------ end Block Interview  ---------------------------------------------------------------------------------------- */
/*---------- e Right Column ---------------------------------------------------------------------------------------- */
/* */
/*---------- Internal Pages ------------------------------------------------------------------------------------------ */
.left-column-inside {
  float: left;
  margin-right: 30px;
  min-width: 166px;
  width: 23.1%; }

.right-column-inside {
  overflow: hidden; }

.bl-left-menu-ip {
  background-color: #6eb6e0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 30px; }

.left-menu-ip-item li {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .left-menu-ip-item li.active {
    background-color: #3399cc; }
    .left-menu-ip-item li.active li:hover {
      background-color: #198ac2; }
    .left-menu-ip-item li.active a:hover {
      background-color: #198ac2; }
  .left-menu-ip-item li ul li {
    position: relative; }
    .left-menu-ip-item li ul li.active:before {
      content: "";
      background-color: #99ffff;
      position: absolute;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      left: 11px;
      top: 18px;
      height: 10px;
      width: 10px; }
    .left-menu-ip-item li ul li a {
      padding-left: 30px; }
.left-menu-ip-item a {
  color: #fff;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 13px 10px 14px 16px; }
  .left-menu-ip-item a:hover {
    background-color: #3a539b; }

.title-inside-page {
  color: #0099cc;
  font-size: 24px; }

.in-left {
  padding-left: 15px !important; }

.btn-white-bg-blue {
  background-color: #fff;
  color: #003399;
  border-bottom: 2px solid #acb9d5;
  font-size: 14px;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.14); }
  .btn-white-bg-blue:hover {
    color: #0099cc; }
  .btn-white-bg-blue span {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }

.itable.bg-one-ctab tr td:first-child {
  background-color: #e6dfcc;
  color: #766253; }

.navigation-page {
  display: none;
  border-top: 2px solid #fff;
  background-color: #deeaf3;
  margin-bottom: 20px;
  padding-bottom: 25px;
  overflow: hidden;
  width: 100%; }
  .navigation-page span {
    display: block; }
  .navigation-page a {
    color: #62708c;
    position: relative;
    float: left;
    font-size: 14px;
    margin: 22px 30px 0 0; }
    .navigation-page a:hover {
      color: #0099cc; }
    .navigation-page a:before {
      content: "/";
      color: #62708c;
      position: absolute;
      font-size: 14px;
      top: 0;
      right: -17px; }
    .navigation-page a:last-child {
      margin-right: 0; }
      .navigation-page a:last-child:before {
        content: ""; }
  .navigation-page.nmenu-vtwo {
    padding-bottom: 0; }

.nmenu-vtwo a {
  margin: 0 40px 0 0; }
  .nmenu-vtwo a:before {
    top: 50%;
    right: -22px;
    margin-top: -9px; }
  .nmenu-vtwo a i {
    display: table-cell;
    font-style: normal;
    height: 64px;
    text-align: center;
    vertical-align: middle; }

.navigation-tablets-page {
  display: none;
  padding-top: 9px; }
  .navigation-tablets-page figure {
    background-color: #deeaf3;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    font-size: 0;
    padding: 2px; }
  .navigation-tablets-page a {
    border-right: 1px solid #deeaf3;
    color: #62708c;
    display: inline-block;
    font-size: 0;
    text-align: center;
    width: 20%; }
    .navigation-tablets-page a:hover, .navigation-tablets-page a.active {
      background-color: #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .navigation-tablets-page a span {
      display: inline-block;
      padding: 0 5px; }
    .navigation-tablets-page a i {
      display: table-cell;
      vertical-align: middle;
      text-align: center;
      height: 60px;
      font-size: 14px;
      font-style: normal; }
    .navigation-tablets-page a:last-child {
      border-right: 0; }

.link-return-list-publication {
  color: #003399;
  font-size: 18px;
  position: relative;
  padding-left: 48px;
  text-decoration: underline; }
  .link-return-list-publication:before, .link-return-list-publication:after {
    background-color: #0099cc; }
  .link-return-list-publication:before {
    content: "";
    position: absolute;
    left: 11px;
    top: 9px;
    height: 3px;
    width: 18px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  .link-return-list-publication:after {
    content: "";
    position: absolute;
    left: 0;
    top: 9px;
    height: 3px;
    width: 18px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .link-return-list-publication:hover {
    color: #0099cc;
    text-decoration: underline; }

.jump-radio {
  position: absolute;
  left: -99999px;
  z-index: -100; }

.bl-link-brown figure {
  background-color: #f1eadb;
  color: #c14e4e;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  font-size: 14px;
  padding: 9px 15px 13px; }
  .bl-link-brown figure a {
    color: #c14e4e;
    text-decoration: underline; }
    .bl-link-brown figure a:hover {
      color: #003399;
      text-decoration: underline; }
  .bl-link-brown figure p {
    padding: 8px 0; }

.aired {
  color: #c14e4e;
  font-weight: bold; }

/* */
/*-------- Horizontal Scroll ----------------------------------------------------------------------------------------- */
.scroll-1 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  margin: 0;
  height: 21px;
  border-radius: 0;
  background: -moz-linear-gradient(top, #53C1EA 0%, #3696C2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53C1EA), color-stop(100%, #3696C2));
  background: -webkit-linear-gradient(top, #53C1EA 0%, #3696C2 100%);
  background: -o-linear-gradient(top, #53C1EA 0%, #3696C2 100%);
  background: -ms-linear-gradient(top, #53C1EA 0%, #3696C2 100%);
  background: linear-gradient(to bottom, #53C1EA 0%, #3696C2 100%); }

.scroll-1 .mCSB_horizontal.mCSB_inside > .mCSB_container {
  margin-bottom: 12px; }

.scroll-1 .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  margin: 0;
  height: 21px;
  border-radius: 0;
  background: #DEEAF3; }

.scroll-1 .mCSB_scrollTools .mCSB_draggerContainer {
  top: 4px;
  left: 15px;
  bottom: 4px;
  right: 15px; }

.scroll-1 .mCSB_scrollTools.mCSB_scrollTools_horizontal {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  background: #fff;
  height: 31px;
  box-sizing: border-box;
  margin: 0 10px 0;
  border-radius: 16px;
  border: 1px solid #ACB9D5; }

.scroll-1 .mCSB_scrollTools {
  opacity: 1; }

/*-------- end Horizontal Scroll ------------------------------------------------------------------------------------- */
/* */
/*-------- Vertical Scroll ------------------------------------------------------------------------------------------- */
.scroll-2 .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar,
.scroll-chat .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_dragger .mCSB_dragger_bar
 {
  margin: 0;
  width: 21px;
  border-radius: 0;
  background: -moz-linear-gradient(top, #53C1EA 0%, #3696C2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #53C1EA), color-stop(100%, #3696C2));
  background: -webkit-linear-gradient(top, #53C1EA 0%, #3696C2 100%);
  background: -o-linear-gradient(top, #53C1EA 0%, #3696C2 100%);
  background: -ms-linear-gradient(top, #53C1EA 0%, #3696C2 100%);
  background: linear-gradient(to bottom, #53C1EA 0%, #3696C2 100%); }

.scroll-2 .mCSB_vertical.mCSB_inside > .mCSB_container,
.scroll-chat .mCSB_vertical.mCSB_inside > .mCSB_container {
  margin-bottom: 12px;
  margin-right: 61px; }

.scroll-2 .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail,
.scroll-chat .mCSB_scrollTools.mCSB_scrollTools_vertical .mCSB_draggerRail {
  margin: 0;
  width: 21px;
  border-radius: 0;
  background: #DEEAF3; }

.scroll-2 .mCSB_scrollTools .mCSB_draggerContainer,
.scroll-chat .mCSB_scrollTools .mCSB_draggerContainer {
  top: 15px;
  left: 4px;
  bottom: 15px;
  right: 4px; }

.scroll-2 .mCSB_scrollTools.mCSB_scrollTools_vertical,
.scroll-chat .mCSB_scrollTools.mCSB_scrollTools_vertical {
  background: #fff;
  width: 31px;
  box-sizing: border-box;
  margin: 10px 0;
  right: 11px;
  border-radius: 16px;
  border: 1px solid #ACB9D5; }

.scroll-2 .mCSB_scrollTools,
.scroll-chat .mCSB_scrollTools {
  opacity: 1; }

/*-------- end Vertical Scroll --------------------------------------------------------------------------------------- */
/* */
/*-------- Before 1240 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1240px) {
  .left-column-inside {
    margin-right: 20px; } }
/*-------- end Before 1240 ------------------------------------------------------------------------------------------- */
/* */
/*-------- Before 980 ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 980px) {
  .left-menu-ip-item a {
    font-size: 16px; }

  .title-inside-page {
    font-size: 27px; }

  .link-return-list-publication {
    font-size: 20px; }
    .link-return-list-publication:before, .link-return-list-publication:after {
      top: 11px; }

  .bl-link-brown figure {
    font-size: 16px;
    padding: 15px 15px 19px; } }
/*-------- end Before 980 -------------------------------------------------------------------------------------------- */
/* */
/*-------- Before 768 ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 768px) {
  .left-column-inside {
    display: none; }

  .navigation-tablets-page {
    display: block; } }
/*-------- end Before 768 -------------------------------------------------------------------------------------------- */
/* */
/* */
/*-------- Before 640 ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  .navigation-tablets-page {
    display: none; } }
/*-------- end Before 640 -------------------------------------------------------------------------------------------- */
/* */
/*---------- end Internal Pages -------------------------------------------------------------------------------------- */
/* */
/*=================================================== end Section ==================================================== */
/* */
/* */
/*=================================================== Footer ========================================================= */
.jump {
  height: 299px; }

.footer {
  background-color: #5485c2;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 269px;
  width: 100%; }

.list-payment-methods {
  border-top: 2px solid #a0ddf2;
  background-color: #ebf7ff; }
  .list-payment-methods span {
    height: 50px; }

.name-lpm {
  float: left;
  font-size: 18px;
  padding-right: 16px; }

.list-logo-payment li {
  float: left;
  padding-right: 2%; }
  .list-logo-payment li span {
    display: table-cell;
    vertical-align: middle;
    height: 50px;
    font-size: 0; }
    .list-logo-payment li span a {
      display: inline-block; }

.menu-footer {
  padding-top: 19px; }

.bl-elastic-ul {
  float: left;
  width: 26%; }

.clf02 {
  display: none; }

.column-menu-footer {
  width: 210px; }
  .column-menu-footer li {
    padding-bottom: 12px;
    line-height: 18px;
    font-size: 14px; }
  .column-menu-footer a {
    color: #c3f0ff;
    text-decoration: underline; }
    .column-menu-footer a:hover {
      color: #ffffff;
      text-decoration: underline; }

.bigw {
  margin-right: 0 !important;
  width: 250px; }

.fsignature {
  color: #33508a;
  float: right;
  text-align: right;
  width: 22%; }

/*================================================= end Footer ======================================================= */
/* */
/*================================================ Popups Windows ==================================================== */
.popup-wrapper {
  background-color: rgba(255, 255, 255, 0.7);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999999; }

.popups-win {
  position: relative;
  background-color: #d8e6f1;
  padding: 0;
  margin: 0 auto;
  overflow: hidden;
  min-width: 480px; }

.close-popup.close-bh {
  position: absolute;
  right: 18px; }
  .close-popup.close-bh:before, .close-popup.close-bh:after {
    background-color: #5282bd; }
  .close-popup.close-bh:hover:before, .close-popup.close-bh:hover:after {
    background-color: #003399; }

.close-popup:hover span:before,
.close-popup:hover span:after {
  background-color: #f7a81c;
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg); }

@media screen and (min-width: 1241px) {
  .popups-win {
    width: 450px; }

  .close-popup.close-bh {
    top: 22px; } }
@media screen and (max-width: 1240px) and (min-width: 641px) {
  .popups-win {
    max-width: 900px;
    text-align: center; }

  .close-popup.close-bh {
    top: 21px; } }
@media screen and (max-width: 980px) and (min-width: 641px) {
  .popups-win {
    margin-left: 20px !important;
    margin-right: 20px !important; } }
@media screen and (min-width: 641px) {
  .popups-win {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    margin: 4.5% auto; } }
@media screen and (max-width: 640px) {
  .popups-win {
    text-align: center; }

  .w-wrapper-cont-info {
    padding-bottom: 40px !important; }

  .close-popup.close-bh {
    top: 27px; } }
/*---------- Enter User ---------------------------------------------------------------------------------------------- */
.title-wcd {
  background-color: #c2d6e6; }

.bl-entry-field {
  clear: both;
  overflow: hidden; }
  .bl-entry-field.weu {
    padding-top: 20px; }
  .bl-entry-field span {
    float: left;
    text-align: left; }
  .bl-entry-field.weu span {
    font-size: 18px;
    padding-top: 9px;
    width: 78px; }
  .bl-entry-field input {
    float: left; }

.weu .ifield {
  font-size: 18px; }

.check-remember-me {
  overflow: hidden; }
  .check-remember-me label {
    padding-left: 10px; }

.lick-rg-psw a {
  display: inline-block; }

/*-------- After 1240 ------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1241px) {
  .title-wcd {
    font-size: 18px;
    padding: 18px 20px; }

  .form-fill-btn {
    padding: 6px 20px 35px; }

  .weu .ifield {
    width: 262px; }

  .btn-sei {
    padding: 20px 0 0 77px; }

  .send-inquiry-w {
    float: left;
    width: 167px; }
    .send-inquiry-w .bnt-dark-blue {
      font-size: 18px;
      float: left;
      height: 52px;
      width: 106px; }

  .check-remember-me {
    padding-top: 15px;
    font-size: 14px; }

  .lick-rg-psw {
    padding: 22px 0 0 77px; }
    .lick-rg-psw a {
      font-size: 14px;
      margin-right: 43px; } }
/*-------- end After 1240 -------------------------------------------------------------------------------------------- */
/* */
/*-------- After 640-1240 -------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1240px) and (min-width: 641px) {
  .form-fill-btn {
    padding: 59px 0 122px 0; } }
/*-------- end After 1024 -------------------------------------------------------------------------------------------- */
/* */
/*-------- Before 1240 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1240px) {
  .title-wcd {
    background-color: #c2d6e6;
    font-size: 20px;
    line-height: 20px;
    padding: 18px 20px;
    text-align: left; }

  .form-fill-btn {
    margin: 0 auto;
    width: 402px; }

  .weu .ifield {
    width: 322px; }

  .btn-sei {
    padding-top: 23px; }

  .send-inquiry-w .bnt-dark-blue {
    font-size: 24px;
    height: 70px;
    width: 202px; }

  .check-remember-me {
    padding-top: 34px;
    font-size: 16px; }

  .lick-rg-psw {
    padding-top: 44px; }
    .lick-rg-psw a {
      font-size: 18px;
      margin: 0 28px; } }
/*-------- end Before 1240 ------------------------------------------------------------------------------------------- */
/* */
/*-------- Before 640 ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  .title-wcd {
    font-size: 20px;
    padding: 23px 20px 27px; }

  .form-fill-btn {
    padding: 11px 0; }
    .form-fill-btn.jump-pp-bottom {
      padding-bottom: 38px; } }
/*-------- end Before 640 -------------------------------------------------------------------------------------------- */
/* */
/*---------- end Enter User ------------------------------------------------------------------------------------------ */
/* */
/* */
/*---------- Enter Registration User --------------------------------------------------------------------------------- */
.star-ipnut {
  color: #62708c;
  display: inline-table;
  overflow: hidden; }

.two-ll-ser {
  float: right;
  text-align: left; }

.wrapper-tls {
  clear: both;
  width: 100%; }

.ru-btn-send-inquiry {
  border-top: 1px solid #fff;
  text-align: center; }
  .ru-btn-send-inquiry .bnt-dark-blue {
    display: inline-block; }

/*-------- After 1240 ------------------------------------------------------------------------------------------------ */
@media screen and (min-width: 1241px) {
  .ru-form-fill-btn {
    /*padding: 6px 0 35px 20px;*/
    padding: 6px 0 0 20px;
    width: 450px; }

  .bl-entry-field.wru {
    padding-top: 10px; }
    .bl-entry-field.wru span {
      font-size: 14px;
      padding-top: 6px;
      width: 183px; }

  .wru .ifield {
    width: 214px; }

  .star-ipnut {
    font-size: 14px;
    padding: 10px 0 0 9px; }

  .two-ll-ser {
    padding-top: 20px;
    width: 247px; }

  .wrapper-tls {
    font-size: 14px;
    padding-bottom: 20px; }
    .wrapper-tls label {
      padding-left: 8px; }

  .ru-btn-send-inquiry {
    padding: 20px 0; }
    .ru-btn-send-inquiry .bnt-dark-blue {
      font-size: 18px;
      height: 52px;
      width: 146px; } }
/*-------- end After 1024 -------------------------------------------------------------------------------------------- */
/* */
/*-------- Before 1240 ----------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1240px) {
  .ru-form-fill-btn {
    /*padding: 10px 0 10px;*/
    padding: 10px 0 0 0;
    margin: 0 auto;
    width: 450px; }

  .bl-entry-field.wru {
    padding-top: 10px; }
    .bl-entry-field.wru span {
      font-size: 16px;
      padding-top: 11px;
      width: 183px; }

  .wru .ifield {
    width: 244px; }

  .star-ipnut {
    font-size: 16px;
    padding: 15px 0 0 1px; }

  .two-ll-ser {
    padding-top: 23px;
    width: 267px; }

  .wrapper-tls {
    font-size: 16px;
    padding-bottom: 23px; }
    .wrapper-tls label {
      padding-left: 10px; }

  .ru-btn-send-inquiry {
    padding: 38px 0; }
    .ru-btn-send-inquiry .bnt-dark-blue {
      font-size: 24px;
      height: 70px;
      width: 206px; } }
/*-------- Before 1240 ----------------------------------------------------------------------------------------------- */
/* */
/*-------- Before 640 ------------------------------------------------------------------------------------------------ */
@media screen and (max-width: 640px) {
  .ru-form-fill-btn {
    padding: 11px 0 0 0; /*padding: 11px 0;*/ } }
/*-------- end Before 640 -------------------------------------------------------------------------------------------- */
/* */
/*---------- end Registration User ----------------------------------------------------------------------------------- */
/* */
/*---------- Contacts Mobile ----------------------------------------------------------------------------------------- */
.w-wrapper-cont-info {
  font-size: 16px;
  padding: 26px 20px;
  text-align: left; }

.w-tel-number {
  background: url(../i/svg/icon-telephone-1024-hover.svg) 0 0 no-repeat;
  padding: 3px 0 0 35px; }
  .w-tel-number i {
    float: left;
    font-style: normal;
    width: 108px; }
  .w-tel-number span {
    float: left;
    font-size: 21px;
    line-height: 21px; }
  .w-tel-number p {
    clear: both;
    overflow: hidden;
    padding-bottom: 13px; }

.w-login-skype {
  padding-top: 10px; }
  .w-login-skype a {
    color: #0099cc;
    text-decoration: underline; }
    .w-login-skype a:hover {
      color: #6f7eb6;
      text-decoration: none; }
  .w-login-skype span {
    padding-left: 35px;
    background: url(../i/svg/icon-skype-1024-hover.svg) 0 center no-repeat;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 24px; }
    .w-login-skype span:hover {
      background-image: url(../i/svg/icon-skype-1024.svg); }

.w-requisites-link {
  padding-top: 31px; }

/*-------- After 640-1240 -------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1240px) and (min-width: 641px) {
  .w-wrapper-cont-info {
    width: 420px;
    margin: 0 auto; } }
/*-------- end After 1024 -------------------------------------------------------------------------------------------- */
/* */
/*---------- end Contacts Mobile ------------------------------------------------------------------------------------- */
/* */
/*---------- MapSite Menu -------------------------------------------------------------------------------------------- */
.smm-popup-wrapper {
  position: fixed;
  background-color: #d8e6f1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 9999999; }

.smm-popups-win {
  position: relative;
  background-color: #fff;
  margin: 0 auto;
  overflow: hidden;
  min-width: 460px; }

.w-smm-content-data {
  text-align: center; }

.smm-wh {
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
  text-align: left;
  max-width: 1210px;
  width: 100%; }

.heder-smm-w {
  background-color: #d8e6f1;
  border-bottom: 1px solid #8ca1c7;
  padding: 21px 0 18px; }

.logo-smm-w {
  float: left;
  width: 26%; }

.signature-logo-smm-w {
  color: #0099cc;
  font-size: 14px;
  padding-top: 9px;
  float: left;
  width: 30%; }

.visual-menu {
  font-size: 14px;
  float: right;
  padding-top: 10px;
  width: 24%;
  min-width: 150px; }
  .visual-menu i {
    margin-top: 2px;
    float: left;
    width: 20px; }
  .visual-menu span {
    padding-left: 23px;
    overflow: hidden; }

.close-sitemenu-top {
  position: absolute;
  right: 0; }

.close-sitemenu-top .close-bh {
  top: 12px; }

.sections-cloud {
  background-color: #fff;
  padding-bottom: 17px; }

.cl-one-collink {
  float: left; }
  .cl-one-collink:first-child {
    width: 27%; }
  .cl-one-collink:nth-child(2) {
    width: 27%; }
  .cl-one-collink:nth-child(3) {
    width: 23%; }
  .cl-one-collink:last-child {
    width: 23%; }

.name-cl {
  color: #3a539b;
  font-size: 18px;
  padding: 20px 0 7px; }

.list-topics a {
  color: #3a539b;
  display: inline-block;
  font-size: 14px;
  padding: 6px 0 7px;
  text-decoration: underline; }
  .list-topics a:hover {
    color: #0099cc;
    text-decoration: underline; }
.list-topics ul li {
  padding-left: 15px; }

.line-ois {
  border-bottom: 1px solid #d1dced;
  clear: both;
  overflow: hidden;
  padding-bottom: 17px; }

.line-uhs {
  clear: both;
  overflow: hidden; }

.footer-smm-w {
  background-color: #c2d6e6; }
  .footer-smm-w p {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    height: 108px;
    color: #5282bd;
    font-size: 16px; }

.smm-wh .close-bh {
  position: absolute;
  right: 20px; }
  .smm-wh .close-bh:before, .smm-wh .close-bh:after {
    background-color: #5282bd; }
  .smm-wh .close-bh:hover:before, .smm-wh .close-bh:hover:after {
    background-color: #003399; }

.close-sitemenu.close-bh {
  top: 46px; }

/*---------- end MapSite Menu ---------------------------------------------------------------------------------------- */
/* */
/*============================================== end Popups Windows ================================================== */
/* */
/*================================================ Media Styles ====================================================== */
/* */
/*---------- 1240px -------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 1240px) {
  header {
    border-top: 2px solid #6cbad4; }

  .info-line-head, .cnt-center-mes, .btn-pul span, .link-pda-wap span, .cnt-center-tnh span {
    height: 48px; }

  .secondary {
    padding-top: 20px; }

  .right-column-m, .info-banner-head.active,
  .mes-icq, .tel-number-head {
    display: none; }

  .bl-informer {
    padding-bottom: 20px; }

  .left-column-m {
    margin-right: 20px; }

  .blm-banner-main, .blm-info-company, .blm-competition {
    margin-bottom: 20px; }

  .tel-number-region-head {
    display: block;
    width: 32%; }

  .menu-bom {
    padding-top: 17px;
    width: 5.5%; }

  .link-pda-wap a {
    margin-right: 18px;
    font-size: 14px;
    padding: 4px 7px; }

  .link-pda-wap {
    min-width: 107px;
    width: 13.7%; }

  .messenger {
    width: 19%; }

  .btn-pul {
    background-position: 14px center;
    padding-left: 36px; }

  .mes-skype a {
    background-image: url(../i/svg/icon-skype-1024.svg);
    margin-right: 0;
    font-size: 14px;
    line-height: 18px;
    padding: 4px 0 4px 33px; }
    .mes-skype a:hover {
      background-image: url(../i/svg/icon-skype-1024-hover.svg); }

  doesnotexist:-o-prefocus, .mes-skype a {
    background-image: url(../i/icon-png/icon-skype-1024.png); }

  doesnotexist:-o-prefocus, .mes-skype a:hover {
    background-image: url(../i/icon-png/icon-skype-1024-hover.png); }

  .wrap-skill-link {
    top: 48px; }

  .logo a, .logo p {
    margin-left: 0; }

  .name-score span {
    font-size: 12px; }

  .intool {
    padding: 20px 0 0 0; }

  .intool-user-enter {
    padding-right: 0; }

  .intool-user-enter {
    max-width: 243px; }

  .link-registration {
    margin-right: 18px; }

  .link-registration span, .link-enter span, .link-exit span {
    height: 45px; }

  .name-score {
    padding-right: 20px; }

  .three-link-score {
    width: 16%; }

  .center-column-m {
    overflow: hidden;
    float: none;
    width: auto; }

  .info-l-area {
    font-size: 16px; }

  .date-r-area {
    font-size: 16px; }
    .date-r-area span {
      font-size: 22px;
      padding-bottom: 7px; }

  .clock-action {
    display: none; }

  .additionally-r-area {
    font-size: 14px; }

  .l-area {
    width: 30%;
    margin-top: 10px; }

  .r-area {
    width: 38%;
    padding-top: 21px; }

  .additionally-r-area {
    padding-top: 31px; }

  .info-l-area {
    padding-top: 12px; }

  .btn-occ-cm {
    padding: 20px 0 12px 0; }
    .btn-occ-cm .bnt-dark-blue {
      font-size: 18px;
      height: 52px;
      width: 307px; }
    .btn-occ-cm .icon-cup {
      background: url(../i/svg/icon-cup-1024.svg) 0 2px no-repeat;
      padding-left: 28px; }

  doesnotexist:-o-prefocus, .btn-occ-cm .icon-cup {
    background-image: url(../i/icon-png/icon-cup-1024.png); }

  .cost-bcr {
    font-size: 16px; }
    .cost-bcr span {
      font-size: 28px; }

  .download-mob-forex {
    font-size: 16px; }

  .jump {
    height: 289px; }

  .blm-mobile-forex {
    display: block;
    margin-bottom: 20px; }

  .three-link-score {
    padding: 15px 2px 5px 8px;
    width: 16%; }

  .border-table-mr {
    border: 4px solid #e6dfcc; }
    .border-table-mr .itable.one-td-other td:first-child {
      font-size: 14px; }

  .ttabl-main .header-table td {
    height: 32px; } }
/*---------- end 1240px ---------------------------------------------------------------------------------------------- */
/* */
/*---------- 980px -------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 980px) {
  .link-pda-wap a {
    margin-right: 9px; }

  .tel-number-region-head {
    width: 36%; }

  .btn-town-selection {
    margin-left: 3px; }

  .left-column-m, .name-score {
    display: none; }

  .three-link-score {
    width: 10%; }

  .logo-smm-w {
    min-width: 210px;
    width: 29%; }

  .signature-logo-smm-w {
    width: 45%; }

  .logo {
    margin-right: 4.5%; }

  .line-ois, .line-uhs {
    clear: inherit;
    padding-bottom: 6px;
    width: 50%; }
    .line-ois .cl-one-collink:first-child .name-cl, .line-uhs .cl-one-collink:first-child .name-cl {
      padding-top: 24px; }

  .line-ois {
    border-bottom: 0;
    float: left; }

  .name-cl {
    padding-top: 34px; }

  .cl-one-collink {
    float: none;
    width: 100% !important; }

  .name-cl {
    font-size: 20px; }

  .list-topics a {
    font-size: 16px; }

  .jump {
    height: 325px; }

  .footer {
    height: 305px; }

  .fsignature {
    float: none;
    clear: both;
    text-align: left;
    padding-top: 8px;
    width: auto; }

  .bl-elastic-ul {
    width: 33%; }

  .title-ccm {
    font-size: 24px;
    line-height: 27px; }

  .content-cm p {
    font-size: 16px;
    line-height: 18px;
    padding-top: 20px; }

  .two-link-cm a {
    font-size: 16px; }
  .two-link-cm p {
    padding-top: 15px; }

  .btn-occ-cm {
    padding-top: 25px; }

  .name-tab-ic li {
    font-size: 16px; }
    .name-tab-ic li span {
      height: 51px; }
    .name-tab-ic li i {
      display: block; }

  .btn-user-up {
    display: block;
    margin-top: 20px; }

  .title-nhi {
    font-size: 27px; }

  .info-hint, .link-soft-download-mob li a, .info-text-soft-mobile p {
    font-size: 16px; }

  .bl-name-hint {
    height: 215px; }

  .title-dmf {
    padding-bottom: 21px; }

  .link-soft-download-mob li {
    padding-bottom: 22px; }

  .three-link-score.show-sm {
    width: 74px; }

  .submenu-thrls {
    width: 205px; }

  .intool-user-enter {
    width: 30%; }

  .text-ft-table {
    font-size: 14px;
    padding-bottom: 31px; }
    .text-ft-table span {
      display: block;
      padding-bottom: 8px; }
    .text-ft-table a {
      font-size: 16px; }
    .text-ft-table p {
      padding-top: 19px; } }
/*---------- end 980px ---------------------------------------------------------------------------------------------- */
/* */
/*---------- 800px --------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 800px) {
  .logo {
    margin-right: 1.5%; } }
/*---------- 800px --------------------------------------------------------------------------------------------------- */
/* */
/*---------- 768px --------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
  header {
    border-top: 3px solid #6cbad4; }

  .info-line-head, .cnt-center-mes, .btn-pul span, .link-pda-wap span, .cnt-center-tnh span {
    height: 54px; }

  .menu-bom {
    padding-top: 20px;
    padding-right: 8.5%;
    width: 20px; }

  .link-pda-wap a {
    margin-right: 18px; }

  .link-pda-wap {
    width: 131px; }

  .tel-number-region-head {
    background: none;
    padding-left: 0;
    margin-right: 20px;
    width: 32px; }
    .tel-number-region-head strong, .tel-number-region-head .btn-town-selection {
      display: none; }

  .mob-menu-city {
    background: url(../i/svg/icon-telephone-768.svg) 0 0 no-repeat;
    display: block;
    height: 32px;
    width: 32px; }
    .mob-menu-city:hover {
      background-image: url(../i/svg/icon-telephone-768-hover.svg); }

  doesnotexist:-o-prefocus, .mob-menu-city {
    background-image: url(../i/icon-png/icon-telephone-768.png); }

  doesnotexist:-o-prefocus, .mob-menu-city:hover {
    background-image: url(../i/icon-png/icon-telephone-768-hover.png); }

  .messenger {
    width: 32px; }

  .mes-skype a {
    background-image: url(../i/svg/icon-skype-768.svg);
    display: block;
    height: 32px;
    width: 32px; }
    .mes-skype a:hover {
      background-image: url(../i/svg/icon-skype-768-hover.svg); }
    .mes-skype a span {
      display: none; }

  doesnotexist:-o-prefocus, .mes-skype a {
    background-image: url(../i/icon-png/icon-skype-768.png); }

  doesnotexist:-o-prefocus, .mes-skype a:hover {
    background-image: url(../i/icon-png/icon-skype-768-hover.png); }

  .btn-pul i {
    font-size: 16px;
    line-height: 18px; }

  .wrap-skill-link {
    top: 54px; }

  .logo {
    margin-right: 3%;
    min-width: 186px; }
    .logo p {
      padding: 4px 0 0 51px; }

  .main-link-head {
    height: 106px; }

  .column-menu-footer {
    width: 180px !important; }

  .jump {
    height: 345px; }

  .footer {
    height: 325px; }

  .in-left {
    padding-left: 0 !important; }

  .signature-logo-smm-w {
    padding-top: 2px;
    width: 165px; } }
/*---------- end 768px ----------------------------------------------------------------------------------------------- */
/* */
/*---------- 700px --------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 700px) {
  .logo {
    margin-right: 0; }

  .link-registration {
    margin-right: 9px; }

  .l-area a i {
    display: block; }

  .info-hint {
    width: 100%; }

  .three-link-score {
    padding: 15px 0 5px 1px; }

  .three-link-score.show-sm {
    width: 59px; } }
/*---------- end 700px ----------------------------------------------------------------------------------------------- */
/* */
/*---------- 640px --------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .three-link-score {
    display: none; }

  .link-pda-wap a {
    margin-right: 11px; }

  .link-pda-wap {
    width: 120px; }

  .tel-number-region-head {
    margin-right: 15px; }

  .intool-user-enter {
    width: 48%; }

  .name-lpm {
    font-size: 14px; }

  .bl-elastic-ul {
    clear: both;
    float: none;
    width: 100%; }

  .list-logo-payment li {
    padding-right: 0;
    margin-right: 2.2%; }
    .list-logo-payment li img {
      width: 100%; }

  .llp01 {
    width: 38px; }

  .llp02 {
    width: 33px; }

  .llp03 {
    width: 19px; }

  .llp04 {
    width: 15px; }

  .llp05 {
    width: 20px; }

  .llp06 {
    width: 42px; }

  .llp07 {
    width: 18px; }

  .llp08 {
    width: 35px; }

  .clf01, .clf03 {
    display: none; }

  .clf02 {
    display: block; }

  .clf04 {
    padding-top: 27px; }

  .column-menu-footer {
    width: 100% !important; }

  .content-cm {
    width: 100%; }

  .btn-occ-cm {
    clear: both;
    float: none; }

  .btn-occ-cm {
    padding: 24px 0 29px 0; }
    .btn-occ-cm .bnt-dark-blue {
      font-size: 24px;
      height: 70px;
      width: 404px; }
    .btn-occ-cm .icon-cup {
      background: url(../i/svg/icon-cup-640.svg) 0 3px no-repeat;
      padding-left: 38px; }

  doesnotexist:-o-prefocus, .btn-occ-cm .icon-cup {
    background-image: url(../i/icon-png/icon-cup-640.png); }

  .bl-cm-reward {
    position: relative;
    top: 0;
    width: 100%; }

  .img-bcr {
    background-size: 148px;
    float: left;
    height: 148px;
    width: 54%; }

  .cost-bcr {
    padding-top: 34px;
    float: right;
    width: 45%; }

  .info-mob-forex {
    clear: both;
    padding-bottom: 11px;
    float: none;
    width: 100%; }

  .download-mob-forex {
    clear: both;
    float: none;
    font-size: 18px;
    padding-bottom: 21px;
    margin-left: 0;
    width: 100%; }

  .title-dmf {
    cursor: pointer;
    background-size: auto;
    padding-top: 2px;
    padding-bottom: 18px;
    min-height: 37px; }
    .title-dmf span {
      float: left;
      border-bottom: 1px dashed #86c9e6; }

  .link-soft-download-mob {
    display: none; }
    .link-soft-download-mob li {
      padding-bottom: 0; }
      .link-soft-download-mob li a {
        display: block;
        padding: 10px 0; }

  .download-mob-forex.active .title-dmf span {
    border-color: #5485c2; }
  .download-mob-forex.active .link-soft-download-mob {
    display: block;
    margin-top: 10px; }

  .link-msoft-item-ds,
  .link-msoft-item-web {
    display: block;
    clear: both;
    float: none;
    margin: 0 0 15px 0;
    padding: 15px 18px 17px 48px; }

  .secondary.delpad {
    padding-top: 0 !important; }

  .navigation-page {
    display: block; }

  .jump {
    height: 475px; }

  .footer {
    height: 455px; }

  .ttabl-main .header-table td {
    height: 45px; }

  .border-table-mr .itable.one-td-other td:first-child {
    font-size: 12px; }

  .signature-logo-smm-w {
    display: none; }

  .line-ois {
    float: inherit;
    padding-bottom: 0;
    width: 100%; }

  .line-uhs {
    width: 100%; }
    .line-uhs .cl-one-collink:first-child .name-cl {
      padding-top: 34px; }

  .visual-menu {
    min-width: 175px; }

  .sections-cloud {
    padding-bottom: 25px; } }
/*---------- end 640px ----------------------------------------------------------------------------------------------- */
/* */
/*---------- 520px --------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 520px) {
  .c-area {
    background-size: 87%;
    min-width: 115px;
    width: 26%; }

  .r-area {
    width: 42%; } }
/*---------- ╨╡nd 520px ----------------------------------------------------------------------------------------------- */
/* */
/*---------- 480px --------------------------------------------------------------------------------------------------- */
@media screen and (max-width: 480px) {
  .menu-bom {
    display: none; }

  .mob-menu-city {
    background-image: url(../i/svg/icon-telephone-1024.svg);
    height: 24px;
    width: 24px; }
    .mob-menu-city:hover {
      background-image: url(../i/svg/icon-telephone-1024-hover.svg); }

  doesnotexist:-o-prefocus, .mob-menu-city {
    background-image: url(../i/icon-png/icon-telephone-1024.png); }

  doesnotexist:-o-prefocus, .mob-menu-city:hover {
    background-image: url(../i/icon-png/icon-telephone-1024-hover.png); }

  .mes-skype a {
    background-image: url(../i/svg/icon-skype-1024.svg);
    height: 24px;
    width: 24px; }
    .mes-skype a:hover {
      background-image: url(../i/svg/icon-skype-1024-hover.svg); }

  doesnotexist:-o-prefocus, .mes-skype a {
    background-image: url(../i/icon-png/icon-skype-1024.png); }

  doesnotexist:-o-prefocus, .mes-skype a:hover {
    background-image: url(../i/icon-png/icon-skype-1024-hover.png); }

  .tel-number-region-head, .messenger {
    width: 24px; } }
/*---------- end 480px ----------------------------------------------------------------------------------------------- */
/* */
/*---------- Retina -------------------------------------------------------------------------------------------------- */
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2 / 1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .img-bcr {
    background-image: url(../i/reward-bg@2x.png); }

  .blm-banner-main {
    background-image: url(../i/bgc-banner@2x.jpg); }

  .content-itr {
    background-image: url(../i/bg-informer-trand@2x.jpg); }

  .c-area {
    background-image: url(../i/percent-30@2x.png); }

  .wrapper-mp {
    background-image: url(../i/bg-block-ms@2x.jpg); }

  .rrbg:before {
    background-image: url(../i/bg-block-download-soft@2x.jpg); }

  .l-area {
    background-image: url(../i/hands@2x.png); } }
/*---------- end Retina ---------------------------------------------------------------------------------------------- */

/*# sourceMappingURL=styles.css.map */
