/* part 1 */
.icon, body {
    position: relative
}

/* .c-menu,.com_right_table .drop-item.payments .list-item__item,.content .article-wrapper ul,.feedback__error,.language__list,.nav ul,.nav__sitemap li ul,.popular__list,.sitemap-popular-links ul,.sitemap_content ul,.tabs ul.collons,.tabs ul.many,ul.nav__sitemap{list-style:none} */

/* a,body,figcaption,figure,form,h1,h2,h3,h4,h5,h6,html,img,label,li,ol,table,tbody,td,tfoot,th,thead,tr,ul{margin:0;padding:0} */

/** copied from boostrap */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

ul,
ol {
    padding: 0;
    margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
    margin-bottom: 0;
}

li {
    line-height: 20px;
}

ul.unstyled,
ol.unstyled {
    margin-left: 0;
    list-style: none;
}

ul.inline,
ol.inline {
    margin-left: 0;
    list-style: none;
}

ul.inline > li,
ol.inline > li {
    display: inline-block;
    *display: inline;
    /* IE7 inline-block hack */

    *zoom: 1;
    padding-left: 5px;
    padding-right: 5px;
}

dl {
    margin-bottom: 20px;
}

dt,
dd {
    line-height: 20px;
}

dt {
    font-weight: bold;
}

dd {
    margin-left: 10px;
}

p {
    margin: 0 0 10px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 4px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-rendering: optimizelegibility;
}

sub,
sup {
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    max-width: 100%;
    width: auto \9;
    height: auto;
    border: 0;
    -ms-interpolation-mode: bicubic;
}


table {
    max-width: 100%;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
}

.table {
    width: 100%;
    margin-bottom: 20px;
}

.table th,
.table td {
    padding: 8px;
    line-height: 20px;
    text-align: left;
    vertical-align: top;
    border-top: 1px solid #dddddd;
}

.table th {
    font-weight: bold;
}

.table thead th {
    vertical-align: bottom;
}

.table caption + thead tr:first-child th,
.table caption + thead tr:first-child td,
.table colgroup + thead tr:first-child th,
.table colgroup + thead tr:first-child td,
.table thead:first-child tr:first-child th,
.table thead:first-child tr:first-child td {
    border-top: 0;
}

.table tbody + tbody {
    border-top: 2px solid #dddddd;
}

/** END copied from boostrap */

body {
    overflow-x: hidden;
    font: 14px/20px 'PT Sans', Arial, Helvetica, sans-serif;
    color: #202020;
    z-index: 2;
    margin: 0;
    padding: 0;
}

/** yep, different font-size for articles and UI */
body p {
    font-size: 16px;
}

.content-wrapper li,
.article-wrapper li,
.article-content li {
    font-size: 16px;
}

body:after {
    content: "";
    clear: both;
    font-size: 1px;
    line-height: 1px;
    height: 0;
    overflow: hidden;
    display: block
}

a:active, a:focus, a:hover, a:link, a:visited {
    color: #11839a;
    -moz-transition: color .3s ease, border-bottom-color .3s ease;
    -webkit-transition: color .3s ease, border-bottom-color .3s ease;
    transition: color .3s ease, border-bottom-color .3s ease;
    text-decoration: none
}

.orange, .orange:active, .orange:focus, .orange:hover, .orange:link, .orange:visited, a.active:active, a.active:focus, a.active:hover, a.active:link, a.active:visited, a:hover {
    color: #d36f0d;
    -moz-transition: color .3s ease, border-bottom-color .3s ease;
    -webkit-transition: color .3s ease, border-bottom-color .3s ease;
    transition: color .3s ease, border-bottom-color .3s ease;
    text-decoration: none
}

a.orange:hover {
    color: #4b9988;
    -moz-transition: color .3s ease, border-bottom-color .3s ease;
    -webkit-transition: color .3s ease, border-bottom-color .3s ease;
    transition: color .3s ease, border-bottom-color .3s ease;
    text-decoration: none
}

a.gray:active, a.gray:focus, a.gray:hover, a.gray:link, a.gray:visited {
    color: #888
}

a.gray:hover {
    color: #D36F0D !important
}

a.black:active, a.black:focus, a.black:hover, a.black:link, a.black:visited {
    color: #202020
}

a.black:hover {
    color: #D36F0D !important
}

.big {
    font-size: 16px !important
}

.default-size {
    font-size: 14px !important
}

.default-lh {
    line-height: 20px
}

.bold {
    font-weight: 700 !important
}

.normal {
    font-weight: 400 !important
}

.uppercase {
    text-transform: uppercase
}

.icon {
    background-repeat: no-repeat;
    display: inline-block
}

.icon_pdf {
    background: url(/images/theme/default/pdf-icon.png);
    width: 14px;
    height: 16px;
    margin-right: 5px;
    top: 3px
}

.icon_imp-star {
    background: url(/images/theme/default/important-star.png);
    width: 10px;
    height: 10px
}

.icon_flag {
    width: 14px;
    height: 12px
}

.icon_flag_ru {
    background: url(/images/theme/default/flag-ru.png)
}

.icon_flag_usa {
    background: url(/images/theme/default/flag-usa.png)
}

.icon_flag_fr {
    background: url(/images/theme/default/flag-fr.png)
}

.icon_flag_jp {
    background: url(/images/theme/default/flag-jp.png)
}

.icon_helper {
    background-image: url(/images/theme/default/help-gray.png);
    width: 14px;
    height: 14px;
    margin-left: 3px;
    margin-top: 3px;
    margin-bottom: -3px
}

.icon_rating-star {
    background-image: url(/images/theme/default/rating-star.png);
    width: 16px;
    height: 16px;
    top: 3px;
    margin-right: 3px
}

.icon_chooser {
    background-image: url(/images/theme/default/list-arrow-bottom-gray.png);
    width: 7px;
    height: 4px;
    margin-left: 3px
}

.icon_help, .icon_skype {
    height: 16px;
    top: 2px;
    width: 16px;
    left: 0
}

.icon_help {
    background-image: url(/images/theme/default/help.png)
}

.icon_skype {
    background-image: url(/images/theme/default/skype.png)
}

.icon_mail {
    background-image: url(/images/theme/default/mail.png);
    width: 16px;
    height: 11px;
    left: 0;
    top: 5px
}

.icon_livechat {
    background-image: url(/images/theme/default/livechat.png);
    width: 16px;
    height: 16px;
    left: 0;
    top: 2px
}

.icon_icq {
    background-image: url(/images/theme/default/icq.png);
    width: 15px;
    height: 15px;
    left: 0;
    top: 2px
}

.icon_clock {
    background: url(/images/theme/default/clock.png) -11px -18px;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    top: 2px
}

.icon_rss-sm:hover, .icon_rss:hover {
    background-position: 0 100%
}

.icon_m-pointer {
    background-image: url(/images/theme/default/map-pointer.png);
    width: 10px;
    height: 15px;
    vertical-align: bottom;
    margin-right: 5px
}

.icon_message, .icon_print {
    height: 12px;
    margin-right: 3px
}

.icon_message {
    background-image: url(/images/theme/default/message.png);
    width: 16px
}

.icon_print {
    background-image: url(/images/theme/default/print.png);
    width: 14px
}

.icon_rss {
    background-image: url(/images/theme/default/rss.png);
    width: 24px;
    height: 24px;
    margin-right: 7px;
    top: 5px
}

.icon_rss-sm {
    background-image: url(/images/theme/default/rss-sm.png);
    width: 12px;
    height: 12px;
    top: -4px;
    margin-left: 4px
}

.icon_attention {
    background-image: url(/images/theme/default/attention.png);
    width: 10px;
    height: 10px;
    margin-right: 5px;
    top: 1px
}

.icon_toggle {
    background-image: url(/images/theme/default/sort-top.png);
    width: 7px;
    height: 14px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -7px;
    cursor: pointer;
    padding: 5px
}

.icon_phone-tab, .icon_tablet-tab {
    height: 15px;
    margin: 0 3px 0 5px;
    top: 3px
}

.icon_toggle:hover {
    background-image: url(/images/theme/default/sort-top-active.png)
}

.icon_toggle_down {
    background-image: url(/images/theme/default/sort-bottom.png)
}

.icon_toggle_down:hover {
    background-image: url(/images/theme/default/sort-bottom-active.png)
}

.icon_toggle_pos {
    left: 50%;
    margin-left: -4px;
    margin-top: -4px
}

.icon_toggle_pos-more {
    top: 55%;
    right: 5px
}

.icon_pc-tab {
    background: url(/images/theme/default/pc-tab.png) 100% 0 no-repeat;
    width: 16px;
    height: 15px;
    top: 3px;
    margin: 0 3px 0 5px
}

.icon_aftersel {
    vertical-align: middle;
    margin-left: 15px
}

.icon_top-r {
    top: 0
}

.tabs__list__item_active .icon_pc-tab {
    background-position: 0 0
}

.icon_phone-tab {
    background: url(/images/theme/default/phone-tab.png) 100% 0 no-repeat;
    width: 11px
}

.tabs__list__item_active .icon_phone-tab {
    background-position: 0 0
}

.icon_tablet-tab {
    background: url(/images/theme/default/tablet-tab.png) 100% 0 no-repeat;
    width: 15px
}

.square, .vertical-splitter {
    height: 16px;
    position: relative;
    display: inline-block
}

.tabs__list__item_active .icon_tablet-tab {
    background-position: 0 0
}

.icon_left {
    margin-left: 3px
}

.square-w {
    margin-right: 10px;
    display: inline-block
}

.square {
    width: 16px;
    margin-right: 7px;
    top: 3px
}

.square_gray {
    background: #787879
}

.square_red {
    background: #c88
}

.hr {
    border-bottom: 1px solid #dedede;
    margin: 17px 0
}

.hr_top-bottom {
    margin: 10px 0
}

.hr_top-bottom-b {
    margin: 0 0 15px
}

.hr_tb {
    margin: 14px 0
}

.hr_t-b {
    margin: 15px 0
}

.hr_t-reset {
    margin-top: 0
}

.hr_b-reset {
    margin-bottom: 0
}

.hr_sides {
    margin-left: 20px;
    margin-right: 20px
}

.hr_sides-s {
    margin-left: 10px;
    margin-right: 10px
}

.hr_sides-minus {
    margin-left: -20px;
    margin-right: -20px
}

.hr_t-big {
    margin-top: 23px
}

.hr_t-minus {
    margin-top: -16px
}

.hr_bottom-m {
    margin-bottom: 8px
}

.hr_top-e {
    margin-top: 13px
}

.hr_bottom-e {
    margin-bottom: 12px
}

.hr_top-ss {
    margin-top: 3px
}

.hr_top-bottom-e {
    margin-bottom: 16px
}

.hr_border-r {
    border-bottom: 0
}

.vertical-splitter {
    border-left: 1px solid #fff;
    margin: 0 5px;
    vertical-align: middle
}

.vertical-splitter_gray {
    border-left-color: #dedede
}

.vertical-splitter_rev {
    border-left-color: #888;
    height: 15px
}

.vertical-splitter_top {
    top: -2px
}

.dotted {
    border-bottom-style: dotted;
    border-bottom-width: 1px;
    text-decoration: none;
    display: inline-block;
    line-height: 15px
}

.title_a-marked, .title_border-b, .title_two-lines {
    border-bottom: 1px solid #dedede
}

.title-big, h1 {
    font: 700 24px/26px Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 20px;
    text-transform: uppercase
}

.title, .title-noconflict, h2 {
    font: 700 18px/24px Roboto, Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
    text-transform: uppercase
}

.title_big {
    font-size: 24px;
    line-height: 30px
}

.title_top {
    margin-top: -5px
}

.title_color {
    color: #d36f0d
}

.title_sides-margin {
    margin-left: 18px;
    margin-right: 18px
}

.title_sides-margin-sm {
    margin-left: 12px;
    margin-right: 12px
}

.title_left-align {
    text-align: left
}

.title_lh {
    line-height: 20px
}

.title_lh-s {
    line-height: 22px
}

.title_bottom .new-item__image {
    margin-bottom: 15px
}

.title_bottom-b {
    margin-bottom: 25px
}

.title_bottom-s {
    margin-bottom: 13px
}

.title_bottom-d {
    margin-bottom: 14px
}

.title_top-b {
    margin-top: 25px
}

.title_top-m {
    margin-top: 17px
}

.title_m-bottom {
    margin-bottom: 10px
}

.title_bottom-m {
    margin-bottom: -5px
}

.title_bottom-r {
    margin-bottom: 0
}

.title_mbottom-vcm {
    margin-bottom: 4px
}

.title_top-r {
    margin-top: 0
}

.title_normal {
    font-weight: 400
}

.title_bottom-p {
    padding-bottom: 7px
}

.title_right {
    margin-right: 8px
}

.title_b-left {
    padding-left: 215px
}

.title_two-lines {
    padding-bottom: 15px;
    padding-top: 15px;
    border-top: 1px solid #dedede;
    margin-bottom: 15px
}

.title_c-bottom {
    margin-bottom: 6px
}

.c-article + .title_two-lines {
    margin-top: -7px
}

.title_a-marked {
    padding-bottom: 5px;
    margin-top: -10px
}

.c-article_marked + .title_a-marked {
    padding-top: 5px;
    border-top: 1px solid #dedede;
    margin-top: 21px
}

.content p + .title {
    margin-top: 22px
}

.content p + .title.title_top-r {
    margin-top: 0
}

.title__link {
    font: 400 14px 'PT Sans', Arial, Helvetica, sans-serif
}

.title__link_left {
    margin-left: 18px
}

.title__link_t-transform-reset, .vertical-splitter + .title__link {
    text-transform: none
}

.height18 {
    height: 18px
}

.fleft {
    float: left !important
}

.fright {
    float: right !important
}

.fnone {
    float: none !important
}

.image-in-article.fleft {
    margin: 9px 10px 8px 0
}

.image-in-article.fright {
    margin: 9px 0 8px 10px
}

.block {
    display: block !important
}

.in-block {
    display: inline-block !important
}

.none {
    display: none !important
}

.hidden {
    display: none
}

.relative {
    position: relative !important
}

.absolute {
    position: absolute !important
}

.static {
    position: static !important
}

.black {
    color: #202020 !important
}

.green {
    color: #11839a !important
}

.gray {
    color: #888 !important
}

.white {
    color: #fff !important
}

.o-hidden {
    overflow: hidden !important
}

.button, .button:active, .button:focus, .button:hover, .button:link, .button:visited {
    background: #4b9988;
    color: #fff;
    display: inline-block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-decoration: none;
    padding: 5px 21px;
    -moz-transition: background .3s ease;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    cursor: pointer;
    border: 0;
    text-align: center
}

.button:hover, .search__submit {
    -moz-transition: background .3s ease;
    -webkit-transition: background .3s ease
}

.button_aside-pos {
    position: relative;
    top: -3px;
    left: -15px
}

.button:hover {
    background: #59b7a2;
    transition: background .3s ease
}

.button_bg, .button_bg:active, .button_bg:focus, .button_bg:hover, .button_bg:link, .button_bg:visited {
    background: #c5c5c5
}

.button_bg:hover {
    background: #d3d3d3
}

.button_bg_disabled {
    cursor: default !important
}

.button_bg_disabled:hover {
    background: #c5c5c5 !important
}

.button_not-active, .button_not-active:active, .button_not-active:focus, .button_not-active:hover, .button_not-active:link, .button_not-active:visited {
    background: #c5c5c5;
    cursor: default
}

.button_m-reset {
    margin: 0
}

.button_top {
    margin-top: 5px
}

.button_m-top {
    margin-top: 7px
}

.button_b-top {
    margin-top: 10px
}

.catalogue__marked .button_m-top {
    margin-top: 15px
}

.button_mb-top {
    margin-top: 19px
}

.button_mb-left {
    margin-left: 20px
}

.button_padding, .button_padding:active, .button_padding:focus, .button_padding:hover, .button_padding:link, .button_padding:visited {
    padding-top: 7px;
    padding-bottom: 7px
}

.button_bottom {
    margin-bottom: 8px
}

.button_m-bottom {
    margin-bottom: 3px
}

.button_b-bottom {
    margin-bottom: 25px
}

.button_s-bottom {
    margin-bottom: 15px
}

.button_s-top {
    margin-top: 15px
}

.button_right {
    margin-right: 5px
}

.button_width {
    width: 100px
}

.button_picker {
    margin: 15px
}

.clearfix_bottom, .wrapper-right_top {
    margin-top: 10px
}

.button_search, .button_search:active, .button_search:focus, .button_search:hover, .button_search:link, .button_search:visited {
    top: -2px;
    padding: 7px 34px;
    position: relative
}

input.error, input.error-pass, input.valid, textarea.valid {
    left: -2px;
    top: -2px;
    position: relative;
    padding-top: 3px;
    height: 27px
}

.wrapper-right {
    text-align: right !important
}

.wrapper-center {
    text-align: center !important
}

.wrapper-left {
    text-align: left !important
}

.highlight {
    background: #fff000
}

input.error {
    background: url(/images/theme/default/input-error.png) 95% 50% no-repeat;
    border: 2px solid #bf4a4a;
    color: #f33
}

input.valid, textarea.valid {
    background: url(/images/theme/default/correct.png) 95% 50% no-repeat;
    border: 2px solid #4abfb0
}

input.error-pass, textarea.error {
    border: 2px solid #bf4a4a !important;
    color: #f33 !important
}

textarea.valid {
    background: url(/images/theme/default/correct.png) 95% 10px no-repeat
}

textarea.error {
    left: -1px !important;
    top: -1px !important;
    position: relative !important
}

.language:after, .language__list:after, .search-wrapper:after {
    content: '';
    left: 0
}

.header__background, .language {
    position: relative;
    background: #11839a
}

input.error:focus {
    border: 2px solid #bf4a4a;
    color: #f33
}

html {
    height: 100%
}

.main-wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 0 -156px
}

.footer, .footer-push {
    height: 156px
}

.page-wrapper {
    width: 950px;
    margin: 0 auto
}

.banner {
    text-align: center;
    margin-bottom: 15px
}

.banner__link {
    display: block
}

.banner__image {
    max-width: 100%;
    display: inline-block;
    vertical-align: top
}

.header {
    margin-bottom: 20px
}

.header__background {
    padding: 20px 20px
}

.logo {
    display: block;
    width: 150px;
    height: 31px;
    margin-top: -4px
}

.language {
    border: 1px solid #0f7185;
    width: 40px;
    height: 30px;
    margin-left: 19px;
    top: -5px;
    z-index: 20
}

.language:after {
    position: absolute;
    width: 100%;
    border-top: 1px solid #3495a9;
    bottom: -2px
}

.language__flag {
    height: 100%;
    padding-left: 7px
}

.language__flag__image {
    vertical-align: bottom
}

.language__list {
    background: #11839a;
    border: 1px solid #0f7185;
    display: none;
    margin-top: 2px;
    width: 100%;
    margin-left: -1px;
    position: relative;
    z-index: 10
}

.language__list:after {
    border-top: 1px solid #3495a9;
    position: absolute;
    width: 100%;
    bottom: 0
}

.language__list__item {
    height: 20px
}

.language__list__item__link {
    display: block;
    padding-left: 7px
}

.auth, .nav ul li {
    display: inline-block
}

.language__list__item__link:hover {
    background: #baf2fd
}

.language__list__item .language__flag__image {
    vertical-align: -5%
}

.auth {
    margin-left: 49px
}

.auth__link, .auth__link:active, .auth__link:focus, .auth__link:hover, .auth__link:link, .auth__link:visited {
    color: #baf2fd
}

.auth__link:hover {
    color: #fef9dc
}

.search {
    border-bottom: 1px solid #3495a9;
    position: relative;
    top: -4px
}

.search_border-b {
    border-bottom: 0
}

.search_top {
    margin-top: -4px
}

.search_top-b {
    margin-top: 20px
}

.search_top-pos-reset {
    top: 0
}

.search_right {
    margin-right: 30px
}

.search-wrapper {
    background: #fff;
    border: 1px solid #0f7185;
    height: 28px;
    padding: 0 7px;
    position: relative;
    width: 234px
}

.search-wrapper:after {
    position: absolute;
    width: 100%;
    border-top: 1px solid #cfcfcf;
    top: 0
}

.search-wrapper_borders {
    border-color: #dedede
}

.search-wrapper_borders:after {
    width: 0;
    height: 0
}

.search-wrapper_width, .search-wrapper_width-b {
    width: 284px
}

.search-wrapper_width-a {
    width: auto
}

.search-wrapper_m-right {
    margin-right: 115px
}

.search-wrapper_mbottom {
    margin-bottom: 8px
}

.search__text {
    background: 0 0;
    color: #888;
    border: 0;
    outline: 0;
    width: 90%;
    height: 100%
}

.search__text_width-for-sm {
    width: 85%
}

.search__text_width-for-big {
    width: 99%
}

.search__submit {
    border: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    position: relative;
    top: 2px;
    transition: none
}

.search__submit:hover {
    background-position: 0 100%;
    -moz-transition: background .3s ease;
    -webkit-transition: background .3s ease;
    transition: none
}

.nav {
    background: #eee;
    padding: 15px
}

.nav_padding {
    padding: 15px 19px
}

.nav_noafter li:after, .nav_noafter li:hover:after {
    background: 0 0 !important;
    border: 0 !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    transition: none !important
}

.nav_p-bottom {
    padding-bottom: 0
}

.nav_p-left {
    padding-left: 0
}

.nav ul li {
    margin-right: 16px;
    position: relative
}

.nav li li, .nav ul li:last-child {
    margin-right: 0
}

.nav ul li.active-l:after, .nav ul li.active:after, .nav ul li:after {
    position: absolute;
    left: -5%;
    bottom: -15px;
    width: 110%;
    content: ''
}

.nav ul li.active:after {
    border-top: 3px solid #11839a !important
}

.nav ul li.active-l:after {
    height: 50px;
    background: #11839a;
    border: 0
}

.nav ul li:after {
    border-top: 3px solid transparent;
    -moz-transition: border .3s ease;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

.nav ul li:hover:after {
    border-top-color: #d36f0d
}

.nav ul li a:active, .nav ul li a:focus, .nav ul li a:hover, .nav ul li a:link, .nav ul li a:visited {
    color: #202020;
    text-decoration: none;
    display: block;
    padding-bottom: 15px;
    margin-bottom: -15px;
    outline: 0 !important;
    position: relative;
    z-index: 10
}

.nav_blue ul li a:active, .nav_blue ul li a:focus, .nav_blue ul li a:hover, .nav_blue ul li a:link, .nav_blue ul li a:visited {
    color: #11839a
}

.nav ul li a:hover {
    color: #d36f0d
}

.nav ul li.active a {
    color: #11839a;
    cursor: default;
    position: relative;
    z-index: 10
}

.nav ul li.active-l a {
    color: #baf2fd;
    cursor: default;
    position: relative;
    z-index: 10
}

.nav li ul {
    display: none;
    position: absolute;
    border: 1px solid #dedede;
    border-top-width: 2px;
    left: -3px;
    top: 35px;
    z-index: 500
}

.nav li li, .nav li:hover ul {
    display: block
}

.nav li ul:after {
    content: '';
    width: 110%;
    border-top: 1px solid #fff;
    position: absolute;
    left: -2px;
    top: -2px
}

.nav li li {
    background: #eee;
    font-size: 14px;
    line-height: 14px;
    width: 150px
}

.nav ul li li.active:after, .nav ul li li:after {
    background: 0 !important;
    border: 0 !important
}

.content__container, .sidebar {
    border: 1px solid #dedede;
    margin-bottom: 10px
}

.nav li li a {
    background: #eee !important;
    display: block !important;
    color: #888 !important;
    padding: 5px 9px;
    line-height: 20px;
    padding-bottom: 9px !important;
    margin-bottom: 0 !important;
    outline: 0 !important
}

.nav li li a:hover {
    background: #11839a !important;
    cursor: pointer;
    color: #fff !important
}

.page-container {
    margin-bottom: 20px
}

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

.content {
    margin-right: 278px
}

.content_right {
    margin-right: 0
}

.content .event-w__left p:first-child {
    margin-top: -5px
}

.content .event-w__left_f-p-reset p:first-child {
    margin-top: 5px
}

.content .event-w p {
    line-height: 22px
}

.content .contact_border + p {
    margin-bottom: 0
}

.content
.content__container.vcard {
    position: relative
}

.rightcol2, .rightcol3 {
    width: 268px;
    position: absolute;
    right: 20px
}

.rightcol {
    width: 268px;
    margin-left: -268px;
    float: left
}

.rightcol2 {
    top: 154px
}

.rightcol3 {
    margin-top: 65px
}

.rightcol3 .popular__list {
    margin-top: 0
}

.rightcol2 .title {
    font-weight: 400
}

.rightcol2 li, .rightcol3 li {
    background: url(/images/theme/default/plus.png) left center no-repeat;
    padding-left: 20px
}

.sidebar {
    padding: 13px 18px 16px 17px;
    position: relative
}

.sidebar:last-of-type {
    margin-bottom: 0
}

.sidebar_padding {
    padding: 13px 0 0
}

.sidebar_pleft-r {
    padding-left: 0
}

.sidebar_image-ad {
    padding: 36px 0 8px;
    text-align: center;
    max-width: 100%
}

.sidebar_r-padding {
    padding-right: 10px
}

.sidebar_b-padding, .sidebar_pbottom {
    padding-bottom: 12px
}

.sidebar__ad {
    background: #eee;
    color: #888;
    font-size: 12px;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0 8px
}

.sidebar__article {
    margin-top: 11px;
    margin-bottom: 17px;
    padding-bottom: 16px;
    border-bottom: 1px solid #dedede
}

.sidebar__article__text {
    margin-top: 5px
}

.sidebar__item__title {
    color: #888;
    margin-bottom: 7px
}

.sidebar__item__info {
    margin: 10px 0 15px;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px
}

.sidebar__item__info_noborder {
    border-bottom: 0
}

.sidebar__item__info_p-bottom {
    padding-bottom: 0
}

.sidebar__item__info_m-bottom {
    margin-bottom: 0
}

.sidebar__item__info_m-bottom-minus {
    margin-bottom: -1px
}

.sidebar__item__info_m-top-b {
    margin-top: 15px
}

.sidebar__item__info_height {
    height: 95px
}

.sidebar__item__info_height-b {
    height: 100px
}

.sidebar__item__info_m-top {
    margin-top: 0
}

.sidebar__item__info_mbottom {
    margin-bottom: 10px
}

.sidebar__item__info_width {
    width: 231px
}

.sidebar__item__info_mleft {
    margin-left: 15px
}

.sidebar__item__info__image + .sidebar__item__info-w, .sidebar__item__info__image + .sidebar__item__info__title, .sidebar__item__info__link-image + .sidebar__item__info-w .sidebar__item__info__title, .sidebar__item__info__link-image + .sidebar__item__info-w .sidebar__item__info__title + .sidebar__item__info__author_ml {
    margin-left: 100px
}

.sidebar__item__info_lastborder:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0
}

.sidebar__item__info__link {
    display: inline-block;
    width: 80px
}

.sidebar__item__info__image {
    float: left;
    display: block;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 90px;
    min-height: 40px
}

.sidebar__item__info__image_width {
    width: 110px
}

.sidebar__item__info__image_width-b {
    width: 120px
}

.sidebar__item__info__image_size {
    width: 60px
}

.sidebar__item__info__image_m-bottom {
    margin-bottom: 0
}

.sidebar__item__info__title {
    display: block;
    line-height: 17px;
    height: 53px;
    width: 130px;
    overflow: hidden
}

.sidebar__item__info__owner {
    height: 20px;
    width: 130px;
    overflow: hidden
}

.sidebar__item__info__author_top {
    margin-top: 3px
}

.sidebar__item__info__author_left {
    margin-left: 40px
}

.sidebar__item__info__author_bottom {
    margin-top: 8px
}

.sidebar__item__info__image_mb {
    margin-bottom: 15px
}

.sidebar__item__text__paragraph, .two-blocks {
    margin-bottom: 10px
}

.sidebar__item__info__image_border {
    border: 1px solid #fefefe
}

.sidebar__item__info__author {
    color: #888
}

.sidebar__item__info__image + .sidebar__item__info__title + .sidebar__item__info__owner, .sidebar__item__info__image + .sidebar__item__info__title + .sidebar__item__info__owner + .sidebar__item__info__author_ml {
    margin-left: 100px
}

.sidebar__item__date {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700
}

.sidebar__item__text {
    background: #eee;
    padding: 11px 18px;
    line-height: 18px
}

.sidebar__item__text_arrow {
    position: relative
}

.sidebar__item__text_arrow:after {
    background: url(/images/theme/default/sidebar__item__text_arrow.png) no-repeat;
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    left: 18px;
    top: -9px
}

.sidebar__video-link {
    display: block;
    position: relative;
    margin-top: 15px
}

