/*@font-face {*/
/*    font-family: 'Roboto';*/
/*    src: local('Roboto Medium'), local('Roboto-Medium'), url('roboto/Robotomedium.woff2') format('woff2'), url('roboto/Robotomedium.woff') format('woff'), url('roboto/Robotomedium.ttf') format('truetype');*/
/*    font-weight: 500;*/
/*    font-style: normal;*/
/*}*/

/*  Ð¡ÐºÑ€Ð¾Ð»Ð±Ð°Ñ€  */

::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

::-webkit-scrollbar-track {
    background: rgba(69, 248, 130, 0);
}

::-webkit-scrollbar-thumb {
    background: #45F88250;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb:hover {
    background: #45F88250;
}

/*  Ð¡ÐºÑ€Ð¾Ð»Ð±Ð°Ñ€  */

body{
    font-family: 'Roboto',Tahoma;
    background: #0F161B;
    font-weight: 400;
    font-size: 14px;
}

.body {
    background: linear-gradient(180deg, rgba(42, 55, 72, 0.1), #1B242E);
    border-radius: 10px;
    color: #aaa;
    width: 100%;
}

body .container {
    width: 100%;
    max-width: 956px;
}
 
.terms #particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.3;
    z-index: -1;
}

a{
    color: #45F882;
}

.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link{
    color: #0a58ca;
}


.header__menu {
    background: rgba(9, 13, 16, 0.25);
}


.menu ul li a{
    color: #aaa !important;
    font-size: 14px;
    margin-left: 0.3em;
    text-transform: uppercase;
    padding: 10px 15px !important;
}

.menu ul li a:hover{
    opacity: 0.8;
    color: #45F882 !important;
    width: fit-content;
}

.menu ul li {
    margin-right: 15px;
}

.menu ul li:last-child {
    margin-right: 0;
}

.product_items_download {
    border-radius: 5px;
    display: inline-block;
    white-space: nowrap;
    font-weight: 500;
    padding: 1px 6px;
    background: rgba(41, 185, 91, .1);
    color: #45F882;
    font-size: 14px;
}

.product_items_download:hover {
    background: rgba(44, 135, 252, 0.1);
    color: #2C87FC;
}


.table {
    color: #aaa;
    border-color: transparent;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    color: #aaa;
}

.detail_table_order table tbody tr td {
    width: 50%;
}

