body {
    font-family: 'PT Sans', sans-serif;
    font-size: 14px;
    line-height: 1.375;
}

a {
    text-decoration: underline;
}

a:hover, a:active, a:focus {
    color: #009fe3;
    text-decoration: none;
}

/*region list-style*/
.list-style_none {
    list-style: none;
    margin: 0;
    padding: 0;
}

.list-style_inline li { display: inline; }

.list-style_dash {
    list-style: none;
    padding-left: 20px;
}

.list-style_dash li { position: relative; }

.list-style_dash li:before {
    content: '—';
    position: absolute;
    left: -20px;
}

/*endregion*/

/*region form*/
input {
    outline: none;
}

label {
    font-weight: normal;
    font-size: 14px;
}

.form-horizontal .control-label {
    text-align: left;
    color: inherit !important;
}

.form-control {
    height: 38px;
    font-size: 14px;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
    outline: none;
}

.has-success .form-control {
    border-color: #595959;
}

.radio label, .radio-inline,
.checkbox label, .checkbox-inline {
    position: relative;
    padding-left: 32px;
    font-size: 14px;
}

.radio input[type="radio"], .radio-inline input[type="radio"],
.checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] {
    margin: 2px;
    left: 0;
}

.radio .input-icon, .radio-inline .input-icon,
.checkbox .input-icon, .checkbox-inline .input-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: #fff;
    border: 1px solid #d7d7d7;
    position: absolute;
    left: 0;
    top: -1px;
}

.has-error .radio .input-icon, .has-error .radio-inline .input-icon,
.has-error .checkbox .input-icon, .has-error .checkbox-inline .input-icon {
    border-color: #ec6c6a;
}

.radio label:hover .input-icon,
.radio label input:focus + .input-icon,
.checkbox label:hover .input-icon,
.checkbox label input:focus + .input-icon {
    border-color: #595959;
}

.radio input:checked + .input-icon:after,
.radio-inline input:checked + .input-icon:after,
.checkbox input:checked + .input-icon:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    position: absolute;
    left: 5px;
    top: 5px;
    background: #ec6c6a;
}

.checkbox input:checked + .input-icon:after {
    width: 12px;
    height: 8px;
    left: 3px;
    background: url(/static/images/checkbox-select.png) no-repeat;
}

.radio .input-icon, .radio-inline .input-icon,
.radio .input-icon:after, .radio-inline .input-icon:after {
    border-radius: 50%;
}

.radio input + .input-icon + .label-text,
.radio-inline input + .input-icon + .label-text,
.checkbox input + .input-icon + .label-text {
    color: #939598;
}

.radio input:checked + .input-icon + .label-text,
.radio-inline input:checked + .input-icon + .label-text,
.checkbox input:checked + .input-icon + .label-text {
    color: #58595b;
}

.help-block {
    min-height: 16px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 16px;
}

.help-block-error {
    margin-bottom: -10px;
    font-style: italic;
}

.input-group-addon {
    border-radius: 0;
}

.kv-date-calendar {
    padding-left: 17px;
    padding-right: 17px;
    background: url(/static/images/date-picker.png) center no-repeat;
    background-color: inherit !important;
}

.kv-date-calendar .glyphicon { display: none; }