.play {
    background: url(/images/theme/default/play.png) no-repeat;
    position: absolute;
    width: 52px;
    height: 52px;
    left: 50%;
    top: 50%;
    margin-left: -26px;
    margin-top: -26px;
    opacity: .7;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.sidebar__video-link:hover .play {
    opacity: 1;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    transition: opacity .3s ease-in-out
}

.two-blocks {
    display: table
}

.two-blocks_width {
    width: 100%
}

.two-blocks__separator {
    width: 10px;
    display: table-cell
}

.brokers-block {
    width: 470px;
    border: 1px solid #dedede;
    border-top: 0;
    display: table-cell;
    vertical-align: top
}

.brokers-block_width {
    width: auto
}

.brokers-block_noborder {
    border: 0
}

.choose-broker {
    background: url(/images/theme/default/choose-broker.png) no-repeat;
    width: 430px;
    height: 180px;
    padding: 20px;
    display: block
}

.choose-broker_width {
    width: auto
}

.choose-broker_nobg {
    background: 0 0
}

.choose-broker_color, .choose-broker_color:active, .choose-broker_color:focus, .choose-broker_color:hover, .choose-broker_color:link, .choose-broker_color:visited {
    color: #202020
}

.choose-broker_color:hover {
    color: #d36f0d
}

.choose-broker__about {
    background: url(/images/theme/default/choose-broker-about.png) no-repeat;
    width: 170px;
    height: 90px;
    padding: 20px;
    margin-bottom: 10px
}

.choose-broker__about__text {
    margin-top: 12px
}

.choose-broker__brokers, .choose-broker__brokers:active, .choose-broker__brokers:focus, .choose-broker__brokers:hover, .choose-broker__brokers:link, .choose-broker__brokersr:visited {
    background: #11839a;
    color: #baf2fd !important;
    padding: 8px 10px;
    width: 160px;
    font: 700 18px Roboto, Arial, Helvetica, sans-serif;
    text-align: center;
    text-transform: uppercase;
    -moz-transition: background .3s ease;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

a.choose-broker__brokers:hover {
    background: #d36f0d
}

.brokers-block__globe {
    width: 218px;
    height: 232px;
    position: absolute;
    left: 330px;
    top: -17px
}

.brokers-block__books {
    width: 203px;
    height: 205px;
    position: absolute;
    left: 340px;
    top: -1px
}

.brokers-block__monitor {
    width: 263px;
    height: 204px;
    position: absolute;
    left: 319px;
    top: -18px
}

.popular__left {
    float: left;
    padding: 17px 17px 20px;
    width: 30%
}

.popular__left_sidebar {
    width: auto;
    padding: 0
}

.popular__left_width {
    width: 20%
}

.popular__left_width-s {
    width: 24%
}

.popular__left_pos {
    position: relative;
    left: -25px
}

.popular__right {
    float: right;
    padding: 17px 17px 20px;
    width: 40%;
    margin-right: 26px
}

.popular__right_sidebar {
    width: auto;
    padding: 0;
    margin-right: 0
}

.popular__right_width {
    width: 27%
}

.popular__right_width-s {
    width: 25%
}

.popular__added {
    width: 32%;
    float: left;
    padding: 17px 17px 20px 28px
}

.popular__added_pb-r {
    padding-bottom: 0
}

.popular__added_pl {
    padding-left: 20px
}

.popular__added_width {
    width: 30%
}

.popular__list {
    margin-top: 10px
}

.popular__list__item {
    margin-bottom: 4px
}

.popular__list__item__link {
    background: url(/images/theme/default/list-arrow-right.png) 0 50% no-repeat;
    padding-left: 10px
}

.popular__list h3 {
    font: 14px/20px 'PT Sans', Arial, Helvetica, sans-serif
}

.advises {
    background: #eee;
    width: 160px;
    padding: 14px 15px 18px;
    display: table-cell;
    vertical-align: top
}

.advises_width-auto {
    width: auto
}

.advises_aside {
    margin-bottom: 10px
}

.advises_aside:last-of-type {
    margin-bottom: 0
}

.advises__text {
    margin: 12px 0 14px
}

.advises__list {
    padding-left: 20px;
    margin-bottom: 0
}

.advises__list__item {
    margin-bottom: 13px;
    line-height: 18px
}

.advises__list__item h3 a {
    font-weight: 400;
    font-size: 14px
}

.advises__list__item:last-child {
    margin-bottom: 0
}

.recommended {
    background: #fef9dc;
    padding: 15px 10px 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    display: table;
    margin-bottom: 10px;
    min-width: 652px
}

.recommended .title_bottom {
    margin-bottom: 14px
}

.recommended_bottom {
    margin-bottom: 3px
}

.recommended_paddings {
    padding: 0 10px
}

.recommended_nobg {
    background: 0 0
}

.recommended_minwidth-r {
    min-width: 0
}

.recommended_aside {
    margin-bottom: 10px
}

.recommended_aside:last-of-type {
    margin-bottom: 0
}

.recommended-broker {
    display: inline-block;
    vertical-align: top;
    margin: 0 9px 20px;
    text-align: left
}

.broker-logo__image, .comparison tr td:last-child {
    vertical-align: middle
}

.broker-logo, .c-logo, .company__links, .eType-label, .page-rating-cont {
    text-align: center
}

.recommended-broker_width {
    width: 50%
}

.recommended-broker_width-sm {
    width: 45%
}

.recommended-broker_m-left {
    margin-left: 0
}

.recommended-broker_m-right {
    margin-right: -10px
}

.recommended-broker_m-top {
    margin-top: 20px
}

.recommended-broker_m-bottom {
    margin-bottom: 0
}

.recommended-broker_bottom-s {
    margin-bottom: 9px
}

.recommended-broker_m-bottom-b {
    margin-bottom: 11px
}

.recommended-broker_p-top {
    padding-top: 7px
}

.recommended-broker_msides-sm {
    margin-left: 6px;
    margin-right: 6px
}

.broker-logo {
    background: #fff;
    border: 1px solid #dedede;
    width: 110px;
    height: 60px;
    line-height: 56px;
    display: block;
    margin-bottom: 8px;
    transition: background .3s ease !important
}

a.broker-logo {
    -moz-transition: outline .3s ease, border-color .3s ease !important;
    -webkit-transition: outline .3s ease, border-color .3s ease !important;
    transition: outline .3s ease, border-color .3s ease !important
}

a.broker-logo:hover {
    border-color: #888
}

.broker-logo_outline {
    outline: #d36f0d solid 2px;
    border-color: transparent !important
}

.broker-logo_outline + a {
    color: #d36f0d !important
}

.broker-logo_m-right-bottom {
    margin-right: 10px;
    margin-bottom: 0
}

.broker-logo_m-right {
    margin-right: 5px
}

.broker-logo_bottom {
    margin-bottom: 0
}

.analytics, .analytics_aside {
    margin-bottom: 10px
}

a.recommended-broker .broker-logo {
    -moz-transition: outline .3s ease, border-color .3s ease !important;
    -webkit-transition: outline .3s ease, border-color .3s ease !important;
    transition: outline .3s ease, border-color .3s ease !important
}

a.recommended-broker:hover .broker-logo {
    border-color: #888
}

.broker-logo__image {
    max-width: 100%;
    max-height: 100%;
    display: inline-block
}

.recommended-broker__list {
    background: url(/images/theme/default/list-arrow-bottom-gray.png) 100% 50% no-repeat;
    padding-right: 13px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px
}

.big-new__text, .situation__text {
    line-height: 18px
}

.analytics {
    border: 1px solid #dedede;
    padding: 14px 21px 0 0
}

.analytics_aside:last-of-type, .analytics_m-bottom-r {
    margin-bottom: 0
}

.analytics_pbottom {
    padding-bottom: 17px
}

.analytics_noborder {
    border: 0
}

.offers, .regulatory, .reviews, .situation {
    border: 1px solid #dedede
}

.analytics__left {
    margin-right: -225px;
    width: 225px;
    float: left
}

.analytics-wrapper {
    padding-top: 11px
}

.analytics__right-wrapper {
    width: 100%;
    float: right
}

.analytics__right {
    margin-left: 239px
}

.analytics__right__left {
    width: 230px;
    float: left
}

.analytics__right__right {
    width: 150px;
    float: right
}

.analytics__mleft {
    margin-left: 20px
}

.analytics__mright {
    margin-right: 20px
}

.analytics__mbottom {
    margin-bottom: 18px
}

.big-new {
    width: 210px
}

.big-new__contents {
    padding-left: 18px;
    padding-bottom: 20px;
    padding-top: 5px
}

.big-new__title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 5px;
    display: block
}

.big-new__title_bottom {
    margin-bottom: 6px
}

.big-new__text {
    margin-bottom: 5px
}

.situation {
    padding: 13px 20px 14px;
    margin-bottom: 10px
}

.tabs ul.collons li, .tabs ul.many li {
    padding-left: 10px;
    font-size: 14px;
    color: #777
}

.situation_p-bottom {
    padding-bottom: 19px
}

.situation-wrapper {
    margin-top: 15px
}

.situation__left {
    float: left;
    width: 305px
}

.situation__right {
    float: right;
    width: 305px
}

.situation__right_width {
    width: 280px
}

.situation__right_m-top {
    margin-top: -6px
}

.tabs ul.many {
    background: url(/images/theme/default/li-left-line.png) left 0 bottom 9px no-repeat;
    margin: 5px
}

.tabs ul.many li {
    background: url(/images/theme/default/li-left-line-2.png) left center no-repeat
}

.tabs ul.collons {
    -moz-column-count: 2;
    -webkit-column-count: 2;
    column-count: 2;
    margin: 5px
}

.tabs tr.border td:first-child, .tabs tr.border td:last-child {
    padding: 5px;
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede
}

.tabs tr.border td:first-child {
    border-left: 1px solid #dedede
}

.tabs tr.border td:last-child {
    border-right: 1px solid #dedede
}

.tabs_bottom {
    margin-bottom: 27px
}

.tabs_bottom-m {
    margin-bottom: 10px
}

.tabs_bottom-s {
    margin-bottom: 14px
}

.tabs_font-size li a {
    font-size: 14px !important
}

.tabs__list {
    list-style: none;
    overflow: visible !important
}

.tabs__list_tb-reset {
    margin-top: 0 !important;
    margin-bottom: 0 !important
}

.tabs__list_bottom {
    margin-bottom: 15px
}

.tabs__list_bottom-b {
    margin-bottom: 21px
}

.tabs__list__item {
    background: #eee !important;
    display: inline-block;
    padding: 0 7px !important;
    color: #888;
    position: relative;
    height: 28px;
    line-height: 28px;
    z-index: 5;
    cursor: pointer;
    margin-right: 3px !important;
    -moz-transition: background .3s ease;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.tabs__list__item_bg-active.tabs__list__item_active {
    background: #c5c5c5 !important
}

.tabs__list__item__corner {
    background: url(/images/theme/default/tabs__list__item.png) no-repeat;
    display: block;
    position: absolute;
    width: 14px;
    height: 28px;
    top: 0;
    right: -14px;
    -moz-transition: background .3s ease;
    -webkit-transition: background .3s ease;
    transition: background .3s ease
}

.tabs__list__item_active {
    background: #11839a !important;
    color: #fff;
    z-index: 10;
    cursor: default
}

.tabs__list__item_active .tabs__list__item__corner {
    background: url(/images/theme/default/tabs__list__item_active.png) no-repeat
}

.tabs__list__item_bg-active.tabs__list__item_active .tabs__list__item__corner {
    background: url(/images/theme/default/tabs__list__item_active_bg.png) no-repeat
}

.tabs__list__link, .tabs__list__link:active, .tabs__list__link:focus, .tabs__list__link:hover, .tabs__list__link:link, .tabs__list__link:visited {
    color: #888
}

.tabs__list__item_active .tabs__list__link, .tabs__list__item_active .tabs__list__link:active, .tabs__list__item_active .tabs__list__link:focus, .tabs__list__item_active .tabs__list__link:hover, .tabs__list__item_active .tabs__list__link:link, .tabs__list__item_active .tabs__list__link:visited {
    color: #fff;
    cursor: default
}

.tabs__contents {
    margin-top: 20px
}

.comparison {
    width: 100%;
    margin-bottom: 10px;
    border-top: 1px solid #dedede
}

.comparison tr td:first-child {
    width: 80%
}

.comparison tr td {
    border-bottom: 1px solid #dedede;
    padding: 6px 0 7px 7px
}

.comparison__numbers {
    color: #11839a
}

.offers {
    padding: 13px 20px 17px;
    margin-bottom: 10px
}

.offers__image {
    margin: 0 18px 13px 0;
    max-width: 100%
}

.offers__title {
    display: block;
    margin-bottom: 7px;
    line-height: 23px
}

.broker-wrapper_width {
    width: 50%;
    display: inline-block;
    vertical-align: top
}

.offers__left {
    float: left;
    width: 45%;
    padding-top: 6px
}

.offers__right {
    float: right;
    width: 46%;
    padding-top: 6px
}

.regulatory {
    padding: 13px 20px 20px 19px;
    margin-bottom: 10px
}

.regulatory-wrapper {
    margin-top: 19px
}

.regulatory__left {
    float: left;
    width: 45%;
    margin: 0 10px
}

.regulatory__right {
    float: right;
    width: 45%;
    margin: 0 10px;
    padding-top: 5px
}

.reviews {
    padding: 12px 20px 17px
}

.reviews_border-reset {
    border: 0
}

.article-wrapper_inner-reviews-padding .reviews_border-reset {
    padding: 0
}

.review-item {
    margin-bottom: 18px
}

.review-item:last-of-type {
    margin-bottom: 0
}

.review-item_tabbed {
    margin-left: 78px
}

.review-item_detail {
    margin-top: 18px;
    margin-bottom: 19px
}

.reiew-item__block {
    border: 1px solid #dedede;
    padding: 14px 19px 18px;
    margin-bottom: 5px;
    position: relative
}

.reiew-item__block_top {
    padding-top: 5px
}

.reiew-item__block:after {
    background: url(/images/theme/default/reiew-item__block-after.png) no-repeat;
    content: '';
    width: 12px;
    height: 11px;
    position: absolute;
    left: 20px;
    bottom: -11px
}

.reiew-item__block__title {
    margin-bottom: 10px
}

.reiew-item__block__grade_neutral {
    color: #888
}

.reiew-item__block__grade_good {
    color: #4b9988
}

.reiew-item__block__grade_bad {
    color: #cb3333
}

.reiew-item__block__text {
    margin-top: 14px;
    line-height: 18px
}

.reiew-item__block__text_borders {
    border-top: 1px solid #dedede;
    border-bottom: 1px solid #dedede;
    padding: 17px 0 19px;
    line-height: 21px
}

.reiew-item__block__title_name + .reiew-item__block__text {
    border-top: 0;
    padding-top: 0;
    margin-top: -5px
}

.reiew-item__block__bottom {
    margin-top: 11px;
    margin-bottom: -9px
}

.reiew-item__block__bottom__link, .reiew-item__block__bottom__link:active, .reiew-item__block__bottom__link:focus, .reiew-item__block__bottom__link:hover, .reiew-item__block__bottom__link:link, .reiew-item__block__bottom__link:visited {
    display: inline-block;
    margin-top: 4px;
    color: #888
}

.chooser__title:hover, .reiew-item__block__bottom__link:hover {
    color: #d36f0d
}

.reiew-item__block__bottom__link_left {
    margin-left: 18px
}

.reiew-item__answer {
    margin-right: 12px
}

.rating-stars {
    font-size: 0;
    line-height: 0;
    display: table;
    position: absolute;
    top: 9px;
    right: 21px
}

.chooser_inline-block, .rating-stars__item {
    display: inline-block
}

.rating-stars_pointer {
    cursor: pointer
}

.rating-stars_bottom {
    margin-bottom: 4px
}

.rating-stars__item {
    background: url(/images/theme/default/rating-star.png) no-repeat;
    width: 17px;
    height: 16px
}

.rating-stars__item_neutral {
    background: url(/images/theme/default/rating-star-neutral.png) no-repeat
}

.rating-stars__item_good {
    background: url(/images/theme/default/rating-star-good.png) no-repeat
}

.rating-stars__item_bad {
    background: url(/images/theme/default/rating-star-bad.png) no-repeat
}

.chooser {
    position: relative
}

.chooser_select {
    background: #fff;
    border: 1px solid #d9d9d9;
    padding-top: 3px;
    padding-bottom: 4px;
    width: 149px
}

.chooser_select:hover {
    border: 2px solid #d9d9d9;
    margin: -1px
}

.chooser_select:hover + .rangepicker-w .calendar-b_select {
    border-left: 1px solid #d9d9d9;
    margin-right: -1px;
    padding-left: 2px
}

.chooser_select.active {
    border: 2px solid #4abfb0;
    margin: -1px
}

.chooser_select.active + .rangepicker-w .calendar-b_select {
    border-left: 1px solid #4abfb0;
    margin-right: -1px;
    padding-left: 2px
}

.chooser_left {
    margin-left: -10px
}

.chooser_top-bottom {
    margin-top: 5px;
    margin-bottom: 5px
}

.chooser_hidden-link .chooser__title .chooser__list__item__link {
    display: none
}

.chooser__title {
    background: url(/images/theme/default/list-arrow-bottom-gray.png) 100% 65% no-repeat;
    display: inline-block;
    cursor: pointer;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    transition: color .3s ease
}

.chooser__title:hover + ul {
    display: block
}

.chooser__title_nobg {
    background: 0
}

.chooser__title__text {
    display: inline-block;
    padding-right: 2px
}

.chooser__title__text_left {
    margin-left: 10px
}

.chooser__list {
    display: none;
    position: absolute;
    border: 1px solid #dedede;
    left: -3px;
    top: 20px;
    z-index: 500
}

.chooser__list.black .chooser__list__item__link.gray {
    color: #202020 !important
}

.chooser__list.black .chooser__list__item__link.gray:hover {
    background: 0;
    color: #1d66af !important
}

.chooser__list_bordered {
    border: 2px solid #4abfb0;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    left: -2px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    -moz-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15)
}

.breadcrumbs, .event-w {
    border-bottom: 1px solid #dedede
}

.chooser__list__item {
    background: #eee !important;
    padding-left: 0 !important;
    margin-bottom: 0 !important;
    display: block;
    font-size: 14px;
    line-height: 14px;
    width: 150px;
    margin-right: 0
}

.chooser__list__item__link {
    display: block;
    padding: 0 10px
}

.chooser__list__item__link:hover {
    background: #FEF9DC
}

.chooser__list__item__link_bg-white {
    background: #fff !important
}

.chooser__list__item__link_pl-sm {
    padding-left: 4px !important
}

.chooser__title .chooser__list__item__link_pl-sm {
    padding-left: 10px !important
}

.chooser__title .chooser__list__item__link:hover {
    background: 0 0
}

.chooser_color .chooser__list__item__link {
    color: #000
}

.chooser__list .chooser__list__item__link {
    background: url(/images/theme/default/chooser-list-style.png) 11px 13px no-repeat;
    color: #888;
    text-decoration: none;
    display: block;
    padding: 5px 9px 5px 25px;
    margin-bottom: 0 !important;
    outline: 0 !important;
    line-height: 20px;
    position: relative;
    z-index: 10
}

.c-menu, .c-rating__stars {
    font-size: 0;
    line-height: 0
}

.chooser__list .chooser__list__item__link:hover {
    background: url(/images/theme/default/chooser-list-style.png) 11px -283px no-repeat #11839a;
    cursor: pointer;
    color: #fff !important
}

.social {
    background: #eee;
    padding: 13px 20px 16px;
    margin-bottom: 10px
}

.social:last-of-type {
    margin-bottom: 0
}

.social-links_mbottom, .social__text {
    margin-bottom: 15px
}

.social__text {
    margin-top: 3px
}

.social-links {
    margin-top: 5px
}

.social-links_mleft {
    margin-left: 20px
}

.social-links_bg {
    background: #eee;
    border: 1px solid #dedede;
    padding: 9px 19px 5px;
    margin-right: -21px
}

.social-links__link {
    background: url(/images/theme/default/social-links.png?2) no-repeat;
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 7px
}

.social-links__link:last-child {
    margin-right: 0 l
}

.social-links__link_fb {
    background-position: 0 0
}

.social-links__link_gplus {
    background-position: -40px 0;
    width: 42px
}

.social-links__link_vk {
    background-position: -97px 0;
    width: 33px;
    position: relative;
    top: 1px
}

.social-links__link_ok {
    background-position: -146px 0
}

.social-links__link_tw {
    background-position: -177px 0
}

.offers-aside {
    background: #fef9dc;
    padding: 14px 19px 17px;
    margin-bottom: 10px
}

.breadcrumbs {
    padding: 9px 18px
}

.breadcrumbs__link, .breadcrumbs__link:active, .breadcrumbs__link:focus, .breadcrumbs__link:hover, .breadcrumbs__link:link, .breadcrumbs__link:visited {
    background: url(/images/theme/default/list-arrow-right.png) 100% 58% no-repeat;
    display: inline-block;
    padding-right: 9px;
    margin-right: 5px
}

.c-header {
    margin-bottom: 15px
}

.c-header_bottom {
    margin-bottom: 8px
}

.c-header_bottom-b {
    margin-bottom: 19px
}

.c-header_bottom-reset {
    margin-bottom: 0
}

.c-header-wrapper {
    padding: 17px 19px 21px
}

.c-header-wrapper_bottom {
    padding-bottom: 0
}

.c-header-wrapper_m-bottom {
    margin-bottom: -5px
}

.c-rating__stars {
    vertical-align: top;
    display: inline-table
}

.c-rating__stars__item {
    background: #c5c5c5;
    width: 20px;
    height: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    overflow: hidden;
    position: relative;
    display: inline-block;
    margin-left: 2px
}

.c-rating__stars__item__bg {
    background: #E6A601;
    height: 100%
}

.c-rating__stars__icon {
    background: url(/images/theme/default/white-star.png) 50% 50% no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0
}

.c-rating.page-rating {
    display: inline-block
}

.c-rating.page-rating .talpari__count, .c-rating.page-rating .talpari__rating {
    float: none;
    display: inline-block
}

.c-rating.page-rating .talpari__rating {
    position: relative;
    top: 2px
}

.c-rating.page-rating .talpari__count span {
    color: #202020
}

.page-rating-cont {
    background-color: #FEF7F0;
    padding: 10px 0;
    margin: 10px 0;
    width: 100%
}

.c-menu {
    background: #eee;
    display: table;
    width: 100%
}

.c-menu li {
    display: inline-block;
    position: relative
}

.c-menu li a:active, .c-menu li a:focus, .c-menu li a:hover, .c-menu li a:link, .c-menu li a:visited {
    color: #888;
    display: inline-block;
    padding: 5px 9px;
    -moz-transition: background .3s ease, color .3s ease;
    -webkit-transition: background .3s ease, color .3s ease;
    transition: background .3s ease, color .3s ease;
    font-size: 14px;
    line-height: 20px
}

.c-menu li a:hover, .c-menu li.active a {
    background: #888;
    color: #fff
}

.c-menu li.active a {
    cursor: default
}

.c-menu li ul {
    display: none;
    position: absolute;
    border: 1px solid #dedede;
    border-top-width: 2px;
    left: 0;
    z-index: 500
}

.c-menu li li, .c-menu li:hover ul {
    display: block
}

.c-menu li ul:after {
    content: '';
    width: 110%;
    border-top: 1px solid #fff;
    position: absolute;
    left: -2px;
    top: -2px
}

.c-menu li li {
    background: #eee;
    font-size: 14px;
    line-height: 14px;
    width: 150px
}

.c-menu li li a {
    background: #eee !important;
    display: block !important;
    color: #888 !important
}

.c-menu li li a:hover {
    background: #11839a !important;
    cursor: pointer;
    color: #fff !important
}

.c-main {
    border: 1px solid #dedede;
    border-left: 0;
    padding: 17px 20px 16px;
    margin-right: 20px
}

.c-main_bottom {
    margin-bottom: 21px
}

.c-main_r-reset {
    margin-right: 0
}

.c-main_expert {
    padding-top: 20px;
    padding-bottom: 20px
}

.c-logo {
    margin-right: 40px;
    height: 70px;
    line-height: 67px;
    display: block
}

.c-logo_height {
    height: auto
}

.c-logo_m-right-reset {
    margin-right: 0
}

.c-logo_br {
    border-right: 1px solid #dedede
}

.c-logo_pr {
    padding-right: 15px
}

.c-logo_pl {
    padding-left: 15px
}

.c-logo_s-height {
    height: 58px;
    line-height: 55px
}

.c-logo_mr {
    margin-right: 15px
}

.c-logo__image {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle
}

.aside-map img, .rev-types-w, .soc img, .soc-line img {
    vertical-align: top
}

.social-likes {
    width: 100px;
    height: 75px;
    margin-right: 21px
}

.c-contacts {
    margin-top: -3px
}

.c-contacts_pt {
    padding-top: 3px
}

.c-contacts__text {
    display: inline-block;
    margin-bottom: 4px
}

.small-title-group {
    padding: 14px 20px 0 18px
}

.small-title-group_p-left-reset {
    padding-left: 0
}

.small-title-group_p-right-reset {
    padding-right: 0
}

.small-title-group_p-top-reset {
    padding-top: 0
}

.small-title-group_possetter {
    width: 284px;
    padding-top: 5px
}

.small-title-group_m-bottom {
    margin-bottom: 15px
}

.small-title-group_bottom-s {
    margin-bottom: 12px
}

.checkbox_left {
    margin-left: 7px
}

.checkbox_bottom {
    margin-bottom: 5px
}

.checkbox_bottom-b {
    margin-bottom: 16px
}

.checkbox_top {
    margin-top: 5px
}

.checkbox_top-b {
    margin-top: 19px
}

.checkbox__item {
    display: none
}

.checkbox__label {
    background: url(/images/theme/default/checkbox.png) 0 2px no-repeat;
    padding-left: 25px;
    line-height: 20px !important;
    display: inline-block
}

.checkbox__label:hover {
    background-position: 0 -289px
}

.checkbox__item:checked + .checkbox__label, .checkbox__item:checked + .checkbox__label:hover {
    background-position: 0 -582px
}

.article-wrapper {
    padding: 0 22px 20px 20px
}

.article-wrapper2 {
    padding: 0 22px 20px 0;
    margin-right: 278px
}

.article-wrapper_padding {
    padding: 0
}

.article-wrapper_paddings {
    padding-right: 0;
    padding-left: 0
}

.c-article_marked, .c-article_sidepaddings {
    padding-left: 20px;
    padding-right: 20px
}

.event-w {
    padding-bottom: 18px;
    margin-bottom: 20px
}

.event-w:last-child, .event-w_noborder {
    border-bottom: 0
}

.event-w_nobpadding {
    padding-bottom: 0
}

.event-w article img {
    display: block;
    max-width: 100%;
    margin: 19px auto 35px
}

.event-w__left {
    float: left;
    width: 51%
}

.event-w__left_wa {
    width: auto
}

.event-w__right {
    float: right;
    width: 46%
}

.event-w__right_ml {
    margin-left: 15px
}

.c-article {
    border-bottom: 1px solid #dedede;
    padding-bottom: 21px;
    margin-bottom: 15px
}

.c-article:last-child, .c-article_border-r-without-last-border, .c-article_border-reset {
    border-bottom: 0
}

.c-article_marked {
    background: #fef9dc;
    border-bottom: 0;
    margin-bottom: 1px;
    margin-left: -20px;
    margin-right: -20px
}

.c-article_p-bottom {
    padding-bottom: 16px
}

.c-article_p-bottom-r {
    padding-bottom: 0
}

.c-article_m-r-last:last-child {
    margin-bottom: 0 !important
}

.c-article__lh {
    line-height: 24px
}

.company__right .c-article {
    margin-bottom: 20px
}

.c-article.c-article_m-bottom-b {
    margin-bottom: 25px
}

.c-article_marked .c-article__formark, .c-article_marked + .c-article .c-article__formark {
    height: 15px
}

.c-article__about {
    margin-top: 18px;
    margin-bottom: 4px
}

.c-article__about_top {
    margin-top: 0
}

.c-article_marked .c-article__about {
    margin-top: 0;
    padding-top: 18px
}

.c-article__about__type {
    width: 215px;
    color: #888;
    text-transform: uppercase
}

.c-article__about__cost {
    color: #888;
    margin-right: 58px
}

.c-article__image {
    max-width: 100%;
    margin-right: 20px
}

.c-article__image_right, .feedback__table__input-wrapper_mright {
    margin-right: 10px
}

.c-article__text {
    color: #888;
    margin-top: 6px;
    font-size: 16px;
    line-height: 22px
}

.c-article__text_top-bottom {
    margin-top: -3px;
    margin-bottom: 1px
}

.c-article__text_bottom {
    margin-bottom: 8px
}

.c-article__text_bottom:last-child {
    margin-bottom: -4px
}

.c-article__text_experts {
    margin-top: 9px;
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 14px
}

.arricles-sect .c-article {
    margin-bottom: 13px
}

.arricles-sect .c-article:last-child {
    margin-bottom: 25px
}

.c-article_border-reset:last-of-type {
    border-bottom: 1px solid #dedede;
    padding-bottom: 21px
}

.c-article__left {
    float: left;
    width: 110px
}

.c-article__right {
    margin-left: 120px
}

.c-article__amount {
    display: inline-block;
    margin-left: 15px
}

.c-article__overflow {
    overflow: hidden;
    max-height: 179px
}

.feedback_top {
    margin-top: 18px
}

.feedback__title {
    font-size: 24px;
    margin-bottom: 22px
}

.addbroker__table, .feedback__table {
    width: 79%;
    font-size: 16px
}

.addbroker__table {
    width: 95%
}

.feedback__table_firstchild .timepicker_left {
    width: 205px
}

.addbroker__table td, .feedback__table td {
    padding-bottom: 16px;
    line-height: 34px
}

.feedback__table td:first-child {
    width: 140px
}

.addbroker__table td:first-child {
    width: 200px
}

.feedback__table_firstchild td:first-child {
    width: 160px
}

.feedback__table_firstchild-long td:first-child {
    width: 180px
}

.feedback__table_fcw td:first-child {
    width: 75px
}

.feedback__table_width-full {
    width: 100%
}

.feedback__table_width-auto {
    width: auto
}

.feedback__table_width-long {
    width: 530px
}

.feedback__table_lastrow td {
    padding-bottom: 0
}

.feedback__table_lastrow td:first-child {
    padding-bottom: 15px
}

td.feedback__table__cell-bottom {
    padding-bottom: 36px
}

.feedback__table__input-wrapper {
    height: 30px;
    border: 1px solid #d9d9d9
}

.feedback__table__input-wrapper_width {
    width: 19%
}

.feedback__table__input-wrapper_width_sm {
    width: 28%
}

.feedback__table__input-wrapper_after {
    position: relative
}

.feedback__table__input-wrapper_after:after {
    content: 'РєРѕРґ СЃС‚СЂР°РЅС‹';
    width: 120%;
    position: absolute;
    left: 0;
    bottom: -100%;
    color: #888;
    font-size: 14px
}

.feedback__table__input-wrapper_after_content:after {
    content: 'РЅРѕРјРµСЂ С‚РµР»РµС„РѕРЅР°, РїСЂРёРјРµСЂ: 9039101515'
}

.feedback__table__input-wrapper_after_email:after {
    content: 'СѓРєР°Р·Р°РЅРЅС‹Р№ РїСЂРё СЂРµРіРёСЃС‚СЂР°С†РёРё'
}

.feedback__table__input-wrapper_before:before {
    content: '';
    width: 5px;
    position: absolute;
    top: 0;
    left: -15px;
    font-size: 16px
}

.feedback__table__input-wrapper_width-big {
    width: 77%
}

.feedback__table__input-wrapper_half {
    width: 48%
}

.feedback__table__input-wrapper_height {
    height: 28px
}

.feedback__table__input-wrapper_height .feedback__table__input.error, .feedback__table__input-wrapper_height .feedback__table__input:focus {
    height: 25px !important
}

.feedback__table__input {
    background: 0 0;
    border: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    outline: 0;
    color: #888;
    margin-left: 1px;
    -moz-transition: color .3s ease;
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
    font: 16px/32px 'PT Sans', Arial, Helvetica, sans-serif
}

.feedback__table__input:focus {
    border: 2px solid #4abfb0;
    outline: 0;
    position: relative;
    left: -2px;
    top: -2px;
    margin-bottom: -2px;
    -moz-transition: border-color .3s ease;
    -webkit-transition: border-color .3s ease;
    transition: border-color .3s ease;
    padding-top: 3px;
    height: 27px;
    color: #202020
}

.feedback__table__input:focus + label {
    position: relative;
    top: -13px
}

.feedback__table__input_width {
    width: 100%
}

.feedback__table__input_correct {
    background: url(/images/theme/default/correct.png) 95% 50% no-repeat
}

.feedback__table__input_correct.error, .feedback__table__input_correct.error-pass {
    background: 0 0
}

.feedback__table__input_nobg {
    background: 0 0 !important
}

.feedback__table__textarea-wrapper {
    margin-bottom: -12px;
    padding-right: 32px
}

.feedback__table__textarea {
    border: 1px solid #d9d9d9;
    width: 100%;
    resize: none;
    outline: 0;
    min-height: 150px;
    color: grey;
    font-family: 'Istok Web', sans-serif;
    padding: 0 32px 0 0
}

.feedback__table__textarea:hover {
    border: 2px solid #d9d9d9;
    position: relative;
    left: -1px;
    top: -1px;
    margin-bottom: 0
}

.feedback__table__textarea:focus {
    border: 2px solid #4abfb0;
    position: relative;
    left: -1px;
    top: -1px;
    margin-bottom: 0;
    -moz-transition: border .3s ease;
    -webkit-transition: border .3s ease;
    transition: border .3s ease
}

@media screen and (-ms-high-contrast: active),(-ms-high-contrast: none) {
    .feedback__table__input:hover {
        outline: 0
    }

    .feedback__table__textarea:hover {
        border: 1px solid #d9d9d9;
        left: 0;
        top: 0;
        margin-bottom: 0
    }

    .feedback__table__textarea:focus {
        border: 2px solid #4abfb0;
        position: relative;
        left: -1px;
        top: -1px;
        margin-bottom: 0
    }
}

.feedback__table__textarea_height {
    min-height: 165px
}

.feedback__table__textarea_correct {
    background: url(/images/theme/default/correct.png) 95% 10% no-repeat
}

.feedback__table__select-wrapper {
    line-height: 25px
}

.feedback__table__select-wrapper_width {
    width: 222px
}

.feedback__table__select-wrapper_width_wider {
    width: 322px
}

.feedback__table__select-wrapper_width-sm {
    width: 160px
}

.feedback__table__input-wrapper_width-m {
    width: 100px
}

.feedback__table__select {
    width: 100%
}

.feedback__table__required-inputs-title {
    display: block;
    line-height: 22px;
    margin-bottom: -8px
}

.feedback__table__postlabel {
    color: #888;
    margin-right: 5px
}

.feedback__error {
    color: #e22;
    line-height: 17px;
    margin-bottom: 5px;
    font-size: 12px;
    clear: both
}

.connects {
    border-bottom: 1px solid #dedede;
    margin-bottom: 15px;
    padding-bottom: 5px
}

.connects_top {
    margin-top: 24px
}

.connects:last-child {
    border-bottom: 0
}

.connects__left {
    float: left;
    width: 52%
}

.connects__right {
    float: right;
    width: 47%
}

.connect {
    margin-bottom: 9px
}

.connect__link, .connect__link:active, .connect__link:focus, .connect__link:hover, .connect__link:link, .connect__link:visited {
    padding-left: 25px;
    position: relative;
    margin-bottom: 5px;
    display: inline-block
}

.connect__text {
    color: #888;
    padding-left: 25px;
    padding-bottom: 6px
}

.phone {
    margin-bottom: 15px
}

.phone__number {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 3px
}

.phone__number_bottom {
    margin-bottom: 0
}

.phone__text {
    color: #888
}

.contact {
    width: 100%;
    border-bottom: 1px solid #dedede;
    padding-bottom: 1px;
    margin-bottom: 16px
}

.contact:last-child, .contact_border {
    border-bottom: 0
}

.contact_padding-b {
    padding-bottom: 15px
}

.add-line, .contact_border:last-of-type {
    border-bottom: 1px solid #dedede
}

.add-comment, .add-comment__text, .aside-map-w, .leader {
    border: 1px solid #dedede
}

.contact td:first-child {
    width: 219px
}

.contact__title {
    color: #888;
    text-transform: uppercase
}

.contacts__text {
    font-size: 16px;
    line-height: 22px
}

.icon-link, .icon-link:active, .icon-link:focus, .icon-link:hover, .icon-link:link, .icon-link:visited {
    margin-bottom: 15px;
    display: inline-block
}

.e-about_bottom {
    margin-bottom: 10px
}

.e-about__item {
    background: #eee;
    margin-bottom: 1px
}

.e-about__left {
    float: left;
    padding: 16px 18px 18px;
    width: 42%
}

.e-about__left_width {
    padding-right: 0;
    width: 41%
}

.e-about__left_width-a {
    width: auto
}

.e-about__right {
    float: right;
    padding: 16px 18px 18px;
    width: 33%
}

.e-about__time {
    font-weight: 700;
    margin-bottom: 9px;
    font-size: 16px
}

.e-about__time span {
    display: block;
    margin-bottom: 5px;
    color: #d36f0d
}

.e-about__rub {
    font-size: 16px;
    line-height: 20px;
    margin-left: 3px;
    position: relative;
    top: -3px
}

.e-about__bottom {
    display: inline-block;
    margin-top: 30px
}

.eType-label {
    font-weight: 700;
    padding-top: 10px
}

.leader {
    padding: 21px 20px 17px;
    margin-bottom: 1px
}

.leader_width {
    width: 250px
}

.leader_ml {
    margin-left: 20px
}

.leader_mb {
    margin-bottom: 14px
}

.leader__more {
    padding-top: 10px
}

.leader__toggle {
    position: relative;
    border-top: 1px solid #dedede;
    margin: 17px -20px -17px;
    padding: 8px 20px 10px
}

.aside-map-w {
    padding: 4px
}

.aside-map-w__address {
    padding: 11px 16px 15px
}

.add-line {
    padding-bottom: 20px;
    margin-bottom: 22px
}

.add-line__right {
    width: 46%;
    float: right
}

.add-line__link {
    margin-right: 20px
}

.add-line__link:last-child {
    margin-right: 0
}

.soc-line {
    width: 49%
}

.add-comment {
    background: #eee;
    padding: 17px 42px 17px 18px;
    position: relative
}

.add-comment:after {
    background: url(/images/theme/default/triangle-message.png) 95% 50% no-repeat;
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
    top: -11px;
    left: 17px
}

.add-comment__text {
    display: block;
    width: 100%;
    padding: 10px;
    resize: none;
    min-height: 68px;
    margin-bottom: 8px;
    color: #888;
    outline: 0;
    position: relative;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    font: 14px/20px 'PT Sans', Arial, Helvetica, sans-serif
}

.add-comment__text:focus {
    color: #202020;
    border-color: #11839a;
    box-shadow: 0 0 5px #11839a
}

.rev-types {
    margin-top: 15px;
    margin-bottom: 17px
}

.rev-types-w {
    display: inline-block;
    margin: 0 8px;
    width: 100px
}

.rev-types-w:first-child {
    margin-left: 0
}

.rev-types-w:last-child {
    margin-right: 0
}

.like, .like:active, .like:focus, .like:hover, .like:link, .like:visited {
    color: #888;
    display: inline-block;
    width: 15px;
    height: 28px;
    padding-left: 35px;
    border: 1px solid #dedede;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    line-height: 27px;
    -moz-transition: background .3s ease, border .3s ease;
    -webkit-transition: background .3s ease, border .3s ease;
    transition: background .3s ease, border .3s ease
}

.like:hover {
    background-color: #eee;
    border-color: #888
}

.like_left {
    margin-left: 7px
}

.like_like {
    background: url(/images/theme/default/like.png) 20% 33% no-repeat
}

.like_dislike {
    background: url(/images/theme/default/dislike.png) 20% 33% no-repeat
}

.company_bottom {
    margin-bottom: 10px
}

.company_border {
    border: 1px solid #dedede
}

.company:last-child .hr_tohide {
    display: none
}

.company__left {
    float: left;
    width: 33%
}

.company__right {
    float: right;
    width: 61%;
    padding-right: 20px
}

.company__right_top {
    padding-top: 14px
}

.company__right_title-mb > h2 {
    margin-bottom: 15px
}

.company__links {
    padding-bottom: 20px
}

.company-main {
    width: 100%;
    font-size: 16px;
    margin-top: -4px;
    margin-bottom: 11px
}

.company-main_bottom {
    margin-bottom: 5px
}

.pay, .soc {
    margin-bottom: 20px;
    padding-left: 20px
}

.company-main td {
    padding-bottom: 11px
}

.article-wrapper2 .company-main td {
    padding-bottom: 6px;
    padding-top: 5px;
    font-size: 14px
}

.company-main td:first-child {
    width: 149px;
    color: #888;
    font-size: 14px
}

.company-main_f-cell-width td:first-child {
    width: 230px;
    padding-right: 5px
}

.pay-item-w {
    width: 185px;
    margin-top: -4px
}

.pay-item, .pay-item:active, .pay-item:focus, .pay-item:hover, .pay-item:link, .pay-item:visited {
    width: 50px;
    height: 30px;
    display: inline-block;
    margin: 0 9px 4px 0;
    -moz-transition: box-shadow .3s ease;
    -webkit-transition: box-shadow .3s ease;
    transition: box-shadow .3s ease
}

.popup, .popup-bg {
    position: fixed;
    display: none
}

.pay-item-mini {
    zoom: .8
}

.pay-item {
    background: url(/images/theme/default/pay-sprite-1.png?2) no-repeat
}

.pay-item:hover {
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
    box-shadow: 0 0 5px rgba(0, 0, 0, .3)
}

.pay-item_visa {
    background-position: 0 0
}

.pay-item_mc {
    background-position: -65px 0
}

.pay-item_pp {
    background-position: -130px 0
}

.pay-item_yandex {
    background-position: 0 -40px
}

.pay-item_wm {
    background-position: -65px -40px
}

.pay-item_rbk {
    background-position: -130px -40px
}

.pay-item_mail {
    background-position: 0 -80px
}

.pay-item_im {
    background-position: -65px -80px
}

.pay-item_qiwi {
    background-position: -130px -80px
}

.pay-item_alfabank {
    background-position: 0 -120px
}

.pay-item_americanexpress {
    background-position: -65px -120px
}

.pay-item_bitcoin {
    background-position: -130px -120px
}

.pay-item_bpay {
    background-position: 0 -160px
}

.pay-item_cirrus {
    background-position: -65px -160px
}

.pay-item_cyberplat {
    background-position: -130px -160px
}

.pay-item_dinersclub {
    background-position: 0 -200px
}

.pay-item_easypay {
    background-position: -65px -200px
}

.pay-item_e-gold {
    background-position: -130px -200px
}

.pay-item_egopay {
    background-position: 0 -240px
}

.pay-item_elecsnet {
    background-position: -65px -240px
}

.pay-item_e-port {
    background-position: -130px -240px
}

.pay-item_flattr {
    background-position: 0 -280px
}

.pay-item_handybank {
    background-position: -65px -280px
}

.pay-item_imoneyua {
    background-position: -130px -280px
}

.pay-item_jcb {
    background-position: 0 -320px
}

.pay-item_liqpay {
    background-position: -65px -320px
}

.pay-item_maestro {
    background-position: -130px -320px
}

.pay-item_russianpost {
    background-position: 0 -360px
}

.pay-item_mobi-money {
    background-position: -65px -360px
}

.pay-item_moneta {
    background-position: -130px -360px
}

.pay-item_moneymail {
    background-position: 0 -400px
}

.pay-item_neteller {
    background-position: -65px -400px
}

.pay-item_payza {
    background-position: -130px -400px
}

.pay-item_pkb {
    background-position: 0 -440px
}

.pay-item_privatbankuaua {
    background-position: -65px -440px
}

.pay-item_raiffeisen {
    background-position: -130px -440px
}

.pay-item_rapida {
    background-position: 0 -480px
}

.pay-item_rubles {
    background-position: -65px -480px
}

.pay-item_sberbank {
    background-position: -130px -480px
}

.pay-item_skrill {
    background-position: 0 -520px
}

.pay-item_sms {
    background-position: -65px -520px
}

.pay-item_solidtrustpay {
    background-position: -130px -520px
}

.pay-item_ukash {
    background-position: 0 -560px
}

.pay-item_vtb {
    background-position: -65px -560px
}

.pay-item_walletone {
    background-position: -130px -560px
}

.pay-item_z-payment {
    background-position: 0 -600px
}

.pay-item_wu {
    background-position: -195px 0
}

.pay-item_wire_transfer {
    background-position: -195px -40px
}

.pay-item_unionpay {
    background-position: -195px -80px
}

.pay-item_tenpay {
    background-position: -195px -120px
}

.pay-item_perfect_money {
    background-position: -66px -680px
}

.pay-item_payease {
    background-position: -195px -200px
}

.pay-item_prepaid_mc {
    background-position: -195px -240px
}

.pay-item_debit_card {
    background-position: -195px -280px
}

.pay-item_credit_card {
    background-position: -195px -320px
}

.pay-item_china_pnr {
    background-position: -195px -360px
}

.pay-item_checks {
    background-position: -195px -400px
}

.pay-item_alipay {
    background-position: -195px -440px
}

.pay-item_99bill {
    background-position: -195px -480px
}

.pay-item_epayments {
    background-position: -195px -520px
}

.pay-item_fatpayment {
    background-position: -195px -560px
}

.pay-item_winpay {
    background-position: -65px -600px
}

.pay-item_latvijas_pasta_banka {
    background-position: -130px -600px
}

.pay-item_payonline {
    background-position: -195px -600px
}

.pay-item_chronopay {
    background-position: 0 -640px
}

.pay-item_mir {
    background-position: -65px -640px
}

.pay-item_astropay {
    background-position: -195px -640px
}

.pay-item_visa-master-jcb-cup {
    background-position: -195px -680px
}

.pay-item_qr-voucher {
    background-position: 0 -720px
}

.pay-item_local-bank {
    background-position: 0 -680px
}

.pay-item_sticpay {
    background-position: -130px -680px;
}

.last-up {
    padding-left: 20px
}

.last-up__item {
    margin-bottom: 20px
}

.add-review {
    width: 100%
}

.add-review td {
    padding-bottom: 14px
}

.add-review__first-cell {
    width: 158px
}

.add-review__second-cell {
    width: 155px
}

.add-review__third-cell, .your-rating {
    color: #888
}

.your-rating__item {
    background: 0 0;
    color: #888;
    border: 0;
    outline: 0;
    width: 7px
}

.footer {
    width: 950px;
    margin: 0 auto
}

.footer-wrapper {
    background: #eee;
    padding: 15px 19px;
    border-top: 1px solid #dedede
}

.ukit {
    background: url(/images/theme/default/ukit.png) no-repeat;
    float: right;
    width: 162px;
    color: #888;
    padding-left: 48px;
    margin-right: 20px;
    min-height: 40px
}

.ukit__link, .ukit__link:active, .ukit__link:focus, .ukit__link:hover, .ukit__link:link, .ukit__link:visited {
    color: #202020
}

.ukit__link:hover {
    color: #d36f0d
}

.copyright {
    color: #888
}

.popup-bg {
    background: rgba(255, 255, 255, .8);
    top: 0;
    bottom: 0;
    width: 100%;
    z-index: 100
}

.popup-bg_gray {
    background: rgba(0, 0, 0, .5)
}

.popup {
    z-index: 200;
    overflow: auto;
    top: 20%;
    left: 50%;
    transform: translateX(-50%) translateY(-20%);
    max-width: 100%
}

.fileform, .fileform #fileformlabel, .fileform .selectbutton {
    overflow: hidden;
    vertical-align: middle
}

.c-map {
    background: #fff;
    width: 867px;
    margin: 5% auto 0;
    padding: 12px 17px 13px;
    position: relative;
    border: 2px solid #b7dae1;
    -moz-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, .4)
}

