@font-face {
    font-family: "gothamproregular";
    src: url("fonts/gothamproregular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "GothamProBold";
    src: url("fonts/gothamprobold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

* {
    font-family: 'gothamproregular' !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: "GothamProBold" !important;
}
a:visited {
    color: #fff;
}
.main_container {
    margin-bottom: 100px;
}

.carousel-item {
    max-height: 250px;
}

main > .container {
    padding: 0 15px !important;
}

.input-number {
    width: 65px !important;
}

.counter_item {
    dispaly: inline !important;
}

.form-control_counter {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
#navbarCollapse li.nav-item:nth-child(2) {
    margin-left: 1vw;
}
.ak-head-left, .ak-head-right {
    width: 32%;
}
#navbarCollapse li.nav-item:last-child {
    width: 20vw;
}
.ak-cart {
    width: 14vw;
}
@media (max-width: 1200px) { 
    #navbarCollapse li.nav-item:last-child {
        width: 35vw;
    }
}

@media (max-width: 900px) {
    .cart-item-info-counter {
        min-width: 130px !important;
    }
}

.top_block_info {
    color: #fff;
}

.top_block_info_counter {
    display: none;
    background-color: #ffff;
    color: darkslategray;
    font-weight: 600;
    border-radius: 5px;
    padding: 10px;
}

body {
    position: relative;
}

.item_list_img {
    max-width: 45px;
}

.pull-right {
    float: right;
}

.pull-right:after {
    clear: both;
}

.cursor_pointer {
    cursor: pointer;
}

span.top_basket {
    color: #fff;
}

.nav-link {
    font-size: 16px;
}

main {
    margin-top: 130px;
}

.error-field {
    border-color: #dc3545;
}

.spinner-border {
    width: 20px !important;
    height: 20px !important;
}

.rouble_icon {
    color: #5a5a5a;
    max-width: 10px;
}

th.price_col {
    min-width: 90px;
}

td.order_reserve_table:hover {
    color: blue;
    font-weight: 600;
}

td.order_reserve_table {
    cursor: pointer;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

div#myCarousel {
    margin-top: 30px;
}

[v-cloak] {
    display: none;
}

.table_count_col {
    width: 18.2%;
}

.top_filter_row {
    width: 100%;
}

.site_name_text {
    font-size: 22px;
    font-weight: bold;
}

.left_filter_block {
    background-color: #f8f9fa !important;
}

.navbar {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.brj_filter_toggler {
    position: absolute;
    top: 180px;
    left: -42px;
    visibility: visible;
}
.filter_close_icon {
    display: none;
}
@media (max-width: 768px) {
    #navbarCollapse li.nav-item:last-child {
        width: 98vw;
    }

}
table.js_table_scrollable, .btn {
    font-size: 13px;
}
