<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
    margin: 0px;
    background-color: #DBDBDB;
    color: #4D5255;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.5;
}

h1 {
    margin: 10px 0px;
    font-size: 18px;
}

h2 {
    font-size: 16px;
}

a {
    color: #CC3300;
}

a img {
    border: none;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn, input[type="submit"] {
    padding: 4px 8px;
    background-color: #FFFFFF;
    background-image: linear-gradient(to bottom, #FFFFFF 0px, #E0E0E0 100%);
    background-repeat: repeat-x;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    color: #4D5255;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
    position: relative;
}

.btn.disabled,
.btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}

.btn:hover, .btn:focus, .btn:active, input[type="submit"]:hover, input[type="submit"]:focus {
    background-color: #e0e0e0;
    background-position: 0 -15px;
    border-color: #adadad;
}

.btn-progress-over {
    position: absolute;
    left: 40%;
}

.btn-lg {
    font-size: 14px;
    padding: 8px 16px;
}

.btn-default {
    background-color: #ae1500;
    border: 1px solid #ae1500;
    background-image: none;
    color: #FFFFFF;
}

.btn-default:hover, .btn-default:focus, .btn-default:active {
    background-color: #9F0600;
    border-color: #9F0600;
}

a.btn {
    text-decoration: none;
    color: #4D5255;
}

.btn-link {
    color: #CC3300;
    text-decoration: underline;
    cursor: pointer;
}

.btn-close {
    float: right;
    background: transparent;
    border: 0;
    font-size: 19px;
    font-weight: bold;
    line-height: 1;
    color: #000000;
    text-shadow: 0 1px 0 #ffffff;
    opacity: 0.2;
    filter: alpha(opacity=20);
}

.btn-close:hover,
.btn-close:focus {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}

.btn-close-popover {
    position: absolute;
    top: 0px;
    right: 0px;
}

ul.breadcrumb-navigation {
    list-style: none outside none;
    margin: 0;
    padding: 4px 0 0;
}

ul.breadcrumb-navigation li {
    display: inline;
}

.wrap {
    width: 1024px;
    min-width: 1024px;
    padding: 0px;
    margin: 0px auto;
}

.header-top {
    width: 100%;
    padding: 20px;
    padding-bottom:25px;
    display: table;
}

.header-top-logo {
    float: left;
    width: 185px;
}

.header-top-share {
    float: left;
    width: 186px;
    height: 48px;
    margin: 0px 0px 0px 14px;
    padding: 0px 0px 0px 14px;
    border-left: solid 1px #818181;
    text-align: center;
    font-size: 11px;
}

.header-top-share span {
    display: block;
    padding: 0px 0px 12px 0px;
}

.header-top-phone {
    float: left;
    width: 184px;
    height: 48px;
    margin: 0px 0px 0px 14px;
    padding: 0px 0px 0px 14px;
    border-left: solid 1px #818181;
    font-size: 11px;
}

.header-top-bonus {
    float: left;
    width: 90px;
    height: 48px;
    margin: 0px 0px 0px 14px;
    padding: 0px 0px 0px 14px;
    border-left: solid 1px #818181;
    font-size: 11px;
    text-align: center;
}

#bonus-info {
    font-size: 26px;
}

#bonus-info-profile {
    font-size: 16px;
    color: #ae1500;
}

.header-top-btn {
    float: left;
    width: 112px;
    height: 48px;
    margin: 0px 0px 0px 14px;
    padding: 0px 0px 0px 14px;
    border-left: solid 1px #818181;
    border-right: solid 1px #818181;
    font-size: 11px;
}

.header-top-btn form {
    float: left;
    padding: 0px 0px 0px 10px;
}

.header-top-btn span {
    clear: both;
    display: block;
    padding: 6px 0px 0px 0px;
}

.header-top-search {
    float: right;
    width: 155px;
    font-size: 11px;
}

.header-top-search form {
    position: relative;
}

.header-top-search .input-text {
    padding: 4px 24px 4px 22px;
    border-color: #BDBDBD;
    border-radius: 8px;
}

.search-btn {
    width: 17px;
    height: 17px;
    position: absolute;
    top: 4px;
    left: 4px;
    background: url("images/search-btn.png") no-repeat;
    cursor: pointer;
}

