* {
  padding: 0;
  margin: 0;
}

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

table td {
  padding: 0px;
}

ul,p {
  margin: 0.1em 0 0.5em 0;
}

h2 {
  color: #ffffff;
  text-align: center;
}

h3,h4 {
  color: #141414;
  font-size: 20px;
  letter-spacing: .05em;
  margin: 20px 0 18px;
  font-weight: 900;
}

h4 {
  font-size: 18px;
}

.inline {
  display: -webkit-box;
}

.textmin {
  margin-bottom: 3px;
  margin-top: 5px;
  font-size: 14px;
  text-align: center;
}

.textwrap {
  white-space: pre-wrap !important;
  color: #fff;
  background-color: #282828;
  padding-top: 0 !important;
  padding-bottom: : 0 !important;
  margin: 0 !important;
}

.link {
  background-color: #282828;
  margin-bottom: 0px !important;
  margin-top: 0px !important;
  padding-bottom: 5px;
  padding-top: 5px;
  border-top: 1px solid #333;
}

.form-calculator {
  background-color: #282828;
  padding-top: 10px;
  padding-bottom: 10px;
}

.c2 td {
  width: 50%;
}

.c3 td {
  width: 33.3%;
}

.c4 td {
  width: 25%;
}

.c5 td {
  width: 20%;
}

.rel {
  position: relative;
}

.tac {
  text-align: center;
}

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

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

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

h1 a {
  color: #fff;
  font-weight: 100;
  text-decoration: none;
  border-bottom: 1px solid;
}

h1 a:hover {
  color: #13a071;
}

.plain h2 {
  margin: 0.3em 0 0.3em;
}

a {
  color: #ef5350;
  outline: none;
}

a:hover {
  color: #fff;
}

b {
  font-weight: 700;
}

.plain p {
  font-size: 16px;
  margin: 0.2em 0 1.2em 0;
  line-height: 1.6em;
}

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

.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;
  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%;
}

.block-title {
  color: #141414;
  font-size: 24px;
  letter-spacing: .05em;
  margin: -6px 0 17px;
  font-weight: 900;
}

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

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

.btn {
  border: 2px solid #4CAF4F;
  padding: 7px 15px;
  font-weight: 400;
  font-size: 1.2rem;
  background: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #ffffff;
  width: 24%;
}

.calculator__row-1 {
  background-color: #282828;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

#f input#swapriskmoney.btn.btn_calc_ {
  margin: 0 0 0 0;
  max-width: 100%;
}

#money {
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  background: none;
  border: 0;
}
@-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);
  }
}

/*
.menu .lnk.active {
    color: #033c24;
}
*/

#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: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-es:after {
  background-position: 0 -24px;
}

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

/*.banner-set iframe:last-child{*/

/*margin-right: 0;*/

/*}*/

input:focus {
  border: 1px solid #13a071;
}

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

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

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

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

.field {
  padding: 0 18px;
  height: 35px;
  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;
  text-align: center;
}

.fieldswing {
  border: 2px solid #FD5959;
  color: #fff;
}

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

.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;
  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;
  cursor: pointer;
  margin: 0;
}

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

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

.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: 10px 2em 0 40px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 0;
  color: #797373;
  cursor: pointer;
}

.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;
}

.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;
  margin: 0;
}

.custom-dropdown .rbx-option:hover {
  color: #4CAF4F;
}

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

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

.form-calculator .field {
  margin: 7px 0 4px;
  width: 98%;
}

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

#f.form-calculator .field.btn {
  position: relative;
  margin-top: 25px;
}

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

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

.form-calculator .custom-dropdown {
  margin: 6px 0 4px;
  width: 100%;
}

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

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

.form-calculator .calc-ask-price {
  text-align: center;
  margin-left: 38%;
  margin-right: 38%;
  margin-bottom: 10px;
}

.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;
}

.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;
}

@media screen and (max-width: 860px) {
  .form-calculator .field {
    width: 98%;
  }
}

.table {
  font-weight: 300;
  text-align: left;
  border-collapse: collapse;
  font-size: 1em;
  min-width: 25%;
  width: 100%;
}

.table td,.table th {
  height: 40px;
  vertical-align: middle;
  border-left: 1px solid #282828;
  border-right: 1px solid #2b2b2b;
  padding: 0 14px;
  color: #ffffff;
}

.table th {
  font-weight: normal;
}

.tbody th {
  text-align: right;
}

.tbody td {
  text-align: left;
}

.table thead {
  background: #4CAF4F;
  color: #fff;
  text-align: center !important;
}

.table thead th {
  border-left: 1px solid #484848;
  border-right: 1px solid #484848;
  font-weight: 300;
}

.table thead th:first-child {
  border-left: 1px solid #4CAF4F;
}

.table thead th:last-child {
  border-right: 1px solid #4CAF4F;
}

[dir=rtl] .table td a b {
  direction: ltr;
  display: block;
}

.table tbody {
  background: #333;
  text-align: center;
}

.table tbody tr:nth-child(odd) {
  background: #282828;
  border-left: 1px solid #282828;
  border-right: 1px solid #282828;
}

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

@media screen and (min-width: 1024px) {
  .form-calculator {
    background-color: #282828;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .table {
    width: 100%;
  }
}

@media screen and (max-width: 950px) {
  .calculator .list-h .item {
    width: 35%;
  }

  .table {
    width: 100%;
  }
}

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


@media screen and (max-width: 720px) {
  .form-calculator .list-h .item {
    width: 33%;
  }
}

.list-h {
  list-style: none;
  padding-left: 0;
  text-align: center;
}

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

.list-c4 .item {
  width: 24%;
  margin-top: 10px !important;
}

.type-a {
  float: left;
  margin: 0 32px 0 0;
}

.lang-a {
  margin: 18px 0 12px;
}

.lang-a a {
  margin: 0 7px 0 0;
}

.checked-a {
  position: relative;
  top: 55px;
}

.checked-a label {
  margin: 15px 13px 0 0 !important;
  display: inline !important;
}

.row label {
  margin: 15px 0 8px;
  display: inline-block;
  display: block;
}

[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] .cs-options li {
  padding-right: 0;
}

[dir=rtl] .plain li:before {
  left: auto;
  right: 2em;
}

[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;
}

@media screen and (max-width: 990px) {
  body {
    min-width: 0;
  }
}

@media screen and (max-width: 860px) {
  html,  body {
    height: auto !important;
  }

  body {
    background: #fff;
  }
}

@media screen and (max-width: 480px) {
  h1 {
    font-size: 1.875rem;
  }

  .list-c4 .item {
    width: 50%;
  }

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

@media all and (max-width: 720px) {
  .table {
    width: 100%;
  }
}

@media all and (max-width: 500px) {
  .form-calculator .list-h .item {
    width: 33%;
  }
}

@media all and (max-width: 480px) {
  .plain li:before {
    left: 1em;
  }
}

@media all and (max-width: 380px) {
  h1 {
    font-size: 24px;
  }

  .btn-box .btn {
    max-width: 100%;
    font-size: 12px;
  }
}

.btn-box span {
  display: inline-block;
}


.block-message {
  font-size: 18px;
  display: none;
}

@media all and (max-width: 850px) {
  table {
    margin: 0;
  }

  .table td {
    width: auto !important;
  }
}

@media all and (max-width: 810px) {
  .table td,  .table th {
    padding: 0 !important;
  }
}