@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic&subset=latin,cyrillic);

* {
  padding: 0;
  margin: 0;
}

table {
  border: 0px;
  border-collapse: collapse;
}
h4 {
  font-size: 18px;
}
table td {
  padding: 0px;
}

ul,ol,dl,p {
  margin: 0.2em 0 1.2em 0;
}

img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
}

.vm {
  display: table-cell;
  vertical-align: middle;
}
.tptn_counter {
  display: none;
}
.dash {
  margin: 0 0 0.5em 0;
  padding: 0 0 0 1em;
}
@media all and (max-width: 860px) {
  .menu .menu-item.menu-has-submenu .ar {
    position: relative;
  }
  .menu .menu-item.menu-has-submenu .ar:after {
    content: '›››';
    font-weight: 900;
    font-size: 1.75rem;
    position: absolute;
    right: 10px;
    top: 0;
    color: #fff;
  }
}
.dash li {
  margin: 0.2em 0 0.6em 0;
  padding: 0px;
  list-style-type: none;
  behavior: expression( !this.before ? this.before = this.innerHTML = '&mdash;&nbsp;&nbsp;' + this.innerHTML : '' );
  text-indent: -1.4em;
}

.dash li:before {
  content: '\2014\a0\a0';
}

.nobr {
  white-space: nowrap;
}

.clear {
  clear: both;
  display: block;
  height: 1px;
  width: 100%;
  visibility: hidden;
}

.vat {
  vertical-align: top;
}

.c2 td {
  width: 50%;
}

.c3 td {
  width: 33.3%;
}

.c4 td {
  width: 25%;
}

.c5 td {
  width: 20%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.abs {
  position: absolute;
}

.rel {
  position: relative;
}

.fix {
  position: fixed;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.tac {
  text-align: center;
}

.linear li {
  display: inline;
}

.bx .list,.bx .ul,.linear,.reset {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bx .cell,.bx .li {
  float: left;
  display: block;
  margin: 0;
  padding: 0;
}

.bx.b2 .list,.bx.b2 .ul {
  width: 200%;
}

.bx.b2,.bx.b2 .cell {
  width: 50%;
}

.bx.b3 .list,.bx.b3 .ul {
  width: 300%;
}

.bx.b3,.bx.b3 .cell,.bx.b3 .li {
  width: 33.3%;
}

.bx.b4 .list,.bx.b4 .ul {
  width: 400%;
}

.bx.b4,.bx.b4 .cell,.bx.b4 .li {
  width: 25%;
}

.bx.b5 .list,.bx.b5 .ul {
  width: 500%;
}

.bx.b5,.bx.b5 .cell,.bx.b5 .li {
  width: 20%;
}

.bx.b6 .list,.bx.b6 .ul {
  width: 600%;
}

.bx.b6,.bx.b6 .cell,.bx.b6 .li {
  width: 16.6%;
}

.bx.b7 .list,.bx.b7 .ul {
  width: 701%;
}

.bx.b7,.bx.b7 .cell,.bx.b7 .li {
  width: 14.25%;
}

body,html {
  min-height: 100%;
}

body {
  background: #f1f1f2;
  min-width: 970px;
  font-family: "Roboto",sans-serif;
}

.overfill-page,.page {
  max-width: 1068px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page {
  padding: 0 50px;
}

.inner-padding {
  padding: 52px 50px 50px;
    position: relative;
}

.inner-h-padding {
  padding-left: 50px;
  padding-right: 50px;
}

.inner-v-padding {
  padding-top: 52px;
  padding-bottom: 50px;
}

h1 {
  font-weight: 100;
  font-size: 2.5rem;
  /*text-transform: uppercase;*/
  margin: 8px 0 28px;
  letter-spacing: 3px;
}

.plain h2 {
  margin: 1.2em 0 0.6em;
}

a {
  color: #13a071;
  outline: none;
  -webkit-transition: color 0.2s,border-bottom-color 0.2s;
  transition: color 0.2s,border-bottom-color 0.2s;
}
.post_blog a:visited {
  color: #9d49c0 !important;
}
a:hover {
  color: #000;
}
.act {
  color: #13a071;
  border-bottom: 1px dotted #13a071;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: color 0.2s,border-bottom-color 0.2s;
  transition: color 0.2s,border-bottom-color 0.2s;
}

.act:hover {
  color: #000;
  border-color: #000;
}

strong,b {
  font-weight: 700;
}

.justified {
  text-align: justify;
}

.justified:after {
  content: "";
  width: 99%;
  height: 0;
  overflow: hidden;
  visibility: hidden;
  display: inline-block;
}

.justified-item {
  display: inline-block;
  vertical-align: top;
}

.content-page {
  position: relative;
  font-size: 0.875rem;
  background: #fff;
  -moz-box-shadow: 0 0 18px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 0 18px 0 rgba(0,0,0,0.2);
  box-shadow: 0 0 18px 0 rgba(0,0,0,0.2);
}

.em {
  color: #13a071;
}

.clearfix:after,.menu-horisontal:after {
  content: "";
  display: block;
  width: 100%;
  overflow: hidden;
  visibility: hidden;
  height: 0;
  clear: both;
}

.all-wrapper {
  position: relative;
}

.formatted {
  line-height: 1.6em;
}

.formatted ul {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 2.4em;
}

.formatted ul li {
  position: relative;
  line-height: 2em;
  margin: 0.6em 0;
  padding-left: 5em;
}

.formatted ul li:before {
  content: "▪";
  color: #13a071;
  position: absolute;
  display: block;
  left: 2em;
  top: -0.1em;
  font-size: 1.4em;
}

.separate {
  height: 1px;
  margin: 0.8em 0;
  display: block;
  width: 100%;
  background: repeat-x url(../img/separate.png);
}

.plain p {
  font-size: 1em;
  margin: 0.2em 0 1.2em 0;
  line-height: 1.6em;
    font-family: "Roboto",sans-serif;
    font-weight: 400;
}

.plain>p:first-child {
  font-size: 16px;
}

.plain big {
  font-size: 1.3em;
}

.plain ul{
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
  margin-top: 0.4em;
}

.plain ul li{
  position: relative;
  line-height: 1.6em;
  margin: 3px 0;
  padding-left: 25px;
  font-size: 16px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
}
.plain ol{
  margin-left: 20px;
}
.plain ol li{
  position: relative;
  line-height: 1.6em;
  padding-left: 25px;
  margin: 3px 0;
  font-size: 16px;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
}

.plain ul li:before {
  content: "▪";
  color: #13a071;
  position: absolute;
  display: block;
  left: 0;
  top: -1px;
  font-size: 1.4em;
}

.plain ul li li {
  /*font-size: 14px;*/
}

.plain ul li li li {
  font-size: 100%;
}

.plain dl {
  margin: 0.2em 20px 1.2em 20px;
}

.plain dt {
  font-weight: bold;
  font-size: 0.9em;
  margin-left: 0;
}

.plain dd {
  font-size: 0.8em;
  padding-left: 20px;
  border-left: 1px solid #ededed;
  padding: 0.5em 20px;
}

.plain blockquote p {
  margin-left: 0;
  margin-right: 0;
}

.plain .tabslist {
  list-style: none;
  padding: 0;
  margin: 0 0 -1px 0;
}

.plain .tabitem {
  display: inline;
  margin: 0;
  padding: 0;
}

.plain .tabitem:before {
  content: none;
}

.plain .tablink {
  color: #5e5e5e;
}

.plain .tablink.current {
  color: #000;
}

.formbox {
  margin-top: 0.2em;
  padding: 0 0 0.5em 1.2em;
  float: left;
}

.formbox td,.formbox th {
  vertical-align: top;
}

.formbox th {
  color: #005c35;
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  padding: 0.2em 1em 1em 0;
}

.formbox td {
  padding: 0 0 1em 0;
}

.formbox select {
  width: 8.5em;
}

.formbox-ra {
  margin: 1em 0;
}

.formbox-ra td,.formbox-ra th {
  vertical-align: top;
}

.formbox-ra th {
  color: #005c35;
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  padding: 0.2em 1em 1em 0;
}

.formbox-ra td {
  padding: 0 0 1em 0;
}

.formbox-ra select {
  width: 8.5em;
}

.sides {
  padding: 1em;
}

.sides .sidehead {
  float: left;
  width: 24%;
}

.sides .sidetext {
  float: right;
  width: 74%;
}

.hlink.toggleit {
  position: relative;
}

.hlink.toggleit:hover .icon {
  background-position: -16px -16px;
}

.hlink.toggleit .icon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  left: -20px;
  top: 2px;
  background: no-repeat url(../img/icons.png) 0 -16px;
}

.hlink.toggleit.gray {
  color: #000;
}

.hlink.toggleit.gray .icon {
  background-position: -16px -16px;
}

.hlink.toggleit.gray:hover {
  color: #13a071;
}

.hlink.toggleit.gray:hover .icon {
  background-position: 0 -16px;
}

.hlink.toggleit.gray.on {
  font-size: 1.4em;
}

.hlink.toggleit.gray.on .icon {
  top: 5px;
  background-position: -16px 0;
}

.hlink.toggleit.gray.on:hover .icon {
  background-position: 0 0;
}

.infobox {
  position: relative;
  padding-left: 20px;
  color: #3a3a3a;
}

.infobox .icon {
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  left: -6px;
  top: 0.2em;
  background: no-repeat url(../img/icons.png) 0 -96px;
}

.infobox.warning {
  color: #d58b05;
}

.infobox.warning .icon {
  background-position: 0 -48px;
}

.infobox.error {
  color: red;
}

.infobox.error .icon {
  background-position: -16px -48px;
}

.checkbox .infobox {
  padding-left: 0;
  font-size: 0.857em;
}

.review_count {
  padding-bottom: 1.2em;
}

.review_count dd {
  font-size: 0.85em;
  margin: 0.5em 0;
  padding: 0 1.4em;
  width: 33%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.review_count dt {
  width: 95%;
  font-size: 0.8em;
  border-bottom: 1px solid #d8d8d8;
  margin: 1.5em 0 0.5em 0;
  padding: 0 1.2em;
  overflow: hidden;
}

.review_count dt .number {
  font-size: 2.8em;
  font-weight: bold;
  color: #13a071;
}

table.calendar {
  width: 100%;
  margin: 10px;
  font-size: 1em;
}

table.calendar td {
  text-align: center;
}

table.calendar th {
  text-align: center;
  font-size: 0.9em;
}

table.calendar tr {
  margin-top: 10px;
  margin-bottom: 10px;
}

.notebox {
  background: #f7f8ee;
  margin-bottom: 1rem;
}

.notebox.small p {
  font-size: 0.7em;
}

.icon.say {
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 12px;
  background: url(../img/icons-say.png) no-repeat;
  margin-bottom: -2px;
  margin: 2px 4px 0 0.4em;
}

.icon.type1 {
  background-position: 0 0;
}

.s-common .title {
  font-size: 1.875rem;
  font-weight: 100;
}

.s-common .title-iconed {
  position: relative;
  padding-left: 54px;
}

.s-common .title-iconed:after {
  content: "";
  position: absolute;
  width: 36px;
  height: 42px;
  left: 0;
  top: 0;
  background: url(../img/ico_s_category.png) no-repeat;
}

.s-common .column-left {
  float: left;
}

.s-common .column-right {
  overflow: hidden;
}

.block-right h3 {
  font-weight: 300;
  font-size: 1.5rem;
}

.s-common h3 .lnk:hover {
  color: #096345;
  text-decoration: none;
}

.s-common .plain {
  font-size: 1rem;
  position: relative;
}


.block-title {
  font-weight: 900;
  letter-spacing: 1px;
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #1b1b1b;
  margin-bottom: 1em;
}

.row .column {
  display: inline-block;
  vertical-align: top;
}

.row .column-3-1 {
  width: 31.333%;
  padding-right: 3%;
}

.row .column-3-1:nth-child(3n),.row .column-3-1+.column-3-2 {
  padding-right: 0;
}

.row .column-3-2 {
  width: 65.666%;
  padding-right: 3%;
}

.row .column-3-2+.column-3-1 {
  padding-right: 0;
}

.row .column-2-1 {
  width: 49%;
  padding-right: 2%;
}

.row .column-2-1:nth-child(2n) {
  padding-right: 0;
}

.row .column-4-1 {
  width: 22%;
  padding-right: 3%;
}

.row .column-4-2 {
  width: 47%;
  padding-right: 3%;
}

.list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list .item {
  margin-bottom: 0.2em;
}

.btn-box span {
  color: #a9a9a9;
  margin: 0 0 0 16px;
}

.btn, .wysija-submit {
  border: 3px solid #13a071;
  padding: 8px 22px;
  font-weight: 400;
  font-size: 0.913rem;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.btn .label-iconed {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 12px 0 22px;
}

.btn .label-iconed:after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../img/ico_brockers.png);
  background-repeat: no-repeat;
  top: 0;
  left: 0;
}

.btn .ico-submit:after {
  background-position: -65px -62px;
}

.btn .ico-reset:after {
  background-position: -81px -63px;
}

button.btn:hover, .wysija-submit:hover {
  background-color: #13a071;
  color: #fff;
}

button.btn:active, .wysija-submit:active {
  border-color: rgba(0,0,0,0.2);
}

.plain .toc_container ,
#toc_container {
  background: #f9f9f9;
  border: 1px solid #aaa;
  padding: 10px 20px;
  margin-bottom: 1em;
  width: auto;
  display: table;
  font-size: 95%;
}

.plain .toc_container ul,.plain .toc_container li,
#toc_container ul,#toc_container li  {
  margin: 0;
  padding: 0;
  margin-top: 3px;
}

.plain .toc_container li,
#toc_container li {
  font-size: 15px;
  font-weight: 400;
}

.plain .toc_container li:before,
#toc_container li:before {
  content: none;
}

.plain .toc_container.no_bullets ul,.plain .toc_container.no_bullets li,
#toc_container.no_bullets ul,#toc_container.no_bullets li {
  background: none;
  list-style-type: none;
}

.plain .toc_container ul ul,
#toc_container ul ul {
  margin-left: 1.5em;
}

.plain .toc_container p.toc_title,
#toc_container p.toc_title {
  text-align: center;
  font-weight: bold;
  margin: 0;
  padding: 0;
  font-size: 18px;
}

.plain .toc_container span.toc_toggle,
#toc_container span.toc_toggle {
  font-size: 90%;
}

.plain .toc_container p.toc_title+ul.toc_list,
#toc_container p.toc_title+ul.toc_list {
  margin-top: 1em;
}

.plain .toc_container a,
#toc_container a {
  text-decoration: underline !important;
}

.plain .toc_container a:hover,
#toc_container a:hover {
  text-decoration: none;
}

.plain .toc_wrap_right {
  float: right;
  margin-left: 0.625rem;
  margin-bottom: 2rem;
}

@media screen and (max-width: 860px) {
  .plain .toc_wrap_right {
    float: none;
  }
}

.tabs {
  border-bottom: 1px solid #ccc;
  margin: 1em 0;
}

.tablink {
  display: inline-block;
  padding: 0.4em 0.8em 0.5em 0.8em;
  text-decoration: none;
  background: #ededed;
  border: 1px solid;
  border-color: #ccc;
  position: relative;
  top: 0px;
}

.tablink.current {
  background: #fff;
  margin: 0;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #fff;
}

a.tablink:hover {
  background-color: #F7F8EE;
}

a.tablink.current:hover {
  background-color: #fff;
}

.size18 .tablink {
  font-size: 1.8em;
}

.size17 .tablink {
  font-size: 1.7em;
}

.size16 .tablink {
  font-size: 1.6em;
}

.size15 .tablink {
  font-size: 1.5em;
}

.size14 .tablink {
  font-size: 1.4em;
}

.size13 .tablink {
  font-size: 1.3em;
}

.size12 .tablink {
  font-size: 1.2em;
}

.invis {
  display: none;
}

.mockup {
  padding: 0.5em 0 1em 0;
  background: #fff;
}

.mockup h3 {
  font-size: 1em;
}

.mockup .pic {
  border-left: 1px solid #f8f8f8;
  border-top: 1px solid #f8f8f8;
  background: url(../img/mockup-sh.png) no-repeat bottom right;
  display: inline-block;
  padding: 0 3px 3px 0;
  float: left;
}

@media screen and (max-width: 860px) {
  .mockup .pic {
    float: none;
  }
}

.mockup .desc {
  margin-left: 320px;
  padding-left: 5%;
}

.mockup .desc p {
  position: relative;
  padding-left: 2.2em;
  margin-left: 0;
}

@media screen and (max-width: 860px) {
  .mockup .desc {
    margin-left: 0;
    padding-left: 0;
    margin-top: 1rem;
  }
}

.mockup .num {
  position: absolute;
  left: 0;
  top: 0.15em;
  margin-left: 0;
  display: block;
  padding: 0 4px 2px 4px;
  line-height: 1.1em;
  background: #c7e2ab;
  border: 1px solid #7ec22f;
}

