@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700&subset=cyrillic");
@import url("https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300&subset=cyrillic");
html,
body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 24px;
  color: #505253;
}

* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

div,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
select,
input,
textarea,
img,
dl,
dt,
dd,
table,
div,
td,
theder,
button,
blockquote,
article,
aside,
audio,
canvas,
command,
datalist,
details,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
mark,
menu,
meter,
main,
nav,
output,
progress,
rp,
rt,
ruby,
section,
source,
summary,
time,
video,
wbr {
  padding: 0;
  margin: 0;
}

article,
aside,
audio,
canvas,
command,
datalist,
details,
figcaption,
figure,
footer,
header,
hgroup,
keygen,
mark,
menu,
main,
meter,
nav,
output,
progress,
rp,
rt,
ruby,
section,
source,
summary,
time,
video,
wbr,
address {
  display: block;
  font-style: normal;
}

ul,
ol {
  list-style: none;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5,
.entry h6 {
  padding: 21px 0px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-align: center;
  color: #141414;
}

.entry h1 {
  font-size: 18px;
}

.entry h2 {
  font-size: 17px;
}

.entry h3 {
  font-size: 16px;
}

.entry h4 {
  font-size: 15px;
}

.entry h5 {
  font-size: 14px;
}

.entry h6 {
  font-size: 13px;
}

.entry p {
  padding: 12px 0px;
	text-align: justify;
}

.entry ul,
.entry ol {
  margin: 0px;
  padding: 12px 0px;
}

a {
  color: #505253;
  text-decoration: underline;
}

a:hover {
  color: #e8af0a;
  text-decoration: none;
}

img {
  border: 0;
  max-width: 100%;
}

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

strong {
  font-weight: 700;
}

table {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px solid #f9f9f9;
  clear: both;
  border-collapse: separate;
  line-height: 18px;
  border-spacing: 0;
}

table th,
table td {
  -moz-box-sizing: content-box;
       box-sizing: content-box;
}

table th {
  padding: 15px;
  border: 1px solid #7e807d;
  border-left: 1px solid #f9f9f9;
  background: #7e807d;
  font-weight: 300;
  text-align: center;
  vertical-align: top;
  color: #f9f9f9;
  position: relative;
}
table tfoot th {
  border-top: 1px solid #f9f9f9;
}

table th:first-child {
  border-left: 1px solid #7e807d;
}

table td {
  padding: 15px;
  border-top: 1px solid #f9f9f9;
  border-right: 1px solid #f9f9f9;
  vertical-align: top;
  text-align: center;
  position: relative;
}

table td:first-child {
  border-left: 1px solid #f9f9f9;
}

table tbody tr {
  cursor: pointer;
}

table tbody tr:hover td {
  background: #f9f9f9;
}

a:active,
a:focus,
input,
textarea,
button,
.slick-active,
.ui-accordion-header {
  outline: none !important;
}

button,
input,
select,
textarea {
  width: 100%;
  height: 35px;
  padding: 5px 15px;
  border: 1px solid #7e807d;
  background: #FFFFFF;
  -moz-border-radius: 0px;
       border-radius: 0px;
  font-family: 'Open Sans', sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 23px;
  color: #505253;
  -moz-appearance: none;
  -webkit-appearance: none;
}

textarea {
  height: 133px;
  line-height: 18px;
}

.btn,
button {
  width: auto;
  height: 35px;
  padding: 0px 14px;
  border: none;
  background: #e8af0a;
  display: inline-block;
  font-size: 14px;
  line-height: 33px;
  color: #FFFFFF;
  position: relative;
  cursor: pointer;
}

.btn:hover,
button:hover {
  background: #7e807d;
  color: #505253;
}

::-webkit-input-placeholder {
  font-size: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

::-moz-placeholder {
  font-size: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-moz-placeholder {
  font-size: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:-ms-input-placeholder {
  font-size: inherit;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
}

:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
}

:focus:-moz-placeholder {
  opacity: 0;
  -moz-transition: opacity 0.3s ease;
}

:focus:-ms-input-placeholder {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.cf:before, .cf:after {
  content: '';
  display: block;
  overflow: hidden;
}

.cf:after {
  clear: both;
}

.center-box {
  width: 1210px;
  margin: 0 auto;
  padding: 0px 20px;
  position: relative;
  z-index: 10;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
       box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-slider .slick-arrow {
  width: 46px;
  height: 106px;
  margin-top: -53px;
  display: block;
  border: none;
  background: #7e807d;
  -webkit-filter: none;
          filter: none;
  text-indent: -9999em;
  overflow: hidden;
  -moz-box-shadow: none;
       box-shadow: none;
  -moz-border-radius: 0px;
       border-radius: 0px;
  position: absolute;
  top: 50%;
  z-index: 10;
}

.slick-slider .slick-arrow:hover {
  background: #e8af0a;
}

.slick-slider .slick-arrow:before {
  width: 12px;
  height: 18px;
  margin: -9px 0px 0px -6px;
  display: block;
  content: '';
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}

.slick-slider .slick-arrow.slick-hidden {
  display: none;
}

.slick-slider .slick-arrow.slick-prev {
  left: 0px;
}

.slick-slider .slick-arrow.slick-prev:before {
  background-image: url(images/svg/arrow-left.svg);
}

.slick-slider .slick-arrow.slick-next {
  right: 0px;
}

.slick-slider .slick-arrow.slick-next:before {
  background-image: url(images/svg/arrow-right.svg);
}

.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-slider .slick-list:focus {
  outline: none;
}

.slick-slider .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-slider .slick-track:before, .slick-slider .slick-track:after {
  content: "";
  display: table;
}

.slick-slider .slick-track:after {
  clear: both;
}

.slick-loading .slick-slider .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  width: 100%;
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  padding: 5px 0px;
  display: block;
  height: auto;
}

/* end Slider */
/* select */
.jq-selectbox {
  width: 100%;
  font-size: 14px;
  line-height: 21px;
  color: #505253;
  vertical-align: top;
  cursor: pointer;
  position: relative;
}

.jq-selectbox .jq-selectbox__select {
  height: 51px;
  padding: 15px 37px 15px 13px;
  background: #f9f9f9;
  z-index: 3;
}

.jq-selectbox .jq-selectbox__select-text {
  width: 100% !important;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.jq-selectbox .jq-selectbox__trigger {
  width: 27px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
}

.jq-selectbox .jq-selectbox__trigger-arrow {
  width: 9px;
  height: 5px;
  margin: -3px 0px 0px 0px;
  display: block;
  background-image: url("images/svg/arrow-down.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 0px;
}

.jq-selectbox .jq-selectbox__dropdown {
  width: 100%;
  margin-top: -1px;
  border-top: none;
  background: #f9f9f9;
  line-height: 16px;
  top: 100%;
  z-index: 10;
}

.jq-selectbox .jq-selectbox__dropdown ul {
  margin: 0;
  padding: 0px;
  list-style: none;
}

.jq-selectbox .jq-selectbox__dropdown ul li {
  padding: 8px 10px 8px 13px;
}

.jq-selectbox .jq-selectbox__dropdown ul li.selected, .jq-selectbox .jq-selectbox__dropdown ul li:hover {
  color: #e8af0a;
}

.jq-selectbox.opened .jq-selectbox__trigger-arrow {
  background-image: url("images/svg/arrow-up.svg");
}

/* end select */
#wrapper {
  min-height: 100%;
  padding-top: 139px;
  padding-bottom: 40px;
  position: relative;
  z-index: 10;
}

.grey-panel {
  width: 100%;
  background: #7e807d;
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 1px;
  color: #f9f9f9;
  position: relative;
}

.grey-panel .center-box {
  height: 40px;
  display: table;
}

.grey-panel .center-box ._col {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.grey-panel .center-box ._col._right {
  text-align: right;
}

.grey-panel a {
  color: #f9f9f9;
  text-decoration: none;
}

.grey-panel .contact-list {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  position: relative;
}

.grey-panel .contact-list .item {
  margin-left: 13px;
  padding-left: 17px;
  display: inline-block;
  border-left: 1px solid #505253;
  position: relative;
}

.grey-panel .contact-list .item:first-child {
  border-left: none;
}

/* ---------- HEADER ---------- */
#header {
  width: 100%;
  background: #FFFFFF;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 5;
}

#header .bottom-header {
  position: relative;
}

#header .bottom-header .center-box {
  padding-top: 26px;
  padding-bottom: 23px;
  -webkit-transition: padding 0.5s;
  -moz-transition: padding 0.5s;
  transition: padding 0.5s;
  display: table;
}

#header .bottom-header .center-box ._col {
  display: table-cell;
  vertical-align: middle;
}

#header .bottom-header .center-box ._col._right {
  padding-bottom: 7px;
  text-align: right;
  vertical-align: bottom;
}

#header .logo {
  position: relative;
  z-index: 2;
}

