.table_calc {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    font-size: 10pt;
    position: relative
}

.table_calc:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15)
}

.table__data-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.table__data {
    margin: -2px 10px 5px 0
}

.table__data_count {
    margin-top: -4px
}

.table__page {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #efeff9;
    border: 1px solid #e0e0f0;
    color: #90909f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 8pt;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 20px;
    margin: 5px;
    width: 20px
}

.table__page:hover {
    background: #e0e0f0;
    border: 1px solid #e0e0f0;
}

.table__page_active {
    background: #3498db;
    border-color: #62bfe6;
    color: #f5f5f5;
    cursor: default
}

.table__page_active:hover {
    background: #3498dbad;
    border-color: #62bfe6;
    color: #f5f5f5
}

.table__pagination {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 30px 0px;
    position: relative;
    width: 100%
}

.table__row {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: relative;
    width: 100%
}

.table__row:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: -1px;
    padding-top: 1px;
    z-index: 1
}

/*.table__row:nth-child(2n+1) {*/
/*    background-color: #efeff99e;*/
/*}*/

.table__row:after {
    background: #efeff9;
    bottom: 0;
    content: '';
    height: 1px;
    left: 20px;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px)
}

.table__row:last-child:after {
    background: none
}

.table__row:hover:after {
    background: #3498db;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 4px
}

.table__row.reestr__row {
    cursor: pointer;
}

.table__th {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #efeff9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0;
    position: relative;
    width: 100%
}

.table__thead {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    background: #efeff9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px 20px 10px 10px;
    width: 100%
}

.table__top {
    background: #efeff9;
    border: 1px solid #e0e0f0;
    color: #90909f;
    margin: -1px -1px 0;
    padding: 0;
    text-align: left
}

.table__tr {
    width: 98%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 20px 5px 10px;
    position: relative;
    width: 100%
}

.table__tr:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin-top: -1px;
    padding-top: 6px;
    z-index: 1
}

.table__tr:after {
    background: #efeff9;
    bottom: 0;
    content: '';
    height: 1px;
    left: 20px;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px)
}

.table__tr:last-child:after {
    background: none
}

.table__tr:hover:after {
    background: #ffdf0f;
    bottom: 0;
    height: 100%;
    left: 0;
    width: 4px
}

.tbl {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    font-size: 10pt;
    padding-bottom: 30px
}

.tbl:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15)
}

.tbl__gr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000
}

.tbl__td {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px;
    width: 100px
}

.tbl__td_150 {
    width: 150px;
    width: 34%
}

.tbl__td_200 {
    width: 200px
}

.tbl__td_grow_0 {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
}

.tbl__th {
    background: #efeff9;
    border: 1px solid #e0e0f0;
    color: #90909f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 10px 15px
}

.tbl__tr {
    border: 1px solid rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 15px;
    position: relative
}

.tbl__tr:hover {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    z-index: 1
}

.tbl__tr:after {
    background: #efeff9;
    bottom: 0;
    content: '';
    height: 1px;
    left: 20px;
    position: absolute;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px)
}

.tbl__tr:hover:after {
    background: #ffdf0f;
    bottom: 0;
    height: 100%;
    left: -1px;
    width: 4px
}

.shdl__data {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding: 5px;
    text-align: left;
    width: 100px
}

.shdl__data_num {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    width: 50px
}

.shdl__grp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.shdl__grpTtl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.links_column {
    width: -webkit-fill-available !important;
    width: -webkit-fill-available;
    width: -moz-available;
    display: flex;
    flex-direction: row;
    line-height: 1.7;
    float: left
}

.blit {
    width: 30%;
    padding: 0 7px
}

.chapter {
    margin-bottom: 25px;
    margin-top: 25px
}

.chapter .text_header {
    color: #434547;
    font: 700 24px 'Montserrat';
    text-decoration: none;
    margin: 5px 0 15px
}

.chapter .grid {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: -10px;
    padding: 0;
    min-width: -webkit-calc(100% + 20px);
    min-width: calc(100% + 20px)
}

.chapter .grid > .grid__cell {
    margin: 10px
}

.chapter .input_multy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.chapter .input_inverse {
    background-color: #fff
}

.chapter .input {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #b9b9b9;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 400 14px 'Montserrat';
    -webkit-box-flex: 1 1 230px;
    -webkit-flex-grow: 1 1 230px;
    -ms-flex-positive: 1 1 230px;
    flex-grow: 1 1 230px;
    min-height: 44px;
    padding: 9px;
    position: relative;
    width: 100%;
    outline: 0
}

.chapter .grid__cell {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto
}

.chapter .input_multy .input__field {
    width: 50%
}