.mockup .num.no {
  background: #eca1a1;
  border: 1px solid #b52525;
}

.mockup-dots {
  position: relative;
}

.mockup-dots .dot {
  background: #c7e2ab;
  border: 1px solid #7ec22f;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  font-weight: bold;
}

.mockup-dots .no {
  background: #eca1a1;
  border: 1px solid #b52525;
}

.mockup-dots .up {
  margin-top: -1px;
  margin-left: -1px;
  border-width: 2px;
}

.mockup-dots .down {
  opacity: 0.15;
}

.mockup-dots .p1,.mockup-dots .p2 {
  width: 200px;
  line-height: 25px;
}

.mockup .hold,.mockup-dots .hold {
  background: #fbdcaa;
  border: 1px solid #e28e09;
}

#dots1 .p1,#dots1 .p2,#dots1 .p4,#dots2 .p1,#dots2 .p2,#dots2 .p4 {
  left: 89px;
}

#dots3 .p1,#dots3 .p2,#dots3 .p4 {
  left: 91px;
}

#dots1 .p1 {
  top: 20px;
}

#dots1 .p2 {
  top: 484px;
}

.mockup-dots .p3a,.mockup-dots .p3b,.mockup-dots .p3c {
  width: 33px;
  line-height: 33px;
  left: 16px;
}

#dots1 .p3a.fl1 {
  top: 110px;
}

#dots1 .p3b.fl2 {
  top: 147px;
}

#dots1 .p3c.fl3 {
  top: 184px;
}

.mockup-dots .p4 {
  width: 132px;
  line-height: 12px;
  font-size: 10px;
}

#dots1 .p4.fl2 {
  top: 468px;
}

.mockup-dots .p5 {
  width: 33px;
  line-height: 12px;
  font-size: 10px;
  left: 16px;
}

.mockup-dots .p5.fl2 {
  top: 94px;
}

.overmarked {
  background: #F6FBBE;
}

#dots2 .p1 {
  top: 20px;
}

#dots2 .p4.fl2 {
  top: 362px;
}

#dots2 .p2 {
  top: 378px;
}

#dots2 .p5 {
  top: 89px;
}

#dots2 .p3a.fl1 {
  top: 105px;
}

#dots2 .p3b.fl2 {
  top: 142px;
}

#dots2 .p3c.fl3 {
  top: 179px;
}

#dots3 .p1 {
  top: 18px;
}

#dots3 .p2 {
  top: 693px;
}

#dots3 .p3a,#dots3 .p3b,#dots3 .p3c,#dots3 .p5 {
  left: 30px;
}

#dots3 .p3a.fl1 {
  top: 144px;
}

#dots3 .p3b.fl2 {
  top: 181px;
}

#dots3 .p3c.fl3 {
  top: 218px;
}

#dots3 .p4.fl2 {
  top: 678px;
}

#dots3 .p5 {
  top: 128px;
}

.icon-graphs-type-mt {
  display: inline-block;
  vertical-align: baseline;
  background: url(../img/icon-graph-mt.png) no-repeat;
  width: 21px;
  height: 21px;
  margin-right: 0.8rem;
}

.s-ra h2 {
  font-weight: 700;
  color: #1b1b1b;
  font-size: 14px;
  margin: 2em 0 0.8em;
}

.maintype-tbl-wrap {
  width: 100%;
  overflow: auto;
  margin-bottom: 1.5em;
  overflow: hidden;
}

.maintype-tbl {
  width: 100%;
  font-weight: 300;
}

.maintype-tbl th,.maintype-tbl td {
  padding: 1.143em 1.571em;
  text-align: left;
  font-size: 0.857em;
}

.maintype-tbl th {
  background: #252525;
  color: #fff;
  font-weight: normal;
  border-left: 1px solid rgba(255,255,255,0.1);
  border-right: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
}

.maintype-tbl th:first-child {
  border-left: 1px solid #252525;
}

.maintype-tbl th:last-child {
  border-right: 1px solid #252525;
}

.maintype-tbl th [colspan] {
  text-align: center;
}

.maintype-tbl td {
  border-left: 1px solid rgba(0,0,0,0.08);
  border-right: 1px solid rgba(0,0,0,0.08);
  background: #e2e2e2;
}

.maintype-tbl td.r {
  background: #f2dede;
}

.maintype-tbl td.g {
  background: #e8f2de;
}

.maintype-tbl .d td {
  background: #d6d6d6;
}

.maintype-tbl .d td.r {
  background: #efd2d2;
}

.maintype-tbl .d td.g {
  background: #dfefcf;
}

.maintype-tbl .total td {
  border-top: 2px solid #252525;
}

.thtip {
  visibility: hidden;
  position: absolute;
  top: -10000em;
  width: 100px;
  left: -1000em;
}

.shadytip {
  background: #ececec;
  overflow: hidden;
  position: absolute;
  font-size: 0.75em;
  padding: 1.2em 1.6em;
  top: -1000em;
  z-index: 150;
  max-width: 250px;
  text-align: left;
  box-shadow: 1px 1px 4px 0 rgba(0,0,0,0.4);
  border-radius: 2px;
  line-height: 1.8;
}

.gettip {
  cursor: help;
}

.icontip {
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: top;
  margin-left: 0.6em;
  background: no-repeat url(../img/ico_brockers.png?v1) -2px -137px;
}

.icontip:hover,.icontip.pressed {
  background-position: -23px -137px;
}

.tabbox .msort {
  margin-bottom: 1em;
}

.sortheader {
  position: relative;
  padding: 0 0 1em;
  border-top: 1px solid #e7e7e7;
}

.sortheader .header .hlink {
  border: none;
  color: #000;
}

.sortheader .header .hlink .icon {
  visibility: hidden;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0.3em;
  left: -20px;
  background: no-repeat url(../img/icons.png) 0 0;
}

.sortheader .header a.hlink {
  color: #1b1b1b;
  border-bottom: 1px dashed #1b1b1b;
  text-decoration: none;
}

.sortheader .header a.hlink:hover {
  color: #13a071;
  border-bottom-color: transparent;
}

.sortheader .header.active a.hlink {
  border-bottom-color: transparent;
}

.sortheader .header.active a.hlink:hover {
  border-bottom: 1px dotted green;
  color: green;
}

.sortheader .header.active a.hlink:hover .icon {
  visibility: visible;
  background-position: 0 0;
}

.sortheader .sort-lnk {
  background: none;
  padding: 2px 1.2em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 3px solid transparent;
  color: #000;
}

.sortheader .sort-lnk:hover {
  color: #13a071;
}

.sortheader .sort-lnk:hover .hlnk-txt {
  border-bottom: 1px dashed #13a071;
}

.sortheader .sort-lnk.current {
  color: #000;
  padding: 2px 1.2em;
  border: 3px solid #13a071;
}

.sortheader .sort-lnk.current .hlnk-txt {
  border-bottom: 1px dashed transparent;
}

.sortheader .hlnk-txt {
  border-bottom: 1px dashed #000;
}

.charthead {
  position: relative;
  border-top: 1px solid #e2e2e2;
  padding: 2.2em 0;
}

.s-ra .charthead {
  margin: 0;
}

.charthead .hlink .icon {
  visibility: hidden;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
  top: 2.2em;
  left: -20px;
  background: no-repeat url(../img/icons.png) 0 0;
}

.charthead a.hlink {
  color: #1b1b1b;
  border-bottom: 1px dashed #1b1b1b;
  text-decoration: none;
}

.charthead a.hlink:hover {
  color: #13a071;
  border-bottom-color: transparent;
}

.charthead a.hlink:hover .icon {
  background-position: 0 -16px;
}

.charthead.active .hlink {
  border: none;
  color: #000;
}

.chartcontainer {
  height: 700px;
}

.piecontainer {
  height: 500px;
}

.menu-sort.rs {
  position: absolute;
  right: 0;
  top: 24px;
}

.menu-sort .list {
  padding-top: 0;
  color: #a3a3a3;
}

.menu-level2-ra {
  border-bottom: none;
  margin: 2.8em 0 2.2em;
}

.menu-level2-ra .tabitem .tablnk-txt {
  border-bottom: 1px dashed #000;
}

.menu-level2-ra .tabitem .tablink {
  font-size: 18px;
  background: none;
  padding: 2px 0;
  margin-right: 2.2em;
  position: relative;
  display: inline-block;
  text-decoration: none;
  border: 3px solid transparent;
  color: #000;
}

.menu-level2-ra .tabitem .tablink.current {
  padding: 2px 1.2em;
  border: 3px solid #13a071;
}

.menu-level2-ra .tabitem .tablink.current .tablnk-txt {
  border-bottom: 1px dashed transparent;
}

.dialog,.dialog__overlay {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.dialog {
  position: fixed;
  z-index: 10000;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  pointer-events: none;
}

.dialog__overlay {
  position: absolute;
  z-index: 1;
  background: rgba(55,58,71,0.9);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-backface-visibility: hidden;
}

.dialog--open .dialog__overlay {
  opacity: 1;
  pointer-events: auto;
}

.dialog__content {
  width: 50%;
  max-width: 560px;
  min-width: 290px;
  background: #fff;
  padding: 2em 3em;
  text-align: center;
  position: relative;
  z-index: 5;
  opacity: 0;
}

.dialog--open .dialog__content {
  pointer-events: auto;
}

.dialog .dialog-title {
  margin: 0;
  font-size: 2em;
  margin: 0 auto 1em;
}

.dialog .dialog-inner {
  margin: 1em auto;
}

.dialog .dialog-btn-box {
  margin-top: 3em;
}

.dialog__overlay {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

.dialog.dialog--open .dialog__content,.dialog.dialog--close .dialog__content {
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  animation-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.dialog.dialog--open .dialog__content {
  -webkit-animation-name: anim-open;
  animation-name: anim-open;
}

.dialog.dialog--close .dialog__content {
  -webkit-animation-name: anim-close;
  animation-name: anim-close;
}

.dialog.dialog--open .dialog-el {
  -webkit-animation: anim-elem-open 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: anim-elem-open 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
}

.dialog.dialog--close .dialog-el {
  -webkit-animation: anim-elem-close 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
  animation: anim-elem-close 0.4s cubic-bezier(0.7, 0, 0.3, 1) both;
}

@-webkit-keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0.5, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@keyframes anim-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }
}

@-webkit-keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }

  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0.5, 1);
  }
}

@keyframes anim-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }

  20% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
    transform: translate3d(-400px, 0, 0) scale3d(1.4, 0, 1);
  }
}

@-webkit-keyframes anim-elem-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}

@keyframes anim-elem-open {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  20% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }

  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes anim-elem-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
  }
}

@keyframes anim-elem-close {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100px, 0, 0);
    transform: translate3d(-100px, 0, 0);
  }
}

.show-menu-btn {
  display: none;
}

.s-menu {
  background: #027e49;
  font-size: 0.75rem;
  text-transform: uppercase;
  height: 70px;
  line-height: 70px;
  -moz-box-shadow: 0 5px 6px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 5px 6px 0 rgba(0,0,0,0.2);
  box-shadow: 0 5px 6px 0 rgba(0,0,0,0.2);
  position: absolute;
  top: 105px;
  bottom: auto;
  left: 0;
  right: 0;
  z-index: 100;
}

.s-menu .page {
  position: relative;
}

.menu {
  list-style: none;
  text-align: justify;
  margin: 0;
}

.menu span {
  margin: -29px 50px -47px;
  display: block;
  font-weight: 700;
  float: left;
}

.menu .menu-item,.menu .separator {
  display: inline-block;
  vertical-align: top;
}

.menu .separator {
  color: #2ca270;
  font-size: 1.5rem;
}

.menu .lnk {
  display: block;
  cursor: pointer;
  color: #fff;
}

.menu .lnk:hover {
  color: #033c24;
}

.menu .lnk.active {
  color: #033c24;
}
@media all and (max-width: 860px) {
  .menu .lnk {
    display: inline;
  }
}
.menu .menu-has-submenu>.lnk {
  position: relative;
}

.menu .menu-has-submenu>.lnk:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -8px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 6px solid #fff;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transform: translateX(-100%);
  -webkit-transition: visibility 0s ease 0.3s,opacity 0s ease 0.3s,-webkit-transform 0.4s ease 0.3s;
  transition: visibility 0s ease 0.3s,opacity 0s ease 0.3s,transform 0.4s ease 0.3s;
}