.closer {
    background: url(/images/theme/default/closer.png) no-repeat;
    width: 13px;
    height: 13px;
    position: absolute;
    right: 23px;
    top: 18px;
    cursor: pointer
}

.c-map-w {
    margin-top: 21px
}

.c-map__item {
    display: inline-block;
    width: 427px;
    height: 400px
}

.ec-calendar-aside__inner, .ec-calendar-aside__inner:active, .ec-calendar-aside__inner:focus, .ec-calendar-aside__inner:hover, .ec-calendar-aside__inner:link, .ec-calendar-aside__inner:visited, a.undecorated {
    display: block
}

.c-map__item:first-child {
    margin-right: 6px
}

.c-map__item img {
    display: block;
    width: 100%;
    height: 100%
}

.auth-box {
    background: #fff;
    width: 270px;
    padding: 15px 35px 20px 20px;
    position: relative
}

.auth-box__social {
    background: #eee;
    padding: 17px 35px 20px 20px;
    margin: 15px -35px -20px -20px;
    border-top: 1px solid #dedede
}

.closer-auth {
    background: url(/images/theme/default/closer-compar.png) 100% 0 no-repeat;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 0;
    right: 0
}

.closer-auth:hover {
    background-position: 0 0
}

.ec-calendar-aside {
    border: 1px solid #dedede;
    margin-bottom: 10px;
    position: relative
}

.ec-calendar-aside:last-of-type {
    margin-bottom: 0
}

.ec-calendar-aside__top {
    background: url(/images/theme/default/ec-calendar-sidebar-top.png) no-repeat;
    width: 266px;
    height: 89px;
    padding: 10px 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.ec-calendar-aside__bottom {
    background: url(/images/theme/default/ec-calendar-sidebar-bottom.png) no-repeat;
    width: 266px;
    height: 68px;
    opacity: .86;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transition: opacity .3s ease;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.ec-calendar-aside__bottom-text {
    text-transform: uppercase;
    padding: 7px 10px;
    line-height: 18px;
    position: absolute;
    font-family: Roboto, Arial, Helvetica, sans-serif;
    font-weight: 700;
    top: 89px
}

.ec-calendar-aside__inner:hover .ec-calendar-aside__bottom {
    opacity: 1
}

.sticky-banner {
    position: fixed;
    bottom: 0
}

a.undecorated {
    color: #888;
    text-decoration: none;
    margin-bottom: 5px
}

.font13 {
    font-size: 13px
}

.padding-right-20 {
    padding-right: 20px
}

.ukit-wrppr {
    width: 240px
}

.ukit a {
    color: #51130d
}

.ukit__link {
    display: inline-block;
    float: left;
    position: relative;
    top: -20px;
    margin-left: 58px
}

.width-200 {
    width: 200px
}

.chooser__title h4 {
    display: inline;
    font-weight: 100
}

hr {
    border-style: none;
    border-bottom: 1px solid #DEDEDE
}

#element_to {
    padding: 5px;
    background-color: #999;
    background: rgba(0, 0, 0, .4);
    position: absolute;
    z-index: 1;
    display: block
}

#element_to .container {
    background-color: #fff;
    position: relative;
    width: 100%;
    height: 100%
}

#element_to .container .wrapper {
    padding: 20px
}

#element_to .element_to-close-ico {
    display: inline-block;
    width: 14px;
    height: 14px;
    line-height: 14px;
    vertical-align: text-top;
    background-image: url(/img/glyphicons-halflings.png);
    background-repeat: no-repeat;
    background-position: -312px 0;
    margin-top: -1px;
    cursor: pointer;
    position: absolute;
    right: 7px;
    top: 7px
}

#element_to .close-link {
    cursor: pointer;
    position: absolute;
    right: 12px;
    bottom: 12px;
    font-weight: 700
}

#element_to .container .content {
    margin: 20px
}

.justify {
    text-align: justify
}

.bmargin10 {
    margin-bottom: 10px !important
}

.under_nav_banner {
    max-width: 950px;
    margin: 0 auto 18px
}

.top_header_banner {
    max-width: 950px;
    margin: 5px auto 10px !important
}

.top_header_banner a img, top_header_banner a img {
    display: block
}

.brokergroups {
    position: absolute;
    bottom: 100px;
    display: none;
    min-width: 150px;
    left: 71px;
    top: 417px
}

.brokergroups .arrow {
    background: url(/images/theme/default/arrow.png);
    width: 150px;
    height: 180px;
    margin-bottom: 5px
}

.brokergroups .a_en_US {
    background: url(/images/theme/default/en/arrow.png)
}

.brokergroups .a_zh_CN {
    background: url(/images/theme/default/cn/arrow.png)
}

.brokergroups a {
    background-color: #eeeeef;
    color: #948889;
    padding: 3px 10px;
    font-size: 14px;
    display: table;
    margin-bottom: 5px
}

.brokergroups a.active, .brokergroups a:hover {
    background-color: #1c8399;
    color: #fff
}

.logo_eng {
    background: url(/images/logo_head.svg) no-repeat !important;
    width: 100%;
    max-width: 250px;
    background-size: contain !important;
}

.logo_cn {
    background: url(/images/theme/default/logo_cn.png) no-repeat !important;
    width: 219px
}

.logo_esp {
    background: url(/images/theme/default/logo_esp.png) no-repeat !important;
    width: 208px
}

.logo_in {
    background: url(/images/theme/default/logo_in.png) no-repeat !important;
    width: 207px
}

.pad20 {
    padding: 0 20px 20px
}

.broker-step {
    padding: 17px 22px 12px 42px !important;
    margin-bottom: 20px !important
}

.addbroker__table td .notice {
    color: #777;
    font-size: 12px;
    line-height: 13px;
    padding-top: 0;
    margin-top: 0
}

.groupbrokers-rollup {
    height: 265px;
    overflow: hidden
}

.toggle__groupbrokers {
    margin-left: 25px
}

.accounts_fininstrument ul li, .groupbrokers ul li {
    float: left;
    width: 300px;
    margin-right: 14px;
    background: 0 0 !important;
    padding-left: 0 !important
}

.fileform {
    background-color: #FFF;
    border: 1px solid #CCC;
    cursor: pointer;
    height: 26px;
    padding: 2px;
    position: relative;
    text-align: left
}

.fileform .selectbutton {
    background-color: #A2A3A3;
    border: 1px solid #939494;
    color: #FFF;
    float: right;
    font-size: 16px;
    height: 20px;
    line-height: 20px;
    padding: 2px 6px;
    text-align: center;
    width: 50px
}

.fileform .fileUpload {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    -moz-opacity: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    font-size: 150px;
    height: 30px;
    z-index: 20
}

.fileform #fileformlabel {
    background-color: #FFF;
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 2px;
    text-align: left
}

.addbroker__table .broker-logo {
    margin: 10px 0 0
}

.ui-widget-content:not(.ui-slider) {
    border: 0 !important;
    background: 0 0 !important
}

.ui-tabs-nav li {
    background: 0 0 !important;
    padding-left: 0 !important;
    float: left
}

.ui-widget-header:not(.ui-slider-range) {
    background: 0 0 !important;
    color: #ccc !important
}

.addbroker-tabs ul.tabs-navigator .ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: none !important;
    font-weight: 400 !important;
    background: #888 !important;
    color: #fff !important;
    cursor: default !important
}

.addbroker-tabs .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    border: none !important;
    font-weight: 400 !important
}

.addbroker-tabs ul.tabs-navigator li {
    background: #eee !important;
    font: 14px/20px 'PT Sans', Arial, Helvetica, sans-serif;
    color: #202020 !important;
    border-radius: 0;
    margin-bottom: 0 !important
}

.addbroker-tabs ul.tabs-navigator li a {
    padding: 5px 20px !important;
    border: none
}

.addbroker-tabs ul.tabs-navigator .ui-state-active a, .addbroker-tabs ul.tabs-navigator .ui-state-active a:link, .ui-state-active a:visited {
    color: #fff !important;
    cursor: default !important;
    text-decoration: none !important
}

.addbroker-tabs ul.tabs-navigator .ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
    color: #888;
    display: inline-block
}

.addbroker-tabs .ui-closable-tab {
    float: right;
    cursor: pointer
}

div.addbroker-tabs .ui-icon {
    background-image: url(images/ui-icons_ffffff_256x240.png)
}

.addbroker-tabs ul.tabs-navigator {
    margin-bottom: 20px
}

.addbroker-tabs ul.tabs-navigator li.tab-add {
    background: 0 0 !important;
    padding-top: 3px;
    margin-left: 10px;
    cursor: pointer !important
}

.addbroker-tabs ul.tabs-navigator li.tab-add span {
    padding: 0 !important;
    cursor: pointer !important
}

.addbroker-tabs .ui-state-focus, .addbroker-tabs .ui-state-focus a {
    outline: 0
}

.ui-autocomplete {
    position: absolute;
    top: -4px;
    left: 0;
    cursor: default !important;
    z-index: 1;
    background-color: #fff !important;
    border: 2px solid #4ABFB0 !important;
    border-top: 0 !important;
    list-style-type: none;
    max-height: 300px;
    overflow-y: scroll;
    overflow-x: hidden
}

.ui-autocomplete li {
    padding: 5px 7px
}

.ui-autocomplete li a {
    border: 0 !important
}

.feedback__table__textarea-wrapper textarea {
    padding: 5px;
    font-size: 14px
}

.brokergroups a.light_link {
    background-color: #fefbea;
    color: #d36f0d
}

.brokergroups a.light_link:hover {
    background-color: #d36f0d;
    color: #fefbea
}