.chapter .input__field {
    background: transparent;
    border: none;
    outline: 0;
    width: 100%;
    font: 14px 'Montserrat'
}

.chapter .input_multy .input__value {
    color: #b9b9b9;
    padding-left: 10px;
    width: -webkit-calc(50%);
    width: calc(50%);
    position: relative
}

.chapter .input__value {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -9px 0;
    width: 100%;
    height: 100%
}

.chapter .input_select {
    cursor: default;
    position: relative
}

.chapter .buttons {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 35px
}

.chapter .grid_2 {
    margin: -2px;
    min-width: -webkit-calc(100% + 4px);
    min-width: calc(100% + 4px)
}

.chapter .grid_2 > .grid__cell {
    margin: 2px
}

.chapter .grid__cell_basis_230px {
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px
}

.chapter .button_accent {
    background-color: #6fbce5
}

.chapter .offer__result {
    display: none;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 20px;
    align-items: center
}

.chapter .offer__result-value {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    color: #434547;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    padding: 0 10px
}

.chapter .offer__result-disclaimer {
    color: #b9b9b9;
    font-size: 12px
}

.chapter .grid__cell_width_30 {
    -webkit-flex-basis: 230px;
    -ms-flex-preferred-size: 230px;
    flex-basis: 230px;
    min-width: -webkit-calc(30% - 16px);
    min-width: calc(30% - 16px)
}

.chapter .buttons .grid {
    margin-left: 0
}

.chapter .button {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    border: 2px solid #6fbce5;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font: 400 14px 'Montserrat';
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 44px;
    text-align: center;
    text-decoration: none;
    padding: 9px 10px;
    color: #FFF
}

.chapter .input_multy .input__value:before {
    border-left: 1px solid #b9b9b9;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: absolute
}

.chapter .input__slider {
    background: #F1F1F1;
    content: '';
    height: 5px;
    left: 0;
    position: absolute;
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    width: 100%
}

section.chapter-section {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    margin-bottom: 30px;
    padding: 25px
}

.offer__result-disclaimer {
    color: #b9b9b9;
    font-size: 12px
}

html {
    font: 10px sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    min-height: 100vh;
    padding: 0
}

footer, header, main, nav, section {
    display: block
}

[hidden] {
    display: none
}

a:active, a:hover {
    outline: 0
}

b, strong {
    font-weight: bold
}

small {
    font-size: 80%
}

sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
    vertical-align: super !important
}

img {
    border: 0;
    vertical-align: middle
}

svg:not(:root) {
    overflow: hidden
}

button, input, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    background: none;
    border: none;
    display: inline-block;
    overflow: visible;
    margin: 0;
    padding: 0;
    outline: 0;
    outline-offset: 0;
    cursor: pointer;
    -webkit-appearance: none
}

button, select {
    text-transform: none
}

button, input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

*:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a:hover, a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline-offset: -2px;
    outline: 0
}

.btn:focus, .btn:active:focus {
    outline: 5px;
    outline-offset: -2px
}

.btn:hover, .btn:focus {
    color: #333;
    text-decoration: none
}

.btn:active {
    background: #22a1d7 none;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    -o-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: 0.2
}

.close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 0.5
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none;
    appearance: none
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    outline: 0
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    font-weight: 800;
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    border-top: 1px solid #e5e5e5
}

.modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " "
}

.modal-header:after, .modal-footer:after {
    clear: both
}

.show {
    display: block !important
}

.modal__list {
    -webkit-columns: 4;
    -moz-columns: 4;
    columns: 4;
    -webkit-column-gap: 32px;
    -moz-column-gap: 32px;
    column-gap: 32px
}

.modal-open {
    overflow: hidden
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.fade.in {
    opacity: 1
}

.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
    content: " "
}

.clearfix:after, .modal-header:after, .modal-footer:after {
    clear: both
}

.center {
    text-align: center
}

th.b-properties__title {
    border-top: #cacaca;
    padding-top: 12px !important;
    padding-bottom: 12px;
    background: #F0F0F0;
    padding-left: 10px
}

table.infobox {
    margin-top: 2px;
    margin-right: 2px;
    background: #fff;
    border: #cacaca;
    margin-bottom: 25px;
}

.b-properties {
    width: 50%;
    margin: 0 0 2em;
    border-collapse: collapse
}

table.infobox tr.zaliv td {
    background: #f0f0f0
}

div#right.info_bank td {
    text-align: left;
    line-height: 1;
    color: #000;
    padding: 5px
}

div#right.info_bank tr td:nth-child(2) {
    font-size: 100%
}