.menu .menu-has-submenu:hover .lnk:after {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

.menu .submenu-wrap {
  position: absolute;
  z-index: 1001;
  background: #fff;
  -moz-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
  -webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
  left: 0;
  right: 0;
  top: 70px;
  visibility: hidden;
  opacity: 0;
  transform: translateY(-4px);
  -webkit-transition: visibility 0s ease 0.3s,opacity 0.2s ease 0.3s,-webkit-transform 0.4s ease 0.4s;
  transition: visibility 0s ease 0.3s,opacity 0.2s ease 0.3s,transform 0.4s ease 0.4s;
}

.menu .submenu {
  list-style: none;
  padding: 28px 50px 24px;
  line-height: 2em;
  margin: 0;
  font-size: 0.875rem;
  text-transform: none;
}

.menu .submenu-item {
  margin: 0.4em 0;
  float: left;
  width: 33.33%;
}

.menu .submenu-item .lnk {
  color: #000;
}

.menu .submenu-item .lnk:hover {
  color: #13a071;
}

.menu .menu-item:hover .submenu-wrap {
  visibility: visible;
  opacity: 1;
  transform: translateY(0px);
  -webkit-transition: visibility 0s ease 0.14s,opacity 0s ease 0.14s,-webkit-transform 0.4s ease 0.24s;
  transition: visibility 0s ease 0.14s,opacity 0s ease 0.14s,transform 0.4s ease 0.24s;
}

@media screen and (max-width: 860px) {
  .show-menu-btn {
    background: #027e49;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 100%;
    -moz-box-shadow: 4px 0 4px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 0 4px 0 rgba(0,0,0,0.2);
    box-shadow: 4px 0 4px 0 rgba(0,0,0,0.2);
    cursor: pointer;
    display: block;
    z-index: 1001;
  }

  .show-menu-btn:after {
    content: "";
    width: 32px;
    height: 21px;
    display: block;
    position: absolute;
    top: 38px;
    left: 6px;
    -webkit-background: linear-gradient(0deg, #027e49 0%,#027e49 5px,#ffffff 5px,#ffffff 8px,#027e49 8px) repeat;
    background: linear-gradient(0deg, #027e49 0%,#027e49 5px,#ffffff 5px,#ffffff 8px,#027e49 8px) repeat;
    -webkit-background-size: 100% 8px;
    background-size: 100% 8px;
  }

  .s-menu {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10000;
    width: 180px;
    height: 100%;
    -webkit-transform: translateX(-180px);
    transform: translateX(-180px);
    line-height: 40px;
    -moz-box-shadow: 4px 0 4px 0 rgba(0,0,0,0.2);
    -webkit-box-shadow: 4px 0 4px 0 rgba(0,0,0,0.2);
    box-shadow: 4px 0 4px 0 rgba(0,0,0,0.2);
  }

  .s-menu .page {
    padding-right: 0;
    position: relative;
    height: 100%;
  }

  .menu {
    padding-top: 2.8em;
    overflow-y: auto;
    -ms-overflow-y: auto;
    height: 100%;
  }

  .menu .separator {
    display: none;
  }

  .menu .submenu-wrap {
    width: 280px !important;
    top: 0;
    bottom: 0;
    right: auto;
    padding-top: 28px;
    -ms-overflow-y: auto;
    overflow-y: auto;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transition: visibility 0s ease 0.8s,opacity 0.2s ease 0.4s,-webkit-transform 0.4s ease;
    transition: visibility 0s ease 0.8s,opacity 0.2s ease 0.4s,transform 0.4s ease;
  }

  .menu .submenu {
    margin-top: 1em;
    line-height: normal;
  }

  .menu .submenu-item {
    margin: 1.4em 0;
    text-align: left;
    float: none;
    width: 100%;
  }

  .menu .menu-item {
    display: block;
  }

  .menu .menu-item:hover .submenu-wrap {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition: visibility 0s ease 0.8s,opacity 0s ease 0.4s,-webkit-transform 0.4s ease;
    transition: visibility 0s ease 0.8s,opacity 0s ease 0.4s,transform 0.4s ease;
  }

  .menu .menu-has-submenu>.lnk {
    position: relative;
  }

  .menu .menu-has-submenu>.lnk:after {
    content: none;
    position: absolute;
    left: auto;
    margin-left: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 6px solid #fff;
    bottom: auto;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
    -webkit-transition: visibility 0s ease 0.4s,opacity 0.4s ease 0.2s,-webkit-transform 0.4s ease 0.6s;
    transition: visibility 0s ease 0.4s,opacity 0.4s ease 0.2s,transform 0.4s ease 0.6s;
    top: 50%;
    margin-top: -8px;
    right: 6px;
  }

  .menu .menu-has-submenu:hover .lnk:after {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }

  .menu .menu-has-submenu:after {
    content: "‹‹‹";
    position: absolute;
    top: 0;
    left: 0;
    width: 200px;
    padding: 22px 0 0 50px;
    color: #027e49;
    background: #FFF;
    -moz-box-shadow: 0 4px 6px 2px #fff;
    -webkit-box-shadow: 0 4px 6px 2px #fff;
    box-shadow: 0 4px 6px 2px #fff;
    font-weight: 900;
    font-size: 1.75rem;
    z-index: 1111111;
    -webkit-transform: translateX(-280px);
    transform: translateX(-280px);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    cursor: pointer;
    visibility: hidden;
  }

  .menu .menu-has-submenu.open .submenu-wrap {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: visibility 0s ease,opacity 0.4s ease 0s,-webkit-transform 0.2s ease 0.2s;
    transition: visibility 0s ease,opacity 0.4s ease 0s,transform 0.4s ease 0.2s;
  }

  .menu .menu-has-submenu.open .lnk:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .menu .menu-has-submenu.open:after {
    visibility: visible;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: visibility 0s ease,-webkit-transform 0.4s ease 0.2s;
    transition: visibility 0s ease,transform 0.4s ease 0.2s;
  }
}

.breadcrumbs {
  list-style: none;
  display: inline-block;
  font-weight: 400;
  font-size: 0.75rem;
  margin: 0;
  padding: 0;
}

.breadcrumbs .lnk {
  color: #919191;
}

.breadcrumbs .item {
  display: inline-block;
  vertical-align: top;
  padding-left: 24px;
  position: relative;
  margin-right: 4px;
}

.breadcrumbs .item:after {
  content: "―";
  position: absolute;
  display: block;
  left: 2px;
  top: 0;
  width: 13px;
  height: 13px;
}

.breadcrumbs .item:before {
  content: none;
}

.breadcrumbs .item:after {
  color: #919191;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.breadcrumbs .item:hover .lnk {
  color: #CFCDCD;
}

.breadcrumbs .to-main-page:before,.breadcrumbs .to-main-page:after {
  content: "";
  position: absolute;
  display: block;
  left: 2px;
  top: 0;
  width: 13px;
  height: 13px;
  background: url(../img/ico_oth.png) no-repeat;
}

.breadcrumbs .to-main-page:before {
  background-position: 0 0;
}

.breadcrumbs .to-main-page:after {
  background-position: -14px 0;
  opacity: 0;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.breadcrumbs .to-main-page:hover:after {
  opacity: 1;
}

.breadcrumbs .to-main-page:hover .lnk {
  color: #CFCDCD;
}

.tags-block {
  list-style: none;
  padding: 18px;
  background: #F0F0F0;
  text-align: right;
}

.tags-block .lnk {
  text-decoration: none;
  color: #a9a9a9;
}

.tags-block .tags-item {
  display: inline-block;
  background: #FFF;
  position: relative;
  height: 26px;
  line-height: 26px;
  margin: 0.3em 1em;
  border: 1px solid #ddd;
  padding: 0 10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.tags-block .tags-item:before,.tags-block .tags-item:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -13px;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-right: 10px solid;
  left: -10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.tags-block .tags-item:before {
  border-right-color: #ddd;
  left: -11px;
  z-index: 1;
}

.tags-block .tags-item:after {
  z-index: 2;
  border-right-color: #fff;
}

.tags-block .tags-item:hover {
  border-color: #13a071;
  background: #13a071;
}

.tags-block .tags-item:hover:before,.tags-block .tags-item:hover:after {
  border-right-color: #13a071;
}

.tags-block .tags-item:hover .lnk {
  color: #fff;
}

.pagination {
  overflow: hidden;
  margin: 3em 0 1em;
  font-size: 0.875rem;
}

.pagination .lnk {
  text-decoration: none;
  color: #000;
}

.pagination .lnk:hover {
  color: #13a071;
}

.pagination .item {
  border: 3px solid #13a071;
  height: 40px;
  line-height: 40px;
  position: relative;
  display: block;
  padding: 0 24px;
}

.pagination .item:before,.pagination .item:after {
  content: "";
  background: url(../img/ico_pagination_arrow.png) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  margin-top: -8px;
}

.pagination .prev {
  float: left;
  padding-left: 48px;
}

.pagination .prev:before,.pagination .prev:after {
  left: 24px;
}

.pagination .prev:before {
  background-position: -16px 0;
  opacity: 0;
  z-index: 1;
}

.pagination .prev:after {
  background-position: 0 0;
}

.pagination .next {
  float: right;
  padding-right: 48px;
}

.pagination .next:before,.pagination .next:after {
  right: 24px;
}

.pagination .next:before {
  background-position: -16px -16px;
  opacity: 0;
  z-index: 1;
}

.pagination .next:after {
  background-position: 0 -16px;
}

.pagination .item:hover:before,.pagination .item:hover:after {
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.pagination .item:hover:before {
  opacity: 1;
}

.pagination .item:hover:after {
  opacity: 0;
}

.lang-container {
  width: 112px;
  margin-left: 14px;
  height: 30px;
  position: relative;
}

.lang-block-wrap {
  position: absolute;
  overflow: hidden;
  z-index: 1000;
  top: 0;
  cursor: pointer;
}

.lang-block-wrap :checked+.lang-list {
  max-height: 150px;
}

#lang-block {
  position: absolute;
  left: -30px;
  top: -30px;
}

.lang-list {
  display: block;
  border: 1px solid #e5e5e5;
  font-size: 0.875rem;
  background: #fff;
  padding: 4px 4px 0;
  overflow: hidden;
  max-height: 24px;
  color: #000;
  margin: 0;
  -webkit-transition: 0.2s max-height;
  transition: 0.2s max-height;
}

.lang-list:after {
  content: "";
  width: 14px;
  height: 10px;
  background: url(../img/ico_top_line.png) no-repeat -2px -25px;
  display: block;
  position: absolute;
  right: 10px;
  top: 10px;
}

.lang-list .lang-item {
  position: relative;
  height: 24px;
  text-decoration: none;
  display: block;
  padding: 0 30px 0 38px;
  min-width: 32px;
}

.lang-list .lang-item .txt {
  color: #8e8e8e;
  border-bottom: 1px dotted transparent;
  display: inline-block;
  vertical-align: top;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

.lang-list .lang-item:hover .txt {
  color: #13a071;
  border-bottom: 1px dotted #13a071;
}

.lang-list .lang-item:after {
  content: "";
  display: block;
  width: 22px;
  height: 16px;
  position: absolute;
  background: url(../img/ico_flags.png) no-repeat;
  left: 9px;
  top: 50%;
  margin-top: -11px;
}

.lang-list .lang-ru:after {
  background-position: 0 -1px;
}

.lang-list .lang-es:after {
  background-position: 0 -24px;
}

.lang-list .lang-en:after {
  background-position: 0 -46px;
}

.lang-list .lang-cn:after {
  background-position: 0 -70px;
}

.lang-list .lang-ar:after {
  background-position: 0 -93px;
}

.socials {
  width: 16.8%;
  padding-top: 4px;
  margin-right: -12px;
  height: 30px;
  float: right;
}

.socials .socials-item {
  width: 20px;
  height: 24px;
  background: url(../img/ico_socials.png) no-repeat;
  display: inline-block;
  opacity: 0.14;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.socials .socials-item:hover,.socials .socials-item:active {
  opacity: 1;
}

.socials .gp {
  display: none;
  width: 22px;
  background-position: -25px 0;
}

.socials .fb {
  /*background-position: -25px -23px;*/
  background-position: 1px 0;
  background-image: url(../img/facebook.svg);
  background-size: 10px;
}

.socials .tw {
  /*background-position: -25px -48px;*/
  background-image: url(../img/twitter.svg);
}

.socials .pc {
  /*background-position: -25px -72px;*/
  background-image: url(../img/pinterest.svg);
  background-size: 13px;
}

.socials .yt {
  background-image: url(../img/youtube.svg);
}

header {
  background: #fff;
  margin-bottom: 69px;
}

.top-line {
  padding-top: 38px;
  height: 68px;
}

.search-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #ddd;
  height: 30px;
  position: relative;
  padding-right: 36px;
  margin-left: -10px;
  width: 260px;
  overflow: hidden;
  font-size: 1rem;
}

.search-box .text-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  font-size: 1rem;
  outline: 0;
  border: 0;
  padding: 0 0.8em;
  position: relative;
  top: 4px;
  vertical-align: top;
}

.search-box .search-btn {
  background: url(../img/ico_top_line.png) no-repeat;
  width: 20px;
  height: 20px;
  border: 0;
  outline: 0;
  position: absolute;
  right: 14px;
  top: 50%;
  margin-top: -10px;
  cursor: pointer;
  text-indent: 22px;
}

.top-line-item {
  display: inline-block;
  vertical-align: top;
}

.lang-container {
  margin: 0 8% 0 0;
}

.logo {
  color: #5a5a5a;
  font-size: 1.5rem;
  font-weight: 300;
  text-transform: uppercase;
  text-decoration: none;
  margin-left: 2px;
  margin-right: 7%;
  position: relative;
  top: -2px;
  white-space: nowrap;
  float: left;
}

.logo .txt {
  margin-left: 14px;
  letter-spacing: 4px;
  word-spacing: 0.2em;
}

@media screen and (max-width: 940px) {
  .search-box {
    margin-left: 0;
    width: 222px;
  }

  .lang-container {
    margin-left: 0;
  }
}

@media screen and (max-width: 860px) {
  header {
    margin-bottom: 0;
    position: relative;
  }

  .top-line {
    height: 100px;
    position: relative;
  }

  .top-line .socials {
    width: 25%;
  }

  .search-box-wrap {
    position: absolute;
    top: 92px;
    bottom: auto;
    left: 0;
    right: 0;
  }

  .search-box {
    width: 100%;
  }
}

@media screen and (max-width: 680px) {
  .top-line {
    height: 112px;
  }

  .top-line .socials {
    width: 60%;
    display: block;
    margin: 1em auto;
    display: none;
  }

  .lang-container {
    position: absolute;
    right: 0;
    top: 38px;
    margin: 0;
  }

  .search-box-wrap {
    top: 94px;
  }
}

@media screen and (max-width: 562px) {
  .logo {
    display: block;
  }

  .lang-container {
    position: relative;
    top: 0;
    left: 0;
  }

  .top-line .socials {
    width: auto;
  }
}

@media all and (max-width: 478px) {
  .top-line {
    height: 156px;
  }

  .top-line .lang-container {
    float: none;
    clear: both;
    display: block;
    margin: 57px 0 0;
  }

  .top-line .search-box-wrap {
    top: 144px;
  }
}

.banner-img {
  width: 100%;
  height: auto;
}
.banner-set iframe {
  max-width: 100%;
}
.banner-block {
  font-weight: 400;
  font-size: 0.75rem;
  color: #919191;
  text-align: center;
}

.top-banner-block, .banner-block {
  position: relative;
}
.top-banner-block iframe, .banner-block iframe {
  /*position: absolute;*/
  /*left: 50%;*/
  /*margin-left: -485px;*/
}
.banner-block iframe {
  top: 116px;
}
.top-banner-block iframe {
  top: 36px;
}
.breadcrumbs-block {
  margin: 40px 0 0;
}
.banner-block .banner-text-line {
  display: block;
  margin-bottom: 91px;
  text-align: left;
}
.top-screen .banner-block .banner-text-line {
  margin-bottom: 20px;
}
@media all and (max-width: 730px) {
  .breadcrumbs-block {
    margin: 97px 0 0;
  }
}

.banner-block .lnk {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.8em 0.4em 0;
}

.banner-block .banner-label {
  margin-right: 1em;
}

.banner-block .banner-img {
  max-width: 970px;
}

.banner-block a:hover {
  color: #CFCDCD;
}

.top-banner-block {
  margin: 6px auto 44px;
}

.top-banner-block .lnk {
  color: #888;
}

.top-banner-block .lnk:hover {
  color: #13a071;
}

.s-banner {
  padding: 20px 0 48px;
}

.s-banner .banner-text-line {
  padding: 0 50px;
}

.banner-pure-img {
  margin: 42px 0 40px;
}

@media all and (min-width: 1645px) {
  .banner-set {
    position: absolute;
    top: 63px;
    left: -269px;
    padding: 0;
    border: 0 !important;
  }
  .banner-set iframe {
    display: block;
    margin: 0 0 19px;
  }
}

.banner-set {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding-top: 38px;
  padding-bottom: 12px;
  position: static;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  flex-direction: column;
}

.banner-set ins {
  width: 250px;
  height: 250px;
}

@media all and (max-width: 1644px) {
  .banner-set {
    position: static !important;
    padding-top: 38px !important;
    left: 0 !important;
    top: 0 !important;
    flex-direction: row;
  }
}

.banner-set .banner-img {
  max-width: 250px;
  border: 10px solid #fff;
}

.top-screen {
  background: url(../img/ills/bg_s_main.png) no-repeat center bottom,#242424 url(../img/bg_top_screen_bg.jpg) repeat;
  border-bottom: 4px solid #d7d7d7;
  margin-bottom: -76px;
  padding: 74px 0 90px;
  color: #fff;
  font-weight: 300;
  font-size: 1.125rem;
  text-align: center;
}

.top-screen .text {
  line-height: 1.6em;
  width: 68%;
  margin: 0 auto;
}

.top-screen .text-narrow {
  width: 48%;
  margin-top: 2.6em;
}

.top-screen-main {
  background: url(../img/ills/bg_main.png) center bottom -28px no-repeat,url(../img/ills/bg_s_main.png) no-repeat center -85px,#242424 url(../img/bg_top_screen_bg.jpg) repeat;
  font-size: 1.25rem;
  padding: 74px 0 100px;
}

.top-screen-main .top-banner-block {
  margin-bottom: 70px;
}

.top-screen-main .text {
  line-height: 1.9em;
}

.top-screen-main h1 {
  margin-bottom: 30px;
}

.copyrights-box {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  border: 5px solid #13a071;
  padding: 24px;
  width: 220px;
  margin-top: -30px;
  margin-right: 4%;
}

.copyrights-box .box {
  background: #f1f1f2;
  padding: 26px 0 26px 26px;
  margin-left: -56px;
}

.copyrights-box .box .item {
  margin: 4px 0;
}

.copyrights-box .copyrights-design {
  font-size: 0.75rem;
}

.copyrights-box .copyrights-firm {
  font-size: 0.875rem;
  text-transform: uppercase;
}

.copyrights-box .copyrights-dates {
  font-weight: 900;
  font-size: 1.5rem;
  letter-spacing: 2px;
  white-space: nowrap;
}

footer {
  overflow: hidden;
}

footer.page {
  padding: 78px 28px 46px;
}

footer .socials {
  float: right;
}

.footer-menu {
  margin-left: 20%;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

@media screen and (max-width: 940px) {
  .footer-menu {
    margin-left: 0;
    margin-right: 0;
  }
}

@media screen and (max-width: 860px) {
  .footer-menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

.footer-menu .menu-column {
  display: inline-block;
  vertical-align: top;
  width: 17%;
  margin: 0 8%;
}

.footer-menu .menu-item {
  margin: 0 18% 19px;
  display: block;
}

.footer-menu .lnk {
  color: #000;
}
.footer-menu .lnk.active,
.footer-menu .lnk:hover {
  color: #13a071;
}

@media screen and (max-width: 740px) {
  footer .socials {
    width: auto;
    margin-right: 0;
    padding-top: 34px;
    float: none;
  }

  .copyrights-box {
    margin-right: 50px;
  }

  .footer-menu {
    width: 100%;
    display: block;
    clear: both;
    overflow: hidden;
    padding-top: 2em;
    -moz-column-count: 3;
    -webkit-column-count: 3;
    column-count: 3;
  }
}

@media screen and (max-width: 580px) {
  .footer-menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width: 530px) {
  footer .socials {
    margin-left: 272px;
    padding-top: 0;
  }

  footer .socials .socials-item {
    display: block;
    margin: 0 auto 1.2em;
  }
}

@media screen and (max-width: 420px) {
  footer .socials {
    margin-left: 0;
    clear: both;
    padding-top: 2em;
  }

  footer .socials .socials-item {
    display: inline-block;
    margin: 0 auto;
  }

  .footer-menu {
    padding-top: 0;
    -moz-column-count: 1;
    -webkit-column-count: 1;
    column-count: 1;
  }

  .footer-menu .menu-item {
    margin: 0 1em 0.8em;
    display: inline-block;
  }
}

.latest-list {
  list-style-type: none;
  margin-bottom: 26px;
  font-size: 1rem;
  width: 100%;
  display: inline-block;
  vertical-align: top;
}

.latest-list .list-item {
  display: inline-block;
  vertical-align: top;
  border: 3px solid transparent;
  width: 104px;
  text-align: center;
  position: relative;
  padding-bottom: 12px;
}

.latest-list .list-item.active {
  border: 3px solid #13a071;
}

.latest-list .list-item.active:before,.latest-list .list-item.active:after {
  content: "";
  position: absolute;
  left: 50%;
  margin-left: -13px;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 12px solid;
  bottom: -10px;
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
}

.latest-list .list-item.active:before {
  border-top-color: #13a071;
  bottom: -13px;
  z-index: 1;
}

.latest-list .list-item.active:after {
  z-index: 2;
  border-top-color: #fff;
}

.latest-list .list-item.active .lnk {
  color: #13a071;
}

.latest-list .list-item .lnk {
  display: inline-block;
  vertical-align: top;
  padding-top: 64px;
  text-decoration: none;
  color: #000;
  position: relative;
}

.latest-list .list-item .lnk:hover,.latest-list .list-item .lnk:active {
  color: #13a071;
}

.latest-list .list-item .iconed:after {
  content: "";
  width: 44px;
  height: 44px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -22px;
  margin-top: -32px;
  background: url(../img/ico_latest.png) no-repeat;
}

.latest-list .list-item .latest-brocker:after {
  background-position: 0 0px;
}

.latest-list .list-item .latest-brocker:hover:after,.latest-list .list-item .latest-brocker:active:after {
  background-position: -44px 0px;
}

.latest-list .list-item .latest-review:after {
  background-position: 0 -44px;
}

.latest-list .list-item .latest-review:hover:after,.latest-list .list-item .latest-review:active:after {
  background-position: -44px -44px;
}

.latest-list .list-item .latest-vps:after {
  background-position: 0 -88px;
}

.latest-list .list-item .latest-vps:hover:after,.latest-list .list-item .latest-vps:active:after {
  background-position: -44px -88px;
}

.latest-list .list-item .latest-consultor:after {
  background-position: 0 -132px;
}

.latest-list .list-item .latest-consultor:hover:after,.latest-list .list-item .latest-consultor:active:after {
  background-position: -44px -132px;
}

.latest-list .list-item .latest-indicator:after {
  background-position: 0 -176px;
}

.latest-list .list-item .latest-indicator:hover:after,.latest-list .list-item .latest-indicator:active:after {
  background-position: -44px -176px;
}

.latest-list .list-item .latest-strategy:after {
  background-position: 0 -220px;
}

.latest-list .list-item .latest-strategy:hover:after,.latest-list .list-item .latest-strategy:active:after {
  background-position: -44px -220px;
}

.latest-list .list-item .latest-article:after {
  background-position: 0 -264px;
}

.latest-list .list-item .latest-article:hover:after,.latest-list .list-item .latest-article:active:after {
  background-position: -44px -264px;
}

.latest-list .list-item .latest-book:after {
  background-position: 0 -308px;
}

.latest-list .list-item .latest-book:hover:after,.latest-list .list-item .latest-book:active:after {
  background-position: -44px -308px;
}

.latest-list .list-item.active .latest-brocker:after {
  background-position: -44px 0px;
}

.latest-list .list-item.active .latest-review:after {
  background-position: -44px -44px;
}

.latest-list .list-item.active .latest-vps:after {
  background-position: -44px -88px;
}

.latest-list .list-item.active .latest-consultor:after {
  background-position: -44px -132px;
}

.latest-list .list-item.active .latest-indicator:after {
  background-position: -44px -176px;
}

.latest-list .list-item.active .latest-strategy:after {
  background-position: -44px -220px;
}

.latest-list .list-item.active .latest-article:after {
  background-position: -44px -264px;
}

.latest-list .list-item.active .latest-book:after {
  background-position: -44px -308px;
}

.latest-tab-item {
  display: none;
}

.latest-tab-item.active {
  display: block;
}

.latest-tab-ul {
  list-style-type: none;
  font-size: 0.875rem;
  margin: 0;
}

.latest-tab-ul .li {
  padding-left: 30px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 0 3% 24px;
  position: relative;
  display: inline-block;
  width: 23%;
  vertical-align: top;
}

.latest-tab-ul .li:after {
  content: "";
  background: url(../img/mini_ico_latest.png) no-repeat;
  position: absolute;
}

.latest-tab-ul .subtitle {
  font-size: 0.813rem;
  font-weight: 300;
  color: #ababab;
}

.brocker-ul .li:after {
  width: 20px;
  height: 17px;
  top: 2px;
  left: 0;
  background-position: -1px -134px;
}

.book-ul .li:after {
  width: 11px;
  height: 17px;
  top: 2px;
  left: 0;
  background-position: -3px -113px;
}

.article-ul .li:after {
  width: 14px;
  height: 19px;
  top: 2px;
  left: 0;
  background-position: -1px -153px;
}

.indicator-ul .li:after {
  width: 18px;
  height: 18px;
  top: 2px;
  left: 0;
  background-position: 0px -68px;
}

.stratege-ul .li:after {
  width: 17px;
  height: 17px;
  top: 2px;
  left: 0;
  background-position: 0px -91px;
}

.consultor-ul .li:after {
  width: 20px;
  height: 22px;
  top: 2px;
  left: 0;
  background-position: 0px -43px;
}

.vpse-ul .li:after {
  width: 17px;
  height: 18px;
  top: 2px;
  left: 0;
  background-position: -1px -22px;
}

.review-ul .li:after {
  width: 19px;
  height: 19px;
  top: 2px;
  left: 0;
  background-position: 0 0;
}

.menu-level2-wrap {
  width: 16%;
  float: left;
}

.menu-level2 {
  list-style: none;
  padding-left: 0;
  font-weight: 700;
  margin: 0;
}

.menu-level2 .lnk {
  position: relative;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px dashed #000;
  color: #000;
}

.menu-level2 .lnk:hover {
  color: #13a071;
  border-bottom-color: #13a071;
}

.menu-level2 .item {
  border: 3px solid transparent;
  margin: 2em 0;
  padding: 0 4px;
}

.menu-level2 .item:before {
  content: "";
}

.menu-level2 .item.active {
  border: 3px solid #13a071;
}

.menu-level2 .item.active .lnk {
  border-color: transparent;
  color: #000;
  cursor: default;
  -webkit-transition: none;
  transition: none;
}

.menu-level2 .item.active .lnk:before {
  opacity: 1;
}

.menu-level2 .item.active .lnk:after {
  opacity: 0;
}

.menu-level2 .iconed.active {
  padding: 12px 4px;
}

.menu-level2 .iconed .lnk {
  margin-left: 48px;
}

.menu-level2 .iconed .lnk:before,.menu-level2 .iconed .lnk:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: -40px;
  background-image: url(../img/ico_mnu_level2.png);
  background-repeat: no-repeat;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
  top: 0;
}

.menu-level2 .iconed .lnk:before {
  z-index: 1;
  opacity: 0;
}

.menu-level2 .iconed:hover:before {
  opacity: 1;
}

.menu-level2 .iconed:hover:after {
  opacity: 0;
}

.menu-level2 .ico-recent:before {
  background-position: -23px 0;
}

.menu-level2 .ico-recent:after {
  background-position: 0 0;
}

.menu-level2 .ico-featured:before {
  background-position: -23px -23px;
}

.menu-level2 .ico-featured:after {
  background-position: 0 -23px;
}

.menu-level2 .ico-topics:before {
  background-position: -23px -46px;
}

.menu-level2 .ico-topics:after {
  background-position: 0 -46px;
}

.menu-level2 .ico-books:before {
  background-position: -23px -74px;
}

.menu-level2 .ico-books:after {
  background-position: 0 -74px;
}

.menu-level2-wrap-books {
  font-size: 0.75rem;
  width: 24%;
}

.menu-level2-wrap-books .item.active .lnk {
  color: #13a071;
}

.menu-level2-horisontal {
  font-size: 0.813rem;
  color: #fff;
}

.menu-level2-horisontal .item {
  margin: 0 0.8rem;
  display: inline-block;
  vertical-align: top;
}

.menu-level2-horisontal .item:last-child {
  margin-right: 0;
}

.menu-level2-horisontal .active {
  padding: 2px 2.2em;
}

.menu-horisontal .label {
  float: left;
  margin-right: 3%;
  position: relative;
  top: 4px;
}

@media screen and (max-width: 860px) {
  .menu-level2-wrap {
    width: 100%;
    float: none;
    margin-bottom: 2em;
  }

  .menu-level2-books .item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .menu-level2-justified {
    text-align: justify;
  }

  .menu-level2-justified:after {
    content: "";
    width: 99%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    display: inline-block;
  }

  .menu-level2-justified .item {
    display: inline-block;
    vertical-align: top;
  }

  .menu-level2-justified .item.active .lnk {
    margin-right: 1em;
  }
}

@media screen and (max-width: 640px) {
  .menu-level2 .item {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

.form {
  margin-bottom: 3em;
}

input:focus,textarea:focus {
  outline: 1px solid #13a071;
}

input::-webkit-input-placeholder,textarea::-webkit-input-placeholder {
  color: #797373;
}

input::-moz-placeholder,textarea::-moz-placeholder {
  color: #797373;
}

input:-moz-placeholder,textarea:-moz-placeholder {
  color: #797373;
}

input:-ms-input-placeholder,textarea:-ms-input-placeholder {
  color: #797373;
}

.field,
.wysija-input {
  padding: 0 18px;
  height: 44px;
  display: block;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 0.875rem;
  font-family: inherit;
  border: 1px solid #ddd;
  margin-bottom: 0.4em;
  color: #000;
}

.field.error, .wysija-input.error {
  border-color: red;
}

.field-note {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 1em;
  color: #a9a9a9;
  font-weight: 300;
  line-height: 1.4em;
}

.error+.field-note {
  color: red;
}

.field-textarea {
  padding-top: 0.8em;
  padding-bottom: 0.8em;
  height: auto;
  color: #000;
}

.hidden-cbx {
  display: none;
}

.checkbox {
  display: block;
  position: relative;
  padding-left: 32px;
}

.checkbox:hover {
  color: #13a071;
}

.checkbox:before,.checkbox:after {
  content: "";
  display: block;
  position: absolute;
}

.checkbox:before {
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  background: #FFF;
  border: 1px solid #ddd;
}

.checkbox:after {
  width: 9px;
  height: 9px;
  left: 4px;
  top: 4px;
  background: #13a071;
  opacity: 0;
}

.hidden-cbx:checked+.checkbox:after {
  opacity: 1;
}

.hidden-cbx:disabled+.checkbox {
  opacity: 0.6;
}

.hidden-cbx:disabled+.checkbox:hover {
  color: inherit;
}

.custom-select {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #FFF;
  padding: 0;
  border: 1px solid #ddd;
  height: 162px;
  overflow-y: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.custom-select .cbx-option {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  height: 32px;
  line-height: 16px;
  padding: 8px 1em;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  overflow: hidden;
}

.custom-select .cbx-option:hover {
  color: #13a071;
}

.custom-select .hidden-cbx:checked+.cbx-option {
  background: #13a071;
  color: #fff;
}

.full-width {
  width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-dropdown {
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: 100;
  text-align: left;
  padding: 0;
  font-size: 0.875rem;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 0.4em;
}

.custom-dropdown:focus {
  outline: none;
}

.custom-dropdown .cs-placeholder {
  background: #fff;
  display: block;
  position: relative;
  z-index: 2;
  padding: 13px 3em 0 18px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #797373;
  cursor: pointer !important;
}

.custom-dropdown .cs-placeholder:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 7px;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  background: url(../img/ico_brockers.png) no-repeat 0 -121px;
}

.custom-dropdown .cs-placeholder:focus {
  outline: 1px solid #13a071;
}

.custom-dropdown .cs-options {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  list-style: none;
  padding: 0;
  display: none;
  z-index: 1;
  position: absolute;
  top: 44px;
  margin: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  background: #fff;
  visibility: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  max-height: 174px;
  color: #000;
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.08);
  font-size: inherit;
}

.custom-dropdown .cs-item {
  font-size: inherit;
  padding: 0;
  margin: 0;
}

.custom-dropdown .cs-item:before {
  content: none;
}

.custom-dropdown.cs-open {
  z-index: 101;
  cursor: pointer;
}

.custom-dropdown.cs-open .cs-options {
  display: block;
  visibility: visible;
}

.custom-dropdown .rbx-option {
  display: block;
  padding: 12px 1em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer !important;
}

.custom-dropdown .rbx-option:hover {
  color: #13a071;
}

.custom-dropdown .hidden-cbx:checked+.rbx-option {
  background: #13a071;
  color: #fff;
}

.custom-dropdown.error .cs-placeholder {
  border-color: red;
}

.x-timezone .custom-dropdown {
  width: 70%;
}

.custom-file {
  position: relative;
  display: block;
  margin: 1.2em 0 1.6em;
  width: 48%;
}

.custom-file input[type=file] {
  display: none;
}

.custom-file-name {
  color: #c7c7c7;
  width: 98%;
  display: block;
  background-color: #fff;
  padding: 0.6em 80px 0.6em 16px;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  white-space: nowrap;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-file-name.not-empty {
  color: #1b1b1b;
}

.custom-btn-file {
  padding: 0.6em 16px;
  min-width: 80px;
  text-align: center;
  position: absolute;
  top: -2px;
  right: 0;
  background: #FFF;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.s-calculator {
  font-weight: 300;
}

.s-calculator .btn-box {
  margin: 2.2em 0 2.8em;
}

.form-calculator {
  margin-bottom: 2em;
}

.form-calculator .field-label {
  display: block;
  white-space: nowrap;
}

.form-calculator .field {
  width: 70%;
  margin: 12px 0 4px;
}

.form-calculator .btn {
  width: auto;
}

.form-calculator .field-note {
  color: #3a3a3a;
}

.form-calculator .list-h .item {
  line-height: normal;
  margin: 0;
  padding: 0;
}

.form-calculator .list-h .item:before {
  content: none;
}

.form-calculator .custom-dropdown {
  margin: 12px 0 4px;
}

.form-calculator .custom-dropdown .field {
  width: 100%;
  margin: 0;
}

.form-calculator .custom-dropdown .rbx-option {
  padding: 6px 1em;
  line-height: 1;
}

.form-calculator .calc-ask-price {
  width: 40%;
}

.form-calculator .calc-label-money {
  display: none;
}

.form-calculator .calc-label-risk {
  display: block;
}

.form-calculator .change-units .calc-label-money {
  display: block;
}

.form-calculator .change-units .calc-label-risk {
  display: none;
}

.calculator-levels {
  overflow: hidden;
  font-weight: 400;
  line-height: 2em;
  margin: 42px 0 0;
}

.calculator-levels .right-block {
  float: right;
  width: 35%;
  margin: 0 0 1em 1em;
  font-weight: 300;
}

.calculator-levels .box {
  background: #f0f0f0;
  padding: 32px 28px;
  margin-top: -1em;
}

.table-calculator {
  table-layout: fixed;
}

.table-calculator tbody td {
  text-align: center;
}

.table-calculator .calc-label-money {
  display: block;
}

.table-calculator .calc-label-risk {
  display: none;
}

.table-calculator .change-units .calc-label-money {
  display: none;
}

.table-calculator .change-units .calc-label-risk {
  display: block;
}

.ill-rside {
  float: right;
  margin: 0 0 1.2em 1.2em;
  display: block;
}

@media screen and (max-width: 860px) {
  .calculator-levels .right-block {
    float: none;
    width: 100%;
    margin: 0 auto 1em;
  }
}

.table-wrap {
  padding: 0 30px 0 0;
  overflow-x: auto;
}

.table,
.brborder {
  font-weight: 300;
  width: 100%;
  text-align: left;
  border-collapse: collapse;
  font-size: 1em;
  margin: 0.8em 0 4em;
}
.brborder {
  margin: 0.8em 0 24px;
}

.table td,.table th,
.brborder td,.brborder th {
  height: 64px;
  vertical-align: middle;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 0 7px;
}

.table th,
.brborder th,
.brborder tr:first-child td {
  font-weight: normal;
}

.table thead,
.brborder thead,
.brborder tr:first-child td {
  background: #252525;
  color: #fff;
}

.table thead th,
.brborder thead th,
.brborder tr:first-child td {
  border-left: 1px solid #484848;
  border-right: 1px solid #484848;
  font-weight: 300;
}

.table thead th:first-child,
.brborder thead th:first-child,
.brborder tr:first-child td:first-child {
  border-left: 1px solid #252525;
}

.table thead th:last-child,
.brborder thead th:last-child,
.brborder tr:first-child td:last-child {
  border-right: 1px solid #252525;
}

.table tbody,
.brborder tbody {
  background: #d6d6d6;
}
.table tbody tr:nth-child(odd),
.brborder tbody tr:nth-child(odd) {
  background: #e2e2e2;
  border-left: 1px solid #c6c6c6;
  border-right: 1px solid #c6c6c6;
}

.table tbody th,
.brborder tbody th {
  font-weight: 400;
}

.s-brockers-list .table {
  margin-bottom: 1em;
}

.ico-pay {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin: 2px 3px 2px 0;
  background: url(../img/icon-paysystems.png) no-repeat;
}

.ico-pay-system1 {
  background-position: 0 0px;
}

.ico-pay-system2 {
  background-position: 0 -16px;
}

.ico-pay-system3 {
  background-position: 0 -32px;
}

.ico-pay-system4 {
  background-position: 0 -48px;
}

.ico-pay-system5 {
  background-position: 0 -64px;
}

.ico-pay-system6 {
  background-position: 0 -80px;
}

.ico-pay-system7 {
  background-position: 0 -96px;
}

.ico-pay-system8 {
  background-position: 0 -112px;
}

.ico-param {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
  background: url(../img/ico_brockers.png) no-repeat;
}

.ico-checks-type1 {
  background-position: 0 0;
}

.ico-checks-type2 {
  background-position: -34px 0;
}

.ico-graphs-type1 {
  background-position: 0 -32px;
}

.ico-graphs-type2 {
  background-position: -34px -32px;
}

.ico-graphs-type3 {
  background-position: -66px -32px;
}

.tr-dashed {
  border-bottom: 2px solid #252525;
}

.brocker-more-info {
  list-style: none;
  padding-left: 0;
  margin: 1em 0;
  font-weight: 400;
  font-size: 0.875rem;
}

.brocker-more-info .label {
  color: #797373;
  margin-right: 10%;
  font-weight: 300;
}

.brocker-more-info .flags {
  margin-top: 0.25em;
}

@media screen and (max-width: 940px) {
  .menu-sort .label {
    float: none;
  }

  .brocker-more-info .column {
    width: 70%;
    padding-right: 0;
    display: block;
    margin-bottom: 1.4em;
  }

  .m-hide {
    display: none;
  }
}

.rating-block {
  text-align: center;
  font-weight: 300;
  margin-bottom: 56px;
}

.rating-block .rate {
  font-size: 2.25rem;
  margin-bottom: 0.1em;
}

.star-rating {
  width: 260px;
  height: 24px;
  margin: 1em auto;
  background: url(../img/ico_star_rate.png) repeat-x 0 0;
}

.star-rating .current-rating {
  height: 24px;
  background: url(../img/ico_star_rate.png) repeat-x 0 -24px;
}

.star-rating-table {
  background: url(../img/ico_star_rate-table.png) repeat-x 0 0;
  width: 120px;
  height: 11px;
  margin: 5px 0 0px;
}

.star-rating-table .current-rating {
  height: 11px;
  background: url(../img/ico_star_rate-table.png) repeat-x 0 -11px;
}

.side-right {
  float: right;
  width: 35%;
}

.side-left {
  width: 62%;
}

.features-labels {
  margin-top: -0.8em;
  text-align: center;
}

.features-labels .column {
  min-width: 136px;
  width: 48%;
  padding: 0 1%;
}

.features-labels .label {
  display: block;
  height: 51px;
  margin-bottom: 8px;
  border: 3px solid transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  line-height: 51px;
}

.features-labels .label-no-usa {
  color: #959595;
  border-color: #000;
  position: relative;
}

.features-labels .label-no-usa:after {
  content: "";
  background: url(../img/ico_label_no.png) no-repeat center center;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.features-labels .label-special {
  background: #13a071;
  color: #fff;
}

.item-features {
  margin: 0 0 1em 1em;
}

.item-features .features-list {
  background: #f0f0f0;
  padding: 36px;
  margin: 0 1% 18px;
}

.item-features .features-list .list-item {
  position: relative;
  padding-left: 34px;
  margin-bottom: 1em;
}

.item-features .features-list .list-item:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 17px;
  height: 17px;
  background: url(../img/ico_brockers.png) no-repeat 0 -62px;
}

.item-features .features-list .list-item.ico-no:after {
  background-position: -19px -62px;
}

.item-features .features-list .list-item:last-child {
  margin-bottom: 0;
}

.item-features .review-lnk-wrap {
  text-align: right;
}

.item-features .review-lnk {
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.item-features .review-lnk:after {
  content: "";
  position: absolute;
  top: 2px;
  left: -30px;
  width: 18px;
  height: 18px;
  background: url(../img/ico_blog.png) no-repeat 0 -18px;
}

.item-features .banner {
  color: #fff;
  background: #13a071;
}

.item-features .banner a {
  color: inherit;
}

.item-features .box {
  padding: 20px 36px 12px 36px;
  margin: 18px 0;
}

.item-features .textbox {
  background: #f0f0f0;
  padding: 36px;
  margin: 0 1% 18px;
  line-height: 1.6;
  color: #4f4f4f;
}

.item-blank {
  line-height: 1.6em;
  margin-bottom: 4.2em;
}

.item-blank .dashed {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 47%;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAABAQMAAADHB02zAAAABlBMVEUAAADMzMzIT8AyAAAAAnRSTlMAgJsrThgAAAAKSURBVAjXY3gAAADiAOG/+FxCAAAAAElFTkSuQmCC") repeat-x 20px 1em;
  margin-right: 1%;
  padding-right: 1.2em;
}

.item-blank .name {
  display: inline-block;
  vertical-align: top;
  background: #FFF;
  padding-right: 0.8em;
  color: #797373;
}

.item-blank .data {
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding-left: 18px;
}

.description-list .list-item {
  margin-bottom: 1.4em;
}

.description-list .list .item {
  margin-bottom: 0.3em;
}

.dropdown-inline {
  position: relative;
  padding-left: 18px;
  margin-top: 1.4em;
}

.dropdown-inline:after {
  content: "";
  background: #D6D6D6;
  width: 1px;
  position: absolute;
  top: 0.4em;
  bottom: 3px;
  left: 4px;
  right: auto;
}

.columned-3 {
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-count: 3;
}

.labeled {
  padding-left: 18px;
  position: relative;
}

.labeled .act {
  white-space: nowrap;
}

.labeled .act-show {
  display: inline-block;
  cursor: pointer;
}

.labeled .act-hide {
  display: none;
}

.labeled .js-open .labeled:after {
  background-position: -10px -129px;
  margin-top: -3px;
}

.labeled .js-open .act-show {
  display: none;
}

.labeled .js-open .act-hide {
  display: inline-block;
}

.js-shown {
  visibility: hidden;
  overflow: hidden;
  height: 0;
  -webkit-transition: visibility 0s ease 0.1s,height 0.2s ease;
  transition: visibility 0s ease 0.1s,height 0.2s ease;
}

.js-open .js-shown {
  visibility: visible;
  -webkit-transition: visibility 0s ease,height 0.2s ease;
  transition: visibility 0s ease,height 0.2s ease;
}

.brocker-blank .labeled:after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 5px;
  top: 50%;
  left: 0;
  margin-top: -3px;
  background-image: url(../img/ico_brockers.png);
  background-repeat: no-repeat;
  background-position: 0 -129px;
}

.description-list .labeled {
  margin-left: -18px;
}

.description-list .js-shown {
  margin-left: -18px;
}

.menu-account-types {
  width: auto;
  margin: 16px 0 3em 0;
}

.dashed-block {
  padding-top: 42px;
  margin-top: 42px;
  border-top: 1px dashed #d6d6d6;
}

.brocker-actions {
  font-size: 0.813rem;
  color: #5f5f5f;
  margin-bottom: -6px;
}

.brocker-actions .iconed {
  padding-left: 37px;
  position: relative;
}

.brocker-actions .iconed:after {
  content: "";
  height: 19px;
  position: absolute;
  top: 0;
  background-image: url(../img/ico_brockers.png);
  background-repeat: no-repeat;
}

.ico-account:after {
  left: 0;
  width: 27px;
  background-position: 0 -81px;
}

.ico-conditions:after {
  left: 7px;
  width: 19px;
  background-position: -46px -81px;
}

.ico-goto:after {
  left: 7px;
  width: 19px;
  background-position: -27px -81px;
}

.reviews-block {
  font-size: 14px;
  line-height: 2em;
  color: #797373;
}

.reviews-block strong {
  color: #000;
  font-weight: 700;
}

.reviews-block .block-title {
  margin-bottom: 0.6em;
}

.form-review {
  background: #f0f0f0;
  padding: 20px 24px 20px;
  margin-top: 3.4em;
}

.form-review .field {
  width: 100%;
}

.form-review .field+.field {
  margin: 1.2em 0;
}

.form-review .field+.custom-dropdown {
  margin: 1.2em 0;
}

.form-review .custom-dropdown+.field {
  margin: 1.2em 0;
}

.form-review .btn-box {
  margin: 3em 0 1em;
}

.form-review .status-message {
  text-align: center;
  font-size: 1.2em;
  margin: 1em 0;
}

.capchabox {
  margin-top: 2em;
}

.capchabox .capcha-label {
  font-size: 0.875rem;
  margin-bottom: 0.4em;
}

.capchabox .capcha-img {
  height: 42px;
  width: 45%;
  float: left;
  border: 1px solid #ddd;
}

.capchabox .capcha-text {
  width: 50%;
  font-size: 1.5rem;
  float: right;
}

@media screen and (max-width: 980px) {
  .capchabox .capcha-text {
    font-size: 1.125rem;
  }
}

.review-box {
  border-top: 1px dotted #c0bfbf;
  font-weight: 300;
  padding: 24px 26px 0;
  margin: 26px 0 3.4em;
  position: relative;
}

.review-box .heading {
  font-size: 0.875rem;
  color: #000;
}

.review-box .user-account {
  color: #797373;
}

.review-box .user-comment {
  font-size: 0.875rem;
  color: #000;
  margin-top: 22px;
}

.review-box:before,.review-box:after {
  content: "";
  position: absolute;
  display: block;
}

.review-box:before {
  background: url(../img/ico_brockers.png) no-repeat;
  width: 17px;
  height: 19px;
  background-position: 0 -103px;
  left: -5px;
  top: 29px;
}

.review-box:after {
  width: 1px;
  top: 54px;
  bottom: 0;
  background: #ccc;
  left: 4px;
}

.review-box.negative .user-name {
  color: #811515;
}

.review-box.negative:before {
  background-position: -19px -103px;
}

.review-box.positive .user-name {
  color: #13a071;
}

.review-box.positive:before {
  background-position: -38px -103px;
  top: 29px;
}

.review-box.queer .user-name,.review-box.queer .user-comment {
  color: #e43a3a;
}

.review-box.queer:before {
  background-position: -56px -103px;
  top: 29px;
  left: -2px;
}

.pagination {
  font-size: 0.75rem;
  font-weight: 300;
  margin: 4em 0 2em;
}

.pagination .label {
  margin-right: 0.8em;
}

.pagination .lnk {
  color: #666;
  text-decoration: underline;
  display: inline-block;
  margin: 0 0.4em;
}

.pagination .page-num {
  font-size: 0.875rem;
  font-weight: 400;
}

.pagination .active {
  background: #13a071;
  color: #fff;
  text-decoration: none;
  padding: 0 8px;
  cursor: default;
}

.pagination .active:hover {
  color: #fff;
}

@media screen and (max-width: 940px) {
  .features-labels .column {
    min-width: 158px;
    width: auto;
    padding: 0 1%;
  }

  .item-features {
    width: auto;
    float: none;
    margin-left: 0;
  }

  .item-blank {
    width: 100%;
  }

  .menu-account-types {
    width: auto;
    margin-bottom: 2em;
  }

  .brocker-actions .justified-item {
    display: block;
    margin-bottom: 2em;
  }

  .brocker-actions .justified-item:last-child {
    margin-bottom: 0;
  }

  .reviews-block .side-right,.reviews-block .side-left {
    float: none;
    width: 100%;
  }

  .reviews-block .side-right {
    margin-bottom: 4em;
  }

  .reviews-block .user-comment {
    width: 90%;
  }

  .form-review {
    width: 50%;
  }

  .capchabox .capcha-img,.capchabox .capcha-text {
    width: auto;
  }

  .capchabox .capcha-text {
    float: left;
    margin-left: 1em;
    max-width: 50%;
  }
}

@media screen and (max-width: 720px) {
  .item-blank .dashed {
    display: block;
    width: auto;
    background: none;
  }

  .item-blank .data {
    display: block;
    width: auto;
  }

  .form-review {
    width: 80%;
  }
}

@media screen and (max-width: 680px) {
  .reviews-block .user-comment {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .form-review {
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }

  .capchabox .capcha-text {
    max-width: 45%;
  }
}

@media screen and (max-width: 480px) {
  .capchabox .capcha-img,.capchabox .capcha-text {
    float: none;
    width: auto;
    display: block;
  }

  .capchabox .capcha-text {
    margin: 0.5em 0 0;
  }
}

.s-search .block-title {
  margin: 2.8em 0 1.6em;
}

.s-search .status-message {
  text-align: center;
  font-size: 1.125rem;
  margin-top: 3em;
}

.search-form {
  padding: 1.2em 24px 2.4em;
  background: #f0f0f0;
  margin-bottom: 46px;
}

.search-form .btn-box {
  margin-top: 2.2em;
}

.search-form .params-block {
  border-bottom: 1px dotted #b5b5b5;
  margin-bottom: 38px;
}

.search-form .params-block.no-dashed {
  border-bottom: none;
}

.search-form .labeled {
  margin-bottom: 2.4em;
  padding-left: 20px;
  font-size: 0.875rem;
}

.search-form .labeled:before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0.5em;
  margin-right: 0.4px;
  width: 10px;
  height: 7px;
  background-image: url(../img/ico_brockers.png);
  background-repeat: no-repeat;
  background-position: 0 -121px;
}

.search-form .js-open .labeled:before {
  background-position: -11px -121px;
}

.search-form .title-label {
  border-bottom: 1px dotted #13a071;
  color: #13a071;
  cursor: pointer;
}

.search-form .checkbox {
  margin-bottom: 1.2em;
  line-height: 1.2em;
}

.search-form .hidden-cbx:checked+.checkbox {
  color: #13a071;
}

.search-form .field-label {
  display: block;
  margin-bottom: 1em;
}

.search-form .field-select {
  width: 100%;
}

.search-form .select-label-year {
  width: 35%;
}

.search-form .select-year {
  width: auto;
}

.search-form .column-3-1,.search-form .column-3-2,.search-form .column-2-1 {
  margin: 0 0 2.6em;
}

.search-form .row-marged {
  margin-bottom: 10px;
}

.search-form .features-list {
  margin-bottom: 1.4em;
}

.search-form .features-list .column-3-1,.search-form .features-list .column-3-2,.search-form .features-list .column-2-1 {
  margin-bottom: 0;
}

.search-form .params-trading {
  margin-top: -12px;
  padding-top: 12px;
}

.search-form .params-trading .column-2-1 {
  margin-bottom: 2em;
}

.search-form .cl-swaps {
  width: 65%;
  margin-right: 2%;
}

.search-form .cl-spread .column {
  margin-right: 2%;
}

.search-form .cl-spread .column:last-child {
  margin-right: 0;
}

.search-form .cl-spread .custom-dropdown {
  min-width: 170px;
}

.search-form .params-account {
  margin-bottom: 1.2em;
}

.search-form .params-account .column-3-1,.search-form .params-account .column-3-2,.search-form .params-account .column-2-1 {
  margin-bottom: 1.2em;
}

.search-form .cl-instruments .column-2-1 {
  width: 48%;
  padding-right: 4%;
}

.search-form .cl-instruments .column-2-1:nth-child(2n) {
  padding-right: 0;
}

.search-form .cl-top-marg {
  margin-top: 1.6em;
}

.search-form .cl-top-marg .custom-dropdown {
  width: 54%;
}

.trading-settings {
  list-style: none;
  padding: 0;
}

.trading-settings .item {
  clear: both;
}

.trading-settings .field {
  float: right;
  position: relative;
  top: -12px;
  margin-bottom: 1em;
}

.signs-block {
  display: inline-block;
  vertical-align: top;
  width: 46%;
  text-align: center;
}

.signs-block .rbx-option {
  display: inline-block;
  vertical-align: top;
  width: 42px;
  height: 42px;
  border: 1px solid #000;
  opacity: 0.2;
  position: relative;
  margin-bottom: 0.4em;
}

.signs-block .rbx-option:hover {
  border-color: #13a071;
  opacity: 1;
}

.signs-block .rbx-option:after {
  content: "";
  position: absolute;
  display: block;
  width: 26px;
  height: 26px;
  left: 50%;
  margin-left: -13px;
  top: 8px;
  background-image: url(../img/ico_signs.png);
  background-repeat: no-repeat;
}

.signs-block .sign-lte:after {
  background-position: -26px 0;
}

.signs-block .sign-lt:after {
  background-position: -26px -26px;
}

.signs-block .sign-e:after {
  background-position: 0 -52px;
}

.signs-block .sign-gt:after {
  background-position: -26px 0;
}

.signs-block .sign-gte:after {
  background-position: 0 0;
}

.signs-block .hidden-cbx:checked+.rbx-option {
  opacity: 1;
  border-color: #000;
}

@media screen and (max-width: 940px) {
  .search-form .features-list {
    width: 49%;
    padding-right: 2%;
  }

  .search-form .features-list .column {
    width: 97%;
  }

  .search-form .x-offices {
    width: 49%;
  }

  .search-form .x-offices .custom-select {
    height: 450px;
  }

  .x-group-langs .column-3-1 {
    width: 49%;
    padding-right: 2%;
  }

  .x-group-langs .column-3-1:nth-child(3n) {
    padding-right: 2%;
  }

  .x-group-langs .column-3-1:nth-child(2n) {
    padding-right: 0;
  }

  .row .x-years {
    width: 97%;
  }

  .row .x-timezone {
    display: block;
  }

  .params-trading .column {
    width: 97%;
  }

  .x-swaps .column-2-1 {
    width: 97%;
    display: block;
  }

  .row .x-numbers,.row .cl-instruments {
    width: 97%;
    display: block;
  }
}

@media screen and (max-width: 760px) {
  .search-form .row .column {
    display: block !important;
    width: 97% !important;
  }
    .soc_item {
        display: inline-block;
    }
.common_sidebar.s {
  width: 174px;
  margin: 0 auto;
}
  .search-form .btn {
    width: 140px;
    margin-bottom: 0.4em;
  }

  .x-years .custom-dropdown,.x-years .signs-block {
    display: block !important;
    width: auto !important;
  }
}

.notebox,.notice,.plain blockquote,.notewarning {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.5rem 1.25rem 1rem;
  font-size: 16px;
}

.notice,.plain blockquote,.notewarning {
  margin: 2rem 1.875rem;
  background: #d4e7df;
}

.notice-quote,.plain blockquote,.notewarning {
  position: relative;
  padding-left: 116px;
}

.notice-quote:after,.plain blockquote:after,.notewarning:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 23px;
  width: 52px;
  height: 46px;
  margin-top: -26px;
  background-image: url(../img/ico_notice.png);
  background-repeat: no-repeat;
}

.notice-quote,.plain blockquote {
  background: #f2f2f2;
}
.plain blockquote{
  display: table;
}

.notice-quote:after,.plain blockquote:after {
  background-position: 0 -46px;
}

.notewarning {
  background: none;
  border: 1px solid #ffc058;
}

.notewarning:after {
  background-position: 0 0;
}

.notewarning b {
  color: #ffae00;
}

.ico:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
  width: 18px;
  height: 18px;
  background: url(../img/ico_blog.png) no-repeat;
}

.ico-time:after {
  background-position: 0 0;
}

.ico-comments:after {
  background-position: 0 -18px;
  margin-top: -8px;
}

.block-left {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  width: 29%;
}

.block-left .lnk {
  color: #000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.block-left .lnk:hover {
  color: #13a071;
  border-bottom-color: #13a071;
}

.block-right {
  margin-left: 31%;
  margin-bottom: 2.4em;
}

.block-right .subtitle-text {
  font-size: 0.875rem;
  line-height: 1.8em;
}

.block-right:last-child {
  margin-bottom: 0;
}

.block-right .column-left {
  margin-right: 28px;
  position: relative;
  top: 6px;
}

.s-latest {
  padding-top: 36px;
}

.s-latest .title {
  text-align: center;
  font-size: 2.375rem;
  font-weight: 300;
  margin-bottom: 38px;
}

.s-news {
  background: url(../img/ills/bg_s_news.png) no-repeat left -36px bottom -36px;
  font-weight: 300;
}

.s-news .title-iconed:after {
  background-position: 0 -84px;
}

.ico-video {
  position: relative;
  display: block;
  text-decoration: none;
}

.ico-video:after {
  content: "";
  display: block;
  background: url(../img/ico_video.png) no-repeat;
  width: 65px;
  height: 65px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -32px;
  margin-top: -32px;
}

.ico-video:hover:after {
  background-position: -65px 0;
}

.news-time {
  position: relative;
  padding-left: 24px;
  color: #ababab;
  font-size: 0.813rem;
  margin: 0.8em 0 1em;
}

.s-blog {
  background: #e9e9e9 url(../img/ills/bg_s_blog.png) no-repeat left -100px bottom -46px;
}

.s-blog .title-iconed:after,.s-commodiby .title-iconed:after {
  background-position: 0 -42px;
}

.s-commodiby {
  background: url(../img/ills/bg_s_blog.png) no-repeat left -100px bottom -46px;
}

.s-video-zone {
  background: #e9e9e9 url(../img/ills/bg_s_video.png) no-repeat left -6px bottom -110px;
}

.s-video-zone .title-iconed:after {
  background-position: 0 0px;
}

.s-side {
  margin-left: 20%;
}

.s-blog-item {
  border-bottom: 1px dotted #c0bfbf;
  font-weight: 300;
  font-size: 0.875rem;
  padding-bottom: 40px;
  margin-top: 40px;
}

.blog-title {
  font-size: 1.5rem;
  margin-bottom: 0.5em;
}

.blog-title .lnk {
  text-decoration: underline;
}

.blog-text {
  margin: 1.2em 0 1.8em;
}

.blog-tags {
  font-size: 0.875rem;
  color: #909090;
}

.blog-tags .label {
  margin-right: 0.8em;
}

.blog-meta {
  color: #ababab;
  font-size: 0.813rem;
  margin: 0.5em 0;
}

.blog-meta .item {
  display: inline-block;
  vertical-align: top;
  margin-right: 4%;
  position: relative;
  padding-left: 24px;
}

.blog-meta .lnk {
  color: inherit;
}

.blog-meta .lnk:hover {
  color: #13a071;
}

.article-ul .li {
  -webkit-column-break-inside: avoid;
}

.lead {
  font-size: 16px;
  line-height: 1.8em;
}

.list-h {
  list-style: none;
  padding-left: 0;
}

.list-h .item {
  display: inline-block;
  vertical-align: top;
}

.list-c4 .item {
  width: 25%;
}

.no-border {
  border-color: transparent;
}

.lead-smaller {
  font-size: 0.75rem;
  color: #797373;
  margin-bottom: 6em;
}

.btn-download {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  float: right;
  display: block;
  width: 160px;
  padding-left: 46px;
  padding-right: 0;
  font-weight: 400;
  font-size: 0.813rem;
  text-decoration: none;
  color: #000;
}

.btn-download:before,.btn-download:after {
  content: "";
  position: absolute;
  width: 23px;
  height: 23px;
  left: 10px;
  background: url(../img/ico_mnu_level2.png) no-repeat;
  top: 50%;
  margin-top: -12px;
  -webkit-transition: 0.2s opacity;
  transition: 0.2s opacity;
}

.btn-download:before {
  z-index: 1;
  opacity: 0;
  background-position: -23px -96px;
}

.btn-download:after {
  background-position: 0 -96px;
}

.btn-download:hover {
  color: #13a071;
  border-bottom-color: #13a071;
}

.btn-download:hover:before {
  opacity: 1;
}

.btn-download:hover:after {
  opacity: 0;
}

.books-list {
  list-style: none;
  padding: 0;
  display: none;
}

.books-list:target {
  display: block;
}

.books-list p {
  border-bottom: 1px dotted #c0bfbf;
  margin: 2em 0;
  padding-bottom: 1em;
  line-height: 1.8em;
}

.books-list p:last-child {
  border-bottom: none;
}

.books-list p a strong {
  font-weight: 400;
}

.s-books {
  margin-top: 1.6rem;
}

.s-books .s-side {
  margin-left: 30%;
}

.s-books .menu-level2-books {
  margin-top: 0;
}

.s-books .menu-level2-books .item {
  margin-top: 0;
}

.search-brockers-block {
  text-align: center;
  margin: 56px auto;
}

.search-brockers-block .search-advanced {
  display: inline-block;
  vertical-align: top;
  height: 30px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 300;
  margin-left: 50px;
}

.search-brockers-block .search-brockers {
  display: inline-block;
  vertical-align: top;
  width: 40%;
}

.search-brockers-block .search-box {
  width: 100%;
}

.tab-wrap {
  display: none;
}

.tab-wrap.active {
  display: block;
}

.gs-webResult.gs-result a.gs-title:link,.gs-webResult.gs-result a.gs-title:link b,.gs-imageResult a.gs-title:link,.gs-imageResult a.gs-title:link b,.gsc-results .gsc-cursor-box .gsc-cursor-page {
  color: #13a071 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color: #000 !important;
}

.s-feedback .form {
  margin-top: 1.2em;
}

.s-feedback .column-left {
  width: 30%;
  margin-right: 3%;
}

.s-feedback .capchabox {
  margin-top: 0.8em;
  float: left;
}

.s-feedback .capcha-img {
  width: auto;
  margin-right: 5%;
}

.s-feedback .capcha-text {
  float: none;
}

.s-feedback .btn-box {
  float: right;
  margin-top: 2.4em;
}

.s-feedback .row {
  margin-bottom: 3em;
}

.s-feedback .status-message {
  font-size: 1.125rem;
}

.type-a {
  float: left;
  margin: 0 32px 0 0;
}

.buttons-a-t {
  margin: 0 0 40px;
}

.lang-a {
  margin: 18px 0 12px;
}

.lang-a a {
  margin: 0 7px 0 0;
}

.checked-a {
  position: relative;
  top: 40px;
}

.checked-a label {
  margin: 15px 13px 0 0 !important;
}

.sort-a {
  margin: 0 32px;
}

.row label {
  margin: 15px 0 8px;
  display: inline-block;
}

.buttons-a-b {
  margin-top: 30px;
}

.buttons-a-b span,.buttons-a-t span {
  margin: 0 0 0 14px;
}

[dir=rtl] .logo {
  float: right;
  margin-right: 2px;
  margin-left: 7%;
}

[dir=rtl] .socials {
  float: left;
  margin-left: -12px;
  margin-right: 0;
}

[dir=rtl] .lang-container {
  float: left;
  right: auto;
  margin: 0 0 0 8%;
}

[dir=rtl] .latest-tab-ul .li {
  padding-right: 30px;
  padding-left: 0;
}

[dir=rtl] .latest-tab-ul .li:after {
  right: 0 !important;
  left: auto !important;
}

[dir=rtl] .s-common .title-iconed {
  padding-right: 54px;
  padding-left: 0;
}

[dir=rtl] .s-common .title-iconed:after {
  right: 0;
  left: auto;
}

[dir=rtl] .block-left {
  float: right;
}

[dir=rtl] .block-right {
  margin-right: 31%;
  margin-left: 0;
}

[dir=rtl] .news-time {
  padding-right: 24px;
  padding-left: 0;
}

[dir=rtl] .ico:after {
  right: 0;
  left: auto;
}

[dir=rtl] .block-right .column-left {
  margin-left: 28px;
  margin-right: 0;
}

[dir=rtl] .s-common .column-left {
  float: right;
}

[dir=rtl] .menu span {
  float: right;
}

[dir=rtl] .menu .submenu-item {
  float: right;
}

[dir=rtl] .banner-block .banner-text-line {
  text-align: right;
}

[dir=rtl] .copyrights-box {
  float: right;
  margin-right: 0;
  margin-left: 4%;
}

[dir=rtl] .breadcrumbs .to-main-page:before,[dir=rtl] .breadcrumbs .to-main-page:after {
  right: 2px;
  left: auto;
}

[dir=rtl] .breadcrumbs .item {
  padding-left: 0;
  padding-right: 24px;
  margin-right: 0;
  margin-left: 4px;
}

[dir=rtl] .s-feedback .column-left {
  margin-right: 0;
  margin-left: 3%;
}

[dir=rtl] .s-feedback .capchabox {
  float: right;
}

[dir=rtl] .s-feedback .btn-box {
  float: left;
}

[dir=rtl] .custom-dropdown {
  text-align: right;
}

[dir=rtl] .table {
  text-align: right;
}

[dir=rtl] .plain li {
  padding-right: 5em;
  padding-left: 0;
}

[dir=rtl] .plain li:before {
  left: auto;
  right: 2em;
}

[dir=rtl] .menu-level2-wrap {
  float: right;
}

[dir=rtl] .s-books .s-side {
  margin-right: 30%;
  margin-left: 0;
}

[dir=rtl] .menu-level2 .iconed .lnk:before,[dir=rtl] .menu-level2 .iconed .lnk:after {
  right: -40px;
  left: auto;
}

[dir=rtl] .menu-level2 .item {
  padding-right: 5em;
  padding-left: 0;
}

[dir=rtl] .formatted ul li {
  padding-right: 5em;
  padding-left: 0;
}

[dir=rtl] .formatted ul li:before {
  right: 2em;
  left: auto;
}

[dir=rtl] .menu-level2 .item {
  padding: 0 4px;
}

[dir=rtl] .menu-level2-horisontal .active {
  padding: 2px 2.2em;
}

[dir=rtl] .menu-horisontal .label {
  float: right;
  margin-left: 3%;
  margin-right: 0;
}

[dir=rtl] .notice-quote,[dir=rtl] .plain blockquote,.plain [dir=rtl] blockquote,[dir=rtl] .plain blockquote,[dir=rtl] .notewarning {
  padding-left: 0;
  padding-right: 116px;
}

[dir=rtl] .notice-quote:after,[dir=rtl] .plain blockquote:after,.plain [dir=rtl] blockquote:after,[dir=rtl] .plain blockquote:after,[dir=rtl] .notewarning:after {
  left: 0;
  right: 23px;
}

[dir=rtl] .sides .sidehead {
  float: right;
}

[dir=rtl] .checkbox {
  padding-right: 32px;
  padding-left: 0;
}

[dir=rtl] .checkbox:before {
  left: auto;
  right: 0;
}

[dir=rtl] .checkbox:after {
  left: auto;
  right: 4px;
}

[dir=rtl] .sides .sidetext {
  float: left;
}

@media screen and (max-width: 860px) {
  .s-feedback .column-left {
    width: auto;
    float: none;
    margin-left: 0;
    margin-bottom: 1.4em;
  }
}

@media screen and (max-width: 600px) {
  .s-feedback .capchabox,.s-feedback .btn-box {
    float: none;
  }
}

@media screen and (max-width: 1030px) {
  .latest-list {
    display: block;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}

@media all and (max-width: 1024px) {
  .page {
    padding: 0 20px;
  }

  .footer-menu {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
  }
}

@media screen and (max-width: 990px) {
  body {
    min-width: 0;
  }
}

@media all and (max-width: 890px) {
  .logo {
    margin-right: 3%;
    margin-left: 0;
  }

  [dir=rtl] .logo {
    margin-left: 3%;
    margin-right: 0;
  }

  .latest-tab-ul .li {
    width: 38%;
  }
}

@media all and (max-width: 850px) {
  .footer-menu {
    -moz-column-count: auto;
    -webkit-column-count: auto;
    column-count: auto;
    width: 100%;
    margin: 187px 0 0;
  }

  .footer-menu .menu-item {
    margin: 0 2% 19px;
    display: inline-block;
    width: 28%;
  }

  .size18 .tablink {
    font-size: 0.8em;
  }
}

@media screen and (max-width: 940px) {
  .banner-set .justified {
    text-align: center;
  }

  .block-left {
    float: none;
    width: auto;
    margin-bottom: 1.2em;
  }

  .block-right {
    margin-left: 0;
  }
}

@media screen and (max-width: 860px) {
  body,html,.pusher,.all-wrapper {
    height: 100%;
  }
  .all-wrapper {
    overflow-y: auto;
  }

  body {
    background: #027e49;
  }

  .all-wrapper {
    position: relative;
    padding-left: 46px;
    overflow: hidden;
  }

  .pusher {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
  }

  .scroller {
    background: #f1f1f2;
    overflow-y: auto;
    height: 100%;
  }

  .show-menu .pusher {
    -webkit-transform: translateX(180px);
    transform: translateX(180px);
  }

  .s-side {
    margin-left: 0;
  }

  .s-books .s-side {
    margin-left: 0;
  }
}

@media screen and (max-width: 740px) {
  .s-common .column-left {
    float: none;
    margin-bottom: 1.4em;
  }

  .ico-video {
    display: inline-block;
  }

  .footer-menu {
    margin: 90px 0 0;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.875rem;
  }

  .top-screen .text {
    width: 96%;
  }

  .list-c4 .item {
    width: 100%;
  }
}

@media all and (max-width: 720px) {
  .top-screen .text,.top-screen .text-narrow {
    width: 100%;
  }

  .latest-tab-ul .li {
    margin: 0px 4% 24px 0;
    width: 38%;
  }
}

@media all and (max-width: 600px) {
  .footer-menu .menu-item {
    width: 44%;
  }

  .search-brockers-block .search-brockers,.side-left {
    width: 100%;
  }
}

@media all and (max-width: 590px) {
  .latest-tab-ul .li {
    width: 37%;
    margin: 0px 3% 24px 0;
  }

  .notice-quote,.plain blockquote,.plain blockquote,.notewarning {
    padding-left: 10px;
    padding-right: 10px;
  }

  .notice,.plain blockquote,.notewarning,.plain blockquote,.notewarning {
    margin: 2rem 0;
  }

  .notice-quote:after,.plain blockquote:after,.plain blockquote:after,.notewarning:after {
    display: none;
  }
}

@media all and (max-width: 520px) {
  .latest-list .list-item {
    margin: 0 0 12px;
  }

  .latest-list .list-item .iconed:after {
    display: none;
  }

  .latest-list .list-item .lnk {
    padding-top: 8px;
  }
}

@media all and (max-width: 500px) {
  .latest-tab-ul .li {
    width: 100%;
    margin: 0px 0 24px;
    font-size: 16px;
  }

  .latest-tab-ul .li p {
    margin-top: 11px;
  }
}

@media all and (max-width: 480px) {
  .page,.table-wrap {
    padding: 0 16px;
  }

  .inner-padding {
    padding: 52px 16px 50px;
  }

  .plain li {
    padding-left: 4em;
  }

  .plain li:before {
    left: 1em;
  }

  .inner-h-padding {
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-screen-main .text {
    font-size: 16px;
    line-height: 24px;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-menu .menu-item {
    width: 100%;
    margin: 0 0 19px;
  }
}

@media all and (max-width: 420px) {
  .footer-menu {
    margin: 29px 0 0;
  }
}

@media all and (max-width: 405px) {
  .inner-padding {
    padding: 38px 29px;
  }
}

@media all and (max-width: 380px) {
  h1 {
    font-size: 24px;
  }

  .top-screen-main .top-banner-block {
    margin-bottom: 39px;
  }

  .btn-box .btn {
    max-width: 100%;
    font-size: 12px;
  }
}

.btn-box span {
  display: inline-block;
}

.mockup .pic {
  max-width: 100%;
}

.mockup-dots .p1,.mockup-dots .dot {
  max-width: 60%;
}


/* FOREX BLOG */
.blog_text_d {
  font-weight: 100;
  width: 470px;
  max-width: 100%;
  font-size: 18px;
  line-height: 26px;
  margin: 34px auto 25px;
}
#tabs-nav {
  width: 187px;
  margin: 3px 0 0 2px;
}
#tabs-nav .item,
#tabs-nav .item:visited {
  font-weight: 400;
  font-size: 16px;
  color: #000 !important;
  text-decoration: none;
  transition: color 0;
  -moz-transition: color 0;
  -webkit-transition: color 0;
}
#tabs-nav .item {
  display: inline-block;
  position: relative;
  margin-bottom: 19px;
}
  #tabs-nav .item:hover {
    color: #42b38d !important;
  }
#tabs-nav .item.cur:hover {
  color: #000 !important;
}
#tabs-nav .item.cur:after {
  content: '';
  width: 130px;
  height: 40px;
  position: absolute;
  top: -5px;
  left: -17px;
  border: 3px solid #13a071;
}
#tabs-nav .item span {
  border-bottom: 1px dotted;
  padding-bottom: 2px;
}
  #tabs-nav .item.cur span {
    border-bottom: 1px dotted transparent;
  }
  #tabs-nav .item.cur .icon {
    background-position: -26px 0px;
  }
  #tabs-nav .item.cur .icon.featured {
    background-position: -26px -26px;
  }
  #tabs-nav .item.cur .icon.topics {
    background-position: -26px -50px;
  }