#header .logo a {
  height: 45px;
  padding: 0px 0px 0px 66px;
  display: inline-block;
  font-family: "Open Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -1px;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: font-size 0.5s, line-height 0.5s, padding 0.5s;
  -moz-transition: font-size 0.5s, line-height 0.5s, padding 0.5s;
  transition: font-size 0.5s, line-height 0.5s, padding 0.5s;
  position: relative;
}

#header .logo a:before {
  width: 52px;
  height: 45px;
  margin-top: -22px;
  display: block;
  content: '';
  background-image: url("images/svg/logo-haccp.svg");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  -webkit-transition: width 0.5s, height 0.5s, margin 0.5s;
  -moz-transition: width 0.5s, height 0.5s, margin 0.5s;
  transition: width 0.5s, height 0.5s, margin 0.5s;
  position: absolute;
  top: 50%;
  left: 0px;
}

#header .main-menu {
  font-size: 14px;
  line-height: 18px;
  text-align: right;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
}

#header .main-menu .btn-menu {
  width: 30px;
  height: 30px;
  margin-top: -15px;
  display: none;
  text-indent: -9999px;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: margin 0.5s;
  -moz-transition: margin 0.5s;
  transition: margin 0.5s;
  text-align: left;
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 1;
}

#header .main-menu .btn-menu span {
  height: 2px;
  margin: -1px 0px 0px;
  display: block;
  background: #505253;
  -webkit-transition: background 0 0.3s;
  -moz-transition: background 0 0.3s;
  transition: background 0 0.3s;
  position: absolute;
  top: 50%;
  left: 5px;
  right: 5px;
}