.card{
    background: #F0F0F8;
    box-shadow: -4px -4px 15px #ffffff, 4px 4px 15px #bebdd9;
    border-radius: 15px;
    border: none;
}
.cookie_notice {
    display: none;
    position: fixed;
    z-index: 9999999;
    bottom: 0;
    /*left: 0;*/
    /*right: 0;*/
    text-align: center;
    font-size: 14px;
    font-family: Verdana, sans-serif;
    color: #FFF;
    background: linear-gradient(180deg, rgba(42, 55, 72, 0.1), #1B242E);
    border-radius: 10px;
    padding: 10px 20px;
    border-top: 4px solid #45F882;
    max-width: 755px;
    margin-bottom: 2rem;
}
/* Оформление кнопок */
.cookie_btn {
    display: inline-block;
    margin: 10px 6px 4px 6px;
    text-decoration: none;
    position: relative;
    font-size: 13px;
    padding: 4px 12px;
    color: #FFF;
    font-weight: bold;
    border-radius: 5px;
    border: 1px solid #333;
    background: linear-gradient(90deg, rgba(18, 21, 24, 0.49) 0%, rgba(31, 41, 53, 0.36) 100%), #171D24;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.cookie_btn:hover {
    border: 1px solid #45F882;
    background: #45F882;
    color: #000;
}
.cookie_btn:after,
.cookie_btn:before {
    position: absolute;
    height: 2px;
    left: 50%;
    background: #45F882;
    bottom: -6px;
    content: "";
    transition: all 280ms ease-in-out;
    width: 0;
}
.cookie_btn:before {
    top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
    width: 100%;
    left: 0;
}


.main div {
    font-family: Roboto, sans-serif;
    font-size: 15px;
    color: #777777;
    line-height: 1.4;
    width: 700px;
}
.main a {
    font-weight: 400;
    text-decoration: none;
}
.main h2 {
    font-weight: 400;
    color: #333333;
    font-size: 28px;
    text-transform: uppercase;
}
.main h5 {
    font-size: 20px;
    margin: 10px 0;
}
.main strong {
    color: #0c9ec7;
}
.panel-heading {
    margin-top: 5px;
}
.panel-heading a {
    position: relative;
    transition: 0.3s;
}

.panel-heading a i {
    font-size: 16px;
    width: 30px;
}

.panel-heading.in a::after {
    transform: rotate(180deg);
}

.panel-collapse {
    display: none;
    padding-bottom: 20px;
}
.wrapper-ul {
    display: flex;
    justify-content: space-around;
}
.wrapper-ul.df {
    justify-content: flex-start;
}
.wrapper-ul ul {
    margin-top: 5px;
    padding-left: 20px;
    list-style-type: none;
}
.wrapper-ul li {
    position: relative;
}
.wrapper-ul li::before {
    content: '\f105';
    font-family: "FontAwesome";
    position: absolute;
    left: -13px;
    top: 0;
    color: #09afdf;
    transition: 0.5s;
}
.wrapper-ul li a {
    color: #09afdf;
}
.wrapper-ul li:first-child::before {
    content: '';
}
.wrapper-ul li:first-child {
    color: #333333;
    font-weight: 500;
}
.wrapper-ul li a:hover {
    color: #097ca6;
}
.wrapper-ul li:hover::before {
    transform: translateX(4px);
    color: #097ca6;
}
.button {
    margin-top: 20px;
}
.button a {
    color: #ffffff;
    padding: 8px 25px;
    border-radius: 3px 3px 3px 3px;
    border: 1px solid #0994c4;
    transition: 0.3s;
}

/* --- Блок переписка, отзыв ---*/

.chat__reviews {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    width: 100%;
    max-width: 860px;
}

.chat__reviews .tab-content {
    padding: 1rem;
}

.chat__reviews .nav {
    display: flex;
    flex-wrap: nowrap;
    border-bottom: none;
}

.chat__reviews .nav-item {
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: hsla(0,0%,100%,.02);*/
    color: #e0e0e0;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: .02em;
    line-height: 24px;
    padding: 24px 10px;
    text-align: center;
    transition: .2s;
    width: 100%;
}

.chat__reviews .nav-link {
    color: #848a9a;
    text-transform: uppercase;
    padding: 0;
    background-color: transparent !important;
    border: none;
}

.chat__reviews .nav-link.active {
    color: #45F882;
}


.chat__reviews .form-control,
.login .form-control  {
    color: #fff;
    background-color: transparent !important;
    border: 1px solid rgba(69, 248, 130, 0.5);
    border-radius: 10px;
}

.chat__reviews .form-control:focus,
.login .form-control:focus {
    box-shadow: none;
}

#reviewform-grade {
    display: flex;
    justify-content: flex-end;
}

#reviewform-grade div {
    background: linear-gradient(180deg, rgba(42, 55, 72, 0.1), #1B242E);
    border-radius: 10px;
    padding: 5px 8px;
    color: #aaa;
}

.chat__reviews .btn,
.login .btn {
    border-radius: 10px;
}

/* --- Блок переписка, отзыв ---*/

li{
    list-style: none;
}

.form-group.has-error .help-block{
    color: #dc3545;
}


.chat-history ul {
    padding: 0;
}

.chat-history ul li {
    list-style: none;
    margin-top: 10px;
    /*border-bottom: 1px solid #dee2e6;*/
}

/*.chat-history .message-data {*/
/*    margin-bottom: 7px;*/
/*}*/

.chat-history .message-data-time {
    color: #dee2e6;
    font-size: 12px;
    padding-left: 6px;
    padding-right: 6px;
}

/*.chat-history .other-message {*/
/*    background: rgba(64, 195, 101, 0.1);*/
/*    !*text-align: right;*!*/
/*    max-width: 75%;*/
/*}*/

.chat-history .message {
    background: rgba(64, 195, 101, 0.1);
    color: rgba(255, 255, 255, 0.75);
    padding: 12px 15px;
    border-radius: 7px;
    display: inline-block;
    position: relative;
    margin: 5px;
    margin-top: 0;
    max-width: 75%;
}