#bottom-review-form {
    margin: -40px 20px 20px
}

.dialog-notitle.ui-widget-content {
    background: #fff !important
}

ul.nav__sitemap li {
    margin-right: 16px;
    position: relative;
    font-size: 16px
}

.nav__sitemap li li, .sitemap_content li {
    font-size: 12px
}

ul.nav__sitemap li a {
    font-weight: 700
}

.nav__sitemap li ul:first-child {
    margin-top: 10px
}

.nav__sitemap li ul:last-child {
    margin-bottom: 15px
}

ul.nav__sitemap li li a {
    font-weight: 400
}

.sitemap_content div {
    float: left;
    width: 280px;
    padding-right: 10px
}

.sitemap-popular-links h2, .sitemap_content h2 {
    color: #777
}

.sitemap_regulators {
    width: 170px !important;
    margin-bottom: 15px
}

.sitemap_regulators li {
    float: left;
    width: 80px
}

.sitemap-popular-links ul {
    width: 225px;
    float: left
}

.sitemap-popular-links li {
    width: 225px;
    font-size: 14px;
    float: none
}

.sitemap-popular-links {
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px #ddd solid;
    font-weight: 700
}

.desc_block {
    margin: -8px 0 0;
    padding-bottom: 16px
}

.selection_brokers {
    background: #efeff0;
    border: 1px solid #dedede;
    padding: 2px 0 0;
    position: relative
}

.selection_brokers .titl {
    color: #777;
    font-size: 16px;
    padding: 24px 26px 24px 22px
}

.selection_brokers .btn_show {
    display: inline-block;
    vertical-align: middle;
    width: 39px;
    height: 17px;
    position: relative;
    cursor: pointer;
    margin-left: 9px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

.selection_brokers .btn_show:after, .selection_brokers .btn_show:before {
    background: url(/images/theme/default/btn_show.png) no-repeat;
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 39px;
    height: 17px
}

.selection_brokers .btn_show:before {
    opacity: 1
}

.selection_brokers .btn_show:after {
    opacity: 0;
    background-position: 0 -17px
}

.selection_brokers .btn_show.active:before {
    opacity: 0
}

.selection_brokers .btn_show.active:after {
    opacity: 1
}

.titl .left {
    float: left
}

.titl .right {
    float: right
}

.ico_compare {
    position: relative;
    padding: 0 0 0 26px;
    line-height: 19px;
    color: #777;
    font-size: 16px
}

.ico_compare:before {
    width: 21px;
    height: 21px;
    content: '';
    background: url(/images/theme/default/icon_compare.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

.btn_clear {
    margin: 0 0 0 21px;
    padding: 10px 0
}

.btn_compare {
    position: absolute;
    left: 0;
    bottom: -11px;
    width: 100%;
    text-align: center
}

.btn_compare a {
    display: inline-block;
    vertical-align: top;
    padding: 0 18px;
    line-height: 23px;
    background: #4b9988;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.broker_frame, .broker_frame .image {
    border: 1px solid #dedede;
    position: relative
}

.btn_compare a:hover {
    background: #60CEB6
}

.clearfix:after {
    content: '';
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    font-size: 0;
    background: 0 0
}

.brokers_list {
    font-size: 0;
    margin: 0 7px 0 22px
}

.brokers_list .broker_item {
    padding: 4px 4px 5px 5px;
    display: inline-block;
    vertical-align: top;
    width: 20%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative
}

.brokers_list_frame {
    margin: -4px 0 -5px -5px
}

.broker_frame {
    background: #fff;
    padding: 5px 0 7px;
    min-height: 42px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.broker_frame .broker_name {
    margin: 0 0 0 17px;
    text-align: center;
    color: #11839a;
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    padding: 3px 0 0
}

.broker_frame .image {
    min-height: 62px;
    display: none;
    margin: 9px 19px 0 31px
}

.broker_frame .image img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    padding: 0 2px;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer
}

.active_img .broker_frame .image {
    display: block
}

.broker_frame .choose {
    position: absolute;
    left: 7px;
    top: 11px
}

.active_img .broker_frame .choose {
    top: 37px
}

.differences {
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 13px;
    width: 100%
}

.differences label.css-label {
    line-height: 16px;
    color: #11839a
}

.differences input[type=checkbox].css-checkbox + label.css-label:before {
    top: 1px
}

input[type=checkbox].css-checkbox {
    position: absolute;
    z-index: -1000;
    left: -1000px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0
}

input[type=checkbox].css-checkbox + label.css-label {
    display: inline-block;
    cursor: pointer;
    position: relative;
    min-height: 16px;
    padding-left: 21px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

input[type=checkbox].css-checkbox + label.css-label:before {
    content: '';
    background: url(/images/theme/default/check.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
    height: 16px
}

input[type=checkbox].css-checkbox:checked + label.css-label:before {
    background-position: 0 -16px
}

.selection_brokers .scroll-pane {
    height: 144px;
    overflow: auto
}

.selection_brokers .scroll-pane.active {
    height: 348px
}

.opacity td {
    text-indent: -999em
}

.jspDragBottom, .jspDragTop {
    width: 100%;
    height: 8px;
    position: absolute;
    left: 0;
    background: url(/images/theme/default/jsp.png) no-repeat
}

.jspDragTop {
    top: 0
}

.jspDragBottom {
    bottom: 0;
    background-position: 0 -8px
}

.compare_frame {
    margin-top: 30px
}

.first_block_compare {
    border: 1px solid #dedede;
    border-bottom: 1px solid #000;
    display: block;
    height: 136px;
    padding: 46px 7px 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    background: #fff
}

.compare_left {
    float: left;
    width: 228px
}

.compare_left h5 {
    min-height: 57px;
    line-height: 57px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 0 0 10px
}

.compare_frame table {
    border-collapse: 0;
    border-spacing: 0;
    width: 100%;
    border-bottom: 1px solid #dedede
}

.compare_frame table td {
    background: #fff;
    height: 57px;
    vertical-align: middle;
    padding: 0 10px;
    color: #777;
    font-size: 14px;
    border-top: 1px solid #dedede;
    line-height: 17px
}

.compare_frame table span {
    color: #11839a
}

.compare_frame table span:hover {
    color: #d36f0d
}

.compare_right {
    margin: 0 0 0 228px;
    position: relative;
    z-index: 100;
    overflow: hidden
}

.compare_left table td {
    border-right: 1px solid #dedede;
    border-left: 1px solid #dedede
}

.compare_right table td {
    border-right: 1px solid #dedede;
    text-align: center;
    padding: 0 5px;
    width: 215px
}

.compare_frame table.last_table {
    border-bottom: 0
}

.compare_frame table.last_table tr:last-child td {
    border-left: 0
}

.compare_frame table .inf_ {
    border-right: 0 !important;
    color: #000
}

.brokers_container_title {
    margin-top: 34px
}

.brokers_container_title .broker_item {
    padding: 14px 0 0;
    border-bottom: 1px solid #000;
    height: 136px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid #dedede;
    width: 226px;
    border-right: 1px solid #dedede;
    float: left;
    position: relative
}

.clean {
    position: absolute;
    right: 0;
    top: 0;
    width: 11px;
    height: 11px;
    background: #c5c5c5;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}

.clean:before {
    content: '';
    background: #fff;
    width: 6px;
    height: 1px;
    position: absolute;
    left: 3px;
    top: 5px
}

.clean:hover {
    background: #ec2327
}

.brokers_container_title .broker_item .image img {
    display: block;
    margin: 0 auto;
    border: 1px solid #dedede;
    width: 110px;
    height: 60px;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.link {
    text-align: center;
    margin-top: 10px
}

.link p, td .link {
    margin: 0
}

.link p {
    padding: 1px 0 0
}

td .link p {
    padding: 1px 0
}

.link a {
    display: inline-block;
    vertical-align: top;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    padding: 0 7px;
    line-height: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.link a.real {
    background: #4b9988
}

.link a.real:hover {
    background: #60CEB6
}

.link a.demo {
    background: #c5c5c5
}

.link a.demo:hover {
    background: #DEDEDE
}

.compare_frame .separator {
    display: block;
    height: 57px;
    margin: 4px 0px;
}

.w100 {
    float: left;
    width: 100%
}

.ico_no, .ico_yes {
    width: 12px;
    display: inline-block;
    font-size: 0
}

.ico_yes {
    height: 12px;
    background: url(/images/theme/default/ico_yes.png) no-repeat
}

.ico_no {
    height: 2px;
    background: #ff0005
}

.compare_frame .scroll-pane-v1 {
    overflow: auto
}

.jspHorizontalBar {
    bottom: auto;
    top: 0
}

.jspHorizontalBar .jspTrack {
    background: url(/images/theme/default/jspHorizontalBar_jspTrack.png) repeat-x;
    padding: 0 4px !important;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.jspHorizontalBar .jspTrack:after, .jspHorizontalBar .jspTrack:before {
    width: 4px;
    height: 14px;
    content: '';
    position: absolute;
    top: 0;
    z-index: 2
}

.jspHorizontalBar .jspTrack:before {
    left: 0;
    background: url(/images/theme/default/HorizontalBar_left.png) no-repeat
}

.jspHorizontalBar .jspTrack:after {
    right: 0;
    background: url(/images/theme/default/HorizontalBar_right.png) no-repeat
}

.jspHorizontalBar .jspDrag {
    background: #636363;
    height: 8px !important;
    top: 2px;
    z-index: 10;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.jspHorizontalBar .jspCap {
    position: absolute;
    top: 0;
    width: 8px;
    height: 14px;
    display: block;
    float: none;
    z-index: 5
}

.compare_frame .jspHorizontalBar .jspArrow {
    width: 6px !important;
    height: 9px !important;
    background: url(/images/theme/default/compare-arrow.png) no-repeat;
    z-index: 10
}

.compare_frame .jspHorizontalBar .jspArrowLeft {
    position: absolute;
    right: 10px;
    top: 1px;
    background-position: left -9px
}

.compare_frame .jspHorizontalBar .jspArrowRight {
    position: absolute;
    right: 2px;
    top: 1px;
    background-position: right -9px
}

.compare_frame .jspHorizontalBar .jspArrowLeft:hover {
    background-position: left 0
}

.compare_frame .jspHorizontalBar .jspArrowRight:hover {
    background-position: right 0
}

.ar_left, .ar_right {
    display: inline-block;
    vertical-align: middle;
    width: 6px;
    height: 9px;
    position: relative;
    margin: 0 4px
}

.compare_right .jspVerticalBar, .ui-dialog-titlebar-close .ui-icon-closethick {
    display: none
}

.ar_left:after, .ar_left:before, .ar_right:after, .ar_right:before {
    width: 6px;
    height: 9px;
    content: '';
    background: url(/images/theme/default/compare-arrow.png) no-repeat;
    position: absolute;
    left: 0;
    top: 0
}

.ar_left:before {
    opacity: 1;
    background-position: 0 -9px
}

.ar_left:after {
    opacity: 0;
    background-position: 0 0
}

.ar_right:before {
    opacity: 1;
    background-position: right -9px
}

.ar_right:after {
    opacity: 0;
    background-position: right 0
}

.ar_left:hover:before, .ar_right:hover:before {
    opacity: 0
}

.ar_left:hover:after, .ar_right:hover:after {
    opacity: 1
}

.jspScrollable {
    outline: 0
}

.scroll {
    background: #fff
}

.compare_right .scroll {
    z-index: 5 !important;
    width: auto !important;
    overflow: hidden
}

.clearLeftBlock, .clearRightBlock {
    top: 111px;
    z-index: 2011;
    background: #fff;
    position: absolute;
    bottom: 0
}

.ww {
    width: 680px !important
}

.clearRightBlock {
    right: 0;
    border-left: 1px solid #dedede
}

.clearLeftBlock {
    left: 1px;
    border-right: 1px solid #dedede
}

.jspHorizontalBar.is_stuck {
    left: 50% !important;
    margin-left: -227px !important;
    z-index: 1011
}

.scroll1.is_stuck {
    background: #fff;
    z-index: 1011
}

.scroll1-cont {
    padding-top: 34px
}

.scroll.is_stuck .brokers_container_title.clearfix {
    white-space: nowrap !important;
    width: 680px
}

.scroll.is_stuck .brokers_container_title.clearfix .broker_item {
    vertical-align: top !important
}

.scroll.is_stuck + div {
    width: 0 !important
}

.place-left, .place-right {
    position: absolute;
    height: 138px;
    width: 20px;
    top: -2px;
    background: #fff
}

.place-left {
    left: -21px
}

.place-right {
    right: -701px;
    width: 22px
}

#cap-row-size {
    width: 678px
}

.compare_right .jspPane {
    margin-left: 0 !important;
    top: 0 !important
}

.selection_brokers .scroll-pane.active .jspContainer, .selection_brokers .scroll-pane.active .jspTrack {
    height: 348px !important
}

@media only screen and (max-width: 1000px) {
    .clearLeftBlock, .clearRightBlock {
        display: none
    }
}

.article-wrapper2 .more {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 220px;
    background: url(/images/theme/default/more-arrow.png) 0 9px no-repeat;
    padding-left: 10px
}

.article-wrapper2 .more.closed {
    white-space: nowrap;
    cursor: pointer;
    height: 20px
}

.article-wrapper2 .company__right_title-mb > h2 {
    padding-right: 10px
}

.article-wrapper2 table div {
    margin-bottom: 5px
}

.article-wrapper2 table div.margin-left {
    margin-left: 20px
}

.article-wrapper2 table div .gray {
    color: #777
}

.article-wrapper2 table .icon {
    margin-bottom: -2px
}

.article-wrapper2 table .line {
    height: 11px;
    border-bottom: 1px solid #D36F0D;
    margin-bottom: 14px
}

.article-wrapper2 table .line .one {
    display: block;
    float: left;
    background: #fff;
    padding-right: 5px
}

.article-wrapper2 table .line .two {
    display: block;
    float: right;
    background: #fff;
    padding-left: 5px;
    padding-right: 55px
}

.article-wrapper2 .company-main_f-cell-width td:first-child {
    width: 160px
}

.brokerpagemenu-broker-reviews {
    position: absolute;
    right: 20px;
    margin-top: -15px
}

.brokerpagemenu-broker-reviews a {
    font-size: 14px;
    color: #fff;
    padding: 6px 20px 6px 40px;
    background: url(/images/theme/default/reviews-top.png) 15px 50% no-repeat #4B9988
}

.tabs-bottom-text {
    margin: 20px 0 50px;
    color: #888
}

.tabs-bottom-text div {
    margin-bottom: 5px;
    padding-left: 22px
}

.tabs-bottom-div-1 {
    background: url(/images/theme/default/tabs-bottom-1.png) 0 50% no-repeat
}

.tabs-bottom-div-2 {
    background: url(/images/theme/default/tabs-bottom-2.png) 0 50% no-repeat
}

.tabs-bottom-div-3 {
    background: url(/images/theme/default/tabs-bottom-3.png) 0 50% no-repeat
}

td.bonus-block {
    position: relative
}

td.bonus-block .tooltip-bonus {
    border: 1px solid #E6E1DE;
    padding: 5px;
    color: #898F8F;
    font-size: 14px;
    line-height: 14px;
    width: 200px;
    text-align: left;
    position: absolute;
    left: 50px;
    top: -5px;
    display: none
}

td.bonus-block:hover .tooltip-bonus {
    display: block
}

.range-slider.ui-widget-content {
    background: url(/images/theme/default/ui-slider-bg-grey.png) repeat-x
}

.com_right_table .td-with-drop {
    position: relative
}

.com_right_table .drop-item.payments {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background-color: red;
    z-index: 20;
    min-width: 170px
}

.com_right_table .td-with-drop:hover .drop-item.payments {
    display: block
}

.com_right_table .drop-item.payments .drop-item__cont {
    position: relative;
    background: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .4);
    padding: 3px 15px 15px;
    text-align: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.com_right_table .drop-item.payments .drop-item__title {
    font-size: 14px !important;
    line-height: 16px;
    color: #000;
    padding: 5px 0 0 !important;
    white-space: nowrap;
    margin-bottom: 10px !important
}

.com_right_table .drop-item.payments .drop-item__cont:before {
    border: 7px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    left: 50%;
    top: -18px;
    content: '';
    margin-left: -9px
}

.com_right_table .drop-item.payments .list-item {
    position: relative;
    margin-bottom: -4px;
    display: block
}

.com_right_table .drop-item.payments .list-item__item {
    vertical-align: top;
    margin-right: -5px;
    padding: 2px 10px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    white-space: nowrap;
    background: 0 0 !important;
    min-width: 150px;
    display: inline-block
}

.com_right_table .drop-item.payments .list-item a {
    display: block
}

.com_right_table .drop-item.payments .list-item__icon {
    display: inline-block;
    vertical-align: top;
    width: 38px;
    z-index: 2
}

.com_right_table .drop-item.payments .list-item__icon img {
    width: 100%;
    display: block
}

.com_right_table .drop-item.payments .list-item__name {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
    margin-left: -44px;
    font-size: 12px;
    line-height: 16px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 4px 0 0 48px
}

.com_right_table .td-with-drop__btn-drop {
    background: url(/images/theme/default/marker_drop.png) right bottom no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: block;
    width: 14px;
    height: 14px
}

a.button_promo_proposal {
    display: block !important;
    margin-top: 10px
}

.sub-header-content ul {
    margin-left: 30px
}

h2#subHeaderTitle {
    margin-bottom: 10px
}

.broker_box {
    border: 1px solid #dedede;
    padding: 10px 10px 10px 23px;
    margin: 8px 0 15px
}

.bloker_box_logo {
    float: left;
    width: 106px
}

.bloker_box_logo img {
    display: block;
    max-width: 106px
}

.broker_box_btn {
    float: left;
    padding: 13px 0 0 32px;
    width: 490px
}

.link_goto, .link_testimonials {
    color: #11839a;
    font-size: 14px;
    line-height: 15px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin: 0 12px 17px 23px
}

.link_goto span, .link_testimonials span {
    background: url(/images/theme/default/goto-icon.png) no-repeat;
    height: 16px;
    width: 16px;
    position: absolute;
    top: 0;
    left: -23px;
    content: '';
    display: block
}

.link_testimonials span {
    background: url(/images/theme/default/testimonials-icon.png) no-repeat
}

.broker_box_btn .button {
    margin-right: 3px
}

.social_box {
    float: right;
    padding: 18px 0 0;
    width: 192px;
    box-sizing: border-box
}

.social_box > span {
    color: #777;
    font-size: 14px;
    line-height: 15px;
    display: block;
    padding: 0 0 9px
}

.social_icons img {
    display: block
}

.social_icons a {
    display: inline-block;
    vertical-align: top;
    margin: 0 2px 0 0
}

.reg-cont {
    margin: 20px
}

.reg-cont .soc-regs {
    text-align: center;
    padding: 10px;
    background: #eee;
    margin: 20px 0
}

.reg-cont p {
    font-size: 16px
}

.reg-form-cont {
    margin-top: 20px
}

.reg-form-cont div.reg-form-inputs {
    background: #eee;
    padding: 30px 10px 10px;
    margin-bottom: 15px
}

.reg-form-cont form div.reg-form-inputs > div {
    margin: 0 auto 20px;
    width: 440px
}

.reg-form-cont form div.reg-form-inputs > div label {
    width: 60px;
    display: inline-block;
    font-size: 16px
}

.reg-form-cont form div.reg-form-inputs > div > div {
    display: inline-block;
    max-width: 350px
}

.reg-form-cont form div.reg-form-inputs > div input {
    width: 100%;
    max-width: 300px;
    border: 1px solid #D9D9D9;
    background: #fff;
    height: 30px;
    padding: 0 10px 3px;
    font: 16px/32px 'PT Sans', Arial, Helvetica, sans-serif;
    outline: 0
}

.over-header__pair a, .over-header__time {
    font-family: "PT Sans", sans-serif;
    text-transform: uppercase
}

.reg-form-cont form div.reg-form-inputs > div input:focus {
    height: 28px;
    padding: 0 10px 3px;
    position: static;
    border: 2px solid #4abfb0;
    outline: 0
}

.reg-form-cont form div.reg-form-inputs > div p {
    margin: 5px 0 0 65px !important;
    color: #7F7F7F
}

.reg-form-cont form div.reg-form-inputs > div.checkbox label {
    width: 100%
}

.reg-form-cont form > div.checkbox {
    margin-left: 125px
}

.reg-form-cont .register-submit {
    text-align: center;
    margin: 20px 0
}

.reg-form-inputs ul.feedback__error {
    margin-left: 65px
}

.reg-cont .success-message {
    color: #4B9988;
    font-weight: 700
}

.chooser:hover ul.chooser__list {
    display: block
}

.after-content img {
    padding: 0 10px 10px 0
}

/* .article-wrapper p{font-size:14px} */
.trview-cont div {
    overflow-y: hidden
}

div#facebookDiv {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 0;
    z-index: 2012;
    text-align: center;
    padding: 20px 0 25px;
    border-top: 4px solid #4B9988;
    background: #fff
}

div#facebookDiv > span {
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 1.5em
}

.youtube-intext iframe {
    margin-right: 10px
}

.youtube-intext + p:after {
    content: '';
    display: block;
    clear: both
}

article.press-release-cont img {
    max-width: 100%;
    height: auto !important
}

article.press-release-cont p {
    margin-bottom: 10px !important
}

article.press-release-cont p img {
    margin: 5px 0
}

article.press-release-cont table {
    border-color: #DEDEDE
}

article.press-release-cont table td {
    padding: 2px
}

article.press-release-cont .img-cont {
    display: inline-block;
    margin: 5px
}

p.article-source {
    margin-top: 30px;
    margin-bottom: 0;
    font-style: italic;
    font-size: 12px
}

.pay-item.hidden {
    display: none !important
}

.header-block {
    width: 100%;
    display: flex;
    flex-wrap: wrap
}

.over-header {
    order: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    background-color: #efefef;
    height: 32px;
    position: relative
}

.header {
    order: 2;
    width: 100%
}

.over-header__pairs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 86%
}

.over-header__pair {
    padding: 6px 0;
    box-sizing: border-box;
    min-width: 97px !important
}

.over-header__pair a {
    font-size: 14px;
    font-weight: 400;
    color: #11839a;
    transition: all .1s linear;
    padding: 0 19px;
    width: 100%;
    display: block;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer
}

.over-header__pair:not(:last-child) a {
    border-right: 1px solid #dedede
}

.over-header__pair a:hover {
    color: #d36f0d
}

.over-header .next-arrow, .over-header .prev-arrow {
    display: none
}

.over-header .slick-next.slick-arrow, .over-header .slick-prev.slick-arrow {
    position: relative;
    border: none;
    background: 0 0;
    font-size: 0
}

.over-header__time {
    padding: 10px 17px;
    background: url(/img/header-clock-icon.png) left center no-repeat;
    color: #565656;
    font-size: 14px;
    font-weight: 700
}

.logo {
    background: url(/img/logo-n.png) no-repeat
}

.language__flag {
    background: url(/img/list-arrow-bottom.png) 80% 50% no-repeat
}

.form__social a.vk {
    background: url(/img/talpari__ico20.png) center top no-repeat
}

.form__social a.fb {
    background: url(/img/talpari__ico19.png) center top no-repeat
}

.form__social a.gplus {
    background: url(/img/talpari__ico18.png) center top no-repeat
}

.form__social a.tw {
    background: url(/img/talpari__ico26.png) center top no-repeat
}

.search__submit {
    background: url(/img/search-zoom.png) no-repeat
}

.width50 {
    display: inline-block;
    width: 48.5%;
    vertical-align: top
}

.width50 + .width50 {
    margin-left: 2%
}

@media screen and (max-width: 960px) {
    .header__form #nav-icon3 {
        top: 47px
    }
}

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

@media screen and (max-width: 860px) {
    .over-header {
        flex-wrap: wrap;
        height: 100%
    }

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

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

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

@media screen and (max-width: 768px) {
    .header__form #nav-icon3 {
        top: 17px
    }

    .over-header {
        order: 2;
        height: 36px
    }

    .header {
        order: 1
    }

    .bmargin10 {
        margin-bottom: 0 !important
    }

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

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

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

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

    .over-header .prev-arrow:before {
        content: '\f104'
    }

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

    .over-header .next-arrow:before {
        content: '\f105'
    }

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

    .width50 {
        width: 100%
    }

    .width50 + .width50 {
        margin-left: 0
    }

    .btn-reg {
        padding: 10px 20px;
        font-size: 14px;
    }
    .title-form {
        font-size: 18px;
    }
}

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

/* END part 1 */
/* part 2 */
.buttons-select-filter, .talpari__contact__bottom .talpari__support, .talpari__pay, .talpari__pay + .last-up {
    display: none
}

.nav2, .nav2 ul li {
    position: relative
}

.list-link a:after, .talpari__show-all:after, .talpari__support ul li:after {
    content: ''
}

.addcom textarea:focus, .select__wrap select:focus, .talpari__addcomments textarea:focus {
    outline: 0
}

.nav2 ul, .submnu, .talpari__support ul {
    list-style-type: none
}

.drop-filter {
    left: -475px;
    padding-bottom: 0;
    bottom: 38px
}

.drop-filter-list__item {
    padding: 0;
    line-height: 1.5
}

.drop-filter a.light_link {
    margin-left: -169px;
    bottom: 13px
}

.cell__tooltip .drop-settings__title:before {
    background: url(/img/talpari__ico16.png) left top no-repeat;
    width: 18px;
    height: 16px
}

.talpari + .breadcrumbs {
    border-top: 1px solid #DEDEDE;
    border-left: 1px solid #DEDEDE;
    border-right: 1px solid #DEDEDE
}

.talpari {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 2px 10px;
    margin-bottom: 29px;
    margin-top: 30px
}

.custom__box {
    border: 1px solid #DEDEDE
}

.article-wrapper3 .soc {
    padding-top: 10px
}

.talpari__name {
    color: #11839a
}

.talpari__site {
    color: #11839a;
    padding-right: 77px
}

.talpari__site span {
    color: #888
}

.talpari__btn-gray, .talpari__btn-green {
    color: #fff !important;
    display: inline-block;
    height: 29px;
    width: 120px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px
}

.talpari__buttons {
    padding-right: 56px
}

.talpari__btn-green {
    background: #4B9988;
    transition: all .3s !important
}

.talpari__btn-gray {
    background: #C5C5C5;
    transition: all .4s !important
}

.talpari__btn-green:hover {
    background: #59b7a2
}

.talpari__btn-gray:hover {
    background: #aaa
}

.talpari__fedback a {
    color: #11839a;
    padding-left: 10px
}

.alpari__left-button a:first-child, .alpari__left-button a:last-child {
    color: #fff !important;
    height: 29px;
    width: 120px;
    border-radius: 5px;
    padding-top: 5px;
    display: inline-block;
    box-sizing: border-box;
    text-align: center
}

.alpari__left-button a:first-child {
    background: #4B9988;
    transition: all .3s !important;
    margin-bottom: 8px
}

.alpari__left-button a:last-child {
    background: #C5C5C5;
    transition: all .4s !important
}

.talpari__name {
    padding-right: 48px
}

.talpari__logo {
    padding-right: 53px;
    transform: translateY(4px)
}

.alpari__left-button {
    text-align: center;
    padding: 15px
}

.alpari__left-button a:first-child:hover {
    background: #59b7a2
}

.alpari__left-button a:last-child:hover {
    background: #aaa
}

.talpari__rating {
    float: right;
    padding-top: 3px
}

.talpari__rating span {
    display: inline-block;
    margin-left: -1px;
    width: 17px;
    height: 16px;
    background: url(/img/alpari__stars.png) no-repeat;
    cursor: pointer
}

.talpari__rating span:first-child {
    margin-left: 10px
}

.talpari__rating span.disable {
    background-position: -17px 0
}

.c-header-wrapper2 {
    padding: 17px 19px 1px 18px
}

.c-header-wrapper2 h1 {
    margin-bottom: 20px
}

.article-wrapper3 .company__left {
    width: 34%
}

.article-wrapper3 .c-contacts a {
    width: 120px;
    box-sizing: border-box;
    padding: 0;
    height: 30px;
    line-height: 30px;
    display: inline-block
}

.article-wrapper3 .c-contacts a:first-child {
    margin-bottom: 8px
}

.article-wrapper3 .company__right {
    margin-top: -5px;
    width: 63%;
    padding: 0 20px 0 0;
    box-sizing: border-box
}

.nav2 {
    background-color: #3D98AB
}

.nav2 ul {
    padding: 0 10px
}

.nav2 ul li {
    display: inline-block
}

.nav2 ul li a {
    color: #fff;
    transition: all .2s;
    display: inline-block;
    box-sizing: border-box;
    border-bottom: 3px solid transparent;
    padding: 5px 8px
}

.nav2 > ul li a.active__link, .nav2 > ul li a:hover {
    background-color: #51A3B4;
    border-bottom: 3px solid #2990A4
}

.nav2 .secondlvl {
    background-color: #F6F6F6;
    border: 1px solid #dedede;
    padding: 0;
    z-index: 2;
    transition: all .4s;
    box-sizing: border-box;
    width: 235px
}

.nav2 .secondlvl div a {
    color: #000;
    display: inline-block;
    padding: 5px 0 5px 12px;
    width: 100%
}

.nav2 .secondlvl div a:hover {
    color: #d36f0d !important
}

.list-link a:hover:after {
    background: url(/img/talpari__ico23.png) no-repeat
}

.nav2 .secondlvl > div:hover {
    background-color: #E6E7E8
}

.nav2 .secondlvl > div {
    display: block;
    border-bottom: 1px solid #dedede;
    padding-right: 15px;
    position: relative
}

.nav2 .secondlvl a:hover, .nav2 .secondlvl-item div a:hover {
    background-color: transparent;
    border-color: transparent
}

.nav2 .secondlvl a:hover {
    color: #d36f0d
}

.secondlvl-item {
    margin-bottom: 35px
}

.nav2 .secondlvl-item div a {
    color: #000;
    padding-left: 0;
    padding-right: 0
}

.secondlvl-wr {
    background-color: #fff;
    width: 440px;
    position: absolute;
    top: 0;
    height: auto;
    left: 100%;
    box-shadow: 3px 2px 6px 0 rgba(0, 0, 0, .24)
}

.menu__second, .menu__three {
    box-shadow: 0 0 6px 0 rgba(0, 0, 0, .24);
    z-index: 1100
}

.nav2 ul li:nth-child(5) .secondlvl-wr, .nav2 ul li:nth-child(6) .secondlvl-wr, .nav2 ul li:nth-child(7) .secondlvl-wr, .nav2 ul li:nth-child(8) .secondlvl-wr, .nav2 ul li:nth-child(9) .secondlvl-wr {
    left: auto;
    right: 100%
}

.secondlvl-wr .list-link {
    position: absolute;
    bottom: 8px;
    right: 74px
}

.list-link a {
    color: #11839a !important;
    font-size: 12px;
    position: relative
}

.list-link a:after {
    position: absolute;
    top: 6px;
    left: -10px;
    width: 17px;
    height: 17px;
    background: url(/img/talpari__ico21.png) no-repeat
}

.list-link span {
    display: inline-block;
    border: 1px solid #15859C;
    width: 17px;
    height: 17px
}

.secondlvl-col {
    width: 50%;
    padding: 5px 15px 15px;
    float: left;
    box-sizing: border-box;
    height: 100%
}

.secondlvl-item div a {
    display: inline-block;
    padding: 5px 0
}

.menu__three, .menu__three + .mobile__category {
    display: none
}

.secondlvl-item div {
    border-bottom: 1px solid #dedede
}

.secondlvl-item div:hover a {
    color: #d36f0d
}

.menu__second {
    position: relative;
    position: absolute;
    top: 100%;
    left: 0;
    display: none
}

.menu__three {
    position: relative;
    position: absolute;
    top: 0;
    left: 99%
}

.secondlvl > div:hover a + .menu__three {
    display: block
}

.article-wrapper3 .company__right_title-mb > h2 {
    margin-bottom: 7px
}

.c-main2 {
    padding: 17px 20px 11px
}

.article-wrapper3 .c-contacts {
    text-align: center
}

.talpari__button-print {
    width: 100%;
    position: static;
    margin-bottom: 11px;
    box-sizing: border-box
}

.talpari__button-print a {
    display: inline-block;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    box-sizing: border-box;
    background: #4B9988
}

.talpari__sidebar {
    padding: 0 !important
}

.talpari__sidebar .title {
    background: #eee;
    padding: 5px 8px
}

.talpari__sidebar li {
    padding-left: 30px;
    background-position: 10px center;
    border-bottom: 1px solid #eee;
    padding-bottom: 3px;
    margin-bottom: 0
}

.talpari__sidebar li:last-child {
    border: none
}

.talpari__sidebar .popular__list {
    margin-top: 0
}

.talpari__suppor-head {
    text-transform: uppercase;
    padding: 8px;
    background: #eee
}

.talpari__support {
    border: 1px solid #eee
}

.talpari__support ul {
    padding: 7px 0;
    box-sizing: border-box
}

.talpari__support ul a {
    color: #000
}

.talpari__support ul li {
    padding: 4px 0 4px 42px;
    background: 0 0;
    position: relative
}

.talpari__support ul li:after {
    position: absolute;
    top: 48%;
    transform: translate(0, -50%);
    left: 12px;
    width: 22px;
    height: 17px;
    background: url(/img/talpari__ico1.png) center top no-repeat
}

.talpari__support ul li:nth-child(2):after {
    width: 18px;
    height: 18px;
    left: 16px;
    background-image: url(/img/talpari__ico2.png)
}

.talpari__support ul li:nth-child(3):after {
    width: 11px;
    height: 17px;
    left: 18px;
    background-image: url(/img/talpari__ico3.png)
}

.talpari__show-all {
    color: #11839a;
    position: relative;
    padding-left: 15px
}

.talpari__show-all:after {
    position: absolute;
    top: 7px;
    left: 4px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0;
    border-color: #D36F0D transparent transparent
}

.talpari__links {
    text-align: center;
    padding: 10px 120px 28px
}

.talpari__links a {
    color: #11839a
}

.talpari__article {
    padding: 23px 20px;
    margin-bottom: 30px;
    border: 1px solid #dedede
}

.talpari__bills {
    margin: 30px 0;
    padding: 0 20px 20px;
    border: 1px solid #dedede;
    position: relative
}

.talpari__bills .js-tabs {
    width: 400px;
    margin-left: 221px
}

.talpari__bills table .line {
    height: 11px;
    border-bottom: 1px solid #D36F0D
}

.talpari__menu-ico:after, .trading-block-couple:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 3.5px 0;
    border-color: #D36F0D transparent transparent;
    content: ''
}

.talpari__bills .rightcol3 {
    position: absolute;
    top: 115px;
    right: 20px;
    margin-top: 0
}

.talpari__bills .talpari__menu1 div {
    margin: 0;
    color: #000
}

.talpari__menu-ico {
    position: relative;
    cursor: pointer
}

.talpari__menu-ico:after {
    position: absolute;
    top: 6px;
    left: -11px
}

.trading-block-couple {
    color: #000;
    position: relative
}

.trading-block-couple:after {
    position: absolute;
    top: 8px;
    right: 15px
}

.trading-block-couple-content > div {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.trading-block-couple-content > div span {
    width: 40%;
    color: #777;
    text-align: center
}

.talpari__bills .tabs__list__item {
    font-size: 16px
}

.talpari__bills .tabs__contents {
    margin-top: 15px
}

.next__line2 {
    padding-left: 15px
}

.talpari__bills .tabs ul.many {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.25
}

.talpari__bills table .line {
    margin-bottom: 10px
}

.next__line2 p {
    margin: 0;
    padding-top: 10px
}

.next__line p {
    margin: 0;
    font-size: 14px;
    padding-top: 7px
}

.talpari__bills .tabs-bottom-text {
    width: 400px;
    margin: 0 0 0 221px;
    padding-top: 13px;
    padding-bottom: 0
}

.talpari__bills .rightcol3 {
    width: 258px
}

.talpari__bills .popular__list__item {
    margin-bottom: 3px
}

.talpari__bills .title-noconflict.title_normal.title_bottom.title_right.in-block {
    padding-top: 25px;
    padding-bottom: 18px
}

.select__wrap {
    position: relative;
    width: 92px;
    height: 29px;
    background: 0 0;
    z-index: 3
}

.select__wrap:after {
    content: '';
    position: absolute;
    top: 1px;
    right: 1px;
    height: 27px;
    width: 20px;
    background-color: #f2f2f2;
    z-index: 1
}

.select__wrap:before {
    border-top: 7px solid #5b5b5b;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    position: absolute;
    top: 50%;
    right: 6px;
    transform: translate(0, -50%);
    cursor: pointer;
    z-index: 2;
    content: '';
    height: 0;
    width: 0
}

.select__wrap select option:focus {
    outline: 0;
    border: none;
    box-shadow: none
}

.cell__tooltip .drop-settings {
    position: absolute;
    top: -8px;
    left: 67px;
    display: none;
    transition: all .3s
}

.cell__tooltip .drop-settings.active {
    display: block
}

.select__wrap select {
    border: 1px solid #DEDEDE;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 9px;
    width: 100%;
    height: 100%;
    color: #777;
    display: inline-block;
    background: 0 0;
    position: relative;
    z-index: 2
}

.talpari__bills .sidebar.sidebar_r-padding.sidebar_b-padding {
    padding: 0
}

.talpari__bills .rightcol3 li {
    border-bottom: 1px solid #eee;
    padding-left: 30px;
    background-position: 10px center
}

.talpari__bills .rightcol3 li:last-child {
    border-bottom: none
}

.talparitab {
    border: 1px solid #dedede;
    margin-bottom: 30px
}

.talparitab__first {
    padding: 25px 20px 24px
}

.talparitab__trird {
    padding: 13px 20px 24px
}

.talparitab td {
    border: 1px solid #DEDEDE;
    height: 50px;
    vertical-align: middle;
    color: #777;
    line-height: 1.2;
    width: 11.11%;
    box-sizing: border-box
}

.talparitab td i:hover {
    background-image: url(/img/talpari__ico25.png)
}

.talparitab td i {
    display: inline-block;
    cursor: pointer;
    width: 14px;
    height: 13px;
    margin-top: 5px;
    transform: translateY(2px);
    padding-right: 7px;
    background: url(/img/talpari__ico4.png) center top no-repeat;
    transition: all .4s
}

.cell__tooltip .drop-settings__cont {
    padding: 13px 13px 14px
}

.cell__tooltip .drop-settings__title {
    padding-left: 26px;
    padding-top: 2px
}

.cell__tooltip .select_box_filter {
    margin-top: 15px
}

.talparitab td > div {
    font-size: 12px;
    color: #000;
    position: relative;
    display: inline-block
}

.talparitab td span {
    font-size: 14px;
    color: #888
}

.talparitab table {
    width: 100%;
    border-collapse: collapse;
    text-align: center
}

.talparitab tbody tr:nth-child(1) td:nth-child(1) {
    border: none;
    background-color: transparent
}

.talparitab tbody tr:nth-child(2) td:nth-child(1), .talparitab tbody tr:nth-child(3) td:nth-child(1) {
    background-color: #FFF7EF
}

.talparitab tbody tr:nth-child(1) td {
    background-color: #eee;
    color: #000
}

.talparitab__header {
    font-weight: 400
}

.talparitab__header span {
    color: #C3C3C3;
    padding-left: 3px
}

.talparitab__control {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 15px 0 22px;
    justify-content: center
}

.talparitab__control-left {
    text-transform: uppercase;
    font: 700 14px Roboto, Arial, Helvetica, sans-serif;
    width: 50%
}

.talparitab__control-right {
    font-size: 16px;
    width: 50%;
    text-align: right
}

.talparitab__control-right span {
    padding-right: 10px;
    display: inline-block
}

.talparitab__control-left a {
    color: #11839a;
    font-weight: 400;
    text-transform: none;
    transition: all .2s;
    padding-left: 14px
}

.talparitab__control-left a:hover {
    color: #D36F0D
}

.talparitab__compare {
    text-align: right;
    padding-top: 10px;
    font-size: 15px
}

.talpari__addcomments button, .talpari__sort-btn, .tooltip__option select {
    text-align: center;
    box-sizing: border-box
}

.talparitab__compare a {
    color: #11839a;
    transition: all .2s
}

.talparitab__compare a:hover {
    color: #D36F0D
}

.talparitab__checkbox-block {
    background-color: #727272;
    height: 25px;
    position: relative;
    width: 75px;
    border-radius: 13px;
    box-shadow: inset 2px 0 4px 0 rgba(0, 0, 0, .5), inset -2px 0 4px 0 rgba(0, 0, 0, .5);
    transition: all .4s;
    cursor: pointer;
    float: right
}

.talparitab__checkbox-block:after {
    content: '';
    position: absolute;
    top: -3px;
    right: calc(100% - 31px);
    width: 31px;
    height: 30px;
    background: url(/img/brokers__handle-ico.png);
    transition: all .4s
}

.talparitab__checkbox-block.active {
    background-color: #4B9988
}

.talparitab__checkbox-block.active:after {
    right: -4px
}

.talparitab__second {
    background-color: #F6F6F6;
    padding: 13px 20px 24px
}

.cell__tooltip {
    position: relative
}

.talparitab .js__tooltip {
    position: absolute;
    top: -94px;
    left: -44px;
    width: 117px;
    background-color: #fff;
    height: 85px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .5);
    padding-top: 12px;
    display: none;
    box-sizing: border-box
}

.talparitab .js__tooltip:after {
    content: '';
    position: absolute;
    bottom: -9px;
    left: 50%;
    transform: translate(-50%, 0);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 4.5px 0;
    border-color: #fff transparent transparent
}

.talparitab .js__tooltip span {
    color: #000;
    position: relative
}

.tooltip__option select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: inline-block;
    padding-left: 24px;
    height: 100%;
    width: 100%;
    border: 1px solid #DEDEDE;
    z-index: 10;
    position: relative;
    background: 0 0
}

.tooltip__option:after, .tooltip__option:before {
    position: absolute;
    content: ''
}

.tooltip__option:before {
    top: 0;
    right: 0;
    width: 20px;
    height: 100%;
    background-color: #F2F2F2
}

.tooltip__option:after {
    top: 11px;
    right: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0;
    border-color: #5B5B5B transparent transparent;
    z-index: 1
}

.talparitab td .tooltip__option {
    position: relative;
    margin: 20px auto 0;
    display: block;
    width: 92px;
    height: 29px
}

.talparitab .js__tooltip span:after {
    content: '';
    position: absolute;
    top: 0;
    left: -21px;
    width: 18px;
    height: 16px;
    background: url(/img/talpari__ico16.png) no-repeat
}

.talparicon {
    font-family: Roboto, Arial, Helvetica, sans-serif;
    padding: 20px;
    border: 1px solid #eee
}

.talparicom__header {
    font-weight: 400
}

.talparicom__item-header {
    text-transform: uppercase;
    color: #777;
    padding-left: 8px;
    width: 330px
}

.talparicom__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    line-height: 1.2
}

.talparicom__item:nth-child(2) {
    padding-top: 35px;
    padding-bottom: 9px
}

.talparicom__item-addr span {
    display: block;
    line-height: 1.17
}

.talparicom__item-phone span {
    display: block
}

.talparicom__item-phone span:last-child {
    color: #888
}

.talparicom__item-phone {
    font-size: 16px
}

.talparicom__item-addr {
    width: 160px;
    padding-right: 116px
}

.talparicom__item-phone span:nth-child(2) {
    padding-bottom: 18px
}

.article-wrapper3 .pay {
    margin-bottom: 0
}

.talparicom__item-addr a {
    position: relative;
    color: #888;
    border-bottom: 1px dashed #11839a;
    display: inline-block;
    margin-left: 13px;
    margin-top: 18px;
    margin-bottom: 15px;
    transiton: all .1s
}

.alparifed, .talparicom {
    margin-bottom: 30px;
    border: 1px solid #dedede
}

.talparicom__item-addr a:hover {
    color: #D36F0D
}

.talparicom__item-addr a:after {
    content: '';
    background: url(/img/talpari__ico3.png) center top no-repeat;
    height: 17px;
    width: 11px;
    position: absolute;
    top: 0;
    left: -15px
}

.talparicom__item-addr span:nth-child(4) {
    position: relative;
    margin-left: 24px
}

.talparicom {
    padding: 25px 20px 31px
}

.talparicom__item-addr span:nth-child(4):after {
    content: '';
    background: url(/img/talpari__ico6.png) center top no-repeat;
    height: 13px;
    width: 17px;
    position: absolute;
    top: 4px;
    left: -23px
}

.talparicom__item:nth-child(3) {
    position: relative;
    padding-top: 40px
}

.talparicom__item:nth-child(3):after {
    content: '';
    position: absolute;
    left: 0;
    top: 21px;
    width: 100%;
    height: 1px;
    background-color: #eee
}

.alparifed {
    padding: 20px
}

.alparifed__item-top {
    position: relative;
    padding-right: 65px
}

.alparifed__top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    padding: 5px 0 15px
}

