* {
    padding: 0;
    margin: 0;
}

body {
    font-size: 14px;
    font-family: OpenSans, "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 400;
    color: #000;
}

p {
    margin: 10px 0;
}

dl, menu, ol, ul {
    padding: 0;
    margin: 0;
}

.wrp {
    background-color: #fff;
    padding-top: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .15);
    margin-bottom: 20px;
}

#center .head {
    padding: 15px 0 15px !important;
}

#center .block {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

.row {
    margin: 0 auto;
}

#center .select-wrp {
    margin-left: 10px;
    margin-right: 15px;
    width: 200px;
}

.select-wrp, select {
    position: relative;
}

.v-center > * {
    margin-top: auto;
    margin-bottom: auto;
}

.v-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.current_option, .custom_select, .input-list {
    position: relative;
}

.custom_select {
    font-size: .88em;
    color: #000;
    border-radius: 2px;
    background-color: #fcfcfc;
    -webkit-transition: .2s;
    transition: .2s;
}

.current_option {
    width: 100%;
    background: #fcfcfc;
    border: 1px solid #ccc;
    line-height: 25px;
    padding: 7px 15px;
    cursor: pointer;
    border-radius: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.current_option:before {
    width: 40px;
    height: 97%;
    top: 1.5%;
    right: 1px;
}

.current_option img {
    position: absolute;
    top: 50%;
    margin-top: -3px;
    right: 10px;
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s, -webkit-transform .2s;
}

.custom_options {
    max-height: 300px;
    height: inherit;
}

.custom_options {
    visibility: hidden;
    width: 100%;
    padding: 0;
    position: absolute !important;
    z-index: 9;
    background: #fcfcfc;
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 2px 10px -2px rgba(0, 0, 0, .6);
    height: 250px;
}

.custom_options.active {
    visibility: visible;
}

.custom_options {
    max-height: 300px;
    height: inherit;
}

.custom_options li {
    list-style: none;
    width: 100%;
    font-size: 14px;
    text-align: left;
    padding: 10px 10px 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    position: relative;
}

.custom_options li {
    padding: inherit;
}

ul.custom_options li a {
    display: block;
}

.custom_options li a {
    width: 100%;
    height: 100% !important;
    font-size: 14px;
    text-align: left;
    padding: 10px !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom_options a, .custom_options a:hover, .custom_options a:focus {
    text-decoration: none !important;
    color: #000000;
}

.custom_options li:hover {
    background: #eee;
    cursor: pointer;
}

.custom_options li.active, .custom_options li.active span {
    color: #ed2325;
}

.custom_options .active a {
    color: #ed2325;
}

.current_option:hover {
    background-color: #fcfcfc;
}

.current_option:hover {
    background-color: #fff;
}

.btn.custom .pop li:not(:last-of-type), .custom_options li {
    border-bottom: 1px solid #e6e6e6;
}

.content ul {
    margin-top: inherit;
    margin-left: inherit;
}

/*.custom_select:hover, .input-list input:focus {
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, .35);
}*/
#center .about {
    padding: 20px 0 30px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

/* */
h1 {
    margin-top: 0;
}

h1, h2, h2.h1, h3 {
    font-weight: 700;
}

#center .block:not(:first-of-type) {
    padding: 15px 30px 0 0;
}

#center .block {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
}

/* menu */
#left a.active {
    border-color: #1090c0;
    background-color: #f1f1f1;
}

#left a {
    color: #333;
    font-size: 1em;
    padding: 14px 10px;
    border-left: 2px solid transparent;
    text-decoration: none;
    -webkit-transition: .2s;
    transition: .2s;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

#left a span {
    width: 22px;
    display: inline-block;
}

#left a span, .NFI-button, .btn, .news-wrp .ico, .pager, header #top a span {
    text-align: center;
}

#left a img {
    margin-right: 8px;
    margin-top: -3px;
}

#left a:hover {
    background-color: #ededed;
}

/* =============
   Notification
============= */
.notifyjs-metro-base {
    position: relative;
    min-height: 52px;
    min-width: 250px;
    color: #444;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);
    -webkit-animation: dropdownOpen 0.3s ease-out;
    -o-animation: dropdownOpen 0.3s ease-out;
    animation: dropdownOpen 0.3s ease-out;
}

.notifyjs-metro-base .image {
    display: table;
    position: absolute;
    height: auto;
    width: auto;
    left: 25px;
    top: 50%;
    font-size: 24px;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.notifyjs-metro-base .text-wrapper {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    margin: 10px 10px 10px 52px;
    clear: both;
}

.notifyjs-metro-base .title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 5px;
    font-weight: bold;
}

.notifyjs-metro-base .text {
    font-size: 14px;
    font-weight: normal;
    max-width: 360px;
    vertical-align: middle;
}

