.justify {
  text-align: justify;
  line-height: 1;
  padding: 0;
  margin: 0;
}
.justify:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.justify > li {
  display: inline-block;
  vertical-align: top;
}
@font-face {
  font-family: 'Plumb';
  src: url('../fonts/plumb/PlumbLightC.woff') format('woff'), url('../fonts/plumb/PlumbLightC.ttf') format('truetype'), url('../fonts/plumb/PlumbLightC.svg#PlumbLightC') format('svg'), url('../fonts/plumb/PlumbLightC.eot?#iefix') format('embedded-opentype'), url('../fonts/plumb/PlumbLightC.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Plumb';
  src: url('../fonts/plumb/PlumbC.woff') format('woff'), url('../fonts/plumb/PlumbC.ttf') format('truetype'), url('../fonts/plumb/PlumbC.svg#PlumbC') format('svg'), url('../fonts/plumb/PlumbC.eot?#iefix') format('embedded-opentype'), url('../fonts/plumb/PlumbC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Plumb';
  src: url('../fonts/plumb/PlumbC-Bold.woff') format('woff'), url('../fonts/plumb/PlumbC-Bold.ttf') format('truetype'), url('../fonts/plumb/PlumbC-Bold.svg#PlumbC-Bold') format('svg'), url('../fonts/plumb/PlumbC-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/plumb/PlumbC-Bold.woff2') format('woff2');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'PlumbBlack';
  src: url('../fonts/plumb/PlumbBlackC.woff') format('woff'), url('../fonts/plumb/PlumbBlackC.ttf') format('truetype'), url('../fonts/plumb/PlumbBlackC.svg#PlumbBlackC') format('svg'), url('../fonts/plumb/PlumbBlackC.eot?#iefix') format('embedded-opentype'), url('../fonts/plumb/PlumbBlackC.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}
html {
  font-size: 18px;
}
body,
html {
  height: 100%;
}
body {
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  background: #fff;
  color: #363636;
}
button,
.btn {
  background: none;
  border: none;
  display: inline-block;
  vertical-align: top;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
button::-moz-focus-inner,
.btn::-moz-focus-inner {
  border: none;
  padding: 0;
}
button:focus,
.btn:focus {
  outline: none;
}
label,
input,
button,
select,
textarea {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.888rem;
  color: #363636;
}
label {
  font-weight: normal;
  cursor: default;
}
select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  border-radius: 0;
  box-shadow: none;
}
select.form-control,
textarea.form-control,
input[type="text"].form-control,
input[type="password"].form-control,
input[type="datetime"].form-control,
input[type="datetime-local"].form-control,
input[type="date"].form-control,
input[type="month"].form-control,
input[type="time"].form-control,
input[type="week"].form-control,
input[type="number"].form-control,
input[type="email"].form-control,
input[type="url"].form-control,
input[type="search"].form-control,
input[type="tel"].form-control,
input[type="color"].form-control,
.input-group input,
.input-group select,
.input-group .dropdown-menu,
.input-group .popover,
.input-group-addon {
  border-radius: 0;
}
input[type="checkbox"]:focus,
input[type="checkbox"]:focus,
input[type="radio"]:focus,
input[type="radio"]:focus {
  outline: none;
  box-shadow: none;
}
input:-webkit-autofill,
input:-webkit-autofill:focus {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
  -webkit-box-shadow: inset 0 0 0 50px white;
}
textarea {
  resize: vertical;
  overflow: hidden;
}
.form-horizontal .control-label {
  padding-top: 0;
}
.form-group {
  margin-bottom: 20px;
}
.form-group button {
  margin-bottom: 0;
}
.form-control {
  font-size: 0.888rem;
  height: 41px;
  border-color: #c3c3c3;
}
.form-control:focus {
  box-shadow: none;
  border-color: #c3c3c3;
}
.input-group-addon {
  background-color: #fff;
}
.input-group-addon + .form-control {
  border-left: transparent;
}
.input-group-addon .glyphicon {
  color: #18a23c;
  font-size: 0.6666rem;
}
.input-group-addon .glyphicon-user {
  font-size: 0.5555rem;
}
blockquote {
  font-size: inherit;
  line-height: inherit;
}
img {
  box-sizing: border-box;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
img.pull-right {
  margin: 0 0 25px 25px;
}
img.pull-left {
  margin: 0 25px 25px 0;
}
.item-image {
  margin-bottom: 25px;
}
.item-image.pull-right {
  margin-left: 25px;
}
.item-image.pull-left {
  margin-right: 25px;
}
.blog .item .item-image {
  margin-bottom: 0;
}
.blog .item .item-image.pull-right {
  margin-left: 0;
}
.blog .item .item-image.pull-left {
  margin-right: 0;
}
.alert {
  border-radius: 0;
}
.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
  text-align: center;
  font-family: 'Plumb', sans-serif;
}
.table > caption + thead > tr:first-child > td,
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > td,
.table > thead:first-child > tr:first-child > th {
  background: #dfdfdf;
  border-color: #fff;
}
.table-hover > tbody > tr:hover {
  background-color: none;
}
.table-hover > tbody > tr:hover > td {
  background-color: #dfdfdf;
}
.table-hover > tbody > tr > td {
  border-top: none;
}
.table-bordered > thead > tr > td,
.table-bordered > thead > tr > th {
  border-bottom-width: 1px;
}
.table-responsive > .table > thead > tr > th,
.table-responsive > .table > tbody > tr > th,
.table-responsive > .table > tfoot > tr > th,
.table-responsive > .table > thead > tr > td,
.table-responsive > .table > tbody > tr > td,
.table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}
.well {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.panel {
  box-shadow: none;
  border-radius: 0;
  border: none;
}
.panel-heading {
  border-radius: 0;
  border: none;
}
.tooltip-inner {
  background-color: #363636;
}
.tooltip.top .tooltip-arrow {
  border-top-color: #363636;
}
.tooltip.top-left .tooltip-arrow {
  border-top-color: #363636;
}
.tooltip.top-right .tooltip-arrow {
  border-top-color: #363636;
}
.tooltip.right .tooltip-arrow {
  border-right-color: #363636;
}
.tooltip.left .tooltip-arrow {
  border-left-color: #363636;
}
.tooltip.bottom .tooltip-arrow {
  border-bottom-color: #363636;
}
.tooltip.bottom-left .tooltip-arrow {
  border-bottom-color: #363636;
}
.tooltip.bottom-right .tooltip-arrow {
  border-bottom-color: #363636;
}
.nav > li > a:hover,
.nav > li > a:focus {
  background: none;
  text-decoration: none;
}
ul,
ol {
  padding-left: 50px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Plumb', sans-serif;
  margin: 0 0 20px;
  line-height: 1.2em;
}
h1 {
  font-size: 3.333rem;
  line-height: 1;
}
h2 {
  font-size: 2.777rem;
  line-height: 1;
}
h3 {
  font-size: 1.666rem;
  line-height: 1;
}
h4 {
  font-size: 1.0555rem;
}
h5 {
  font-size: 0.888rem;
}
h6 {
  font-size: 0.777rem;
}
.page-header {
  margin: 30px 0 0;
  border: none;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6 {
  margin-bottom: 0;
}
a {
  font: inherit;
  color: #18a23c;
  text-decoration: none;
  outline: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:visited {
  color: #18a23c;
}
a:hover,
a:active,
a:focus {
  color: #363636;
  outline: none;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list-num {
  font-family: 'Plumb', sans-serif;
  padding-left: 30px;
  counter-reset: item;
}
.list-num li {
  display: block;
}
.list-num li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #18a23c;
}
.list-circle {
  font-family: 'Plumb', sans-serif;
  list-style: none;
}
.list-circle li {
  position: relative;
}
.list-circle li:before {
  content: '\2022';
  display: block;
  font-size: 14px;
  left: -18px;
  position: absolute;
  top: 1px;
  color: #18a23c;
}
.breadcrumb {
  background: transparent;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  margin-bottom: 0;
  padding: 9px 0 12px;
}
.breadcrumb li {
  color: #18a23c;
  font-size: 0.7222rem;
}
.breadcrumb li a {
  color: #7f7f7f;
  text-decoration: none;
}
.breadcrumb li a:visited {
  color: #7f7f7f;
}
.breadcrumb li a:hover,
.breadcrumb li a:focus,
.breadcrumb li a:active {
  color: #363636;
}
.breadcrumb li.active + li:before {
  content: '';
}
.breadcrumb > .active {
  color: #18a23c;
}
.form textarea + .btn {
  margin-top: -17px;
}
.btn,
a.btn {
  font-family: 'PT Sans', sans-serif;
  font-size: 0.888rem;
  line-height: 1;
  font-weight: normal;
  text-shadow: none;
  border: none;
  padding: 9px 29px 11px;
  outline: none;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  text-decoration: none;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  background: #18a23c;
  color: #fff;
  text-align: center;
}
.btn:visited,
a.btn:visited {
  background: #18a23c;
  color: #fff;
}
.btn:hover,
a.btn:hover {
  background: #67c87f;
  color: #fff;
}
.btn:focus,
.btn:active,
.btn:active:hover,
a.btn:focus,
a.btn:active,
a.btn:active:hover {
  background: #c6c6c6;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.btn-lg,
a.btn.btn-lg {
  font-size: 1.388rem;
  padding: 14px 28px 16px;
  min-width: 172px;
}
.share-icons i {
  background-image: url('../images/social.png');
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 63px;
  height: 63px;
}
.share-icons .icon-vk {
  background-position: 0 0;
}
.share-icons .icon-instagram {
  background-position: -65px 0;
}
.share-icons .icon-twitter {
  background-position: -194px 0;
}
.share-icons .icon-facebook {
  background-position: -129px 0;
}
.share-icons a {
  margin-left: 13px;
}
.share-icons a:first-child {
  margin-left: 0;
}
.share-icons a:hover .icon-vk {
  background-position: 0 bottom;
}
.share-icons a:hover .icon-instagram {
  background-position: -65px bottom;
}
.share-icons a:hover .icon-twitter {
  background-position: -194px bottom;
}
.share-icons a:hover .icon-facebook {
  background-position: -129px bottom;
}
.share-large-icons i {
  background-image: url('../images/social-large.png');
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 77px;
  height: 76px;
}
.share-large-icons .icon-vk {
  background-position: 0 0;
}
.share-large-icons .icon-instagram {
  background-position: -77px 0;
}
.share-large-icons .icon-twitter {
  background-position: -233px 0;
}
.share-large-icons .icon-facebook {
  background-position: -156px 0;
}
.share-large-icons a {
  margin-left: 25px;
}
.share-large-icons a:first-child {
  margin-left: 0;
}
.share-large-icons a:hover .icon-vk {
  background-position: 0 bottom;
}
.share-large-icons a:hover .icon-instagram {
  background-position: -77px bottom;
}
.share-large-icons a:hover .icon-twitter {
  background-position: -233px bottom;
}
.share-large-icons a:hover .icon-facebook {
  background-position: -156px bottom;
}
.social-icons i {
  background-image: url('../images/social-small.png');
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 17px;
  height: 13px;
}
.social-icons .icon-vk {
  background-position: 0 0;
}
.social-icons .icon-instagram {
  background-position: -34px 0;
}
.social-icons .icon-twitter {
  background-position: -95px 0;
}
.social-icons .icon-facebook {
  background-position: -64px 0;
}
.social-icons a {
  margin-left: 11px;
}
.social-icons a:first-child {
  margin-left: 0;
}
.social-icons a:hover .icon-vk {
  background-position: 0 bottom;
}
.social-icons a:hover .icon-instagram {
  background-position: -34px bottom;
}
.social-icons a:hover .icon-twitter {
  background-position: -95px bottom;
}
.social-icons a:hover .icon-facebook {
  background-position: -64px bottom;
}
.social-large-icons i {
  background-image: url('../images/social-medium.png');
  background-repeat: no-repeat;
  background-color: transparent;
  display: inline-block;
  width: 24px;
  height: 19px;
}
.social-large-icons .icon-vk {
  background-position: 0 0;
}
.social-large-icons .icon-instagram {
  background-position: -36px 0;
}
.social-large-icons .icon-twitter {
  background-position: -112px 0;
}
.social-large-icons .icon-facebook {
  background-position: -74px 0;
}
.social-large-icons a {
  margin-left: 10px;
}
.social-large-icons a:first-child {
  margin-left: 0;
}
.social-large-icons a:hover .icon-vk {
  background-position: 0 bottom;
}
.social-large-icons a:hover .icon-instagram {
  background-position: -36px bottom;
}
.social-large-icons a:hover .icon-twitter {
  background-position: -112px bottom;
}
.social-large-icons a:hover .icon-facebook {
  background-position: -74px bottom;
}
.chosen-container {
  font-family: 'Plumb', sans-serif;
  font-size: 1rem;
}
.chosen-container .chosen-results li {
  white-space: nowrap;
  padding: 15px 13px;
}
.chosen-container .chosen-results li.result-selected {
  color: #000;
}
.chosen-container .chosen-results li.highlighted {
  background: none;
  color: #18a23c;
}
.chosen-container-single .chosen-single {
  background: #f0f0f0;
  border: none;
  border-radius: 0;
  box-shadow: none;
  height: 56px;
  padding: 18px 0px 18px 17px;
}
.chosen-container-single .chosen-single span {
  margin-right: 30px;
  text-decoration: underline;
}
.chosen-container-single .chosen-single div {
  width: 30px;
  z-index: 1011;
}
.chosen-container-single .chosen-single div b {
  background: url('../images/arrow-small.png') 0 0 no-repeat transparent;
  display: block;
  width: 5px;
  height: 3px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -2px 0 0 -2px;
}
.chosen-container-single .chosen-drop {
  background: #f0f0f0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin-top: 0px;
}
.chosen-container-active.chosen-with-drop .chosen-single {
  background-image: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: 0 bottom;
}
.wrapper {
  min-height: 100%;
  position: relative;
}
.container {
  width: 1190px !important;
}
.inner {
  position: relative;
}
.tabular {
  display: table;
  width: 100%;
  height: 100%;
}
.tabular > div,
.tabular > li {
  display: table-cell;
  vertical-align: middle;
}
.menu {
  padding-left: 0;
  margin-bottom: 0;
}
.page {
  overflow: hidden;
  padding-bottom: 143px;
}
.title {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 1.6666rem;
  padding-bottom: 35px;
  margin: 0 auto 40px;
  display: inline-block;
  position: relative;
}
.title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -50px;
  width: 100px;
  background: #18a23c;
  height: 2px;
  display: block;
}
.big {
  text-transform: uppercase;
  margin-top: 30px;
  padding-bottom: 15px;
}
.item-page,
.blog {
  padding-bottom: 30px;
}
.blog {
  padding-top: 20px;
}
.blog .page-header {
  margin-top: 0;
}
.blog .page-header a {
  color: #363636;
  text-decoration: underline;
}
.blog .page-header a:hover,
.blog .page-header a:active,
.blog .page-header a:visited {
  text-decoration: none;
}
.blog .item {
  margin-bottom: 50px;
}
.blog .article-info {
  margin-bottom: 12px;
}
.article-info {
  list-style: none;
  padding-left: 0;
  margin-bottom: 35px;
}
.article-info li {
  font-size: 0.7222rem;
  margin-bottom: 5px;
}
.article-info li span {
  color: #fff;
  background: #363636;
  display: inline-block;
  padding: 2px 8px;
}
.article-info li time {
  color: #a7a7a7;
}
.article-info .published + .category-name {
  margin-top: 20px;
}
.pagination-box {
  margin: 20px 0 40px;
}
.pagination-box:before,
.pagination-box:after {
  content: " ";
  display: table;
}
.pagination-box:after {
  clear: both;
}
.pagination-box .counter,
.pagination-box .pagination {
  float: left;
}
.pagination-box .counter {
  color: #2e2e2e;
  font-size: 0.777rem;
  margin: 0;
  padding: 5px 0;
}
.pagination-box .pagination {
  margin: 0;
}
.pagination-box .counter + .pagination {
  margin-left: 15px;
}
.pagination > li > a,
.pagination > li > span {
  background-color: #f1f1f1;
  border: 1px solid #f1f1f1;
  font-size: 0.7222rem;
  color: #2e2e2e;
  padding: 4px 10px;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  background-color: #18a23c;
  border-color: #18a23c;
}
.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover {
  background-color: #363636;
  border-color: #363636;
  color: #fff;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-radius: 0;
}
header {
  background: url('../images/bg.jpg') center 0 no-repeat transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
}
header .top {
  border-top: 30px solid #292929;
  min-height: 110px;
}
header .tabular {
  height: 80px;
}
header .nav-box {
  position: relative;
}
header .nav-box:before {
  background: rgba(36,36,36,0.8);
  bottom: 0;
  content: ".";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
}
header .nav-box:after {
  background: rgba(36,36,36,0.8);
  bottom: 0;
  content: ".";
  position: absolute;
  left: 100%;
  top: 0;
  width: 9999px;
}
header .logo {
  background: rgba(36,36,36,0.8);
  width: 215px;
}
header .menu-box {
  margin-left: 200px;
}
header .menu-box ul li {
  background: rgba(36,36,36,0.8);
  text-align: center;
  position: relative;
}
header .menu-box ul li a {
  color: #c4c4c4;
  font-size: 0.7222rem;
  height: 80px;
  padding: 32px 12px;
  display: block;
}
header .menu-box ul li:hover a {
  color: #18a23c;
  text-decoration: none;
}
header .menu-box ul li.active {
  background: none;
}
header .menu-box ul li.active:before {
  content: '';
  display: block;
  height: 3px;
  background: #18a23c;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
header .menu-box ul li.active a {
  color: #c4c4c4;
}
header .menu-box ul .item-101 {
  display: none;
}
header .social-box {
  background: rgba(36,36,36,0.8);
  padding-left: 65px;
  text-align: right;
  width: 185px;
}
header .sub-top {
  padding: 42px 0;
}
header .sub-top h2 {
  margin: 0;
  color: #fff;
}
footer {
  background: url('../images/bg-down.jpg') center bottom no-repeat transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  bottom: 0;
  height: 143px;
  left: 0;
  position: absolute;
  width: 100%;
}
footer .under-box {
  background: rgba(36,36,36,0.8);
  height: 143px;
  color: #c4c4c4;
  font-size: 0.7222rem;
}
footer .under-box a {
  text-decoration: none;
  color: #c4c4c4;
}
footer .under-box a:hover {
  color: #18a23c;
}
footer .under-box .box {
  display: inline-block;
  text-align: left;
  line-height: 1rem;
  padding: 50px 0;
}
footer .under-box .address + .address {
  position: relative;
  margin-left: 7px;
  padding-left: 7px;
}
footer .under-box .address + .address:before {
  content: '';
  position: absolute;
  top: 3px;
  left: 0;
  width: 2px;
  bottom: 4px;
  background: #494949;
}
footer .under-box .telephone {
  font-size: 1rem;
}
footer .under-box .telephone span {
  color: #fff;
}
.application-page .page {
  padding-bottom: 695px;
}
.application-page footer {
  height: 695px;
}
.social-page .page {
  padding-bottom: 421px;
}
.social-page footer {
  height: 421px;
}
.application-page.social-page .page {
  padding-bottom: 973px;
}
.application-page.social-page footer {
  height: 973px;
}
.slideshow-page .main {
  padding-top: 110px;
  background: url('../images/bg.jpg') center 0 no-repeat transparent;
}
.slideshow-page header {
  background: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.service-page .item-page {
  padding: 50px 0;
  color: #767676;
}
.moduletable.catalog-main-desc {
  padding: 50px 0;
  color: #767676;
}
.social-page-box {
  position: relative;
  padding: 70px 0;
}
.social-page-box .moduletable {
  margin: 0 auto;
  width: 655px;
}
.social-page-box .text {
  color: #fff;
  font-size: 1.2222rem;
  margin-bottom: 25px;
}
.application-box {
  position: relative;
  padding: 70px 0;
}
.application-box .moduletable {
  margin: 0 auto;
  width: 655px;
}
.application-box input,
.application-box textarea,
.application-box .input-group-addon {
  background: none;
  color: #fff;
}
.application-box textarea {
  padding-top: 20px;
  height: 220px;
  resize: none;
  text-align: center;
}
.social-page-box + .application-box:before {
  background: #3f3f3f;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  margin: 0 auto 0 -400px;
  position: absolute;
  top: 0;
  width: 800px;
}
.contact-box {
  width: 700px;
  margin: 60px auto 0;
}
.contact-box .item {
  position: relative;
  padding-left: 70px;
  font-family: 'Plumb', sans-serif;
  margin-bottom: 30px;
}
.contact-box .item a {
  color: #363636;
}
.contact-box .item a:hover,
.contact-box .item a:active,
.contact-box .item a:focus {
  text-decoration: none;
}
.contact-box .item a.tel-text {
  font-size: 1.9444rem;
}
.contact-box .item a.mail-text {
  color: #18a23c;
}
.contact-box .phone-icon:before {
  content: "";
  display: block;
  background: url('../images/icon-contact.png') 0 0 no-repeat transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 41px;
}
.contact-box .email-icon:before {
  content: "";
  display: block;
  background: url('../images/icon-contact.png') 0 -41px no-repeat transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 41px;
}
.contact-box .address-first-icon:before {
  content: "";
  display: block;
  background: url('../images/icon-contact.png') 0 -82px no-repeat transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 41px;
}
.contact-box .address-second-icon:before {
  content: "";
  display: block;
  background: url('../images/icon-contact.png') 0 -123px no-repeat transparent;
  position: absolute;
  top: 0;
  left: 0;
  width: 55px;
  height: 41px;
}
#first:hover,
#first:active,
#second:hover,
#second:active {
  text-decoration: underline;
}
#map {
  height: 430px;
  width: 100%;
}
#map .title {
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.category-menu {
  margin: 30px 0;
}
.category-menu li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px 7px;
}
.category-menu li a {
  color: #9c9c9c;
  font-size: 0.888rem;
  display: inline-block;
  line-height: 1rem;
}
.category-menu li a:hover,
.category-menu li a:active,
.category-menu li a:focus {
  text-decoration: none;
}
.category-menu li:not(.current) a {
  border-bottom: 1px dotted #9c9c9c;
}
.category-menu li:not(.current) a:hover {
  color: #363636;
  border-bottom: none;
}
.category-menu .current {
  background: #f1f1f1;
}
.category-menu .current a {
  color: #18a23c;
}
.share-icons {
  margin-bottom: 70px;
}
.slider-box:before,
.slider-box:after {
  content: " ";
  display: table;
}
.slider-box:after {
  clear: both;
}
.news-box {
  background: #f6f6f6;
  padding: 80px 0;
}
.news-box .title {
  color: #363636;
}
.object-box {
  background: #fafafa;
  padding: 80px 0;
  text-align: center;
}
.object-box .title {
  color: #363636;
}
.object-box .category-menu {
  margin: 0;
}
.object-box .gallery-menu-box {
  margin-bottom: 55px;
}
.newsflash .item-box {
  border: 1px solid #d8d8d8;
  border-top: 3px solid #18a23c;
  background: #fff;
  padding: 40px;
}
.newsflash .item {
  text-align: left;
  font-size: 0.777rem;
  color: #767676;
}
.newsflash .item h4 {
  text-transform: uppercase;
}
.newsflash .item h4 a {
  color: #363636;
}
.newsflash .news-img {
  margin: 20px 0;
  overflow: hidden;
  max-height: 85px;
}
.about-box {
  background: -moz-linear-gradient(top,rgba(24,162,60,0.5) 0%,#18a23c 21%,#18a23c 100%);
  background: -webkit-linear-gradient(top,rgba(24,162,60,0.5) 0%,#18a23c 21%,#18a23c 100%);
  background: linear-gradient(to bottom,rgba(24,162,60,0.5) 0%,#18a23c 21%,#18a23c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8018a23c',endColorstr='#18a23c',GradientType=0);
}
.about-box .inner {
  padding: 80px 50px 105px;
  text-align: center;
}
.about-box .item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 20px 0;
  width: 350px;
}
.about-box .item .img {
  margin-bottom: 20px;
}
.about-box .item .name {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.3888rem;
  margin-bottom: 5px;
}
.about-box .item .desc {
  color: #b2ffc6;
  font-size: 0.777rem;
}
.banner-box {
  margin-top: -30px;
  background-color: transparent;
  background-position: center top;
  background-repeat: no-repeat;
  height: 358px;
  text-align: center;
}
.banner-box .inner {
  padding: 105px 180px 0px;
}
.banner-box .desc {
  color: #bfbfbf;
}
.attendance-box .inner {
  padding: 55px 0;
  text-align: center;
}
.attendance-box .item {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px;
  margin: 20px 0;
  width: 380px;
  text-align: left;
}
.attendance-box .item .img {
  margin-bottom: 20px;
  float: left;
  width: 53px;
  text-align: right;
}
.attendance-box .item .text {
  margin-left: 73px;
}
.attendance-box .item .name {
  text-transform: uppercase;
  font-size: 1rem;
  margin-bottom: 15px;
}
.attendance-box .item .desc {
  font-size: 0.777rem;
}
.offer-box {
  padding: 40px 0;
  background: #fafafa;
}
.offer-box .item {
  max-width: 478px;
  margin: 25px 0;
}
.offer-box .header {
  margin-bottom: 5px;
}
.offer-box .header:before,
.offer-box .header:after {
  content: " ";
  display: table;
}
.offer-box .header:after {
  clear: both;
}
.offer-box .img {
  float: left;
  width: 53px;
  margin-top: 5px;
}
.offer-box .name {
  margin-left: 53px;
  font-size: 1rem;
  text-transform: uppercase;
}
.offer-box .name a {
  color: #363636;
}
.offer-box .text {
  color: #767676;
  font-size: 0.777rem;
  margin-bottom: 15px;
  max-width: 440px;
}
.offer-box .images {
  margin-bottom: 15px;
}
.offer-box .icon-left .img {
  margin-left: -10px;
}
.banner-big-box {
  background: url('../images/bg.jpg') center 0 no-repeat transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0;
  margin: 40px 0;
}
.banner-big-box .text {
  color: #fff;
  text-align: center;
  font-size: 1.2222rem;
  padding: 0 50px;
}
.gift-box {
  margin: 40px 0;
}
.gift-box .inner {
  background: url('../images/banner.jpg') center 0 no-repeat transparent;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 0 129px 0 358px;
  height: 140px;
}
.gift-box .inner .text {
  font-family: 'Plumb', sans-serif;
  line-height: 1.1;
}
.gift-box .inner .g1 {
  font-size: 1.4444rem;
  color: #d7d7d7;
}
.gift-box .inner .g2 {
  font-size: 1.6666rem;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.gift-box .inner .g3 {
  font-size: 1.1111rem;
  color: #18a23c;
}
.object-box .obj-category ul {
  margin: 30px 0;
  padding-left: 0;
}
.object-box .obj-category ul li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 20px 7px;
}
.object-box .obj-category ul li a {
  color: #9c9c9c;
  font-size: 0.888rem;
  display: inline-block;
  line-height: 1rem;
}
.object-box .obj-category ul li a:hover,
.object-box .obj-category ul li a:active,
.object-box .obj-category ul li a:focus {
  text-decoration: none;
}
.object-box .obj-category ul li:not(.current) a {
  border-bottom: 1px dotted #9c9c9c;
}
.object-box .obj-category ul li:not(.current) a:hover {
  color: #363636;
  border-bottom: none;
}
.object-box .obj-category ul .current {
  background: #f1f1f1;
}
.object-box .obj-category ul .current a {
  color: #18a23c;
}
.object-box .obj-images {
  padding: 0;
  margin: 0;
  list-style: none;
}
.object-box .obj-images:before,
.object-box .obj-images:after {
  content: " ";
  display: table;
}
.object-box .obj-images:after {
  clear: both;
}
.object-box .obj-images .item {
  float: left;
  width: 20%;
  padding: 0 30px;
}
.object-box .obj-images .item .img {
  margin-bottom: 15px;
}
.object-box .obj-images .item .img a {
  display: block;
  margin: 0 auto;
  position: relative;
  width: 155px;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.object-box .obj-images .item .img a:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  opacity: 0;
  -moz-transition: 0.3s opacity ease;
  -o-transition: 0.3s opacity ease;
  -webkit-transition: 0.3s opacity ease;
  transition: 0.3s opacity ease;
}
.object-box .obj-images .item .img a:hover:after {
  opacity: 1;
  background: url('../images/icon-plus.png') center center no-repeat rgba(0,150,64,0.7);
}
.object-box .obj-images .item .img a img {
  height: 155px;
  max-width: none;
}
.object-box .obj-images .item .desc {
  font-size: 0.777rem;
  color: #767676;
  line-height: 1.2;
}
.gallery {
  padding-bottom: 30px;
}
.gallery-menu-box ul {
  padding-left: 0;
}
.jg_category h1,
.jg_category h2,
.jg_category h3 {
  text-transform: uppercase;
}
.jg_catdescr {
  text-align: left;
  font-size: 1.2222rem;
  color: #767676;
  padding: 15px 0;
}
img.jg_photo,
.jg_minis a img {
  border: none;
}
a:hover img.jg_photo,
.jg_minis a:hover img {
  border: none;
}
img.jg_photo {
  margin: 0;
  padding: 0;
}
.jg_imgalign_catimgs a,
.jg_topelem_photo a {
  display: inline-block;
  position: relative;
}
.jg_imgalign_catimgs a:after,
.jg_topelem_photo a:after {
  content: '';
  background: url('../images/icon-plus.png') center center no-repeat rgba(0,150,64,0.7);
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.jg_imgalign_catimgs a:hover:after,
.jg_topelem_photo a:hover:after {
  opacity: 1;
}
.slider {
  float: left;
  width: 100%;
  height: 550px;
  position: relative;
}
.slider .sliderContent {
  float: left;
  width: 100%;
  height: 484px;
  clear: both;
  position: relative;
  overflow: hidden;
}
.slider .sliderContent .item {
  position: absolute;
  width: 100%;
  height: 484px;
  padding: 0 0 35px;
}
.slider .sliderContent a {
  outline: none;
}
.slider .sliderBullets {
  float: left;
  width: 100%;
  text-align: center;
  margin: 20px 0;
}
.slider .sliderBullets a {
  display: inline-block;
  vertical-align: middle;
  width: 12px;
  height: 12px;
  background: #e8e8e8;
  text-indent: -9999px;
  margin: 0px 14px;
  border: 2px solid #232323;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.slider .sliderBullets a.active {
  border-color: #18a23c;
  background: none;
}
.slider .tabular > div {
  vertical-align: bottom;
}
.slider .slide {
  width: 860px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
}
.slider .name {
  font-family: 'PlumbBlack', sans-serif;
  font-size: 3.333rem;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 30px;
}
.slider .name span {
  display: inline-block;
  width: 100%;
}
.slider .name span + span {
  color: #18a23c;
}
.slider .text {
  font-family: 'Plumb', sans-serif;
  font-size: 1.9444rem;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
}
.slider .desc {
  color: #cdcdcd;
  margin-bottom: 20px;
}
.slider .desc span {
  color: #18a23c;
}
.slider .btn,
.slider a.btn {
  background: rgba(24,255,60,0.26);
  color: #18a23c;
  font-size: 0.7222rem;
  padding: 8px 11px;
}
.slider .btn:visited,
.slider a.btn:visited {
  background: rgba(24,255,60,0.26);
  color: #18a23c;
}
.slider .btn:hover,
.slider a.btn:hover {
  background: #18a23c;
  color: #fff;
}
.slider .btn:focus,
.slider .btn:active,
.slider .btn:active:hover,
.slider a.btn:focus,
.slider a.btn:active,
.slider a.btn:active:hover {
  background: #c6c6c6;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.carousel-box .bx-controls-direction a {
  background-image: url('../images/arrows.png');
  background-color: transparent;
  background-repeat: no-repeat;
  width: 38px;
  height: 75px;
  margin-top: -37px;
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
.carousel-box .bx-controls-direction .bx-prev {
  background-position: 0 0;
  left: 0;
}
.carousel-box .bx-controls-direction .bx-prev:hover {
  background-position: 0 bottom;
}
.carousel-box .bx-controls-direction .bx-next {
  background-position: -38px 0;
  right: 0;
}
.carousel-box .bx-controls-direction .bx-next:hover {
  background-position: -38px bottom;
}
.catalog-menu {
  padding: 50px 0;
  margin: 0;
}
.catalog-menu li {
  display: inline-block;
  vertical-align: top;
  padding: 5px 12px 7px;
  font-size: 1rem;
  text-transform: uppercase;
}
.catalog-menu li a {
  color: #363636;
  display: inline-block;
  line-height: 1rem;
}
.catalog-menu li a:hover,
.catalog-menu li a:active,
.catalog-menu li a:focus {
  text-decoration: none;
}
.catalog-menu li:not(.current) a {
  border-bottom: 1px dotted #363636;
}
.catalog-menu li:not(.current) a:hover {
  color: #363636;
  border-bottom: none;
}
.catalog-menu .current {
  background: #18a23c;
}
.catalog-menu .current a {
  color: #fff;
}
.jshop_list_product {
  background: #fafafa;
  position: relative;
}
.jshop_list_product:before {
  background: #fafafa;
  bottom: 0;
  content: ".";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9999px;
}
.jshop_list_product:after {
  background: #fafafa;
  bottom: 0;
  content: ".";
  position: absolute;
  left: 100%;
  top: 0;
  width: 9999px;
}
.category_description {
  padding: 50px 0;
  color: #767676;
}
.category_description + .catalog-menu {
  padding-top: 0;
}
.product {
  margin-bottom: 47px;
}
.product .image a {
  position: relative;
  display: inline-block;
}
.product .name {
  background: rgba(24,162,60,0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  padding: 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  width: 100%;
  opacity: 1;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.product:hover .name {
  opacity: 0;
}
.productfull {
  padding-top: 50px;
}
.productfull h1,
.productfull h2,
.productfull h3,
.productfull h4,
.productfull h5,
.productfull h6 {
  margin-top: 40px;
}
.productfull h1 {
  margin-top: 0;
  margin-bottom: 40px;
}
.productfull h3 {
  font-size: 1.9444rem;
}
.productfull .gallery-block {
  float: left;
  width: 525px;
  margin-right: 40px;
}
.productfull .product-block {
  overflow: hidden;
}
.productfull .short-description {
  color: #767676;
  font-size: 0.888rem;
  margin-bottom: 30px;
}
.productfull .short-description h1,
.productfull .short-description h2,
.productfull .short-description h3,
.productfull .short-description h4,
.productfull .short-description h5,
.productfull .short-description h6,
.productfull .short-description ul,
.productfull .short-description ol,
.productfull .short-description table {
  color: #363636;
}
.productfull .share-icons {
  margin-bottom: 30px;
}
.productfull .description {
  color: #767676;
}
.productfull .description ol {
  font-family: 'Plumb', sans-serif;
  padding-left: 30px;
  counter-reset: item;
}
.productfull .description ol li {
  display: block;
}
.productfull .description ol li:before {
  content: counter(item) ". ";
  counter-increment: item;
  color: #18a23c;
}
.productfull .description ul {
  font-family: 'Plumb', sans-serif;
  list-style: none;
}
.productfull .description ul li {
  position: relative;
}
.productfull .description ul li:before {
  content: '\2022';
  display: block;
  font-size: 14px;
  left: -18px;
  position: absolute;
  top: 1px;
  color: #18a23c;
}
.productfull .description h1,
.productfull .description h2,
.productfull .description h3,
.productfull .description h4,
.productfull .description h5,
.productfull .description h6,
.productfull .description ul,
.productfull .description ol,
.productfull .description table {
  color: #363636;
}
.productfull .price {
  font-family: 'Plumb', sans-serif;
  font-size: 2.2222rem;
  white-space: nowrap;
}
.productfull .price span {
  font-weight: bold;
}
.productfull .price i {
  font-size: 1.6666rem;
}
.productfull .product-option {
  margin: 40px 0;
}
.gallery-default .product-slider {
  padding: 0;
  margin: 0;
}
.gallery-default .bx-wrapper {
  margin-bottom: 0;
}
.gallery-default .bx-pager-item {
  float: left;
}
.modal {
  text-align: center;
}
.modal button.close {
  display: none;
}
.modal .form-alert {
  color: #363636;
}
@media screen and (min-width: 768px) {
  .modal:before {
    display: inline-block;
    vertical-align: middle;
    content: " ";
    height: 100%;
  }
}
.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
  width: 756px;
}
.modal-content {
  border-radius: 0;
  box-shadow: none;
  text-align: center;
  color: #363636;
}
.modal-content .modal-header {
  border: none;
  padding-left: 50px;
  padding-right: 50px;
}
.modal-content .modal-title {
  color: #363636;
  position: relative;
}
.modal-content .modal-title.title {
  margin: 25px auto 0px;
  padding-bottom: 30px;
  border-bottom: none;
}
.modal-content .modal-body {
  padding-right: 50px;
  padding-left: 50px;
}
.modal-content .modal-product {
  max-width: 505px;
  margin: 0 auto 35px;
}
.modal-content .modal-product > .name {
  font-weight: bold;
  text-decoration: underline;
  display: inline-block;
  width: 100%;
  text-align: center;
  border: none;
  background: none;
  font-size: 1rem;
  outline: none !important;
  cursor: default;
}
.modal-content .form {
  margin-bottom: 40px;
}
.modal-content .form textarea {
  height: 220px;
  padding-top: 20px;
  resize: none;
  text-align: center;
}
label.error {
  color: #ff0000;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  font-size: 0.7222rem;
  text-align: left;
}
.form-wrapper {
  position: relative;
}
.form-alert {
  color: #fff;
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.form.invisible .btn {
  -moz-transition: none;
  -o-transition: none;
  -webkit-transition: none;
  transition: none;
}