#header .main-menu .btn-menu span:before, #header .main-menu .btn-menu span:after {
  width: 100%;
  height: 2px;
  display: block;
  content: '';
  background: #505253;
  -webkit-transition-duration: 0.3s, 0.3s;
  -moz-transition-duration: 0.3s, 0.3s;
       transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0;
  -moz-transition-delay: 0.3s, 0;
       transition-delay: 0.3s, 0;
  position: absolute;
  left: 0px;
}

#header .main-menu .btn-menu span:before {
  top: -6px;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  -moz-transition-property: top, transform, -moz-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform, -moz-transform;
}

#header .main-menu .btn-menu span:after {
  bottom: -6px;
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  -moz-transition-property: bottom, transform, -moz-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform, -moz-transform;
}

#header .main-menu .btn-menu:hover span {
  background: #e8af0a;
}

#header .main-menu .btn-menu:hover span:before, #header .main-menu .btn-menu:hover span:after {
  background: #e8af0a;
}

#header .main-menu .btn-menu.active span {
  background: none !important;
}

#header .main-menu .btn-menu.active span:before {
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
       transform: rotate(45deg);
}

#header .main-menu .btn-menu.active span:after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
       transform: rotate(-45deg);
}

#header .main-menu .btn-menu.active span:before, #header .main-menu .btn-menu.active span:after {
  background: #e8af0a;
  -webkit-transition-delay: 0, 0.3s;
  -moz-transition-delay: 0, 0.3s;
       transition-delay: 0, 0.3s;
}

#header .main-menu .main-menu__list {
  position: relative;
}

#header .main-menu .main-menu__list .item {
  padding: 0px 0px 0px 36px;
  display: inline-block;
  position: relative;
}

#header .main-menu .main-menu__list .item a {
  text-decoration: none;
}

#header .main-menu .main-menu__list .item a:hover {
  color: #e8af0a;
}

#header .main-menu .main-menu__list .item.active a {
  color: #e8af0a;
}

.fix #header {
  position: fixed;
}

.fix #header .grey-panel {
  display: none;
}

