.analytic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.analytic__left-part {
    width: 68.42%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

a.analytic__all {
    padding-left: 21px;
    color: #009b89;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

a.analytic__all:hover {
    color: #d36f0d;
}

.analytic__all svg {
    padding-right: 10px;
}

.analytic__all path {
    fill: #009b89;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.analytic__all:hover path {
    fill: #d36f0d;
}

.analytic__right-part {
    width: 31.58%;
}

.analytic__main-news {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 13px;
}

.main-news__thumbnail {
    width: 47.3%;
}

.main-news__thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 180px;
}

.main-news__content {
    width: 52.7%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 20px;
    padding-right: 13px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.main-news__title {
    color: #11839a;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    line-height: 16px;
    font-weight: 700;
    padding-bottom: 16px;
}

.main-news__text {
    color: #202020;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.main-news__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    color: #202020;
    margin-top: 17px;
}

.main-news__date {
    position: relative;
    padding-right: 8px;
    color: #088888;
}

.main-news__date a {
    color: #888;
}

.main-news__date::before {
    content: '';
    position: absolute;
    right: 0;
    height: 100%;
    width: 1px;
    background-color: #202020;
}

.main-news__likes {
    padding-left: 20px;
    background: url(../img/fire-likes-post.png) no-repeat 9px center;
}

.main-news__likes a {
    color: #000;
}

.analytic__slider {
    width: 100%;
    margin-top: 15px;
}

.analytic-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
    margin-right: 21px;
}

.analytic-post-thumbnail {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.analytic-post-thumbnail a {
    width: 100%;
}

.analytic-post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 92px;
    min-height: 88px;
}

.analytic-post-title {
    color: #11839a;
    margin-top: 8px;
    height: 55px;
    overflow-y: hidden;
}

.analytic-post-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 8px;
}

.analytic-post-date a {
    color: #888;
}

.analytic-post-likes a {
    display: block;
    color: #202020;
    padding-left: 20px;
    background: url(../img/fire-likes-post.png) no-repeat 7px center;
}

.analytic__slider button {
    font-size: 0;
    border: none;
    background: none;
    position: relative;
}

.analytic__slider .slick-prev,
.analytic__slider .slick-next {
    position: absolute;
    bottom: 6.4%;
    z-index: 2;
    outline: none;
}

.analytic__slider .slick-prev {
    left: 40%;
}

.analytic__slider .slick-next {
    right: 40%;
}

