@charset "utf-8";
/*
Theme Name: BinProfy
Theme URI: http://binprofy.com/
Author: prostoweb.su
Author URI: prostoweb.su
Description: Тема для сайта http://binprofy.com/
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentyfourteen
*/
html, body {
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    margin: 0;
    padding: 0;
    height: 100%;
    background: #fbfcff;
    color: #000;
}

:focus {
    outline: none;
}

input, textarea {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
}

h1, h2, h3, h4, h5, p.h1, p.h2, p.h3, p.h4, p.h5 {
    font-size: 26px;
    font-weight: 700;
}

h2. p.h2 {
    font-size: 24px;
}

h3, p.h3 {
    font-size: 22px;
}

h4, p.h4 {
    font-size: 20px;
}

h5, p.h5 {
    font-size: 18px;
}

a {
    color: #37beba;
    text-decoration: underline;
}

a:hover {
    color: #ff8a48;
    text-decoration: underline;
}

img {
    border: none;
    max-width: 100%;
	height: auto;
}

p {
    line-height: 1.2em;
    margin: 19px 0 20px;
}

b, strong, span.b {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}
::selection {
	background: #ff8850; /* Safari */
	color: #fff;
}
::-moz-selection {
	background: #ff8850; /* Firefox */
	color: #fff;
}
.main {
    width: 100%;
    float: left;
    min-height: 100%;
    position: relative;
}

.container {
    max-width: 1180px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
}

input[type="submit"],
input[type="reset"],
input[type="button"] {
    cursor: pointer;
}

:focus::-webkit-input-placeholder {
    color: transparent
}

:focus::-moz-placeholder {
    color: transparent
}

:focus:-moz-placeholder {
    color: transparent
}

:focus:-ms-input-placeholder {
    color: transparent
}

.arrow_list {
    display: none;
}

/*------------------------header-----------------------*/
header.header {
    width: 100%;
    float: left;
    z-index: 10;
    position: relative;
    height: 100px;
    background: #334e5e;
    margin-bottom: 44px;
}

header.header .container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    height: 100px;
}

header.header a.menu {
    width: 30px;
    height: 22px;
    background: url(images/icon_menu.png) no-repeat left top;
    display: block;
    margin: 0 27px 0 22px;
}

header.header a.menu.active,
header.header a.menu:hover {
    background-position: left bottom;
}

header.header .logotip {
    margin-right: 5.5%;
}

header.header nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

header.header nav ul li {
    margin: 0 0 0 18px;
    padding: 0;
    font-size: 14px;
}

header.header nav ul li:first-child {
    margin-left: 0;
}

header.header nav ul li a {
    color: #fff;
}

header.header nav ul li a:hover, header.header nav ul li.current-menu-item a, header.header nav ul li.current-menu-parent a {
    color: #ff8a48;
}

header.header a.bonus {
    width: 168px;
    height: 43px;
    border-radius: 3px;
    border: 1px solid #37beba;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: calc(50% - 22px);
    right: 20px;
    text-decoration: none;
    font-size: 14px;
}

header.header a.bonus:hover {
    background: #37beba;
    color: #fff;
}

.popup_header {
    background: rgba(25, 25, 25, .65);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: hidden;
    display: none;
}

.popup_header .container {
    height: 100%;
}

.popup_header nav {
    width: 360px;
    background: #fff;
    height: 100%;
    float: left;
    padding-left: 22px;
    position: relative;
}

.popup_header nav:before {
    position: absolute;
    top: 0;
    left: -200%;
    width: 200%;
    height: 100%;
    background: #fff;
    content: "";
}

.popup_header a.close {
    width: 24px;
    position: absolute;
    top: 127px;
    left: 22px;
    height: 22px;
    background: url(images/close.png) no-repeat;
}

.popup_header nav ul {
    margin: 177px 0 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
}

.popup_header nav ul li {
    margin: 0;
    padding: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
}

.popup_header nav ul li a {
    padding-right: 45px;
    width: calc(100% - 45px);
    font-size: 18px;
    position: relative;
    text-decoration: none;
    margin: 0 0 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}
