body {
  font-family: 'Roboto';
  font-size: 14px;
  line-height: 1.4;
  color: #464646; }

body a {
  color: #009143;
  outline: none; }

button {
  cursor: pointer; }

.mbtn {
  display: inline-block;
  font-size: 17px;
  font-weight: bold;
  padding: 8px 30px;
  border: none;
  border-radius: 3px;
  outline: none;
  text-align: center; }

.mbtn-lg {
  font-size: 22px;
  padding: 10px 35px;
  border-radius: 5px; }

.mbtn-primary {
  color: #fff !important;
  text-decoration: none !important;
  text-shadow: 1px 1px 0 rgba(21, 21, 21, 0.68);
  background: -webkit-linear-gradient(#009143, #007335);
  background: -o-linear-gradient(#009143, #007335);
  background: linear-gradient(#009143, #007335); }

.mbtn-primary:hover {
  color: #fff;
  text-decoration: none;
  background: -webkit-linear-gradient(#007335, #009143);
  background: -o-linear-gradient(#007335, #009143);
  background: linear-gradient(#007335, #009143); }

.mbtn-default {
  color: #464646;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.68);
  background: -webkit-linear-gradient(#fff, #cacaca);
  background: -o-linear-gradient(#fff, #cacaca);
  background: linear-gradient(#fff, #cacaca);
  box-shadow: 0 0 0 5px rgba(20, 20, 20, 0.07); }

.mbtn-default:hover {
  color: #464646;
  text-decoration: none;
  background: -webkit-linear-gradient(#cacaca, #fff);
  background: -o-linear-gradient(#cacaca, #fff);
  background: linear-gradient(#cacaca, #fff); }

.form-control {
  font-size: 14px;
  color: #464646;
  border-color: #959595;
  padding: 9px 20px;
  border-radius: 0;
  box-shadow: 1px 1px 6px rgba(21, 21, 21, 0.3) inset; }

/*header*/
header {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  z-index: 500; }

header.active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }

.header-topline {
  background: #e5e3da url("../images/system/bg-grey.jpg") 50% 50% repeat;
  color: #464646;
  font-size: 14px;
  padding: 15px 0; }

.header-logo {
  position: relative;
  font-size: 18px;
  line-height: 1;
  font-weight: 300; }

.header-logo a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

.header-logo img {
  display: block;
  width: 96px;
  margin-right: 17px; }

.header-logo div {
  width: 141px; }

.header-logo span {
  position: relative;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 500; }

.header-logo span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #808080; }

.header-logo p {
  padding: 0;
  margin: 0;
  letter-spacing: 0.5px; }

.header-bottomline {
  background: #e8ebe2; }

.header-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500; }

.header-menu a, .header-menu SPAN {
  display: block;
  color: #464646;
  padding: 0 25px;
  line-height: 50px; }

.header-menu li.active a {
  cursor: default;
  color: #fff;
  background: #009746;
  text-decoration: none; }

.header-address {
  width: 240px;
  font-size: 14px;
  color: #363636; }

.header-phone {
  display: inline-block;
  white-space: nowrap;
  font-size: 18px;
  color: #898989; }

.header-phone span {
  color: #363636;
  font-size: 22px; }

.header-phone:hover {
  text-decoration: none;
  color: #000; }

.btn-menu {
  display: block;
  width: 40px;
  height: 40px;
  font-size: 30px;
  text-align: center;
  line-height: 40px;
  color: #363636; }

.btn-menu:hover {
  text-decoration: none;
  color: #00833d; }

.mobile-global {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 35px 30px;
  background: url("../images/system/bg-green.jpg") 0 0 no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: transform 0.2s;
  -o-transition: transform 0.2s;
  transition: transform 0.2s;
  z-index: 1000; }

.mobile-global.active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0); }

.mobile-global a {
  text-decoration: none; }

.mobile-global a:hover {
  text-decoration: underline; }

.mobile-global-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 24px;
  height: 24px;
  background: url("../images/system/close-button.svg") 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  opacity: .5;
  z-index: 10; }

.mobile-global-close:hover {
  opacity: 1; }

.mobile-global-content {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1; }

.mobile-menu {
  list-style: none;
  margin: 0;
  padding: 0; }

.mobile-menu a, .mobile-menu SPAN {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  padding: 10px 15px;
  color: #fff; }

.global-content-item {
  padding: 15px 15px; }

.mobile-global .header-phone {
  color: rgba(255, 255, 255, 0.8); }

.mobile-global .header-phone span {
  color: #fff; }

.mobile-global .header-address {
  width: auto;
  color: #fff;
  margin-top: 15px; }

/*footer*/
.footer-b-line {
  background: #008d41 url("../images/system/bg-footer.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  font-size: 14px;
  overflow: hidden; }

.footer-b-line a {
  color: #fff; }

.footer-b-line a:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.7); }

.footer-b {
  margin-bottom: 68px; }

.footer-info {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  padding: 60px 0; }

.footer-map {
  width: 367px;
  height: 470px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

.footer-logo {
  position: relative;
  font-size: 18px;
  line-height: 1;
  font-weight: 300;
  margin-top: -12px; }

.footer-logo a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

.footer-logo img {
  display: block;
  width: 96px;
  margin-right: 17px; }

.footer-logo div {
  width: 141px; }

.footer-logo span {
  position: relative;
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-weight: 500; }

.footer-logo span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #fff; }

.footer-logo p {
  padding: 0;
  margin: 0; }

.footer-item {
  margin-bottom: 30px; }

.footer-recall {
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  color: #464646 !important;
  padding: 6px 20px;
  background: -webkit-linear-gradient(#fff, #cacaca);
  background: -o-linear-gradient(#fff, #cacaca);
  background: linear-gradient(#fff, #cacaca);
  border-radius: 3px;
  box-shadow: 0 0 0 5px rgba(20, 20, 20, 0.07); }

.footer-recall:hover {
  color: #464646;
  text-decoration: none;
  background: -webkit-linear-gradient(#cacaca, #fff);
  background: -o-linear-gradient(#cacaca, #fff);
  background: linear-gradient(#cacaca, #fff); }

.footer-copy {
  color: rgba(255, 255, 255, 0.7); }

.footer-phone {
  display: inline-block;
  font-size: 18px; }

.footer-phone span {
  font-size: 22px; }

/*main*/
.block-padd {
  padding: 50px 0; }

.block-padd-mini {
  padding: 30px 0; }

.bg-grey {
  background: #e5e3da url("../images/system/bg-grey.jpg") 50% 50% repeat; }

.bg-green {
  background: #00833d url("../images/system/bg-green.jpg") 50% 50% repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.block-bd {
  border: 10px solid #fff;
  padding: 40px 30px;
  position: relative;
  margin-bottom: 55px; }

.block-bd-mbtn {
  position: relative;
  text-align: center;
  z-index: 2;
  margin-bottom: -65px; }

.consultation {
  margin-top: 55px;
  margin-bottom: 70px;
  padding: 30px 25px;
  background: #e8ebe2;
  border: 10px solid #fff;
  box-shadow: 0 7px 16px rgba(21, 21, 21, 0.19); }

.consultation-img {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  box-shadow: 0 7px 16px rgba(21, 21, 21, 0.19);
  margin: -95px 0 10px 10px; }

.consultation-phone {
  font-size: 14px;
  color: #464646;
  line-height: 1; }

.consultation-phone a {
  display: inline-block;
  font-size: 18px;
  color: #898989;
  margin-top: 5px; }

.consultation-phone a:hover {
  text-decoration: none; }

.consultation-phone a span {
  font-size: 22px;
  color: #363636; }

.consultation-boximg {
  width: 225px;
  padding-right: 30px;
  margin-bottom: -10px;
  position: relative; }

.consultation-content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1; }

.consultation-content h3 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #363636;
  padding: 0;
  margin: 0 0 5px 0; }

.consultation-content h3 + p {
  font-size: 14px;
  line-height: 1.2;
  color: #464646;
  padding: 0;
  margin-bottom: 15px; }

.consultation .mbtn {
  width: 170px; }

.page-title-bottom {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #363636;
  text-align: center;
  position: relative; }

.block-padd .page-title-bottom {
  margin-bottom: -20px; }

.page-title-bottom span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  padding-right: 23px; }

.page-title-bottom span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  background: #009143;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-title-bottom span:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  background: #009143;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-title {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #363636;
  text-align: center;
  position: relative;
  margin-bottom: 30px; }

.page-title span {
  display: inline-block;
  position: relative;
  padding-left: 23px;
  padding-right: 23px; }

.page-title span:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  background: #009143;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.page-title span:before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  width: 9px;
  height: 9px;
  background: #009143;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.advantages {
  background: #e8ebe2;
  padding: 35px 0; }

.advantages-list-line {
  width: 2px;
  background: #cccec7;
  border-left: 1px solid #fff; }

.advantages-list-img {
  margin-right: 18px; }

.advantages-list-img img {
  display: block; }

.advantages-list-text {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 1.3;
  color: #464646;
  text-transform: uppercase; }

.wellcome {
  background: #008a40 url("../images/system/bg-wellcome.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff; }

.wellcome-body {
  padding: 80px 50% 80px 60px;
  position: relative;
  z-index: 5; }

.wellcome-body:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -47px;
  width: 596px;
  height: 488px;
  background: url("../images/system/car.png") 0 0 no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  z-index: -1; }

.wellcome-body ul {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
  font-weight: 300;
  color: #cae6d1;
  font-size: 18px;
  text-transform: uppercase; }

.wellcome-body li {
  margin-top: 5px;
  position: relative; }

.wellcome-body li:first-child {
  margin-top: 0; }

.ul-l {
  color: #cae6d1;
  width: 50%;
  position: relative;
  z-index: 2; }

.ul-r {
  color: #fffbdb;
  width: 50%;
  position: relative;
  z-index: 2; }

.wellcome-title {
  font-size: 48px;
  line-height: 1.2;
  color: #fffbdb; }

.wellcome-sub {
  font-size: 30px;
  line-height: 1.2;
  color: #cae6d1;
  margin-bottom: 40px; }

.about-content {
  margin-bottom: 50px;
  font-size: 14px;
  color: #464646;
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
  -webkit-column-gap: 80px;
  -moz-column-gap: 80px;
  column-gap: 80px;
  -webkit-column-rule: 2px solid #c2c2c2;
  -moz-column-rule: 2px solid #c2c2c2;
  column-rule: 2px solid #c2c2c2; }

.block-wb {
  border: 10px solid #e8ebe2;
  background: #fff;
  padding: 40px 30px;
  margin-bottom: 50px;
  position: relative;
  margin-left: -10px;
  margin-right: -10px; }

.catalog-preview {
  position: relative;
  margin-top: -30px; }

.catalog-preview-item {
  margin-top: 30px; }

.catalog-preview-body {
  border: 4px solid #e8ebe2;
  background: #e8ebe2;
  text-align: center;
  font-size: 16px;
  line-height: 1.2;
  font-weight: bold;
  color: #464646;
  position: relative; }

.catalog-preview-body a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

.catalog-preview-body:after {
  content: '';
  position: absolute;
  left: -4px;
  right: -4px;
  bottom: -4px;
  height: 4px;
  background: #009143;
  z-index: 2; }

.catalog-preview-body:hover:after {
  background: #c60e14; }

.catalog-preview-body span {
  display: block;
  padding: 10px; }

.catalog-preview-img {
  height: 110px;
  background-color: #fff; }

.slider-partners {
  position: relative;
  padding: 0 100px; }

.slider-partners-item {
  padding: 7px 10px 13px 10px;
  outline: none; }

.slider-partners-body {
  height: 90px;
  padding: 15px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(21, 21, 21, 0.8); }

.slider-partners-body img {
  max-width: 100%;
  max-height: 70px; }

.slider-partners .slick-arrow {
  position: absolute;
  outline: none;
  border: none;
  overflow: hidden;
  text-indent: -250px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 34px;
  height: 34px; }

.slider-partners .slick-arrow.slick-disabled {
  opacity: 0.4;
  cursor: default; }

.slider-partners .slick-prev {
  left: 55px;
  background: url("../images/system/prev.png") 50% 50% no-repeat; }

.slider-partners .slick-next {
  right: 55px;
  background: url("../images/system/next.png") 50% 50% no-repeat; }

.catalog-season-item {
  margin-bottom: 30px; }

.catalog-season-body {
  border: 3px solid #e8ebe2;
  background: #e8ebe2; }

.catalog-season-body a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

.catalog-season-img {
  height: 180px; }

.catalog-season-body span {
  display: block;
  padding: 10px;
  font-size: 14px;
  line-height: 1.2;
  color: #464646;
  text-decoration: underline; }

.catalog-season-body:hover span {
  text-decoration: none;
  color: #000; }

.reviews-slider {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-bottom: 10px; }

.reviews-slider-item {
  padding: 10px 15px 20px 15px;
  outline: none; }

.reviews-slider-body {
  font-size: 14px;
  line-height: 1.3;
  color: #464646;
  padding: 25px 30px;
  background: #e8ebe2;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  height: 342px; }

.reviews-slider-body p {
  margin-bottom: 10px; }

.reviews-slider-body a {
  color: #009746;
  text-decoration: underline; }

.reviews-slider-body a:hover {
  text-decoration: none; }

.reviews-slider-title {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 15px; }

.reviews-slider-slide {
  height: 264px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px; }

.reviews-slider-slide:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 30px;
  background: -webkit-linear-gradient(rgba(232, 235, 226, 0), #e8ebe2);
  background: -o-linear-gradient(rgba(232, 235, 226, 0), #e8ebe2);
  background: linear-gradient(rgba(232, 235, 226, 0), #e8ebe2);
  z-index: 5; }

.reviews-slider .slick-arrow {
  position: absolute;
  width: 32px;
  height: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  outline: none;
  overflow: hidden;
  text-indent: -250px;
  background-color: #009143;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 5; }

.reviews-slider .slick-arrow.slick-disabled {
  cursor: default;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  /* IE 6-9 */ }

.reviews-slider .slick-prev {
  background: #009143 url("../images/system/prev.png") 50% 50% no-repeat;
  left: 0; }

.reviews-slider .slick-next {
  background: #009143 url("../images/system/next.png") 50% 50% no-repeat;
  right: 0; }

.s-page {
  color: #fff;
  padding: 50px 0 15px 0;
  background: url("../images/system/bg-s-page.jpg") 50% 50% no-repeat;
  -webkit-background-size: cover;
  background-size: cover; }

.s-page h1 {
  font-size: 36px;
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 500;
  color: #fffbdb;
  padding: 0;
  margin: 0 0 10px 0; }

.breadcrumb {
  background: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  font-size: 12px; }

.breadcrumb a {
  color: #fff; }

.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  padding: 0 3px 0 6px; }

.breadcrumb-item.active {
  color: #fff; }

.block-content {
  padding: 35px 0; }

.catalog-menu-wrapper {
  margin-bottom: 30px; }

.catalog-menu-slide ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.catalog-menu-slide a {
  display: block;
  font-size: 14px;
  line-height: 20px;
  padding: 10px 15px;
  color: #464646;
  text-decoration: underline; }

.catalog-menu-slide a:hover {
  color: #fff;
  background: #a1a49a;
  text-decoration: none; }

.catalog-menu-slide li.active a {
  color: #fff;
  background: #a1a49a;
  text-decoration: none;
  cursor: default; }

.bd-content {
  border: 10px solid #e8ebe2;
  padding: 30px 15px;
  background: #fff;
  position: relative;
  margin: 0 -10px 50px -10px; }

.bd-content h2 {
  text-transform: uppercase;
  font-size: 24px;
  line-height: 1.2;
  color: #363636;
  font-weight: bold;
  padding: 0 0 0 25px;
  margin: 0 0 15px;
  position: relative; }

.bd-content h2:after {
  content: '';
  position: absolute;
  left: 0;
  top: 9px;
  width: 9px;
  height: 9px;
  background: #009143; }

.bd-content h3 {
  font-size: 18px;
  color: #464646;
  padding: 0;
  margin: 0 0 10px 0;
  font-weight: bold; }

.bd-content a {
  color: #009143;
  text-decoration: underline; }

.bd-content a:hover {
  text-decoration: none; }

.bd-content table {
  width: 100%;
  margin-bottom: 20px; }

.bd-content thead {
  background: #009143;
  color: #fff; }

.bd-content thead td {
  padding: 10px 15px; }

.bd-content tbody td {
  padding: 15px; }

.bd-content tbody tr:nth-child(odd) td {
  background: #e8ebe2; }

.list-numbers {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0; }

.list-numbers li {
  position: relative;
  margin-top: 10px;
  padding-left: 30px; }

.list-numbers li:first-child {
  margin-top: 0; }

.list-numbers span {
  display: block;
  width: 21px;
  height: 21px;
  border: 2px solid #009143;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  line-height: 17px;
  position: absolute;
  left: 0;
  top: 0; }

.list-point {
  list-style: none;
  margin: 0 0 20px 0;
  padding: 0; }

.list-point li {
  position: relative;
  padding-left: 10px;
  margin-top: 10px;
  padding-left: 30px; }

.list-point li:first-child {
  margin-top: 0; }

.list-point li:after {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  background: #009143; }

.img-left {
  float: left;
  margin: 6px 30px 15px 0;
  max-width: 40%; }

.catalog-menu-link {
  display: block;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  padding: 15px 25px;
  font-weight: 500;
  text-transform: uppercase;
  background: #009746;
  position: relative; }

.catalog-menu-link:after {
  content: '';
  position: absolute;
  right: 15px;
  top: 50%;
  width: 16px;
  height: 16px;
  background: url("../images/system/arrow-down-sign-to-navigate.svg") 0 0 no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.catalog-menu-link:hover {
  color: #fff;
  text-decoration: none; }

.bd-content .link-back {
  display: inline-block;
  font-size: 14px;
  color: #464646;
  text-decoration: underline; }

.bd-content .link-back:hover {
  text-decoration: none; }

.catalog-item {
  margin-bottom: 30px; }

.catalog-body {
  border: 3px solid #e8ebe2;
  background: #e8ebe2;
  position: relative; }

.catalog-body a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5; }

.catalog-body span {
  display: block;
  font-size: 14px;
  line-height: 1.3;
  text-decoration: underline;
  padding: 15px 10px; }

.catalog-img {
  height: 180px; }

.catalog-body:hover {
  z-index: 5;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3); }

.catalog-body:hover span {
  text-decoration: none; }

.catalog-popup {
  position: absolute;
  left: -3px;
  top: 100%;
  right: -3px;
  background: #e8ebe2;
  padding: 0 13px 15px 13px;
  display: none;
  font-size: 12px;
  line-height: 1.3;
  color: #464646;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.3); }

.catalog-body:hover .catalog-popup {
  display: block; }

.pr-img-wrapper {
  width: 360px;
  margin: 0 30px 30px 0; }

.pr-img-content {
  -webkit-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  -o-flex: 1;
  flex: 1; }

.pr-img-content {
  margin-bottom: 30px; }

.pr-img-previews {
  position: relative;
  margin: -15px; }

.pr-img-previews-item {
  margin: 15px;
  width: 68px;
  height: 68px;
  cursor: pointer; }

.pr-img-previews-item.active {
  box-shadow: 0 3px 10px rgba(21, 21, 21, 0.48);
  cursor: default; }

.pr-img-slider {
  position: relative;
  margin-bottom: 20px; }

.pr-img-slider .slick-dots {
  list-style: none;
  margin: 10px -3px 0 -3px;
  padding: 0;
  text-align: center; }

.pr-img-slider .slick-dots li {
  display: inline-block;
  padding: 3px; }

.pr-img-slider .slick-dots button {
  outline: none;
  border: none;
  overflow: hidden;
  text-indent: -250px;
  width: 12px;
  height: 12px;
  background: #a1a49a;
  border-radius: 50%; }

.pr-img-slider .slick-dots li.slick-active button {
  background: #009143;
  cursor: default; }

.pr-img-slider-item {
  outline: none; }

.pr-img-slider-item a {
  display: block;
  height: 360px; }

.pr-title {
  font-size: 24px;
  line-height: 1.3;
  color: #464646;
  margin-bottom: 15px; }

.pr-char-head {
  background: #e8ebe2;
  font-weight: bold; }

.pr-char-item {
  padding: 7px 10px;
  width: 50%; }

.flLeft {
  float: left !important; }

.flRight {
  float: right !important; }

.imgLeft {
  float: left;
  margin-right: 20px; }

.imgRight {
  float: right;
  margin-left: 20px; }

.center {
  display: block;
  margin: 0px auto; }