.search-clear {
    width: 19px;
    height: 19px;
    position: absolute;
    top: 3px;
    right: 4px;
    background: url("images/search-clear.png") no-repeat;
    cursor: pointer;
}

.header-menu {
    clear: both;
    display: table;
}

.header-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.header-menu ul li {
    float: left;
    padding: 10px 8px;
    margin: 0px 6px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    background: #cc3300;
    background: linear-gradient(to bottom, #cc3300, #AE1500);
}

.header-menu ul li a {
    text-decoration: none;
    color: #ffffff;
    font-weight: bold;
}

.header-menu ul li.selected {
    background: #ffffff;
}

.header-menu ul li.selected a {
    color: #4D5255;
}

.main-content {
    width: 100%;
    padding: 20px;
    border-radius: 0px 4px 4px 4px;
    background-color: #ffffff;
    display: table;
    position: relative;
}

.footer {
    width: 100%;
    margin: 20px 0px 20px 0px;
    padding: 20px;
    border-radius: 4px;
    display: table;
    background-color: #ffffff;
}

.footer-menu {
    clear: both;
    display: table;
}

.footer-menu ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.footer-menu ul li {
    float: left;
    padding: 0px 20px 10px 0px;
}

.header-menu ul li a {
    text-decoration: none;
    font-weight: bold;
}

.footer-bottom-panel {
    width: 100%;
    padding: 10px 0px 0px 0px;
    display: table;
}

.footer-contact {
    float: left;
}

.footer-contact-label {
    float: left;
    margin: 0px 10px 0px 0px;
}

.footer-contact-text {
    float: left;
}

.footer-mobile {
    clear: both;;
    padding: 10px 0px 0px 0px;
}

.footer-counter {
    float: right;
}

.home-buttons {
    display: table;
    padding: 10px 0px 0px 0px;
    margin-left:auto;
    margin-right:auto;
}

.home-buttons a {
    display: block;
    float: left;
    width: 230px;
    height: 51px;
}

.home-buttons-spies-hecker .btn-img {
    width: 230px;
    height: 51px;
    background: url("images/spies-hecker-btn-grey.png") no-repeat;
    cursor: pointer;
}

.home-buttons-spies-hecker .btn-img.active, .home-buttons-spies-hecker .btn-img:hover {
    background: url("images/spies-hecker-btn.png") no-repeat;
}

.home-buttons-profi-line .btn-img {
    width: 230px;
    height: 51px;
    background: url("images/profi-line-btn-grey.png") no-repeat;
    cursor: pointer;
}

.home-buttons-profi-line .btn-img.active, .home-buttons-profi-line .btn-img:hover {
    background: url("images/profi-line-btn.png") no-repeat;
}

.home-buttons-reiz .btn-img {
    width: 230px;
    height: 51px;
    background: url("images/reiz-btn-grey.png") no-repeat;
    cursor: pointer;
}

.home-buttons-reiz .btn-img.active, .home-buttons-reiz .btn-img:hover {
    background: url("images/reiz-btn.png") no-repeat;
}

.home-buttons-nomix .btn-img {
    width: 230px;
    height: 51px;
    background: url("images/nomix-btn-grey.png") no-repeat;
    cursor: pointer;
}

.home-buttons-nomix .btn-img.active, .home-buttons-nomix .btn-img:hover {
    background: url("images/nomix-btn.png") no-repeat;
}

.home-buttons-profi-line {
    margin: 0px 0px 0px 22px;
}

.home-buttons-reiz, .home-buttons-nomix {
    margin: 0px 0px 0px 21px;
}

.home-content {
    padding: 20px 0px;
}

.home-content-item {
    float: left;
    width: 281px;
    height: 224px;
    margin: 0px 10px 10px 0px;
    padding: 10px;
    border: solid 1px #D0D0D0;
    border-radius: 4px;
    background-color: #DFDFE0;
}

.home-content-item a {
    text-decoration: none;
    color: #4D5255;
}

.home-content-item-center {
    width: 401px;
}

.home-content-item-right {
    margin: 0px 0px 10px 0px;
}

.forum-colorist-logo {
    float: left;
    width: 109px;
    height: 81px;
    background: url("images/forum-colorist.png") no-repeat;
}

.forum-job-logo {
    float: left;
    width: 109px;
    height: 80px;
    background: url("images/forum-job.png") no-repeat;
}

.forum-colorist-descr, .forum-job-descr {
    margin: 0px 0px 0px 119px;
}

.forum-colorist-header, .forum-job-header {
    font-weight: bold;
    text-decoration: underline;
}

.forum-colorist-info, .forum-job-info {
    clear: both;
    padding: 4px 0px;
    font-size: 11px;
    line-height: 11px;
}

.forum-colorist-info, .forum-job-info {
    clear: both;
    padding: 2px 0px;
}

.forum-colorist-users, .forum-job-users {
    clear: both;
    padding: 10px 0px 0px 0px;
    margin: 0px -10px 0px 0px;
}

.forum-colorist-users ul, .forum-job-users ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.forum-colorist-users ul li, .forum-job-users ul li {
    margin: 0px 10px 0px 0px;
    display: inline-block;
    vertical-align: top;
}

.forum-colorist-users ul li img, .forum-job-users ul li img {
    border-radius: 4px;
    opacity: 0.8;
}

.forum-colorist-users ul li img:hover, .forum-job-users ul li img:hover {
    opacity: 1;
}

.forum-message-item ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.forum-message-item ul li {
    margin: 0px 0px 10px 0px;
    font-size: 11px;
}

.forum-message-item ul li a {
    text-decoration: none;
    color: #4D5255;
}

.forum-message {
    height: 65px;
    overflow: hidden;
    padding: 6px;
    border: solid 1px #B5B5B7;
    background-color: #D0D0D2;
    border-radius: 4px;
}

.forum-message-wrap {
    position: relative;
}

.forum-message h2 {
    margin: 0px 0px 4px 0px;
    font-size: 12px;
    text-decoration: underline;
    color: #CC3300;
}

.forum-message-arrow {
    width: 29px;
    height: 16px;
    background: url("images/forum-message-arrow.png") no-repeat;
    position: absolute;
    left: 10px;
    bottom: -15px;
    z-index: 10;
}

.forum-message-count {
    padding: 16px 0px 0px 0px;
    font-size: 10px;
    text-decoration: underline;
    color: #CC3300;
}

.formulsIndex-item {
    vertical-align: top;
    min-width: 127px;
}

.formulsIndex-item h3 {
    float: left;
    margin: 0px;
    font-size: 54px;
    line-height: 54px;
    font-weight: normal;
    color: #666666;
    padding: 0px 6px 0px 0px;
}

.formulsIndex-item ul, .all-company-list {
    margin: 0px;
    padding: 0px;
    float: left;
    list-style-type: none;
}

.company-item {
    text-decoration: underline;
    cursor: pointer;
}

.company-item:hover, .paint-code-item:hover {
    color: #CC3300;
}

.show-all-company {
    display: block;
    clear: both;
    padding: 2px 0px 0px 0px;
    font-size: 11px;
}

.color-system-content {
    padding: 0px;
    position: relative;
}

.add-formula-btn {
    position: absolute;
    right: 0px;
}

.color-system-header {
    position: relative;
    margin: 10px 0px 0px 0px;
    padding: 2px 0px;
    color: #c71d09;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
}

.formuls-search-panel {
    border: solid 1px #c71d09;
    padding: 10px;
}

.color-system-change {
    position: absolute;
    top: 0px;
    right: 10px;
    color: #ffffff;
    font-size: 11px;
    text-decoration: underline;
    cursor: pointer;
}

.color-system-list {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-size: 12px;
}

.color-system-list li a {
    color: #4D5255;
    text-decoration: none;
}

.color-system-list li a:hover {
    color: #c71d09;
}

.paint-code-list {
    padding: 11px 4px 5px 4px !important;
}

.paint-code-list ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    max-height: 200px;
    overflow-y: scroll;
}