.popup_header nav ul li.active a{
	color: #ff8a48;}

.popup_header nav ul li a img {
    margin-right: 25px;
}

.popup_header nav ul li.sub a:after {
    width: 5px;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    background: url(images/arrow_nav.png) no-repeat left top;
}

.popup_header nav ul li.sub>a:hover:after,
.popup_header nav ul li.sub.active>a:after {
    width: 5px;
    height: 11px;
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 30px;
    background: url(images/arrow_nav.png) no-repeat left bottom;
}

.popup_header nav ul li .sub_box {
    width: 750px;
    background: #fff;
    position: absolute;
    top: 0;
    left: calc(100% + 3px);
    padding: 129px 0 25px 25px;
    display: none;
}

.popup_header nav ul li .sub_box:after {
    width: 100%;
    height: 100%;
    right: -100%;
    top: 0;
    background: #fff;
    content: "";
    position: absolute;
}

.popup_header nav ul li .sub_box .title {
    width: 100%;
    float: left;
    font-size: 21px;
    margin-bottom: -4px;
}

.popup_header nav ul li .sub_box .left {
    width: calc(100% - 280px);
    padding-top: 22px;
    float: left;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.popup_header nav ul li .sub_box .left a {
    width: 50%;
    margin: 0 0 22px;
    padding: 0;
}

.popup_header nav ul li .sub_box .left a img {
    max-width: 100%;
}

.popup_header nav ul li .sub_box a:after,
.popup_header nav ul li .sub_box a:hover:after,
.popup_header nav ul li .sub_box .left a:after {
    display: none;
}

.popup_header nav ul li .sub_box .right {
    border: 1px dashed #c6eeee;
    width: 260px;
    float: right;
}

.popup_header nav ul li .sub_box .right .name {
    width: 100%;
    height: 69px;
    border-bottom: 1px dashed #e2f6f6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.popup_header nav ul li .sub_box .right .name img {
    max-height: 90%;
    max-width: 90%;
}

.popup_header nav ul li .sub_box .right ul {
    margin: 9px 23px 17px;
    padding: 0;
    width: calc(100% - 46px);
    list-style: none;
}

.popup_header nav ul li .sub_box .right ul li {
    margin: 0;
    padding: 9px 0 10px;
    width: 100%;
    font-size: 14px;
    border-bottom: 1px solid #f8f8f8;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-end;
    align-items: flex-end;
}

.popup_header nav ul li .sub_box .right ul li span {
    color: #36beba;
    font-size: 18px;
}

.popup_header nav ul li .sub_box .right a.trade {
    margin: 0 23px;
    padding: 0;
    width: calc(100% - 46px);
    height: 43px;
    border: 1px solid #37beba;
    background: #37beba;
    color: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
}
.popup_header nav ul li .sub_box .right a.trade:after,
.popup_header nav ul li.active .sub_box .right a.more {
	display: none;}

.popup_header nav ul li .sub_box .right a.trade:hover {
    background: #fff;
    color: #37beba;
}

.popup_header nav ul li.active .sub_box .right a.more {
    margin: 0 23px;
    width: calc(100% - 46px);
    height: 45px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: underline;
    font-size: 14px;
	color: #37beba;
}
.popup_header nav ul li.active .sub_box .right a.more:hover {
	color: #ff8a48;}


/*------------------------wrapper----------------------*/
.wrapper {
    width: 100%;
    float: left;
}

.entry {
    width: calc(100% - 42px);
    padding: 20px 21px 30px;
    border: 1px dashed #c6eeee;
    background: #fff;
    margin-bottom: 44px;
}

.entry .title {
    width: 100%;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.entry .title img {
    margin-right: 21px;
    position: relative;
    top: -5px;
}

.entry .column {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    -moz-column-gap: 1.5em;
    -webkit-column-gap: 1.5em;
    column-gap: 1.5em;
    width: 100%;
}

.entry .column p {
    margin-top: 0;
}

.table_small {
    width: 100%;
    margin-bottom: 49px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.table_small .left {
    width: 505px;
}

.table_small .left .section {
    width: calc(100% - 44px);
    padding: 0 21px;
    height: 77px;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: relative;
    z-index: 1;
    margin-top: -1px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 2px;
}

.table_small .left .section:hover, .table_small .left .section.active {
    z-index: 2;
    border-color: #37beba;
}

.table_small .left .section:first-child {
    margin-top: 0;
}

.table_small .left .section .logo {
    width: 145px;
    height: 77px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.table_small .left .section .logo img {
    max-height: 75px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.table_small .left .section .logo img:hover {
	cursor: pointer;
    -moz-transform: rotateY(30deg);
    -o-transform: rotateY(30deg);
    -ms-transform: rotateY(30deg);
    transform: rotateY(30deg);}

.table_small .left .section a.trade {
    width: 133px;
    height: 43px;
    border: 1px solid #37beba;
    color: #37beba;
    background: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
}

.table_small .left .section a.trade:hover {
    background: #37beba;
    color: #fff;
}

.table_small .left .section .condition {
    font-size: 14px;
}

.table_small .left .section .condition div {
    padding-left: 17px;
    background: url(images/plus_grey.png) no-repeat left 3px;
}

.table_small .left .section:hover .condition div {
    background-image: url(images/plus_blue.png);
}

.table_small .right {
    margin-left: -3px;
    width: calc(100% - 508px);
    border: 2px solid #37beba;
    overflow: hidden;
    border-radius: 3px;
    position: relative;
    z-index: 2;
    background: #fff;
    height: 387px;
}

.table_small .right img {
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    max-width: inherit;
    max-height: inherit;
}

.analysis {
    width: 100%;
    float: left;
    margin-bottom: 60px;
}

.analysis .title {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 26px;
    margin-bottom: 41px;
}

.analysis .title span {
    font-weight: 400;
    font-size: 20px;
    display: block;
    width: 100%;
    margin-top: -2px;
}

.analysis .cont {
    width: calc(100% - 2px);
    border-radius: 3px;
    border: 1px dashed #c6eeee;
    background: #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.analysis .cont .section {
    width: calc(33.3% - 1px);
    text-align: center;
    min-height: 150px;
    padding: 31px 0 19px;
    border-left: 1px dashed #dff6f6;
    border-top: 1px dashed #dff6f6;
}

.analysis .cont .section:nth-child(3n+1) {
    border-left: none;
}

.analysis .cont .section:nth-child(1),
.analysis .cont .section:nth-child(2),
.analysis .cont .section:nth-child(3) {
    border-top: none;
}

.analysis .cont .section .text {
    margin-top: 2px;
    padding: 0 25px;
}

.analysis .cont .section .text .strong {
    display: block;
    margin-bottom: 5px;
    width: 100%;
    font-weight: bold;
}

.table {
    width: 100%;
    float: left;
    margin-bottom: 53px;
}

.table .title {
    width: calc(100% - 50px);
    padding: 0 25px;
    height: 64px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    background: #334e5e;
    font-size: 20px;
}

.table .title a {
    width: 108px;
    height: 33px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
}



.table table {
    border-collapse: collapse;
    width: 100%;
    float: left;
}

.table table th {
    color: #cecece;
    font-size: 14px;
    font-weight: 400;
    padding: 13px 0;
    background: #fff;
}
.table table tr th {
	border-right: 1px solid #fff;}

.table table tr {
    position: relative;
    z-index: 1;
}

.table table tr:hover {
    position: relative;
    z-index: 2;
}

.table table tr td {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    vertical-align: middle;
    padding: 8px 5px;
    background: #fff;
    position: relative;
    z-index: 1;
	margin: 0;
}

.table table tr td:first-child {
    border-left: 1px solid #f3f3f3;
}

.table table tr td:last-child {
    border-right: 1px solid #f3f3f3;
}

.table table tr td.logo {
    text-align: center;
}

.table.safari_mode table tr td.logo a {
	width: 180px;
	display: inline-block;
}

.table table tr td.logo img {
    padding-left: 30px;
    max-width: 150px;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.table table tr td.logo img:hover {
	cursor: pointer;
    -moz-transform: rotateY(30deg);
    -o-transform: rotateY(30deg);
    -ms-transform: rotateY(30deg);
    transform: rotateY(30deg);
}

.table.safari_mode table tr td.logo img:hover {
    max-width: 120px;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
}

.table table tr:hover td {
    position: relative;
}




table tr td .place {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
}

table tr td .place:before {
    position: absolute;
    z-index: 3;
    content: "1";
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    top: 0;
    left: 0;
    background: none;
    border-top: 1px solid transparent;
    width: calc(100% - 12px);
    padding: 7px 0 0 12px;
    text-align: left;
}

table tr td .place.place1:before {
    content: "1";
}

table tr td .place.place2:before {
    content: "2";
}

table tr td .place.place3:before {
    content: "3";
}

table tr .place.place1:after {
    border-bottom: 29px solid transparent !important;
    border-right: 29px solid transparent !important;
    border-top: 29px solid #37beba !important;
    border-left: 29px solid #37beba !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    text-align: left;
}

.table table tr td .place.place2:after {
    border-bottom: 29px solid transparent !important;
    border-right: 29px solid transparent !important;
    border-top: 29px solid #ff8850 !important;
    border-left: 29px solid #ff8850 !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    text-align: left;
}

.table table tr td .place.place3:after {
    border-bottom: 29px solid transparent !important;
    border-right: 29px solid transparent !important;
    border-top: 29px solid #ffc82f !important;
    border-left: 29px solid #ffc82f !important;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    text-align: left;
}

.table table tr td.link_trade a {
    border: 1px solid #37beba;
    background: #fff;
    color: #37beba;
    width: 133px;
    height: 43px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
}

.table table tr td.link_trade a:hover {
    background: #37beba;
    color: #fff;
}

.table table tr td.text,
.table table tr td.profit_arrow {
    text-align: center;
    font-size: 18px;
}

.table table tr:hover td.text,
.table table tr:hover td.profit_arrow {
    color: #37beba;
}

.table table tr td.profit_arrow span:after {
    content: url(images/arrow_profit.png);
    display: inline-block;
    margin-left: 7px;
}

.table table tr td.name {
    font-size: 18px;
    padding-left: 45px;
}

.table table tr td.name a {
    text-decoration: none;
}

.table table tr td.advantage {
    font-size: 12px;
}

.table table tr td.advantage div {
    padding-left: 19px;
    white-space: nowrap;
    margin-left: 10px;
	min-height: 14px;
    background: url(images/plus_grey.png) no-repeat left 3px;
}

.table table tr:hover td.advantage div {
    background: url(images/plus_blue.png) no-repeat left 3px;
}

.table table tr td.raiting {
    text-align: center;
}

.table table tr td.raiting div {
    background: url(images/raiting.png) no-repeat;
    width: 70px;
    height: 71px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 22px;
    color: #37beba;
    padding: 0;
    margin: 0;
}

.table table tr td.more {
    font-size: 14px;
    text-align: center;
}

.table table tr td.risk {
    text-align: center;
    z-index: 2;
}

.table table tr td.risk a {
    position: relative;
}

.table table tr td.risk img {
    max-width: 40px;
}

.table table tr td.risk a span {
    padding: 10px 0;
    width: 116px;
    left: calc(50% - 64px);
    top: -72px;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background: rgba(95, 95, 95, .8);
    position: absolute;
    display: none;
}

.table table tr td.risk a span:before {
    border: 9px solid transparent;
    border-top: 9px solid rgba(95, 95, 95, .8);
    content: "";
    left: calc(50% - 4px);
    position: absolute;
    bottom: -18px;
}

.table table tr td.risk a:hover span {
    display: block;
}

.table table tr td.level div {
    background: url(images/level.png) repeat-x left bottom;
    width: 60px;
    height: 11px;
    position: relative;
    margin: 0 auto;
}

.table table tr td.level div span {
    display: block;
    height: 100%;
    background: url(images/level.png) left top repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.table table tr td.tool {
    text-align: center;
}

.table table tr td.tool span {
    width: 19px;
    height: 15px;
    display: inline-block;
}

.table table tr td.tool span.true {
    background: url(images/true.png) no-repeat left top;
}

.table table tr td.tool span.false {
    background: url(images/false.png) no-repeat left top;
}

.table table tr:hover td.tool span {
    background-position: left bottom;
}

.line {
    width: 100%;
    margin-bottom: 47px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.line .text {
    width: calc(47.5% - 38px);
    border: 1px dashed #c6eeee;
    padding: 0 19px;
    background: #fff;
}

.line .text ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.line .text ul li {
    margin: 0;
    padding: 0 0 3px 36px;
    position: relative;
}

.line .text ul li:before {
    position: absolute;
    top: 2px;
    left: 14px;
    content: url(images/plus_blue_16.png);
}

.table_half {
    width: calc(47.5% - 2px);
    border: 1px solid #eef0f6;
    background: #fff;
}

.table_half .title {
    width: calc(100% - 42px);
    padding: 0 25px 0 17px;
    color: #fff;
    height: 64px;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #334e5e;
}

.table_half .title a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    height: 33px;
    text-align: center;
    line-height: .9em;
    padding: 0 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    border-radius: 3px;
}

.table_half table {
    width: 100%;
    float: left;
    border-collapse: collapse;
}

.table_half table tr th {
    padding: 16px 0;
    color: #b1b1b1;
    font-size: 12px;
    font-weight: 400;
    text-align: left;
	vertical-align: middle;
}

.table_half table tr th:first-child {
    padding-left: 14px;
}

.table_half table tr th:last-child {
    text-align: right;
    padding-right: 10px;
}

.table_half table tr td {
    padding: 21px 0;
    border-top: 1px solid #eeeeee;
}

.table_half table tr td:first-child {
    padding-left: 14px;
}

.table_half table tr td:last-child {
    text-align: right;
    padding-right: 10px;
}

.table_half table tr td.name a {
    text-decoration: none;
}

.table_half table tr td.name {
    max-width: 90px;
	padding-right: 10px;
}
.table_half table tr td.name img{
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;}
.table_half table tr td.name img:hover{
	cursor: pointer;
    -moz-transform: rotateY(30deg);
    -o-transform: rotateY(30deg);
    -ms-transform: rotateY(30deg);
    transform: rotateY(30deg);}

.table_half table tr td.risk a {
    position: relative;
}

.table_half table tr td.risk img {
    max-width: 40px;
}

.table_half table tr td.risk a span {
    padding: 10px 0;
    width: 116px;
    left: calc(50% - 63px);
    top: -72px;
    font-size: 13px;
    color: #fff;
    border-radius: 3px;
    text-align: center;
    background: rgba(95, 95, 95, .8);
    position: absolute;
    display: none;
}

.table_half table tr td.risk a span:before {
    border: 9px solid transparent;
    border-top: 9px solid rgba(95, 95, 95, .8);
    content: "";
    left: calc(50% - 4px);
    position: absolute;
    bottom: -18px;
}

.table_half table tr td.risk a:hover span {
    display: block;
}

.table_half table tr td.info {
    font-size: 14px;
}

.table_half table tr td.info div {
    padding-left: 19px;
    white-space: nowrap;
    background: url(images/plus_grey.png) no-repeat left 3px;
}

.table_half table tr:hover td.info div {
    background: url(images/plus_blue.png) no-repeat left 3px;
}

.table_half table tr td.level div {
    background: url(images/level.png) repeat-x left bottom;
    width: 60px;
    height: 11px;
    position: relative;
}

.table_half table tr td.level div span {
    display: block;
    height: 100%;
    background: url(images/level.png) left top repeat-x;
    position: absolute;
    top: 0;
    left: 0;
}

.table_half table tr td.raiting {
    text-align: center;
}

.table_half table tr td.raiting div {
    width: 40px;
    height: 40px;
    background: url(images/raiting.png) no-repeat;
    background-size: cover;
    font-size: 16px;
    color: #ff8a48;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.table_half table tr td.profit span:after,
.rightColomn .table_column table tr td.profit_arrow span:after {
    content: url(images/arrow_profit.png);
    display: inline-block;
    margin-left: 6px;
}
.rightColomn .table_column table tr td.profit_arrow {
	white-space: nowrap;}

.table_half table tr td.link_trade a {
    border: 1px solid #37beba;
    color: #37beba;
    width: 133px;
    height: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    text-decoration: none;
    border-radius: 3px;
}

.table_half table tr td.link_trade a:hover {
    background: #37beba;
    color: #fff;
}

.table_half table tr td.figure {
    text-align: center;
}

.line .slider {
    width: 47.5%;
}

.line .slider .title {
    width: calc(100% - 42px);
    padding: 0 25px 0 17px;
    color: #fff;
    height: 64px;
    font-size: 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #334e5e;
}

.line .slider .title a {
    color: #fff;
    text-decoration: none;
    border: 1px solid #fff;
    height: 33px;
    padding: 0 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 14px;
    border-radius: 3px;
}



.line .slider .slide_box {
    width: 100%;
    float: left;
    background: #fff;
}

.line .slider .slide_box img {
    width: 100%;
    float: left;
}

.line .slider .slide_box .text_box {
    padding: 39px 42px 28px;
    width: calc(100% - 82px);
    float: left;
}

.line .slider .slide_box .text_box .name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 26px;
}

.line .slider .slide_box .text_box .name a {
    text-decoration: none;
}

.line .slider .slide_box .text_box .more {
    margin-top: 16px;
}

.line .slider .slide_box .text_box .more a {
    border: 1px solid #37beba;
    color: #37beba;
    width: 168px;
    height: 33px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    border-radius: 3px;
    font-size: 14px;
}

.line .slider .slide_box .text_box .more a:hover {
    background: #37beba;
    color: #fff;
}

.line .slider .list {
    width: 100%;
    float: left;
    margin-top: 24px;
    text-align: center;
}

.line .slider .list span {
    border-radius: 50%;
    display: inline-block;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    background: #c9c9c9;
    cursor: pointer;
}

.line .slider .list span.swiper-pagination-bullet-active,
.line .slider .list span:hover {
    background: #70ccc9;
}

.question_box {
    width: 100%;
    float: left;
    background: #fff;
    padding: 36px 0 45px;
    margin-bottom: 60px;
}

.question_box .title {
    width: calc(100% - 40px);
    float: left;
    padding: 0 20px;
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 9px;
}

.question_box .parent {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    width: calc(100% - 40px);
    margin: 0 20px;
    position: relative;
}

.question_box .question {
    width: 51%;
}

.question_box .question a {
    width: calc(100% - 150px);
    font-size: 18px;
    padding: 30px 150px 30px 0;
    border-bottom: 1px solid #f3f3f3;
    float: left;
    text-decoration: none;
    color: #000;
    position: relative;
}

.question_box .active a {
    color: #ff8a48;
}

.question_box .question a:before {
    position: absolute;
    top: calc(50% - 8px);
    width: 7px;
    height: 15px;
    content: "";
    background: url(images/arrow_question.png) no-repeat;
    right: 2px;
}

.question_box .question a:hover:before,
.question_box .question .active a:before {
    background-image: url(images/arrow_question_hover.png);
}

.question_box .question a:hover {
    color: #ff8a48;
}

.question_box .answer {
    width: 39%;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.question_box .active .answer {
    display: block;
}

.question_box .head {
    color: #ff8a48;
    font-size: 26px;
    padding: 30px 0 40px;
}

.question_box .text {
    font-weight: 400;
    font-size: 16px;
}

.start {
    width: calc(100% - 2px);
    float: left;
    background: #fff;
    border: 1px dashed #c6eeee;
    padding: 34px 0 45px;
}

.start .title {
    width: 100%;
    float: left;
    font-size: 26px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 67px;
    line-height: 1.2em;
}

.start .parent {
    width: calc(100% - 80px);
    padding: 0 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    text-align: center;
}

.start .parent .section {
    width: 33%;
    font-size: 18px;
}

.start .parent .section img {
    margin-bottom: 11px;
}

/*------------------------footer-----------------------*/
footer {
    width: 100%;
    background: #334e5e;
    color: #5d7989;
    font-size: 12px;
    float: left;
    margin-top: 45px;
}

footer .container {
    max-width: 1140px;
    padding: 34px 15px 27px;
}

footer .line_top {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 15px;
}

footer .line_top nav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 14px;
}

footer .line_top nav ul li {
    margin: 0 0 0 15px;
    padding: 0;
    float: left;
}

footer .line_top nav ul li:first-child {
    margin: 0;
}

footer .line_top nav ul li a {
    color: #fff;
}

footer .line_top nav ul li a:hover, footer .line_top nav ul li.current-menu-item a, footer .line_top nav ul li.current-menu-parent a {
    color: #ff8a48;
}

footer .line_top .info {
    font-size: 16px;
}

footer .line_top .info span {
    display: block;
    margin-top: 5px;
    color: #fff;
    font-size: 24px;
}

footer .line_second {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px;
}

footer .line_second .copy {
    margin-right: 40px;
}

footer .line_second .old {
    margin-right: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

footer .line_second .old:before {
    width: 30px;
    height: 30px;
    color: #5d7989;
    font-size: 12px;
    border: 1px solid #5d7989;
    margin-right: 13px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    content: "+18";
    border-radius: 50%;
}

footer .line_second .icon_logo img {
    margin-left: 20px;
}

/*------------------------broker-----------------------*/
.breadcrumbs {
    width: calc(100% - 25px);
    padding-left: 25px;
    font-size: 12px;
    margin-bottom: 25px;
    margin-top: -13px;
}

.breadcrumbs a:after {
    content: "/";
    display: inline-block;
    margin: 0 5px;
}

.breadcrumbs a:hover:after {
    color: #37beba;
}

.content {
    width: calc(100% - 415px);
    float: left;
}

article {
    border: 1px dashed #c6eeee;
    background: #fff;
    float: left;
    margin-bottom: 30px;
    padding: 0 22px;
    width: calc(100% - 46px);
    border-radius: 3px;
}

article h1 {
    margin: 12px 0;
}

.alignleft {
    float: left;
    margin: 7px 14px 7px 0;
}

.alignright {
    float: right;
    margin: 0 0 14px 14px;
}

blockquote {
    border: 1px dashed #ffcbb3;
    background: #fffaf8;
    padding: 41px 20% 43px;
    width: calc(60% - 2px);
    position: relative;
    float: left;
    margin: 20px 0;
    text-align: center;
    color: #ff8850;
}

blockquote:before {
    position: absolute;
    top: -23px;
    right: 20px;
    content: url(images/blockquote.png);
}

article ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

article ul li {
    padding: 0 0 5px 52px;
    font-size: 14px;
    position: relative;
}

article ul li:before {
    content: url(images/plus_blue_16.png);
    position: absolute;
    top: 0;
    left: 30px;
}

article .table {
    margin: 25px 0 40px;
}

.table_other {
    width: 100%;
    float: left;
    margin-bottom: 28px;
}

.table_other table {
    border-collapse: collapse;
    width: 100%;
    float: left;
}

.table_other table tr td {
    padding: 12px 20px 11px;
    border-top: 1px solid #dbefee;
    border-bottom: 1px solid #dbefee;
}

.table_other table tr td:first-child {
    border-left: 1px solid #dbefee;
    border-radius: 3px 0 0 3px;
}

.table_other table tr td:last-child {
    border-right: 1px solid #dbefee;
    border-radius: 0 3px 3px 0;
}

.table_other table tr td a {
    text-decoration: none;
}

.table_other table tr:nth-child(2n) td {
    background: #fbffff;
}

.last_line {
    width: calc(100% - 42px);
    border: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 16px 20px;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.last_line .bonus {
    font-size: 20px;
}

.last_line .bonus b {
    text-transform: uppercase;
}

.last_line .bonus span {
    color: #ff8a48;
}

.last_line a.trade {
    width: 133px;
    height: 43px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #37beba;
    color: #fff;
    background: #37beba;
    border-radius: 3px;
    text-decoration: none;
}

.last_line a.trade:hover {
    background: #fff;
    color: #37beba;
}

.articles {
    width: 100%;
    float: left;
    margin-bottom: 33px;
}

.articles .title {
    width: calc(100% - 48px);
    font-weight: 700;
    font-size: 22px;
    padding: 0 24px;
    margin-bottom: 12px;
}

.articles .parent {
    width: calc(100% - 36px);
    padding: 0 18px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.articles .parent .section {
    width: calc(33.3% - 12px);
    margin: 0 6px 25px;
    background: #fff;
    position: relative;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .09);
    border-radius: 3px;
}

.articles .parent .section img {
    border-radius: 3px 3px 0 0;
    float: left;
    width: 100%;
	height: auto;
    margin-bottom: 23px;
}

.articles .parent .section .name {
    padding: 0 18px 64px;
    width: calc(100% - 36px);
}

.articles .parent .section .name a {
    font-weight: normal;
    text-decoration: underline;
}

.articles .parent .section .name a:hover {
    text-decoration: none;
}

.articles .parent .section .info {
    padding: 10px 18px;
    width: calc(100% - 36px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    border-top: 1px solid #f7f7f7;
    font-size: 12px;
}

.articles .parent .section .info a {
    color: #7e7e7e;
    text-decoration: none;
}

.articles .parent .section .info a:hover {
    color: #ff8a48;
}

.articles .parent .section .info a:before {
    display: inline-block;
    margin-right: 7px;
    position: relative;
    top: 3px;
}

.articles .parent .section .info a.look:before {
    content: url(images/icon_look.png);
}

.articles .parent .section .info a.comm:before {
    content: url(images/icon_comm.png);
}

.comment {
    width: 100%;
    text-align: center;
}

.rightColomn {
    width: 380px;
    float: right;
}

.rightColomn .table_column {
    margin-bottom: 25px;
}

.rightColomn .table_column .title {
    height: 47px;
    font-size: 16px;
    border: none;
    width: calc(100% - 50px);
    border-radius: 3px 3px 0 0;
}

.rightColomn .table_column .title a {
    width: 54px;
    height: 28px;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
}


.rightColomn .table_column .parent {
    background: #fff;
    border-radius: 0 0 3px 3px;
    float: left;
    padding: 0 27px;
    width: calc(100% - 54px);
}

.rightColomn .table_column table {
    width: 100%;
    border-collapse: collapse;
}

.rightColomn .table_column table tr td {
    padding: 12px 5px;
    border-bottom: 1px solid #efefef;
}

.rightColomn .table_column table tr:hover td {
    border-bottom: 1px solid #efefef;
}

.rightColomn .table_column table tr td:first-child {
    padding-left: 0;
}

.rightColomn .table_column table tr td.logo {
    max-width: 130px;
}
.rightColomn .table_column table tr td.logo img{
	padding-left: 0;
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;}
.rightColomn .table_column table tr td.logo img:hover{
	cursor: pointer;
    -moz-transform: rotateY(30deg);
    -o-transform: rotateY(30deg);
    -ms-transform: rotateY(30deg);
    transform: rotateY(30deg);}

.rightColomn .table_column table tr td.link_trade a {
    width: 93px;
    height: 33px;
    border: 1px solid #37beba;
    background: #fff;
    color: #37beba;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
}

.rightColomn .table_column table tr td.link_trade a:hover {
    color: #fff;
    background: #37beba;
}

.rightColomn .aside {
    width: 100%;
    float: left;
    margin-bottom: 25px;
}

.rightColomn .title {
    height: 47px;
    font-size: 16px;
    border: none;
    width: calc(100% - 50px);
    border-radius: 3px 3px 0 0;
    padding: 0 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    background: #334e5e;
    color: #fff;
}

.rightColomn .aside .title a {
    width: 54px;
    height: 28px;
    color: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    text-decoration: none;
    border: 1px solid #fff;
    font-size: 14px;
}



.rightColomn .aside .parent {
    width: calc(100% - 50px);
    border-radius: 0 0 3px 3px;
    padding: 20px 25px 25px;
    float: left;
    color: #fff;
}

.rightColomn .aside .parent.bg01 {
    background: url(images/bg01.jpg) no-repeat top center;
    background-size: 100% auto;
}

.rightColomn .aside .parent.bg02 {
    background: url(images/bg02.jpg) no-repeat top center;
    background-size: 100% auto;
}

.rightColomn .aside .parent a {
    padding: 8px 14px;
    border-radius: 3px;
    border: 1px solid #37beba;
    background: #37beba;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    display: inline-block;
    width: auto;
    margin-top: 17px;
}

.rightColomn .aside .articles_list {
    width: calc(100% - 50px);
    padding: 0 25px;
    background: #fff;
    float: left;
}

.rightColomn .aside .articles_list a {
    display: block;
    border-top: 1px solid #efefef;
    padding: 17px 0 16px 18px;
    text-decoration: none;
    position: relative;
}

.rightColomn .aside .articles_list a:first-child {
    border: none;
}

.rightColomn .aside .articles_list a:before {
    width: 9px;
    height: 17px;
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    background: url(images/arrow_aside_article.png) no-repeat left top;
}

.rightColomn .aside .articles_list a:hover:before {
    background-position: left bottom;
}

.pagination {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 0 0 40px;
}

.pagination .pages {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.pagination a {
    border-radius: 50%;
    background-color: #37beba;
    width: 8px;
    height: 8px;
    margin: 0 6px;
    display: block;
    padding: 0;
}

.pagination a:hover,
.pagination a.active {
    background-color: #ff8850;
}

.pagination a.back {
    width: 9px;
    height: 17px;
    background: url(images/arrow_left_pagination.png) left top;
}

.pagination a.next {
    width: 9px;
    height: 17px;
    background: url(images/arrow_aside_article.png) no-repeat left top;
}

.pagination a.back:hover,
.pagination a.next:hover {
    background-position: left bottom;
}

.tegs {
    width: calc(100% - 50px);
    padding: 0 25px 11px;
    float: left;
}

.tegs a {
    color: #334e5e;
    font-size: 13px;
    border: 1px dashed #dfe2ea;
    background: #fff;
    float: left;
    text-decoration: none;
    padding: 6px 10px;
    margin: 0 9px 9px 0;
}

.tegs a:hover {
    color: #ff8a48;
}

.pagination_articles {
    width: calc(100% - 50px);
    margin: 0 25px;
    float: left;
    border-bottom: 1px solid #e1e4ee;
}

.pagination_articles a,
.pagination_articles span.current {
    color: #000;
    text-decoration: none;
    width: 27px;
    display: inline-block;
    text-align: center;
    position: relative;
    padding-bottom: 2px;
}

.pagination_articles span.current {
    color: #37beba;
}

.pagination_articles span.current:before {
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: -1px;
    left: 0;
    content: "";
    display: block;
    background: #37beba;
}

.pagination_articles a.prev,
.pagination_articles a.next {
    float: left;
    white-space: nowrap;
    font-size: 14px;
    width: auto;
    color: #9f9f9f;
    margin-left: 23px;
}

.pagination_articles a.prev:before {
    content: "← ";
}

.pagination_articles a.next:after {
    content: " →";
}

.pagination_articles a:hover,
.pagination_articles a.prev:hover,
.pagination_articles a.next:hover {
    color: #ff8a48;
}

.pagination_articles .dop {
    float: right;
}

/*------------------------block------------------------*/
.block {
    width: calc(100% - 2px);
    margin-bottom: 38px;
    border-radius: 3px;
    background: #fff;
    border: 1px dashed #c7eeee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.block .right {
    border-left: 1px dashed #e0f6f6;
    width: 378px;
    background: #f9ffff;
}

.block .right .top {
    margin: 37px 40px 14px;
    width: calc(100% - 80px);
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.block .right .top .ava {
    margin-right: 25px;
}

.block .right .top .ava img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.block .right .top .name {
    font-size: 18px;
}

.block .right .top .profession {
    font-size: 14px;
    color: #404040;
    margin-bottom: 5px;
}

.block .right .top .raiting {
    width: 180px;
    height: 15px;
    background: url(images/start.png) repeat-x left top;
    position: relative;
    margin-left: -2px;
}

.block .right .top .raiting span {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    background: url(images/start.png) repeat-x left bottom;
}

.block .right ul {
    margin: 0 40px 17px;
    width: calc(100% - 80px);
    padding: 17px 0 0;
    list-style: none;
    border-top: 1px solid #ededed;
}

.block .right ul li {
    width: calc(100% - 17px);
    padding: 0 0 0 17px;
    margin: 1px 0 5px;
    font-size: 14px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.block .right ul li:before {
    content: url(images/marker.png);
    position: absolute;
    left: 0;
    top: -1px;
}

.block .right ul li b {
    color: #3fbeb9;
}

.block .right .info {
    width: calc(100% - 80px);
    margin: 19px 40px 29px;
    padding: 30px 0 0;
    border-top: 1px solid #ededed;
}

.block .right .info .line_info {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 16px;
    width: 100%;
    font-size: 14px;
}

.block .right .info .line_info img {
    margin-right: 20px;
}

.block .right .info .line_info .text span {
    display: block;
    color: #767676;
}

.block .table_blocks {
    margin: 0;
}

.block .table_blocks .title {
    border-radius: 3px 3px 0 0;
    height: 47px;
    font-size: 16px;
    width: calc(100% - 52px);
    padding: 0 25px;
    border: 1px solid #eef0f6;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
    color: #fff;
    background: #334e5e;
}

.block .table_blocks .title img {
    margin-right: 10px;
}

.block .table_blocks .parent {
    background: #fff;
    border-radius: 0 0 3px 3px;
    float: left;
    padding: 0 27px;
    width: calc(100% - 54px);
}

.block .table_blocks table {
    width: 100%;
    border-collapse: collapse;
}

.block .table_blocks table tr td {
    padding: 12px 5px;
    border-bottom: 1px solid #efefef;
}

.block .table_blocks table tr:hover td {
    border-bottom: 1px solid #efefef;
}

.block .table table tr:first-child td {
    border-top: none;
}

.block .table_blocks table tr:last-child td {
    border-bottom: none;
}

.block .table_blocks table tr td:first-child {
    padding-left: 0;
}

.block .table_blocks table tr td.logo img {
    padding-left: 0;
    max-width: 130px;
}

.block .table_blocks table tr td.link_trade a {
    width: 93px;
    height: 33px;
    border: 1px solid #37beba;
    background: #fff;
    color: #37beba;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 3px;
    text-decoration: none;
    font-size: 14px;
}

.block .table_blocks table tr td.link_trade a:hover {
    color: #fff;
    background: #37beba;
}

.block .table_blocks table tr td.text,
.block .table_blocks table tr td.profit_arrow {
    font-size: 16px;
}

.block .left {
    position: relative;
    width: calc(100% - 379px);
}

.block .left .place {
    width: 72px;
    height: 105px;
    text-align: center;
    padding: 28px 62px 0 0;
    color: #fff;
    line-height: 1em;
    background: #fd8957;
    font-size: 10px;
    position: absolute;
    top: -1px;
    left: -1px;
    z-index: 1;
    border-radius: 3px 0 0 0;
}

.block .left .place:before {
    border: 67px solid transparent;
    border-bottom: 67px solid #fff;
    border-right: 68px solid #fff;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
}

.block .left .place span {
    font-size: 17px;
}

.block .left .place span.number {
    font-size: 30px;
	display: inline-block;
	margin-left: 5px;
}

.block .left .head {
    width: calc(100% - 140px);
	padding: 0 70px;
    height: 120px;
    margin: 18px 0 7px;
    line-height: 1.9em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.block .left .head img {
    margin: 0 40px;
}

.block .left .head img:first-child {
    margin-left: 0;
}

.block .left .head img:last-child {
    margin-right: 0;
}

.block .left .head .text {
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

.block .left .tester {
    width: 100%;
    margin-bottom: 34px;
    text-align: center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.block .left .tester a {
    border-radius: 3px;
    font-size: 20px;
    text-decoration: none;
    width: 333px;
    height: 68px;
    border: 1px solid #43bcb7;
    text-transform: uppercase;
    color: #43bcb7;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}
.block .left .tester a:hover {
	background: #43bcb7;
	color: #fff;}

.block .left .explanation {
    width: 100%;
    text-align: center;
    font-size: 20px;
    margin: -5px 0 40px;
}

.block .left .icon_column {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.block .left .icon_column .section {
    width: 30%;
    margin-bottom: 17px;
    font-size: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
}

.block .left .icon_column .section img {
    margin-bottom: 6px;
}

.block .left .icon_column .section .text {
    width: 100%;
    text-align: center;
}

.block .left .icon_column .section .text span {
    width: 100%;
    display: inline-block;
    color: #fd8857;
    font-weight: 700;
}

.block .left .icon_column .section .text span img {
    margin-top: 3px;
}

.block .left .icon_row {
    width: 100%;
    border-top: 1px solid #eef9f9;
    padding-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.block .left .icon_row .section {
    margin-bottom: 30px;
    font-size: 15px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: center;
    align-items: center;
	width: 16%;
}

.block .left .icon_row .section .text {
    width: 100%;
    text-align: center;
}

.block .left .icon_row .section .text span {
    width: 100%;
    display: inline-block;
    color: #fd8857;
    font-weight: 700;
}

.block .left .icon_row .section .text span img {
    margin-top: 3px;
}

.adventage_block {
    padding: 30px 22px 20px;
    margin: 0 -22px;
    background: #f9ffff;
    border-top: 1px dashed #c6eeee;
    border-bottom: 1px dashed #c6eeee;
    margin-bottom: 40px;
}

.adventage_block .title_adventage {
    width: 100%;
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.adventage_block .parent {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.adventage_block .parent .section {
    margin: 0 0 20px;
    width: 48%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.adventage_block .parent .section .img {
    width: 53px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
}

.adventage_block .parent .section .text {
    width: calc(100% - 58px);
}

.conclusion {
    width: calc(100% + 44px);
    margin: 0 -22px;
    border-top: 1px dashed #c6eeee;
    border-bottom: 1px dashed #c6eeee;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: stretch;
    align-items: stretch;
}

.conclusion .right {
    width: 238px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border-left: 1px dashed #c6eeee;
}

.conclusion .conclusion_title {
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin: 30px 0;
}

.conclusion .raiting {
    width: 70px;
    height: 71px;
    background: url(images/raiting.png) no-repeat center center;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 22px;
    color: #37beba;
    margin-bottom: 9px;
}

.conclusion .text {
    margin-bottom: 20px;
}

.conclusion a.trade {
    width: 133px;
    height: 43px;
    text-decoration: none;
    border-radius: 3px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    border: 1px solid #37beba;
    margin-bottom: 24px;
}

.conclusion a.trade:hover {
    background: #37beba;
    color: #fff;
}

.conclusion .left {
    width: calc(100% - 239px);
    background: #f9ffff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    padding-bottom: 15px;
}

.conclusion .left .conclusion_title {
    text-align: left;
}

.conclusion .left .section {
    width: calc(50% - 22px);
    padding-left: 22px;
}

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

.conclusion .left .section ul li {
    margin: 0;
    padding: 0 0 10px 32px;
    font-size: 14px;
}

.conclusion .left .section ul li:before {
    top: -2px;
    left: 0;
}

.conclusion .left .section ul.plus li:before {
    content: url(images/icon_plus.png);
}

.conclusion .left .section ul.minus li:before {
    content: url(images/icon_minus.png);
}

/*------------------------END--------------------------*/

.swiper-wrapper-stopped {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: stretch;
    align-items: stretch;
}
.video-container {
	width: 100%;
	float: left;}
	.video-container iframe{
		width: 100% !important;}

.table.widget-page {
	height: 450px !important;}
/*------------------------END--------------------------*/