div#right.info_bank b {
    font-size: 90%;
    color: #000
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        -ms-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    100% {
        opacity: 1;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

.section {
    margin-top: 0
}

.section__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    width: 100%;
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000
}

.section__header {
    display: inline;
    font-size: 18pt;
    font-weight: 700;
    letter-spacing: -0.02em;
    /*margin: 0 0 20px;*/
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.banks__find-button:hover, .banks__input:hover ~ .banks__find-button, .banks__input:focus ~ .banks__find-button {
    opacity: 1
}

.banks__input {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0f0;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font: 100 11.5pt 'Open Sans', 'Segoe UI', Arial, Helvetica, sans-serif;
    height: 40px;
    padding: 0 15px;
    position: relative;
    width: 100%
}

.banks__find {
    position: absolute;
    margin: 0 20px 0 0;
    z-index: 1;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 550px;
    position: relative
}

.banks__found {
    min-width: 300px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: none;
    font-size: 11.5pt;
    left: 0;
    list-style: none;
    max-height: 300px;
    margin: 0;
    max-width: -moz-available;
    max-width: -webkit-fill-available;
    overflow-y: auto;
    padding: 0 15px;
    position: absolute;
    top: -webkit-calc(100% + 5px);
    top: calc(100% + 5px);
    width: 100%;
    z-index: 2
}

.banks__found:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15)
}

.banks__info-box {
    width: 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 10px;
    min-width: 250px;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px)
}

.banks__info {
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    margin: 0 20px 0 0;
    min-width: 250px;
    padding: 10px 10px 0;
    width: -webkit-calc(100% - 380px);
    width: 50%
}

.banks__info_th {
    padding: 10px;
    padding-bottom---: 0
}

.banks__letter {
    margin: 0 15px 0 0;
    padding: 0;
    text-transform: uppercase
}

.banks__letter:hover {
    color: #000
}

.banks__letter:active {
    color: #ffdf0f
}

.banks__license {
    color: #90909f;
    font-size: 10pt;
    margin-bottom: 3px
}

.banks__logo {
    margin: 2px 0 0 20px;
    width: 175px
}

.banks__logo img {
    border-radius: 3px;
    display: block
}

.banks__logo_th {
    margin: 0 0 0 20px;
    padding: 10px 10px 10px 0;
    border: none
}

.banks__name {
    display: inline-block;
    font-size: 16pt;
    font-weight: 400;
    line-height: 16pt
}

.courses__bank {
    margin: 0;
    padding: 20px 10px 10px;
    width: 200px
}

.courses__bank_th {
    padding: 10px
}

.courses__comission {
    color: #90909f;
    font-size: 10pt;
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%
}

.courses__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 20px 20px 10px 10px;
    width: 160px
}

.courses__contacts_th {
    padding-top: 10px
}

.courses__course {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #90909f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14pt;
    font-weight: 400;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4px;
    padding: 10px;
    width: 80px
}

.courses__course:hover {
    color: #000;
    cursor111: pointer
}

.courses__course:active {
    opacity: 0.5
}

.courses__course_th {
    text-align: center;
    text-decoration: none;
    background: url(/img/icon-sort.svg) no-repeat 50% 30px;
    cursor: pointer;
    display: block;
    font-size: 10pt;
    font-weight: 100;
    margin-top: 10px;
    padding: 5px 10px 15px
}

.courses__course_th_max {
    background-image: url(/img/icon-max-min.svg)
}

.courses__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 20px;
    width: 190px
}

.courses__logo img {
    border-radius: 3px
}

.courses__logo_th {
    margin: 10px 0 10px 20px;
    width: 190px
}

.courses__name {
    text-decoration: none;
    display: inline-block;
    font-size: 16pt;
    font-weight: 400;
    line-height: 16pt
}

.courses__spacer {
    display: none
}

.courses__tcurrencies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 320px;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.courses__tcurrencies_th {
    padding-top: 10px
}

.courses__tcurrency-top {
    font-size: 11.5pt;
    font-weight: 400;
    position: relative;
    text-align: center;
    width: 100%
}

.courses__tcurrency-top:after {
    content: '';
    background: #e0e0f0;
    left: 10px;
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 1px
}

.courses__tcurrency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 160px
}

.courses__time {
    color: #90909f;
    font-size: 10pt;
    margin-bottom: 3px
}

.table {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    border-collapse: collapse;
    font-size: 9pt;
    position: relative;
    margin: 0 0 12px 0;
}

.table:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15)
}

.table__data a {
    text-decoration: none;
    vertical-align: middle
}

.count {
    color: #90909f;
    font-size: 8pt
}