.notifyjs-metro-cool {
    color: #fafafa !important;
    background-color: #4A525F;
    border: 1px solid #4A525F;
}

/** add file */

#add_file .btn.green {
    padding: 15px 18px 17px;
    font-size: .94em;
    font-weight: 700;
    background-color: #1fb312;
    color: #fff;
}

#add_file .btn {
    padding: 9px 19px;
    border-radius: 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, .25);
    font-weight: 400;
    font-size: .88em;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: .2s;
    transition: .2s;
}

#add_file form p {
    font-size: .813em;
}

#upload-error {
    list-style-type: none;
    font-size: 11px !important;
    color: #ed2325;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}

#add_file .hidden {
    display: none !important;
}

.middle .thumb img {
    float: right;
    width: auto;
}

.middle .col-sm-2 {
    width: 12.5%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.middle .col-sm-14 {
    width: 87.5%;
    position: relative;
    min-height: 1px;
    padding-left: 10px;
    padding-right: 10px;
    float: left;
}

.middle .block .pl0 {
    height: 160px;
}

.middle h3 {
    font-size: .94em;
    color: #000;
}

.middle h4 {
    color: #999;
    font-size: .69em;
    font-weight: 400;
    line-height: 1.58em;
}

.middle .info img, .middle h4 img {
    margin-top: -3px;
    margin-left: 3px;
}

.middle .info {
    width: 100%;
    bottom: 10px;
    font-size: .69em;
    color: #666;
}

.pull-right {
    float: right;
}

.middle .num {
    display: inline-block;
}

.middle .block {
    border-bottom: 1px solid #e6e6e6;
    position: relative;
    padding: 15px 30px 0 0;
}

.middle .row {
    margin: 0 auto;
}

@media screen and (min-width: 1000px) {
    .container {
        margin: inherit;
        max-width: inherit;
    }
}

/** */
.box .content {
    padding: inherit;
}

.box a {
    font-size: inherit;
}

.content li + li {
    margin-top: inherit;
}

.item_content {
    height: 500px;
    position: relative;
    margin: 15px 0;
    padding: 15px;
}

.item_content.ps-container {
    padding-top: 10px;
}

.panel:not(:last-child) {
    margin: 0;
}

.panel {
    background-color: #fcfcfc;
    margin: 0;
    padding: 10px 30px;
    border-bottom: 1px solid #e6e6e6;
}

.panel .pull-right {
    margin-top: -26px;
}

.card {
    padding-bottom: 5px;
}

.card h3 {
    font-size: 1.2em;
    margin-bottom: 0;
    color: #000;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
    width: 14px !important;
}

.ps-container > .ps-scrollbar-y-rail {
    width: 14px !important;
}

.tag_item {
    margin: 5px 0;
}

.tag_item img {
    padding-right: 5px;
}

#center .box {
    border-radius: 0;
}

.file_upload_desc {
    color: #cccccc;
}

.form-horizontal {
    margin: 30px 10px 10px;
}

@media screen and (min-width: 769px) {
    /* form .control.is-horizontal > .control {
         display: block;
     }*/
}

.breadcrumb {
    --separator: "/";
    list-style: none;
    align-items: center;
    display: flex;
    padding: 0 0 1.25rem;
    color: #ccc;
}

.breadcrumb > li + li:before {
    padding: 0 5px;
    color: #ccc;
    content: var(--separator, "&raquo;");
}

.breadcrumb a {
    color: #999;
}

.pager {
    padding: 20px 0;
    font-size: .88em;
    margin-bottom: 40px
}

.pager > * {
    color: #666;
    display: inline-block;
}

.pager #to-begin {
    padding: 10px;
    border: 1px solid #e6e6e6;
    color: #ccc
}

.pager .arrow path {
    fill: #656565
}

.pager .arrow.disabled path {
    fill: #cbcbcb
}

.pager .arrow, .pager .page {
    height: 42px;
    width: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-transition: .2s;
    transition: .2s
}

.pager .page:hover {
    color: #000 !important;
    background-color: #e5e5e5
}

.pager .arrow svg {
    margin-bottom: -3px
}

.pager .page.active {
    font-weight: 700;
    color: #000;
    border-color: #ccc
}

.pager .arrow, .pager .page {
    height: 42px;
    width: 40px;
    line-height: 40px;
    border-radius: 2px;
    border: 1px solid transparent;
    -webkit-transition: .2s;
    transition: .2s;
}

.pager #to-begin {
    border-radius: 2px;
}

.promo_items {
    /*margin: 15px 0;*/
}

.promo_items img {
    width: 100%;
    max-width: 100%;
    height: auto !important;
}

.relared__item {
    margin-bottom: 1.5rem;
}

.relared__item .results__results-button {
    top: 0;
    margin-top: 15px;
}

