/* normalize */

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  background: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #666666;
  text-align: justify;
  vertical-align: top;
}

a,
.uk-link {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

h1 {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 15px;
  line-height: 36px;
}

.page-header {
  padding-bottom: 11px;
  margin: 24px 0 36px;
  border-bottom: none;
}

.page-header {
  margin: 0;
  padding-bottom: 0;
}

div.itemHeader h1.itemTitle {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 15px;
  line-height: 36px;
}

div.itemHeader h2.itemTitle {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 28px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-top: 15px;
  line-height: 36px;
}

h2,
.uk-h2 {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 18px;
  font-weight: bold;
  display: block;
  text-align: center;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

h3,
.uk-h3 {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 17px;
  line-height: 20px;
  font-weight: bold;
  display: block;
  margin: auto;
}

.tm-main-top + .tm-content,
.tm-content + .tm-main-bottom {
  padding-top: 10px;
}

h3.uk-panel-title {
  border: none;
  font-size: 18px;
  font-weight: normal;
  margin: 0 0 8px 0;
  padding: 2px;
  color: #666;
}

div.catItemHeader h3.catItemTitle {
  font-family: Arial, Helvetica, sans-serif;
  color: #666;
  font-size: 22px;
  font-weight: bold;
  display: block;
  margin-left: 21px;
  margin-bottom: 5px;
  text-align: left;
}

.rf_submit {
  background: #ff7f27;
  border-radius: 0;
  border: none;
  color: #000000;
  font-size: 15px;
  padding: 10px 25px;
  display: block;
  margin: 20px 0 20px;
  -webkit-transition: all 100ms;
  -moz-transition: all 100ms;
}

.uk-navbar-toggle {
  box-sizing: border-box;
  display: block;
  height: 50px;
  padding: 0 0;
  float: left;
  margin-top: -5px;
}

.uk-navbar-toggle {
  font-size: 24px;
  color: #ffffff;
  text-decoration: none;
  z-index: 100;
}

.uk-offcanvas-bar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 1001;
  width: 270px;
  max-width: 100%;
  background: #ff7f27;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  -ms-scroll-chaining: none;
}

html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #ffffff;
  color: #000000!important;
}

html .uk-nav.uk-nav-offcanvas li > a {
  padding: 10px 0 10px 30px;
  font-family: "Arial";
  font-size: 14px;
  line-height: 14px;
  color: #FFF !important;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  background: none;
  border-bottom: none;
}

.uk-panel.logo-offcanvas {
  margin: 0;
  padding: 10px;
  background: #fff;
  height: 100px;
  box-sizing: border-box;
  margin-bottom: 10px;
}

.uk-panel.logo-offcanvas img {
  display: block;
  height: 80px;
  margin: auto;
}

.uk-panel.mobile-block-offcanvas {
  background: #fff;
  margin: 0;
  padding: 20px 15px 0 15px;
}

.mobile-block {
  display: block;
}

.mobile-block .mobile-link {
  display: block;
  background: #ff7f27;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  border-bottom: 2px solid #556100;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
}

.mobile-block .soc {
  float: none;
  display: table;
  margin: 25px auto;
}

.mobile-block .soc a{
  margin: 0 5px;
}

.tm-navbar-container {
  padding-top: 0;
  padding-bottom: 0;
}

nav.tm-navbar.uk-navbar {
  background: url(../images/mmenu.jpg);
  max-width: 1177px;
  height: 51px;
  display: block;
  position: relative;
  text-decoration: none;
  margin: auto;
}

nav.tm-navbar.uk-navbar:before {
  content: '';
  display: block;
  position: absolute;
  background: url(../images/pmain.png);
  background-size: cover;
  width: 360px;
  height: 363px;
  display: block;
  z-index: 500;
  top: -163px;
  left: 53%;
}

.uk-navbar-nav > li {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 45px;
  padding: 0 0;
  line-height: 45px;
  color: #000000;
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  display: block;
  text-decoration: none;
  position: absolute;
  width: 180px;
  text-align: center;
}

.uk-navbar-nav > li >a {
  display: block;
  box-sizing: border-box;
  text-decoration: none;
  height: 45px;
  padding: 0 0;
  line-height: 45px;
  color: #000000;
  font-size: 15px;
  font-family: Arial, sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 18px;
  color: #000000;
  display: block;
  text-decoration: none;
}

.uk-navbar-nav > li > a:hover {
  color: #000000;
}

.uk-navbar-nav > li > a:before {
  display: none;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: transparent;
  color: #000000;
}

.uk-navbar-nav > li:nth-child(1n){
  left: 1%;
}

.uk-navbar-nav > li:nth-child(2n){
  left: 25%;
}

.uk-navbar-nav > li:nth-child(3n){
  left: 84%;
}

.uk-nav li > a {
  padding: 10px 0 10px 30px;
  font-family: "Arial";
  font-size: 14px;
  line-height: 14px;
  color: #000000 !important;
  font-weight: bold;
  text-transform: uppercase;
  display: block;
  background: url(../images/m21.jpg) no-repeat bottom left;
  border-bottom: 5px solid transparent;
}

