* {
  outline: none;
}
html,
body {
  height: 100%;
}
body {
  font: 14px/20px 'Open Sans', Tahoma, sans-serif;
  color: #333;
  background: #f4fdf9;
  font-weight: 400;
}
body.noadaptive {
  min-width: 1200px;
}
body.noadaptive .container {
  width: 1200px;
}
body .container {
  width: 100%;
  max-width: 1200px;
}

body .container-bg {
	background: #fff;
	padding: 18px 15px;
	-webkit-box-shadow: 0px 5px 5px 0px rgba(4, 4, 4, 0.18);
	-moz-box-shadow: 0px 5px 5px 0px rgba(4, 4, 4, 0.18);
	box-shadow: 0px 5px 5px 0px rgba(4, 4, 4, 0.18);
  
}

body .container .error {
  color: #a94442;
}
.full-wrapper {
  min-height: 100%;
}
.full-wrapper .has-feedback .form-control-feedback {
  top: auto;
  bottom: 0;
}
.danger {
  color: #a94442;
}
a {
  color: #337ab7;
  text-decoration: none;
  transition: color 0.1s ease-in-out, background 0.1s ease-in-out, border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  font-family: 'Open Sans', sans-serif;
}
a:hover,
a:focus,
a:active {
  color: #000;
  outline: none;
  text-decoration: none;
}
a.btn,
button,
input[type=submit],
button.btn,
input[type=submit].btn {
  border-radius: 0;
  background: #51BCD2;
  color: #fff;
  border: none;
  padding: 10px 14px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  white-space: normal;
  transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out, border-color 0.1s ease-in-out;
}
a.btn:hover,
button:hover,
input[type=submit]:hover,
button.btn:hover,
input[type=submit].btn:hover {
  background: #51BCD2;
  color: #000;
}
a.btn:focus,
button:focus,
input[type=submit]:focus,
button.btn:focus,
input[type=submit].btn:focus,
a.btn:active,
button:active,
input[type=submit]:active,
button.btn:active,
input[type=submit].btn:active,
a.btn:active:focus,
button:active:focus,
input[type=submit]:active:focus,
button.btn:active:focus,
input[type=submit].btn:active:focus,
a.btn.active:focus,
button.active:focus,
input[type=submit].active:focus,
button.btn.active:focus,
input[type=submit].btn.active:focus {
  text-decoration: none;
  border: none;
  outline: none;
}
.form-control,
input[type=text],
select,
textarea,
input[type=password],
input[type=tel],
input[type=email],
input[type=file] {
  border: 1px solid #ccc;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  color: #333;
  font-weight: 400;
}
.form-control:focus,
input[type=text]:focus,
select:focus,
textarea:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=file]:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=file]::-webkit-input-placeholder {
  color: #b9b9b9;
}
.form-control::-moz-placeholder,
input[type=text]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=file]::-moz-placeholder {
  color: #b9b9b9;
}
.form-control:-moz-placeholder,
input[type=text]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=file]:-moz-placeholder {
  color: #b9b9b9;
}
.form-control:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=file]:-ms-input-placeholder {
  color: #b9b9b9;
}
.form-control.error,
input[type=text].error,
select.error,
textarea.error,
input[type=password].error,
input[type=tel].error,
input[type=email].error,
input[type=file].error {
  border-color: #eb8e81;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(169, 68, 66, 0.6);
}
.form-control.error::-webkit-input-placeholder,
input[type=text].error::-webkit-input-placeholder,
select.error::-webkit-input-placeholder,
textarea.error::-webkit-input-placeholder,
input[type=password].error::-webkit-input-placeholder,
input[type=tel].error::-webkit-input-placeholder,
input[type=email].error::-webkit-input-placeholder,
input[type=file].error::-webkit-input-placeholder {
  color: #a94442;
}
.form-control.error::-moz-placeholder,
input[type=text].error::-moz-placeholder,
select.error::-moz-placeholder,
textarea.error::-moz-placeholder,
input[type=password].error::-moz-placeholder,
input[type=tel].error::-moz-placeholder,
input[type=email].error::-moz-placeholder,
input[type=file].error::-moz-placeholder {
  color: #a94442;
}
.form-control.error:-moz-placeholder,
input[type=text].error:-moz-placeholder,
select.error:-moz-placeholder,
textarea.error:-moz-placeholder,
input[type=password].error:-moz-placeholder,
input[type=tel].error:-moz-placeholder,
input[type=email].error:-moz-placeholder,
input[type=file].error:-moz-placeholder {
  color: #a94442;
}
.form-control.error:-ms-input-placeholder,
input[type=text].error:-ms-input-placeholder,
select.error:-ms-input-placeholder,
textarea.error:-ms-input-placeholder,
input[type=password].error:-ms-input-placeholder,
input[type=tel].error:-ms-input-placeholder,
input[type=email].error:-ms-input-placeholder,
input[type=file].error:-ms-input-placeholder {
  color: #a94442;
}
.form-control.error + .form-control-feedback,
input[type=text].error + .form-control-feedback,
select.error + .form-control-feedback,
textarea.error + .form-control-feedback,
input[type=password].error + .form-control-feedback,
input[type=tel].error + .form-control-feedback,
input[type=email].error + .form-control-feedback,
input[type=file].error + .form-control-feedback {
  color: #a94442;
}
img {
  max-width: 100%;
}
table {
  border: 1px solid #ccc;
  width: 100% !important;
  margin-bottom: 20px;
  max-width: 100%;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  background: #fff;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  vertical-align: middle;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  border: 1px solid #ccc;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.42857143;
  vertical-align: middle;
  border-top: 1px solid #ccc;
}
table > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.leftimg {
  float: left;
  margin-right: 15px;
}
.rightimg {
  float: right;
  margin-left: 15px;
}
.mfp-close:hover,
.mfp-close:focus,
.mfp-close:active,
.mfp-close:active:focus,
.mfp-close.active:focus {
  margin: 0;
  background: transparent;
  border: none;
}
.mfp-arrow:hover,
.mfp-arrow:focus,
.mfp-arrow:active,
.mfp-arrow:active:focus,
.mfp-arrow.active:focus {
  background: transparent;
  border: none;
}
b,
strong,
th,
label {
  font-weight: 600;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
.form-group span.fa {
  font-size: 18px;
  line-height: 34px;
  bottom: 0;
  top: auto;
  color: #666;
}
tr.cart-order .shk-count {
  padding: 0 12px;
  height: 26px;
  vertical-align: middle;
}
tr.cart-order .shk_count_button {
  vertical-align: middle;
}
.btn-top-top {
  display: none;
  position: fixed;
  z-index: 10;
  right: 20px;
  bottom: 20px;
  background: rgba(0, 0, 0, 0.3);
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
}
.btn-top-top:hover {
  background: rgba(0, 0, 0, 0.5);
}
.pagination > li:first-child > a,
.pagination > li:first-child > span,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span,
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.pagination ul {
  margin: 15px 0;
  padding: 0;
  list-style: none;
}
.pagination ul li {
  display: inline-block;
  vertical-align: middle;
}
.pagination > li > a,
.pagination > li > span,
.neighbors a,
.pagination ul > li > a,
.pagination ul > li > span {
  border: 1px solid #ddd;
  background: #fff;
  color: #337ab7;
  padding: 6px 12px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
.pagination > li > a.active,
.neighbors a:hover,
.pagination ul > li > a:hover,
.pagination ul > li > span:hover,
.pagination ul > li > a:focus,
.pagination ul > li > span:focus,
.pagination ul > li > a.active {
  background: #eee;
  outline: none;
  color: #337ab7;
  border: 1px solid #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus,
.pagination ul > .active > a,
.pagination ul > .active > span,
.pagination ul > .active > a:hover,
.pagination ul > .active > span:hover,
.pagination ul > .active > a:focus,
.pagination ul > .active > span:focus {
  background: #337ab7;
  outline: none;
  color: #fff;
  border: 1px solid #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  border: 1px solid #ddd;
  background: #fff;
  color: #777;
}
.btn-group a {
  margin-right: 3px;
  margin-bottom: 3px;
}
.image-page {
  display: table;
  width: 100%;
  background: #000;
}
.image-page a.zoom-gal {
  display: table-cell;
  vertical-align: top;
  padding-right: 1px;
  transition: opacity 0.1s ease-in-out;
  opacity: .8;
}
.image-page a.zoom-gal:last-child {
  padding-right: 0;
  padding-left: 1px;
}
.image-page a.zoom-gal:hover {
  opacity: 1;
}
form[name=rassilka] {
  margin: 15px 0;
}
.modal-block {
  background: #fff;
  padding: 20px;
  margin: 0 auto;
  width: 430px;
}
.modal-block .form-control {
  background: #f6f6f6;
}
.modal-block .reviews-title-modal {
  margin-top: 0;
  margin-bottom: 20px;
}
.header-main {
  margin-bottom: 15px;
}
.header-bottom {
	background: #398a86; /* Old browsers */
	background: -moz-linear-gradient(left, #398a86 0%, #39b14f 84%, #39b14f 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left, #398a86 0%,#39b14f 84%,#39b14f 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right, #398a86 0%,#39b14f 84%,#39b14f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	-webkit-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);
	box-shadow: 0px 6px 17px -8px rgba(0,0,0,0.75);

}
.header-top {
  padding: 15px 0;
  background: rgb(244,253,249);
}
.contacts-top {
  text-align: right;
  margin-top: 30px;
}
.contacts-top p {
  display: inline-block;
  vertical-align: middle;
  margin-left: 65px;
}
.contacts-top p:first-child {
  /*margin-left: 0;*/
  float: left;
}
.language span a {
    padding: 0;
}
.logo {
  display: inline-block;
  vertical-align: middle;
  font-size: 42px;
  line-height: 42px;
  font-weight: 700;
}
.slogan {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  line-height: 22px;
  text-transform: uppercase;
  color: #888;
}
.adaptive-header-block {
  position: fixed;
  z-index: 999;
  top: 0;
  width: 100%;
  left: 0;
  background: #eee;
}
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: table;
  width: 100%;
  text-align: center;
}
.menu li {
  display: table-cell;
  vertical-align: middle;
  white-space: normal;
  border-right: 1px solid rgb(39, 141, 53);
  padding: 10px;
}
.menu li.active a {
  background: #51BCD2;
  color: #fff;
}
.menu li:hover a {
  background: #51BCD2;
  color: #fff;
}

.menu li:last-child {
	border: none;
}

.menu li:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
}
.menu a {
	font-size: 16px;
  display: block;
  padding: 15px;
  color: #fff;
  white-space: normal;
  font-family: 'Open Sans', sans-serif;
}
.menu .dropdown-menu {
  display: block;
  position: absolute;
  top: -9999px;
  margin: 0;
  left: 0;
  width: 300px;
  padding: 0;
  border-radius: 0;
  border: 1px solid #eee;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.menu .dropdown-menu li {
  display: block;
  border-bottom: 1px solid #f8f8f8;
  border-right: none;
  padding: 0;
}
.menu .dropdown-menu li:last-child {
  border-bottom: none;
}
.menu .dropdown-menu li.active a {
  background: #51BCD2;
  color: #333;
}
.menu .dropdown-menu li a {
  background: transparent;
  color: #333;
  white-space: normal;
  padding: 10px;
  font-size: 14px;
}
.menu .dropdown-menu li a:hover {
  background: #51BCD2;
  color: #fff;
}
.search {
  margin-top: 6px;
  width: 100%;
  overflow: hidden;
  border: 1px solid #d4d4d4;
  border-radius: 0;
  background: #fff;
}
.search .form-inline .input-group {
  width: 100%;
  margin: 0;
}
.search .form-inline .input-group-btn {
  width: 36px;
  text-align: center;
}
.search .form-control {
  height: 36px;
  padding: 0;
  padding-left: 15px;
  background: transparent;
  border-radius: 0;
  border: none;
  box-shadow: none;
  color: #000;
  font-size: 14px;
}
.search .form-control:focus {
  outline: none;
  box-shadow: none;
}
.search button,
.search input[type=submit] {
  border: none;
  padding: 0;
  height: 36px;
  width: 36px;
  text-align: center;
  font-size: 14px;
  border-radius: 0;
  background: transparent;
  color: #465687;
}
.search button:hover,
.search input[type=submit]:hover,
.search button:focus,
.search input[type=submit]:focus,
.search button:active,
.search input[type=submit]:active,
.search button:active:focus,
.search input[type=submit]:active:focus,
.search button.active:focus,
.search input[type=submit].active:focus {
  background: transparent;
  color: #337ab7;
  border: none;
  box-shadow: none;
}
.search .fa {
  margin: 0;
}
.search-image {
  margin-right: 15px;
}
.search-title {
  margin-top: 0;
}
.content-main {
  padding-bottom: 30px;
}
.content {
}
.breadcrumb {
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 15px;
  border-radius: 2px;
}
.page-header {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 22px;
  line-height: 26px;
  padding: 0;
  border: none;
}
.page-header .more-link {
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  color: #ccc;
  font-size: 14px;
  font-weight: 400;
}
.page-header .more-link a {
  color: #ccc;
}
.page-header .more-link a:hover {
  color: #337ab7;
}
.slider {
  position: relative;
  margin-bottom: 30px;
  margin-left: -15px;
  margin-right: -15px;
  background: #000;
}
.slider .slick-slider {
  margin: 0;
}
.slider img {
  margin: 0 auto;
  opacity: 0.9 !important;
}
.slider .slider-overlay img {
  opacity: 0.6 !important;
}
.slider .slick-dots {
  margin: 0;
  position: absolute;
  bottom: 20px;
  width: 100%;
  text-align: center;
}
.slider .slick-dots li {
  margin: 0 8px;
  width: 12px;
  height: 12px;
  line-height: 12px;
  text-align: center;
}
.slider .slick-dots .slick-active button {
  background: #fff;
  width: 12px;
  height: 12px;
}
.slider .slick-dots button {
  display: inline-block;
  vertical-align: middle;
  padding: 0;
  margin: 0 auto;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #337ab7;
}
.slider .slick-dots button:hover {
  background: #fff;
  width: 12px;
  height: 12px;
}
.slider .slick-dots button::before,
.slider .slick-dots button::after {
  display: none;
}
.slider .slick-prev,
.slider .slick-next {
  position: absolute;
  top: auto;
  left: 52.5%;
  bottom: 24px;
  border-radius: 0;
  background: transparent;
  width: 44px;
  padding: 0;
  color: #fff;
  height: 30px;
  line-height: 28px;
  border: 1px solid #fff;
  text-align: center;
}
.slider .slick-prev:hover,
.slider .slick-next:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
.slider .slick-prev:active,
.slider .slick-next:active,
.slider .slick-prev:focus,
.slider .slick-next:focus {
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.slider .slick-prev:active:hover,
.slider .slick-next:active:hover,
.slider .slick-prev:focus:hover,
.slider .slick-next:focus:hover {
  background: #51BCD2;
  border: 1px solid #fff;
  color: #fff;
}
.slider .slick-prev:before,
.slider .slick-next:before {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 14px;
  line-height: 28px;
  transition: opacity 0.1s ease-in-out;
}
.slider .slick-prev {
  margin-left: -51px;
}
.slider .slick-prev:before {
  content: "\f053";
  margin-left: -1px;
}
.slider .slick-next {
  margin-left: 7px;
}
.slider .slick-next:before {
  content: "\f054";
  margin-left: 1px;
}
.slider-content {
  position: absolute;
  height: 220px;
  width: 85%;
  left: 10%;
  top: 50%;
  margin-top: -115px;
  color: #fff;
  text-align: center;
  padding: 30px 20px 40px;
  overflow: hidden;
}
.slider-content .slider-name {
  font-size: 40px;
  line-height: 40px;
  height: 42px;
  //overflow: hidden;
  font-weight: 300;
  margin-bottom: 25px;
  margin-top: 0;
  text-transform: uppercase;
  font-family: [OpenSans];
}
.slider-content .slider-text {
  height: 58px;
  font-size: 14px;
  overflow: hidden;
}
.slider-content .btn {
  position: absolute;
	line-height: 45px;
  bottom: 0;
  width: 170px;
  height: 45px;
  left: 50%;
  margin-left: -85px;
  background: #51BCD2;
  border: none;
  padding: 0;
}

.slider-content .btn:hover {
  background: #39b150;
  color: #fff;
  border: none;
  padding: 0;
}
.slider-content .btn:focus,
.slider-content .btn:active,
.slider-content .btn:active:focus,
.slider-content .btn.active:focus {
  text-decoration: none;
  border: none;
  outline: none;
  padding: 0;
  background: #39b150;
  color: #fff;
}

.thumbnail {
  margin-bottom: 30px;
  border: 1px solid #eee;
  padding: 0;
  border-radius: 0;
  transition: border-color 0.1s ease-in-out, box-shadow 0.1s ease-in-out;
  background: rgba(0,0,0,0.9);
}
.thumbnail:hover {
  border-color: #337ab7;
  box-shadow: 0 1px 5px -1px #337ab7;
}

.thumbnail h4 {
  font-size: 18px;
  height: 42px;
  line-height: 38px;
  //overflow: hidden;
  margin: 0;
  margin-bottom: 5px;
}
.thumbnail h4 a,
.thumbnail h4 span {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  color: #fff;
}
.category-item {
	position: relative;
	overflow: hidden;
}
.category-item .category-img img{
	opacity: 1;
}
.category-item .category-img{
	display: block;
	opacity: .6;
	transition: opacity .2s ease-in-out;
}
.category-item:hover .category-img{
	opacity: .2;
}
.category-item .caption {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 246px;
	line-height: 246px;
	z-index: 10;
	color: #fff;
	text-align: center;
	padding: 0;
}

.category-item .caption:hover{
	color: #51bcd2;
}

.category-item .category-title {
	display: inline-block;
	vertical-align: middle;
	line-height: 20px;
	padding: 0 15px;
  	margin: 0 auto;
  	font-size: 16px;
}
.goods-item .goods-intro {
  font-size: 13px;
  line-height: 16px;
  color: #888;
  height: 32px;
  overflow: hidden;
}
.goods-item .goods-price b {
  font-size: 18px;
}
.goods-card-images {
  position: relative;
  z-index: 2;
  height: 479px;
  background: #fff;
  box-shadow: 0px 5px 24px 0px rgba(3, 3, 3, 0.3);
  padding: 35px 50px;
  margin-right: -15px;
}
.goods-card-images .goods-big-image {
  margin-bottom: 15px;
  height: 320px;
  text-align: center;
}
.goods-card-images .goods-big-image a {
  display: block;
  border: none;
  position: relative;
}
.goods-card-images .goods-big-image a::after {
  content: "\f00e";
  position: absolute;
  z-index: 10;
  right: 0;
  bottom: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 25px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.goods-card-images .goods-small-images {
  display: table;
  width: 100%;
  text-align: center;
}
.goods-card-images .goods-small-images a {
  display: table-cell;
  vertical-align: middle;
  border: 2px solid #fff;
}
.goods-card-images .goods-small-images a:hover {
  border-color: #337ab7;
}
.goods-description-wrapper {
  position: relative;
  margin-left: -15px;
  padding-top: 25px;
}
.goods-description-wrapper .back-category {
  text-align: right;
  color: #989898;
  margin-bottom: 10px;
}
.goods-description-wrapper .back-category a {
  color: #989898;
}
.goods-description-wrapper .back-category a:hover {
  color: #337ab7;
}
.goods-description-wrapper .back-category .fa {
  color: #337ab7;
  font-size: 27px;
  line-height: 20px;
  height: 0;
  margin-right: 5px;
  vertical-align: top;
}
.goods-description-wrapper .goods-description {
  background: #f5f5f5;
  padding: 30px 15px 30px 30px;
  height: 369px;
}
.goods-description-wrapper .goods-title {
  margin-top: 0;
  font-size: 26px;
  line-height: 30px;
  max-height: 90px;
  overflow: hidden;
}
.goods-description-wrapper .goods-intro {
  max-height: 120px;
  overflow: hidden;
}
.goods-description-price {
  position: absolute;
  z-index: 10;
  left: 0;
  bottom: 30px;
  padding: 0 15px 0 30px;
  display: table;
  width: 100%;
}
.goods-description-price .goods-price {
  display: table-cell;
  vertical-align: middle;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
}
.goods-description-price .goods-btn {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}
.goods-description-price .btn {
  width: 170px;
  height: 48px;
  padding: 0;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
}
.card-main-text {
  padding-top: 30px;
}
.gallery-photo {
  font-size: 0;
}
.gallery-item {
  margin: 4px;
  display: inline-block;
  vertical-align: top;
}
.album-item {
  position: relative;
  background: #000;
}
.album-item:hover .album-img {
  opacity: .7;
}
.album-item .album-img {
  display: block;
  opacity: .5;
  transition: opacity 0.1s ease-in-out;
}
.album-item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #fff;
}
.album-item .album-title {
  margin: 0;
  color: #fff;
  display: block;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -27px;
  height: 54px;
  line-height: 54px;
  width: 100%;
  font-weight: 600;
  font-size: 25px;
  overflow: hidden;
}
.album-item .album-title span {
  display: inline-block;
  vertical-align: middle;
  line-height: 26px;
}
.side-block {
  margin-bottom: 30px;
}
.side-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}
.side-title .more-link {
  display: block;
  float: right;
  margin-top: 2px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
}
.side-title .more-link a {
  color: #000;
}
.side-title .more-link a:hover {
  color: #337ab7;
}
.side-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  //border: 1px solid #eee;
}
.side-menu li {
  position: relative;
  //border-bottom: 1px solid #eee;
  background: #398a86; /* Old browsers */
    background: -moz-linear-gradient(left, #398a86 0%, #39b14f 84%, #39b14f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #398a86 0%,#39b14f 84%,#39b14f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #398a86 0%,#39b14f 84%,#39b14f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    margin-bottom: 5px;

}

.side-menu li:last-child {
  border-bottom: none;
}
.side-menu li.active a {
  color: #fff;
  background: #51BCD2;
}
.side-menu li:hover > a {
  color: #fff;
  background: #51BCD2;
}
.side-menu li:hover .side-dropdown-menu {
  opacity: 1;
  top: 0;
}
.side-menu li a {
  display: block;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  padding: 20px 10px;
  font-family: 'Open Sans', sans-serif;
}
.side-dropdown-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 999;
  top: -9999px;
  left: 100%;
  width: 270px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0px 3px 10px 0px rgba(1, 1, 1, 0.19);
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.side-dropdown-menu li.row-class {
  margin: 0;
}
.side-dropdown-menu li.row-class.active a {
  color: #fff;
  background: #337ab7;
}
.side-dropdown-menu li.row-class a {
  display: block;
  padding: 15px;
  background: transparent;
  font-size: 14px;
  line-height: 18px;
  color: #000;
  font-style: normal;
}
.side-dropdown-menu li.row-class a:hover,
.side-dropdown-menu li.row-class a:active,
.side-dropdown-menu li.row-class a:focus {
  color: #000;
  background: #eee;
}
.reviews-btn {
  position: absolute;
  right: 15px;
  top: 0;
}
.reviews-item-wrapper {
  position: relative;
}
.reviews-item {
  background: #fff;
  box-shadow: 0px 5px 16px 0px rgba(3, 3, 3, 0.27);
  padding: 60px 20px 30px;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  position: relative;
  margin-top: 30px;
}
.reviews-item.reviews-main-item {
  margin-top: 0;
  margin-bottom: 30px;
}
.reviews-item.reviews-main-item .reviews-text {
  height: 100px;
  overflow: hidden;
}
.reviews-item::after {
  content: "\f10e";
  position: absolute;
  z-index: 0;
  right: 32px;
  top: 23px;
  color: #4c5084;
  opacity: .2;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 96px;
}
.reviews-item .reviews-info {
  text-align: right;
  margin-top: 20px;
}
.reviews-item .reviews-author {
  font-size: 22px;
  line-height: 22px;
  font-style: italic;
  color: #337ab7;
}
.reviews-item .reviews-date {
  font-size: 13px;
  color: #aaa;
}
.reviews-answer {
  position: relative;
  z-index: 2;
  background: #f5f5f5;
  width: 80%;
  float: right;
  padding: 60px 50px 30px;
  margin-right: 20px;
  margin-top: -25px;
  font-style: italic;
  font-weight: 400;
}
.reviews-answer::before {
  content: "";
  position: absolute;
  top: -13px;
  left: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 13px solid #f5f5f5;
}
.reviews-answer .reviews-author {
  text-align: right;
  margin-top: 15px;
  color: #337ab7;
  font-weight: 600;
}
.article-item {
  position: relative;
  background: #000;
}
.article-item:hover .article-img {
  opacity: .7;
}
.article-item .article-img {
  display: block;
  opacity: .5;
  transition: opacity 0.1s ease-in-out;
}
.article-item .article-title {
  height: 68px;
  line-height: 64px;
  margin: 20px 0;
}
.article-item .article-title a,
.article-item .article-title span {
  color: #fff;
  line-height: 22px;
}
.article-item .caption {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 50px 20px 0;
  text-align: center;
  color: #fff;
}
.article-item .btn {
  width: 135px;
}
.media {
  display: table;
  width: 100%;
  margin: 0;
  margin-bottom: 20px;
}
.media .media-img {
  display: table-cell;
  vertical-align: top;
  width: 270px;
}
.media .media-content {
  display: table-cell;
  vertical-align: top;
  padding-left: 25px;
}
.img-left {
  float: left;
  margin-right: 25px;
}
.media-heading {
  height: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  overflow: hidden;
}
.media-heading a {
  display: inline-block;
  vertical-align: middle;
  line-height: 20px;
  color: #000;
}
.media-heading a:hover {
  color: #337ab7;
}
.media-intro {
  color: #8c8c8c;
  height: 60px;
  margin-bottom: 10px;
  overflow: hidden;
}
.media-bottom-content {
  border-top: 1px solid #c0c0c0;
  padding-top: 15px;
}
.media-link {
  float: right;
  font-size: 14px;
  font-weight: 600;
}
.media-link a {
  color: #cecece;
}
.media-link a:hover {
  color: #337ab7;
}
.media-date {
  font-size: 14px;
  color: #cecece;
  font-weight: 600;
}
.news-item-main {
  text-align: center;
}
.news-item-main .news-date {
  display: block;
  color: #7c7c7c;
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 10px;
}
.news-item-main .news-title {
  margin-bottom: 10px;
}
.news-item-main .news-title a {
  color: #000;
}
.news-item-main .news-title a:hover {
  color: #337ab7;
}
.news-item-main .news-img {
  margin-bottom: 10px;
}
.news-item-main .news-intro {
  height: 40px;
  overflow: hidden;
}
.side-news-item {
  margin-bottom: 15px;
  padding-bottom: 15px;
}
.side-news-item .news-title {
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 10px;
}
.side-news-item .news-title a {
  color: #197d62;
}
.side-news-item .news-title a:hover {
  color: #337ab7;
}
.side-news-item .news-img {
  margin-bottom: 10px;
}
.side-news-item .news-intro {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 15px;
  color: #000;
}
.side-news-item .side-news-bottom {
  border-top: 1px solid #c0c0c0;
  padding-top: 15px;
}
.side-news-item .news-link {
  float: right;
  font-size: 14px;
  font-weight: 600;
}
.side-news-item .news-link a {
  color: #cecece;
}
.side-news-item .news-link a:hover {
  color: #337ab7;
}
.side-news-item .news-date {
  position: absolute;
  font-size: 14px;
  color: #fff;
  font-weight: 600;
  background: rgba(81,188,210,0.7) ;
  padding: 5px;
  right: 15px;
  margin: 5px 5px 0 0;
}


.pushfooter {
  height: 176px;
}
.footer-main {
  margin-top: -176px;
  margin-bottom: 0;
  //line-height: 30px;
  min-height: 176px;
  background: #39868b;
  background: -moz-linear-gradient(left, #39868b 0%, #39b54a 100%);
  background: -webkit-linear-gradient(left, #39868b 0%,#39b54a 100%);
  background: linear-gradient(to right, #39868b 0%,#39b54a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39868b', endColorstr='#39b54a',GradientType=1 );
  color: #fff;

}
.social-block {
  //text-align: right;
}
.social-block .social-buttons-item.goodshare {
  display: inline-block;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
  text-decoration: none;
  font-size: 14px;
  width: 45px;
  height: 45px;
  line-height: 42px;
  border-radius: 50%;
  text-align: center;
  border: 1px solid #51BCD2;
  margin-left: 10px;
  background: #51BCD2;
  color: #fff;
}
.social-block .social-buttons-item.goodshare:hover {
  color: #000;
  background: #fff;
  border: 1px solid #fff;
}
.social-block .social-buttons-item.goodshare:first-child {
  margin-left: 0;
}
.footer-links {
  //text-align: right;
}
.footer-links a {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.footer-links a:first-of-type {
  margin-left: 0;
}
.footer-links a:first-child {
  margin-left: 0;
}
.map-bottom,
.map-block {
  margin: 30px 0;
}
.footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  display: table;
  float: right;
}
.footer-menu li {
  display: table-cell;
  vertical-align: middle;
  padding-right: 25px;
}
.footer-menu li:last-child {
  padding-right: 0;
}
.footer-menu li:hover a,
.footer-menu li.active a {
  color: #337ab7;
}
.footer-menu a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
}
.footer-top {
  padding: 20px 0 10px;
}

.footer-top a {
  color: #fff;
}
.footer-middle {
  padding: 20px 0;
  line-height: 35px;
  //border-bottom: 1px solid #b7b7b7;
}
.footer-bottom {
  padding: 10px 0;
}

.footer-contacts {
  text-align: right;
}

.footer-contacts p {
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  margin-bottom: 0;
  text-align: right;
}
.footer-contacts p:last-child {
  margin-right: 0;
}
.footer-contacts a {
  color: #fff;

}
.footer-contacts a:hover {
  color: #337ab7;
}
.nav_buttons {
	margin: 0 0 5px;
    white-space: normal;
    background: #398a86; /* Old browsers */
    background: -moz-linear-gradient(left, #398a86 0%, #39b14f 84%, #39b14f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #398a86 0%,#39b14f 84%,#39b14f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #398a86 0%,#39b14f 84%,#39b14f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */

}
.nav_buttons a {
	display: block;
    padding: 15px;
    color: #fff;
    white-space: normal;
    font-size: 18px;
    letter-spacing: 1px;
}

.nav_buttons a:hover {
	background: #51BCD2;
}

.time-wrap {
	text-align: right;
}

.footer-border {
	background: #fff;
	height: 1px;
	width: 100%;
	background: #398a86; /* Old browsers */
    background: -moz-linear-gradient(right, #398a86 0%, #39b14f 84%, #39b14f 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(right, #398a86 0%,#39b14f 84%,#39b14f 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to left, #398a86 0%,#39b14f 84%,#39b14f 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.partners {
	border: none;
}

.partners tr td {
	width: 200px;
	height: 100px;
	text-align: center;
	border: none;
	background: #fff;
}

table > tbody > tr:nth-of-type(odd) {
    background-color: #fff;
}


.contacts-top i {
	border-radius: 50%;
	width: 35px;
	height: 35px;
	vertical-align: middle;
	background: #51BCD2;
	color: #fff;
}

.fa-envelope-o:before, .fa-phone:before {
    display: block;
    margin-top: 10px;
}

.thumbnail>img, .thumbnail a>img {
	opacity: 0.6;
}

.partner-item {
	background-size: cover;
	text-align: center;
  margin-bottom: 30px;
  padding: 0;
  border-radius: 0;
}

.partner-item img {
	height: 100%
}

.contacts-top a {
	padding-left: 10px;
	color: #000;
	font-weight: bold;
	font-size: 16px;
}