.seller {
    background: rgba(253, 96, 96, 0.15) !important;
}

.buyer {
    background: rgba(64, 195, 101, 0.1) !important;
}

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

.float-right {
    float: right!important;
}


.fa.fa-thumbs-up{
    color: #45F882;
}

.fa.fa-thumbs-down{
    color: #fd6060;
}

#reviewform-grade input{
    margin-left: 7px;
    margin-right: 5px;
}

.info-text {
    color: #fd6060;
    /*background: linear-gradient(180deg, rgba(42, 55, 72, 0.5), rgba(27, 36, 46, 0.5));*/
    border-radius: 10px;
    border: 2px dashed #fd6060;
}

.form-control{
    background-color: #f1f1f1 !important;
}

.alert {
    border-radius: 10px;
}

.alert-success {
    color: rgba(255, 255, 255, 0.75);
    background-color: rgba(108, 229, 78, 0.25);
    border-color: rgba(99, 245, 7, 0.25);
}

.alert-primary {
    color: rgba(255, 255, 255, 0.75);
    background-color: transparent;
    border-radius: 10px;
    border: 2px dashed #45F882;
}

.alert-primary .detail__item__product {
    max-height: 303px;
    overflow: overlay;
}

.alert-primary ::-webkit-scrollbar {
    margin-right: 10px;
}

.accordion-item {
    background-color: rgba(64, 195, 101, 0.1) !important;
    border-radius: 10px !important;
}

.accordion-button {
    color: #848a9a;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #45F882;
    background-color: transparent;
    box-shadow: none;
}

.accordion-button::after {
    background-image: url(../img/plus-lg.svg);
}

.accordion-button:not(.collapsed)::after {
    color: #45F882 !important;
    background-image: url(../img/plus-lg2.svg);
}

.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #1B242E;
    background-clip: padding-box;
    border: none;
    border-radius: 10px;
    outline: 0;
}

.modal-header {
    padding: 0;
    border-bottom: 2px dashed #45F882;
}

.modal-body {
    padding: 0;
}

.modal-footer {
    padding: 0;
    border-top: 2px dashed #45F882;
}

.btn-close {
    color: #fd6060 !important;
}


/* --- Пагинация --- */

.pagination {
    justify-content: center;
    font-weight: 600;
}

.pagination li {
    margin-left: 5px;
    margin-right: 5px;
    transition: all 0.5s ease-out;
}

.pagination li a {
    color: #ADB0BC;
}

.pagination li a:hover {
    border: 1px solid #45F882;
    background: #45F882;
    color: #000;
}

.pagination .active a {
    border: 1px solid #45F882;
    background: #45F882;
    color: #000;
}

.page-link {
    border-radius: 5px;
    border: 1px solid #333;
    background: linear-gradient(90deg, rgba(18, 21, 24, 0.49) 0%, rgba(31, 41, 53, 0.36) 100%), #171D24;
}

.page-item.active .page-link {
    z-index: 3;
    color: #ADB0BC;
    background-color: rgba(168, 177, 193, 0.05);
    border-color: rgba(168, 177, 193, 0);
}

.page-link:focus {
    z-index: 3;
    color: #29293C;
    background-color: rgba(168, 177, 193, 0.05);
    outline: 0;
    box-shadow: 0 0 0 0.25rem #29293C25;
}

.pagination .disabled span{
    border-radius: 5px;
    border: 1px solid #333;
    background: linear-gradient(90deg, rgba(18, 21, 24, 0.49) 0%, rgba(31, 41, 53, 0.36) 100%), #171D24;

    display: block;
    color: #ADB0BC;
    padding: 0.375rem 0.75rem;
    text-decoration: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

/* --- Пагинация --- */


.balance .card{
    background: none;
    box-shadow: unset;
}


.balance .card .pay-method{
    padding: 0.8em !important;
    border: 1px solid #727272 !important;
    background: #f1f1f1;
}
.balance .card .pay-method:focus{
    box-shadow: none !important;
}


.balance .card .pay-method:hover{
    opacity: 0.7;
}

.balance .card .pay-method.active{
    opacity: 0.7;
}