.uk-nav-side > li > a:hover,
.uk-nav-side > li > a:focus {
  background: url(../images/m21.jpg) no-repeat bottom left;
  color: #000000;
  outline: none;
  border-bottom: 5px solid #ff7f27;
}

.uk-nav-side > li.uk-active > a {
  background: url(../images/m21.jpg) no-repeat bottom left;
  color: #000000;
  outline: none;
  border-bottom: 5px solid #ff7f27;
}

ul#sidebar-menu:before {
  content: '';
  display: block;
  position: absolute;
  width: 10px;
  height: 511px;
  background: transparent url("../images/vert.jpg");
  z-index: 10;
  top: -30px;
  right: 0;
}

.tm-headerbar > .uk-container {
  padding: 0;
}

.tm-logo {
  position: relative;
  top: 5px;
  width: 17%;
}

.tm-slogan {
  margin: 0 0 0 30px;
  float: left;
  width: 40%;
  padding: 0 30px;
  box-sizing: border-box;
}

.tm-contacts {
  margin-top: 85px;
  margin-right: 10px;
}

.phone {
  font-style: italic;
  color: #666;
  font-weight: bold;
}

.mail {
  color: #000000;
  font-weight: bold;
  position: relative;
  top: 5px;
  text-decoration: underline;
}

.uk-breadcrumb {
  color: #000;
  font-size: 15px !important;
  font-family: Arial, Helvetica, sans-serif;
  text-decoration: none !important;
  margin-left: 10px;
  text-transform: none;
}

.uk-breadcrumb > li:nth-child(n+2):before {
  content: "/";
  display: inline-block;
  margin: 0 8px;
  color: #040404;
}

section#tm-header-content {
  position: relative;
  min-height: 130px;
  padding-top: 45px;
  box-sizing: border-box;
  padding-left: 40px;
}

section#tm-header-content:before {
  content: '';
  display: block;
  position: absolute;
  width: 97%;
  height: 17px;
  background: url("../images/hor-line1.png");
  left: 30px;
  bottom: -17px;
  z-index: 1000;
}

div#tm-footer {
  padding: 0;
}

.tm-footer {
  position: relative;
  padding-top: 30px;
}

.tm-totop-scroller {
  display: inline-block;
  top: 65px;
  right: 0;
  width: 16px;
  height: 30px;
  color: #000000;
}

.soc {
  position: relative;
  z-index: 1;
  height: 62px;
  margin-left: 0px;
  float: right;
  margin-right: 10px;
}

.soc .rss {
  display: inline-block;
  width: 30px;
  height: 31px;
  background-image: url("../images/rss-2x.png");
  background-repeat: no-repeat;
  background-position: left top;
}

.soc .ok {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url("../images/soceti/ok.jpg") no-repeat top left;
}

.soc .vk {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url("../images/soceti/vk.jpg") no-repeat top left;
}

.soc .fb {
  display: inline-block;
  width: 30px;
  height: 31px;
  background: url("../images/soceti/fb.jpg") no-repeat top left;
}

input.uk-search-field {
  -webkit-appearance: none;
  box-sizing: border-box;
  margin: 0;
  border-radius: 0;
  box-shadow: none;
  font-size: 15px;
  line-height: normal;
  width: 300px;
  height: 30px;
  padding: 0 0 0 30px;
  border: 1px solid black;
  background: transparent;
  color: #666666;
  transition: all linear 0.2s;
  position: relative;
  padding: 0 30px 0 10px !important;
  z-index: 1;
  cursor: pointer;
}

input.uk-search-field:focus {
  border: 1px solid black;
  background: transparent;
  box-shadow: none;
  outline: 0;
  width: 300px;
}

.uk-search-field:focus,
.uk-search.uk-active .uk-search-field {
  width: 300px;
}

.uk-search:before {
  content: "\e902";
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  line-height: 30px;
  text-align: center;
  font-family: FontAwesome;
  font-size: 20px;
  color: black;
  font-family: 'Chester';
}

section#tm-main-top {
  margin: 20px 0 0 0;
}

section#tm-main-top > div {
  padding-left: 5px;
}

div#tm-middle > div {
  padding-left: 0;
}

.tm-block-main {
  padding: 30px 0 0 0;
}

#k2Container {
  padding: 24px 0 24px 10px;
}

div.catItemImageBlock {
  padding: 0;
  margin: 0 30px 0 0;
  max-width: 350px;
  float: left;
}

span.catItemImage img {
  border: 1px solid #000000;
  padding: 8px;
}

div.itemListCategory {
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

div.itemImageBlock {
  padding: 0;
  margin: 0 30px 0 0;
  max-width: 350px;
  float: left;
}

div.itemIntroText {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: #666666;
  text-align: justify;
  vertical-align: top;
  font-weight: normal;
}

body.contacts-page h3.uk-panel-title {
  font-family: Arial, sans-serif;
  font-size: 17px;
  line-height: 24px;
  color: #969696;
  margin: 11px 0 20px 0;
  text-align: center;
}


/*# sourceMappingURL=app.css.map */
