/*NOTE: This file is intended for programmers. Aspro technical support is not advised to work with him.*/

/* Examples (uncomment to use):*/

/* Expand site width */
/* body .wrapper { max-width: 1400px !important;  } */

/* Set site background image */
/* body {  background: url(image_source) top no-repeat; }

/* Hide compare button */
/* a.compare_item { display: none !important;  }*/

@font-face {
    font-family: 'trygrtsk';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/TRYGRTSK-REGULAR.woff') format('woff');
}

@font-face {
    font-family: 'trygrtsk';
    font-style: bold;
    font-weight: 700;
    src: url('../fonts/TRYGRTSK-BOLD.woff') format('woff');
}

.no-auth .logo_and_menu-row .inline-search-show,
.no-auth #headerfixed .basket-link.basket,
.no-auth .top_basket,
.no-auth #mobileheader .inline-search-show,
.no-auth .logo_and_menu-row .inline-search-show {
    display: none !important;
}

.no-auth a[href*="/order/"],
.no-auth a[href*="/basket/"],
a[href*="/auth/registration/"] {
    display: none !important;
}

.order-tracking-wrapper {
    display: flex;
    padding: 25px 0;
}

.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}

.order-tracking .is-complete {
    display: block;
    position: relative;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    border: 0 solid #AFAFAF;
    background-color: #f7be16;
    margin: 0 auto;
    transition: background 0.25s linear;
    -webkit-transition: background 0.25s linear;
    z-index: 2;
}

.order-tracking .is-complete:after {
    display: block;
    position: absolute;
    content: '';
    height: 14px;
    width: 7px;
    top: -2px;
    bottom: 0;
    left: 5px;
    margin: auto 0;
    border: 0px solid #AFAFAF;
    border-width: 0px 2px 2px 0;
    transform: rotate(45deg);
    opacity: 0;
}

.order-tracking.completed .is-complete {
    border-color: #27aa80;
    border-width: 0;
    background-color: #27aa80;
}

.order-tracking.completed .is-complete:after {
    border-color: #fff;
    border-width: 0 3px 3px 0;
    width: 7px;
    left: 11px;
    opacity: 1;
}

.order-tracking p {
    font-family: Ubuntu, Arial, Helvetica, sans-serif;
    color: #888;
    font-size: 15px;
    margin-top: 8px;
    margin-bottom: 0;
    line-height: 20px;
}

.order-tracking p span {
    font-size: 14px;
}

.order-tracking.completed p {
    color: #000;
}

.order-tracking::before {
    content: '';
    display: block;
    height: 3px;
    width: calc(100% - 40px);
    background-color: #f7be16;
    top: 13px;
    position: absolute;
    left: calc(-50% + 20px);
    z-index: 0;
}

.order-tracking:first-child:before {
    display: none;
}

.order-tracking.completed:before {
    background-color: #27aa80;
}

.company-block .text .muted {
    display: none;
}

@media (min-width: 992px) {
    .item-views.bottom_banners .col-md-12 .img_inner span {
        height: 422px;
        background-size: cover;
    }

    .logo-row .logo {
        max-width: 240px;
    }

    .logo svg {
        width: 240px;
        height: auto;
    }
}

body {
    font-family: "trygrtsk", Verdana, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

.order-document-list {
    padding-top: 25px;
    padding-bottom: 25px;
}

@media (min-width: 1200px) {
    .maxwidth-theme.wide .item-views.company.md .item.video-block .image {
        background-size: contain;
    }

    .item-views.brands .item img {
        max-width: 170px;
    }
}

.no-auth .logo_and_menu-row .personal-link:before {
    content: 'Войти';
    text-transform: uppercase;
    font-size: 10px;
    line-height: 1.2em;
    letter-spacing: 1px;
    padding-right: 8px;
    position: relative;
    top: -4px;
}

.basket-items-list-item-delayed .filter {
    min-width: 21px;
    margin-right: 25px;
}

.basket-items-list-header .filter label {
    margin-bottom: 0;
}

.basket-items-list-header .filter {
    display: inline-block;
    margin-right: 15px;
}

.basket-delete-selected-link._hidden {
    display: none;
}

.basket-delete-selected-link {
    font-size: 13px;
}

body > .wrapper1 {
    padding-bottom: 60px;
}

.item-views.brands .item img {
    filter: none;
    -webkit-filter: none;
    opacity: 1;
}

.company-block {
	padding-bottom: 30px
}

.item-views.company .text-block .item .item-inner .buttons .btn {
    padding: 16px 26px 16px;
    font-weight: bold;
    font-size: 12px;
}

.topic .topic__inner .share,
.module-form-block-wr.lk-page .soc-avt {
    display: none;
}