/*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;  }*/
.upper_menu
{
    padding: 10px 0;
}
.color_dark--opacity
{
    color: #f78e20;
    opacity: initial;
    font-size: 3.86667em;
}
.custom_fields label
{
    color: #fff;
}
.developer-dmistudio {
    display: flex;
    justify-content: flex-end;
    padding: 0;
    align-items: center;
}
.developer_service {
    color: #999;
    font-size: 0.86667em;
    padding-right: 5px;
    float: left;
    font-weight: 400;
}
.developer_service a {
    border-bottom: 0;
    color: #999;
}
.tech-logo {

    width: 48px;
    height: 26px;
    padding: 1px 2px;
    border: 3px solid #999;
    fill: #a7a7a7;
    transition: all .3s ease;
}
.developer_logo
{
    height: 25px;
}
.developer_service a:hover {
    border-bottom: 0;
    color: #fff;
}
.tech-logo:hover {
    border: 3px solid #f78e20;
    fill: #fff;
}

.indent {
    margin-bottom: 25px;
    text-transform: uppercase;
}
.left-img {
    float:left;
    margin: 10px 10px 10px 0;
    max-width: 100%;
}

.custom-button {
    width: fit-content;
}

.custom-button .arrow-all {
    display: none;
}

.right-img {
    float:right;
    margin: 10px 0 10px 10px;
    max-width: 100%;
    @media (max-width: 520px) {
        width: 100%;
    }
}

.custom-text-company {
    text-align: center;
    letter-spacing: 8px;
    font-size: 1.125rem;;
    font-weight: 600;
}

.container-1-company {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: stretch;
}

.our-production-box {
    flex: 0 0 436px;
    padding: 35px 25px;
    background-color: #222427;
    @media (max-width: 1248px) {
        flex: 100%;
    }
}

.color-text-white {
    color: #ccc;
}

.background-img-our-production {
    max-width: 564px;
    @media (max-width: 1410px) {
        max-width: 400px;
    }
    @media (max-width: 1248px) {
        display: none;
    }
}

.img-our-production {
   max-width: 100%;
    height: 100%;
}

.container-2-company {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: 24px;

    @media (max-width: 768px) {
        flex-direction: column;
    }
}

.our-advantages-box {
    width: 33%;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 10px;
    @media (max-width: 768px) {
        width: 100%;
    }
}

.box-shadow {
    box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

.our-sales-box {
    flex: 0 0 436px;
    padding: 35px 25px;
    @media (max-width: 1248px) {
        flex: 100%;
    }
}

.block-dostavka {
    display: flex;
    width: 100%;
    margin: 20px 0px;
    justify-content: space-evenly;
    flex-wrap: wrap;
    align-items: center;
}

.photo-dostavka {
    width: 100%;
    max-width: 250px;
    padding-top: 15px;
    padding-bottom: 15px;
}
.status-icon.order {
    color: #56b6b1;
}
.status-icon.order:before {
    background-color: #56b6b1;
    border-color: #56b6b1;
}
body.menu_lowercase_n .header-menu__title {
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
}
.switcher-title {
    font-weight: 400;
}