#tabs-nav .item .icon {
  width: 21px;
  height: 22px;
  display: inline-block;
  background: url("../img/blog_item_ico.png") 0px 0px no-repeat;
  position: relative;
  top: 6px;
  margin-right: 16px;
}
  #tabs-nav .item:hover .icon {
    background-position: -26px 0px;
  }
#tabs-nav .item .icon.featured {
  background-position: 0px -26px;
}
  #tabs-nav .item:hover .icon.featured {
    background-position: -26px -26px;
  }
#tabs-nav .item .icon.topics {
  background-position: 0px -50px;
}
  #tabs-nav .item:hover .icon.topics {
    background-position: -26px -50px;
  }

.post_blog {
  /*margin: 0 0 0 232px;*/
  width: calc(100% - 232px);
  width: -webkit-calc(100% - 232px);
  width: -moz-calc(100% - 232px);
  float: right;
}
.post_blog .main_post {
  margin-bottom: 50px;
}

.navigation.clearfix {
  width: calc(100% + 232px);
  width: -webkit-calc(100% + 232px);
  width: -moz-calc(100% + 232px);
  position: relative;
  left: -232px;
}
.navigation.clearfix.sin {
  width: 100%;
  left: 0;
  margin: 0 0 20px 0;
}
.navigation.clearfix {
  text-align: center;
  margin: 57px 0 0;
}
.navigation.clearfix a {
  border: 3px solid #13a071;
  color: #000 !important;
  text-decoration: underline;
  font-size: 13px;
  font-weight: 400;
  padding: 10px 23px 10px 49px;
  /*min-height: 40px;*/
  /*line-height: 40px;*/
  display: block;
  position: relative;
  transition: color 0;
  -webkit-transition: color 0;
  -moz-transition: color 0;
}
.navigation.clearfix .alignright a {
  padding: 10px 50px 10px 23px;
}
.navigation.clearfix a:hover {
  color: #13a071 !important;
}
.navigation.clearfix .alignleft,
.navigation.clearfix .alignright{
  max-width: 49%;
}
.navigation.clearfix a:after {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  top: 12px;
  background: url(../img/p-n.png) no-repeat;
}
  .navigation.clearfix .alignleft a:after {
    left: 16px;
  }
    .navigation.clearfix .alignleft a:hover:after {
      background-position: 0 -14px;
    }
  .navigation.clearfix .alignright a:after {
    right: 16px;
    background-position: -14px 0;
  }
    .navigation.clearfix .alignright a:hover:after {
      background-position: -14px -14px;
    }