.alparifed__add, .alparifed__top a:nth-child(2) {
    display: inline-block
}

.header__only {
    padding: 20px;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede
}

.header__only h1 {
    margin: 0
}

.margin0 {
    margin: 0 !important
}

.breadcrumbs.with_border {
    border: 1px solid #dedede
}

.alparifed__top a {
    color: #11839a
}

.alparifed__add {
    margin-left: auto;
    position: relative
}

.alparifed__header {
    margin: 0;
    padding-right: 16px;
    padding-left: 16px;
    padding-bottom: 10px;
    font-weight: 400
}

.alparifed__add:after {
    content: '';
    position: absolute;
    top: 0;
    left: -25px;
    width: 20px;
    height: 20px;
    background: url(/img/talpari__ico7.png)
}

.alparifed__item {
    padding: 16px 20px 25px;
    border: 1px solid #eee
}

.alparifed__item-name {
    font-weight: 700;
    padding-right: 3px
}

.alparifed__item-name span {
    color: #777;
    font-weight: 400;
    display: inline-block
}

.alparifed__item-likes {
    margin-left: auto;
    position: absolute;
    top: 0;
    right: 0
}

textarea {
    resize: vertical
}

.alparifed__item-likes span {
    margin-left: 23px;
    position: relative
}

.alparifed__item-likes span:after {
    content: '';
    position: absolute;
    top: 0;
    left: -20px;
    width: 16px;
    height: 14px;
    background: url(/img/talpari__ico8.png) no-repeat;
    cursor: pointer
}

.alparifed__item-likes span:last-child:after {
    background-image: url(/img/talpari__ico9.png);
    top: 4px
}

.talpari2 {
    padding: 23px 10px;
    justify-content: space-between;
    background-color: #fff
}

.talpari2.fixed {
    position: fixed;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 50;
    margin: 0;
    width: 930px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.talpari3 {
    display: none;
    padding: 15px 10px
}

.talpari2 .talpari__buttons, .talpari2 .talpari__logo, .talpari2 .talpari__name, .talpari2 .talpari__site {
    padding-right: 0
}

.talpari2 .c-rating {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center
}

.talpari5 {
    display: none
}

.talpari__sort p {
    padding-right: 11px;
    position: relative
}

.talpari__sort-item {
    padding-left: 21px
}

.talpari__sort p:after {
    content: '';
    position: absolute;
    top: 3px;
    left: -19px;
    width: 11px;
    height: 13px;
    background: url(/img/brokers__technology__ico.png)
}

.talpari__sort-btn {
    color: #fff !important;
    background: #4B9988;
    display: inline-block;
    height: 30px;
    width: 180px;
    line-height: 30px;
    transition: all .4s !important;
    border: none;
    cursor: pointer
}

.talpari__sort-ico {
    background-color: #4B9988;
    height: 25px;
    position: relative;
    width: 75px;
    border-radius: 13px;
    box-shadow: inset 2px 0 4px 0 rgba(0, 0, 0, .5), inset -2px 0 4px 0 rgba(0, 0, 0, .5);
    transition: all .4s;
    cursor: pointer;
    margin-right: 8px;
    margin-left: 11px
}

.talpari__sort-ico:after {
    content: '';
    position: absolute;
    top: -3px;
    right: calc(100% - 31px);
    width: 31px;
    height: 30px;
    background: url(/img/brokers__handle-ico.png);
    transition: all .4s
}

.talpari__sort-toggle.active .talpari__sort-ico:after {
    right: -4px
}

.talpari__sort-btn:hover {
    background: #59b7a2
}

.talpari__sort-toggle span, .talpari__sort-toggle span:nth-child(3) {
    color: #c5c5c5
}

.talpari__sort-toggle span:nth-child(1) {
    color: #4b9988
}

.talpari__sort-toggle.active span:nth-child(1) {
    color: #c5c5c5
}

.talpari__sort-toggle.active span:nth-child(3) {
    color: #4b9988
}

.talpari__sort-toggle {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.alparifed__item-rate span {
    display: inline-block;
    margin-left: 0;
    width: 17px;
    height: 16px;
    background: url(../img/alpari__stars.png) no-repeat;
    cursor: pointer
}

.mobile__category > a {
    display: none !important
}

.mobile__category {
    border-bottom: none !important
}

.alparifed__item-rate {
    padding-top: 10px;
    padding-bottom: 11px
}

.alparifed__item-rate span.disable {
    background-position: -17px 0
}

.header__form .language__list {
    margin-top: -4px
}

.alparifed__item p {
    margin: 0;
    padding-bottom: 15px;
    line-height: 1.25;
    font-size: 14px
}

.addcom button, .all__comments a {
    line-height: 30px;
    display: inline-block
}

.alparifed__review p {
    font-size: 14px
}

.talpari__count {
    color: #c5c5c5;
    padding-left: 5px
}

.alparifed__item p span {
    color: #202020;
    font-weight: 700;
    display: block
}

.alparifed__item p:last-child {
    padding-bottom: 0
}

.talpari__buttons2 {
    width: 120px
}

.talpari__buttons2 a:last-child {
    margin: 10px 0 0
}

.talpari__addcomments {
    padding: 22px 20px;
    border: 1px solid #dedede;
    margin: 30px 0;
    width: 100%;
    display: none
}

.talpari__addcomments label {
    font-size: 14px;
    color: #777;
    width: 100px;
    padding-top: 4px
}

.talpari__sort {
    padding: 15px 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    border-left: 1px solid #dedede;
    border-right: 1px solid #dedede
}

.talpari__addcomments span.active:after {
    background-position: 0 0
}

.talpari__addcomments span {
    display: inline-block;
    margin-left: -4px;
    padding-left: 3px;
    width: 17px;
    height: 16px;
    cursor: pointer;
    margin-top: 4px;
    position: relative
}

.talpari__addcomments span:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 17px;
    height: 16px;
    background: url(/img/alpari__stars.png) -17px 0 no-repeat
}

.talpari__addcomments span.disable:after {
    background-position: -17px 0
}

.talpari__addcomments span.active2:after {
    background-position: 0 0
}

.talpari__line {
    display: -webkit-flex;
    flex-wrap: wrap;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin-bottom: 20px
}

.talpari__addcomments input[type=text] {
    display: inline-block;
    border: 1px solid #dedede;
    height: 29px;
    width: calc(100% - 100px);
    margin-left: auto;
    padding-left: 15px;
    box-sizing: border-box;
    font-size: 16px
}

.talpari__addcomments button {
    color: #fff !important;
    background: #4B9988;
    display: inline-block;
    height: 30px;
    width: 180px;
    line-height: 30px;
    transition: all .4s !important;
    border: none;
    cursor: pointer;
    margin-left: 100px;
    font-size: 14px
}

.talpari__addcomments button:hover {
    background: #59b7a2
}

.talpari__addcomments textarea {
    display: inline-block;
    box-sizing: border-box;
    border: 1px solid #dedede;
    width: calc(100% - 100px);
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    background: url(/img/talpari__ico24.png) bottom right no-repeat
}

.talpari__addcomments textarea[name=text] {
    box-sizing: border-box;
    border: 8px solid #dedede
}

.alparifed__commet {
    text-align: right;
    padding: 7px 0 20px
}

.addcom button, .all__comments, .bcompare__item, .gray__btn, .recomend__item {
    text-align: center
}

.alparifed__commet span {
    color: #11839a;
    position: relative;
    transition: all .1s;
    cursor: pointer
}

.alparifed__commet span:hover {
    color: #d36f0d
}

.alparifed__commet span:after {
    content: '';
    position: absolute;
    top: 2px;
    left: -22px;
    width: 15px;
    height: 15px;
    background: url(/img/talpari__ico10.png)
}

.rate-number {
    color: #777;
    margin-top: -2px;
    padding-left: 10px
}

.rate-number span {
    width: auto;
    height: auto
}

.rate-number span:after {
    background: 0 0
}

.alparifed__subitem-wrap {
    padding-left: 40px;
    position: relative
}

.alparifed__subitem-wrap:after {
    content: '';
    position: absolute;
    top: -5px;
    left: 1px;
    width: 33px;
    height: 44px;
    background: url(/img/talpari__ico12.png) no-repeat
}

.alparifed__subitem {
    padding: 15px 20px 15px 10px;
    border: 1px solid #eee
}

.alparifed__subitem-wrap.active .alparifed__subitem {
    border-color: #d36f0d
}

.alparifed__subitem-wrap.active:after {
    background-image: url(/img/talpari__ico11.png)
}

.alparifed__subitem-wrap.active-admin .alparifed__subitem {
    border-color: #D21B30
}

.alparifed__subitem-wrap.active-admin:after {
    background-image: url(/img/talpari__ico11a.png)
}

.addcom__header {
    font-weight: 400;
    padding-bottom: 10px
}

.addcom {
    display: none
}

.addcom textarea {
    display: inline-block;
    width: 100%;
    height: 100px;
    border: 7px solid #eee;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 10px;
    font-size: 16px;
    background: url(/img/talpari__ico24.png) bottom right no-repeat
}

.addcom button, .alparifed__subitem p, .article-wrapper3 .rightcol2 .title, form#add-review-form input[type=text] {
    font-size: 14px
}

textarea::-webkit-resizer {
    display: none !important
}

.talpari__menu-slide1 {
    height: 0;
    overflow: hidden;
    transition: all .3s
}

.talpari__menu-slide1.active {
    height: 60px
}

.talpari__menu-ico.active:after {
    border-width: 0 3.5px 4px;
    border-color: transparent transparent #D36F0D
}

.addcom button {
    color: #fff !important;
    background: #4B9988;
    height: 30px;
    width: 180px;
    box-sizing: border-box;
    transition: all .4s !important;
    border: none;
    cursor: pointer
}

.with__ico {
    padding-left: 10px;
    position: relative
}

.article-wrapper3 .more.closed:after {
    content: '';
    position: absolute;
    top: 8px;
    left: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-width: 4px 3.5px 0;
    border-color: #D36F0D transparent transparent
}

.all__comments a, .article-wrapper3 .more.closed {
    position: relative
}

.trading-block-couple-content {
    height: 0;
    overflow: hidden;
    transition: all .5s
}

.trading-block-couple > div:first-child {
    cursor: pointer
}

.trading-block-couple-content.active {
    height: 220px
}

.addcom button:hover {
    background: #59b7a2
}

.trading-block-couple.active:after {
    border-width: 0 3.5px 4px;
    border-color: transparent transparent #D36F0D
}

.all__comments a {
    color: #11839a;
    margin-left: auto;
    height: 30px
}

.all__comments a:after {
    content: '';
    position: absolute;
    top: 7px;
    left: -22px;
    width: 16px;
    height: 16px;
    background: url(/img/talpari__ico13.png)
}

.addcom__bottom {
    padding-bottom: 50px;
    display: flex
}

.alpiart {
    padding: 25px 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px
}

.alpiart__top {
    align-items: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    padding-bottom: 20px
}

.alpiart__header {
    font-weight: 400;
    margin: 0;
    padding-right: 14px
}

.alpiart__top a {
    display: inline-block;
    padding-top: 3px
}

.alpiart__item {
    padding: 15px 10px;
    border: 1px solid #eee;
    width: 33.33%
}

.alpiart__item p:hover, .alpiart__item > a:hover {
    color: #d36f0d
}

.alpiart__item:first-child, .alpiart__item:nth-child(2) {
    margin-right: 15px
}

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

.alpiart__item-header.with__padding {
    padding-bottom: 10px
}

.alpiart__item-header.with__padding span {
    padding-right: 3px
}

.alpiart__item a {
    color: #11839a;
    display: inline-block;
    padding: 12px 0;
    transition: all .2s
}

.alpiart__item p {
    margin: 0;
    padding-bottom: 10px;
    line-height: 1.2;
    transition: all .2s;
    font-size: 14px
}

.alpiart__item-text {
    cursor: pointer
}

.main-wrapper .c-header-wrapper2 h1 {
    float: left
}

.alpiart__item .green__button, .green__button {
    color: #fff !important;
    background: #4B9988;
    display: inline-block;
    height: 29px;
    width: 120px;
    border-radius: 5px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 5px;
    transition: all .3s !important
}

.green__button:hover {
    background: #59b7a2
}