.datepicker table tr td.old, .datepicker table tr td.new { color: #ddd; }

.resize-vertical { resize: vertical; }

.show-required-mark .form-group.required .control-label:after {
    content: '*';
    color: #ec6c6a;
}

/*endregion*/

/*region header*/
.page-header {
    margin: 0;
    padding: 0 0 20px;
    border: none;
}

.header-logo img {
    display: block;
    max-width: 100%;
}

.header-slogan {
    width: 340px;
    margin-top: 6px;
    color: #939598;
    font-size: 14px;
    line-height: 18px;
}

/*endregion*/

/*region header-nav*/
.navbar-default {
    background-color: transparent;
    border: none;
    margin-bottom: 0;
}

.navbar-header { margin-top: 9px; }

.navbar-collapse.in { border-bottom: 1px solid #e7e7e7; }

.header-nav > ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.header-nav > ul > li {
    float: left;
    position: relative;
}

.header-nav > ul > li + li:before {
    content: '/';
    display: inline-block;
    margin: 0 15px;
    vertical-align: top;
}

.header-nav > ul > li > a {
    color: #575656;
    text-decoration: none;
    border-bottom: 1px solid #009fe3;
}

.header-nav > ul > li > a.text-danger { color: #ec6c6a; }

.header-nav > ul > li:last-child > a { margin-right: 0; }

.header-nav > ul > li > a:hover,
.header-nav > ul > .active > a {
    color: #009fe3 !important;
    border-bottom-color: transparent;
}

.header-nav .dropdown { display: inline-block; }

.header-nav__count {
    position: absolute;
    right: 0;
    top: -12px;
    font-size: 10px;
    line-height: 12px;
    color: #ed6d6b;
}

.header-nav li:last-child .header-nav__count { right: 0; }

.header-nav_menu_wrap {
    margin-top: 33px;
    font-size: 20px;
}

.header-nav_info-menu_wrap {
    margin-top: 5px;
    padding-top: 10px;
    font-size: 14px;
}

.header-nav_info-menu li { text-transform: uppercase; }

.header-nav_info-menu a { border-bottom: none !important; }

/*endregion*/

/*region header-search*/
.header-search__wrap { position: relative; }

.header-search {
    width: 100%;
    position: absolute;
    right: 0;
    top: 0;
}

.header-search_static { position: relative; }

.header-search_static .header-search__field { position: relative; }

.header-search_static .header-search__field { width: 100%; }

.header-search__form { position: relative; }

.header-search__field {
    width: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    transition: width 0.3s ease-out;
}

.header-search__field-bg { transition: background 0.3s ease-out; }

.header-search__field_active { width: 100%; }

.header-search__field_active .header-search__field-bg { background: #f1f2f2; }

.header-search__input {
    display: block;
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 15px;
    font-size: 16px;
    line-height: 22px;
    outline: none;
    background: transparent;
}

.header-search__icon {
    display: block;
    width: 21px;
    height: 21px;
    background: url(/static/images/header-search__icon.png);
    position: absolute;
    right: 13px;
    top: 10px;
    cursor: pointer;
}

/*endregion*/

/*region section-nav*/
.section-nav {
    margin: 0 0 20px;
    font-size: 25px;
}

.section-nav ul {
    list-style: none;
    padding: 0;
}

.section-nav li { display: inline-block; }

.section-nav li + li:before { content: '/'; }

.section-nav a {
    margin-right: 18px;
    color: #58595b;
    border-bottom: 1px dashed #009fe3;
    text-decoration: none;
    position: relative;
}

.section-nav a.text-danger {
    color: #ec6c6a;
    border-bottom: 1px dashed #ec6c6a;
}

.section-nav .active a {
    color: #009fe3;
    border-bottom-color: transparent;
}

.section-nav li + li a {
    margin-left: 18px;
}

.section-nav li:last-child a {
    margin-right: 0;
}

.section-nav .question {
    vertical-align: super;
    position: absolute;
    top: 3px;
    font-size: 12px;
    color: #a5a5a5;
}

.section-nav__buttons .btn {
    float: right;
}

/*endregion*/

.content-container {
    margin: 10px 0 30px;
}

/*region btn*/
.btn {
    text-decoration: none;
    font-size: 16px;
    padding: 7px 14px 10px;
    border-width: 2px;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-default:hover, .btn-default:active, .btn-default:focus, .btn-default:active:focus, .btn-default:hover:active {
    border-color: #dcddde;
    background-color: #dcddde;
}

.btn-default.btn-border {
    border-color: #d1d3d4;
    background-color: transparent;
    color: #bcbec0;
}

.btn-default.btn-border:hover, .btn-default.btn-border:active, .btn-default.btn-border:focus, .btn-default.btn-border:active:focus, .btn-default.btn-border:hover:active {
    border-color: #d1d3d4;
    background-color: #d1d3d4;
    color: #fff;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus, .btn-primary:active:focus, .btn-primary:hover:active {
    border-color: #0992cd;
    background-color: #0992cd;
}

.btn-primary.btn-border {
    background-color: transparent;
    color: #009fe3;
}

.btn-primary.btn-border:hover, .btn-primary.btn-border:active, .btn-primary.btn-border:focus, .btn-primary.btn-border:active:focus, .btn-primary.btn-border:hover:active {
    border-color: #00aeef;
    background-color: #009fe3;
    color: #fff;
}

.btn-danger:hover, .btn-danger:active, .btn-danger:focus, .btn-danger:active:focus, .btn-danger:hover:active {
    border-color: #e9544f;
    background-color: #e9544f;
}

.btn-white {
    border-color: #fff;
    background-color: #fff;
    color: #009fe3;
}

.btn-white.btn-border {
    background-color: transparent;
    color: #fff;
}

.btn-white.btn-border:hover, .btn-white.btn-border:active, .btn-white.btn-border:focus, .btn-white.btn-border:active:focus, .btn-white.btn-border:hover:active {
    background-color: #2b2a2a;
}

/*endregion*/

/*region select2*/
.kv-plugin-loading {
    height: 38px;
    width: auto;
    border: 1px solid #d7d7d7;
    background: none;
}

.select2-container {
    font-size: 14px;
}

.select2-container--default .select2-selection--multiple {
    height: 38px;
}

.select2-selection--multiple {
    padding-right: 32px;
    position: relative;
}

.select2-selection--multiple:after {
    content: '';
    display: block;
    width: 32px;
    height: 36px;
    position: absolute;
    top: 0;
    right: 0;
    background: url(/static/images/select2-selection__arrow.png) no-repeat center;
}

.select2-selection {
    border-radius: 0 !important;
    border: 1px solid #ccc !important;
}

.select2-container .select2-selection--single {
    height: 38px;
}

.select2-container--default .select2-selection--single {
    border-color: #d7d7d7;
    border-radius: 0;
    outline: none;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
    padding-left: 12px;
    padding-right: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    width: 32px;
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    width: 8px;
    height: 16px;
    border: none;
    margin-left: -4px;
    margin-top: -8px;
    background: url(/static/images/select2-selection__arrow.png);
}

.select2-dropdown {
    border-radius: 0;
    border-color: #d7d7d7;
}

.select2-results__option {
    padding: 6px 12px 11px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #f1f2f2;
    color: inherit;
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #009fe3;
    color: #fff;
}

.select2-separate-selected + .select2 .select2-selection__choice { display: none; }

.select2-selected-list {
    list-style: none;
    padding: 0;
    margin: 10px 0 0;
    font-size: 14px;
}

.select2-selected-list li {
    display: block;
    float: left;
    background-color: #f1f2f2;
    border-radius: 30px;
    margin: 5px 12px 5px 0;
    padding: 4px 12px 5px;
}

.select2-selected-list .remove {
    display: inline-block;
    width: 12px;
    height: 12px;
    background: url(/static/images/select2-selected-list_remove.png) no-repeat;
    cursor: pointer;
    vertical-align: middle;
    margin: -1px 0 0 7px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 8px;
    margin-left: 8px;
}

.select2-search--dropdown .select2-search__field {
    border-radius: 0;
}

.select2-dropdown_long-height .select2-results__options {
    max-height: 550px !important;
}

/*endregion*/

/*region ajax-table-filter*/
.ajax-table-filter {
    margin: 0 0 20px;
}

.ajax-table-filter .control-label {
    font-size: 18px;
    font-weight: normal;
    -ms-text-align-last: right;
    text-align: left;
}

/*endregion*/

/*region table*/
.table-bordered {
    border: 1px solid #d7d7d7;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 14px 12px 18px;
    border: none;
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td { padding: 5px; }

.table > thead > tr > th a {
    color: #fff;
}

.table > thead > tr > th, .table > thead > tr > td {
    padding-top: 6px;
    padding-bottom: 8px;
}

.table > thead > tr > th {
    background-color: #575656;
    color: #fff;
    border: 1px solid #575656 !important;
    font-weight: normal;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #f1f2f2;
}

.table tbody {
    /*font-size: 14px;*/
}

/*endregion*/

/*region pagination*/
.pagination,
.infinity-scroll-pagination {
    padding: 0;
    margin: 40px 0 0;
    list-style: none;
    text-align: center;
}

#infscr-loading {
    text-align: center;
    white-space: nowrap;
    width: 100% !important;
}

#infscr-loading img { margin-right: 10px; }

#infscr-loading div { display: inline-block; }

/*endregion*/

/*region footer*/
.footer {
    position: relative;
    font-size: 12px;
    line-height: 18px;
    margin-top: 100px;
    padding-bottom: 35px;
}

.footer__top-link {
    display: block;
    height: 43px;
    padding-left: 53px;
    background: url(/static/images/footer__top-link.png) no-repeat;
    position: absolute;
    top: -90px;
    right: 0;
    font-size: 14px;
    line-height: 43px;
    text-decoration: none;
}

/*endregion*/

/*region bread-crumbs*/
.breadcrumb {
    list-style: none;
    margin: 0 0 20px;
    padding: 0;
    font-size: 14px;
}

.breadcrumb li {
    float: left;
    position: relative;
    padding-right: 30px;
}

.breadcrumb li:after {
    content: '>';
    position: absolute;
    right: 10px;
    color: inherit;
    padding: 0;
}

.breadcrumb li:last-child:after { display: none; }

.breadcrumb a {
    color: #575656;
    text-decoration: none;
    border-bottom: 1px solid transparent;
}

.breadcrumb a:hover {
    border-bottom-color: #009fe3;
}

/*endregion*/

/*region page-title*/
.page-title {
    margin: 0 0 20px;
}

.page-title__text {
    margin: 0;
    font-size: 30px;
    line-height: 1.2;
    color: #009fe3;
}

.page-title_buttons {
    float: right;
}

/*endregion*/

/*region tender*/
.tender-info {
    margin: 0 0 25px;
}

.tender-info__title {
    margin: 0 0 20px;
    font-size: 18px;
}

.tender-info__content {
    font-size: 14px;
}

.tender-info__list-title {
    font-weight: bold;
}

.tender__company-logo {
    max-width: 100%;
    max-height: 90%;
    position: absolute;
}

.tender-info__text {
    padding: 10px 15px 15px;
    margin: 0 0 25px;
    background-color: #f1f2f2;
}

.file-list {
}

.file-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.file-list li {
    display: inline;
    margin-right: 35px;
}

.file-list a {
    display: inline-block;
    position: relative;
    padding-left: 27px;
}

.file-list a:before {
    content: ' ';
    display: inline-block;
    width: 18px;
    height: 16px;
    background: url(/static/images/tender-info__files.png) no-repeat;
    vertical-align: middle;
    position: absolute;
    left: 0;
    top: 3px;
}

/*endregion*/

/*region header-user*/
.header-user { position: relative; }

.header-user__name { margin-right: 15px; }

.header-user__name a {
    display: block;
    max-width: 150px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    text-decoration: none;
}

.header-user__company {
    white-space: nowrap;
    text-overflow: ellipsis;
}

.header-user__arrow {
    width: 8px;
    height: 5px;
    background: url(/static/images/header-user__arrow.png) no-repeat;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    cursor: pointer;
}

/*endregion*/

/*region table-control*/
.table-control {
    line-height: 14px;
}

.table-control li {
    float: left;
}

.table-control a {
    display: block;
    padding: 9px 15px;
    color: #939598;
    text-decoration: none;
}

.table-control a:hover {
    color: #009fe3;
}

.table-control .active a {
    background-color: #009fe3;
    color: #fff;
}

/*endregion*/

/*region popover*/
.popover {
    max-width: 390px;
    border-color: #d7d7d7;
    font-size: 14px;
    line-height: 20px;
    font-family: inherit;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.popover > .close {
    width: 17px;
    height: 17px;
    background: url(/static/images/popover-close.png) no-repeat;
    position: absolute;
    right: 0;
    top: -27px;
    cursor: pointer;
}

.popover-content {
    padding: 12px 19px 14px;
}

/*endregion*/

/*region tooltip*/
.tooltip {
    min-width: 300px;
}

.tooltip-inner {
    padding: 8px 12px 11px;
    background-color: #f1f2f2;
    font-size: 12px;
    line-height: 16px;
    color: #575656;
    text-align: left;
}

.tooltip.right .tooltip-arrow { border-right-color: #f1f2f2; }

[data-toggle="tooltip"] { vertical-align: middle; }

[data-toggle="tooltip"] .fa { color: #bcbec0; }

/*endregion*/

/*region tender-status*/
.tender-status {
}

.tender-status_open {
    color: #8dc63f;
}

.tender-status_close {
    color: #ed6d6b;
}

.tender-status:after {
    content: ' ●';
}

/*endregion*/

.hs-multifiles-table { width: auto; }

.hs-multifiles-container hr { display: none; }

.hs-multifiles-input-table { margin: 0; }

/*region modal*/
.vertical-alignment-helper {
    display: table;
    height: 100%;
    width: 100%;
    pointer-events: none;
}

.vertical-align-center {
    display: table-cell;
    vertical-align: middle;
    pointer-events: none;
}

.modal-content {
    width: inherit;
    height: inherit;
    margin: 0 auto;
    pointer-events: all;
}

.modal-backdrop {
    background-color: transparent;
}

/*endregion*/

/*region auth-modal*/
.auth-modal .blockOverlay { background: #292828 !important; }

.auth-modal { background-color: rgba(41, 40, 40, 0.93) !important; }

.auth-modal-content {
    padding-top: 200px;
    padding-bottom: 100px;
    color: #fff;
}

.auth-modal-content .close {
    width: 25px;
    height: 25px;
    position: absolute;
    right: 50px;
    top: 50px;
    background: url(/static/images/modal-close.png) no-repeat;
    opacity: 1;
    filter: alpha(opacity=100);
}

.auth-form { }

.auth-form-buttons { margin: 30px -10px 0; }

.auth-form-buttons .btn {
    margin-left: 10px;
    margin-right: 10px;
}

.form-group-auth { padding-bottom: 8px; }

.form-group-auth .help-block { color: #fff; }

.form-group-auth .help-block-error {
    font-style: italic;
    color: #ec6c6a;
}

.form-group-auth .checkbox { font-size: 12px; }

.auth-form .radio .input-icon, .auth-form .radio-inline .input-icon, .auth-form .checkbox .input-icon, .auth-form .checkbox-inline .input-icon {
    background: #383737;
}

.form-group-auth-field {
    padding: 8px 12px;
    border: 1px solid #009fe3;
}

.form-group-auth-field .control-label {
    display: block;
    margin: 0;
    padding: 0;
    color: #fff;
}

.form-group-auth-field .control-label:after { display: none; }

.form-group-auth-field .form-control {
    border: none;
    background: transparent;
    padding: 0;
    font-size: 30px;
    color: #fff;
}

.form-group-auth-field textarea.form-control {
    font-size: 16px;
    line-height: 20px;
}

.show-field-password {
    text-decoration: none;
    color: #fff !important;
}

.show-field-password:before {
    content: '';
    display: inline-block;
    width: 26px;
    height: 17px;
    margin-right: 6px;
    background: url(/static/images/show-field-password.png);
}

.show-field-password.active:before { background-position: 0 -17px; }

.ui-autocomplete {
    padding: 0;
    margin: -1px 0 0;
    position: absolute;
    left: 0;
    z-index: 100;
    border: 1px solid #009fe3;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    background-color: #fff;
}

.ui-autocomplete li {
    padding: 9px 12px;
    margin: 0;
}

.ui-menu-item { cursor: pointer; }

.ui-autocomplete .ui-state-focus { background-color: #f1f2f2; }

.auth-modal-content .ui-autocomplete .ui-state-focus { background-color: #000; }

.auth-modal-content .ui-autocomplete {
    width: 100%;
    padding: 0;
    margin: 0;
    border: none;
    position: absolute;
    left: 0;
    z-index: 100;
    background-color: #252525;
    list-style: none;
    font-size: 14px;
    line-height: 18px;
    color: #fff;
}

.auth-modal-content .ui-autocomplete li {
    padding: 9px 12px;
    margin: 0;
}

.auth-modal-content .ui-autocomplete .ui-state-focus { background-color: #000; }

.ui-helper-hidden-accessible { display: none; }

/*endregion*/

/*region alert*/
.alert {
    border-radius: 0;
    border: none;
    color: #575656;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding-right: 45px;
    position: relative;
}

.alert.error-summary { text-align: left; }

.alert .close {
    width: 12px;
    height: 12px;
    background: url(/static/images/alert-close.png) no-repeat;
    text-indent: -9999px;
    opacity: 1;
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -6px;
}

.header-alerts .alert { margin: 0; }

/*endregion*/

/*region user-profile-menu*/
.user-profile-menu {
    display: block;
    padding: 0;
    margin: 0 0 25px;
    list-style: none;
}

.user-profile-menu li {
    display: block;
    margin: 0;
    padding: 4px 0;
}

.user-profile-menu a {
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    color: #575656;
}

.user-profile-menu a:hover {
    border-bottom: 1px solid #009fe3;
}

.user-profile-menu .active a { color: #009fe3; }

.user-profile-header-menu a { text-decoration: none; }

.user-profile-menu__pro-item span {
    display: inline-block;
    padding: 1px 2px;
    margin-left: -2px;
    background-color: #ec6c6a;
    color: #fff;
    line-height: 1em;
}

.user-profile-menu .active .user-profile-menu__pro-item span { background-color: #009fe3; }

/*endregion*/

/*region user-profile*/
.user-profile-content { font-size: 14px; }

.user-profile-content_border { border-left: 1px solid #d7d7d7; }

.user-profile-title {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 15px;
}

.user-profile-sub-title {
    font-size: 18px;
    margin-top: 30px;
    margin-bottom: 7px;
}

.user-contact-remove { border: none; }

.user-contact-remove img { display: block; }

.user-form-user-logo .hs-multifiles-table { position: relative; }

.user-form-user-logo .hs-multifiles-table .hs-multifiles-col-icon {
    padding: 0 !important;
    width: 0 !important;
}

.user-form-user-logo .hs-multifiles-table .hs-multifiles-col-icon a {
    position: absolute;
    right: 0;
    top: 0;
    background: #fff;
}

.user-form-user-logo .hs-multifiles-table .hs-multifiles-col-icon a:before { content: '\f00d'; }

.user-form-contact-remove-col {
    padding: 0;
    width: auto;
}

/*endregion*/

/*region html-content*/
.html-content p {
    margin: 0;
    padding: 0;
}

.html-content td,
.html-content th {
    border: 1px solid #cecece;
    padding: 0 5px;
    vertical-align: top;
}

/*endregion*/

/*region user-table*/
.users-table {
}

.users-table tr { border-bottom: 1px solid #d7d7d7; }

.users-table tr:last-child { border-bottom: none; }

.users-table .table > tbody > tr > td {
    padding-top: 25px;
    padding-bottom: 25px;
}

.users-table__company {
    font-size: 16px;
    margin-bottom: 13px;
}

.users-table-count {
    padding: 20px 20px 7px;
    color: #d1d3d4;
    text-align: center;
}

.users-table-count_red { color: #ed6d6b; }

.users-table-count__caption {
    font-size: 14px;
    line-height: 12px;
}

.users-table-count__value {
    font-size: 65px;
    line-height: 65px;
    font-weight: bold;
}

.users-table__border-cell {
    position: relative;
}

.users-table__border-cell:after {
    content: ' ';
    display: block;
    width: 1px;
    height: 60%;
    position: absolute;
    left: 0;
    top: 20%;
    background-color: #d7d7d7;
}

.input-search-icon {
    background: url(/static/images/search__icon.png) no-repeat right center;
}

/*endregion*/

.blockOverlay { background: url(/static/images/loader.gif) center no-repeat #fff !important; }

.blockMsg { display: none !important; }

.btn-round {
    display: inline-block;
    width: 34px;
    height: 34px;
    text-decoration: none;
    border-radius: 50%;
    position: relative;
    background: #ec6c6a center no-repeat;
    line-height: 34px;
    text-align: center;
    overflow: hidden;
    color: #fff !important;
}

.btn-round_grey {background-color: #ccc;}

.btn-round:hover { background-color: #e9544f; }

.btn-round__update { background-image: url(/static/images/update-icon.png); }

.btn-moderate-check-success { background-color: #3c763d !important; }

/*region error-page*/
.error-page {
    padding: 200px 0;
    text-align: center;
}

.error-page-code {
    font-weight: bold;
    color: #009fe3;
}

.error-page-icon {
    display: inline-block;
    margin-right: 5px
}

.error-page-icon__403 { margin-top: -20px; }

/*endregion*/

/*region blue-modal*/
.blue-modal .modal-content {
    background-color: rgba(0, 159, 227, 0.95);
    color: #fff;
    border: none;
}

.blue-modal .modal-header {
    padding: 20px 20px 0;
    border: none;
}

.blue-modal .close {
    text-indent: -9999px;
    display: block;
    width: 17px;
    height: 17px;
    background: url(/static/images/welcome-close.png) no-repeat center;
    opacity: 0.8;
}

.blue-modal .close:hover { opacity: 1; }

.blue-modal .modal-body {
    padding: 0 50px 30px;
    overflow: hidden;
}

.blue-modal .modal-title { padding: 0 30px 20px; }

/*endregion*/

/*region trial-modal*/
.trial-modal .modal-body .h1 {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: bold;
}

.trial-modal .modal-body .h4 {
    margin: 30px 0;
    font-size: 18px;
    font-weight: bold;
}

/*endregion*/

/*region tariff-modal*/
.tariff-modal.modal-dialog { width: 780px; }

.tariff-modal .modal-content {
    background-color: rgba(0, 159, 227, 0.95);
    color: #fff;
    border: none;
}

.tariff-modal .modal-header {
    padding: 20px 20px 0;
    border: none;
}

.tariff-modal .close {
    text-indent: -9999px;
    display: block;
    width: 17px;
    height: 17px;
    background: url(/static/images/welcome-close.png) no-repeat center;
    opacity: 0.8;
}

.tariff-modal .close:hover { opacity: 1; }

.tariff-modal .modal-body {
    padding: 0 50px 60px;
    overflow: hidden;
}

.tariff-modal__title-img {
    display: block;
    margin-left: 45px;
}

.tariff-modal__loader { height: 16px; }

.tariff-modal .modal-body .h1 {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: bold;
}

.tariff-modal .modal-body .h4 {
    margin: 10px 0 30px;
    font-size: 18px;
    font-weight: bold;
}

.tariff-modal__tariff-block {
    margin: 26px 0 46px;
    padding: 19px 26px 33px;
    background-color: #fff;
}

.tariff-modal__name {
    font-size: 25px;
    color: #009fe3;
    border-bottom: 1px solid #009fe3;
    padding-bottom: 10px;
}

.tariff-modal__price {
    font-size: 18px;
    color: #58595b;
    text-align: center;
    margin-top: 14px;
}

.tariff-modal__price span { font-weight: bold; }

/*endregion*/

/*region user-verify-modal*/
.user-verify-modal .modal-body .h1 {
    margin: 0 0 30px;
    font-size: 40px;
    font-weight: bold;
}

.user-verify-modal .modal-body .h2 { margin: 0 0 20px; }

.user-verify-modal a { color: #fff; }

/*endregion*/

/*region main-alert-modal*/
.main-alert-modal .modal-body .h2 { margin: 0 0 20px; }

/*endregion*/

/*region rules-page*/
.rules-page__content {
    font-size: 16px;
}

.rules-page__content .h2 {
    margin-top: 40px;
    margin-bottom: 20px;
}

/*endregion*/

/*region tariff-page*/
.tariff-page { font-size: 16px; }

.tariff-page__stat {
    font-size: 20px;
    margin: 40px 0 20px;
}

.tariff-page__stat-group { margin: 20px 0 30px; }

.tariff-page__stat-group-count { font-size: 64px; }

.tariff-page__stat-group-title { font-size: 16px; }

.tariff-page .tariff-modal-promo-form { margin: 30px 0 20px; }

.tariff-page__tariff-group {
    padding: 20px 0;
    margin: 13px 0;
    border: 1px solid #0da4e4;
}

.tariff-page__tariff-group-title {
    max-width: 160px;
    border-bottom: 1px solid #0da4e4;
    padding-bottom: 10px;
    margin: 0 auto;
    font-size: 25px;
}

.tariff-page__tariff-group-price {
    margin: 15px 0;
    font-size: 18px;
}

.tariff-page__trial {
    margin: 30px 0 40px;
    font-size: 22px;
    line-height: 32px;
}

.profile-pay_bill-form { }

.profile-pay_bill-form .form-group { margin-bottom: 0; }

.profile-pay_bill-form .help-block { display: none; }

/*endregion*/

@media screen and (max-width: 1139px) {
    .header-nav_menu_wrap { font-size: 18px; }

    .header-user__name a { max-width: 100px; }
}

@media screen and (max-width: 991px) {
    .table-responsive-block-sm .table > thead { display: none; }

    .table-responsive-block-sm .table > tbody > tr > td {
        display: block;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .table-responsive-block-sm .table > tbody > tr > td:first-child { padding-top: 10px; }

    .table-responsive-block-sm .table > tbody > tr > td:last-child { padding-bottom: 10px; }

    .table-responsive-block-sm .list-style_none { display: inline; }

    .table-responsive-block-sm .list-style_none > li { display: inline; }

    .table-responsive-block-sm .list-style_none > li:after { content: ','; }

    .table-responsive-block-sm .list-style_none > li:last-child:after { content: ''; }

    .btn-round:after {
        content: 'Редактировать';
        display: block;
        position: absolute;
        left: 100%;
        top: 50%;
        margin: -9px 0 0 10px;
        line-height: 18px;
        color: #ec6c6a;
    }

    .btn-round:hover:after { color: #e9544f; }
}

@media screen and (max-width: 767px) {
    .header-logo { margin-right: 70px; }

    .btn { padding: 5px 10px 8px; }

    .table-responsive { border-color: #d7d7d7; }

    .section-nav { font-size: 16px; }

    .section-nav__buttons { text-align: center; }

    .section-nav__buttons .btn { float: none; }

    .section-nav ul { text-align: center; }

    .section-nav a { margin-right: 12px; }

    .section-nav li + li a { margin-left: 12px; }

    .user-profile-menu {
        border-top: 1px solid #d7d7d7;
        border-bottom: 1px solid #d7d7d7;
    }

    .page-title_buttons {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
    }

    .table-responsive-block-xs .table > thead { display: none; }

    .table-responsive-block-xs .table > tbody > tr > td {
        display: block;
        padding-top: 1px;
        padding-bottom: 1px;
    }

    .table-responsive-block-xs .table > tbody > tr > td:first-child { padding-top: 10px; }

    .table-responsive-block-xs .table > tbody > tr > td:last-child { padding-bottom: 10px; }

    .table-responsive-block-xs .list-style_none { display: inline; }

    .table-responsive-block-xs .list-style_none > li { display: inline; }

    .table-responsive-block-xs .list-style_none > li:after { content: ','; }

    .table-responsive-block-xs .list-style_none > li:last-child:after { content: ''; }

    .users-table__logo {
        display: block;
        float: left;
        margin: 0 10px 5px 0;
    }

    .users-table__company { margin-bottom: 5px; }

    .users-table__border-cell {
        width: 50%;
        float: left;
    }

    .users-table__border-cell:after { display: none; }

    .users-table__border-cell + .users-table__border-cell:after { display: block; }

    .users-table-count { padding: 5px 0 0; }

    .users-table-count__value {
        font-size: 25px;
        line-height: 25px;
    }

    .user-profile-content_border { border: none; }

    .btn-round:after {
        content: 'Редактировать';
        display: block;
        position: relative;
        left: 100%;
        top: 50%;
        margin: -9px 0 0 10px;
        line-height: 18px;
        color: #ec6c6a;
    }

    .btn-round:hover:after { color: #e9544f; }

    .tariff-modal.modal-dialog { width: auto; }
}