.post_blog .tab-nav-content {
  display: none;
}
.post_blog .tab-nav-content.cur {
  display: block;
}
#recent, 
#featured {
  margin-top: -35px;
}
.forex_blog_page h2 {
  font-size: 24px;
  color: #13a071;
  font-weight: 300;
    margin-top: 0;
}
.forex_blog_page .date {
  position: relative;
  padding-left: 28px;
}
.forex_blog_page .date:before {
  content: '';
  width: 16px;
  height: 15px;
  background: url(../img/ico_blog.png) no-repeat;
  position: absolute;
  top: -1px;
  left: 0;
}
.forex_blog_page .date,
.forex_blog_page .dh * {
  font-weight: 300;
  font-size: 13px;
  color: #ababab;
}
.forex_blog_page .coments {
  position: relative;
  padding-left: 28px;
  margin-left: 26px;
    font-size: 13px;
}
.forex_blog_page .coments:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  background: url(../img/ico_blog.png) -1px -19px no-repeat;
}
.forex_blog_page .entry {
  font-size: 15px;
  font-weight: 300;
  padding: 13px 0 17px;
}
.forex_blog_page .entry img:first-child {
  /*float: left;*/
  /*margin: 0 6px 0 0;*/
}
.forex_blog_page .entry img {
  height: auto !important;
}

