@font-face {
    font-family: 'PFBeauSansPro-Regular';
    src: url("../fonts/pfbeausanspro-reg.eot");
    src: url("../fonts/pfbeausanspro-reg.eot") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-reg.woff") format("woff"),
        url("../fonts/pfbeausanspro-reg.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-reg.svg#pfbeausanspro-reg") format("svg");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PFBeauSansPro-Thin';
    src: url("../fonts/pfbeausanspro-thin.eot");
    src: url("../fonts/pfbeausanspro-thin.eot") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-thin.woff") format("woff"),
        url("../fonts/pfbeausanspro-thin.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-thin.svg#pfbeausanspro-thin") format("svg");
    font-weight: normal;
    font-style: normal;
}  

@font-face {
    font-family: 'PFBeauSansPro-SemiBold';
    src: url("../fonts/pfbeausanspro-sebold.eot");
    src: url("../fonts/pfbeausanspro-sebold.eot") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-sebold.woff") format("woff"),
        url("../fonts/pfbeausanspro-sebold.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-sebold.svg#pfbeausanspro-sebold") format("svg");
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'PFBeauSansPro-Bold';
    src: url("../fonts/pfbeausanspro-bold.eot");
    src: url("../fonts/pfbeausanspro-bold.eot") format("embedded-opentype"),
        url("../fonts/pfbeausanspro-bold.woff") format("woff"),
        url("../fonts/pfbeausanspro-bold.ttf") format("truetype"),
        url("../fonts/pfbeausanspro-bold.svg#pfbeausanspro-bold") format("svg");
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/Roboto-Bold.eot");
    src: url("../fonts/Roboto-Bold.eot") format("embedded-opentype"),
        url("../fonts/Roboto-Bold.woff") format("woff"),
        url("../fonts/Roboto-Bold.ttf") format("truetype"),
        url("../fonts/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: normal;
    font-style: normal;
} 

@font-face {
    font-family: 'Roboto-Light';
    src: url("../fonts/Roboto-Light.html");
    src: url("../fonts/Roboto-Light.html") format("embedded-opentype"),
        url("../fonts/Roboto-Light-2.html") format("woff"),
        url("../fonts/Roboto-Light-3.html") format("truetype"),
        url("../fonts/Roboto-Light-4.html#Roboto-Light") format("svg");
    font-weight: normal;
    font-style: normal;
}
/* popover*/
.popover-title {
    display: none;
}
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1010;
    display: none;
    max-width: 276px;
    padding: 1px;
    text-align: left;
    white-space: normal;
    background-color: #fff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 6px;
  background: #f6fafa;
  border-color:#3ba687;
  box-shadow:0 0px 2px rgba(0,0,0,0.4);
}
/*.content-popover {
  max-height: 80px;
  overflow-y: auto;
}*/
.product-logo * {
    pointer-events:none;
}
.popover .arrow,.popover .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover .arrow {
    border-width: 11px
}