.best__bank {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 170px;
    -ms-flex-preferred-size: 170px;
    flex-basis: 170px;
    font-size: 14pt;
    font-weight: 400;
    line-height: 16pt
}

.best__button.button {
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin-top: 20px;
    max-width: 260px;
    min-width: 0
}

a.best__button.button {
    padding: 10px
}

.best__categories {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    width: 100%
}

.best__category {
    background-color: #efeff9;
    border: 1px solid #e0e0f0;
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px
}

.best__conditions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px
}

.best__content {
    -webkit-box-align: space-between;
    -webkit-align-items: space-between;
    -ms-flex-align: space-between;
    align-items: space-between;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 20px
}

.best__license {
    color: #90909f;
    font-size: 10pt;
    font-weight: 100;
    line-height: 20pt
}

.best__logo {
    margin-right: 30px
}

.best__logo img {
    border-radius: 3px
}

.best__pair {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 580px;
    -ms-flex: 1 1 580px;
    flex: 1 1 580px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 0;
    width: 270px
}

.font16 {
    font-size: 16pt;
    font-weight: 400;
    line-height: 18pt
}

.kreds_head {
    font-weight: bold
}

.best__percent {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16pt;
    font-weight: 400;
    line-height: 18pt;
    margin-bottom: 10px
}

.best__period {
    font-size: 10pt;
    font-weight: 100;
    width: 100%
}

.best__product {
    background: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px;
    width: 25%;
    padding: 20px
}

.best__product:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15)
}

.best__products {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -10px 0;
    padding: 0
}

.best__sum {
    font-size: 10pt;
    font-weight: 100;
    width: 100%
}

.best__top {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #efeff9;
    height: 152px;
    overflow-y: hidden
}

.btn_aall {
    margin-top: 12px;
    text-align: center
}

.best__products a {
    text-decoration: none
}

.cbcourses__currency {
    display: inline-block;
    font-size: 11.5pt;
    font-weight: 400;
    width: 20%;
    text-align: center
}

.cbcourses__prognosis {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20%
}

.cbcourses__prognosis_th {
    font-size: 10pt;
    text-align: center
}

.cbcourses__row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 5px 0
}

.cbcourses__row_thead {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #efeff9;
    margin-bottom: 5px;
    color: #90909f
}

.cbcourses__table {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%
}

.cbcourses__tile {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 10px;
    min-width: 280px;
    padding: 20px
}

.cbcourses__tile:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15)
}

.left_text {
    text-align: left
}

.section__detailsText {
    margin: 10px 0 25px;
    font-size: 1.15em;
    line-height: 1.18em
}

.section__header-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 20px
}

.section__tag-link {
    width: 99%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 4px solid #efeff9;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 10px 20px;
    text-decoration: none;
    width: 100%;
    font-family: 'proximanovaregular', arial, sans-serif
}

.section__tag-link:hover {
    background: #ffdf0f;
    box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, 0.15);
    border-color: #ffdf0f;
    background: #ffdf0f;
    color: #000
}

.section__tag-link:active {
    background: #efeff9;
    border-color: #efeff9;
    -webkit-box-shadow: none;
    box-shadow: none
}

.section__tag-link_border_bg {
    border: 4px solid #e0e0f0
}

.section__tag-link_border_bg:hover {
    background: #ffdf0f;
    background: #ffdf0f
}

.section__tag-link_border_bg:active {
    background: #e0e0f0;
    border-color: #e0e0f0
}

.section__tag-link_border_bg_2 {
    border-radius: 5px;
    color: #90909f;
    width: 100%
}

.section__tag-link_border_bg_2:hover {
    border-color: #62bfe6;
    background: #62bfe6
}

.section__tag-link_border_bg_2:active {
    background: #e0e0f0;
    border-color: #e0e0f0
}

.section__tag {
    margin: 0;
    min-width: 165px;
    padding: 2px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.sct_tag {
    padding: 0;
    margin-right: 7px;
    border-radius: 5px;
    background-color: #efeff9
}

.sct_tag:last-child {
    margin-right: 0;
    background: #efeff9;
    border-radius: 5px
}

.sct_activ {
    border-color: #62bfe6;
    background: #62bfe6;
    color: #fff;
    border-radius: 5px;
    width: 100%
}

.section__tag:hover {
    z-index: 1
}

.section__tags {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    list-style: none;
    margin: 50px auto;
    padding: 0
}

.section__tags_margin_opt {
    margin: 0px 0px 2px
}

.section__title_inline {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.banks__alphabet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 30px;
    list-style: none;
    margin: 0;
    padding: 10px 0 0
}

.banks__button {
    margin: 18px 20px 10px 10px;
    width: 160px
}

.banks__button_th {
    height: 0;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0
}

.banks__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 150px;
    -ms-flex: 1 0 150px;
    flex: 1 0 150px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 6px 20px 0 0;
    min-width: 150px;
    padding: 0 0 0 10px;
    align-items: center;
}