.forex_blog_page .common_blog.post {
  border-bottom: 1px dotted #c0bfbf;
  padding-bottom: 0;
  margin-bottom: 37px;
}
.forex_blog_page.forex_blog_single .post {
  padding-bottom: 23px;
}
.forex_blog_page .postmetadata {
  font-size: 14px;
  color: #909090;
}
.forex_blog_page .postmetadata span {
  margin-right: 10px;
}
.wp-tag-cloud {
  background: #f0f0f0;
  padding: 18px 0 18px 16px;
  margin: 0 0 60px;
}
.wp-tag-cloud .item {
  background: #fff;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #a9a9a9;
  font-weight: 300;
  display: inline-block;
  padding: 4px 12px 5px;
  margin: 3px 12px 5px;
  position: relative;
  cursor: pointer;
}
.wp-tag-cloud .item:before {
  content: '';
  width: 12px;
  height: 27px;
  position: absolute;
  left: -12px;
  top: 0;
  background: url(../img/tab_ar.png) no-repeat;
}
.wp-tag-cloud .item:hover,
.wp-tag-cloud .item.cur {
  background: #13a071;
  border-color: #13a071;
  color: #fff;
}
.wp-tag-cloud .item:hover:before,
.wp-tag-cloud .item.cur:before {
  background: url(../img/tab_ar_h.png) no-repeat;
}
/* FOREX BLOG SINGLE */
.forex_blog_single h2 {
  font-weight: 300;
  font-size: 24px;
  color: #00a16f;
}
.forex_blog_single .entry h2 {
  font-size: 24px;
  letter-spacing: .05em;
  font-size: 24px;
  color: #000;
  font-weight: 900;
  margin: 30px 0 20px;
}
.forex_blog_page.forex_blog_single h3,
#comments,
#respond h2,
.widget_wysija_cont h2 {
  font-size: 20px;
  font-weight: 900;
  color: #141414;
  margin: 24px 0 21px;
  letter-spacing: .05em;
}
.forex_blog_page .autor {
  position: relative;
  padding-left: 29px;
  margin-left: 25px;
}
.forex_blog_page .autor:after {
  content: '';
  width: 17px;
  height: 17px;
  background: url(../img/user.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.forex_blog_page.forex_blog_single .wp-polls-form p {
  text-align: left !important;
}
.forex_blog_page.forex_blog_single .wp-polls-form p strong {
  font-size: 16px;
  font-weight: 700;
}
.forex_blog_page.forex_blog_single .wp-polls-ul li {
  padding-left: 0;
}
.forex_blog_page.forex_blog_single .wp-polls-ul li:before {
  display: none;
}
.forex_blog_page.forex_blog_single .wp-polls-ul li input[type=radio] {
  display: none;
}
.forex_blog_page.forex_blog_single .wp-polls-ul li label {
  position: relative;
  padding-left: 32px;
}
.forex_blog_page.forex_blog_single .wp-polls-ul li label:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  background: #FFF;
  border: 1px solid #ddd; 
}
.forex_blog_page.forex_blog_single .wp-polls-ul li input[type=radio]:checked+label:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  left: 4px;
  top: 4px;
  background: #13a071;
}
.forex_blog_page.forex_blog_single .wp-polls-ans input[type=button] {
  border: 3px solid #13a071;
  padding: 8px 22px;
  font-weight: 400;
  font-size: 0.913rem;
  background: none;
  cursor: pointer;
}
.forex_blog_page.forex_blog_single img {
  max-width: 100% !important;
  height: auto !important;
  vertical-align: top;
}
.wp-polls .pollbar {
  background: #00a16f !important;
}
.comments-box li {
  padding-left: 0;
  position: relative;
  margin: 0 0 38px;
}
.comments-box li:before {
  display: none;
}
.comments-box li:after {
  content: '';
  width: 15px;
  height: 15px;
  background: url(../img/mes-i.png);
  position: absolute;
  left: 2px;
  top: 9px;
}
.comments-box li .url {
  color: #000 !important;
  font-weight: 300;
  text-decoration: none;
  font-style: normal;
  font-size: 15px;
}
.comments-box li .author_c {
  padding-left: 31px;
  font-weight: 300;
  color: #000 !important;
  font-size: 15px;
}
.comment-childs.chalt {
  border: 0 !important;
  border-left: 1px solid #d6d5d5;
  margin-left: 5px;
  padding-left: 21px;
  padding-top: 5px;
}
.comments-box li .border-left {
  border-left: 1px solid #d6d5d5;
  margin-left: 9px;
  padding-left: 21px;
  line-height: 12px;
  margin-top: 2px;
}
.comments-box li .commentmetadata a,
.comments-box li .commentmetadata {
  font-size: 12px;
  line-height: 14px;
  color: #7c7474 !important;
  text-decoration: none;
}
.comments-box li .border-left p {
  font-size: 15px;
  line-height: 24px;
  font-weight: 300;
  margin: 10px 0px 0 0;
}
.thdrpy {
  margin: 6px 0 0;
}
.replylink a {
  font-size: 12px;
  color: #7c7474 !important;
  text-decoration: none;
}
.replylink .arrow {
  font-size: 9px;
  color: #7c7474 !important;
  margin: 0 6px 0 0;
  position: relative;
  top: -1px;
}
.comments-box li .url:hover,
.comments-box li .commentmetadata a:hover,
.replylink:hover a,
.replylink:hover .arrow {
  color: #00a16f !important;
}
#respond form,
.widget_wysija {
  font-size: 14px;
  line-height: 2em;
  color: #797373;
  background: #f0f0f0;
  padding: 20px 24px 20px;
  width: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.commentform-tbl {
  border: 0;
}
#respond form .field, .wysija-input {
  width: 100%;
}
.notifycheck {
  margin: 17px 0 15px;
}
.notifycheck input[type=checkbox] {
  display: none;
}
.notifycheck label {
  position: relative;
  padding-left: 32px;
}
.notifycheck label:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  background: #FFF;
  border: 1px solid #ddd; 
}
.notifycheck input[type=checkbox]:checked+label:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  left: 4px;
  top: 4px;
  background: #13a071;
}

