@import url("https://fonts.googleapis.com/css?family=Open+Sans");
@font-face {
    font-family: "Akrobat";
    src: local("Akrobat"), local("Akrobat-Regular"), url("/fonts/Akrobat.woff2") format("woff2"), url("/fonts/Akrobat.woff") format("woff"), url("/fonts/Akrobat.ttf") format("truetype");
    font-weight: 400;
    font-style: normal; }

@font-face {
    font-family: "Akrobat";
    src: local("Akrobat Bold"), local("Akrobat-Bold"), url("/fonts/Akrobatbold.woff2") format("woff2"), url("/fonts/Akrobatbold.woff") format("woff"), url("/fonts/Akrobatbold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal; }

html {
    background: #fff; }

body {
    font-family: "Open Sans", sans-serif;
    position: relative;
    color: #666; }

a {
    color: #666; }
a:hover {
    text-decoration: none;
    color: #666; }
a.button {
    color: #4060ff; }

/* input.form-control,
select.form-control,
textarea.form-control {
    font-family: 'Roboto', sans-serif !important;
} */
input.form-control:focus,
select.form-control:focus,
textarea.form-control:focus {
    box-shadow: none;
    border-color: #4060ff; }
input.form-control:-ms-input-placeholder,
select.form-control:-ms-input-placeholder,
textarea.form-control:-ms-input-placeholder {
    font-weight: 200 !important; }
input.form-control::placeholder,
select.form-control::placeholder,
textarea.form-control::placeholder {
    font-weight: 200 !important; }
@media (max-width: 576px) {
    input.form-control:-ms-input-placeholder,
    select.form-control:-ms-input-placeholder,
    textarea.form-control:-ms-input-placeholder {
        font-size: .9rem; }
    input.form-control::placeholder,
    select.form-control::placeholder,
    textarea.form-control::placeholder {
        font-size: .9rem; } }

img {
    max-width: 100%; }

object {
    max-width: 100%; }

.bg-dark {
    background-color: #1d202e !important; }

@media (min-width: 1260px) {
    .container {
        max-width: 1230px; } }

.breadcrumb {
    font-size: 0.75rem;
    background-color: transparent;
 }

/* buttons styles */
.button-primary, .button-secondary, .button-outlined, .button-link {
    display: inline-block;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    padding: .75rem 2.25rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    font-weight: 600;
    white-space: nowrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 1.5rem;
    cursor: pointer;
    transition: color .2s ease-in-out, background-color .2s ease-in-out, border-color .2s ease-in-out, box-shadow .2s ease-in-out; }

.button-primary {
    border: 1px solid #4060ff;
    background: #4060ff;
    color: #fff; }
.button-primary:focus, .button-primary:hover {
    text-decoration: none;
    border-color: #0d36ff;
    background: #0d36ff;
    color: #fff; }
.button-primary:focus {
    outline: 0;
    box-shadow: 0 0 20px rgba(64, 96, 255, 0.5); }

.button-secondary {
    padding: .75rem 1.25rem;
    border: 1px solid #fff;
    color: #4060ff;
    background: #fff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
.button-secondary:focus, .button-secondary:hover {
    text-decoration: none;
    color: #4060ff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); }
.button-secondary:focus {
    outline: 0;
    box-shadow: 0 0 20px rgba(64, 96, 255, 0.5); }
.button-secondary img {
    margin-left: .75rem; }

.button-outlined {
    vertical-align: middle;
    line-height: 1.5;
    border: 1px solid #4060ff;
    color: #fff;
    background: transparent; }
.button-outlined:focus, .button-outlined:hover {
    text-decoration: none;
    background: #4060ff;
    color: #fff; }
.button-outlined:focus {
    outline: 0;
    box-shadow: 0 0 20px rgba(64, 96, 255, 0.5); }

.button-link {
    margin: .5rem 1.75rem;
    padding: 0;
    border: none;
    color: #fff;
    background: transparent;
    position: relative; }
.button-link::after {
    position: absolute;
    content: "";
    bottom: -1px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff; }
.button-link:focus, .button-link:hover {
    text-decoration: none; }
.button-link:focus::after, .button-link:hover::after {
    background: #4060ff; }
.button-link:focus {
    outline: 0;
    box-shadow: 0 0 20px rgba(64, 96, 255, 0.5); }

/* titles styles */
.title-section {
    font-family: "Akrobat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 1rem;
    color: #111; }

@media (min-width: 768) {
    .title-section {
        margin-bottom: 1.5rem; } }

.title {
    font-family: "Akrobat", sans-serif;
    font-size: 1.125rem;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0.75rem;
    color: #111; }

@media (min-width: 576px) {
    .title {
        font-family: "Open Sans", sans-serif;
        font-weight: 600;
        line-height: 1.4; }
        /* #filtersNavbar {

         } */
        }

.title-header {
    font-family: "Akrobat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1rem;
    color: #111;
    color: #fff; }

@media (min-width: 576px) {
    .title-header {
        font-size: 3rem; } }

@media (min-width: 768px) {
    .title-header {
        font-size: 3.75rem; } }

.navbar {
    position: relative;
    z-index: 900; }
.navbar .navbar-nav .nav-item .link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-align: center;
    align-items: center; }
.navbar .navbar-nav .nav-item .link .icon {
    height: 1.5rem; }
.navbar .navbar-nav .nav-item .link .nav-link {
    padding-left: 1rem;
    font-family: "Akrobat", sans-serif;
    font-size: .938rem;
    color: #fff; }
.navbar .navbar-nav .nav-item .link .nav-link:hover {
    color: #4060ff; }
.navbar .navbar-nav .nav-item .dropdown-menu {
    border: 1px solid #666666;
    background: #1d202e; }
@media screen and (min-width: 1200px) {
    .navbar .navbar-nav .nav-item .dropdown-menu {
        min-width: 15rem;}}
.navbar .navbar-nav .nav-item .dropdown-menu a {
    font-family: "Akrobat", sans-serif;
    font-size: .938rem;
    white-space: nowrap;
    color: #fff; }
.navbar .navbar-nav .nav-item .dropdown-menu a:hover {
    color: #4060ff;
    background: transparent; }
@media screen and (max-width: 575px) {
    .navbar .navbar-nav .nav-item .dropdown-menu a {
        white-space: normal;}}
.navbar .navbar-nav .nav-item:last-child .dropdown-menu {
    right: 0;
    left: auto; }

@media (min-width: 1200px) {
    .navbar .navbar-nav {
        padding-top: .75rem; }
    .navbar .navbar-nav .nav-item {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 6.25rem; }
    .navbar .navbar-nav .nav-item .link {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center; }
    .navbar .navbar-nav .nav-item .link .icon {
        width: 1.5rem; }
    .navbar .navbar-nav .nav-item .link .nav-link {
        padding-left: .5rem;
        text-align: center;
        line-height: 1.3; } }

.footer {
    padding-top: 3.75rem;
    padding-bottom: 0;
    font-family: "Open Sans", sans-serif;
    font-size: .875rem;
    color: #fff;
    background: #1d202e; }
.footer a {
    color: #fff;
    opacity: .4; }
.footer a:hover {
    color: #fff; }
.footer .main-column {
    -ms-flex-order: -1;
    order: -1; }
@media (min-width: 768px) {
    .footer .main-column {
        -ms-flex-order: 1;
        order: 1; } }
.footer .title {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    color: #fff; }
.footer .nav-list .item {
    display: block;
    margin-bottom: .875rem; }
.footer .contact-box {
    color: #fff; }
.footer .contact-box .logo-box {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 1.5rem; }
.footer .contact-box .logo-box .logo {
    width: 4rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
.footer .contact-box .logo-box .name {
    margin-left: .5rem;
    font-size: .813rem;
    line-height: 1.3; }
.footer .contact-box .address {
    margin-bottom: 1rem; }
.footer .contact-box .phone {
    display: inline-block;
    margin-bottom: 1rem;
    font-size: 1.125rem;
    font-weight: 600;
    color: #fff;
    opacity: 1; }
.footer .contact-box .mail {
    display: inline-block;
    margin-bottom: 1rem;
    color: #4060ff;
    text-decoration: underline;
    opacity: 1; }
.footer .contact-box .app-box .app {
    opacity: 1; }
.footer .license {
    padding-top: 1.125rem;
    padding-bottom: 1.25rem;
    font-size: .813rem;
    opacity: .4;
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

.top-menu {
    position: relative;
    z-index: 1030;
    background: #1d202e !important;
    padding: .625rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.05); }
.top-menu .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
.top-menu .container .logo-box {
    flex-basis: 50%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    max-height: 3.25rem;
}
.top-menu .container .logo-box .logo {
    display: block;
    width: auto;
    height: 52px;
}
.top-menu .container .button-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 1.875rem;
    margin-right: 1.875rem;
    font-weight: 600;
    color: #fff;
    cursor: pointer; }
.top-menu .container .button-menu > img {
    margin-right: .5rem; }
.top-menu .container .dropdown-menu {
    background: #1d202e;
    border: 1px solid #666666; }
.top-menu .container .dropdown-menu a {
    color: #fff;
    cursor: pointer; }
.top-menu .container .dropdown-menu a:hover {
    color: #4060ff;
    background: transparent; }
.top-menu .container .search-box {
    width: 100%;
    margin-top: 1rem;
    margin-right: 0;
    margin-bottom: 1rem;
    margin-left: 0;
    -ms-flex-order: 0;
    order: 0; }
.top-menu .container .search-box .input-box {
    position: relative; }
.top-menu .container .search-box .input-box .search-input {
    display: inline-block;
    padding: .5rem 2rem;
    font-family: "Open Sans", sans-serif;
    font-size: 1rem;
    border: 1px solid #fff;
    border-radius: 1.5rem;
    width: 100%; }
.top-menu .container .search-box .input-box .search-button {
    position: absolute;
    top: .375rem;
    right: .5rem;
    z-index: 2;
    border: none;
    background: transparent; }
.top-menu .container .button-outlined, .top-menu .container .button-primary {
    padding: .5rem 2rem; }

@media (min-width: 576px) {
    .top-menu .container .logo-box {
        -ms-flex-order: 1;
        order: 1; }
    .top-menu .container .button-menu {
        -ms-flex-order: 5;
        order: 5; }
    .top-menu .container .search-box {
        width: 60%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 1rem;
        margin-right: 1rem;
        margin-left: 1rem;
        -ms-flex-order: 2;
        order: 2; }
    .top-menu .container .search-box .input-box {
        position: relative; }
    .top-menu .container .search-box .input-box .search-input {
        padding: .75rem 2.25rem; }
    .top-menu .container .search-box .input-box .search-button {
        top: .75rem;
        right: 1rem; }
    .top-menu .container .button-outlined, .top-menu .container .button-primary {
        -ms-flex-order: 4;
        order: 4;
        padding: .75rem 2.25rem; } }

@media (min-width: 768px) {
    .top-menu .container .logo-box {
        flex-basis: auto;
        -ms-flex-order: 2;
        order: 2; }
    .top-menu .container .button-menu {
        -ms-flex-order: 3;
        order: 3; }
    .top-menu .container .search-box {
        width: 100%;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-right: 0;
        margin-left: 0;
        -ms-flex-order: 1;
        order: 1; }
    .top-menu .container .search-box .input-box .search-input {
        padding: .75rem 2.25rem; }
    .top-menu .container .search-box .input-box .search-button {
        top: .75rem;
        right: 1rem; }
    .top-menu .container .button-outlined, .top-menu .container .button-primary {
        -ms-flex-order: 4;
        order: 4; } }

@media (min-width: 992px) {
    .top-menu .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .top-menu .container .logo-box {
        -ms-flex-order: 1;
        order: 1; }
    .top-menu .container .button-menu {
        -ms-flex-order: 2;
        order: 2; }
    .top-menu .container .search-box {
        width: 35%;
        margin-top: 0;
        margin-right: 1rem;
        margin-left: 1rem;
        margin-bottom: 0;
        -ms-flex-order: 3;
        order: 3; }
    .top-menu .container .button-outlined, .top-menu .container .button-primary {
        -ms-flex-order: 4;
        order: 4; }
    .top-menu .container .button-outlined {
        margin-right: 1rem; } }

@media (min-width: 1200px) {
    .top-menu .container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    .top-menu .container .logo-box {
        -ms-flex-order: 0;
        order: 0; }
    .top-menu .container .button-menu {
        -ms-flex-order: 0;
        order: 0; }
    .top-menu .container .search-box {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-top: 0;
        margin-right: 1rem;
        margin-left: 1rem;
        margin-bottom: 0;
        -ms-flex-order: 0;
        order: 0; }
    .top-menu .container .search-box .input-box {
        width: 100%;
        position: relative; }
    .top-menu .container .button-outlined, .top-menu .container .button-primary {
        -ms-flex-order: 0;
        order: 0; } }

.header {
    width: 100%;
    height: 43rem;
    padding: 0;
    background: url(/images/bg-header.jpg);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat; }
.header .container {
    height: 100%; }
.header .container .first {
    height: 100%; }
.header .container .first .content-box, .header .container .first .overlay-box {
    height: 100%;
    padding-right: 0;
    padding-bottom: 3.5rem;
    padding-left: 0; }
.header .container .first .content-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center; }
.header .container .first .content-box .content {
    position: relative;
    z-index: 1; }
.header .container .first .content-box .content .text {
    margin-bottom: 2.625rem;
    padding-left: 1.25rem;
    border-left: 4px solid #4060ff;
    font-family: "Akrobat", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.1;
    color: #fff; }
@media (min-width: 768px) {
    .header .container .first .content-box .content .text {
        font-size: 3.75rem; } }
.header .container .first .content-box .content .button-box {
    padding-left: 1.5rem; }
.header .container .first .content-box .vertical-line-box {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0; }
@media (min-width: 576px) {
    .header .container .first .content-box .vertical-line-box {
        display: -ms-flexbox;
        display: flex; } }
.header .container .first .content-box .vertical-line-box .vertical-line {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 3.5rem;
    padding-left: 0;
    border-left: 1px solid rgba(150, 150, 150, 0.2); }
.header .container .first .content-box .vertical-line-box .vertical-line:last-of-type {
    border-right: 1px solid rgba(150, 150, 150, 0.2); }
@media (min-width: 768px) {
    .header .container .first .content-box .vertical-line-box .vertical-line:last-of-type {
        border-right: none; } }
.header .container .first .content-box .vertical-line-box .vertical-line .item {
    padding-left: 1.25rem;
    border-left: 4px solid #4060ff;
    font-size: .875rem;
    color: #fff; }
.header .container .first .content-box .vertical-line-box .vertical-line .item:hover {
    text-decoration: underline; }
.header .container .first .overlay-box {
    border-right: 1px solid rgba(150, 150, 150, 0.6);
    border-left: 1px solid rgba(150, 150, 150, 0.6);
    box-shadow: 0 -4px 10px rgba(0, 0, 0, 0.8);
    background: rgba(255, 255, 255, 0.1); }
.header .container .first .overlay-box .schedule-box {
    display: block;
    width: 100%;
    height: 20rem;
    position: relative; }
@media (min-width: 768px) {
    .header .container .first .overlay-box .schedule-box {
        height: 20rem; } }
@media (min-width: 992px) {
    .header .container .first .overlay-box .schedule-box {
        height: 27.5rem; } }
.header .container .first .overlay-box .schedule-box .image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
.header .container .first .overlay-box .descr-box {
    padding: 2.875rem;
    padding-bottom: 0; }
.header .container .first .overlay-box .descr-box .item {
    font-size: .875rem;
    color: #fff; }
.header .container .first .overlay-box .descr-box .item .num {
    font-family: "Akrobat", sans-serif;
    font-size: 1.875rem;
    font-weight: 700; }

.recent-auctions {
    padding-top: 3rem;
    padding-bottom: 1rem;
    background: #f2f2f2; }
.recent-auctions .header-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
.recent-auctions .content {
    padding-top: 4.5rem; }

@media (min-width: 576px) {
    .recent-auctions {
        padding-top: 6.25rem;
        padding-bottom: 4.25rem; }
    .recent-auctions .content {
        padding-top: 2.5rem; }
    .recent-auctions .button-line {
        padding-top: 2.5rem; } }

.news {
    padding-top: 3rem;
    padding-bottom: 3rem;
    background: #f2f2f2; }
.news .header-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
.news .content {
    padding-top: 4.5rem; }

@media (min-width: 576px) {
    .news {
        padding-top: 6.25rem;
        padding-bottom: 6.25rem; }
    .news .content {
        padding-top: 2.5rem; }
    .news .button-line {
        padding-top: 2.5rem; } }

.single-product {
    padding-bottom: 2rem;
    background: #f2f2f2; }

.advantages {
    padding: 0;
    position: relative; }
.advantages .text-container {
    padding-top: 6.25rem;
    padding-bottom: 6.25em;
    position: relative;
    z-index: 2; }
.advantages .text-container .title-section {
    margin-bottom: 4.5rem; }
.advantages .text-container .advantages-box .item {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1.875rem; }
.advantages .text-container .advantages-box .item .image-box {
    width: 3.75rem;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
.advantages .text-container .advantages-box .item .descr-box {
    padding-left: 2.5rem; }
.advantages .text-container .advantages-box .item .descr-box .text {
    font-size: .875rem;
    max-width: 25rem; }
.advantages .image-container {
    background: #4060ff;
    position: relative; }
.advantages .advantages-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 30rem;
    max-width: 75rem;
    z-index: 1;
    filter: drop-shadow(0 -2rem 0 rgba(255, 255, 255, 0.2)) drop-shadow(0 -4rem 0 rgba(255, 255, 255, 0.1)); }
@media (min-width: 768px) {
    .advantages .advantages-image {
        width: 34rem; } }
@media (min-width: 860px) {
    .advantages .advantages-image {
        width: 38rem; } }
@media (min-width: 992px) {
    .advantages .advantages-image {
        width: 54rem; } }
@media (min-width: 1100px) {
    .advantages .advantages-image {
        width: 58rem; } }
@media (min-width: 1200px) {
    .advantages .advantages-image {
        width: 68rem; } }
@media (min-width: 1600px) {
    .advantages .advantages-image {
        width: 72rem; } }

.map {
    padding-top: 6.25rem;
    padding-bottom: 3.75rem;
    background: #1d202e; }
.map .title-section {
    text-align: center;
    color: #fff; }
.map .text {
    text-align: center;
    color: #fff;
    opacity: .5; }
.map .map-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 2rem; }
.map .map-container .map-box {
    display: inline-block;
    position: relative; }
.map .map-container .map-box img {
    display: block;
    margin: auto; }
.map .map-container .map-box .item {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 11.25rem;
    color: #fff; }
.map .map-container .map-box .item.one {
    top: 40%;
    left: 14%; }
.map .map-container .map-box .item.two {
    top: 16%;
    left: 23%; }
.map .map-container .map-box .item.three {
    top: 37%;
    left: 34%; }
.map .map-container .map-box .item.four {
    top: 32%;
    left: 54%; }
.map .map-container .map-box .item.five {
    top: 65%;
    left: 53%; }
.map .map-container .map-box .item.six {
    top: 74%;
    left: 57%; }
.map .map-container .map-box .item.seven {
    top: 50%;
    left: 72%; }
.map .map-container .map-box .item.eight {
    top: 59%;
    left: 71%; }
.map .map-container .map-box .item.nine {
    top: 46%;
    left: 91%; }
.map .map-container .map-box .item .city {
    position: relative;
    padding-left: 2.25rem; }
.map .map-container .map-box .item .city .circle {
    position: absolute;
    top: 6px;
    left: 6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4060ff; }
@media (max-width: 767px) {
    .map .map-container .map-box .item .city .circle {
        top: 4px;
        left: 4px;
        width: 14px;
        height: 14px; } }
.map .map-container .map-box .item .city .border-circle {
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #4060ff;
    opacity: 0.5; }
@media (max-width: 767px) {
    .map .map-container .map-box .item .city .border-circle {
        width: 22px;
        height: 22px; } }
.map .map-container .map-box .item .city .city-name {
    font-size: 1.125rem;
    font-weight: 600; }
@media (max-width: 991px) {
    .map .map-container .map-box .item .city .city-name {
        font-size: 1rem; } }
@media (max-width: 767px) {
    .map .map-container .map-box .item .city .city-name {
        display: none; } }
.map .map-container .map-box .item .organization-name {
    padding-left: 2.25rem;
    font-size: .75rem; }
@media (max-width: 991px) {
    .map .map-container .map-box .item .organization-name {
        display: none; } }

.auctions-card {
    margin-bottom: 2rem;
    padding: .625rem;
    border-radius: .25rem;
    background: #fff; }
.auctions-card .image-blank {
    width: 100%;
    padding-top: 70%;
    position: relative; }
.auctions-card .image-blank .image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    background: rgba(64,96,255,.1); }
    .auctions-card .image-blank .image img.preview {
        object-fit: contain;
        width: 60%;
        max-height: 60%;
        margin: auto;
    }
.auctions-card .image-blank .image > img {
    object-fit: cover;
    width: 100%;
    height: 100%; }
.auctions-card .name, .auctions-card .price-box, .auctions-card .timer {
    padding-right: .625rem;
    padding-left: .625rem; }
.auctions-card .name {
    display: block;
    margin-top: 1.125rem;
    height: 2.625rem;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    text-overflow: ellipsis;
    font-size: .875rem;
    font-weight: 600;
    color: #111;
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */ }
@media (min-width: 768px) {
    .auctions-card .name {
        height: 3.9375rem; } }
.auctions-card .name::-webkit-scrollbar {
    width: .4rem; }
.auctions-card .name::-webkit-scrollbar-track {
    background: #f2f2f2; }
.auctions-card .name::-webkit-scrollbar-thumb {
    background: #8da0ff;
    border-radius: .2rem; }
.auctions-card .name::-webkit-scrollbar-thumb:hover {
    background: #4060ff; }
.auctions-card .price-box {
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end; */
    padding-top: 1.75rem;
    padding-bottom: 1.375rem;
    position: relative; }
.auctions-card .price-box::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #1d202e;
    opacity: .15; }
.auctions-card .price-box .text {
    font-size: .875rem; }
.auctions-card .price-box .price {
    font-family: "Akrobat", sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #4060ff; }
.auctions-card .price-box .price .num {
    font-size: 1.625rem; }
@media (min-width: 992px) {
    .auctions-card .price-box .price .num {
        font-size: 1.375rem; } }
@media (min-width: 1260px) {
    .auctions-card .price-box .price .num {
        font-size: 1.625rem; } }
.auctions-card .description {
    padding-left: .625rem;
    padding-right: .625rem;
}
.auctions-card .timer-box {
    max-width: 22rem;
    margin-right: auto;
    margin-left: auto;
    padding-top: 1.125rem; }
.auctions-card .timer-box .text {
    text-align: center; }
.auctions-card .timer-box .timer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: .625rem;
    margin-bottom: .875rem;
    padding: .625rem 1.875rem;
    border: 2px solid #4060ff;
    border-radius: 2.25rem; }
.auctions-card .timer-box .timer .day, .auctions-card .timer-box .timer .hour, .auctions-card .timer-box .timer .minute, .auctions-card .timer-box .timer .second {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: center;
    align-items: center; }
.auctions-card .timer-box .timer .day .num, .auctions-card .timer-box .timer .hour .num, .auctions-card .timer-box .timer .minute .num, .auctions-card .timer-box .timer .second .num {
    font-family: "Akrobat", sans-serif;
    font-size: 1.625rem;
    font-weight: 700;
    color: #111; }
.auctions-card .timer-box .timer .day .desc, .auctions-card .timer-box .timer .hour .desc, .auctions-card .timer-box .timer .minute .desc, .auctions-card .timer-box .timer .second .desc {
    font-size: .75rem; }
.auctions-card .timer-box .timer .colon {
    font-size: 1.625rem;
    font-weight: 700;
    color: #666; }

.news-card {
    margin-bottom: 1rem; }
.news-card .date-box {
    color: #fff; }
.news-card .date-box .date, .news-card .date-box .month {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
.news-card .date-box .date {
    height: 3.125rem;
    font-family: "Akrobat", sans-serif;
    font-size: 1.875rem;
    background: #4060ff; }
.news-card .date-box .month {
    height: 1.875rem;
    font-size: .875rem;
    background: #1d202e; }
.news-card .text {
    font-size: .875rem; }

.news-page {
    padding-top: 3rem;
    padding-bottom: 3rem; }
.news-page .header-section {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
.news-page .meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 2rem; }
.news-page .meta .date {
    margin-right: 1rem; }
.news-page .meta .tags {
    margin-right: 1rem; }
.news-page .meta .tags .link {
    text-decoration: underline;
    margin-right: .5rem; }
.news-page .image {
    margin-bottom: 2rem; }

.catalog {
    font-size: 14px;
    background: #f2f2f2;
}
.catalog .card-title {
    display: -ms-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    font-family: "Akrobat", sans-serif;
    overflow: auto; }
.catalog .card-title::-webkit-scrollbar {
    width: 0.4rem; }
.catalog .card-title::-webkit-scrollbar-thumb {
    background-color: #8da0ff;
    border-radius: 0.2rem; }
.catalog .card-title::-webkit-scrollbar-track {
    background-color: #f2f2f2; }
.catalog-title {
    font-weight: bold;
    font-family: "Akrobat", sans-serif; }
.catalog-filters {
    background-color: #e3e3e3;
    font-family: "Akrobat", sans-serif; }
.catalog-filters button {
    font-family: "Lato", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
.catalog-list {
    background-color: #f2f2f2; }
.catalog-price {
    font-family: "Akrobat", sans-serif;
    font-weight: bold;
    font-size: 1.625rem;
    color: #4060ff; }
.catalog [class^="button"] {
    font-family: "Akrobat", sans-serif;
    text-transform: uppercase; }

.single-product-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-radius: .25rem;
    background: #fff; }
.single-product-card .name {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 0;
    padding: 1rem;
    border-bottom: 1px solid rgba(64, 96, 255, 0.5);
    font-size: 1.625rem; }
.single-product-card .photos {
    height: 100%;
    padding: 0;
}
@media (min-width: 768px) {
    .single-product-card .photos {
        padding: 1rem;
    }
}
.single-product-card .photos .preview {
    display: flex;
    width: 100%;
    height: 100%;
    min-height: 10rem;
    background: rgba(64,96,255,.1);
}
.single-product-card .photos .preview img {
    margin: auto;
    width: 40%;
}
.single-product-card .meta {
    padding: 1rem;
    font-size: 0.875rem; }
.single-product-card .meta .row {
    padding-bottom: 0.25rem; }
.single-product-card .meta .value {
    font-weight: 600; }
.single-product-card .description {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    padding: 2rem 1rem; }
.single-product-card .description .nav-tabs .nav-link.active {
    color: #4060ff; }
.single-product-card .description .tab-pane {
    padding: 1rem; }
.single-product-card .description .characteristics-table {
    margin-bottom: 1rem; }
.single-product-card .description .characteristics-table .row {
    padding: .5rem 0; }
.single-product-card .description .characteristics-table .row:nth-child(2n) {
    background: rgba(64, 96, 255, 0.05); }

/* add sorting icons to gridview sort links */

a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    /*font-family: 'Glyphicons Halflings';*/
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: "\2193";

}

a.desc:after {
    content: "\2191";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

/* Additional styles */
.login-box-close {
    display: none;
}

.login-box {
    font-size: 14px;
    color: #666;
}

.login-box label {
    font-weight: 700;
}

.card img {
    height: 316px;
    object-fit: cover;
    object-position: center;
}

.recovery {
    font-size: 14px;
    font-weight: 700;
}

.btn-group label {
    cursor: pointer;
}

#registration-form {
    font-size: 12px;
}

#registration-form label {
    margin-bottom: 0;
}

#registration-form .form-group {
    margin-bottom: 0.5rem;
}

.form-control {
    text-align: left!important;
}

.zxc button.navbar-toggler:after {
    content: "Категорії";
    vertical-align: middle;
    margin-left: 8px;
}

.catalog .catalog-filters .navbar {
    z-index: 0;
}