.alpiart__center {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.alpiart__item-header span {
    padding-left: 4px
}

.alpiart__item-header a {
    text-decoration: none;
    padding: 0
}

.alpiart.with__image .alpiart__item p .alpiart__item-img {
    float: left;
    display: block;
    padding-right: 10px
}

.alpiart.with__image .alpiart__item p .alpiart__item-text {
    padding-left: 10px
}

.alpiart__item-header2 span {
    display: block;
    color: #777;
    padding-bottom: 3px
}

.alpiart__item-header2 {
    line-height: 1.2
}

.alpiart__item-header2 a {
    padding: 0
}

.bcompare {
    padding: 25px 0 20px;
    border: 1px solid #dedede;
    margin-bottom: 30px
}

.bcompare__header {
    padding-bottom: 20px;
    font-weight: 400;
    padding-left: 20px
}

.bcompare__item-name {
    color: #777;
    text-transform: uppercase;
    padding: 10px 0
}

.bcompare__conent {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap
}

.bcompare__item {
    width: 20%
}

.bcompare__item:first-child {
    margin-bottom: 50px
}

.bcompare__item-img {
    width: 110px;
    height: 60px;
    position: relative;
    margin: 0 auto
}

.bcompare__item-img img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 60px
}

.gray__btn {
    color: #fff !important;
    background: #C5C5C5;
    display: inline-block;
    height: 29px;
    width: 120px;
    border-radius: 5px;
    box-sizing: border-box;
    padding-top: 5px;
    transition: all .4s !important;
    margin-left: 4px
}

.gray__btn:hover {
    background: #d3d3d3
}

.bcategory__header {
    font-weight: 400;
    padding-bottom: 20px
}

.bcategory, .recomend {
    padding: 25px 20px 20px
}

.bcategory {
    border: 1px solid #dedede;
    margin-bottom: 30px
}

.bcategory__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.bcategory__item > a > span {
    color: #777
}

.bcategory__item > a {
    display: block
}

.bcategory__item:first-child, .bcategory__item:nth-child(2) {
    width: 315px
}

.recomend {
    background-color: #FEF9DC;
    border: 1px solid #eee;
    margin-bottom: 10px
}

.recomend__header {
    padding-bottom: 30px;
    font-weight: 400
}

.recomend__item-img {
    padding-bottom: 25px
}

.recomend__item-img img {
    border: 1px solid #DEDEDE
}

.recomend__item {
    width: 20%
}

.talpari__sort-item {
    display: flex;
    margin-left: auto
}

.recomend__content {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex
}

.form__auth-ico, .form__social a, .submnu li {
    display: inline-block
}

.recomend__item .gray__btn {
    margin: 8px 0 0
}

.main-wrapper .nav ul li:hover:after {
    border-top-color: #11839A
}

.main-wrapper .nav ul li a:hover {
    color: #11839A
}

.article-wrapper3 .company-main td {
    padding-bottom: 4.5px
}

.article-wrapper3 .rightcol2 {
    width: 259px;
    position: absolute;
    top: 116px;
    right: 20px
}

.header__form .language {
    border: none;
    top: -1px;
    margin-left: 7px
}

.header__form .language:after {
    content: none
}

.header__form .auth {
    position: relative
}

.simple-profile .auth {
    position: absolute;
    right: 20px
}

.form__auth-ico {
    transform: translate(-4px, 3px)
}

.header__form .auth a {
    color: #fff
}

.header__form .search-wrapper {
    border-color: #dedede
}

.form__nav {
    padding: 7px 15px;
    background: #3D98AB
}

.form__nav ul li a {
    color: #fff !important
}

.submnu li a {
    color: #000;
    trasnsition: all .2s
}

.submnu li a span {
    padding-left: 2px
}

.submnu li a:hover {
    color: #d36f0d
}

.submnu li:first-child {
    padding-right: 3px
}

.submnu li:first-child a {
    color: #4b9988;
    font-weight: 700
}

.submnu {
    background-color: #eee;
    padding: 7px 0 7px 18px
}

.submnu li span {
    padding: 0 3px 0 5px
}

.form__social {
    float: right
}

.form__social a {
    width: 24px;
    height: 24px;
    margin-right: 10px
}

#nav-icon3, .form__search, .js-filter__toggle {
    display: none
}

.form__social a:last-child {
    margin-right: 20px
}

.form__social a.tw {
    background: url(/img/talpari__ico26.png) center top no-repeat
}

.form__social a.vk {
    background: url(/img/talpari__ico20.png) center top no-repeat
}

.form__social a.fb {
    background: url(/img/talpari__ico19.png) center top no-repeat
}

.form__social a.gplus {
    background: url(/img/talpari__ico18.png) center top no-repeat
}

.ui-widget-content:not(.ui-slider) {
    border: 0 !important;
    background: #eee !important
}

.hidden__big, .item__hidden__big {
    display: none !important
}

.talpari4__wrapper {
    padding-right: 20px
}

.talpari4__wrapper .talpari4 {
    border: 1px solid #dedede;
    border-left: none
}

.small-title-group2 {
    padding-bottom: 10px
}

#brokerTabsMain .social_box {
    position: relative;
    left: 6px
}

.talpari__logo.fixed-logo-item img {
    max-height: 35px
}

.talpari.talpari2 .talpari__logo img, .talpari.talpari2.talpari3.custom__box.margin0.fixed2.fixed .talpari__logo img {
    max-height: 50px
}

.alparifed__itemlevel1 {
    margin-left: 50px
}

.alparifed__itemlevel2 {
    margin-left: 100px
}

.alparifed__itemlevel3 {
    margin-left: 150px
}

.alparifed__itemlevel4 {
    margin-left: 200px
}

.talpari__addcomments button.button_not-active {
    background: #859995
}

a#view-fixed-head {
    margin-bottom: 20px;
    display: block
}

a#brokerpagemenu-broker-reviews span {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(/img/reviews-top.png) no-repeat;
    position: relative;
    left: -5px;
    top: 2px
}

li.item__hidden__big .language {
    background: 0 0;
    display: inline-block;
    position: relative;
    top: -10px;
    left: -25px;
    margin-bottom: -15px
}

li.item__hidden__big .language__flag__image {
    position: relative;
    left: -5px
}

li.item__hidden__big .language__list {
    position: absolute;
    top: -10px;
    left: 45px
}

li.item__hidden__big .language__list__item__link {
    height: 25px
}

li.item__hidden__big .form__social {
    display: inline-block
}

.nav2 li.expander {
    display: none
}

hr.after-rating-table {
    margin: 30px 0;
    border: 1px solid #dedede
}

.page-wrapper.long .after-content, .page-wrapper.long .reviews-cont, .page-wrapper.long .vk-comments-cont {
    max-width: 950px;
    margin: 20px auto
}

@media only screen and (min-width: 960px) {
    .nav2 li.expander {
        display: initial
    }

    .nav2 li.expander a {
        color: #fff
    }

    .nav2 li.expander .menu__second {
        left: -26px
    }

    .nav2 li.expander .secondlvl {
        background-color: #3898AC;
        border: none;
        width: 150px
    }

    .nav2 li.expander .secondlvl > div {
        border: none
    }

    .nav2 li.expander .secondlvl div a:hover {
        color: #fff !important
    }

    .nav2 li.expander .secondlvl > div:hover {
        background-color: #51A3B4
    }
}

@media only screen and (max-width: 1400px) {
    .chzn-container-single .chzn-single div b {
        background: url(/images/theme/default/select-bg.png) 100% 0 no-repeat !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important
    }
}

@media only screen and (max-width: 1300px) {
    .line-sub-filter__left {
        flex-wrap: wrap
    }

    .brokers__comparing-block {
        width: 48%;
        margin-top: 15px;
        box-sizing: border-box;
        margin-left: 0;
        margin-right: 3%
    }

    .line-sub-filter .search-broker.search.search_top.search_border-b.fleft {
        width: 47% !important;
        box-sizing: border-box;
        margin-top: 15px !important
    }
}

@media only screen and (max-width: 1020px) {
    .talparitab .js__tooltip {
        left: 0
    }

    .talparitab .js__tooltip:after {
        left: 12%
    }
}

@media only screen and (max-width: 960px) {
    .hidden__big, .mobile__category > a {
        display: inline-block !important
    }

    .secondlvl, .submnu {
        position: relative
    }

    .c-map__item, .popup .c-map, .talpari.fixed {
        box-sizing: border-box
    }

    .talpari__button-print a {
        background: url(/img/reviews-top.png) 37% 50% no-repeat #4B9988
    }

    .nav2 .secondlvl {
        border-bottom: none
    }

    .mobile__category {
        border-bottom: 1px solid #dedede !important
    }

    .secondlvl__overlay {
        height: 140px;
        overflow-y: auto;
        overflow-x: hidden
    }

    .main-wrapper, .nav2, .nav2 .firslvl, .sidebar, .table_box {
        overflow: hidden
    }

    .menu__three + .mobile__category {
        display: block
    }

    .nav2 .auth {
        width: 100%;
        text-align: center;
        margin: 0
    }

    .nav2 .auth__link {
        width: auto !important
    }

    .form__social a {
        display: inline-block !important;
        width: 24px !important
    }

    .form__social {
        float: none;
        text-align: center;
        padding-top: 10px
    }

    .nav2 .search {
        float: none !important;
        padding: 10px 0 3px
    }

    .nav2 .search-wrapper {
        margin: 0 auto
    }

    .item__hidden__big {
        display: block !important
    }

    .header__form .header__background .form__social, .header__form .header__background > .search, .submnu {
        display: none
    }

    .simple-profile .auth {
        display: block !important
    }

    .header__form .header__background .auth {
        display: none
    }

    .nav2__arrow:after, .secondlvl__arrow:after {
        transform: translate(-50%, -50%);
        display: inline-block
    }

    .talpari.fixed {
        width: 100%;
        padding-left: 10px;
        padding-right: 10px
    }

    .nav2 .secondlvl > div {
        position: relative;
        padding-right: 0
    }

    .nav2 .firslvl {
        transition: all .3s;
        height: 0;
        width: 100%
    }

    .nav2 {
        width: 100%
    }

    .nav2 .firslvl.active {
        height: 100%
    }

    .submnu {
        z-index: 1
    }

    .secondlvl__arrow {
        position: absolute;
        top: 6px;
        right: 20px;
        width: 20px;
        cursor: pointer;
        height: 20px
    }

    .secondlvl__arrow:after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 7.5px 0;
        border-color: #3D98AB transparent transparent
    }

    .secondlvl__arrow.active:after {
        border-width: 0 7.5px 6px;
        border-color: transparent transparent #3D98AB
    }

    .nav2__arrow {
        position: absolute;
        top: 6px;
        right: 15px;
        width: 30px;
        cursor: pointer;
        height: 20px
    }

    .nav2__arrow.active:after {
        border-width: 0 7.5px 6px;
        border-color: transparent transparent #fff
    }

    .js-filter__toggle:after, .nav2__arrow:after {
        border-color: #fff transparent transparent;
        content: '';
        border-style: solid
    }

    .nav2__arrow:after {
        position: absolute;
        top: 50%;
        right: 0;
        width: 0;
        height: 0;
        border-width: 6px 7.5px 0
    }

    .menu__second, .nav2 .secondlvl {
        height: 100%;
        width: 100%
    }

    .menu__second {
        position: static
    }

    .nav2 ul {
        padding: 0
    }

    .secondlvl-wr {
        left: 0;
        position: relative;
        width: 100%
    }

    .nav2 ul li {
        width: 100%;
        text-align: center
    }

    .form__search {
        display: block;
        float: right;
        padding-top: 5px
    }

    .header__background .language, .nav__list {
        display: none
    }

    .header__form #nav-icon3 {
        top: 15px;
        right: 35px
    }

    .talpari__links {
        padding-right: 20px;
        padding-left: 20px
    }

    .talpari {
        justify-content: space-between
    }

    .talpari__buttons, .talpari__logo, .talpari__name, .talpari__site {
        padding-right: 0
    }

    .article-wrapper3 .rightcol2 {
        margin-top: 50px;
        width: 100%;
        position: static
    }

    .article-wrapper3 .company__right {
        width: 66%;
        padding-right: 0;
        padding-left: 20px
    }

    .popup .c-map {
        width: 100%
    }

    .c-map__item {
        width: 100% !important
    }

    .title_top-m.fleft {
        margin-bottom: 0
    }

    .social_box.fright {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .event-w article img {
        height: auto
    }

    .ec-calendar-aside__bottom, .ec-calendar-aside__top {
        margin: 0 auto
    }

    .content-wrapper {
        float: none
    }

    .content__container {
        background-color: #fff
    }

    .search-wrapper_width-b {
        float: right
    }

    .search.search_border-b.search_top-pos-reset.fleft {
        width: 100%;
        margin-bottom: 10px
    }

    form.search.search_border-b.search_top-pos-reset.fleft {
        width: 100% !important
    }

    form.search .search-wrapper.search-wrapper_borders.search-wrapper_width {
        width: 100% !important;
        box-sizing: border-box
    }

    .wrapper-right {
        padding-top: 5px;
        text-align: left !important
    }

    .chooser, .js-filter__toggle, header .nav, header .nav li ul, header .nav li ul li {
        text-align: center
    }

    #nav-icon3 {
        display: inline-block;
        width: 30px;
        height: 30px;
        position: absolute;
        top: 28px;
        right: 320px;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .5s ease-in-out;
        -moz-transition: .5s ease-in-out;
        -o-transition: .5s ease-in-out;
        transition: .5s ease-in-out;
        cursor: pointer
    }

    #nav-icon3 span {
        display: block;
        position: absolute;
        height: 4px;
        width: 100%;
        background: #fff;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: .25s ease-in-out;
        -moz-transition: .25s ease-in-out;
        -o-transition: .25s ease-in-out;
        transition: .25s ease-in-out
    }

    #nav-icon3.open span:nth-child(1), #nav-icon3.open span:nth-child(4) {
        width: 0;
        left: 50%;
        top: 10px
    }

    #nav-icon3 span:nth-child(1) {
        top: 0
    }

    #nav-icon3 span:nth-child(2), #nav-icon3 span:nth-child(3) {
        top: 10px
    }

    #nav-icon3 span:nth-child(4) {
        top: 20px
    }

    #nav-icon3.open span:nth-child(2) {
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    #nav-icon3.open span:nth-child(3) {
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .js-filter__toggle {
        padding: 2px 5px 0;
        height: 25px;
        background: #4b9988;
        font-size: 16px;
        line-height: 18px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: top;
        margin: 0 5px 15px;
        white-space: nowrap;
        color: #fff !important;
        border-radius: 5px;
        width: 145px;
        position: relative;
        z-index: 5
    }

    .js-filter__toggle:after, header .nav__list li i, header .nav__list li i:after {
        display: inline-block;
        position: absolute
    }

    .js-filter__toggle:after {
        right: 5px;
        top: 10px;
        width: 0;
        height: 0;
        border-width: 6px 5px 0
    }

    .js-filter__toggle.active {
        margin-bottom: 32px
    }

    .js-filter__toggle.active:after {
        border-width: 0 6px 5px;
        border-color: transparent transparent #fff
    }

    .line-sub-filter__left {
        padding: 0;
    !important margin: 0 !important;
        float: none !important;
        margin-bottom: 10px !important
    }

    header .nav__list li i {
        width: 30px;
        height: 30px;
        right: 20px;
        top: 3px;
        z-index: 20
    }

    header .nav__list li i.active:after {
        border-color: transparent transparent #787878;
        border-width: 0 7px 7px
    }

    header .nav__list li i:after {
        content: '';
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 7px 7px 0;
        border-color: #787878 transparent transparent;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        z-index: 3
    }

    .footer, body, html {
        height: auto
    }

    .main-wrapper {
        margin-bottom: 0;
        height: auto;
        min-height: inherit
    }

    .footer-push {
        display: none
    }

    .footer, .page-wrapper {
        width: auto;
        margin: 0 20px
    }

    header .nav {
        padding: 0
    }

    header .nav__list li {
        display: block;
        text-align: center;
        width: 100%;
        margin: 0 !important;
        border-bottom: 1px solid #888
    }

    header .nav ul li.active:after, header .nav ul li:after {
        bottom: 0;
        width: 100%;
        left: 0
    }

    header .nav ul li.active:after {
        border: 0
    }

    header .nav ul li a:active, header .nav ul li a:focus, header .nav ul li a:hover, header .nav ul li a:link, header .nav ul li a:visited {
        padding: 6px 0;
        margin: 0
    }

    header .nav li ul {
        left: 0;
        width: 100%;
        display: none;
        position: static;
        border: 0
    }

    .rightcol2, .rightcol3 {
        position: static !important
    }

    header .nav__list li:hover ul {
        display: none
    }

    header .nav li ul li {
        padding: 0;
        margin: 0;
        width: 100%;
        border-bottom: 0
    }

    header .nav li ul li a {
        padding: 5px 0 !important
    }

    .company__right, .filter_list {
        padding-right: 0
    }

    .filter_toggle {
        float: none;
        display: inline-block
    }

    .table_box {
        float: none;
        width: auto;
        overflow-x: auto
    }

    .tab2 {
        max-width: 687px
    }

    .scroll_box {
        width: 950px !important;
        overflow: hidden
    }

    .tab2 .scroll_box {
        width: 687px !important
    }

    footer .nav_padding {
        display: none
    }

    .ukit-wrppr {
        width: auto
    }

    .social_box {
        clear: both;
        float: left;
        padding-bottom: 10px
    }

    .vcard .social_box {
        clear: none;
        float: right;
        padding-bottom: 0
    }

    .broker_box_btn {
        width: 320px
    }

    .commission_box {
        float: none;
        top: 0;
        margin-top: 20px;
        margin-bottom: 5px
    }

    .filter_box {
        margin-top: 29px
    }

    .title_top-m.fleft {
        max-width: 100%
    }

    .social_box.fright {
        float: left !important
    }

    .commission_box.fright {
        float: left !important;
        padding-top: 20px;
        margin-top: 0
    }

    .two-blocks {
        display: flex;
        width: 100%
    }

    .content {
        margin-right: 0
    }

    .brokers-block {
        display: block;
        float: left;
        width: 70%
    }

    .rightcol {
        width: 100%;
        margin-left: 0;
        float: none
    }

    .advises {
        width: 30%;
        float: none;
        margin: 0 auto
    }

    .chzn-container .chzn-results-scroll-down span, .chzn-container .chzn-results-scroll-up span, .chzn-container-multi .chzn-choices .search-choice .search-choice-close, .chzn-container-single .chzn-search input, .chzn-container-single .chzn-single abbr, .chzn-container-single .chzn-single div b, .chzn-rtl .chzn-search input {
        background-image: none !important;
        background-size: 100% !important
    }

    .sidebar_image-ad {
        bottom: 0 !important
    }

    .choose-broker {
        width: 100%;
        background-size: cover;
        box-sizing: border-box;
        height: 215px
    }

    .recommended {
        display: block;
        min-width: 100%;
        box-sizing: border-box
    }

    .analytics__left {
        float: left;
        margin-right: 0;
        width: 33%
    }

    .analytics__right {
        margin-left: 0
    }

    .analytics__right__right {
        float: left;
        margin-left: 10px
    }

    .analytics__right-wrapper {
        width: 65%;
        margin-left: 1%;
        float: right
    }

    .big-new, .big-new__image {
        width: 100%
    }

    .situation__right {
        float: left;
        margin-left: 20px
    }

    .offers__right {
        float: left;
        padding-left: 17px
    }

    .offers__left {
        width: 325px
    }

    .sidebar {
        margin-top: 15px
    }

    .reviews {
        margin-bottom: 20px
    }

    .article-wrapper2 {
        margin-right: 0
    }

    .company__left {
        width: 180px
    }

    .chzn-container-single .chzn-single div b {
        background: url(/images/theme/default/select-bg.png) 100% 0 no-repeat !important;
        display: block !important;
        width: 100% !important;
        height: 100% !important
    }

    #element_to, .b-modal.__b-popup1__ {
        display: none !important
    }

    .company__right {
        float: left;
        padding-left: 30px
    }

    .tabs.js-tabs {
        width: 100%
    }

    .rightcol2 {
        margin: 0 auto
    }

    .rightcol3 {
        margin: 20px auto 0
    }

    .js-content__container {
        min-height: auto !important
    }

    .table-brokers .table-brokers__nav .table-brokers__nav__item {
        margin-right: 1%;
        width: 32%
    }

    .table-brokers .table-brokers__nav .table-brokers__nav__item a {
        width: 100%
    }

    .table-brokers .table-brokers__nav {
        padding-left: 0;
        padding-right: 0
    }

    .table-brokers .table-brokers__container .table-brokers__container__block {
        width: 32%;
        margin-right: 2%
    }

    #paginatorWrpr {
        margin-bottom: 10px;
        display: inline-block
    }

    .sidebar.sidebar_image-ad.js-sticky-banner {
        position: relative !important
    }

    .two-blocks.two-blocks_width .brokers-block {
        width: 100%;
        float: none
    }

    .ec-calendar-aside__bottom-text {
        left: 50%;
        transform: translate(-50%, 0)
    }

    .talpari__bills .tabs.js-tabs {
        width: 400px;
        margin: 0 auto
    }

    .talpari__bills .rightcol3 {
        left: 50%;
        right: auto;
        top: 107px;
        width: 400px
    }

    .talpari__bills .tabs-bottom-text {
        margin: 0 auto
    }

    .talparicom__item-header {
        width: 250px
    }

    .header__form .header__background {
        height: 36px;
        transition: all .3s
    }

    .header__form .header__background.active {
        height: 70px;
        transition: all .3s
    }
}

@media only screen and (max-width: 937px) {
    .talparitab .js__tooltip:after {
        left: 39%
    }
}

@media only screen and (max-width: 900px) {
    .talpari3 .talpari__buttons, .talpari3 .talpari__site {
        width: 50%;
        text-align: center
    }

    .talpari3 .talpari__buttons {
        margin-top: 10px
    }

    .talpari {
        flex-wrap: wrap
    }

    .talpari2.fixed {
        flex-wrap: nowrap
    }

    .talpari2.fixed .talpari__site {
        width: auto
    }

    .talpari2.fixed .talpari__buttons {
        width: auto;
        margin-top: 0
    }

    .talpari2.fixed.fixed2 .talpari__name {
        display: block
    }

    .talpari2.fixed .talpari__name, .talpari2.fixed2 .talpari__site {
        display: none
    }
}

@media only screen and (max-width: 850px) {
    .brokers_list .broker_item {
        width: 25%
    }

    .table-brokers .table-brokers__container .table-brokers__container__block {
        width: 48%;
        margin-right: 4%
    }

    .table-brokers .table-brokers__container .table-brokers__container__block:nth-child(3n+3) {
        margin-right: 4%
    }

    .table-brokers .table-brokers__container .table-brokers__container__block:nth-child(2n+2) {
        margin-right: 0
    }

    .wrapper-right + div {
        overflow: auto
    }

    .wrapper-right + div .catalogue.catalogue_padding {
        width: 550px
    }

    .bcompare__item {
        width: 25%
    }

    .bcompare__item-name {
        padding-left: 10px;
        padding-right: 10px
    }

    .bcompare__conent {
        justify-content: center
    }

    .bcompare__item:nth-child(5) {
        margin-bottom: 50px
    }

    .talpari {
        flex-wrap: wrap
    }

    .talpari__buttons {
        width: 100%;
        text-align: center;
        margin-top: 8px
    }

    .talpari4 {
        flex-wrap: nowrap
    }

    .talpari4 .talpari__buttons {
        width: 120px
    }
}

@media only screen and (max-width: 800px) {
    .logo, .search, .ukit-wrppr {
        float: none !important
    }

    .broker_box_btn, .commission_box, .commission_box.fright, .copyright, .filter_toggle, .group2, .nav_p-bottom, .prompt_box, .social_box, .social_box.fright, .tables_title, .talpari__fedback, .title_top-m.fleft, .ukit-wrppr, body:not(.simple-profile) .auth {
        text-align: center
    }

    .bloker_box_logo, .broker_box_btn br, .filter_toggle, .group2 .button_plus, .header__form .auth.active .vertical-splitter, .header__form .auth.active a, form.search .search-wrapper.search-wrapper_borders.search-wrapper_width, form.search.search_border-b.search_top-pos-reset.fleft {
        display: block
    }

    .nav2 > ul li:first-child .menu__second, .nav2 > ul li:first-child .menu__second .secondlvl {
        min-height: auto
    }

    .talpari__button-print a {
        background: url(/img/reviews-top.png) 35% 50% no-repeat #4B9988
    }

    .alpiart__item:first-child, .alpiart__item:nth-child(2) {
        margin-right: 0
    }

    .alpiart__item {
        margin: 0 0 15px;
        width: 100%
    }

    .alpiart__center {
        flex-wrap: wrap
    }

    .talpari__fedback {
        width: 100%
    }

    .sidebar__item__info_width {
        box-sizing: border-box;
        width: 100%;
        padding-left: 20px
    }

    #nav-icon3 {
        top: 32px;
        right: auto;
        left: 20px
    }

    .search {
        margin: 0 auto
    }

    .language {
        margin-bottom: 15px
    }

    .language + form.search.fright {
        width: 250px;
        margin-top: 10px;
        transition: all .4s;
        opacity: 0;
        height: 0;
        line-height: 0;
        font-size: 0;
        padding: 0;
        overflow: hidden
    }

    .language + form.search.fright.active {
        display: block;
        opacity: 1;
        height: 29px;
        font-size: inherit;
        margin-top: 10px
    }

    .header__background {
        height: 40px;
        transition: all .4s;
        padding: 12px 0 4px
    }

    .header__background.active {
        height: 110px
    }

    .auth.active {
        margin-top: 10px;
        opacity: 1;
        height: 30px;
        font-size: inherit
    }

    body:not(.simple-profile) .auth {
        transition: all .4s;
        overflow: hidden;
        float: none !important;
        margin: 10px auto;
        width: 100%
    }

    .filter_list li {
        width: 23%
    }

    .ukit-wrppr {
        width: 100%;
        padding-bottom: 10px
    }

    .bloker_box_logo {
        float: none;
        margin-left: auto;
        margin-right: auto
    }

    .broker_box_btn {
        float: none;
        padding-left: 0;
        width: auto
    }

    .buttons .button {
        margin-bottom: 10px
    }

    .title_top-m.fleft {
        float: none !important
    }

    .breadcrumbs {
        text-align: center
    }

    .commission_box.fright, .social_box, .social_box.fright {
        float: none !important;
        margin: 0 auto
    }

    .commission_box.fright {
        margin-bottom: 20px
    }

    .broker_box {
        padding-left: 10px
    }

    .link_goto, .link_testimonials {
        margin-right: 0
    }

    .group2, .group2 .select_box_2 {
        margin-left: auto;
        margin-right: auto
    }

    .filter_toggle, .filter_toggle:hover {
        border-bottom: 0
    }

    .group2 {
        width: 180px
    }

    .group2 .select_group {
        float: none;
        width: 100%
    }

    .group2 .select_box_2 {
        float: none
    }

    .group2 .button_plus {
        float: none;
        margin: 0 auto
    }

    .group2 .compare_box {
        padding-left: 0;
        margin: 20px auto 0
    }

    .tables_title .info_icon {
        position: absolute;
        top: auto;
        bottom: -20px;
        right: 50%;
        margin-right: -14px
    }

    .prompt_box {
        left: 50%;
        margin-left: -109px;
        top: 30px
    }

    .prompt_box .prompt_corner {
        background-image: url(/images/theme/default/prompt_corner3.png);
        right: auto;
        top: -7px;
        left: 50%;
        margin-left: -4px;
        margin-top: 0
    }

    form.search .search-wrapper.search-wrapper_borders.search-wrapper_width {
        margin-bottom: 10px
    }

    .brokers__comparing-block + .search-broker.search.search_top.search_border-b {
        margin-top: 15px !important
    }

    .talparicom__item-header {
        width: 220px
    }

    .talparicom__item-addr {
        padding-right: 40px
    }

    .header__form form.search.fright {
        opacity: 1;
        height: 100%;
        margin-top: 0
    }

    .header__form .header__background.active form.search.fright {
        z-index: 3
    }

    .nav2 .auth {
        opacity: 1;
        height: 100%;
        font-size: 14px;
        line-height: 20px
    }
}

@media only screen and (max-width: 768px) {
    .main-wrapper .justify h2 {
        text-align: center
    }

    .js-filter__toggle {
        display: inline-block
    }

    .recomend__content {
        flex-wrap: wrap;
        justify-content: center
    }

    .recomend__item {
        width: 25%;
        margin-bottom: 20px
    }

    aside #brokersFilterMain {
        display: none;
        position: relative;
        top: 20px
    }

    .brokers_list .broker_item {
        width: 33%
    }

    .talparitab__table-wrap {
        overflow: auto
    }

    .talparitab__table-wrap table {
        width: 700px
    }

    .cell__tooltip .drop-settings {
        position: absolute;
        top: -90px;
        left: 56px
    }

    .cell__tooltip .drop-settings__cont:before {
        top: 97px
    }

    .talpari2.fixed .talpari__site {
        display: none
    }

    .brokers__popular-block {
        width: 100%;
        margin-top: 10px
    }

    .brokers__popular-block .drop-filter {
        left: 0;
        top: 40px
    }

    .etoro-discover-people-results {
        -webkit-overflow-scrolling: touch !important;
        overflow-y: scroll !important
    }
}