.relared__item .results__title {
    top: 0;
    margin-bottom: 0;
    padding: 5px 0;
}

.relared__item .results__middle-cell {
    width: 600px;
}

.user_info {
    margin-top: 10px;
    padding: 0.25rem 0;
    font-size: .9rem;
    color: #666;
}

.icon.image {
    display: inline-block;
}

.search__form {
    margin-bottom: 20px;
}

.search__form .select:after {
    right: 4em;
}

.results__results-button {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .level {
        display: flex;
    }
}

@media screen and (min-width: 769px) {
    #add_file .control.is-horizontal > .control {
        display: block;
    }

}

@media screen and (min-width: 1000px) {
    .profile-data__send {
        text-align: right;
    }
}

.column.is-one-quarter, .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
}
.columns {
    display: flex;
}

.add-request__submit {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 48px;
    height: 48px;
    background: #1090c0;
    padding: 0 69px 0 20px;
    color: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: none;
    font: bold 10px Arial, Sans-serif;
    text-transform: uppercase;
}

.add-request__submit:after {
    content: '';
    position: absolute;
    width: 48px;
    height: 48px;
    background: #0f86b2;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 0;
    right: 0
}

.add-request__submit:before {
    content: '';
    position: absolute;
    right: 19px;
    background: url("/img/sprite.png") no-repeat -49px -2px;
    width: 9px;
    height: 14px;
    top: 17px;
    z-index: 1
}

.add-request__submit:hover {
    background: #0779a3;
}

.add-request__submit:hover:after {
    background: #02668b
}

.results {
    margin-bottom: 20px
}

.results__first-cell, .results__middle-cell {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.results__first-cell {
    width: 95px;
    margin-right: 30px
}

.results__middle-cell {
    width: 450px;
}

.results__middle-cell:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(245, 245, 245, 0)), color-stop(100%, #f5f5f5));
    background: -webkit-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
    background: -o-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
    background: -ms-linear-gradient(left, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
    background: linear-gradient(to right, rgba(245, 245, 245, 0) 0%, #f5f5f5 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00f5f5f5", endColorstr="#f5f5f5", GradientType=1)
}

.results__middle-cell:after {
    content: '';
    display: block;
    clear: both
}

.results__last-cell {
    width: 170px;
    text-align: center;
    background: #fafafa;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.results__item {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 15px 10px;
    margin-top: 10px;
    background: #f5f5f5;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 0
}

.results__order-num {
    font: bold 20px/20px Arial, sans-serif;
    color: #000;
    margin-bottom: 8px
}

.results__title {
    font: bold 20px/20px Arial, sans-serif;
    color: #000;
    margin-bottom: 8px
}

.results__left-info {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    color: #666;
    font: 12px/12px Arial, sans-serif;
    margin-bottom: 12px;
    margin-right: 15px;
    white-space: nowrap
}

.results__right-info {
    display: inline-block;
    vertical-align: middle;
    font: 12px/12px Arial, sans-serif;
    color: #000;
    width: 325px;
    white-space: nowrap;
    margin-bottom: 12px;
    overflow: hidden
}

.results__date {
    color: #666;
    font: 12px/12px Arial, sans-serif;
    margin-bottom: 10px
}

.results__left-info_pos_last, .results__right-info_pos_last, .results__link_pos_last {
    margin-bottom: 0
}

.results__old-price {
    font: 12px/12px Arial, sans-serif;
    color: #999;
    text-decoration: line-through;
    margin-bottom: 15px;
    height: 12px
}

.results__price {
    display: block;
    color: #00a651;
    font: bold 20px/20px Arial, sans-serif;
    margin-bottom: 10px
}

.results__results-button {
    position: relative;
    width: 107px;
    height: 30px;
    display: inline-block;
    padding-left: 10px;
    padding-right: 29px;
    box-sizing: border-box;
    color: #00a651;
    font: bold 10px Arial, sans-serif;
    border: 1px solid;
    text-transform: uppercase;
    text-align: center;
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 50%;
    margin-top: -15px;
}

.results__results-button:hover {
    background: #00a651;
    color: #fff;
    text-decoration: none;
}

.results__results-button:hover:after {
    background-position: -49px -2px
}

.results__results-button:after {
    content: '';
    background: url("/img/sprite.png") no-repeat -178px 0;
    width: 9px;
    height: 14px;
    right: 10px;
    top: 7px;
    position: absolute
}
.top-buttons__pay {
    width: 226px;
    height: 36px;
    display: inline-block;
    vertical-align: middle;

    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: bold 10px/36px Arial;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-right: 10px;
}
.middle .info {
    font-size: .9em;
}
.infoItem{
    word-wrap: break-word;
    max-width: 500px;
}
.breadcrumb li:last-child{
    max-width: 650px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}