.banks__contacts.banks_slim {
    -webkit-flex: 1 0 120px;
    -ms-flex: 1 0 120px;
    flex: 1 0 120px;
    min-width: 120px;
}

.taker_maker_fee_slim {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 130px;
    -ms-flex: 1 0 130px;
    flex: 1 0 130px;
    min-width: 130px;
}

.banks__contacts_th {
    margin-top: 0;
    padding: 10px
}

.banks__find-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 20px 0 20px 20px;
    padding: 0;
    position: relative
}

.banks__find-box:after {
    background: #e0e0f0;
    bottom: -20px;
    content: '';
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.banks__find-button {
    background: url("/img/icon-find.svg") no-repeat 50% 50%;
    background-size: 19px;
    cursor: pointer;
    height: 40px;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: 0;
    width: 40px
}

.dsp_n {
    display: none
}

.no_limits {
    max-width: unset
}

.tbl__td.tbl__td_200.tbl__td_grow_0.credit__logo img {
    max-width: 100px
}

.deposits__info {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 250px;
    width: -webkit-calc(100% - 170px);
    width: calc(100% - 170px)
}

.deposits__name {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 5px 0 5px 7px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 400;
    width: 190px
}

.deposits__name_th {
    font-size: 10pt;
    font-weight: 100;
    line-height: 0;
    padding: 0
}

.deposits__part {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.deposits__row {
    cursor: pointer;
    font-size: 10px;
    line-height: 14px
}

.deposits__val {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px 0 5px 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 90px
}

.deposits__val_details {
    padding: 8px 0;
    font-size: 15px;
    text-align: center
}

.deposits__val_left {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -ms-flex-pack: left;
    justify-content: left;
    text-align: left
}

.deposits__val_logo {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    line-height: 0;
    padding: 0;
    width: 170px
}

.deposits__val_offices {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
}

.deposits__val_ordr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0;
    padding-left: 7px;
    width: 170px
}

.deposits__val_ordr_th {
    padding: 0;
    line-height: 0
}

.deposits__val_th {
    font-size: 10pt;
    font-weight: 100
}

.deposits__val_top {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start
}

.banks__name__rko {
    width: 100%;
    color: #90909f;
    font-size: 10pt;
    cursor: default
}

.deposits__name__bank {
    flex-wrap: wrap
}

.table__fix .table__thead {
    width: 97%
}

.credits__about {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -10px
}

.credits__age {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 100;
    line-height: 18pt;
    min-width: 150px;
    padding: 0 5px 0 0;
    width: 20%
}

.credits__age_th {
    font-size: 9pt;
    font-weight: 100;
    margin: 0;
    padding: 10px 5px 10px 0
}

.credits__bold {
    font-weight: 400
}

.credits__buttons {
    margin-top: 50px;
    text-align: center;
    width: 100%
}

.credits__description {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin: 0 10px 10px;
    min-width: 250px;
    padding: 10px 20px;
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px)
}

.credits__details-crd {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-basis: 200px;
    -ms-flex-preferred-size: 200px;
    flex-basis: 200px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
    padding: 10px 20px;
    min-width: 150px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.credits__details-crd_th {
    line-height: 0;
    padding-bottom: 0;
    padding-top: 0
}

.credits__details {
    display: block;
    text-align: center;
    min-width: 150px;
    display: none;
    margin: 10px 0;
    padding: 20px 0 0;
    width: 100%
}

.credits__comment_active ~ .credits__details {
    display: block;
    text-align: left
}

.credits__detailsInfo {
    border: 1px solid #e0e0f0;
    display: none;
    margin: 10px;
    padding: 10px;
    width: 97%
}

.credits__info-crd {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 850px;
    -ms-flex: 1 1 850px;
    flex: 1 1 850px;
    margin: 5px 0;
    padding: 0 0 0 20px;
    width: -webkit-calc(100% - 350px);
    width: calc(100% - 350px)
}

.credits__info-crd_th {
    margin: 0
}

.credits__name {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    align-self: start;
    color: #369;
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 200px;
    -ms-flex: 1 0 200px;
    flex: 1 0 200px;
    font-size: 12pt;
    font-weight: 100;
    line-height: 16pt;
    margin: -5px 0;
    width: 200px;
    padding: 10px 10px 10px 20px
}

.credits__name_th {
    font-size: 0;
    font-weight: 100;
    padding-bottom: 0;
    padding-top: 0
}

.credits__param {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-flex-basis: 250px;
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
    padding: 5px 0 5px 7px
}

.credits__perc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    font-weight: 400;
    line-height: 18pt;
    min-width: 200px;
    padding: 0 5px 0 0;
    width: 13%
}