.paint-code-list ul li {
    padding: 0px 4px;
    cursor: pointer;
}

.search-params {
    width: 100%;
}

.search-params td {
    padding: 6px 6px 0px 0px;
}

.table-company-by-index td {
    padding: 10px 10px 10px 0px;
}

.type-formula-tr label {
    float: left;
    padding: 0px 10px 0px 0px;
}

.company-by-index {
    padding: 20px 10px;
}

.section-list {
    margin: 20px 0px 10px 0px;
    padding: 0px;
    width: 100%;
    border-bottom: solid 4px #c71d09;
    float: left;
    list-style-type: none;
}

.section-list li {
    float: left;
    padding: 10px 10px 6px 10px;
    margin: 0px 6px 0px 0px;
    border-radius: 4px 4px 0px 0px;
    background-color: #DBDBDB;
    cursor: pointer;
}

.section-list li:hover {
    color: #c71d09;
}

.section-list li.active {
    background-color: #c71d09;
    color: #ffffff;
}

.color-info td {
    padding: 0px 4px 4px 0px;
}

.color-table {
    clear: both;
    border-collapse: collapse;
}

.color-table-reiz {
    float: left;
    margin-right: 20px;
}

.color-table th, .color-table td {
    padding: 10px;
    border: solid 1px #CCCCCC;
}