@media only screen and (max-width: 720px) {
    .offers__left, .offers__right {
        width: 100%;
        text-align: center
    }

    .offers__right {
        padding-top: 15px;
        padding-left: 0
    }

    .article-wrapper.o-hidden > div {
        overflow: auto
    }

    .ec-table_fsize {
        width: 650px
    }

    .profile_broker_steps {
        padding-left: 20px
    }

    .profile_broker_steps li {
        margin-bottom: 7px
    }
}

@media only screen and (max-width: 700px) {
    .talpari__button-print a {
        background: url(/img/reviews-top.png) 38% 50% no-repeat #4B9988
    }

    .talpari2.fixed2 a:nth-child(4) {
        display: none
    }

    .alpiart__top {
        flex-wrap: wrap
    }

    .bcompare__header {
        padding-left: 0
    }

    .brokers__popular-block {
        margin-right: 0 !important;
        margin-top: 10px !important
    }

    .howuse__rating {
        margin-bottom: 10px
    }

    .main-wrapper .c-header-wrapper2 h1 {
        float: none;
        text-align: center;
        margin-bottom: 5px
    }

    .c-rating__custom {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        width: 100%;
        justify-content: center
    }

    .bcompare__item {
        width: 33.33%
    }

    .bcompare__item:nth-child(8) {
        margin-bottom: 50px
    }

    .article-wrapper3 .pay {
        text-align: center
    }

    .article-wrapper3 .pay-item-w {
        margin: 0 auto
    }

    .group2 .compare_box, .line-sub-filter {
        margin-top: 0
    }

    .article-wrapper3 .company__left {
        width: 100%
    }

    .c-article a {
        text-align: justify
    }

    .c-article__text_bottom:last-child {
        text-align: center
    }

    .catalogue-w__right {
        float: none;
        margin: 0;
        width: 100%;
        padding-top: 35px
    }

    .catalogue-w__left {
        float: none;
        width: 100%
    }

    .chzn-container {
        width: 100% !important
    }

    .compare_box {
        clear: both;
        float: none;
        padding: 20px 0 0
    }

    .analytics, .big-new__contents {
        padding-left: 0
    }

    .analytics, .company__right, .talparicom__item-addr {
        padding-right: 0
    }

    .two-blocks {
        display: block
    }

    .advises, .brokers-block {
        width: 100%
    }

    .popular {
        display: flex;
        justify-content: center;
        text-align: center
    }

    .brokers-block__monitor, .regulatory-wrapper .recommended-broker {
        display: block;
        float: none !important
    }

    .popular > .popular__left {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
        padding-bottom: 0
    }

    .popular > .popular__left > .popular__left {
        width: 100%;
        text-align: center
    }

    .popular__right {
        margin-right: 0
    }

    .analytics__left {
        width: 100%
    }

    .analytics__right-wrapper {
        margin-left: 0;
        width: 100%
    }

    .big-new img {
        max-width: 300px
    }

    h1 {
        text-align: center
    }

    .analytics-wrapper {
        width: 400px;
        margin: 0 auto
    }

    .situation__left {
        float: none;
        margin: 0 auto 20px
    }

    .situation__right {
        float: none;
        margin: 0 auto
    }

    .recommended .title_bottom, .title, .title_sides-margin {
        text-align: center
    }

    .regulatory-wrapper .recommended-broker_width-sm {
        width: 300px
    }

    .regulatory-wrapper .recommended-broker_m-left {
        margin: 0 auto 15px
    }

    .content__container {
        margin-right: 0 !important
    }

    #sel8MH_chzn, .feedback__table {
        width: 100%
    }

    .button_padding {
        font-size: 15px
    }

    .table-brokers .table-brokers__container .table-brokers__container__block {
        width: 100%;
        text-align: center;
        margin-right: 0
    }

    .table-brokers .table-brokers__container .table-brokers__container__block:nth-child(2n+2), .table-brokers .table-brokers__container .table-brokers__container__block:nth-child(3n+3) {
        margin-right: 0
    }

    .table-brokers .table-brokers__container .table-brokers__container__block .block-header {
        padding-left: 20px
    }

    .table-brokers .table-brokers__container .table-brokers__container__block ul li {
        padding-left: 0;
        padding-right: 0
    }

    .table-brokers .table-brokers__nav .table-brokers__nav__item {
        width: 100%;
        margin: 0
    }

    .filter__select-w_width, .in-header-w {
        width: 100%;
        margin-bottom: 10px
    }

    .popular__list {
        text-align: center
    }

    .broker-searched {
        height: 100%;
        min-height: 104px
    }

    .popular__right {
        width: 100%;
        box-sizing: border-box
    }

    .social:last-of-type {
        text-align: center
    }

    .search-wrapper_width-b {
        width: 100%;
        box-sizing: border-box
    }

    .title_b-left {
        padding-left: 0
    }

    .filter__select-w_width-s {
        width: 100%
    }

    .filter__select-w {
        float: none !important
    }

    .filter__select-w_smwidth .chzn-container {
        width: 100% !important
    }

    .search-wrapper_width {
        width: 100%;
        box-sizing: border-box
    }

    .broker-slider__item .recommended-broker {
        margin-left: 0;
        margin-right: 0
    }

    .brokers-block__monitor {
        position: static
    }

    .event-w__left, .event-w__right {
        float: none;
        width: 100%
    }

    .choose-broker {
        height: 100%
    }

    .popular__added_pb-r {
        width: 33%;
        box-sizing: border-box;
        margin: 0
    }

    .personal_cabinet_form-external_links li {
        margin-left: 10px;
        margin-bottom: 7px
    }

    .mce-tinymce.mce-container.mce-panel {
        width: 100% !important
    }

    .advertising__left, .advertising__right {
        float: none;
        width: 100%;
        text-align: center
    }

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

    .event-w__right {
        margin-left: 0
    }

    #articlesList .c-article a {
        text-align: justify
    }

    .petition-select-w .chzn-container {
        width: 100% !important
    }

    .sidebar__item__info_width {
        box-sizing: border-box;
        width: 100%;
        padding-left: 20px
    }

    .brokers__comparing-block {
        width: 100%;
        margin-right: 0
    }

    .line-sub-filter .search-broker.search.search_top.search_border-b.fleft {
        width: 100% !important;
        margin-left: 0
    }

    .article-wrapper3 .company__right, .brokers__popular-block {
        width: 100%
    }

    .brokers__comparing-block + .search-broker {
        max-width: 100%
    }

    .brokers__popular-block .drop-filter {
        left: 0;
        top: 40px
    }

    .talpari__sidebar .popular__list {
        text-align: left
    }

    .article-wrapper3 .last-up {
        text-align: center;
        padding-bottom: 10px
    }

    .talpari__bills .popular__list {
        text-align: left
    }

    .talparicom__item {
        flex-wrap: wrap
    }

    .talparicom__item-header {
        width: 100%;
        padding-left: 0;
        padding-bottom: 20px
    }

    .talparicom__item-addr, .talparicom__item-phone {
        width: 50%;
        box-sizing: border-box
    }
}

@media only screen and (max-width: 640px) {
    .article-wrapper > .live-chat-about + div, .catalogue-form > div:not(.wrapper-right) {
        overflow: auto
    }

    .filter__content.filter__content_bottom a {
        display: block;
        width: 100%
    }

    #mapCanvas {
        width: 100% !important
    }

    .live-chat.big {
        width: 560px
    }

    .brokers_list .broker_item {
        width: 50%
    }

    .filter_list li {
        width: 31%
    }

    .filter_box h2, .filter_tools {
        float: none
    }

    .filter_tools {
        padding-top: 20px;
        margin-bottom: 0
    }

    .filter_cansel, .filter_default {
        float: left;
        margin-left: 15px;
        margin-right: 20px
    }

    .tables_title h1 {
        font-size: 20px;
        line-height: 22px;
        text-align: center
    }

    .filter_toggle {
        float: none;
        display: block;
        text-align: center
    }

    .info_icon {
        top: 2px
    }

    .under_nav_banner {
        display: none
    }

    .breadcrumbs {
        padding-left: 0;
        padding-right: 0
    }

    .nav_p-bottom li {
        width: 100%;
        display: block;
        margin-top: 10px
    }

    .btn_right, .filter_box h2 {
        text-align: center
    }

    .btn_right .button {
        float: none;
        margin-bottom: 15px
    }

    .btn_right .filter_default {
        float: none
    }

    .filter_box {
        padding-right: 21px
    }

    .btn_right br {
        display: block
    }

    .company__left {
        width: 100%;
        padding-bottom: 7px
    }

    .addthis_toolbox {
        width: 150px;
        margin: 0 auto
    }

    .c-contacts, .pay {
        text-align: center
    }

    .pay-item-w {
        margin: 0 auto
    }

    .company__right {
        width: 100%;
        float: none;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box
    }

    .tabs-bottom-text {
        margin-bottom: 0
    }

    .article-wrapper2 {
        padding-right: 0
    }

    .c-menu {
        display: block;
        text-align: center
    }

    .c-menu li {
        width: 100%
    }

    .brokerpagemenu-broker-reviews {
        right: auto;
        left: 50%;
        transform: translate(-50%, 0);
        width: 180px
    }

    .c-menu li ul {
        text-align: center;
        width: 100%;
        background-color: #eee
    }

    .c-menu li li {
        width: 100%
    }

    .compare_left {
        width: 130px
    }

    .compare_right {
        margin-left: 100px
    }

    .first_block_compare {
        padding-top: 5px
    }

    .compare_frame table td {
        word-wrap: break-word
    }

    .compare_left h5 {
        height: 50px;
        padding: 15px 0;
        line-height: 1.3;
        box-sizing: border-box
    }

    .catalogue_accounts {
        width: 550px
    }

    .company__left aside .button.button_mb-top.button_mb-left {
        width: 130px;
        display: block;
        margin: 10px auto
    }

    .sidebar__item__info_m-bottom-minus {
        text-align: center;
        float: left;
        width: 50%;
        margin-bottom: 5px
    }

    .sidebar__item__info__image_border {
        float: none !important;
        margin: 0 auto
    }

    .p-article-small-w__left {
        margin: 0 auto 10px;
        float: none;
        text-align: center
    }

    .p-article-small-w__right {
        text-align: center;
        margin: 0 auto;
        float: none
    }

    .p-article__image {
        float: none !important;
        margin: 0 auto
    }

    .p-article-w {
        width: 100%;
        margin: 0 auto 10px;
        text-align: center
    }

    .recommended-broker_p-top {
        width: 210px;
        margin: 0 auto;
        padding-bottom: 20px
    }

    .recommended-broker_p-top + a {
        display: block;
        margin: 0 auto;
        width: 400px;
        position: relative
    }

    .article-wrapper.article-wrapper_paddings .c-article a {
        text-align: justify
    }

    .talpari__button-print {
        transform: none;
        width: 100%
    }

    .article-wrapper3 {
        padding-right: 20px
    }

    .bcategory__content {
        flex-wrap: wrap
    }

    .bcategory__item:first-child {
        width: 60%
    }

    .bcategory__item:nth-child(2) {
        width: 40%
    }

    .bcategory__item:nth-child(3) {
        width: 50%;
        padding-top: 15px
    }

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

    .talpari3 .talpari__buttons, .talpari3 .talpari__site, .talpari3 a:nth-child(4) {
        width: 33%
    }

    .talpari2.fixed a:nth-child(4) {
        width: auto
    }

    .talpari.static .talpari__logo {
        width: 100%;
        text-align: center
    }

    .talpari2.static .talpari__name {
        width: 100%;
        padding-top: 5px;
        padding-bottom: 3px;
        text-align: center
    }

    .talpari2.static .c-rating {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: center
    }

    .talpari2.static .talpari__site {
        order: 1;
        padding-top: 5px
    }

    .talpari2.static {
        padding-top: 15px;
        padding-bottom: 15px
    }
}

@media only screen and (max-width: 600px) {
    .talpari2.fixed, .talpari5 {
        display: none
    }

    .talpari__button-print a {
        background: url(/img/reviews-top.png) 36% 50% no-repeat #4B9988
    }

    .addcom__bottom {
        padding-bottom: 30px
    }

    .talpari__sort-item {
        width: 100%;
        align-tems: center;
        padding-top: 15px;
        justify-content: center
    }

    .talpari__sort p {
        margin: 0 !important
    }

    .talpari__sort {
        flex-wrap: wrap;
        justify-content: center
    }

    .recomend__item-img {
        padding-bottom: 15px
    }

    .recomend__item {
        width: 33.33%
    }

    .talpari__logo {
        transform: none
    }

    .talpari__name {
        padding: 0 20px
    }

    .c-rating, .talpari2 .c-rating {
        padding-bottom: 0
    }

    .talpari__buttons {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 10px
    }

    .leader_width {
        margin-left: 0;
        width: 100%;
        box-sizing: border-box
    }

    .offers__image {
        float: none !important;
        margin: 0
    }

    .regulatory__left, .regulatory__right {
        float: none;
        width: 100%;
        text-align: center
    }

    .offers {
        text-align: center
    }

    .regulatory__left {
        margin: 0
    }

    .regulatory__right {
        margin: 10px 0 0
    }

    .c-article__image, .c-rating {
        float: none !important
    }

    .recommended-broker_width {
        width: 250px
    }

    .c-article__overflow {
        text-align: center;
        max-height: 100%
    }

    .c-article__overflow .big {
        display: block;
        width: 100%
    }

    .feedback__table__input-wrapper_after_content:after {
        width: 70%
    }

    .feedback__table__input-wrapper_after:after {
        width: 125px;
        left: -3px;
        content: 'РєРѕРґ'
    }

    .feedback__table__input-wrapper_after_content:after {
        left: 10px;
        content: 'РЅРѕРјРµСЂ С‚РµР»РµС„РѕРЅР°'
    }

    .c-rating {
        text-align: center
    }

    .c-article .c-article__text {
        text-align: justify
    }

    .article-wrapper3 .c-main {
        margin-bottom: 0
    }

    .brokers-block__books {
        position: static;
        float: none !important
    }

    .c-main.clearfix.broker-page-header {
        display: flex;
        flex-direction: column
    }

    .social-likes {
        margin: 0 auto;
        width: 140px;
        height: 40px
    }

    .talpari4 {
        flex-wrap: wrap;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex
    }

    .talpari4 .talpari__logo, .talpari4 .talpari__name {
        width: 30%;
        box-sizing: border-box
    }

    .talpari4 .c-rating {
        width: 40%
    }

    .talpari4 .talpari__buttons {
        margin: 10px auto 0
    }
}

@media only screen and (max-width: 520px) {
    .simple-profile .auth > * {
        display: none
    }

    .simple-profile .auth > a.auth__link[rel] {
        display: block
    }

    .secondlvl-wr .list-link {
        bottom: 14px;
        right: 25px
    }

    .secondlvl-col {
        width: 100%;
        height: auto
    }

    .nav2 .secondlvl-item div a {
        padding: 0
    }

    .secondlvl-item {
        margin-bottom: 10px
    }

    .secondlvl-col:nth-child(2) .secondlvl-item:last-child {
        margin-bottom: 35px
    }

    .form__search {
        margin-right: -10px
    }

    .form__social a:nth-child(2) {
        margin-right: 3px
    }

    .form__social a:nth-child(3) {
        margin-right: 7px
    }

    .form__auth-ico {
        left: 65%
    }

    .form__social a {
        margin-right: 3px
    }

    .talpari2 .c-rating {
        width: 100%;
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        align-items: center;
        justify-content: center
    }

    .popular > .popular__added_pb-r, .popular__added_pb-r {
        width: 100%;
        box-sizing: border-box;
        margin: 0;
        float: none !important
    }

    .popular {
        display: block
    }

    .bcompare__item:first-child, .bcompare__item:nth-child(5), .bcompare__item:nth-child(8) {
        margin-bottom: 0
    }

    .bcompare__item {
        width: 50%;
        margin-bottom: 30px
    }

    .talpari3 .talpari__site, .talpari3 a:nth-child(4) {
        width: 50%;
        padding-top: 10px
    }

    .talpari3 .talpari__buttons {
        width: 100%
    }
}

@media only screen and (max-width: 480px) {
    .talpari__sort {
        padding-left: 8px;
        padding-right: 8px
    }

    .alpiart__item a {
        padding: 6px 0 8px
    }

    .talpari__line {
        flex-wrap: wrap;
        margin-bottom: 10px
    }

    .article-wrapper3 .soc {
        padding-top: 15px;
        margin-bottom: -7px;
        padding-left: 5px
    }

    .article-wrapper3 .company__left {
        padding-bottom: 0
    }

    .talpari__addcomments button {
        margin: 0 auto;
        display: block
    }

    .talpari__addcomments span {
        margin-top: 0
    }

    .talpari__addcomments label {
        display: inline-block;
        width: 100%;
        padding-bottom: 5px
    }

    .addcom__bottom a, .article-wrapper3 .last-up, .article-wrapper3 .pay {
        display: none
    }

    .talpari__addcomments textarea {
        width: 100%
    }

    .talpari__addcomments {
        padding: 15px 8px;
        margin: 20px 0
    }

    .talpari__addcomments input {
        width: 100%
    }

    .article-wrapper3 {
        padding-right: 0
    }

    .article-wrapper3 .c-main, .article-wrapper3 .c-main2, .main-wrapper .content__container {
        border: none
    }

    .main-wrapper .c-header-wrapper2 {
        border: 1px solid #dedede;
        border-bottom: none
    }

    .breadcrumbs {
        border-bottom: none
    }

    .talpari__bills .title-noconflict.title_normal.title_bottom.title_right.in-block {
        width: 100%;
        text-align: center;
        padding: 10px 0
    }

    .talpari__bills .rightcol3 {
        width: calc(100% - 16px)
    }

    .addcom button, .talpari__bills .tabs.js-tabs, .talparitab__control-right {
        width: 100%
    }

    .talpari__bills {
        padding: 0 8px 15px
    }

    .talparitab__control-left {
        width: 100%;
        text-align: center;
        padding-bottom: 20px
    }

    .talparitab__control {
        flex-wrap: wrap
    }

    .all__comments a:after {
        content: '';
        position: absolute;
        top: 7px;
        left: calc(50% - 72px);
        width: 16px;
        height: 16px;
        background: url(/img/reviews-top.png)
    }

    .addcom__bottom {
        justify-content: center
    }

    .article-wrapper3 .company__left {
        border-left: 1px solid #dedede;
        border-bottom: 1px solid #dedede;
        border-right: 1px solid #dedede;
        float: none;
        box-sizing: border-box;
        margin-bottom: 20px
    }

    .article-wrapper3 .company__right {
        border: 1px solid #dedede;
        padding-top: 15px;
        padding-left: 8px;
        padding-right: 8px
    }

    .article-wrapper3 .c-main_r-reset:nth-child(1) {
        width: 180px;
        height: 100px;
        margin: 0 auto;
        border: 1px solid #dedede;
        box-sizing: border-box
    }

    .all__comments a {
        width: 100%;
        margin-bottom: 10px;
        display: inline-block;
        text-align: center;
        padding: 0;
        background-color: #4B9988;
        color: #fff;
        margin-top: 10px
    }

    .talpari__bills .tabs-bottom-text {
        width: 100%
    }

    .alparifed {
        padding-left: 8px;
        padding-right: 8px;
        padding-bottom: 15px
    }

    .youtube-intext iframe {
        width: 100%;
        float: none !important
    }
}

@media only screen and (max-width: 450px) {
    .talpari__contact__bottom .talpari__suppor-head, .talpari__pay .title-noconflict {
        font-weight: 400
    }

    .contact__title, .personal_cabinet_form-title_label {
        word-wrap: break-word
    }

    .brokers__constructor-block {
        padding-right: 0;
        padding-left: 10px
    }

    .brokers__menu-center span {
        padding-right: 5px
    }

    .form__social {
        padding-top: 2px
    }

    .form__auth-ico {
        left: 63%
    }

    .form__search {
        margin-right: -15px
    }

    .talpari__contact__bottom .talpari__support {
        margin-bottom: 20px;
        display: block
    }

    .bcategory__item:first-child {
        width: 50%;
        padding-right: 20px;
        box-sizing: border-box
    }

    .bcategory__item:nth-child(2) {
        width: 50%
    }

    .talpari__contact__bottom .talpari__support ul {
        text-align: center
    }

    .talpari__contact__bottom .talpari__support ul li {
        display: inline-block
    }

    .talpari__pay + .last-up {
        display: block;
        text-align: center
    }

    .talpari__pay .pay {
        margin-bottom: 0;
        padding: 0
    }

    .talpari__pay .last-up {
        padding: 0;
        text-align: center
    }

    .talpari__pay {
        display: block;
        border: 1px solid #dedede;
        padding: 10px 0
    }

    .talpari__button-print, .talpari__support {
        display: none
    }

    .talpari__pay .tabs__list {
        padding-top: 10px
    }

    .talpari__pay .tabs__contents {
        margin-top: 5px
    }

    .trading-block-couple:after {
        top: 7px;
        right: 1px
    }

    .talparitab__compare {
        text-align: center
    }

    .bcategory, .recomend {
        padding: 15px 8px
    }

    .main-wrapper .c-header-wrapper2 {
        padding-left: 8px;
        padding-right: 8px;
        padding-top: 15px
    }

    .article-wrapper3 .c-main {
        border: none
    }

    .article-wrapper3 .sidebar {
        margin-top: 0
    }

    .article-wrapper3 .rightcol2 {
        margin-top: 15px
    }

    .alpiart,
    .talpari__article, .talparicom, .talparitab__first, .talparitab__second, .talparitab__trird {
        padding: 15px 8px
    }

    .main-wrapper .page-wrapper > p {
        margin: 0
    }

    .talpari__links {
        padding: 10px 10px 15px
    }

    .brokers__menu-center {
        width: 100%
    }

    .brokers__menu-left {
        width: 100%;
        margin-bottom: 10px
    }

    .live-chat-about {
        padding-left: 0;
        padding-top: 150px;
        background-position: center top
    }

    .contact td:first-child {
        width: 115px
    }

    .footer, .page-wrapper {
        margin: 0 10px
    }

    .filter_list li {
        width: 48%
    }

    .col_1, .select_group {
        width: 100%
    }

    .filter_cansel, .filter_default {
        margin-right: 15px;
        float: none;
        margin-bottom: 15px;
        display: inline-block
    }

    .col_group {
        margin-left: 0;
        padding-bottom: 15px
    }

    .col_1 {
        float: none;
        padding-bottom: 10px
    }

    .col_2, .col_3, .col_4 {
        width: 100%;
        display: block
    }

    .choose-broker > .popular__left, .choose-broker > .popular__right {
        padding-left: 5px;
        padding-right: 5px
    }

    .analytics__right__left {
        margin: 0 auto;
        width: 240px;
        float: none
    }

    .analytics__right__right {
        margin: 0 auto;
        width: 140px;
        float: none
    }

    .analytics-wrapper {
        width: 100%
    }

    .big-new__contents {
        padding-left: 15px
    }

    .big-new {
        text-align: center
    }

    .rating-stars {
        left: 50%;
        right: auto;
        transform: translate(-50%, 0);
        top: 30px
    }

    .reiew-item__block__title {
        margin-bottom: 25px
    }

    .article-wrapper2 .more {
        width: 138px
    }

    .tabs__list__item {
        margin-bottom: 5px
    }

    .feedback__table__input-wrapper {
        max-width: 200px;
        margin-right: 0
    }

    .chzn-container {
        max-width: 220px !important
    }

    .feedback__table__input-wrapper_width-big {
        max-width: 143px !important;
        float: left !important
    }

    .datepicker-element {
        width: 51%
    }

    .timepicker_left {
        margin-left: 0
    }

    .timepicker {
        width: 165px
    }

    #ui-datepicker-div {
        left: 50% !important;
        transform: translate(-50%, 0) !important
    }

    .connects__left, .connects__right {
        width: 100%;
        float: none;
        text-align: center
    }

    .org {
        width: 100%
    }

    .article-wrapper2 .company-main_f-cell-width td:first-child {
        width: 22px
    }

    .table-brokers .article-wrapper_table-brokers {
        padding-left: 0;
        padding-right: 0
    }

    .table-brokers .table-brokers__nav-header .table-brokers__nav-header__title {
        font-size: 32px
    }

    .platform-screen:active, .platform-screen:focus, .platform-screen:hover, .platform-screen:link, .platform-screen:visited {
        width: 100%;
        text-align: center
    }

    .platform-screen__image {
        display: inline;
        margin-bottom: 10px
    }

    #paginatorWrpr a, .wrapper-right .button.button_padding.button_m-reset, .wrapper-right .button.button_right {
        box-sizing: border-box;
        display: inline-block;
        width: 100%
    }

    .broker-searched__left {
        float: none;
        text-align: center
    }

    .broker-searched__right {
        margin: 0
    }

    .brokers_list .broker_item {
        width: 100%
    }

    .wrapper-right .button.button_right {
        margin-bottom: 10px
    }

    #paginatorWrpr {
        width: 100%
    }

    .article-wrapper {
        padding-left: 10px;
        padding-right: 10px
    }

    .contact__title {
        max-width: 110px
    }

    .expert-item__left {
        width: 100%;
        float: none
    }

    .expert-item__right {
        margin-left: 0;
        padding-left: 10px
    }

    .filter__select-w .chzn-container.chzn-container-single.chzn-container-single-nosearch {
        max-width: 100% !important
    }

    .c-article__left {
        width: 100%;
        float: none;
        text-align: center
    }

    .c-article__right {
        margin-left: 0;
        text-align: center
    }

    .social-links_bg {
        margin-right: -10px
    }

    .rev-types .rating-stars.rating-stars_bottom.static {
        transform: none
    }

    .addcom__bottom {
        flex-wrap: wrap;
        align-items: center;
        text-align: center;
        padding-bottom: 10px
    }

    .addcom__bottom a {
        margin: 0 auto
    }
}

@media only screen and (max-width: 420px) {
    .talpari__bills .rightcol3 {
        top: 105px
    }

    .recomend__item {
        width: 50%
    }

    .alparifed__header {
        padding-right: 8px
    }

    .talpari3 a:nth-child(4) {
        width: 100%;
        text-align: center
    }

    .talpari3 .talpari__site {
        width: 100%
    }
}

@media only screen and (max-width: 380px) {
    .talpari__sort-ico {
        width: 65px
    }

    .logo {
        background-position: center 0
    }

    .button.button-select-filter {
        width: 130px
    }

    .e-about__right {
        width: 38%
    }

    .advertising-service img, .situation__left {
        width: 100%
    }

    .situation__left iframe, .situation__left > div, .situation__left > div > div, .situation__left > div > div > div {
        width: 100% !important
    }

    .situation__right {
        width: 100%
    }

    .situation {
        padding-left: 0;
        padding-right: 0
    }

    .brokers__popular-block:after {
        left: 4px
    }

    .brokers__comparing-block:after {
        left: 7px
    }
}

@media only screen and (max-width: 320px) {
    body {
        overflow-x: auto
    }

    .page-wrapper {
        width: 300px
    }
}

.button-demo {
    margin: 30px 25px 0 0
}

.popup-window {
    box-sizing: border-box;
    display: none;
    padding: 0;
    z-index: 200;
    height: auto;
    max-width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}

#add-review-cont.popup-window, #feedbackBroker, #feedbackBroker2, #feedbackPlease, #feedbackPlease2, .popup-window.feedback-broker, .popup-window.feedback-login, .popup-window.feedback-thanks, .popup-window.site-access-control {
    background: #fff;
    border: none;
    border: 3px solid #4b9988;
    box-sizing: border-box;
    padding: 44px 32px;
    text-align: center;
    height: auto;
    width: 100%
}

#add-review-cont.popup-window {
    min-width: 380px;
    max-width: 900px
}

#add-review-cont.popup-window h3 {
    font: 700 24px/26px Roboto, Arial, Helvetica, sans-serif;
    text-align: left;
    text-transform: uppercase
}

#add-review-cont.popup-window button {
    margin-left: 0
}

@media (min-width: 300px) {
    .popup-window {
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        max-width: 100%
    }

    .popup-window, .popup-window.feedback-broker {
        width: 380px
    }

    .popup-window.feedback-thanks {
        width: 280px
    }

    .popup-window.site-access-control {
        width: 430px
    }

    #access-control-no {
        margin-left: 15px;
        background: #ccc;
    }
}

#feedbackBroker, #feedbackBroker2 {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

#feedbackBroker .button, #feedbackBroker2 .button {
    visibility: hidden
}

.popup-window h3 {
    font-size: 14px;
    margin-bottom: 12px;
    text-transform: none
}

.popup-window p {
    text-align: left
}

.popup-window .button {
    margin-top: 24px
}

.popup-window .popup-logo {
    margin-bottom: 24px;
    height: 70px;
    width: 127px
}

.popup-window .personal_cabinet_form-row {
    margin-bottom: 0
}