.credits__perc_th {
    font-size: 9pt;
    font-weight: 100;
    margin: 0;
    padding: 10px 5px 10px 0
}

.credits__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%
}

.credits__sum-period {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 9pt;
    font-weight: 100;
    line-height: 18pt;
    min-width: 200px;
    padding: 0 5px 0 0;
    width: 20%
}

.credits__sum-period_th {
    font-size: 9pt;
    font-weight: 100;
    margin: 0;
    padding: 10px 5px 10px 0
}

.credits__tbl {
    border: 1px solid #e0e0f0;
    margin: 10px;
    min-width: 250px;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.credits__tblRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 5px 10px
}

.credits__tblRows {
    overflow-x: auto;
    width: 100%
}

.credits__tblTop {
    background: #efeff9;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 10px;
    width: 98%
}

.credits__val {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px 0 5px 7px;
    width: 90px
}

.section__details {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 1000;
    -webkit-flex-grow: 1000;
    -ms-flex-positive: 1000;
    flex-grow: 1000;
    width: 100%
}

.section__detailsButton {
    background: url("/images/ico/icon-input-select.svg") no-repeat 50% 50%;
    background-size: 15px;
    cursor: pointer;
    display: none;
    height: 25px;
    opacity: 0.4;
    width: 30px
}

.h2_type {
    font-size: 34px !important
}

.top_5 img {
    max-width: 160px
}

.find__input {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #fff;
    border: 1px solid #e0e0f0;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0px 0px 5px 0px rgba(0, 0, 0, 0.1);
    color: #000;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font: 100 10.5pt 'Open Sans', 'Segoe UI', Arial, Helvetica, sans-serif;
    height: 30px;
    padding: 0 15px;
    min-width: 230px
}

.find__submit {
    background: url(/img/icon-find.svg) no-repeat 50% 50%;
    background-size: 20px;
    cursor: pointer;
    height: 40px;
    opacity: 0.4;
    position: absolute;
    right: 0;
    top: -4px;
    width: 25px;
    padding: 0 0 0 5px
}

.small_text {
    line-height: 25px;
    margin-bottom: 50px
}

i {
    font-style: italic
}

.curr_plus {
    color: #090
}

.curr_minus {
    color: #f00de
}

.adr_worktime {
    display: flex;
    align-items: center;
}

.adr_worktime i {
    color: #3498db;
    font-size: 18px;
    margin-right: 5px
}

.adr_worktime .adr {
    flex: 2 0
}

.adr_worktime .worktime {
    flex: 3 0;
    font-size: 12px
}

.promotext {
    position: absolute;
    margin-top: -10px;
    margin-left: -40px;
    z-index: 99;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, .26);
    padding: 2px 15px;
    border-radius: 2px;
    cursor: pointer
}

.otz_send {
    margin-top: 10px !important;
    margin-bottom: 14px;
    width: 100% !important
}

.promotext.green {
    background: rgba(0, 191, 23, 0.7);
    color: #fff
}

.promotext.orange {
    background: rgba(255, 153, 0, 0.7);
    color: #000
}

.promotext.red {
    background: rgba(255, 12, 0, 0.7);
    color: #fff
}

ol {
    margin-left: 30px
}

.top_5_item {
    margin: 20px;
    display: inline-block
}

.bold_a {
    font-weight: bold
}

.rand_table td {
    border: #b6b4b5;
    padding: 5px;
    vertical-align: middle
}

.rand_table th {
    border: #b6b4b5;
    padding: 5px
}

.rand_table {
    border-collapse: collapse;
    padding: 5px
}

.rand_table td img {
    float: left
}

table.rand_table {
    display: block;
}

table.rand_table tbody {
    display: block;
    min-width: 700px;
}

table.rand_table tr:nth-child(odd) {
    background: rgb(128 128 128 / 20%);
}

.coin_price {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    font-size: 1.3em;
}

.coin_price img {
    margin-right: 10px;
    max-width: 50px;
}

.taker_maker_fee {
    font-size: 1.4em;
    font-weight: bold;
}



.course-dynamic__change {
    color: #0a0;
    line-height: 10pt;
    padding-right: 5px;
    width: 120px;
    text-align: right
}

.course-dynamic__change_minus {
    color: red
}

.course-dynamic__datas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    padding: 10px 0;
    padding-right: 10px;
    width: 100px
}