.color-table th {
    background-color: #DBDBDB;
}

.color-table a {
    color: #CC3300;
}

.color-table-details {
    border-collapse: collapse;
}

.table-data {
    border-collapse: collapse;
}

.table-data th, .table-data td {
    padding: 10px;
    border: solid 1px #CCCCCC;
}

.table-data th {
    background-color: #DBDBDB;
}

.forum-post-text .data-table {
    border-collapse: collapse;
}

.forum-post-text .data-table td {
    width: auto !important;
    padding: 4px !important;
    border: solid 1px #CCCCCC;
}

.panel-body .color-table-details {
    margin: 0px;
}

.color-table-details th {
    padding: 10px;
    /*border: solid 1px #c40d00;*/
    border: solid 1px #CCCCCC;
    border-bottom: none;
    background-color: #c71d09;
    color: #ffffff;
}

.color-table-details-profi-line th {
    background-color: #314a83;
}

.color-table-details-reiz th {
    background-color: #058C9A;
}

.color-table-details td {
    padding: 4px;
    border: solid 1px #CCCCCC;
    border-top: none;
    text-align: center;
}

.formula-buttons {
    padding: 10px 0px 0px 0px;
}

.formula-item {
    cursor: pointer;
}

.formula-item:hover {
    background: #F9F9F9;
}

.formula-item-color {
    width: 40px;
    height: 18px;
}

.components-table th {
    padding: 6px;
    text-align: left;
}

.components-table td {
    padding: 4px;
    text-align: left;
}

.formula-item-preview-text {
    min-width: 200px;
    vertical-align: top;
}

.formula-item-components-content {
    padding: 10px !important;
}

.formula-item-components-calculate, .formula-item-components-toolbox, .formula-item-commentary {
    padding: 10px 0px;
    text-align: left;
}

.formula-item-components-calculate .input-text {
    width: 32px;
}

.formula-item-components-calculate .select {
    width: 46px;
}

.formula-item-components-toolbox ul, .formula-item-commentary ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}

.formula-item-components-toolbox ul li {
    display: inline-block;
    padding: 0px 6px 0px 0px;
}

.formula-item-commentary ul li {
    padding: 0px 0px 10px 0px;
}

#addFormulaForm .modal-dialog {
    width: 580px;
}

.add-formula-form-advice
{
    margin: 0px 0px 10px 0px;
    color: #FF0000;
}

.formula-component-table
{
    width: 100%;
}

.formula-component-table td {
    padding: 4px;
}

.forum-formula-info-table td {
    padding: 2px;
    border: none;
}

.forum-formula-info-table .form-label {
    text-align: right;
}

.forum-formula-table th, .forum-formula-table td {
    padding: 2px;
    border: solid 1px #CCCCCC;
}

.forum-formula-table th {
    background-color: #DBDBDB;
}

.competition-photo-items {
    margin: 0px 0px 0px -10px;
    padding: 0px;
    list-style-type: none;
}

.competition-photo-items li {
    margin: 0px 10px 10px 10px;
    display: inline-block;
    vertical-align: top;
}