.fix #header .bottom-header .center-box {
  padding-top: 16px;
  padding-bottom: 16px;
}

.fix #header .logo a {
  height: 40px;
  padding-left: 61px;
  font-size: 16px;
  line-height: 20px;
}

.fix #header .logo a:before {
  width: 47px;
  height: 40px;
  margin-top: -20px;
}

/* ---------- end HEADER ---------- */
/* ---------- FOOTER ---------- */
#footer {
  width: 100%;
  font-size: 12px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  z-index: 1;
}

/* ---------- end FOOTER ---------- */
/* ---------- CONTENT ---------- */
#main-content {
  position: relative;
  z-index: 2;
}

.post {
  padding: 14px 0px 20px;
  position: relative;
}

._internal-page {
  padding: 38px 0px;
  border-top: 1px solid #7e807d;
  position: relative;
}

.pagination {
  padding: 35px 0px 26px;
  line-height: 16px;
  color: #505253;
  text-align: right;
  position: relative;
}

.pagination .pagination__list {
  position: relative;
}

.pagination .pagination__list .item {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  position: relative;
}

.pagination .pagination__list .item a,
.pagination .pagination__list .item span {
  min-width: 16px;
  margin: 0px 3px 0px 3px;
  display: block;
  color: #505253;
  text-decoration: none;
  text-align: center;
  position: relative;
}

.pagination .pagination__list .item a:hover,
.pagination .pagination__list .item span:hover {
  color: #e8af0a;
}

.pagination .pagination__list .item.active a,
.pagination .pagination__list .item.active span {
  color: #e8af0a;
}

.pagination .pagination__list .item.prev a, .pagination .pagination__list .item.next a {
  width: 6px;
  min-width: 6px;
  height: 9px;
  margin: 4px 8px 0px;
  padding: 0px;
  text-align: left;
  text-indent: -9999em;
  overflow: hidden;
  background-color: transparent;
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
}

.pagination .pagination__list .item.prev:hover a, .pagination .pagination__list .item.next:hover a {
  background-color: transparent;
}

.pagination .pagination__list .item.prev a {
  background-image: url(images/svg/arrow-left-g.svg);
}

.pagination .pagination__list .item.prev:hover a {
  background-image: url(images/svg/arrow-left-y.svg);
}

.pagination .pagination__list .item.next a {
  background-image: url(images/svg/arrow-right-g.svg);
}

.pagination .pagination__list .item.next:hover a {
  background-image: url(images/svg/arrow-right-y.svg);
}

/* doc-page */
.doc-page ._left {
  width: 48.71%;
  float: left;
  position: relative;
}

.doc-page ._right {
  width: 51.29%;
  padding-left: 30px;
  float: right;
}

.doc-page .img {
  padding-bottom: 21px;
}

.doc-page .img img {
  width: 100%;
  display: block;
  position: relative;
}

.doc-list {
  border-top: 1px solid #f9f9f9;
  line-height: 18px;
}

.doc-list .item {
  border-bottom: 1px solid #f9f9f9;
}

.doc-list .item a {
  padding: 18px 45px 13px 80px;
  display: block;
  color: #505253;
  text-decoration: none;
  position: relative;
}
.doc-list .item a:hover {
  color: #e8af0a;
}

.doc-list .item a:before, 
.doc-list .item a:after {
  display: block;
  content: '';
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  position: absolute;
}

.doc-list .item a:before {
  width: 22px;
  height: 26px;
  left: 20px;
  top: 13px;
  background-image: url("images/svg/file.svg");
}
.doc-list .item a:hover:before {
  background-image: url("images/svg/file-h.svg");
}

.doc-list .item a:after {
  width: 16px;
  height: 16px;
  display: none;
  background-image: url("images/svg/save.svg");
  right: 20px;
  top: 19px;
}
.doc-list .item a:hover:after {
  display: block;
}

.doc-list .item a[href$=".pdf"]:before {
  background-image: url("images/svg/pdf.svg");
}
.doc-list .item a[href$=".pdf"]:hover:before {
  background-image: url("images/svg/pdf-h.svg");
}

.doc-list .item a[href$=".jpg"]:before,
.doc-list .item a[href$=".jpeg"]:before {
  background-image: url("images/svg/jpeg.svg");
}
.doc-list .item a[href$=".jpg"]:hover:before,
.doc-list .item a[href$=".jpeg"]:hover:before {
  background-image: url("images/svg/jpeg-h.svg");
}

