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

.content .img-float-left {
    float: left;
    margin-right: 2rem;
}
.content .img-float-right {
    float: right;
    margin-left: 2rem;
}

.logo-row .logo img, .logo-row .logo svg {
    width: auto
}

.big-colored-block {
    background: #2e2e2f;
    margin-bottom: 40px;
    clear: both;
    padding: 37px 50px;
    font-size: 15px
}

.big-colored-block.orange {
    background: #dc700e;
}


.big-colored-block, .big-colored-block h1, .big-colored-block h2, .big-colored-block h3 {
    color: #fff;
}

.colored_table {
    margin-bottom: 20px;
}

.colored_table thead th {
    text-align: center;
    border-right: #ddd;
    padding: 8px;
}

.colored_table .bold {
    font-weight: bold;
}

/*.colored_table tbody tr td:nth-child(2n) {
    background-color: #f7f7f7;
}*/

.colored_table .border-left {
    border-left: 1px solid #e7e7e7;
}

.colored_table .border-right {
    border-right: 1px solid #e7e7e7;
}

.colored_table .price-cell {
    text-align: right;
}

.colored_table  tr.thead-like {
    background: #f7f7f7;
}

.colored_table  tr.thead-like td {
    text-align: right;
}

.colored_table  tr.thead-like td:first-child {
    text-align: left;
}