.news-list {
    margin: 10px 0px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.news-item {
    overflow: hidden;
    padding: 0px 0px 20px 0px;
}

.news-item-img {
    float: left;
}

.news-item-img img {
    width: 110px;
    height: auto;
}

.news-item-descr {
    margin: 0px 0px 0px 120px;
}

.news-item-date {
    display: block;
    font-size: 11px;
    line-height: 11px;
    color: #CC3300;
}

.news-item-descr h2 {
    margin: 0px 0px 6px 0px;
    font-size: 14px;
    line-height: 14px;
}

.news-item-descr a {
    text-decoration: none;
    color: #4D5255;
}

.news-item-descr a:hover {
    color: #CC3300;
}

.cart-panel {
    position: absolute;
    top: 20px;
    right: 20px;
}

.cart-info-panel {
    float: left;
}

.cart-info-panel a {
    color: #4D5255;
}

.cart-info-panel img {
    float: left;
    margin: 0px 10px 0px 0px;
    width: 24px;
    height: 21px;
}

.cart-info {
    float: left;
}

.bonus-info {
    float: left;
    padding: 0px 10px 0px 0px;
    font-weight: bold;
}

.prod-items {
    margin: 0px -20px 0px 0px;
    padding: 0px;
    list-style-type: none;
}

.prod-items li {
    display: inline-block;
    border: solid 1px #969696;
    border-radius: 4px;
    margin: 0px 10px 10px 0px;
    padding: 10px;
}

.prod-img {
    float: left;
    width: 110px;
}

.prod-section-img {
    width: 110px;
    margin: 0px auto;
}

.prod-descr {
    margin-left: 120px;
    overflow: hidden;
    width: 177px;
    height: 160px;
}

.prod-section-descr {
    width: 197px;
    padding: 10px 0px;
    text-align: center;
}

.prod-descr-name {
    text-decoration: none;
    color: #4D5255;
    font-weight: bold;
}

.prod-descr-name:hover {
    color: #CC3300;
}

.prod-descr .popover-content {
    text-align: center;
}

input.add-to-cart-quantity {
    width: 28px;
}

.prod-details-img {
    float: left;
    width: 250px;
}

.prod-details-quantity {
    margin: 0 0 10px;
}

.prod-details-add-to-cart {
    float: left;
    margin: 0 0 0 20px;
    width: 340px;
}

.prod-details-add-to-cart h1 {
    margin: 0px;
}

.prod-details-descr {
    clear: both;
}

.cart-options-table td {
    padding: 10px;
}

.cart-table {
    width: 100%;
    border-collapse: collapse;
}

.cart-table td {
    padding: 10px;
    vertical-align: top;
    border-bottom: solid 1px #969696;
    border-top: solid 1px #969696;
}

.cart-table .cart-item-first {
    border-left: solid 1px #969696;
}

.cart-table .cart-item-last {
    border-right: solid 1px #969696;
}

.cart-table th {
    padding: 10px;
}

.cart-minus-btn {
    border: solid 1px #CCCCCC;
    border-right-style: none;
    padding: 4px;
    width: 21px;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.cart-plus-btn {
    border: solid 1px #CCCCCC;
    border-left-style: none;
    padding: 4px;
    width: 21px;
    background: #FFFFFF;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    cursor: pointer;
}

.cart-btn-panel {
    text-align: right;
}

.order-item {
    cursor: pointer;
}

.profile-order-details-options-table td {
    padding: 4px;
    border-style: none;
}

.profile-order-details-items-table {
    border-collapse: collapse;
}

.profile-order-details-items-table th, .profile-order-details-items-table td {
    padding: 4px;
    text-align: center;
}

.panel-heading {
    position: relative;
}

.panel-group .panel {
    overflow: visible !important;
}

.last-update-list {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.last-update-list li {
    overflow: hidden;
    border-top: 1px dashed #969696;
}

.last-update-list li:first-child {
    border-top: none;
}

#bonus-tooltip {
    position: absolute;
    top: 10px;
    left: 74px;
    cursor: pointer;
}

.pl-learning-container {
    width: 836px;
    margin: 0px auto;
    display: table;
}

.pl-learning-header, .pl-learning-slider {
    width: 100%;
    margin: 0px 0px 10px 0px;
    display: table;
}

.pl-learning-header-logo {
    width: 182px;
    height: 51px;
    background: url("images/pl-learning-logo.png") no-repeat;
    float: left;
}

.pl-learning-header-certificate {
    width: 146px;
    height: 81px;
    background: url("images/pl-learning-certificate.png") no-repeat;
    float: right;
}

.pl-learning-courses-section-items {
    padding: 0px;
    margin: 0px -20px 0px 20px;
    list-style-type: none;
}

.pl-learning-courses-section-item {
    width: 390px;
    margin: 0px 20px 20px 0px;
    display: inline-block;
}

.pl-learning-course-items, .pl-learning-course-progress {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

.pl-learning-course-progress {
    padding: 0px 0px 10px 0px;
}

.pl-learning-course-progress li {
    margin: 0px 0px 4px 0px;
    padding: 4px 8px;
    display: inline-block;
    border: solid 1px #08266c;
    color: #08266c;
}

.pl-learning-course-progress li.active {
    background: #08266c;
    color: #FFFFFF;
}

.pl-learning-course-item-sort {
    float: left;
    padding: 6px 14px;
    margin: 0px 10px 0px 0px;
    background: #08266C;
    border-radius: 18px;
    text-align: center;
    font-size: 16px;
    color: #FFFFFF;
}

.pl-learning-course-item-header {
    float: left;
    margin: 6px 0px 22px 0px;
    width: 926px;
}

.pl-learning-course-btn-panel {
    width: 100%;
    display: table;
}

.pl-learning-course-prev-btn-panel {
    float: left;
}

.pl-learning-next-btn-panel {
    float: right;
}

.course-item-img {
    height: 207px;
}

.course-item-descr {
    padding: 4px 0px 8px 37px;
}

.course-item-btn {
    float: right;
}

.coat-of-pain-item-toolbox {
    float: left;
    padding: 10px 0px;
}

.pager {
    padding: 20px 0px 0px 0px;
    display: table;
    clear: both;
}

.pager .nav-title {
    display: none;
}

.pager a {
    text-decoration: none;
    color: #CC3300;
}

.pager a, .pager span {
    display: inline-block;
    border-style: none !important;
    padding: 8px 12px !important;
}

.pager .nav-current-page {
    background-color: #CC3300;
    color: #FFFFFF;
}

.loading-bg {
    width: 100%;
    height: 100%;
    top: 0;
    padding: 0;
    margin: 0;
    background: rgba(0, 0, 0, 0.2);
    position: fixed;
    z-index: 100;
}

.loading-icon {
    width: 64px;
    height: 64px;
    background: url("images/loading.gif") no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 110;
}

.filter-logic-item {
    text-align: center;
    vertical-align: top;
    padding: 12px 6px 0px 0px !important;
}

.price, .sum {
    font-weight: bold;
}

.form-table {
    width: 100%;
}

.form-table td {
    border: none;
    padding: 4px;
    vertical-align: top;
}

.give-bonus-form-label {
    width: 90px;
    font-weight: bold;
    text-align: right;
}

.input-text, .form-text input, .form-text textarea {
    width: 100%;
    padding: 4px;
    margin: 0px;
    border: solid 1px #CCCCCC;
    color: #4D5255;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.search-input-text {
    width: 200px;
    font-size: 14px;
}

.form-text textarea {
    min-height: 100px;
}

.select, .form-select select {
    width: 100%;
    padding: 3px;
    border: solid 1px #CCCCCC;
    color: #4D5255;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

.form-select-company, .form-text-paint-code {
    padding: 0px 10px 0px 0px;
}

.form-select-company select, .form-text-paint-code input {
    font-size: 14px;
}

.form-checkbox input, .input-checkbox {
    float: left;
    margin: 2px 0px 0px 0px;
    border: solid 1px #CCCCCC;
}

.form-required-field, .starrequired, .required {
    color: #ff0000;
}

.validation-summary-errors {
    color: #ff0000;
}

.validation-summary-errors ul {
    padding: 0px;
    list-style-type: none;
}

input.input-validation-error, textarea.input-validation-error, select.input-validation-error {
    border-color: #ff0000;
}

.hidden {
    display: none;
}

.lock-forum-user {
    font-size: 12px;
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #CCCCCC !important;
    border-radius: 0px !important;
}

#accept-agreement {
    margin: 0px 2px 0px 0px;
}

.competitors-table th
{
    background-color: orange !important;
    font-weight: bold !important;
    color: #ffffff;
    border-left: 1px solid #969696;
    border-top: 1px solid #969696;
}

div.lifehack:hover {
    background-color: #edf0f5; /* Р¦РІРµС‚ С„РѕРЅР° */
}

.colorstat__fieldset {
    width: 300px;
    max-width: 100%;
    margin: 0 auto;
}

.colorstat__fields {
    margin-top: 30px;
}

div.d-flex, .d-flex {
    display: flex;
}

.w-100 {
    width: 100%;
}

.text-center {
    text-align: center;
}

.colorstat__date {
    justify-content: space-between;
}</pre></body></html>