@media all and (max-width: 1000px) {
  .navigation.clearfix a {
    font-size: 0;
    padding: 0 23px !important;
    min-height: 40px;
    line-height: 40px;
  }
  .navigation.clearfix {
    width: 100% !important;
    left: 0;
  }
}
@media all and (max-width: 760px) {
  #tabs-nav,
  .post_blog {
    float: none !important;
    position: static !important;
    width: 100%;
  }
  #tabs-nav {
    margin: 16px 0 52px 0;
    text-align: center;
  }
  #tabs-nav .tab {
    display: inline-block;
    margin: 0 33px 0;
  }
}

/* Top Forex News */
.post_content_left {
    margin: 8px 15px 0 0;
}
.post_content_left img {
    width: 140px;
    vertical-align: top;
}
.forex_blog_page .post_category {
    position: relative;
    padding-left: 26px;
    margin-left: 27px;
}
.forex_blog_page .post_category a {
    color: #ababab !important;
    font-size: 13px;
}
.forex_blog_page .post_category:before {
    content: '';
    width: 15px;
    height: 15px;
    background: url(../img/cat_icon.png) no-repeat;
    position: absolute;
    top: 2px;
    left: 0;
}
.post_content p {
    margin-bottom: 0 !important;
  font-family: "Roboto",sans-serif;
  font-weight: 400;
}
.post_content.clearfix {
    margin: 14px 0 34px;
}
.subscribe_title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}
.common_sidebar .subscribe p {
    font-size: 12px;
    line-height: 24px;
    margin: 6px 0 17px;
}
.common_sidebar .subscribe form {
    position: relative;
}
.common_sidebar .subscribe form input[type=text] {
    color: #ababab;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    padding: 11px 52px 13px 21px;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
}
.common_sidebar .subscribe form input[type=text]:focus,
.common_sidebar .subscribe form input[type=text]:active {
    border: 1px solid #13a071;
}
.common_sidebar .subscribe .btn_subscribe {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 42px;
    border: 0;
    outline: 0;
    background-color: #00a16f;
    background-image: url(../img/subskribe.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    transition: .2s;
    -moz-transition: .2s;
    -webkit-transition: .2s;
}
.common_sidebar .subscribe .btn_subscribe:hover {
    background-color: #027e49;
}
.common_sidebar .archive {
    border-top: 1px solid #eae9ea;
    border-bottom: 1px solid #eae9ea;
    margin: 43px 0 36px;
    padding: 27px 0 38px;
}
.common_sidebar .archive h4 {
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 18px;
}
.common_sidebar .archive select {
    color: #ababab;
    font-size: 14px;
    font-weight: 300;
    width: 100%;
    padding: 11px 52px 13px 21px;
    border: 1px solid #dedede;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: 0;
    display: none;
}
.common_sidebar .archive select option {
    padding: 10px 0;
}
#menu-top-menus {
    width: 100%;
    list-style: none;
}

