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

/* copyright*/
.footer-profistudio-icon span {
    display: inline-block;
    width: 71px;
    height: 18px;
    background: url('/upload/profi-copyright.png') no-repeat;
    background-position: left top;
    position: relative;
    top: 4px;
}
.footer-copyright {
height: 35px;
}
.footer-copyright a:hover {
    color:#0063a4
}
.footer-copyright a {
    color: #969696;
    
}

.footer-profistudio-icon:hover span {
    background-position: left bottom;
}

.footer-profistudio-icon {
    /* position: absolute;
    top: 0;
    left: 0; */
    font-family: 'Open Sans",Arial,sans-serif';
    font-size: 18px; 
    line-height: 26px;
    color: #969696;
    text-decoration: none;
} 

/* copyright*/

@media (max-width: 400px) {
    #mobileheader .logo, #mobileheader .logo svg {
        max-width: 160px !important;
    }
}

/* Delivery Calculator Yandex map fixes*/
#bx-soa-order #deliveryCalculatorMap {
    margin: 0 0 20px;
    height: 332px !important;
}

#content #bx-soa-order-form #deliveryCalculatorMap * {
    box-sizing: content-box;
}

input[type="text"], input[type="password"], input[type="email"], input[type="tel"], select, textarea{
    border-color: #9b9b9b !important;
}



@media (min-width: 1025px) {
    .list_item__flexbox{
        display: flex;
    }
    /* .col-width_item {
        width: 24%;
    } */
}

/* .col-width_item {
    width: 16%;} */

.list_item__flexbox{
    
    align-items: center;
}
