html body { background-color: rgb(232, 232, 232); }
html .top-line { background-color: rgb(47, 79, 79); }
html .company-name .logo-text { color: rgb(47, 79, 79); }
html .top-menu a { background-image: linear-gradient(rgb(121, 151, 67) 0%, rgb(102, 128, 58) 51%, rgb(85, 107, 47) 100%); }
html .button1 { background-image: linear-gradient(rgb(74, 125, 125) 0%, rgb(47, 79, 79) 100%); }
html .button1:hover { background-image: linear-gradient(rgb(74, 125, 125) 0%, rgb(47, 79, 79) 100%); }
html .button1:active { background-image: linear-gradient(rgb(74, 125, 125) 0%, rgb(47, 79, 79) 100%); }
html ul.left-menu { background-color: rgb(47, 79, 79); }
html footer { background-color: rgb(47, 79, 79); }
html .g-pagination__item--active { background-color: rgb(85, 107, 47)!important; }
html .g-categories__button { color: rgb(85, 107, 47); }