.popover .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0,0,0,0.25);
    border-bottom-width: 0
}
.popover.top .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    border-top-color: #f6fafa;
    border-bottom-width: 0;
    content: " ";
}
.popover.top .arrow {
      border-top-color: #3ba687;
}
.popover-title {
  background: none;
  border:none;
  padding: 0;
}
.popover-content {
  font-size: 12px;
  line-height: 16px;
  color:#26282f;
    padding: 9px 14px;
}
.popover-content img{
  display: block;
  max-width: 50px;
  max-height: 40px;
  margin: 0 auto 13px;
}
.close-popover {
  cursor: pointer;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 16px;
  height: 16px;
  background: url(https://image.flaticon.com/icons/svg/70/70460.svg) no-repeat;
  transition:all 0.4s ease;
}
.close-popover:hover {
  opacity: 0.5;
}
/* popover */
.page_content--product {
    margin-top: 24px;
    font-family: 'PFBeauSansPro-Regular', sans-serif;
}
.page_content--product b {
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    font-weight: normal;
}
.product-info-box__head-info {
    margin-bottom: 22px;
}
.grid-item {
    width: 50%;
    margin-bottom: 50px;
    padding: 0 50px;
}
.grid {
    margin: 0 -15px;
}
/*.grid-item:nth-of-type(2n+1) {
    padding-left: 35px;
    padding-right: 50px;
}
.grid-item:nth-of-type(2n) {
    padding-right: 35px;
    padding-left: 50px;
}*/
.product-item {
    width: 100%;
    max-width: 100%;
    border:1px solid #bdad97;
    border-radius:5px;
    background: #fff;
}
.product-item__head {
    padding: 15px 0 20px 0px;
}
.product-item-title {
    margin-bottom: 20px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 24px;
    font-family: 'PFBeauSansPro-SemiBold', sans-serif;
    color: #2c2d33;
}
.product-item-col {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-item__icon {
    position: relative;
    z-index: 5;
    line-height: 75px;
    display: inline-block;
    vertical-align: middle;
    padding-left: 15px;
    padding-right: 10px;
}
.product-item__plus {
    float: right;
    /*margin-top: 15px;*/
    width: auto;
    height: 52px;
    line-height: 52px;
    padding: 0 15px 0 35px;
    background: #e54655;
    color:#fff;
    white-space: nowrap;
    position: relative;
}
.product-item__plus:before {
    content:'';
    position: absolute;
    top: -13px;
    left: -4px;
    z-index: 5;
    width: 39px;
    height: 77px;
    background:url(../images/new-img/sep.png);
}
.product-item__plus:after {
    content:'';
    position: absolute;
    z-index: 4;
    top: -1px;
    bottom: -1px;
    left: -25px;
    background: #fff;
    width: 40px;
    -webkit-transform: skewX(-26deg);
    transform: skewX(-26deg);
}
.product-item__plus span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 17px;
    font-family: 'Roboto-Light', sans-serif;
}
.product-item__plus b {
    display: inline-block;
    padding-left: 25px;
    vertical-align: middle;
    font-size: 38px;
    line-height: 40px;
    font-family: 'Roboto-Bold', sans-serif;
    color:#fff;
}
.product-item-list {
    padding: 25px 20px 0px;
}
.product-item-list--gray {
    background: #f6f7f9;
}
.product-item-list ul {
    list-style:none;
    margin: 0;
    padding: 0;
}
.product-item-list ul li {
    display: block;
    position: relative;
    padding-left: 47px;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 21px;
    color:#444b4d;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
}
/* .product-item-list ul li:last-child {margin-bottom:0} */
.product-item-list ul li .icon-list {
    position: absolute;
    left: 0;
    top:50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    vertical-align: middle;
    width: 32px;
    text-align: center;
}
.product-item__bottom {
    padding: 30px 30px 25px;
    text-align: center;
}
.product-item__bottom .btn {
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 30px;
    padding: 0 32px;
    
}
.product-item__bottom  a:not(.btn) {
    font-size: 16px;
    line-height: 18px;
    color:#4b719e;
    text-decoration: underline;
}
.product-item__bottom  a:not(.btn):hover {
    text-decoration: none;
}
.product-logo-section {
    background: #f6f7f9;
    display: flex;
     justify-content: space-around; 
    align-items: flex-end;
    padding: 20px 0;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.product-logo {
    padding: 0 10px;
    text-align: center;
    position: relative;
    z-index: 1;
    height: 65px;
   /* max-width: 125px; */
}
.product-logo-section {
    overflow: visible;
}
.product-logo-section img, .product-logo-section span {
    position: relative;
    z-index: 5;
}
.product-logo:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: -25px;
    bottom: -55px;
    left: -20px;
    right: -20px;
    background: #f6f7f9;
    box-shadow: 0 3px 5px rgba(0,0,0,0.35);
    opacity: 0;
    visibility: hidden;
}
.product-logo:after {
    content: attr(data-per);
    position: absolute;
    z-index: 2;
    bottom: -50px;
    left: -20px;
    right: -20px;
    text-align: center;
    font-size: 32px;
    line-height: 40px;
    color: #e54655;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    opacity: 0;
    visibility: hidden;
    
}
.product-logo:hover {
    z-index: 5;
}
.product-logo:hover:before, .product-logo:hover:after {
    visibility: visible;
    opacity: 1;
}
.prod-img {
    height: 45px;
    line-height: 45px;
}
.product-logo-section:before {
    content:'';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background: -moz-linear-gradient(left, rgba(246,247,249,1) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(246,247,249,1) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(246,247,249,1) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f7f9', endColorstr='#00ffffff',GradientType=1 );
}
.product-logo-section:after {
    content:'';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 10px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(246,247,249,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(246,247,249,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(246,247,249,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f6f7f9',GradientType=1 );
} 
/* .product-logo img {
    max-width: 95px;
} */
.product-logo span {
    white-space: nowrap;
    display: block;
    margin-top: 10px;
    color:#90969e;
    font-size: 15px;
    line-height: 17px;
    font-family: 'PFBeauSansPro-Thin', sans-serif;
}
.product-item-txt {
    font-size: 16px;
    line-height: 24px;
    color:#26282f;
    font-family: 'PFBeauSansPro-Regular', sans-serif;
}
.under-head {
    padding: 20px 0 0;
    font-size: 16px;
    line-height: 24px;
    font-family: 'PFBeauSansPro-Regular', sans-serif;
}
.under-head  p {margin-bottom:0}
.under-head span {
    display: block;
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 30px;
}
.page_content--product .nav-pills{
    margin-bottom: 25px;
    font-family: 'PFBeauSansPro-Regular', sans-serif;
}
.filter-section {
    padding: 0 0 25px;
}
.filter-radio, .filter-button {
    display: inline-block;
    vertical-align: middle;
}
.filter-button {
    padding-left: 15px;
}
.filter-button .btn {
    margin-top: 8px;
    height: 38px;
    line-height: 38px;
    font-size: 16px;
    padding: 0 45px;
}
.filter-button .btn:hover {
    background: #b5a48d;
    color:#fff;
}
.filter-group {
    display: block;
    margin-bottom: 25px;
    line-height: 20px;
    font-size: 16px;
    color:#90969e;
}
.filter-group:last-child {margin-bottom: 0}
.filter-group span {
    min-width: 205px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.radio {
    position: relative;
    display: inline-block;
    
    vertical-align: middle;
    margin:0 20px 0 0 !important;
}
.radio:first-of-type {
    width: auto;
}
.radio:nth-of-type(2) {
    width: 130px;
}
.radio:nth-of-type(3) {
    width: 160px;
}
.radio input {
    visibility: hidden;
    width: 0;
    height: 0;
    opacity: 0;
    position: absolute;
}
.radio label {
    display: block;
    position: relative;
    padding-left: 30px;
    line-height: 20px;
    font-size: 16px;
    color:#26282f;
}
.radio label:before {
    content:'';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    border:1px solid #bdc0c5;
    background: #fff;
    border-radius: 50%;
}
.radio label:after {
    content:'';
    position: absolute;
    z-index: 2;
    top: 4px;
    left: 4px;
    width: 12px;
    height: 12px; 
    background: #4bbc85;
    border-radius: 50%;
    opacity: 0;
}
.radio input:checked + label:after {
    opacity: 1;
}
.faq-box {
    border:1px solid #ebecee;
    margin-bottom: 50px;
}
.faq-box__head {
    padding: 35px 25px;
    font-size: 18px;
    color:#2c2d33;
    line-height: 20px;
}
.faq-box__head span {
    text-transform: uppercase;
    font-family: 'PFBeauSansPro-SemiBold',sans-serif;
}
.faq-box__head span:after {
    content:'';
    width: 8px;
    height: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
    margin-right: 12px;
    background: url(../images/new-img/arrow.png) no-repeat;
}
.faq-box__head a {
    font-size: 16px;
    line-height: 18px;
    color: #4b719e;
    text-decoration: underline;
}
.faq-box__head a:hover {
    text-decoration: none;
}
.faq-box_body {
    background: #fff;
    padding: 25px;
    font-size: 14px;
    line-height: 24px;
    color:#90969e;
}
.faq-box_body p {margin-bottom: 5px;}
.faq-box_body b {
    display: block;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
}
.product-info-box {
    border-radius: 3px;
    background: #fff;
    padding: 25px 25px 30px;
    border:1px solid #ebecee;
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 24px;
}
.product-info-box__head {
    margin-bottom: 20px;
}
.product-info-box__head--cus {
    text-align: center;
    position: relative;
    padding: 0 85px;
}
.product-info-box__head--cus img {
    position: absolute;
    left: 0;
    top: 0;
}
.product-info-box-logo {
    display: inline-block;
  
    padding-top: 10px;
    text-align: center;
}
.product-info-box-logo--invest {
    display: block;
    
}
.product-info-box-logo--invest .slick-list {
    z-index: 15;
    padding: 0 25px;
    overflow: visible;
}
.product-info-box__head--invest {
    padding-left: 25px;
    padding-right: 25px;
    /*overflow: hidden;*/
    
}
.product-info-box__head--invest:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom:0;
    width: 75px;
    z-index: 50;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.product-info-box-logo--invest {
    /*overflow: hidden;*/
    /*padding-left: 25px;*/
    /*padding-right: 25px;*/
    
}
.product-info-box-logo .item {
    position: static;
    display: inline-block;
    vertical-align: bottom;
    margin: 0 15px;
}
.product-info-box-logo .item img {
    max-width: 90px;
}
.product-info-box-logo .item span {
    display: block;
    padding-top: 5px;
    font-size: 15px;
    line-height: 18px;
    color:#90969e;
}
.product-info-box-logo .item img {
    position: static;
}
.product-info-box .table{
    font-size: 16px;
    line-height: 20px;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    color:#444b4d;
    margin-bottom: 27px;
}
.table--2 {
    border-bottom: 1px solid #cecece;
}
.product-info-box .table td {
    padding: 8px 25px;
    height: 50px;
    width: 50%;
}
.product-info-box .table td:first-child {
    color:#90969e
}
.product-info-box  div.table_row:nth-child(2n),.product-info-box  table.table tr:nth-child(2n) {
    background-color: #fff;
}
.product-info-box  div.table_row:nth-child(2n+1),.product-info-box  table.table tr:nth-child(2n+1) {
    background-color: #f6f7f9;
}
.product-info-box .product-item-list ul li {
    display: inline-block;
    margin-right: 50px;
}
.product-info-box .btn.btn-green, .page_content--product .btn.btn-green {
    text-transform: uppercase;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    font-size: 18px;
    padding: 0 35px;
    height: 48px;
    border-radius: 48px;
    line-height: 48px;
    width: auto !important;
    display: inline-block;
}
.fixed-info-box .btn {
    display: inline-block;
}
.product-info-box .btn.btn-green {
    margin-top: 20px;
}
.how-work {
    margin-bottom: 45px;
    font-size: 16px;
    line-height: 24px;
}
.how-work p {
    margin-bottom: 14px;
}
.how-work__head {
    font-size: 26px;
    line-height: 30px;
    margin-bottom: 19px;
    display: block;
}
.graph-box {
    border-radius: 3px;
    background: #fff;
    padding: 25px;
    border:1px solid #bdad97;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
}
.graph-box__head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: baseline;
    margin-bottom: 25px;
    font-size: 18px;
}
.graph-box__head span {
    position: relative;
    top: 4px;
    display: inline-block;
    margin-right: 10px;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    font-size: 36px;
    line-height: 36px;
    /*vertical-align: middle;*/
    color:#bdad97;
}
.chart {
    height: 490px;
}
.anychart-credits {
    display: none !important  
}
.graph-container__head {
    font-size: 26px;
    line-height: 40px;
    margin-bottom: 25px;
}
/* .chart g{
    visibility:visible !important;
    overflow:visible !important
} */
.chart [aria-label] image {
    width: 40px !important;
    height: 40px !important;
    object-fit: cover !important
}
.chart [aria-label] [text-anchor="start"] {
    transform: translate(45px, 20px) !important;
    font-size: 14px;
}
.chart [aria-label] [text-anchor="end"] {
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    font-size: 12px;
    transform: translate(180px, 20px) !important;
}
.chart [text-anchor="middle"] {
    font-family: 'PFBeauSansPro-Bold', sans-serif;
}
.graph-container {
    margin-bottom: 50px;
}
.fixed-info-box {
    width: 263px;
    border-radius: 3px;
    background: #fff;
    border: 1px solid #bdad97;
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 30px;
}
.fixed-info-box .btn {
    margin-top: 30px;
}
.fixed-info-box__head {
    background: #e54655;
    color:#fff;
    padding: 5px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.fixed-info-box__head span {
   font-size: 14px;
   line-height: 20px; 
   font-family: 'PFBeauSansPro-Thin',sans-serif;
}
.fixed-info-box__head b {
    padding-left: 10px;
    font-size: 30px;
    line-height: 32px;
    font-family: 'PFBeauSansPro-Bold', sans-serif; 

}
.fixed-info-box .product-item-list {
    padding: 25px 15px 0px;
    background: #f6f7f9;
}
.fixed-info-box__body {
    padding: 25px;
    text-align: center
}
.affix {
    position: fixed !important;
}
.graph-container .btn {display: inline-block}
.chart a {
    display: none !important;
}
.info-graph {
    padding: 25px 0 0;
}
/* faq */
.under-head--cus {
    margin-bottom: 20px;
}
.under-head--cus a{
    color:#4b719e;
    text-decoration: underline;
}
.under-head--cus a:hover {
    text-decoration: none;
}
.faq-top {
    border-top: 1px solid #bdad97;
    padding:27px 0 0;
    text-align: center;
}
.faq-top b {
    display: block;
    font-size: 16px;
    font-family: 'PFBeauSansPro-Bold', sans-serif; 
}
.faq-top .btn {
    margin-top: 25px;
    font-size: 18px;
    font-family: 'PFBeauSansPro-Bold', sans-serif; 
    text-transform: uppercase;
    padding: 0 35px;
    height: 48px;
    line-height: 50px;
}
.faq-container {
    margin: 50px 0;
    border:1px solid #ebecee;
    border-radius: 3px;
    background: #fff;
    padding: 0 25px 25px;
}
.faq-container__head {
    padding: 25px 0;
    font-size: 26px;
    line-height: 28px;
    font-family: 'PFBeauSansPro-Regular', sans-serif;
}
.faq-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.faq-list li:nth-child(2n+1) {
    background: #f6f7f9;
}
.faq-list li a {
    display: block;
    padding: 15px;
    padding-left: 55px;
    position: relative;
    font-size: 16px;
    line-height: 20px;
    color: #444b4d;
    font-family: 'PFBeauSansPro-Bold', sans-serif; 
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.faq-list li a:before {
    content:'';
    position: absolute;
    left: 15px;
    top: 12px;
    /*transform:translateY(-50%);*/
    width:24px;
    height:18px;
    background: url(../images/new-img/check.png) no-repeat; 
    opacity: 0.5;
    -webkit-transition:all 0.4s ease;
    transition:all 0.4s ease;
}
.faq-list li a:hover:before, .faq-list li a.active:before {
    opacity: 1;
}
.faq-list li a:hover,.faq-list li a:focus, .faq-list li a.active{
    color:#4bbc85;
    text-decoration: none;
}
.breadcrumb li span {
    color:#23b17b;
}
.affix {
    top: 0;
}
.account-block_platform--pdf {
    position: relative;
}
.account-block_platform--pdf span {
    position: absolute;
    top: 5px;
    right: 15px;
    padding: 0;
}
.account-block_platform--pdf img {
    margin-top: 22px;
}
.pdf {
    float: left;
    margin-top: 15px;
    max-width: 105px;
    position: relative;
    padding-left: 30px;
    font-size: 12px;
    line-height: 14px;
}
.pdf:hover {
    color: #367663;
    text-decoration: none;
}
.pdf:hover svg path {
    fill: #367663;
}
.pdf svg {
    position: absolute;
    left: 0;
    top: 0;
}
.events-select  {
    margin-bottom: 40px;
}
.events-select .bootstrap-select {
    width: 195px !important;
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
    border:1px solid #ebecee !important;
}
.event-item {
    margin-bottom: 25px;
    background: #fff;
    padding: 25px 20px;
    border:1px solid #ebecee;
     font-family: 'PFBeauSansPro-Regular', sans-serif;
}
.event-item  .row {
    font-size: 0;
}
.event-item .col-xs-12 {
    float:none;
    display: inline-block;
    vertical-align: middle;
    
}
.event-prop {
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 17px;
    color: #26282f;
    font-family: 'PFBeauSansPro-Thin', sans-serif;
}
.event-prop  span {
    color: #90969e;
}
.event-title {
    font-size: 26px;
    line-height: 30px;
    margin-bottom:20px ;
    color: #469c83;
}
.event-description {
    font-size: 16px;
    line-height: 24px;
    color: #26282f;
}
.event-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.event-list li {
    display: block;
    margin-bottom: 26px;
    font-size: 16px;
    line-height: 24px;
    color: #444b4d;
    position: relative;
    padding-left: 48px;
}
.event-list li:last-child {
    margin-bottom: 0;
}
.event-list li img {
    position: absolute;
    top: -2px;
    left: 0;
    max-width: 32px;
    margin-right: 15px;
    max-height: 28px;
}
.btn.btn--demo {
    color: #bdad97;
    border: 1px solid #bdad97;
    text-transform: none;
}
.load-more {
    text-align: center;
}
.load-more .btn--demo {
    min-width: 220px;
    border-radius: 5px;
}
.load-more .btn--demo:hover {
    background: #bdad97;
    color: #fff;
}
.slick-slide {
    outline:none !important;
}
.slick-arrow {
    border:none;
    font-size: 0;
    line-height: 0;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 55;
    outline:none !important;
    transition: all 0.4s ease;
}
.slick-arrow.slick-disabled {
    opacity: 0.2;
    cursor: default;
    
}
.slick-arrow:hover {
    opacity: 0.5;
}
.slick-prev.slick-arrow {
   width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #469c83 transparent transparent;
    left: -8px; 
}
.slick-next.slick-arrow {
   width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #469c83; 
    right: -8px;
}
@media only screen and (min-width: 1200px) {
    .fixed-info-box.affix-bottom, .fixed-info-box.affix {
        width: 263px;
    }
}
@media only screen and (max-width:1199px) and (min-width: 992px) {
    .fixed-info-box .btn {
        padding: 0 15px !important;
        font-size: 15px !important;
    }
}
@media only screen and (max-width:1199px) {
    /*.product-item__icon {
        width: 105px;
    }*/

    .product-item__icon img {
        max-width: 100%;
        display: block;
    }

/*    .grid-item:nth-of-type(2n+1) {
        padding-left: 0px;
        padding-right: 15px;
    }
    .grid-item:nth-of-type(2n) {
        padding-right: 0;
        padding-left: 15px;
    }*/
    .fixed-info-box {
        width: 212px;
    }
    .fixed-info-box__head {
        padding: 5px 15px;
    }
    .fixed-info-box__head b {
        font-size: 22px;
    }

}
@media only screen and (max-width:1023px) {
    .product-info-box__head--invest .product-info-box-logo .item {
        margin: 0 15px !important; 
    }
    .radio-item label {
        padding: 0 10px;
        font-size: 15px;  
    }
    .filter-button {
        display: block;
        text-align: center;
        
    }
    .fixed-info-box {
        display: block;
        width: 100%;
        position: static !important;
    }
    .fixed-info-box__head {
        justify-content: center
    }
    .radio {
        margin-right: 5px !important;
        margin-bottom: 10px !important;
    }
    .filter-group {
        margin-bottom: 10px;
    }
    .radio label {
        font-size: 14px;
    }
    .filter-group span {
        font-size: 14px;
        margin-right: 10px;
        min-width: 180px;
    }
    .product-item-title {
        font-size: 16px;
        line-height: 20px;
    }
    .product-logo-section {
        padding-bottom: 5px;
    }
    .product-item__plus {
        /*width: 200px;*/
        padding-right: 5px;
    }
    .product-item__plus b {
        font-size: 24px;
        padding-left: 5px;
    }
    .product-item-list ul li {
        font-size: 14px;
        margin-bottom: 15px;
    }
    .product-item-list ul li .icon-list {margin-right:5px;}
    .product-item__bottom {
        padding: 20px;
    }
    .grid-item {
        margin-bottom: 30px;
    }
    .product-logo-section {
        display: block;
        text-align: center;
    }
    .product-logo {
        display: inline-block;
        vertical-align: bottom;
        margin-bottom: 20px;
        width: 32%;
    }
    .grid-item {
        padding: 0 15px !important; 
    }
}
@media only screen and (max-width:767px) {
    .event-list {
        margin-top: 30px;
    }
    .event-list li {
        margin-bottom: 15px;
        padding-left: 40px;
        font-size: 14px;
    }
    .event-title {
        font-size: 22px;
    }
    .filter-button .btn {
        display: inline-block;
        width: auto !important;
    }
    .breadcrumb li {
        display: inline
    }
    /*.graph-box__head span {vertical-align: bottom;}*/
    .under-head span {
        font-size: 20px;
        line-height: 26px;
    }
    /*.filter-button .btn {
        padding: 0 20px;
    }*/
    .product-item__bottom .btn {
        height: 38px;
        line-height: 40px;
    }
    .grid-item {
        width: 100%;
        padding: 0 !important; 
    }
    .filter-group span {
        display: block;
        margin-bottom: 10px;
    }
    .product-logo img {
        max-width: 100%;
    }
}
.mob-btn {display: none}
@media only screen and (max-width:599px) {
    .faq-list li a {
        font-size: 14px;
        line-height: 20px;
        padding: 10px;
        padding-right: 15px;
        padding-left: 45px;
    }
    .faq-list li a:before {
        left: 10px;
    }
    .faq-container {
        margin: 30px -15px;
        padding: 0;
    }
    .faq-container__head {
        padding: 10px 15px; 
        font-size: 20px;
        line-height: 26px;
    }
    .radio {
        width: 49% !important;
    margin-right: 0 !important;
    padding-left: 10px;
    margin-bottom: 15px !important;
    }
    .filter-button {
        width: 100%;
        padding-left: 0;
        text-align: center
    }
    .filter-button .btn {
        display: inline-block;
        width:auto !important;

    }
    .grid {
        margin: 0 -15px;
    }
    .product-item {
        border-right: none;
        border-left: none;
        border-radius: 0px;
    }
    .page_content--product .nav>li {
        width: 100%;
        margin-bottom: 15px;
    }
    .page_content--product .nav>li:last-child {margin-bottom: 0}
    .page_content--product .nav-pills>li>a {
        width: 100%;
        margin: 0;
        text-align: center;
    }
    .product-item__head {
        /*padding-left: 15px;*/
        padding-bottom: 0;
    }
    .product-item__bottom .btn {margin-bottom: 20px}
    .product-item__plus:before, .product-item__plus:after {
        display: none;
    }
    .product-item-col {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .product-item-title {
        margin-bottom: 10px;
    }
    .product-item__plus span {
        display: block;
        margin-bottom: 5px;
    }
    .product-item__icon, .fixed-info-box__body {
        text-align: center;
        width:50%
    }
    .product-item__icon img, .fixed-info-box__body  img {
        display: inline-block;
        max-height: 70px;
    }
    .fixed-info-box__body  {
        float:left;
        padding: 0 5px;
        height: 85px;
        line-height: 85px;
    }
    .fixed-info-box__head {
        float:right;
        height: 85px;
        display: block}
        .fixed-info-box__head b {margin: 0}
    .fixed-info-box .product-item-list {
        clear: both;
    }
    .fixed-info-box__head span {
        display: block;
        margin-bottom: 12px;
    }
    .product-item__plus, .fixed-info-box__head {
        width:50%;
        margin: 0;
        height: 85px;
        line-height: 20px;;
        padding: 5px;
        text-align: center;
    }
    .faq-box {
        margin: 0 -15px 30px;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    .faq-box__head {
        padding: 15px;
    }
    .faq-box_body {
        padding: 10px 15px 15px;
        height: 125px;
        overflow: hidden;
        position: relative;
    }
    .faq-box_body:after {
        content:'';
        position: absolute;
        pointer-events: none;
        top: 40px;
        bottom: 0;
        left: 0;
        right: 0;
        background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    }
    .faq-box_body.visible {
        height: auto
    }
    .faq-box_body.visible:after {
        display: none
    }
    .faq-box .mob-btn {
        cursor: pointer;
        display: block;
        height: 25px;
        line-height: 25px;
        text-align: center;
        background: url(../images/new-img/arrow-bott.png) 50% 50% no-repeat;
    }
    .faq-box .mob-btn.active {
        transform: rotate(-180deg);
    }
    .fixed-info-box {
        margin: 0 -15px;
        width: auto;
        border-left: none;
        border-right: none;
        border-radius: 0;
    }
    .how-work__head, .graph-container__head {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .product-info-box {
        margin: 0 -15px 10px;
        padding: 20px 15px; 
    }
    .product-info-box__head--cus img {
        display: none;
    }
    .product-info-box__head--cus {
        padding: 0;
        
    }
    .product-info-box__head {margin-bottom: 0}
    .product-info-box-logo {
        text-align:left;
        margin: 0 -15px;
        font-size: 0px;
        line-height: 0;
    }
    .product-info-box-logo .item  {
        width: 25%;
        margin: 0 0 15px;
        padding: 0 15px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        text-align: center
    }
    .product-info-box-logo .item span{
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .product-info-box .table {
        margin: 0 -15px 25px;
        width:auto;
    }
    .product-info-box-logo .item img {
        display: inline-block;
    }
    .product-info-box .table td {
        padding: 5px 15px;
    }
    .how-work {
        margin-bottom: 25px;
    }
    .graph-box {
        margin: 0 -15px 25px;
        padding: 10px 0;
        border-left: none;
        border-right: none;
        border-radius: 0;

    }
    .graph-box__head {
        font-size: 16px;
        line-height: 20px;
        padding: 0 15px;
        margin-bottom: 20px; 
    }
    .graph-container {
        margin-bottom: 35px;
      }
    .amcharts-legend-div {
        text-align: center
    }
    .product-info-box__head-info {
        padding-top: 10px;
    }
    .product-info-box .product-item-list ul li {margin-right:0;}
    .amcharts-legend-div svg {
        width: auto !important;
        left: 0;
        right: 0;
        margin: auto
    }
    .product-item-list {
        padding: 25px 15px 10px; 
    }
    .info-graph {
        padding: 15px 15px 0;
    }
}
.product-info-top {
    position: relative;
}
.char-box {
    position: absolute;
    background: #f3faf9;
    z-index: 10;
    top: 85px;
    left: 0;
    right: 0;
    bottom:0;
    border-top: 1px solid #bdad97;
    visibility: hidden;
    opacity: 0;
}
.char-box.visible {
    visibility: visible;
    opacity: 1;
}
.dynamic {
    margin-bottom: 10px;
}
.dynamic__head {
    padding: 15px 0 40px;
    text-align: center;
    
}
.dynamic__head img, .dynamic__head span {
    display: inline-block;
    vertical-align: middle;
}
.dynamic__head img {
    margin-right: 17px
}
.dynamic__head {
    display: block;
    text-decoration: none !important;
    
    font-size: 36px;
    line-height: 40px;
}
.dynamic-char {
    background: #f3faf9;
    height: 300px;
    margin: 0 -25px;
}
.product-info-top .item {
    position: relative;
    z-index: 55;
    /*height: 64px;*/
    min-width: 55px;
}
.product-info-top .item:after {
    content: '';
    position: absolute;
    top: 100%;
    /*background: #ffffff;*/
    background: #f3faf9;
    margin-top: 6px;
    width: 12px;
    height: 12px;
    border-top: 1px solid #bdad97;
    border-left: 1px solid #bdad97;
    -webkit-transform:rotate(45deg);
    transform:rotate(45deg);
    opacity: 0;
    visibility: hidden;
    left: 50%;
    margin-left: -6px;
    
}
.img-cont {
    height: 40px;
}
.product-info-top .item:before {
    content: attr(data-per);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    color:#e54655;
    font-size: 38px;
    line-height: 40px;
    font-family: 'Roboto-Bold', sans-serif;
    opacity: 0;
    visibility: hidden;
}
.product-info-box-logo .item:hover span {
        color:#000;
}
.product-info-top .item:hover:before,.product-info-top .item.active:before ,.product-info-top .item:hover:after ,
.product-info-top .item.active:after  {
    visibility: visible;
    
    opacity: 1;
}
.product-info-top .item:hover img, .product-info-top .item.active img {
    opacity: 0;
    visibility: hidden;
}
.highcharts-credits {
    display: none;  
}
.fixed-info-box__head {
    padding: 10px 15px;
}
.fixed-info-box__head b {
    font-size: 38px;
}
.fixed-info-box__head--last {
    background: none;
    color: #e54655;
    position: relative;
    padding: 14px 15px;
}
.fixed-info-box__head--last:after {
    content: '';
    position: absolute;
    bottom:0;
    left: 15px;
    right: 15px;
    height: 1px;
    background: #bdad97
}
.product-info-box-logo .item {
    text-align: center;
    
}
.product-info-box-logo .item img {
    margin: 0 auto;
    display: block;
    
}
.char-head, .char-item {
    display: none;
    
}
#char-box {
    width: 100%;
    height: 100%;
}
.product-item--investing {
    width: 1085px;
    max-width: 100%;
    margin: 0 auto 50px;
    border-radius: 0px;
}
.product-item--investing .product-item__head {
    padding: 0;
}
.product-item--investing  .product-item__plus span {
    position: absolute;
    bottom: 100%;
    left: 0;
    right: 0;
    color: #7f848b;
    font-size: 16px;
    /* line-height: 20px; */
    line-height: 16px;
    /* text-align: right; */
    text-align: left;
    /* padding-right: 15px; */
	padding-left: 38px;
    margin-bottom: 5px;
    font-family: 'Roboto-Light',sans-serif;
	white-space: normal;
}
.product-item--investing .product-item__plus {
    height: 58px;
    line-height: 58px;
    font-size: 38px;
    padding: 0 60px 0 90px ;
}
.product-item--investing .product-item__plus b {padding: 0;}
.product-item__heading {
    padding: 0 15px;
    font-size: 48px;
    line-height: 52px;
    font-family: 'PFBeauSansPro-SemiBold', sans-serif;
}
.product-item--investing .product-logo-section  {
    justify-content: center;
}
.product-item--investing .product-logo {
    height: auto;
    min-height: 53px;
    padding: 0 16px;
}
.product-item--investing .product-logo span {
    /*text-transform: uppercase;*/
    margin-top: 4px;
    font-size: 12px;
    color: #90969e;
    font-family: 'PFBeauSansPro-Thin',sans-serif;
}
.product-item--investing .product-logo i {
    display: block;
    height: 34px;
    line-height: 34px;
}
.product-item--investing .product-item-list  ul{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: space-between;
}
.product-item--investing .product-item__bottom  {
        display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    justify-content: center;
    padding-bottom: 35px;
}
.product-item--investing  .product-item-list {
    padding-top: 35px;
}
.product-item--investing .product-item__bottom .btn {
    margin: 0 35px 0 0;
}
.product-item--investing .product-item-txt {
    color:#26282f;
    font-size: 14px;
    line-height: 24px;
}
.product-item--investing .product-item__icon {
    min-width: 205px;
    text-align: center;
    
}
.product-item--investing .product-item__plus:before {
    top: -10px;
    left: -5px;
}
.invest-one__head {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
}
.invest-one-img {
    width: 205px;
    text-align: center;
}
.invest-one-img img {
    display: inline-block;
}
.invest-one__head b {
    width: calc(100% - 205px);
    padding: 0 15px;
    text-align: center;
        font-size: 48px;
    line-height: 52px;
    font-family: 'PFBeauSansPro-SemiBold', sans-serif;
}
.product-info-box__head--invest {
    position: relative;
    text-align: center;
    margin: 0 -25px 35px;
    
}
.product-info-box__head--invest .product-info-box-logo .item {
    margin: 0 25px;
}
.product-info-top--invest {
    overflow: hidden;
    
}
/*.char-box--invest {
    top: 115px;
}*/
.product-info-box__head--invest .img-cont {
    line-height: 40px;
    text-align: center;
    
}
.product-info-box__head--invest .img-cont img{
    display: inline-block;
    vertical-align: middle;
    
}
.product-info-box__head--invest .product-info-box-logo .item span {
    text-transform: uppercase;
    color: #000;
    font-size: 12px;
    position: relative;
}
.product-info-box__head--invest .product-info-box-logo .item span:after {
    content: '';
    position: absolute;
    top: 100%;
    margin-top: 5px;
    height: 2px;
    left: 0;
    background: #009d78;
    width: 19px;
}
.fixed-info-box__body img {
    max-width: 105px;
}
.product-info-top .product-info-box__head--invest .item:hover span,
.product-info-top .product-info-box__head--invest .item.active span {
    color: #009d78;
}
.product-info-top .product-info-box__head--invest .item:hover span:after,
.product-info-top .product-info-box__head--invest .item.active span:after {display: none;
}
.investing-table {
    margin-bottom: 40px;
    border:1px solid #ebecee;
    border-bottom: none;
    
}
.investing-table-item table{
    width: 100%;
    
}
.investing-table-item table td {
    font-size: 16px;
    line-height: 20px;
    color: green;
    padding: 10px 5px;
    min-height: 50px;
    text-align: center;
    
    font-family: 'PFBeauSansPro-Regular', sans-serif;

}
.investing-table-item table td.red {
    color:red;
}
.investing-table-item table td:first-child {
    width: 85px;
    text-align: center;
    font-size: 18px;
    color: #676767;
    font-family: 'PFBeauSansPro-Bold', sans-serif;
    
}
.investing-table-item table thead td {
    padding: 0;
    vertical-align: middle;
    font-size: 28px;
        line-height: 32px;
        color: #676767;
    font-family: 'PFBeauSansPro-SemiBold', sans-serif;
    text-align: center;
    
}
.investing-table-item  table tbody tr {
    border-bottom:1px solid #ebecee
}
.investing-table-item  table tbody tr:first-child td {
    color: #707276;
    font-family: 'PFBeauSansPro-SemiBold', sans-serif;
}

.investing-table-item table thead td img {
    max-height: 60px;
    max-width: 85px;
    display: inline-block;
    
}
.investing-table-item table thead tr {
    background: #f6f7f9
}
.investing-table-item:nth-child(2n) table thead tr {
    background: #eef4fe
}
.investing-table-item table tbody td:nth-child(2n+2) {
    background: #f6f7f9
}
.investing-table-item:nth-child(2n) table tbody td:nth-child(2n+2) {
     background: #eef4fe
}
.investing-table-item:first-child table thead td, .investing-table-item:first-child table tbody tr:first-child td {
    color: #527371;
}
.investing-table-item table tbody tr td:last-child {
   font-family: 'PFBeauSansPro-Bold', sans-serif; 
}
    .invest-one-img img {
        max-width: 100%;
    }
@media only screen and (max-width: 1200px) {
    .product-item__heading {
        font-size: 36px;
        text-align: center;
        line-height: 40px;
    }
    .dynamic__head {
        font-size: 24px;
        line-height: 26px;
    }
    .fixed-info-box__head b {
        font-size: 24px;
    }
    .invest-one__head b {
        font-size: 36px;
        line-height: 42px;
    }
    .product-info-box__head--invest .product-info-box-logo {
        font-size: 0;
        padding-top: 0;
    }
    /*.product-info-box__head--invest .product-info-box-logo .item {
        width: 20%;
        margin: 0;
        padding: 0 10px;
        margin-bottom: 10px;
        
    }*/
    /*.char-box--invest {
        top: 145px;
    }
     .product-info-top .product-info-box__head--invest .item:after {
        display: none;
        
    }
    .product-info-box__head--invest .product-info-box-logo .item span:after {
        display: none;
    }*/
    .investing-table-item table td {
        font-size: 12px;
        padding: 5px;
    }
    .char-box--invest {
        top: 75px;
    }
    .investing-table-item table td:first-child {
        font-size: 14px;
    }
    .product-info-box__head--invest {
        margin-bottom: 15px;
    }
}
@media only screen and (max-width: 1024px) {
    .graph-close {
        position: absolute;
        top: 15px;
        left: 15px;
        z-index: 55;
        width: 25px;
        height: 25px;
        cursor: pointer;
        -webkit-transition: all 0.4s ease;
        transition: all 0.4s ease;
    }
    .graph-close:hover  {
        opacity: 0.5;
    }
    .graph-close:before, .graph-close:after  {
        content: '';
        position: absolute;
        top: 10px;
        left: 0;
        width: 100%;
        height: 2px;
        background: #bdad97;
    }
    .graph-close:before {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .graph-close:after {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
}
@media only screen and (max-width: 1023px) {
    .product-info-box__head--cus {
        padding-right: 0;
    }
    .investing-table-item table thead td {
        font-size: 24px;
    }
}
@media only screen and (max-width: 767px) {
    .investing-table {
        margin: 0 -25px;
    }
    .investing-table-item table thead td img {
        max-width: 50px;
        max-height: 50px;
    }
    .investing-table-item table td:first-child {
        width: 55px;
    }
    .investing-table-item table td:first-child {
        font-size: 12px;
    }
    .investing-table-item {
        overflow-x: auto;
    }
    .product-item__heading {
        width: 100%;
        max-width: 100%;
        order: -1;
    }
    .product-item-col {
        padding-top: 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .char-box {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom:0;
        z-index: 5555;
        padding-top: 95px;
        
    }
    .product-info-top .item {
        margin-bottom: 10px;
    }
    .product-info-box-logo {
        text-align: left;
    }
    .dynamic-char {display: none;}
    .dynamic__head {
        padding: 20px 15px;
        margin: 0 -25px;
        background: #f3faf9
    }
    .char-head {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        background: #3a353f;
                display: block;
                z-index: 55;
                text-align: right;
    }
    .char-item {
        position: absolute;
        top: 40px;
        padding: 8px 15px;
        left: 0;
        right: 0;
        display: block;
        background: #f6f7f9;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
    }
    .char-item span {
        margin-left: 27px;
        font-size: 38px;
        line-height: 40px;
        font-family: 'Roboto-Bold',sans-serif;
        color:#e65462;
    }
    .char-item:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 15px;
        right: 15px;
        height: 1px;
        background: #bdad97;
    }
    .char-head a {
        display: inline-block;
        vertical-align: top;
        padding: 0 5px;
        line-height: 40px;
        height: 40px;
    }
    .char-head a:hover {
        background: #99c45a
    }
    .char-head a img {
        display: inline-block;
        vertical-align: middle;
        
    }
     .char-head a.disabled {
        opacity: 0.5;
        pointer-events:none;
     }
     .product-info-top .item:before {
        display: none;
        
     }
     .product-info-top .item:hover img {
        opacity: 1;
        visibility: visible;
        
     }
}
@media only screen and (max-width: 599px) {
    .investing-table {
        margin: 0 -15px;
    }
    .invest-one-img {
        width: 80px;
    }
    /*.product-info-box__head--invest .product-info-box-logo .item {
        width: 25%;
    }*/
    .product-info-box__head--invest {
        margin: 0 0 15px;
    }
    .invest-one__head b {
        font-size: 24px;
        line-height: 28px;
        width: calc(100% - 80px)
    }

    .product-item__heading {
        padding-bottom: 15px;
        font-size: 28px;
        line-height: 32px;
    }
    .product-item--investing {
        width: auto;
        max-width: none;
        margin: 0 -15px 30px;
    }

    .page_content--product {
        overflow: hidden;
        
    }
    .product-item--investing .product-item__icon {
        width: 100%;
        min-width: 100%;
    }
    .product-item--investing .product-logo span {
        font-size: 10px;
    }
    .product-item--investing .product-item__plus {
        width: 100%;
        min-width: 100%;
        margin-top: 30px;
        padding: 0 50px;
    }
    .product-item--investing .product-logo-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    .product-item--investing .product-logo {
        padding: 0 5px;
    }
    .product-item--investing .product-item__bottom .btn {
        display: block;
        margin: 0 0 15px;
    }
    .product-item--investing .product-item__plus span {
        text-align: center;
        padding-right: 0;
    }
    .product-item--investing .product-item-list ul, .product-item--investing .product-item__bottom {
               -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .fixed-info-box__head--last {
        width: 100%;
        background: #f6f7f9;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        text-align: left;
        justify-content: space-between;
    }
    .dynamic__head {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        -ms-align-items: center;
        align-items: center;
        font-size: 18px;
        line-height: 22px;
        font-family: 'PFBeauSansPro-Bold', sans-serif;
        position: relative;
        padding: 10px 35px 10px 15px;
        
    }
    .dynamic__head:before {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -12px;
        right: 15px;
        width: 14px;
        height: 24px;
        background: url(../images/arrow.html) no-repeat
    }
    .product-info-box .table {margin-bottom: 0;}
    .dynamic__head:after {
        content: '';
        position: absolute;
        bottom: 1px;
        left: 15px;
        right: 15px;
        height: 1px;
        background: #bdad97;
    }
    .dynamic__head img {
        width: 40px;
    }

    .fixed-info-box__head--topbr {display: none;
    }
    .fixed-info-box__body {
        position: absolute;
        top: 0;
        left: 0;
    }
    .fixed-info-box .product-item-list {
        margin-top: 68px;
    }
    .fixed-info-box__head span {
        margin-bottom: 0;
    }
    .product-info-box__head--invest .product-info-box-logo .item {
        width: auto;
        padding: 0;
    }
    .slick-prev.slick-arrow {
        left: -20px;
    }
    .slick-next.slick-arrow {
        right: -20px;
    }
    .product-info-box__head--invest:after {
        width: 30px;
    }
}
/*@media only screen and (max-width: 400px) {
    .product-info-box__head--invest .product-info-box-logo .item {
        width: 33.333%;
    }
}*/
























.btn-green,.btn.btn-green{
color:#FFFFFF!important;
}
.dynamic__head {
	color:#000000!important;
    font-size: 30px;
}
.page_content a {

    color:#000000!important;

}

.product-info-top .before_inline{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    
    font-size: 24px;
    line-height: 40px;
    font-family: 'Roboto-Bold', sans-serif;
    opacity: 0;
    visibility: hidden;
    display: inline;
}
.product-info-top .item:hover::before, .product-info-top .item.active::before{
    visibility: hidden!important;
    opacity: 1;
}
.product-info-top .item:hover .before_inline, .product-info-top .item.active .before_inline{
    visibility: visible!important;
    opacity: 1;
}
.before_inline_red,.inline_red::after {
	color: #e54655!important;
}
.before_inline_green,.inline_green::after {
	color: #2cae7a!important;
}
.product-logo::after {

    font-size: 28px;
}









.slick-slide {
    outline:none !important;
}
.slick-arrow {
    border:none;
    font-size: 0;
    line-height: 0;
    background: none;
    position: absolute;
    top: 50%;
    margin-top: -10px;
    z-index: 55;
    outline:none !important;
    transition: all 0.4s ease;
}
.slick-arrow.slick-disabled {
    opacity: 0.2;
    cursor: default;
    
}
.slick-arrow:hover {
    opacity: 0.5;
}
.slick-prev.slick-arrow {
   width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #469c83 transparent transparent;
    left: -8px; 
}
.slick-next.slick-arrow {
   width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #469c83; 
    right: -8px;
}


/*
.product-info-box__head--invest {
    position: relative;
    text-align: center;
    margin: 0 -25px 35px;
    
}
.product-info-box__head--invest .product-info-box-logo .item {
    margin: 0 25px;
}
.product-info-top--invest {
    overflow: hidden;
    
}
*/