.doc-list .item a[href$=".doc"]:before,
.doc-list .item a[href$=".docx"]:before {
  background-image: url("images/svg/word.svg");
}
.doc-list .item a[href$=".doc"]:hover:before,
.doc-list .item a[href$=".docx"]:hover:before {
  background-image: url("images/svg/word-h.svg");
}

.doc-list .item a[href$=".xls"]:before,
.doc-list .item a[href$=".xlsx"]:before {
  background-image: url("images/svg/excel.svg");
}
.doc-list .item a[href$=".xls"]:hover:before,
.doc-list .item a[href$=".xlsx"]:hover:before {
  background-image: url("images/svg/excel-h.svg");
}

/* end doc-page */
/* price-post */
.price-post {
  padding-bottom: 22px;
  position: relative;
}

.price-post .hd {
  margin-bottom: 3px;
  padding: 13px 0px 12px;
  border: 1px solid #f9f9f9;
  position: relative;
}

.price-post .hd .tit {
  width: 77%;
  padding: 0px 22px;
  float: left;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.price-post .hd .price {
  width: 23%;
  padding: 0px 22px;
  float: right;
  position: relative;
}

.price-post p {
  padding: 12px 2px;
}

.price-post a {
  color: #505253;
  text-decoration: none;
}

.price-post a:hover {
  color: #e8af0a;
}

/* end price-post */
/* reestr */
.search-reestr {
  width: 100%;
  padding-bottom: 39px;
  display: table;
  position: relative;
}

.search-reestr ._left {
  width: 331px;
  display: table-cell;
  vertical-align: top;
  background: #f9f9f9;
  position: relative;
}

.search-reestr ._right {
  display: table-cell;
  vertical-align: top;
  position: relative;
}

.search-reestr .lb {
  width: 109px;
  padding: 15px 0px 15px 24px;
  line-height: 21px;
  display: block;
  position: relative;
  z-index: 101;
}

.search-reestr .jq-selectbox {
  position: absolute !important;
  top: 0px;
  left: 0px;
}

.search-reestr .jq-selectbox .jq-selectbox__select {
  padding-left: 110px;
}

.search-reestr .jq-selectbox .jq-selectbox__dropdown ul li {
  padding-left: 110px;
}

.search-reestr .fild {
  width: 100%;
  height: 51px;
  display: block;
  border: 1px solid #f9f9f9;
  background: #FFFFFF;
  position: relative;
}

.search-reestr .fild .form-control {
  width: 100%;
  height: 49px;
  padding: 10px 60px 10px 33px;
  border: none;
  background: none;
  font-size: 14px;
  font-weight: 300;
  line-height: 29px;
  position: relative;
}

.search-reestr .fild .submit {
  width: 51px;
  height: 51px;
  background: #e8af0a;
  position: absolute;
  top: -1px;
  right: -1px;
}

.search-reestr .fild .submit:before {
  width: 20px;
  height: 20px;
  margin: -10px 0px 0px -10px;
  display: block;
  content: ' ';
  background-image: url(images/svg/search.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
}

.search-reestr .fild .submit .btn {
  width: 51px;
  height: 51px;
  display: block;
  border: none;
  background: none;
  text-indent: -9999em;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  z-index: 2;
}

.table-reestr {
  position: relative;
}

.table-reestr .mob-over {
  position: relative;
}

.table-reestr .mob-over .mob-width {
  margin: 0 auto;
  position: relative;
}

.table-reestr .status {
  width: 10px;
  height: 10px;
  margin: 0 auto;
  margin-top: 3px;
  display: block;
  text-indent: -9999em;
  overflow: hidden;
  background: #00ff00;
  position: relative;
}

.table-reestr .status._red {
  background: #ff0000;
}

.table-reestr a {
  display: block;
  text-decoration: none;
}

.table-reestr a:hover {
  color: #e8af0a;
  text-decoration: none;
}

/* end reestr */
/* single-page */
.single-page .btn-back {
  margin-bottom: 38px;
  padding: 0px 0px 0px 16px;
  display: inline-block;
  line-height: 16px;
  text-decoration: none;
  position: relative;
}

.single-page .btn-back:before {
  width: 5px;
  height: 9px;
  display: block;
  content: '';
  background-image: url(images/svg/arrow-left-g.svg);
  background-position: 0px 0px;
  background-repeat: no-repeat;
  -moz-background-size: 100% 100%;
       background-size: 100% 100%;
  position: absolute;
  top: 4px;
  left: 0px;
}

.single-page .btn-back:hover {
  color: #e8af0a;
  text-decoration: none;
}

.single-page table td,
.single-page table th {
  padding-left: 34px;
  padding-right: 34px;
  text-align: left;
}

/* end single-page */
/* ---------- end CONTENT ---------- */
@media (max-width: 1220px) {
  .center-box {
    width: 100%;
  }
}

@media (max-width: 1000px) {
  .center-box {
    width: 728px;
  }
  .slick-slider .slick-arrow {
    width: 26px;
    height: 66px;
    margin-top: -33px;
  }
  .grey-panel {
    font-size: 12px;
    letter-spacing: 0px;
  }
  /* ---------- HEADER ---------- */
  #header .logo a {
    font-size: 16px;
    line-height: 20px;
  }
  #header .main-menu {
    font-size: 12px;
    line-height: 16px;
  }
  #header .main-menu .main-menu__list .item {
    padding: 0px 0px 0px 20px;
  }
  /* ---------- end HEADER ---------- */
  /* ---------- CONTENT ---------- */
  /* doc-page */
  .doc-page ._left {
    width: auto;
    float: none;
    padding-bottom: 20px;
    position: relative;
  }
  .doc-page ._right {
    width: auto;
    padding-left: 0px;
    float: none;
  }
  /* end doc-page */
  /* ---------- end CONTENT ---------- */
}