.course-dynamic__date {
    color: #90909f;
    line-height: 14pt;
    margin: 0;
    padding: 0;
    padding-right: 5px;
    width: 120px;
    text-align: right
}

.course-dynamic__date_th {
    color: #90909f;
    font-size: 10pt
}

.course-dynamic__parameter {
    display: inline-block;
    font-size: 11.5pt;
    width: 250px
}

.course-dynamic__parameter_th {
    font-size: 10pt
}

.course-dynamic__row {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.course-dynamic__row_thead {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    border-bottom: 1px solid #efeff9;
    margin-bottom: 15px;
    color: #90909f
}

.course-dynamic {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin-top: 0;
    width: 100%
}

.course-dynamic__value {
    line-height: 14pt;
    padding-right: 5px;
    width: 120px;
    text-align: right
}

.course-dynamic__value_th {
    font-size: 10pt
}

.course-month {
    margin-top: 50px
}

.course-month__date-course {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-width: 100px;
    padding-left: 20px;
    width: 30%
}

.course-month__table {
    margin: 20px 0 30px
}

.courses-month__change {
    color: #0a0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    padding: 10px 5px 10px 10px;
    min-width: 100px;
    text-align: right;
    width: 35%
}

.courses-month__change_minus {
    color: red
}

.courses-month__change_th {
    color: #90909f;
    font-size: 10pt;
}

.courses-month__coast {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 16pt;
    padding: 10px 5px 10px 10px;
    min-width: 100px;
    text-align: right;
    width: 40%
}

.courses-month__coast_th {
    font-size: 10pt;
}

.courses-month__course-cb {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    min-width: 80px;
    padding: 10px 5px 10px 10px;
    width: 50%;
    text-align: right
}

.courses-month__course-cb_th {
    font-size: 10pt;
}

.courses-month__datas {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-right: 20px;
    min-width: 200px;
    width: 70%
}

.courses-month__date {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    min-width: 80px;
    padding: 10px 5px 10px 0;
    text-align: left;
    width: 50%
}

.courses-month__date_th {
    font-size: 10pt;
}

.courses-month__percent {
    color: #0a0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    padding: 10px 5px 10px 10px;
    min-width: 100px;
    text-align: right;
    width: 25%
}

.courses-month__percent_minus {
    color: red
}

.courses-month__percent_th {
    color: #90909f;
    font-size: 10pt;
}

.count {
    color: #90909f;
    font-size: 8pt
}

.courses__action {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 250px
}

.courses__bank {
    margin: 0;
    padding: 10px;
    padding-top: 20px;
    width: 200px
}

.courses__bank_th {
    padding: 10px
}

.courses__button {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    font-size: 11.5pt;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 40px;
    margin: 0 20px 20px 0;
    max-width: 250px;
    width: 100%
}

.courses__calc {
    background: url(/new_site/img/icon-calc.svg) no-repeat 50% 50%;
    background-size: cover;
    display: block;
    height: 40px;
    margin-top: 22px;
    -webkit-transition: all .07s ease;
    -o-transition: all .07s ease;
    transition: all .07s ease;
    width: 33px
}

.courses__calc:hover {
    background-image: url(/new_site/img/icon-calc-hover.svg);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1)
}

.courses__calc:before {
    content: '';
    background-image: url(/new_site/img/icon-calc-hover.svg)
}

.courses__calculator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0 0 20px;
    padding: 0;
    position: relative
}

.courses__calculator:after {
    background: #e0e0f0;
    bottom: 0;
    content: '';
    height: 1px;
    left: 0;
    margin: 0;
    position: absolute;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px)
}

.courses__comission {
    color: #90909f;
    font-size: 10pt;
    margin-top: -10px;
    margin-bottom: 10px;
    text-align: center;
    width: 100%
}

.courses__contacts {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    padding: 10px;
    padding-right: 20px;
    padding-top: 20px;
    width: 160px
}

.courses__contacts_th {
    padding-top: 10px
}

.courses__course {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #90909f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14pt;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -4px;
    padding: 10px;
    width: 80px
}

.courses__course:hover {
    color: #000;
    cursor111: pointer
}

.courses__course:active {
    opacity: .5
}

.courses__course_best {
    color: #0a0
}

.courses__course_th {
    background: url(/new_site/img/icon-sort.svg) no-repeat 50% 30px;
    cursor: pointer;
    display: block;
    font-size: 10pt;
    margin-top: 10px;
    padding: 10px 10px 15px
}

.courses__course_th_max {
    background-image: url(/new_site/img/icon-max-min.svg)
}