.popup-window.feedback-login {
    border: 8px solid #999;
    overflow: hidden;
    padding: 0;
    text-align: left
}

.popup-window.feedback-login .feedback-login-site, .popup-window.feedback-login .feedback-login-social {
    box-sizing: border-box;
    margin: 0;
    padding: 12px 24px 24px
}

.popup-window.feedback-login .feedback-login-social {
    background: #eee;
    padding-bottom: 28px
}

.popup-window.feedback-login h2 {
    font-weight: 400;
    margin: 16px 24px 24px;
    text-transform: uppercase
}

.popup-window.feedback-login h3 {
    margin-bottom: 12px
}

.popup-window.feedback-login .feedback-link-registration, .popup-window.feedback-login .feedback-link-reminder {
    display: block;
    float: left;
    margin: 0;
    padding: 0
}

.popup-window.feedback-login .feedback-link-reminder {
    margin-right: 16px
}

.popup-window.feedback-login .button {
    clear: left;
    display: block;
    margin: 12px 0
}

.popup-window.feedback-login .feedback-login-link {
    font-size: 30px;
    margin-right: 12px
}

.popup-window.feedback-login .feedback-login-link:last-child {
    margin-right: 0
}

.popup-window.feedback-login .feedback-login-input {
    border: 1px solid #d9d9d9;
    display: block;
    height: 30px;
    margin-bottom: 8px;
    width: 100%
}

.popup-window.feedback-login .feedback-login-reminder {
    margin-right: 12px
}

#feedbackBroker .chzn-container, #feedbackBroker2 .chzn-container {
    width: 100% !important;
    max-width: 250px;
    float: none;
    margin: 0;
    text-transform: none
}

#feedbackBroker .chzn-drop, #feedbackBroker2 .chzn-drop {
    width: 100% !important
}

@media (min-width: 640px) {
    .popup-window.feedback-login {
        width: 620px
    }

    .popup-window.feedback-login .feedback-login-site, .popup-window.feedback-login .feedback-login-social {
        display: table-cell
    }

    .popup-window.feedback-login .feedback-login-social {
        padding-left: 24px;
        padding-right: 16px;
        width: 240px;
        max-width: 240px;
    }

    .popup-window.feedback-login .feedback-login-site {
        padding-left: 16px;
        padding-right: 24px;
        width: 380px
    }

    .popup-window.feedback-login .feedback-login-label {
        box-sizing: border-box;
        clear: both;
        float: left;
        width: 60px
    }

    .popup-window.feedback-login .feedback-login-input {
        box-sizing: border-box;
        float: right;
        width: 270px
    }

    .popup-window.feedback-login .feedback-login-reminder {
        clear: both;
        float: left;
        margin-left: 60px
    }

    .popup-window.feedback-login .button {
        margin-left: 60px
    }
}

.popup-window.youtube-embed {
    background: #fff;
    width: 90%;
    max-width: 1280px;
    max-height: 720px;
    height: 50vw
}

.popup-window.youtube-embed .js-closer-auth {
    top: -30px;
    right: 0;
    background-color: #bdbdbd
}

.popup-window.youtube-embed iframe {
    width: 100%;
    height: 100%
}

.alpiart__header_links {
    font-size: 14px;
    text-transform: none;
    display: inline-block;
    margin-left: 10px
}

.lowercase {
    text-transform: lowercase
}

.simple-profile .main-wrapper {
    margin: 0 !important
}

.simple-profile footer {
    height: auto !important
}

.article-wrapper img {
    max-width: 100%
}

.reviews-wrapper .breadcrumbs {
    border: 1px solid #dedede;
}

.reviews-wrapper .title_top-m {
    padding: 20px;
    border: 1px solid #dedede;
    border-top: 0px;
    margin: 0;
}

.reviews-wrapper .article-wrapper {
    border: 1px solid #dedede;
    padding-top: 20px;
}

.reviews-wrapper .reviews-cont {
    margin-top: 0;
}

.reviews-wrapper .top-review-text {
    border: 1px solid #dedede;
    border-top: 0;
    padding: 10px 20px;
}

.error-stars {
    margin-left: 19px !important;
}

.error-input-rating {
    color: #ff0000;
    margin-left: 100px;
    margin-top: 3px;
    display: none;
}

#brokersFilterMain select {
    width: 100%;
}

.language__list {
    width: 400px !important;
    padding: 4px;
}

.language__list li {
    display: inline-block;
    width: 130px;
}

.language__list__item span {
    color: #fff;
}

.language__list__item:hover span {
    color: red;
}

.language__list__item__link {
    padding: 3px !important
}

/* END part 2 */

/* --- FLAGS --- */
.flags-en, .flags-sv, .flags-ar, .flags-de, .flags-fi, .flags-fa, .flags-es, .flags-et, .flags-ur, .flags-fr, .flags-lv, .flags-ja, .flags-it, .flags-lt, .flags-ko, .flags-nl, .flags-sr, .flags-cn, .flags-pl, .flags-sk, .flags-tw, .flags-ru, .flags-sl, .flags-bn, .flags-br, .flags-el, .flags-km, .flags-hu, .flags-bg, .flags-lo, .flags-ro, .flags-mn, .flags-id, .flags-hr, .flags-uk, .flags-ms, .flags-cs, .flags-ka, .flags-th, .flags-da, .flags-tr, .flags-vi, .flags-no, .flags-he {
    background: url('/img/lang-icons/langs_all.png') no-repeat;
}

.flags-uk {
    width: 14px;
    height: 14px;
    background-position: -0 -0;
}

.flags-ur {
    width: 14px;
    height: 14px;
    background-position: -0 -14px;
}

.flags-vi {
    width: 14px;
    height: 14px;
    background-position: -0 -28px;
}

.flags-ar {
    width: 14px;
    height: 14px;
    background-position: -0 -42px;
}

.flags-bg {
    width: 14px;
    height: 14px;
    background-position: -0 -56px;
}

.flags-bn {
    width: 14px;
    height: 14px;
    background-position: -0 -70px;
}

.flags-br {
    width: 14px;
    height: 14px;
    background-position: -0 -84px;
}

.flags-cn {
    width: 14px;
    height: 14px;
    background-position: -0 -98px;
}

.flags-cs {
    width: 14px;
    height: 14px;
    background-position: -0 -112px;
}

.flags-da {
    width: 14px;
    height: 14px;
    background-position: -0 -126px;
}

.flags-de {
    width: 14px;
    height: 14px;
    background-position: -0 -140px;
}

.flags-el {
    width: 14px;
    height: 14px;
    background-position: -0 -154px;
}

.flags-en {
    width: 14px;
    height: 14px;
    background-position: -0 -168px;
}

.flags-es {
    width: 14px;
    height: 14px;
    background-position: -0 -182px;
}

.flags-et {
    width: 14px;
    height: 14px;
    background-position: -0 -196px;
}

.flags-he {
    width: 14px;
    height: 14px;
    background-position: -0 -210px;
}

.flags-fi {
    width: 14px;
    height: 14px;
    background-position: -0 -224px;
}

.flags-fa {
    width: 14px;
    height: 14px;
    background-position: -0 -238px;
}

.flags-ko {
    width: 14px;
    height: 14px;
    background-position: -0 -252px;
}

.flags-lo {
    width: 14px;
    height: 14px;
    background-position: -0 -266px;
}

.flags-lt {
    width: 14px;
    height: 14px;
    background-position: -0 -280px;
}

.flags-lv {
    width: 14px;
    height: 14px;
    background-position: -0 -294px;
}

.flags-mn {
    width: 14px;
    height: 14px;
    background-position: -0 -308px;
}

.flags-ms {
    width: 14px;
    height: 14px;
    background-position: -0 -322px;
}

.flags-nl {
    width: 14px;
    height: 14px;
    background-position: -0 -336px;
}

.flags-pl {
    width: 14px;
    height: 14px;
    background-position: -0 -350px;
}

.flags-fr {
    width: 14px;
    height: 14px;
    background-position: -0 -364px;
}

.flags-km {
    width: 14px;
    height: 14px;
    background-position: -0 -378px;
}

.flags-hr {
    width: 14px;
    height: 14px;
    background-position: -0 -392px;
}

.flags-ka {
    width: 14px;
    height: 14px;
    background-position: -0 -406px;
}

.flags-it {
    width: 14px;
    height: 14px;
    background-position: -0 -420px;
}

.flags-ja {
    width: 14px;
    height: 14px;
    background-position: -0 -434px;
}

.flags-id {
    width: 14px;
    height: 14px;
    background-position: -0 -448px;
}

.flags-tr {
    width: 14px;
    height: 14px;
    background-position: -0 -462px;
}

.flags-tw {
    width: 14px;
    height: 14px;
    background-position: -0 -476px;
}

.flags-hu {
    width: 14px;
    height: 14px;
    background-position: -0 -490px;
}

.flags-no {
    width: 14px;
    height: 14px;
    background-position: -0 -504px;
}

.flags-ro {
    width: 14px;
    height: 14px;
    background-position: -0 -518px;
}

.flags-sl {
    width: 14px;
    height: 14px;
    background-position: -0 -532px;
}

.flags-th {
    width: 14px;
    height: 14px;
    background-position: -0 -546px;
}

.flags-ru {
    width: 14px;
    height: 14px;
    background-position: -0 -560px;
}

.flags-sv {
    width: 14px;
    height: 14px;
    background-position: -0 -574px;
}

.flags-sr {
    width: 14px;
    height: 14px;
    background-position: -0 -588px;
}

.flags-sk {
    width: 14px;
    height: 14px;
    background-position: -0 -602px;
}

.language__list a {
    position: relative;
    padding: 3px 0px 0px 21px !important;
}

.language__list a .flag {
    position: absolute;
    top: 5px;
    left: 3px;
}

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

/* --- from FLAGS --- */
.flags-m-en, .flags-m-sv, .flags-m-ar, .flags-m-de, .flags-m-fi, .flags-m-fa, .flags-m-es, .flags-m-et, .flags-m-ur, .flags-m-fr, .flags-m-lv, .flags-m-ja, .flags-m-it, .flags-m-lt, .flags-m-ko, .flags-m-nl, .flags-m-sr, .flags-m-cn, .flags-m-pl, .flags-m-sk, .flags-m-tw, .flags-m-ru, .flags-m-sl, .flags-m-bn, .flags-m-br, .flags-m-el, .flags-m-km, .flags-m-hu, .flags-m-bg, .flags-m-lo, .flags-m-ro, .flags-m-mn, .flags-m-id, .flags-m-hr, .flags-m-uk, .flags-m-ms, .flags-m-cs, .flags-m-ka, .flags-m-th, .flags-m-da, .flags-m-tr, .flags-m-vi, .flags-m-no, .flags-m-he {
    background: url('/img/lang-icons/langs_all.png') no-repeat;
}

.flags-m-uk {
    width: 22px;
    height: 22px;
    background-position: -0 -0px;
}

.flags-m-ur {
    width: 22px;
    height: 22px;
    background-position: -0 -22px;
}

.flags-m-vi {
    width: 22px;
    height: 22px;
    background-position: -0 -44px;
}

.flags-m-ar {
    width: 22px;
    height: 22px;
    background-position: -0 -66px;
}

.flags-m-bg {
    width: 22px;
    height: 22px;
    background-position: -0 -88px;
}

.flags-m-bn {
    width: 22px;
    height: 22px;
    background-position: -0 -110px;
}

.flags-m-br {
    width: 22px;
    height: 22px;
    background-position: -0 -132px;
}

.flags-m-cn {
    width: 22px;
    height: 22px;
    background-position: -0 -154px;
}

.flags-m-cs {
    width: 22px;
    height: 22px;
    background-position: -0 -176px;
}

.flags-m-da {
    width: 22px;
    height: 22px;
    background-position: -0 -198px;
}

.flags-m-de {
    width: 22px;
    height: 22px;
    background-position: -0 -220px;
}

.flags-m-el {
    width: 22px;
    height: 22px;
    background-position: -0 -242px;
}

.flags-m-en {
    width: 22px;
    height: 22px;
    background-position: -0 -264px;
}

.flags-m-es {
    width: 22px;
    height: 22px;
    background-position: -0 -286px;
}

.flags-m-et {
    width: 22px;
    height: 22px;
    background-position: -0 -308px;
}

.flags-m-he {
    width: 22px;
    height: 22px;
    background-position: -0 -330px;
}

.flags-m-fi {
    width: 22px;
    height: 22px;
    background-position: -0 -352px;
}

.flags-m-fa {
    width: 22px;
    height: 22px;
    background-position: -0 -374px;
}

.flags-m-ko {
    width: 22px;
    height: 22px;
    background-position: -0 -396px;
}

.flags-m-lo {
    width: 22px;
    height: 22px;
    background-position: -0 -418px;
}

.flags-m-lt {
    width: 22px;
    height: 22px;
    background-position: -0 -440px;
}

.flags-m-lv {
    width: 22px;
    height: 22px;
    background-position: -0 -462px;
}

.flags-m-mn {
    width: 22px;
    height: 22px;
    background-position: -0 -484px;
}

.flags-m-ms {
    width: 22px;
    height: 22px;
    background-position: -0 -506px;
}

.flags-m-nl {
    width: 22px;
    height: 22px;
    background-position: -0 -528px;
}

.flags-m-pl {
    width: 22px;
    height: 22px;
    background-position: -0 -550px;
}

.flags-m-fr {
    width: 22px;
    height: 22px;
    background-position: -0 -572px;
}

.flags-m-km {
    width: 22px;
    height: 22px;
    background-position: -0 -594px;
}

.flags-m-hr {
    width: 22px;
    height: 22px;
    background-position: -0 -616px;
}

.flags-m-ka {
    width: 22px;
    height: 22px;
    background-position: -0 -638px;
}

.flags-m-it {
    width: 22px;
    height: 22px;
    background-position: -0 -660px;
}

.flags-m-ja {
    width: 22px;
    height: 22px;
    background-position: -0 -682px;
}

.flags-m-id {
    width: 22px;
    height: 22px;
    background-position: -0 -704px;
}

.flags-m-tr {
    width: 22px;
    height: 22px;
    background-position: -0 -726px;
}

.flags-m-tw {
    width: 22px;
    height: 22px;
    background-position: -0 -748px;
}

.flags-m-hu {
    width: 22px;
    height: 22px;
    background-position: -0 -770px;
}

.flags-m-no {
    width: 22px;
    height: 22px;
    background-position: -0 -792px;
}

.flags-m-ro {
    width: 22px;
    height: 22px;
    background-position: -0 -814px;
}

.flags-m-sl {
    width: 22px;
    height: 22px;
    background-position: -0 -836px;
}

.flags-m-th {
    width: 22px;
    height: 22px;
    background-position: -0 -858px;
}

.flags-m-ru {
    width: 22px;
    height: 22px;
    background-position: -0 -880px;
}

.flags-m-sv {
    width: 22px;
    height: 22px;
    background-position: -0 -902px;
}

.flags-m-sr {
    width: 22px;
    height: 22px;
    background-position: -0 -924px;
}

.flags-m-sk {
    width: 22px;
    height: 22px;
    background-position: -0 -946px;
}

.flags-m-from {
    position: relative;
    top: 12px;
    left: -28px;
    background-size: 22px;
}

.flags-m-from8 {
    position: relative;
    top: 20px;
    left: -28px;
    background-size: 22px;
}

.personal_cabinet_form-title_label-fix {
    padding-left: 30px !important;
}

/* --- from FLAGS END --- */

/** fix menu right to left languages */
.menu__second__fix__lang_ar_AE,
.menu__second__fix__lang_fa_IR,
.menu__second__fix__lang_ur_IN,
.menu__second__fix__lang_he_IL {
    left: auto;
    right: 0px;
}

.menu__second__fix__lang_ar_AE .secondlvl-wr,
.menu__second__fix__lang_he_IL .secondlvl-wr,
.menu__second__fix__lang_ur_IN .secondlvl-wr,
.menu__second__fix__lang_fa_IR .secondlvl-wr {
    left: auto;
    right: 100%;
}

/** END fix menu right to left languages */

/** show language panel on hover for desktop screen */
.header__background > .language:hover .language__list {
    display: block;
}

/** FIX menu on mobile devices */
.lang-switcher-label {
    display: none;
    color: #fff;
}

li.item__hidden__big .language .lang-switcher-label {
    display: inline-block;
}

li.item__hidden__big .language {
    display: block;
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: -3px;

    height: inherit;
    width: inherit;
    left: auto;
    top: auto;
}

.language .language__flag .flag {
    position: absolute;
    top: 6px;
    left: 7px;
}

li.item__hidden__big .language .language__flag .flag {
    top: 3px;
    left: 38%;
}

li.item__hidden__big .language__list {
    position: inherit;
    top: auto;
    left: auto;
    margin-top: 5px;
    padding-bottom: 25px;
}

li.item__hidden__big .language__flag {
    background: url(/img/list-arrow-bottom.png) 78% 50% no-repeat;
    margin-left: 30%;
    margin-right: 30%;
}

li.item__hidden__big .language__list__item span {
    width: 83px;
    display: block;
}

/** END, FIX menu on mobile devices */



.cabinet_header-fix {
    padding-top: 6px;
    padding-bottom: 6px;
}

.cabinet_header-fix .logo {
    margin-top: 3px;
    margin-bottom: 3px;
}

.cabinet_header-fix .logo {
    margin-top: 0px;
    margin-bottom: 0px;
}

.cabinet_header-fix .auth {
    margin-top: 6px;
    margin-bottom: 6px;
}

.simple-profile {
    height: 100%;
}

.simple-profile .main-wrapper .page-wrapper {
    padding-bottom: 51px;
}

.footer-cabinet {
    margin-top: -51px;
}

/** START recommend side bar */
.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;
}

/** END recommend side bar */
.over-header__pairs.flickity-enabled {
    display: block;
}

/** fix article page tables chash page width */
.table-parent-overflow-fix {
    /* max-width: 630px; */
    width: 100%;
    overflow-x: auto;
}

/** fix article tradingview widget auto autosize height */
.tradingview-widget-container div div {
    height: 460px !important;
}

@media (max-width: 767px) {
    .tradingview-widget-container div div {
        height: 360px !important;
    }
}

@media (max-width: 420px) {
    .tradingview-widget-container div div {
        height: 320px !important;
    }
}

/** END fix article tradingview widget auto autosize height */

/** fix nat-top rtl */
.header__form.rtl-fix .auth {
    margin-left: auto;
    margin-right: 49px;
}

.header__form.rtl-fix .form__social {
    float: left;
}

.header__form.rtl-fix .form__social a:last-child {
    margin-left: 20px;
    margin-right: 10px;
}

.header__form.rtl-fix .form__auth-ico {
    margin-left: 9px;
}

/** END fix nat-top rtl */


ul.submnu,
ul.firslvl,
ul.nav__list,
.most-readable h2,
.rubrics h2 {
    margin: 0px;
}

/** special table style */

/* default style */
.fr-view table td,
.fr-view table th,
.content table td,
.content table th {
    border: 1px solid rgb(221, 221, 221);
}

.catalogue-form table.catalogue thead td,
.catalogue-form table.catalogue tbody td {
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #dedede;
}

.catalogue-form table.catalogue thead .catalogue__noborder td,
.catalogue-form table.catalogue tbody .catalogue__noborder td {
    border-bottom: 0px;
}

.catalogue thead td {
    vertical-align: bottom;
    border-bottom: 1px solid #dedede;
    padding: 13px 0;
}

.table_blur {
    background: #f5ffff;
    border-collapse: collapse;
    text-align: left;
}

.table_blur th {
    border-top: 1px solid #777777;
    border-bottom: 1px solid #777777;
    box-shadow: inset 0 1px 0 #999999, inset 0 -1px 0 #999999;
    background: linear-gradient(#9595b6, #5a567f);
    color: white;
    padding: 10px 15px;
    position: relative;
}

.table_blur th:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 25%;
    height: 25%;
    width: 100%;
    /* background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .08)); */
}

.table_blur tr:nth-child(odd) {
    background: #ebf3f9;
}

.table_blur th:first-child {
    border-left: 1px solid #777777;
    border-bottom: 1px solid #777777;
    box-shadow: inset 1px 1px 0 #999999, inset 0 -1px 0 #999999;
}

.table_blur th:last-child {
    border-right: 1px solid #777777;
    border-bottom: 1px solid #777777;
    box-shadow: inset -1px 1px 0 #999999, inset 0 -1px 0 #999999;
}

.table_blur td {
    border: 1px solid #e3eef7;
    padding: 10px 15px;
    position: relative;
    /* transition: all 0.5s ease; */
}

/* .table_blur tbody:hover td {
  color: transparent;
  text-shadow: 0 0 3px #a09f9d;
} */

/* .table_blur tbody:hover tr:hover td {
  color: #444444;
  text-shadow: none;
} */

/** style 2 */
.table_simple table {
    border-spacing: 0 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: bold;
}

.table_simple th {
    padding: 10px 20px;
    background: #56433D;
    color: #F9C941;
    border-right: 2px solid;
    font-size: 0.9em;
}

.table_simple th:first-child {
    text-align: left;
}

.table_simple th:last-child {
    border-right: none;
}

.table_simple td {
    vertical-align: middle;
    padding: 10px;
    font-size: 14px;
    text-align: center;
    border-top: 2px solid #56433D !important;
    border-bottom: 2px solid #56433D !important;
    border-right: 2px solid #56433D !important;
}

.table_simple td:first-child {
    border-left: 2px solid #56433D;
    border-right: none;
}

.table_simple td:nth-child(2) {
    text-align: left;
}

/** style 3 */
.simple_table_2 table {
    font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
    text-align: center;
    border-collapse: collapse;
    border-spacing: 5px;
    background: #E1E3E0;
    border-radius: 20px;
}

.simple_table_2 th {
    font-size: 22px;
    font-weight: 300;
    padding: 12px 10px;
    border-bottom: 2px solid #F56433;
    color: #F56433;
}

/* .simple_table_2 tbody tr:nth-child(2) {
  border-bottom: 2px solid #F56433;
} */

.simple_table_2 td {
    padding: 10px;
    color: #8D8173;
}

/** END special table style */

/** END special table cell style */
.table_cell_highlighted {
    border: 1px double red !important;
}

.table_cell_thick {
    border-width: 2px !important;
}

.table_cell_bordered {
    border: 2px solid #000 !important;
}

/** END special table cell style */

/** emoticons from froala */
body span.fr-emoticon.fr-emoticon-img {
    font-size: inherit;
    height: 1em;
    width: 1em;
    min-height: 20px;
    min-width: 20px;
    display: inline-block;
    margin: -0.1em 0.1em 0.1em;
    line-height: 1;
    vertical-align: middle;
    background-repeat: no-repeat !important;
}

body span.fr-emoticon {
    font-weight: normal;
    font-family: "Apple Color Emoji", "Segoe UI Emoji", NotoColorEmoji, "Segoe UI Symbol", "Android Emoji", EmojiSymbols;
    display: inline;
    line-height: 0;
}

/** END emoticons from froala */

/* rubricator widget */
.widget-area aside {
    overflow: hidden;
    padding: 0 20px;
    position: relative;
}

.widget-area aside.widget .widget-title {
    margin-bottom: 8px;
}

.widget-area aside .widget-title {
    position: relative;
    padding: 0;
    margin-top: 0;
    margin-bottom: 20px;
    line-height: 36px;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
}

.widget-area aside.widget ul {
    margin: 0;
}

.widget-area aside.widget ul li {
    margin: 0;
    padding: 5px 0;
    list-style: none;
    line-height: 20px;
    font-weight: 400;
    font-size: 13px;
}

.widget-area aside ul li {
    list-style: none;
}

.widget-area aside.widget ul li a {
    font-weight: 700;
    font-size: 13px;
    text-transform: uppercase;
}

.widget-area aside.widget .current-cat {
    font-weight: 700 !important;
    font-size: 13px;
    text-transform: uppercase;
}

/* END rubricator widget */

/* fix /trading-platforms */
tbody .catalogue__noborder td {
    text-align: center;
}

tbody .catalogue__noborder td .checkbox .checkbox__label {
    margin-left: 15px;
}

.content .company-main td {
    border: 0;
}

.content-wrapper .content p > img {
    float: left;
}

.content-wrapper .content p > strong > img {
    float: left;
    padding-right: 5px;
}

.talpari__buttons > .talpari__btn-green {
    display: block;
}

.talpari__buttons > .talpari__btn-gray {
    margin-top: 2px;
    display: block;
}

.alert-success {
    background-color: #dff0d8;
    border-color: #d6e9c6;
    color: #468847;
}

.dialog-lang-list-item {
    display: block;
    width: 100px;
    min-height: 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin-left: 2.564102564102564%;
}

.dialog-lang--modal-body {
    clear: both;
}

.dialog-lang-modal-footer {
    background-color: white;
    width: 100%;
    clear: both;
    position: sticky;
    bottom: 0px;
    text-align: center;
}

.dialog-lang-modal-footer > input {
    margin: 0px 8px;
}

.dialog-lang-modal-btn {
    padding: 5px 34px 8px 34px;
    line-height: 14px;
    border: 0;
    background: #9b9b9b;
    font-size: 14px;
    color: #fff !important;
    font-family: 'PT Sans', sans-serif;
    border-radius: 4px;
    cursor: pointer;
}

.dialog-lang-modal-btn-active {
    background: #4b9988;
}

@media (max-width: 767px) {
    .talpari__buttons a {
        margin: 0 auto 5px !important
    }
}

@media (min-width: 768px) {
    body .page-wrapper header .header__background .logo {
        text-indent: 0 !important;
        display: flex !important;
        align-items: center !important;
    }
}

@media (max-width: 767px) {
    body .logo_eng {
        max-width: 100% !important;
    }

    body .page-wrapper,
    body .footer {
        box-sizing: border-box !important;
        padding-left: 10px !important;
        padding-right: 10px !important;
        margin: 0 !important;
    }

    body .header__form #nav-icon3 {
        height: 25px !important;
        top: 13px !important;
        left: 15px !important;
    }

    body header .btn-menu {
        height: 25px !important;
        top: 13px !important;
    }

    body .page-wrapper header {
        height: 50px !important;
    }

    body .page-wrapper header .background-wrapper {
        height: 50px !important
    }

    body .page-wrapper header .background-wrapper .logo {
        margin: 0 !important;
        padding: 0 !important;
        height: 100% !important;
        width: 100% !important;
        text-align: left;
        display: flex;
        justify-content: center;
        align-items: center;
        box-sizing: border-box !important;
        padding-left: 45px !important;

    }

    body .page-wrapper header .background-wrapper .logo img {
        max-width: 260px;
    }

    body .page-wrapper header.header__form {
        padding-bottom: 2px;
    }

    body .page-wrapper header.header__form .nav2 {
        position: relative;
        z-index: 99;
    }

    body .page-wrapper header.header__form .header__background {
        margin: 0 !important;
        padding: 0 !important;
        height: 50px !important;
        width: auto !important;
        text-align: left;

    }

    body .page-wrapper header .header__background .logo {
        margin: 0;
        transform: none;
        display: flex;
        width: 100%;
        height: 100%;
        background: none !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
    }

    body .page-wrapper header .header__background .logo img {
        max-width: 260px;
    }

    body .risk_warning {
        border: none !important;
    }
}

@media (max-width: 380px) {
    body .page-wrapper header .header__background .logo img,
    body .page-wrapper header .background-wrapper .logo img {
        max-width: 230px;
    }
}

@media (max-width: 961px) {
    body header.rtl-fix #nav-icon3 {
        right: 15px !important;
    }

    body .fright.logo-eng-f {
        transform: translateX(-45px) !important;
        padding-left: 0 !important;
    }
}

@media (min-width: 768px) {
    .logo-eng-f {
        width: 210px !important;
    }
}

.cookie-not-accepted {
    position: fixed;
    bottom: 0;
    z-index: 1000;
    left: 0;
    width: 100%;
    background-color: #3d98ab;
    padding: 10px;
    text-align: center;
}

.cookie-not-accepted .button {
    background-color: #efefef;
    color: #11839a;
}

.cookie-not-accepted>p>a:first-child {
    color: #565656;
}

.cookie-not-accepted * {
    color: #efefef;
}
[hidden] {
    display: none!important;
}

.block-form {
    text-align: center;
}
.reviews {
    background-color:#11839a;
    padding: 15px 40px;
    border-radius: 5px;
    color: white;
    font-size: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}
form {
    width: 50%;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #dedede;
}
.btn-reg{
    background-color:#11839a;
    padding: 15px 25px;
    border-radius: 5px;
    color: white;
    font-size: 16px;
    margin: 20px;
    border: none;
    cursor: pointer;
    margin: 0 auto;
}
.input {
    margin-top: 15px;
    padding: 10px;
    outline: none;
}
.title-form {
    padding: 20px;
    border: 1px solid #dedede;
    border-top: 0px;
    margin: 0;
    margin-bottom: 15px;
}
.hidden {
    display: none;
  }
  