@media screen and (max-width: 767px) {
  html,
  body {
    font-size: 13px;
    line-height: 18px;
  }
  .entry h1,
  .entry h2,
  .entry h3,
  .entry h4,
  .entry h5,
  .entry h6 {
    padding: 11px 0px;
  }
  .entry h1 {
    font-size: 18px;
  }
  .entry h2 {
    font-size: 17px;
  }
  .entry h3 {
    font-size: 16px;
  }
  .entry h4 {
    font-size: 15px;
  }
  .entry h5 {
    font-size: 14px;
  }
  .entry h6 {
    font-size: 13px;
  }
  .entry p {
    padding: 6px 0px;
  }
  .entry ul,
  .entry ol {
    margin: 0px;
    padding: 6px 0px;
  }
  table {
    line-height: 14px;
  }
  table th {
    padding: 15px 10px;
  }
  table td {
    padding: 15px 10px;
  }
  .jq-selectbox {
    font-size: 12px;
  }
  .jq-selectbox .jq-selectbox__select {
    height: 41px;
    padding: 10px 22px 10px 0px;
  }
  .jq-selectbox .jq-selectbox__trigger {
    width: 22px;
  }
  .center-box {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #wrapper {
    padding-top: 0px;
  }
  .grey-panel {
    padding: 3px 0px;
    line-height: 16px;
    text-align: center;
  }
  .grey-panel .center-box {
    height: auto;
    display: block;
  }
  .grey-panel .center-box ._col {
    padding: 5px 0px;
    display: block;
  }
  .grey-panel .center-box ._col._right {
    text-align: center;
  }
  /* ---------- HEADER --------- */
  #header {
    position: relative;
  }
  #header .bottom-header .center-box {
    padding-top: 16px;
    padding-bottom: 16px;
    display: block;
  }
  #header .bottom-header .center-box ._col {
    display: block;
  }
  #header .bottom-header .center-box ._col._right {
    padding-bottom: 0px;
    text-align: left;
  }
  #header .logo {
    margin-right: 30px;
  }
  #header .logo a {
    -webkit-transition: font-size 0s, line-height 0s, padding 0s;
    -moz-transition: font-size 0s, line-height 0s, padding 0s;
    transition: font-size 0s, line-height 0s, padding 0s;
  }
  #header .main-menu {
    width: 100%;
    height: 100%;
    line-height: 22px;
    position: absolute;
    top: 0px;
    right: 0px;
  }
  #header .main-menu .btn-menu {
    display: block;
  }
  #header .main-menu .main-menu__list {
    width: 100%;
    padding: 10px 15px;
    display: none;
    background: #FFFFFF;
    position: absolute;
    top: 100%;
    right: 0px;
  }
  #header .main-menu .main-menu__list .item {
    padding: 5px 0px;
    display: block;
  }
  #header .main-menu.open-menu .main-menu__list {
    display: block;
  }
  .fix #header {
    position: relative;
  }
  .fix #header .grey-panel {
    display: block;
  }
  /* ---------- end HEADER --------- */
  /* ---------- CONTENT ---------- */
  ._internal-page {
    padding: 25px 0px;
  }
  /* doc-page */
  .doc-page .img {
    padding-bottom: 11px;
  }
  .doc-list {
    line-height: 16px;
  }
  .doc-list .item a {
    padding: 15px 25px 13px 40px;
  }
  .doc-list .item a:before {
    left: 0px;
    top: 10px;
  }
  .doc-list .item a:after {
    right: 0px;
    top: 15px;
  }
  /* end doc-page */
  /* price-post */
  .price-post {
    padding-bottom: 32px;
  }
  .price-post .hd {
    margin-bottom: 10px;
  }
  .price-post .hd .tit {
    width: 65%;
    padding: 0px 12px;
  }
  .price-post .hd .price {
    width: 35%;
    padding: 0px 12px;
  }
  .price-post p {
    padding: 6px 2px;
  }
  /* end price-post */
  /* reestr */
  .search-reestr {
    padding-bottom: 29px;
    display: block;
  }
  .search-reestr ._left {
    width: auto;
    margin-bottom: 20px;
    display: block;
  }
  .search-reestr ._right {
    display: block;
  }
  .search-reestr .lb {
    width: 90px;
    padding: 10px 0px 10px 10px;
    line-height: 21px;
  }
  .search-reestr .jq-selectbox .jq-selectbox__select {
    padding-left: 90px;
  }
  .search-reestr .jq-selectbox .jq-selectbox__dropdown ul li {
    padding-left: 90px;
  }
  .search-reestr .fild {
    width: 100%;
    height: 41px;
  }
  .search-reestr .fild .form-control {
    height: 39px;
    padding: 10px 50px 10px 10px;
    font-size: 13px;
    line-height: 19px;
  }
  .search-reestr .fild .submit {
    width: 41px;
    height: 41px;
  }
  .search-reestr .fild .submit:before {
    width: 16px;
    height: 16px;
    margin: -8px 0px 0px -8px;
  }
  .table-reestr .mob-over {
    padding-bottom: 2px;
    overflow-y: hidden;
  }
  .table-reestr .mob-over .mob-width {
    min-width: 560px;
  }
  /* end reestr */
  /* single-page */
  .single-page .btn-back {
    margin-bottom: 28px;
  }
  .single-page .table-reestr .mob-over .mob-width {
    min-width: 450px;
  }
  .single-page table td,
  .single-page table th {
    padding-left: 15px;
    padding-right: 15px;
  }
  /* end single-page */
  /* ---------- end CONTENT ---------- */
}

@media screen and (max-width: 490px) {
  .slick-slider .slick-arrow {
    display: none !important;
  }
  #wrapper {
    padding-bottom: 68px;
  }
  .grey-panel .contact-list .item {
    margin-left: 0px;
    padding-left: 0px;
    display: block;
    border-left: none;
  }
  /* ---------- HEADER --------- */
  #header .logo {
    width: 265px;
  }
  #header .logo a {
    height: 40px;
    padding-left: 61px;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: 0px;
  }
  #header .logo a:before {
    width: 47px;
    height: 40px;
    margin-top: -20px;
  }
  .fix #header .logo a {
    font-size: 13px;
    line-height: 14px;
  }
  /* ---------- end HEADER --------- */
  /* ---------- CONTENT ---------- */
  /* price-post */
  .price-post .hd .tit {
    width: auto;
    padding-bottom: 7px;
    float: none;
  }
  .price-post .hd .price {
    width: auto;
    float: none;
  }
  /* end price-post */
  /* ---------- end CONTENT ---------- */
}
/*# sourceMappingURL=style.css.map */