.analytic__slider .slick-prev:before,
.analytic__slider .slick-next:before {
    content: '\f053';
    font-family: FontAwesome, sans-serif;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.analytic__slider .slick-prev:hover:before,
.analytic__slider .slick-next:hover:before {
    color: rgba(86, 86, 86, 0.5);
}

.analytic__slider .slick-next:before {
    content: '\f054';
}

.analytic__slider .slick-dots {
    list-style: none;
    text-align: center;
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.analytic__slider .slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: rgba(86, 86, 86, 0.2);
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    outline: none;
    cursor: pointer;
}

.analytic__slider .slick-dots li:hover,
.analytic__slider .slick-dots li.slick-active {
    background-color: #4b9988;
}

.analytic__slider .slick-dots li button {
    outline: none;
}

.analytic__right-links {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
    margin-top: 8px;
    padding: 3px 0 4px 12px;
    background-color: #eee;
    border: solid 1px #dedede;
    font-size: 16px;
    color: #11839a;
    -webkit-transition: color 0.4s, background-color 0.4s;
    transition: color 0.4s, background-color 0.4s;
}

.analytic__right-links:hover {
    color: #d36f0d;
    background-color: #dcdcdc;
}

.analytic__main-title {
    margin-top: 21px;
    letter-spacing: -0.3px
}

.GRAPHIC_PLUGIN {
    margin-top: 17px;
    font-size: 0;
    line-height: 0;
}

.analytic__right-links-icon {
    display: inline-block;
    margin-left: 3px;
    vertical-align: middle;
}

.find-broker {
    padding-top: 13px;
}

.find-broker__description p {
    padding-top: 13px;
    padding-bottom: 29px;
    text-align: justify;
}

.find-broker__description p .blue {
    color: #11839a;
}

.find-broker__btns {
    margin-top: 12px;
    margin-bottom: 21px;
    text-align: center;
    font-weight: bold;
}

.find-broker__btns a:not(:first-of-type) {
    margin-left: 18px;
}

.find-broker__btns svg {
    vertical-align: sub;
}

.find-broker__btns span {
    text-transform: uppercase;
    color: #d36f0d;
}

.find-broker__btns path {
    fill: #11839a;
    transition: all .1s linear;
}

.find-broker__btns a:hover path {
    fill: #d36f0d;
}

.find-broker__tabs {
    display: flex;
    justify-content: flex-start;
    list-style: none;
    margin-top: 10px;
}

.find-broker__tabs .tab {
    width: auto;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    display: inline-block;
    margin-right: 25px;
    padding-bottom: 1px;
    margin-bottom: 11px;
    border-bottom: 1px solid transparent;
    transition: all .1s linear;
}

.find-broker__tabs .tab.active {
    border-bottom: 1px solid #e06618;
}

.find-broker__tabs .tab a {
    color: #000;
}

.find-broker__tab-content-block {
    display: none;
}

.find-broker__tab-content-block.active {
    display: block;
}

.find-broker__tabs-content table {
    border-collapse: collapse;
}

.find-broker__tabs-content thead td {
    cursor: pointer;
}

.find-broker__tabs-content thead td {
    height: 47px;
    text-align: center;
    color: #000;
    font-family: "PT Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    box-sizing: border-box;
    border: 1px solid #dedede;
    padding-right: 13px;
    vertical-align: middle;
    background: #f0f0f2 url(../img/table-filter-arrow-icon.png) no-repeat calc(100% - 5px) center;
}

.find-broker__tabs-content td:first-child,
.find-broker__tabs-content td:nth-child(2) {
    min-width: 125px;
}

.find-broker__tabs-content td:nth-child(3),
.find-broker__tabs-content td:nth-child(9) {
    min-width: 70px;
}

.find-broker__tabs-content td:nth-child(4) {
    min-width: 90px;
}

.find-broker__tabs-content td:nth-child(6),
.find-broker__tabs-content td:nth-child(7),
.find-broker__tabs-content td:nth-child(8) {
    min-width: 80px;
}

.find-broker__tabs-content tbody td {
    border: 1px solid #dedede;
    box-sizing: border-box;
}

.find-broker__tabs-content tbody tr {
    background-color: #fff;
    transition: none;
}

.find-broker__tabs-content tbody tr:hover {
    background-color: #fff7f0;
}

.find-broker__tabs-content tbody td.table-logo {
    padding: 10px 8px;
}

.find-broker__tabs-content tbody td.table-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.find-broker__tabs-content tbody td.name {
    text-align: center;
    padding: 10px 6px;
    font-size: 14px;
    line-height: 24px;
    vertical-align: middle;
}

.find-broker__tabs-content tbody td.name .best {
    padding: 0 5px;
    color: #d36f0d;
    font-size: 12px;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.find-broker__tabs-content tbody td.estab {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 6px;
    vertical-align: middle;
    text-align: center;
}

.find-broker__tabs-content tbody td.regul {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    padding: 10px 6px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.find-broker__tabs-content tbody td.regul .corner-btn,
.find-broker__tabs-content tbody td.type .corner-btn,
.find-broker__tabs-content tbody td.pay-system .corner-btn {
    width: 12px;
    height: 12px;
    position: absolute;
    bottom: 5px;
    right: 0;
}

.find-broker__tabs-content tbody td.pay-system .corner-btn {
    bottom: -4px;
}

.find-broker__tabs-content tbody td.reviews-btns,
.find-broker__tabs-content tbody td.pay-system {
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.find-broker__tabs-content tbody td.reviews-btns a + a {
    margin-top: 5px !important;
}

.find-broker__tabs-content tbody td.pay-system a:not(.td-with-drop__btn-drop) {
    display: block;
    margin: 0 auto 6px;
    border: 1px solid transparent;
    transition: all .3s linear;
}

.find-broker__tabs-content tbody td.pay-system a:not(.td-with-drop__btn-drop):hover {
    border: 1px solid #dedede;
}

.find-broker__tabs-content tbody td.type,
.find-broker__tabs-content tbody td.mindep,
.find-broker__tabs-content tbody td.estab,
.find-broker__tabs-content tbody td.spred {
    color: #777;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 6px;
    vertical-align: middle;
    text-align: center;
    position: relative;
}

.find-broker__tabs-content tbody td.spred.up {
    color: #4b9988;
    vertical-align: middle;
    text-align: center;
}

.find-broker__tabs-content tbody td.bonus {
    padding: 10px 6px;
    vertical-align: middle;
    text-align: center;
    color: #777;
    font-size: 14px;
    line-height: 24px;
}

.find-broker__tabs-content tbody td.invoice {
    padding: 10px 4px;
    vertical-align: middle;
    text-align: center;
    color: #777;
    font-size: 12px;
    width: 70px;
}

.find-broker__tabs-content tbody td.invoice .real {
    border-radius: 4px;
    background-color: #4b9988;
    width: 65px;
    display: block;
    margin-bottom: 2px;
    color: #fff;
    transition: all .3s linear;
    line-height: 18px;
}

.find-broker__tabs-content tbody td.invoice .real:hover {
    background-color: #3e8475;
}

.find-broker__tabs-content tbody td.invoice .demo {
    border-radius: 4px;
    background-color: #c7c7c7;
    width: 65px;
    display: block;
    color: #fff;
    transition: all .3s linear;
    line-height: 18px;
}

.find-broker__tabs-content tbody td.invoice .demo:hover {
    background-color: #ddd;
}

.category {
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #dedede;
    padding: 25px 19px;
}

a.category__all {
    padding-left: 21px;
    color: #009b89;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

a.category__all:hover {
    color: #d36f0d;
}

.category__all svg {
    padding-right: 10px;
}

.category__all path {
    fill: #009b89;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.category__all:hover path {
    fill: #d36f0d;
}

.category__lists {
    margin-top: 14px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.category__list {
    width: 30%;
    min-width: 273px;
    list-style: none;
    border: 1px solid #dedede;
}

.category__list.empty {
    border: none;
}

.category__item {
    padding-left: 10px;
    border-bottom: 1px solid #dedede;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #fff;
    transition: all .1s linear;
}

.category__item a {
    display: block;
    width: 100%;
    height: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
    transition: none;
}

.category__item.hover {
    background-color: #fff7f0;
}

.category__item:last-child {
    border-bottom: none;
}

.category__item img {
    margin-right: 10px;
}

.news {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 10px;
}

a.news__all {
    padding-left: 21px;
    color: #009b89;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
}

a.news__all:hover {
    color: #d36f0d;
}

.news__all svg {
    padding-right: 10px;
}

.news__all path {
    fill: #009b89;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.news__all:hover path {
    fill: #d36f0d;
}

.news__left-part {
    width: 68.42%;
    box-sizing: border-box;
}

.news__right-part {
    width: 31.58%;
    padding-left: 10px;
    margin-top: 15px;
    box-sizing: border-box;
}

.news__slider {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    border-right: 1px solid #ddd;
}

.news-post {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 30px;
    margin-right: 21px;
}

.news-post-thumbnail {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.news-post-thumbnail a {
    width: 100%;
}

.news-post-thumbnail img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 84px;
}

.news-post-title {
    color: #11839a;
    margin-top: 8px;
    height: 60px;
    overflow-y: hidden;
}

.news-post-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 8px;
}

.news-post-date a {
    color: #888;
}

.news-post-likes a {
    display: block;
    color: #202020;
    padding-left: 20px;
    background: url(../img/fire-likes-post.png) no-repeat 7px center;
}

.news__slider button {
    font-size: 0;
    border: none;
    background: none;
    position: relative;
}

.news__slider .slick-prev,
.news__slider .slick-next {
    position: absolute;
    bottom: 6.4%;
    z-index: 2;
    outline: none;
}

.news__slider .slick-prev {
    left: 40%;
}

.news__slider .slick-next {
    right: 40%;
}

.news__slider .slick-prev:before,
.news__slider .slick-next:before {
    content: '\f053';
    font-family: FontAwesome, sans-serif;
    font-size: 15px;
    color: #000;
    cursor: pointer;
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
}

.news__slider .slick-prev:hover:before,
.news__slider .slick-next:hover:before {
    color: rgba(86, 86, 86, 0.5);
}

.news__slider .slick-next:before {
    content: '\f054';
}

.news__slider .slick-dots {
    list-style: none;
    text-align: center;
    -webkit-transform: translateY(-9px);
    -ms-transform: translateY(-9px);
    transform: translateY(-9px);
}

.news__slider .slick-dots li {
    display: inline-block;
    width: 9px;
    height: 9px;
    margin: 0 6px;
    border-radius: 50%;
    background-color: rgba(86, 86, 86, 0.2);
    -webkit-transition: background-color 0.4s;
    transition: background-color 0.4s;
    outline: none;
    cursor: pointer;
}

.news__slider .slick-dots li:hover,
.news__slider .slick-dots li.slick-active {
    background-color: #4b9988;
}

.news__slider .slick-dots li button {
    outline: none;
}

.news__post {
    margin-bottom: 15px;
}

.news__date {
    margin-top: 7px;
    color: #888;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.monitoring {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.monitoring > h2 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.monitoring__description {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}

.monitoring__text {
    padding-left: 14px;
    color: #202020;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}

.monitoring__table {
    overflow-y: hidden;
    overflow-x: auto;
    width: 950px;
}

.monitoring__table table {
    border-collapse: collapse;
    width: 949px;
}

.table-head-first td:first-child {
    width: 182px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 7px;
}

.table-head-first .select {
    width: 92px;
    box-sizing: border-box;
    cursor: pointer;
    color: #777;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: uppercase;
    border: 1px solid #dedede;
    padding: 9px;
    background: url(../img/gear-icon.png) no-repeat calc(100% - 7px) center;
    position: relative;
    margin-left: 12px;
}

.table-head-first .select__inner {
    position: absolute;
    top: 100%;
    left: -1px;
    z-index: 3;
    border: 1px solid #dedede;
    width: 92px;
    height: 240px;
    box-sizing: border-box;
    display: none;
    overflow-y: auto;
    overflow-x: hidden;
}

.table-head-first .select-inner__item {
    padding: 5px;
    background-color: #fff;
    color: #000;
    transition: all .1s linear;
}

.table-head-first .select-inner__item:hover {
    color: #fff;
    background-color: #d36f0d;
}

.table-head-first .sect {
    width: 256px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    padding: 10px 0;
}

.table-head-second {
    background-color: #f0f0f2;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-transform: capitalize;
}

.table-head-second td {
    padding: 18px 10px;
    border: 1px solid #dedede;
}

.table-head-second td:not(:first-child) {
    text-align: center;
    cursor: pointer;
}

.table-head-second td:nth-child(3) {
    padding: 12px 0 8px;
}

.table-head-second td:nth-child(3) span {
    color: #b4b4b4;
    font-size: 12px;
}

.monitoring__table tbody .broker {
    display: flex;
    justify-content: space-between;
    padding-left: 3px;
}

.monitoring__table .table-body__left-part,
.monitoring__table .table-body__right-part {
    width: 48%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.monitoring__table .table-body__left-part a {
    display: flex;
    vertical-align: middle;
}

.monitoring__table .table-body__left-part img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 48px;
}

.monitoring__table tbody td {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #dedede;
    transition: none;
    height: 57px;
}

.monitoring__table tbody td:not(:first-child):hover {
    background-color: #fff7f0;
}

.monitoring__table tbody td.down {
    background-color: #fff7f0;
}

.monitoring__table tbody .up {
    color: #4b9988;
}

.monitoring__btns {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 13px;
    padding-bottom: 26px;
}

.monitoring__btns a {
    width: 254px;
    text-align: center;
    display: block;
    box-sizing: border-box;
}

.monitoring__btns a:nth-child(2) {
    width: 255px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede;
}

.reviews {
    display: flex;
    border: 1px solid #ddd;
    padding: 22px 19px;
}

.review__left-part {
    width: 66.666667%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
}

.review__right-part {
    width: 33.333333%;
    box-sizing: border-box;
    margin-left: 15px;
}

.review__left-part > h2 {
    margin-bottom: 0;
}

a.reviews__all {
    padding-left: 21px;
    color: #009b89;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    margin-right: auto;
}

a.reviews__all:hover {
    color: #d36f0d;
}

.reviews__all svg {
    padding-right: 10px;
}

.reviews__all path {
    fill: #009b89;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.reviews__all:hover path {
    fill: #d36f0d;
}

a.reviews__add {
    background-color: #4b9988;
    color: #fff;
    padding: 4px 22px;
    box-sizing: border-box;
    transition: all .1s linear;
}

a.reviews__add:hover {
    background-color: #59b7a2;
}

.reviews-list {
    width: 100%;
    margin-top: 12px;
}

.reviews-item {
    border: 1px solid #ddd;
    padding: 15px 12px;
    margin-bottom: 19px;
}

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

.review-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 14px;
}

.review-company {
    color: #11839a;
    font-weight: 700;
    margin-right: 4px;
}

.review-name {
    color: #000;
    font-weight: 700;
    border-left: 1px solid #000;
    padding-left: 4px;
}

.review-date {
    color: #777;
    margin-left: 5px;
}

.review-rate {
    margin-top: 10px;
    margin-bottom: 7px;
    width: 85px;
    height: 16px;
    display: flex;
}

.review-rate a {
    width: 17px;
    height: 16px;
    margin-right: 3px;
}

.review-rate .rate-star {
    display: block;
    width: 17px;
    height: 16px;
    background: url(../img/alpari__stars.png) no-repeat left center;
}

.review-rate .grey {
    background-position: -17px center;
}

.reviews-item .alparifed__item-rate {
    padding-bottom: 7px;
}

.review__title {
    color: #000;
    font-weight: 700;
}

.review__comment {
    font-weight: 400;
    color: #777;
    height: 57px;
    overflow: hidden;
}

.review__right-part > h2 {
    padding-right: 12px;
    display: inline-block;
    background: url(../img/fire-likes-post.png) no-repeat right center;
    margin-bottom: 15px;
}

.review__links {
    border: 1px solid #ddd;
    padding: 21px 22px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.review__links-item {
    font-size: 14px;
    line-height: 24px;
    display: flex;
}

.review__links-item .qtn {
    color: #777;
    padding-left: 5px;
}

.promo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    padding: 20px 19px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.promo > h2 {
    margin-bottom: 0;
}

a.promo__all {
    padding-left: 21px;
    color: #11839a;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

a.promo__all:hover {
    color: #d36f0d;
}

.promo__all svg {
    padding-right: 10px;
}

.promo__all path {
    fill: #11839a;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.promo__all:hover path {
    fill: #d36f0d;
}

.promo__parts {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 15px;
}

.promo__left-part {
    width: 46.1%;
}

.promo__right-part {
    width: 53.9%;
    padding-left: 15px;
}

.promo__title {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 18px;
}

a.promo__left-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

a.promo__left-list-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 8px;
    background-color: #fff7ef;
    border: 1px solid #dedede;
    position: relative;
    transition: none;
}

a.promo__left-list-item:hover {
    background-color: #fff3e6;
}

.promo__left-list-item:before {
    position: absolute;
    right: 10px;
    top: calc(50% - 13px);
    content: '\f105';
    font-family: FontAwesome, sans-serif;
    font-size: 26px;
    line-height: 26px;
    color: #188fa5;
    transition: none;
}

.promo__text {
    padding-left: 20px;
    padding-right: 50px;
    color: #202020;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    transition: none;
}

a.promo__left-list-item:hover .promo__text,
a.promo__left-list-item:hover:before {
    color: #e06618;
}

.promo__tabs {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.promo__tab-item {
    margin-right: 15px;
    border-bottom: 2px solid transparent;
    transition: all .1s linear;
}

.promo__tab-item a {
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
}

.promo__tab-item:hover,
.promo__tab-item.active {
    border-bottom: 2px solid #e06618;
}

a.promo__plus {
    width: 21px;
    height: 21px;
    background-color: #4b9988;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .1s linear;
}

a.promo__plus:hover {
    background-color: #59b7a2;
}

.promo__tabs-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.promo__tab-content-block {
    display: none;
    width: 100%;
}

.promo__tab-content-block.active {
    display: block;
}

.promo__tab-content {
    min-height: 45px;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ddd;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

.promo__tab-content > div {
    max-width: 60px;
    flex: 1 0 0;
}

.promo__tab-content > a {
    text-align: left;
    flex: 2 0 0;
}

.promo__tab-content > div:last-child {
    max-width: 80px;
    text-align: right;
}

.promo__tab-content:last-child {
    padding-bottom: 0;
    border-bottom: 0;
}

.promo__tab-image {
    margin-right: 15px;
}

.promo__tab-image img {
    height: 26px;
}

.promo__tab-text {
    color: #202020;
    transition: all .1s linear;
}

.promo__rab-text {
    color: #d36f0d;
}

.promo__tab-date {
    margin-left: 14px;
    color: #888;
}

.seminars {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 15px 19px;
    border: 1px solid #ddd;
}

.seminars__top-section {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.seminars__top-section > h2 {
    margin-bottom: 0;
}

a.seminars__all {
    padding-left: 21px;
    color: #11839a;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

a.seminars__all:hover {
    color: #d36f0d;
}

.seminars__all svg {
    padding-right: 10px;
}

.seminars__all path {
    fill: #11839a;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.seminars__all:hover path {
    fill: #d36f0d;
}

a.seminars__plus {
    width: 21px;
    height: 21px;
    background-color: #4b9988;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .1s linear;
}

a.seminars__plus:hover {
    background-color: #59b7a2;
}

.seminars__master-class {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 17px 13px;
    border: 1px solid #ddd;
}

.seminars__timedate {
    width: 118px;
    height: 109px;
    background-color: #f9f9f9;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.seminars__date {
    margin-top: 15px;
    color: #202020;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    margin-bottom: 10px;
}

.seminars__time {
    color: #202020;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.seminars__time:before {
    content: url(../img/seminars-clock-icon.png);
    position: absolute;
    left: 0;
}

.seminars__online {
    color: #4b9988;
    font-family: "PT Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: capitalize;
}

.seminars__info {
    width: 305px;
    height: 88px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    margin-top: 5px;
}

.seminars__type {
    color: #777;
    text-transform: uppercase;
}

.seminars-title {
    color: #11839a;
    font-weight: 700;
    margin-top: 15px;
    margin-bottom: 15px;
}

.seminars__description {
    color: #202020;
    height: 30px;
    overflow-y: hidden;
}

.seminars__author {
    width: 220px;
    height: 110px;
    display: flex;
    justify-content: space-between;
}

.seminars__author-info {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
}

.seminars__lector {
    color: #000;
    margin-top: 20px;
    margin-bottom: 5px;
}

.seminars__name {
    color: #11839a;
    line-height: 18px;
}

.seminars__work {
    color: #777;
    margin-top: 5px;
}

.seminars__links {
    display: flex;
    flex-direction: column;
    width: 120px;
    margin-top: 20px;
}

.seminars__links a {
    border-radius: 4px;
    color: #fff;
    padding: 4px;
    text-align: center;
    transition: all .1s linear;
}

.seminars__register {
    margin-bottom: 10px;
    background-color: #d36f0d;
}

.seminars__register:hover {
    background-color: #aa661f;
}

.seminars__more {
    background-color: #4a9986;
}

.seminars__more:hover {
    background-color: #5ab7a3;
}

.seminars__posts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-top: 14px;
}

.seminar__post {
    width: 32.31%;
    box-sizing: border-box;
    padding: 15px 12px;
    border: 1px solid #ddd;
}

.seminar__post-date {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #777;
    font-weight: 400;
    line-height: 14px;
    margin-bottom: 15px;
}

.seminar__post-image {
    width: 65px;
    height: 70px;
    float: left;
    margin-right: 6px;
}

.seminar__post-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.seminar__post-title {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    color: #11839a;
    font-weight: 700;
    line-height: 14px;
    padding-right: 10px;
    margin-bottom: 15px;
    height: 42px;
    overflow-y: hidden;
}

.seminar__post-description {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #202020;
    font-weight: 400;
    height: 96px;
    overflow-y: hidden;
}

.seminar__post-links {
    margin-top: 19px;
    display: flex;
    justify-content: flex-start;
}

.seminar__post-links a {
    width: 120px;
    padding: 4px;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
    color: #fff;
    transition: all .1s linear;
    border-radius: 4px;
}

.seminar__post-more {
    background-color: #4a9986;
}

.seminar__post-more:hover {
    background-color: #57b4a0;
}

.seminar__post-register {
    background-color: #d26e0c;
}

.seminar__post-register:hover {
    background-color: #ab6520;
}

.blog {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
    padding: 15px 15px;
    border: 1px solid #ddd;
}

.blog__top-section {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 20px;
}

.blog__top-section > h2 {
    margin-bottom: 0;
}

a.blog__all {
    padding-left: 21px;
    color: #11839a;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
}

a.blog__all:hover {
    color: #d36f0d;
}

.blog__all svg {
    padding-right: 10px;
}

.blog__all path {
    fill: #11839a;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.blog__all:hover path {
    fill: #d36f0d;
}

a.blog__plus {
    width: 21px;
    height: 21px;
    background-color: #4b9988;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    transition: all .1s linear;
}

a.blog__plus:hover {
    background-color: #59b7a2;
}

.blog__posts {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.blog__posts-column {
    width: 31.92%;
    display: flex;
    flex-direction: column;
}

.blog__column-title {
    color: #d36f0d;
    font-family: "PT Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.image-post__image {
    width: 100%;
}

.image-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 167px;
    min-height: 167px;
}

.image-post__title {
    margin-top: 10px;
    height: 37px;
    overflow-y: hidden;
}

.image-post__title a {
    color: #11839a;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    transition: all .3s linear;
}

.image-post__title a:hover {
    color: #d36f0d;
}

.image-post__info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-top: 12px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
}

.image-post__thumbnail {
    width: 66px;
    height: 66px;
}

.image-post__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.image-post__content {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    margin-left: 16px;
}

.image-post__name {
    color: #11839a;
    margin-bottom: 5px;
}

.image-post__work {
    color: #777;
}

.blog__text-post {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.text-post__title {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #11839a;
    font-weight: 700;
    height: 37px;
    overflow-y: hidden;
    width: 100%;
}

.text-post__date {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #888;
    font-weight: 400;
    padding-right: 5px;
    border-right: 1px solid #888;
}

.text-post__name {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #11839a;
    font-weight: 400;
    padding-left: 5px;
}

.blog__column-link {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #ddd;
}

.blog__column-link a {
    color: #d36f0d;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    transition: all .1s linear;
}

.blog__column-link a:hover {
    color: #4b9988;
}

.blog__column-link svg {
    margin-right: 5px;
}

.blog__column-link path {
    fill: #d36f0d;
    transition: all .1s linear;
}

.blog__column-link a:hover path {
    fill: #11839a;
}

.blog__bottom-block {
    width: 100%;
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
}

.blog__bottom-links {
    width: 31.92%;
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.blog__bottom-links a {
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    color: #11839a;
    padding-left: 20px;
    background: url(../img/grey-arrow-blog.png) no-repeat left center;
}

.blog__bottom-links a:hover {
    color: #d36f0d;
}

.about {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    padding: 20px;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.about > h1 {
    width: 100%;
    margin-bottom: 18px;
}

.about h2 {
    color: #4b9988;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.about__left-part {
    width: 40%;
    box-sizing: border-box;
}

.about__right-part {
    width: 60%;
    box-sizing: border-box;
    padding-left: 78px;
    background: url(../img/hands-icon.png) no-repeat left top;
}

.about__bottom-part {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.about__text {
    color: #202020;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 20px;
}

.about__text.info {
    padding-left: 40px;
    background: url(../img/info-icon.png) no-repeat 5px center;
}

.about_list {
    list-style: none;
    margin-bottom: 15px;
    margin-top: 15px;
}

.about__list-item {
    list-style: none;
}

.about__list-item em {
    margin-left: -3px;
    margin-right: -3px;
}

.about__title {
    color: #202020;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    text-transform: uppercase;
}

.add-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 12px;
}

.add-btns a {
    display: flex;
    margin-right: 32px;
}

.add-btns span {
    width: 21px;
    height: 21px;
    background-color: #4b9988;
    font-size: 24px;
    line-height: 24px;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
    transition: all .3s linear;
}

.add-btns a:hover span {
    background-color: #59b7a2;
}

.recommend {
    padding: 31px 21px 20px;
    background-color: #fff7f0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    border: 1px solid #ddd;
    margin-top: 10px;
}

.recommend > h2 {
    width: 100%;
    margin-bottom: 35px;
}

.recommend-broker {
    max-width: 118px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.recommend-broker-image {
    background-color: #fff;
    border: 1px solid #dedede;
    width: 112px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

a.recommend-broker-real,
a.recommend-broker-demo {
    max-width: 120px;
    width: 100%;
    border: 1px solid transparent;
    outline: none;
    color: #fff;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-align: center;
    padding-top: 3px;
    padding-bottom: 4px;
    border-radius: 5px;
    transition: all .1s linear;
}

.recommend-broker-real {
    background-color: #4a9a89;
    margin-top: 25px;
    margin-bottom: 8px;
}

.recommend-broker-real:hover {
    background-color: #59b7a2;
}

.recommend-broker-demo {
    background-color: #c6c6c6;
}

.recommend-broker-demo:hover {
    background-color: #d3d3d3;
}

.app-category {
    margin-top: 10px;
    padding: 25px 20px;
    border: 1px solid #ddd;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.app-category__top-section {
    width: 100%;
    display: flex;
}

.app-category h2 {
    margin-bottom: 0;
}

a.app-category__all {
    padding-left: 21px;
    color: #11839a;
    font-family: "PT Sans", sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 400;
    display: flex;
    align-items: center;
}

a.app-category__all:hover {
    color: #d36f0d;
}

.app-category__all svg {
    padding-right: 10px;
}

.app-category__all path {
    fill: #11839a;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

a.app-category__all:hover path {
    fill: #d36f0d;
}

.app-category__lists {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 20px;
    margin-bottom: 20px;
}

.options {
    padding-bottom: 20px;
    display: flex;
    flex-direction: column;
}

.options h2 {
    margin-top: 20px;
    margin-bottom: 10px;
}

.options__text {
    font-family: "PT Sans", sans-serif;
    font-size: 13.8px;
    text-align: justify;
    line-height: 20px;
    color: #202020;
    font-weight: 400;
}

.reviews-list .alparifed__item {
    margin-bottom: 19px;
    padding: 16px 12px;
}

.reviews-list .alparifed__item p span {
    color: #000;
    font-weight: 700;
}

.reviews-list .alparifed__item p {
    font-weight: 400;
    color: #777;
}

.recommend__table {
    overflow-y: hidden;
    overflow-x: auto;
}

.recommend__table table {
    width: 950px;
}

@media screen and (min-width: 960px) {
    .recommend__table {
        overflow-y: hidden;
        overflow-x: hidden;
    }
}

@media screen and (max-width: 960px) {
    .category__lists {
        justify-content: space-around;
        flex-wrap: wrap;
    }

    .category__list {
        width: 45%;
        margin-bottom: 25px;
    }

    .seminars__master-class {
        flex-wrap: wrap;
    }

    .seminars__timedate {
        width: 118px;
    }

    .seminars__info {
        max-width: 75%;
        width: 100%;
    }

    .seminars__author {
        width: 25%;
        min-width: 220px;
        margin-top: 10px;
    }

    .seminars__links {
        width: 50%;
        margin-top: 9px;
    }

    .seminars__links a {
        min-width: 220px;
        max-width: 220px;
        margin: 10px auto 0;
    }

    .app-category__lists {
        justify-content: space-around;
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 960px) and (pointer: coarse ) {
    a:hover, a:focus {
        color: inherit;
        outline: none;
    }
}

@media screen and (max-width: 860px) {

    .over-header {
        flex-wrap: wrap;
        height: 100%;
    }

    /* .over-header__pairs {
        position: absolute;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    } */

    .over-header__time {
        margin-left: 19px;
        display: none;
    }

    .news-post-info {
        flex-wrap: wrap;
    }

    .news-post-date,
    .news-post-likes {
        width: 100%;
    }

    .news-post-likes a {
        background-position: 0 center;
    }
}

@media screen and (max-width: 800px) {
    #nav-icon3 {
        left: 40px;
    }
}

@media screen and (min-width: 769px) {
    .review__links {
        height: 480px;
    }
}

@media screen and (max-width: 768px) {

    .header__form #nav-icon3 {
        top: 13px;
    }

    .over-header {
        order: 2;
    }

    .header {
        order: 1;
    }

    .bmargin10 {
        margin-bottom: 0 !important;
    }

    a:hover, a:focus {
        color: inherit;
        outline: none;
    }

    .over-header {
        height: 36px;
    }

    .over-header .prev-arrow,
    .over-header .next-arrow {
        width: 9px;
        height: 100%;
        position: absolute;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #7f7f7f;
        top: 0;
        z-index: 10;
        background: none;
        border: none;
        outline: none;
        padding: 0;
        font-size: 0;
    }

    .over-header .prev-arrow {
        left: 5px;
    }

    .over-header .prev-arrow:before {
        position: absolute;
        top: 0;
        font-size: 24px;
        line-height: 36px;
        content: '\f104';
        font-family: FontAwesome, sans-serif;
    }

    .over-header .next-arrow {
        right: 5px;
    }

    .over-header .next-arrow:before {
        position: absolute;
        top: 0;
        font-size: 24px;
        line-height: 36px;
        content: '\f105';
        font-family: FontAwesome, sans-serif;
    }

    .over-header__pair {
        width: 25%;
        text-align: center;
    }

    .over-header__pair a {
        display: block;
        padding: 0;
    }

    .over-header__pair:nth-child(4) a {
        border-right: none;
    }

    .over-header__time {
        margin-left: auto;
        margin-right: auto;
    }

    .analytic {
        flex-wrap: wrap;
    }

    .analytic__left-part,
    .analytic__right-part {
        width: 100%;
    }

    .analytic__right-part {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
    }

    .analytic__right-part h2 {
        width: 100%;
        text-align: center;
    }

    .find-broker__btns {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .find-broker__btns a {
        margin: 0 !important;
    }

    a.news__all {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        padding-left: 0;
    }

    .news__left-part,
    .news__right-part {
        width: 100%;
    }

    .news__right-part {
        padding-right: 10px;
    }

    .news__slider {
        border: none;
    }

    .monitoring__btns {
        flex-direction: column;
        align-items: flex-start;
    }

    .monitoring__btns a:nth-child(2) {
        border: none;
    }

    .monitoring__btns a {
        text-align: left;
    }

    .reviews {
        flex-wrap: wrap;
    }

    .review__left-part,
    .review__right-part {
        width: 100%;
    }

    .review__left-part {
        flex-direction: column;
        align-items: flex-start;
    }

    .review__right-part {
        margin-left: 0;
    }

    .review__links {
        padding: 16px 22px;
    }

    a.reviews__all {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .review__right-part > h2 {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .promo__parts {
        flex-wrap: wrap;
    }

    .promo__left-part,
    .promo__right-part {
        width: 100%;
    }

    .promo__right-part {
        margin-top: 25px;
        padding-left: 0;
    }

    .promo__tab-content-block {
        width: 100%;
    }

    .promo__tab-content {
        justify-content: space-between;
    }

    .seminars__top-section {
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .seminars__top-section > h2 {
        width: 100%;
    }

    a.seminars__all {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .seminars__posts {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .seminar__post {
        width: 48%;
        margin-top: 10px;
    }

    .blog__top-section {
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .blog__top-section > h2 {
        width: 100%;
    }

    a.blog__all {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    a.blog__plus {
        margin-top: 10px;
    }

    .blog__posts {
        flex-wrap: wrap;
        justify-content: space-around;
    }

    .blog__posts-column {
        width: 100%;
        margin-top: 10px;
    }

    .text-post__title {
        width: 100%;
    }

    .about__left-part,
    .about__right-part {
        width: 100%;
    }

    .about__right-part {
        padding-left: 0;
        background: none;
    }

    .add-btns {
        flex-wrap: wrap;
        flex-direction: column;
        align-items: flex-start;
    }

    .add-btns a {
        margin-bottom: 5px;
    }

    .recommend-broker {
        width: 48%;
        max-width: 100%;
        margin-bottom: 25px;
    }

    .app-category {
        flex-wrap: wrap;
    }

    .app-category__top-section {
        flex-wrap: wrap;
    }

    .app-category__top-section h2 {
        width: 100%;
    }

    a.app-category__all {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .app-category__lists {
        flex-wrap: wrap;
    }
}

@media screen and (max-width: 600px) {

    a.analytic__all {
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
    }

    .analytic__main-news {
        flex-wrap: wrap;
    }

    .analytic__slider .slick-prev {
        left: 20%;
    }

    .analytic__slider .slick-next {
        right: 20%;
    }

    .main-news__thumbnail {
        width: 100%;
    }

    .main-news__content {
        width: 100%;
        padding: 0;
    }

    .main-news__title {
        margin-top: 10px;
    }

    .analytic__slider .slick-prev,
    .news__slider .slick-prev {
        left: 35%;
    }

    .analytic__slider .slick-next,
    .news__slider .slick-next {
        right: 35%;
    }

    .find-broker__tabs .tab {
        text-align: center;
    }

    a.promo__all {
        width: 100%;
        padding-left: 0;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .seminars__timedate {
        margin-bottom: 10px;
    }

    .seminars__info {
        max-width: 100%;
        width: 100%;
        height: auto;
    }

    .seminars__author {
        width: 100%;
        justify-content: flex-start;
    }

    .seminars__image {
        margin-right: 25px;
    }

    .seminars__links {
        width: 100%;
        align-items: flex-start;
    }

    .seminars__links a {
        width: 100%;
        min-width: 120px;
        margin-left: 0;
        margin-right: 0;
    }

    .seminar__post {
        width: 100%;
    }

    .blog__bottom-block {
        padding-top: 15px;
    }

    .blog__bottom-links {
        width: 100%;
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .find-broker__tabs .tab {
        margin-right: 10px;
    }

    .analytic__slider .slick-prev,
    .news__slider .slick-prev {
        left: 20%;
    }

    .analytic__slider .slick-next,
    .news__slider .slick-next {
        right: 20%;
    }

    .promo__tab-item {
        text-align: center;
    }

    .promo__tab-item a {
        font-size: 12px;
    }

    .promo__tab-content {
        flex-wrap: wrap;
    }

    .promo__tab-image {
        margin: 0;
    }

    .promo__tab-text {
        width: 100%;
        margin: 10px 0;
    }

    .promo__tab-date {
        width: 100%;
        margin: 0;
    }

    .recommend-broker {
        width: 100%;
        max-width: 100%;
        margin-bottom: 25px;
    }
}

@media screen and (max-width: 450px) {
    #nav-icon3 {
        left: 20px;
    }
}

@media screen and (min-width: 300px) {
    .reviews #feedbackBroker {
        transform: translateY(-50%);
    }
}