.courses__course_th_min {
    background-image: url(/new_site/img/icon-min-max.svg)
}

.courses__currency {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    width: 250px
}

.courses__description {
    margin-top: 50px
}

.courses__info-box {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0;
    min-width: 250px;
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px)
}

.courses__input {
    width: 100%
}

.courses__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    margin-left: 20px;
    width: 190px
}

.courses__logo img {
    border-radius: 3px
}

.courses__logo_th {
    margin: 10px 0 10px 20px;
    width: 190px
}

.courses__name {
    display: inline-block;
    font-size: 16pt;
    line-height: 16pt
}

.courses__slider-line {
    background: #ffdf0f;
    content: '';
    height: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 10%
}

.courses__slider {
    background: #ffdf0f;
    border-radius: 50%;
    border: 1px solid #ffd300;
    top: 100%;
    height: 19px;
    left: 10%;
    margin: -10px;
    margin-top: -8px;
    position: absolute;
    width: 19px
}

.courses__slider:hover {
    background: #ffd300
}

.courses__spacer {
    display: none
}

.table__fix_fixed ~ .courses__spacer {
    display: block
}

.courses__sum {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 20px;
    margin-bottom: 20px;
    min-width: 250px;
    position: relative
}

.courses__sum:before {
    /*background: #e0e0f0;*/
    content: '';
    height: 4px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%
}

.courses__tcurrencies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 320px;
    height: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.courses__tcurrencies_th {
    padding-top: 10px
}

.courses__tcurrency-top {
    font-size: 11.5pt;
    position: relative;
    text-align: center;
    width: 100%
}

.courses__tcurrency-top:after {
    content: '';
    background: #e0e0f0;
    left: 10px;
    position: absolute;
    top: -webkit-calc(100% + 10px);
    top: calc(100% + 10px);
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    height: 1px
}

.courses__tcurrency {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    width: 160px
}

.courses__time {
    color: #90909f;
    font-size: 10pt;
    margin-bottom: 3px
}

.courses-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -10px;
    margin-top: 20px
}

.courses-info__button {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin: 0 0 15px
}

.courses-info__cb {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-top: 10px;
    min-width: 280px;
    padding: 20px;
    padding-left: 0;
    width: 50%
}

.courses-info__currency {
    display: block;
    width: 150px
}

.courses-info__text {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    line-height: 25pt
}

.courses-info__tile {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 10px 0;
    min-width: 280px;
    padding: 20px 20px 10px;
    width: -webkit-calc(50% - 10px);
    width: calc(50% - 10px);
    line-height: 25pt
}

.courses-info__tile:hover {
    -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, .15)
}

.available__coins {
    column-gap: 16px;
    grid-template-columns: repeat(auto-fit, 217px);
    max-width: 1184px;
    display: grid;
    justify-content: center;
    grid-row-gap: 16px;
    row-gap: 16px;
    width: 100%;
}

.available__coins .coin_link {
    text-decoration: none;
    background-color: transparent;
}

.available__coins .coin_card {
    border-radius: 8px;
    background: #fff 0 0 no-repeat padding-box;
    box-shadow: 0 6px 10px rgba(0, 0, 0, .08);
    padding: 16px;
    grid-template-columns: auto;
    grid-template-rows: 1fr 1fr;
    min-height: 125px;
    row-gap: 24px;
    grid-column-gap: 16px;
    -webkit-column-gap: 16px;
    column-gap: 16px;
    display: grid;
    height: 100%;
    align-items: center;
    flex-direction: column;
}

.available__coins .coin_img {
    align-items: center;
    display: inline-flex;
    flex-direction: column;
    margin: 3px 0;
}

.available__coins .coin_name {
    text-align: center;
    justify-self: center;
}

.coin_img img {
    max-width: 40px;
}

.courses_sign {
    font-size: 12px;
    color: #7e7e7e;
    margin-top: 5px;
}

.table-down, .table-up {
    display: inline-block;
    vertical-align: top;
    width: 18px;
    height: 8px;
    background: url(https://moneytransguide.com/img/down.png) no-repeat;
    margin: 5px 2px 0 0;
}

.table-up {
    background: url(https://moneytransguide.com/img/up.png) no-repeat;
}

.mobile-only {
    display: none;
}

@media (max-width: 576px) {

    .mobile-only {
        display: block;
    }

    .course-month__date-course {
        width: 100%;
    }

    .table__row,
    .courses-month__datas {
        flex-direction: column;
        padding-right: 0;
    }

    .courses-month__course-cb,
    .courses-month__date,
    .courses-month__coast {
        text-align: center;
        width: 100%;
        font-size: 20px;
    }

}