/*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;  }*/

/* Phone */

.phones .phone_wrap a {
    cursor: pointer;
}

/* Shops */

.shops {
    margin-top: 15px;
}

.shops__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 991px) {
    .shops__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}

.shops__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shops__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.shops__item span,
.shops__item a,
.shops__item b {
    font-size: 14px;
}

.employee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 991px) {
    .employee {
        margin-top: 15px;
    }
}

.employee__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 5px;
}

.employee__name {
    margin: 5px 0 0 0;
    font-size: 16px;
}

/* Order table */

.acc tr,
.it tr {
    display: table-row;
}

.it tr td {
    border: 1pt solid #000000 !important;
}

.acc tr td,
.it tr td {
    padding: 7pt !important;
}

.acc tr td:empty {
    display: none;
}

.sale_order_full_table:last-of-type tr:nth-child(1) td:nth-child(1) {
    border-right: none;
}

.sale_order_full_table:last-of-type tr:last-child td:nth-child(2) {
    border-left: none;
}

.sale_order_full_table tbody {
    display: table-row-group;
}

.sale_order_full_table td div div img,
.sale-order-list-inner-row-template img {
    left: 160pt !important;
}

.sale_order_full_table td div div tr:nth-child(1) img {
    position: absolute;
    top: 0;
    width: 120px;
    height: 80px;
}

table.header td:nth-child(2) {
    display: none;
}

.start_promo .item img {
    display: block;
    margin: auto;
    position: relative;
}

/* Copyright */

.footer__copyright {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .footer__copyright {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.copyright__text {
    margin: 0 5px 0 0;
    font-size: 12px;
    color: #000000;
}

@media (max-width: 991px) {
    .copyright__text {
        margin: 0 0 5px 0;
    }
}

.copyright__img {
    display: block;
}

.map_info {
    display: flex;
    justify-content: space-between;
    z-index: 10;
    width: 94%;
    left: 0;
    right: 0;
    margin: auto auto 35px auto;
    background: white;
    padding: 10px;
    top: 50px;
    box-shadow: 0 0 3px #a2a2a2;
}

.map_image {
    width: 50px;
    height: 50px;
    background: #ff6d00;
    border-radius: 50%;
    margin-right: 15px;
    margin: auto 5px auto 0;
    min-width: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: white;
}

.map_block {
    display: flex;
    padding-right: 10px;
    margin: auto;
    width: 25%;
}

.map_title {
    font-size: medium;
    color: black;
}

.fa-envelope-open:before {
    content: "\f199";
}

.icons.fa.fa-adress {
    padding-top: 10px;
}

.fa-email:before {
    content: "\1F582";
}

.fa.workgraph {
    font-size: 40px;
}

.fa.workgraph:before {
    content: "\1F557";
}

.contacts_right {
    margin: auto;
}

.nca-cookiesaccept-line > #nca-nca-position-left {
    flex-direction: column;
    align-items: center;
}

.nca-cookiesaccept-line > div > div {
    font-size: 14px;
}

.nca-cookiesaccept-line .nca-cookiesaccept-line-text a {
    color: #f06600;
}

#nca-cookiesaccept-line-accept-btn {
    padding: 10px;
    color: white;
    background-color: #f06600;
    border:none;
    cursor: pointer;
}

#nca-cookiesaccept-line-accept-btn:hover {
    background-color: #ff760f;
}

#header .middle-h-row .center_block {
    width: 40%;
    padding: 0 15px 0 15px;
}

.middle_phone .phone_wrap .phone_text {
    padding: 0 0 0 40px;
}

#header .middle-h-row .basket_wrapp {
    width: 50%;
}

.middle_phone .phone_wrap .icons {
    margin-top: -30px;
}

#footer .footer_inner .policy-text {
    margin-top: 50px;
}

@media (max-width: 1200px) {
    .map_info {
        position: relative;
        top: unset;
        width: 100%;
        margin-left: -10px;
    }
}

@media (max-width: 800px) {
    .map_info {
        flex-wrap: wrap;
        padding: 0;
        margin-left: auto;
    }

    .map_block {
        width: 40%;
        margin: 10px auto;
    }
}

@media (max-width: 590px) {
    .map_block {
        width: 80%;
    }
}

@media (max-height: 400px) and (min-width: 401px) {
    .basket_fly .header_wrap #header>.wrapper_inner {
        padding-top: 20px;
    }
}