/* TFN */
.title_menu_tfn {
    text-transform: uppercase;
    font-size: 18px;
    margin: 51px 0 8px;
    font-weight: 700;
}
#menu_tfn {
    width: 100%;
    list-style: none;
    border: 3px solid #00a16f;
    padding: 18px 16px 17px;
    position: relative;
}
#menu_tfn > .menu-item {
    text-transform: uppercase;
    font-size: 12px;
    margin: 0 1% 13px 0;
    width: 15%;
}
#menu_tfn > .menu-item a {
    position: relative;
    text-decoration: none;
}
#menu_tfn > .menu-item a:hover {
    color: #13a071;
}
#menu_tfn > .menu-item a span {
    text-decoration: underline;
}
#menu_tfn > .menu-item a span:hover {
    color: #000;
}
#menu_tfn .menu-item {
    display: inline-block;
}
#menu_tfn .sub-menu {
    display: none;
    text-align: left;
    width: calc(100% + 4px);
    width: -moz-calc(100% + 4px);
    width: -webkit-calc(100% + 4px);
    position: absolute;
    left: -3px;
    bottom: 54px;
    background: #f2f2f2;
    border: 1px solid #dbdbdb;
    box-shadow: 0 0 5px rgba(0,0,0,.13);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.13);
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,.13);
    padding: 42px 44px 21px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#menu_tfn .sub-menu .menu-item {
    width: 23%;
    vertical-align: top;
    margin-right: 2.3%;
    margin-bottom: 13px;
}
#menu_tfn .sub-menu .menu-item:nth-child(4n) {
    margin-right: 0;
}
#menu_tfn .sub-menu .menu-item a {
    font-size: 14px;
    color: #131313;
    text-transform: none;
}
#menu_tfn .sub-menu .menu-item a:hover span {
    color: #00a16f !important;
}
#menu_tfn .sub-menu .menu-item a:after,
#menu_tfn .sub-menu .menu-item a:before {
    display: none;
}
.menu_kink_down {
    border: 3px solid #13a071;
    padding: 8px 22px;
    font-weight: 400;
    font-size: 0.913rem;
    background: none;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-block;
    position: absolute;
    top: 89px;
    right: -106px;
}
.menu_kink_down:hover {
    background: #13a071;
    color: #F1F1F2;
}
.soc_item {
  margin-bottom: 7px;
}
.social .st_plusone_hcount {
  margin-left: 3px;
}
.common_country {
  display: inline-block;
  background: url(../img/sprite.png) no-repeat 0 -921px;
  width: 24px;
  height: 19px;
}
.rates_down {
  background: url(../img/sprite.png) no-repeat -22px -894px;
  width: 22px;
  height: 22px;
  display: inline-block;
    position: relative;
    top: -3px;
}
.rates_minus {
  background: url(../img/sprite.png) no-repeat -44px -894px;
  width: 22px;
  height: 22px;
  display: inline-block;
    position: relative;
    top: -3px;
}
.rates_up {
  background: url(../img/sprite.png) no-repeat 0 -894px;
  width: 22px;
  height: 22px;
  display: inline-block;
    position: relative;
    top: -3px;
}
.common_currency {
  display: inline-block;
  background: url(../img/sprite.png) no-repeat -56px -921px;
  width: 43px;
  height: 30px;
}
.next_post .lfloat a span {
  display: block;
  background: url(../img/sprite.png) no-repeat 0px -790px;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 0;
  left: 0;
}
.next_post .rfloat a span {
  display: block;
  background: url(../img/sprite.png) no-repeat 0px -502px;
  width: 22px;
  height: 22px;
  right: 0;
  top: 0;
  position: absolute;
}
.next_post .rfloat a {
  padding: 0 30px 0 0;
}
.next_post a {
  display: block;
  position: relative;
  padding-left: 30px;
    cursor: pointer;
}
.category_new .category_rates .rate_left span {
  font-size: 13px;
  color: #a4a4a4;
  font-weight: normal;
  padding-left: 5px;
}
.category_new .category_rates .rate_left {
  float: left;
  font-size: 22px;
  font-weight: bold;
  color: #555555;
}
.category_new .category_rates .rate_right {
  color: #F47934;
  display: block;
  float: left;
  font-size: 15px;
  font-weight: bold;
  height: 25px;
  padding: 9px 0 0;
  text-align: center;
  width: 45px;
  margin: 0 0 0 10px;
}
.category_info {
  padding: 16px 0 50px;
}
.category_main {
  line-height: 22px;
}
.category_main .info_left {
  float: left;
  width: 40%;
  font-size: 14px;
  color: #555555;
}
.category_main .info1 {
  background: #fcfcfc;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 10px;
}
.category_main .info2 {
  background: #fff;
  border-bottom: 1px solid #f2f2f2;
  padding: 8px 10px;
}
.info_title {
  padding: 0 0 10px;
}
.info2 .lfloat {
  width: 75px;
  padding-right: 9px;
}
.info2 .lfloat h5 {
  font-size: 14px;
  font-weight: bold;
  padding: 0 0 2px;
}
.category_main .info_right {
  float: right;
  width: 55%;
  font-size: 14px;
}
.category_main p {
  margin: 0;
}
.info_right .support_right {
  float: right;
  width: 48px;
}
.info_right .support_left {
  float: left;
  width: 80%;
}
.info_right .support_right span {
  font-weight: 700;
}
.info_right .support_medium {
  font-weight: 400 !important;
}

.info_right .support_low {
  font-weight: 200 !important;
}
.top_pagination {
  padding: 0 0 15px;
  margin: 0 0 20px;
  border-bottom: 3px solid #F9F9F9;
}
.category_title .lfloat {
  font-size: 16px;
  color: #555555;
}
.info2 .lfloat .lfloat_container a {
  font-size: 13px;
}
.lfloat {
  float: left !important;
}
.info2 .lfloat .lfloat_container {
  background: #f2f2f2;
  padding: 4px 8px;
  font-size: 10px;
  color: #a4a4a4;
  line-height: 1.3;
  text-align: center;
}
.category_info h3 a.toggle_open {
  background: url(../img/sprite.png) no-repeat -715px -419px;
  display: inline-block;
  min-height: 14px;
  padding: 0 0 5px 18px;
  font-size: 14px;
  font-weight: normal;
}
.category_info h3 a.toggle_close {
  background: url(../img/sprite.png) no-repeat -715px -394px;
  display: inline-block;
  min-height: 14px;
  padding: 0 0 5px 18px;
  font-size: 14px;
  font-weight: normal;
}
.blog_single_description head, .invis {
  display: none;
}
.form_date .date_left {
  float: left;
  background: url(../img/sprite.png) no-repeat 0 -848px;
  width: 166px;
  height: 25px;
  padding: 5px;
}
.form_date .date_left input {
  background: none;
  border: none;
  float: left;
  margin: 0 0 0 15px;
  width: 121px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  padding: 0 5px;
  position: static;
}
.form_date .date_right {
  float: left;
}
.next_post .rfloat {
  min-height: 30px;
  text-align: right;
}
.form_date .date_left img {
  float: left;
  margin: 3px 0 0 3px;
}
.form_date .date_right input {
  background: url(../img/sprite.png) no-repeat -176px -848px;
  width: 34px;
  height: 35px;
  border: medium none;
  cursor: pointer;
}

.jqTransformSelectWrapper {
    width: 100% !important;
}
.jqTransformSelectWrapper div {
  background: #fff;
  display: block;
  position: relative;
  z-index: 2;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #ababab;
  cursor: pointer;
  height: 44px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 13px;
  font-family: inherit;
  border: 1px solid #ddd;
}

.jqTransformSelectWrapper div:after {
  content: "";
  position: absolute;
  display: block;
  width: 12px;
  height: 7px;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  background: url(../img/ico_brockers.png) no-repeat 0 -121px;
}

.jqTransformSelectWrapper div:focus {
  outline: 1px solid #13a071;
}
.jqTransformSelectWrapper div span {
  padding: 15px 3em 15px 18px;
  display: inline-block;
  width: 100% !important;
  color: #ababab;
  font-size: 14px;
  font-weight: 300;
  position: relative;
  z-index: 2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.jqTransformSelectWrapper ul {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  list-style: none;
  padding: 0;
  display: none;
  z-index: 1;
  top: 44px;
  margin: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100% !important;
  background: #fff;
  visibility: hidden;
  cursor: pointer;
  border: 1px solid #ddd;
  max-height: 174px;
  color: #000;
  -moz-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.08);
  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.08);
  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.08);
  font-size: inherit;
}

.jqTransformSelectWrapper li {
  font-size: inherit;
  margin: 0;
  display: block;
  padding: 0 1em;
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  text-overflow: ellipsis;
  cursor: pointer;
 
}
.jqTransformSelectWrapper li a,
.jqTransformSelectWrapper li a:visited{
    color: #ababab !important;
    font-size: 13px;
}
.jqTransformSelectWrapper li a:hover {
    color: #13a071 !important;
}

.jqTransformSelectWrapper li:before {
  content: none;
}
  
.interest_table td.col3 {
  font-size: 13px;
  color: #373737;
}
.interest_table td.col2 {
  font-size: 20px;
  font-weight: bold;
  color: #555555;
  position: relative;
}
.interest_table td.col1 {
  font-size: 13px;
  color: #373737;
  padding-left: 8px;
}
.interest_table td.col4 {
  font-size: 12px;
}
.interest_table td.col2 sup {
  font-size: 11px;
  color: #159346;
  font-weight: normal;
  cursor: pointer;
}
.interest_table td.col2 sup:hover+.tooltip_ {
    display: block;
}
.tooltip_ {
  width: 248px;
  border: 1px solid #eae7a2;
  background: #fffdc7;
  font-size: 12px;
  padding: 4px 10px;
  position: absolute;
  display: none;
  font-weight: normal;
    top: auto !important;
    bottom: 53px !important;
    left: 50% !important;
    margin-left: -124px;
}
.tooltip_  p {
    margin: 0;
}


@media all and (max-width: 1310px) {
    .menu_kink_down {right: 16px; top: 16px; background: #fff; opacity: 0.7; z-index: 3;}
    .menu_kink_down:hover {opacity: 1;}
}
@media all and (max-width: 1024px) {
    .title_menu_tfn {display: none;}
    #menu_tfn {
        display: none;
        margin: 0; 
        text-align: center;
        position: fixed; 
        top: 0; 
        left: 0; 
        bottom: 0; 
        right: 0; 
        background: rgba(2,126,73,.8);
        z-index: 100; 
        overflow-x: hidden; 
        overflow-y: scroll; 
        padding: 53px 0 56px;
    }
    .close_menu {
        width: 40px;
        height: 40px;
        position: fixed;
        z-index: 101;
        top: 16px;
        right: 16px;
        cursor: pointer;
        display: none;
    }
    .close_menu:after,
    .close_menu:before {
        content: ''; 
        position: absolute; 
        top: 17px;
        right: 0; 
        background: #fff; 
        height: 3px; 
        width: 40px;
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
    }
    .close_menu:before {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
    }
    .close_menu:hover:after,
    .close_menu:hover:before {
        background: #000;
    }
    #menu_tfn .sub-menu {
        box-shadow: none;
        background: none;
        position: static;
        text-align: center;
        padding: 0 44px 0;
        width: 100%;
        margin: -24px auto 0;
        border: 0;
    }
    #menu_tfn .sub-menu .menu-item {
        width: 100%; 
        vertical-align: top; 
        margin-right: 0; 
        margin-bottom: 0; 
    }
    #menu_tfn .sub-menu .menu-item a {
        padding: 10px 0;
    }
    
    #menu_tfn .menu-item {display: block; width: 100%;}
    #menu_tfn .menu-item a {display: inline-block; padding: 19px 0;}
    #menu_tfn .menu-item a:hover span,
    #menu_tfn .sub-menu .menu-item a:hover span {color: #000 !important;}
    #menu_tfn .menu-item span {font-size: 24px !important; color: #fff !important;}
    #menu_tfn .menu-item div span {display: inline-block; padding: 19px 0;}
    #menu_tfn .menu-item a.clicked span {color: #000 !important;}
}
@media all and (max-width: 585px) {
    .forex_blog_page ..coments {  margin: 13px 0 0 -25px; display: inline-block; width: 100%;}
}
@media all and (max-width: 470px) {
    #menu_tfn .sub-menu {padding: 0 6px 0;}
    #menu_tfn .menu-item span {font-size: 18px !important;}
}
@media all and (max-width: 440px) {
    .forex_blog_page .post_category,
    .forex_blog_page .autor {margin: 13px 0 0 0; display: inline-block; width: 100%;}
}

/* 404 */
.page_404 {
    background: url(../img/ills/bg_s_main.png) no-repeat center 228px, #242424 url(../img/bg_top_screen_bg.jpg) repeat;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    padding: 89px 16px;
}
.page_404 .p404_1 {
    line-height: 36px;
}
.page_404 p {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.page_404 .p404_2 {
    font-size: 18px;
    margin-top: 45px;
}
.page_404 .image404 {
    margin: 49px auto 55px;
    position: relative;
    width: 510px;
    max-width: 100%;
}
.page_404 .image404 img {
    width: 100%;
}
.page_404 .image404 span {
    position: absolute;
    left: 42.2%;
    bottom: 24%;
    font-size: 92%;
    font-weight: 300;
    color: #3a3a3a;
}
.page_404 a:hover {
    color: #096345;
}
.screen-reader-text {
  display: none;
}

.wysija-checkbox-label {
  margin: -47px 0 0 !important;
}
.widget_wysija {
  position: relative;
  margin: 39px 0 0;
}
.widget_wysija h2 {
  position: absolute;
  top: -72px;
  left: 0;
}
/* 404 */
.page_404 {
    background: url(/img/ills/bg_s_main.png) no-repeat center 228px, #242424 url(../img/bg_top_screen_bg.jpg) repeat;
    color: #fff;
    font-size: 24px;
    font-weight: 200;
    padding: 89px 0;
}
.page_404 .p404_1 {
    line-height: 36px;
}
.page_404 p {
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}
.page_404 .p404_2 {
    font-size: 18px;
    margin-top: 45px;
}
.page_404 .image404 {
    margin: 49px auto 55px;
    position: relative;
    width: 509px;
    max-width: 100%;
}
.page_404 .image404 span {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: 20%;
    font-size: 22px;
    font-weight: 300;
    color: #3a3a3a;
}
.page_404 a:hover {
    color: #096345;
}
/* Главные баннеры */
.main-banner{
  width: 970px;
  margin: 0 auto;
  overflow: hidden;
}
.main-banner__bottom{
  text-align: center;
}
.main-banner__bottom img{
  max-width: 100%;
}
.main-banner img{
  height: auto;
}
.main-banner__bottom a{
  text-align: left;
}
@media all and (max-width: 1000px){
  .main-banner{
    width: 100%;
  }
  .main-banner iframe{
    width: 100% !important;
    height: auto;
  }
}
/* /Главные баннеры */

.aligncenter{
  display: block !important;
  margin: 0 auto 20px auto !important;
  float: none !important;
}
.alignleft{
  float: left;
  margin: 0 6px 0 0;
}
.block-message{
  font-size: 18px;
  display: none;
}
/* Checkbox */
/* Checkbox */
.wp-polls-ul input[type="checkbox"],
.wp-polls-ul input[type="radio"]{
  display: none !important;
}
.wp-polls-ul label {
  display: block;
  position: relative;
  padding-left: 32px !important;
}
.wp-polls-ul label:hover {
  color: #13a071;
}
.wp-polls-ul label:before, .wp-polls-ul label:after {
  content: "";
  display: block;
  position: absolute;
}
.wp-polls-ul label:before {
  width: 15px;
  height: 15px;
  left: 0;
  top: 0;
  background: #FFF;
  border: 1px solid #ddd;
}
.wp-polls-ul label:after {
  width: 9px;
  height: 9px;
  left: 4px;
  top: 4px;
  background: #13a071;
  opacity: 0;
}
.wp-polls-ul input[type="checkbox"]:disabled + label,
.wp-polls-ul input[type="radio"]:disabled + label{
  opacity: 0.6;
}
.wp-polls-ul input[type="checkbox"]:checked + label:after,
.wp-polls-ul input[type="radio"]:checked + label:after{
  opacity: 1;
}
.hidden-cbx:disabled + label:hover {
  color: inherit;
}

/* Tables */
.table-wrap{
  padding: 0;
}
@media all and (max-width: 810px){
  .table td, .table th, .brborder td, .brborder th,
  .table-wrap table{
    padding: 0 !important;
    height: 40px;
  }
}
@media all and (max-width: 620px){
  .table td, .table th, .brborder td, .brborder th,
  .table-wrap table{
    font-size: 12px;
  }
}
@media all and (max-width: 490px){
  .table-wrap{
    padding: 0 10px;
  }
  .table td, .table th, .brborder td, .brborder th,
  .table-wrap table{
    font-size: 10px;
    text-align: center;
  }
  .brocker-more-info{
    text-align: left;
  }
}
@media all and (max-width: 490px){
  .table td, .table th, .brborder td, .brborder th,
  .table-wrap table{
    font-size: 9px;
  }
}

.jqTransformSelectWrapper ul li{
	padding-left: 20px;
}
.jqTransformSelectWrapper ul li:before{
	display: none;
}

.banner-set iframe, .banner-set ins {
    display: block;
    margin: 0 0 19px;
}