html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
#system-message .alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
#system-message .alert .alert-link {
  font-weight: bold;
}
#system-message .alert > p,
#system-message .alert > ul {
  margin: 0;
}
#system-message .alert > p + p {
  margin-top: 5px;
}
#system-message .close {
  position: relative;
  line-height: 20px;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  text-decoration: none;
  zoom: 1;
  opacity: 0.2;
  filter: alpha(opacity= 20 );
}
#system-message .close:hover,
#system-message .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  zoom: 1;
  opacity: 0.4;
  filter: alpha(opacity= 40 );
}
#system-message .alert-notice {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
#system-message .alert-notice hr {
  border-top-color: #c9e2b3;
}
#system-message .alert-notice .alert-link {
  color: #2b542c;
}
#system-message .alert-message {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
#system-message .alert-message hr {
  border-top-color: #a6e1ec;
}
#system-message .alert-message .alert-link {
  color: #245269;
}
#system-message .alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
#system-message .alert-warning hr {
  border-top-color: #f7e1b5;
}
#system-message .alert-warning .alert-link {
  color: #66512c;
}
#system-message .alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
#system-message .alert-error hr {
  border-top-color: #e4b9c0;
}
#system-message .alert-error .alert-link {
  color: #843534;
}
#system-message {
  border: 0;
  margin: 0;
  padding: 0;
}
#system-message dt {
  position: absolute;
  top: -2000px;
  left: -3000px;
}
#system-message dd {
  margin: 0 0 15px 0;
  font-weight: bold;
  text-indent: 0px;
  padding: 0;
}
#system-message dd ul {
  color: #000;
  list-style: none;
  padding: 0px;
}
#system-message dd ul li {
  line-height: 1.5em;
}
#system-message dd.message ul {
  padding: 10px 10px 10px 40px;
  border-top: 2px solid #90B203;
  border-bottom: 2px solid #90B203;
}
#system-message dd.error ul {
  padding: 10px 10px 10px 40px;
  border-top: 2px solid #990000;
  border-bottom: 2px solid #990000;
}
#system-message dd.notice ul {
  padding: 10px 10px 10px 40px;
  border-top: 2px solid #FAA528;
  border-bottom: 2px solid #FAA528;
  color: #000;
  margin: 10px 0;
}
#page-error {
  background: #F0F0F0;
}
#page-error h1 {
  font-family: Helvetica, Arial, sans-serif;
}
#page-error .component-wrapper {
  padding: 30px 10px;
}
#page-error .errorinfo {
  font-size: 14px;
  font-family: Courier, Monaco, "Lucida Console";
}
#page-error .errorinfo pre {
  white-space: pre;
  padding: 0.5em 0 0.5em 1em;
  border: 1px dashed #AAA;
  border-left: 4px solid #B4B4B4;
  line-height: 1.5em;
  letter-spacing: 0.05em;
  background: #EEE;
  font-size: 0.8em;
  max-width: 100%;
  overflow: auto !important;
  overflow-y: hidden;
  max-height: 200px;
}
#page-error .errorinfo table td {
  padding: 4px;
}
#page-error .errorinfo table strong {
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, Arial, sans-serif;
}
div#system-debug {
  font-family: Courier, Monaco, "Lucida Console";
  background-color: #fff;
  color: #333;
  max-width: 1200px;
  margin: 10px auto 50px;
}
div#system-debug a {
  text-decoration: none !important;
}
div#system-debug table td {
  padding: 2px 6px;
}
#page-offline {
  margin: 0;
  padding: 0;
  font-size: 12px;
  color: #333;
  text-align: center;
  width: 100%;
}
#page-offline img {
  border: 0 none;
  margin-left: auto;
  margin-right: auto;
}
#page-offline #frame {
  margin: 20px auto;
  width: 405px;
  padding: 20px;
}
#page-offline #frame img {
  max-width: 100%;
  height: auto;
}
#page-offline form {
  margin: auto;
  text-align: left;
}
#page-offline form p {
  margin: 0;
  padding: 4px 0 4px 0;
}
#page-offline form fieldset {
  border: 0 none;
  margin: 0em;
  padding: 0.2em;
}
#page-offline form fieldset .input p {
  clear: left;
}
#page-offline form label {
  display: block;
  float: left;
  margin: 5px 0px 2px 0px;
  width: 10em;
}
#page-offline form input {
  padding: 3px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
#page-offline form input[type=text],
#page-offline form input[type=password] {
  width: 200px;
}
#page-offline form input.button {
  width: 120px;
  height: 32px;
  cursor: pointer;
  background-color: #fff;
}
#page-offline form input.button:hover {
  border-color: #fc902e;
}
#page-offline form #frmlogin {
  margin: 0 10px 0 10px;
}
#page-offline form #frmlogin fieldset.button {
  text-align: right;
}
#page-offline #system-message {
  margin: 10px auto;
  padding: 20px 0 0;
  width: 450px;
}
#page-offline #system-message h4 {
  display: none;
}
.item-page {
  padding: 15px 0 30px 0;
}
.item-page .page-header {
  border-bottom: 1px solid #ccc;
}
.item-page .page-header h1 {
  color: #1f2326;
  margin: 0 0 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #ffc0cb;
  display: inline;
  text-decoration: none;
}
.item-page .metainfo {
  display: flex;
  margin: 0px 0 15px 0;
  flex-wrap: wrap;
}
.item-page .metainfo .date {
  color: #bababa;
}
.item-page .metainfo .cat {
  color: #bababa;
}
.item-page .metainfo > div {
  padding: 0 10px 0 0;
  font-size: 13px;
  color: #bababa;
}
.item-page .metainfo > div:after {
  content: "|";
  padding: 0 0px 0 8px;
}
.item-page .metainfo > div:last-child:after {
  display: none;
}
.item-page .item-image .img_caption {
  position: relative;
  width: 100%!important;
}
.item-page .item-image .img_caption img {
  width: 100%;
  object-fit: cover;
}
.item-page .item-image .img_caption p.img_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 1px 10px 0px 10px;
  font-size: 14px;
  margin: 0 0 4px 0px;
  display: inline;
  width: initial!important;
}
.item-page .item-image img {
  width: 100%;
  object-fit: cover;
}
.item-page.akcii img {
  max-width: 100%;
}
.pagination {
  display: flex;
  justify-content: center;
  margin: 25px 0 50px 0;
  clear: both;
}
.pagination ul {
  margin: 0;
  padding: 0;
  display: inline-block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.pagination ul > li {
  display: inline;
}
.pagination ul > li.pagination-active a {
  background-color: #f5f5f5;
  color: #e14f66;
}
.pagination ul > li:last-child > a,
.pagination ul > li:last-child > span {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 4px;
}
.pagination ul > li > a,
.pagination ul > li > span {
  float: left;
  padding: 4px 12px;
  line-height: 20px;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #ddd;
}
.pagination-wrap .counter.pull-right {
  display: none;
}
.moduletable.logo {
  position: relative;
  padding: 12px 25px 0 25px;
  margin: 0 0 42px 0;
}
.moduletable.contact {
  color: #708090;
  border-left: 2px solid #ffc0cb;
  padding: 10px 0 5px 6px;
  margin: 0 50px 0 0px;
  float: left;
}
.moduletable.contact p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: bold;
}
.moduletable.contact p A { color: #708090 }
.moduletable.contact.time p:first-child {
  color: #555555;
}
.moduletable.contact.address {
  margin: 0 40px 0 0px;
}
.moduletable.contact.address p {
  color: #555555;
}
aside.right .moduletable.contact {
  color: #fff;
  border-left: none;
  padding: 10px 0 5px 10px;
  margin: 0 70px 0 10px;
  float: inherit;
  width: calc(100% - 20px);
}
aside.right .moduletable.contact p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 500;
}
aside.right .moduletable.contact.time p:first-child {
  color: #ffc0cb;
}
aside.right .moduletable.contact.address p:first-child {
  color: #ffc0cb;
}
aside.right .moduletable.contact.address p {
  color: #fff;
}
.moduletable.record {
  margin: 0 0 24px 0;
  padding: 0px 0 0 0;
}
.moduletable.record .capture {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
.moduletable.record .capture a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.moduletable.record .capture span {
  display: inline-block;
  position: relative;
  bottom: 10px;
  right: 0px;
  color: #FFF;
  font-size: 18px;
  background-color: #708090;
  padding: 3px 30px;
}
.moduletable.mainmenu ul {
  margin: 0;
  padding: 0;
}
.moduletable.mainmenu ul li {
  list-style-type: none;
  float: left;
  padding: 0;
  line-height: inherit;
}
.moduletable.mainmenu ul li a {
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 14px;
  padding: 19px 13px 20px 13px;
  display: inline-block;
}
.moduletable.mainmenu ul li:hover {
  background-color: #708090;
}
.moduletable.mainmenu ul li:hover a {
  background-color: #708090;
  color: #fff;
}
.moduletable.mainmenu ul li.active {
  background-color: #708090;
}
.moduletable.mainmenu ul li ul li.deeper:after {
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #cbcbcb;
  border-bottom: 5px solid transparent;
  content: "";
  float: right;
  margin: -20px 10px 0 0;
}
.moduletable.mainmenu ul ul {
  display: none;
}
.moduletable.mainmenu ul li.item-101,
.moduletable.mainmenu ul li.item-241,
.moduletable.mainmenu ul li.item-129 {
  display: none;
}
.moduletable.photo {
  display: inline-block;
}
.moduletable.photo .custom {
  border-top: none;
}
.moduletable.photo .custom .capture {
  display: inline-block;
  position: relative;
  padding: 0 0 3px 0;
  margin: 0;
  width: calc(50% - 3px - 3px);
  float: left;
}
.moduletable.photo .custom .capture img {
  width: 100%;
}
.moduletable.photo .custom .capture:nth-child(odd) {
  margin: 0 3px 0 0;
}
.moduletable.photo .custom .capture:nth-child(even) {
  margin: 0 0 0 3px;
}
.moduletable.photo .capture {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
.moduletable.photo .capture a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.moduletable.photo .capture span {
  display: inline-block;
  position: relative;
  bottom: 10px;
  right: 0px;
  color: #FFF;
  font-size: 15px;
  background-color: #708090;
  padding: 3px 20px;
}
.moduletable.photo .capture:hover span {
  color: #ffc0cb;
}
.moduletable.kontact {
  width: 750px;
  margin: 0px auto;
  padding: 25px 0 0 240px;
}
.moduletable.kontact .custom {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}
.moduletable.kontact .custom div {
  padding: 0 5px;
}
.moduletable.kontact .custom div:first-child {
  text-align: right;
}
.moduletable.magazin {
  width: 300px;
  float: left;
}
.moduletable.photolist ul {
  list-style-type: none;
  margin: 0;
  display: flex;
  padding: 0 2px;
  justify-content: center;
  width: 100%;
  flex-wrap: wrap;
}
.moduletable.photolist ul li {
  /*float: left;*/
}
.moduletable .caroufredsel_wrapper {
  width: 690px!important;
}
.moduletable.leftmenu.shop li a {
  font-size: 14px;
}
.moduletable.money .custom {
  display: inline-block;
}
.moduletable.money .custom p {
  margin: 0;
}
.moduletable.counter {
  padding: 0;
  text-align: center;
}
.moduletable.counter p {
  margin: 0;
  padding: 0;
}
.moduletable.breadcumbs {
  width: 100%;
  background-color: #EEE;
  border-radius: 4px;
  padding: 10px 0px!important;
  display: inline-block;
}
.moduletable.breadcumbs .breadcrumb {
  margin: 0;
  padding: 0 0 0 20px;
}
.moduletable.breadcumbs .breadcrumb li {
  list-style-type: none;
  float: left;
}
.moduletable.breadcumbs .divider {
  padding: 0 3px;
}
.moduletable.breadcumbs ul li:first-child {
  padding: 0;
  margin: 0;
}
.moduletable.breadcumbs ul li:first-child span {
  padding: 0;
  margin: 0;
}
.moduletable.readmore {
  background: #f5f5f5;
  padding: 20px;
  margin: 0 0 30px 0;
  clear: both;
}
.moduletable.readmore h3 {
  text-align: center;
  font-weight: 500;
  margin: 10px 0 30px 0;
}
.moduletable.readmore .blog {
  display: flex;
  flex-wrap: wrap;
}
.moduletable.readmore .blog .items-row:nth-child(odd) {
  padding: 0 10px 0 0;
}
.moduletable.readmore .blog .items-row:nth-child(even) {
  padding: 0 0 0 10px;
}
.moduletable.readmore .blog .items-row {
  width: calc(50% - 20px);
}
.moduletable.readmore .blog .items-row .item {
  display: flex;
  padding: 0 0 15px 0;
}
.moduletable.readmore .blog .items-row .item .img {
  padding: 0 10px 0 0;
}
.moduletable.readmore .blog .items-row .item .title a {
  color: #3f3f3f;
  font-size: 16px;
  text-decoration: none;
}
.moduletable.readmore .blog .items-row .item .date {
  font-size: 13px;
  color: #bababa;
}
.moduletable.readmore .blog .items-row .item .category-name {
  font-size: 13px;
  color: #bababa;
  padding: 0 0 0 15px;
}
.moduletable.news .title a {
  color: #fff;
  text-decoration: none;
  font-size: 12px;
}
.moduletable.news .title a:hover {
  color: #ffc0cb;
}
.moduletable.news .items-row {
  padding: 3px 0;
}
.moduletable.news .span0 {
  margin: 0;
  float: none;
}
.list_carousel {
  margin: 0px;
  width: 100%;
  position: relative;
  left: -3px;
  overflow: hidden;
  height: 140px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.list_carousel ul li {
  font-size: 12px;
  color: #999;
  text-align: center;
  width: 230px;
  height: 140px;
  padding: 0;
  margin: 0px;
  display: block;
  float: left;
}
.list_carousel .prev,
.list_carousel .next {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 1;
}
.list_carousel .prev {
  left: 7px;
  background: url(/templates/frontend/images/controls.png) no-repeat 0 -32px;
}
.list_carousel .next {
  right: 7px;
  background: url(/templates/frontend/images/controls.png) no-repeat -43px -32px;
}
.list_carousel .capture {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
}
.list_carousel .capture a {
  padding: 0;
  margin: 0;
  text-decoration: none;
}
.list_carousel .capture a strong {
  font-weight: normal;
  display: inline-block;
  position: absolute;
  bottom: 10px;
  right: 0px;
  color: #FFF;
  font-size: 15px;
  background-color: #708090;
  padding: 3px 20px;
}
.list_carousel .capture span {
  display: inline-block;
  position: relative;
  bottom: 10px;
  right: 0px;
  color: #FFF;
  font-size: 15px;
  background-color: #708090;
  padding: 3px 20px;
}
.list_carousel .capture:hover span {
  color: #ffc0cb;
}
.list_carousel .capture:hover strong {
  color: #ffc0cb;
}
.moduletable.news_and_akcii {
  padding: 0!important;
}
.moduletable.news_and_akcii h3 {
  color: #fff!important;
  margin: 0 0 10px 0;
  padding: 2px 40px 2px 15px;
  background: #ffc0cb;
  border-radius: 0 30px 0 0;
  position: relative;
  font-weight: 500;
  top: 20px;
}
.moduletable.news_and_akcii .nav {
  list-style-type: none;
  clear: both;
  text-align: right;
  border-bottom: 1px solid #ffc0cb;
  display: flex;
  width: 100%;
  margin: 0;
  padding: 0;
  justify-content: flex-end;
}
.moduletable.news_and_akcii .nav li {
  float: left;
  padding: 0px 5px 5px 5px;
  cursor: pointer;
}
.moduletable.news_and_akcii .nav li.active {
  color: #ffc0cb;
}
.moduletable.news_and_akcii .blog {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0 0;
  clear: both;
}
.moduletable.news_and_akcii .blog .items-row {
  width: calc(50% - 15px);
}
.moduletable.news_and_akcii .blog .items-row .img_caption {
  position: relative;
  width: 100%!important;
}
.moduletable.news_and_akcii .blog .items-row .img_caption img {
  object-fit: cover;
}
.moduletable.news_and_akcii .blog .items-row .img_caption p.img_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #708090;
  color: #fff;
  padding: 1px 10px 0px 10px;
  font-size: 14px;
  margin: 0 0 4px 0px;
  display: inline;
  width: initial!important;
}
.moduletable.news_and_akcii .blog .items-row .title {
  padding: 4px 0 2px 0;
}
.moduletable.news_and_akcii .blog .items-row .title a {
  color: #363636;
  font-size: 18px;
  text-decoration: none;
  font-weight: bold;
}
.moduletable.news_and_akcii .blog .items-row .date {
  color: #bbb;
  font-size: 13px;
}
.moduletable.news_and_akcii .blog .items-row .content {
  padding: 10px 0;
}
.moduletable.news_and_akcii .blog .items-row:nth-child(n+7) {
  display: none;
}
.moduletable.news_and_akcii .blog .items-row:nth-child(odd) {
  padding: 0 15px 25px 0;
}
.moduletable.news_and_akcii .blog .items-row:nth-child(even) {
  padding: 0 0 25px 15px;
}
.moduletable.news_and_akcii .blog .items-row:nth-child(1) img,
.moduletable.news_and_akcii .blog .items-row:nth-child(2) img {
  height: 160px;
  width: 100%;
}
.moduletable.news_and_akcii .blog .items-row:nth-child(1n+3) .img_caption {
  position: relative;
  float: left;
  width: 125px!important;
  padding: 0 15px 0 0px;
}
.moduletable.news_and_akcii .blog .items-row:nth-child(1n+3) .img_caption img {
  height: 68px ;
  width: 100%;
}
.moduletable.news_and_akcii .blog .items-row:nth-child(1n+3) .title {
  padding: 0 0 2px 0;
}
.moduletable.news_and_akcii .blog .items-row:nth-child(1n+3) .title a {
  color: #363636;
  font-size: 16px;
  text-decoration: none;
}
.moduletable.news_and_akcii .blog .items-row:nth-child(1n+3) .content {
  display: none;
}
.moduletable.news_and_akcii.tab {
  display: none;
}
.moduletable.news_and_akcii.tab.active {
  display: block;
}
.moduletable.news_and_akcii .custom.news_and_akcii {
  border-top: none;
}
.moduletable.tags ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.moduletable.tags ul li {
  float: left;
  font-size: 12px;
  padding: 7px 9px 0 0;
}
.moduletable.tags ul li a {
  text-decoration: none;
}
.moduletable.lang .lang-inline {
  display: flex;
  justify-content: flex-start;
  padding: 0 0 0 28px;
}
.moduletable.lang .lang-inline li {
  margin: 0;
}
.moduletable.lang .lang-inline li a {
  color: #fff;
  padding: 20px 10px;
  display: block;
}
.moduletable.lang .lang-inline li:hover {
  background-color: #708090;
}
.moduletable.lang .lang-inline li.lang-active a {
  background-color: #708090;
}
aside.right .moduletable.lang {
  padding: 0 0 30px 0;
}
aside.right .moduletable.lang .lang-inline {
  padding: 0 0 0 0;
  flex-direction: column;
}
aside.right .moduletable.lang .lang-inline li a {
  padding: 8px 0 8px 25px;
}
aside.right .moduletable.lang .lang-inline li.lang-active a {
  background-color: #ffc0cb;
}
.moduletable.sertificat {
  font-size: 12px;
}
.moduletable #cis_slider_1.cis_main_wrapper {
  z-index: 2;
}
.custom.tur {
  position: fixed;
  left: 0px;
  bottom: 25%;
  z-index: 999;
}
.custom.tur .jcemediabox-zoom-image {
  display: none;
}
.moduletable.clearbox {
  clear: both;
}
.moduletable.leftmenu {
  padding: 0 0 30px 0;
}
.moduletable.leftmenu ul ul {
  display: none;
}
.moduletable.leftmenu ul {
  padding: 0;
  margin: 0;
}
.moduletable.leftmenu ul li {
  list-style-type: none;
}
.moduletable.leftmenu ul li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  padding: 10px 25px;
}
.moduletable.leftmenu ul li a.open {
  background-color: #ffc0cb;
}
.moduletable.leftmenu UL LI I { float: right }
.moduletable.leftmenu ul li ul {
  padding: 0 0 0 45px;
}
.moduletable.leftmenu ul li ul li a {
  font-size: 14px;
  padding: 8px 5px 8px 0;
}
.moduletable.leftmenu ul li ul li.active a {
  color: #ffc0cb;
}
.moduletable.leftmenu ul li ul li:hover a {
  color: #ffc0cb;
  background-color: transparent;
}
.moduletable.leftmenu ul li:hover > a {
  background-color: #ffc0cb;
}
.moduletable.leftmenu ul li.active ul {
  display: block;
}
.moduletable.leftmenu ul li.active ul li a {
  color: #fff;
}
.moduletable.leftmenu ul li.active ul li a:hover {
  color: #ffc0cb;
}
.moduletable.leftmenu ul li.active ul li.active a {
  color: #ffc0cb;
}
.moduletable.leftmenu ul li.item-116 a,
.moduletable.leftmenu ul li.item-485 a {
  border-left: 5px solid #ffc0cb;
  padding: 10px 25px 10px 20px;
  color: #ffc0cb;
}
.moduletable.leftmenu ul li.item-116 ul li a,
.moduletable.leftmenu ul li.item-485 ul li a {
  border-left: none;
  padding: 10px 25px 10px 0px;
  color: #fff;
}
.moduletable.leftmenu ul li.item-116 ul li a:hover,
.moduletable.leftmenu ul li.item-485 ul li a:hover {
  color: #ffc0cb;
}
.moduletable.leftmenu ul li.item-116 a:hover,
.moduletable.leftmenu ul li.item-485 a:hover {
  color: #fff;
}
.moduletable.leftmenu ul li.item-116 a.open,
.moduletable.leftmenu ul li.item-485 a.open {
  color: #fff;
}
.moduletable.leftmenu > ul > li.active > a {
  background-color: #ffc0cb;
}
aside.right .moduletable.leftmenu ul li.deeper ul {
  display: none!important;
}
.chronoform {
  padding: 30px 0;
}
.chronoform .page-header {
  border-bottom: 1px solid #ccc;
}
.chronoform .page-header h1 {
  color: #1f2326;
  margin: 0 0 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #ffc0cb;
  display: inline;
  text-decoration: none;
}
.chronoform .gcore-line-td .gcore-label-left {
  min-width: calc(35% - 35px) !important;
  max-width: calc(35% - 35px) !important;
  text-align: right;
  padding: 6px 35px 0 0px !important;
  font-weight: normal;
}
.chronoform .gcore-line-td .gcore-input {
  width: calc(65% - 25px) !important;
}
.chronoform .gcore-line-td .gcore-input input {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -ms-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  width: 65%;
  padding: 5px 10px;
}
.chronoform .gcore-line-td .gcore-input select {
  width: 70%;
  border: 1px solid #ccc;
}
.chronoform .gcore-line-td .gcore-input textarea {
  width: 65%;
  border: 1px solid #ccc;
}
.chronoform .gcore-line-td .gcore-input .gcore-checkbox-item {
  padding: 0 0 0 35%;
  float: none;
}
.chronoform .gcore-line-td .gcore-input .gcore-checkbox-item input {
  width: auto;
}
.chronoform .gcore-line-td .gcore-input .gcore-checkbox-item .gcore-label {
  font-size: 14px;
}
.chronoform .gcore-line-td .gcore-input#fin-checkbox12 {
  width: calc(100%) !important;
}
.chronoform .gcore-line-td .gcore-input#fin-custom1 {
  padding: 0 0 0 35%;
}
.chronoform .gcore-line-td .gcore-input#fin-submit5 {
  width: calc(65%) !important;
  padding: 0 0 0 35%;
}
.chronoform .gcore-line-td .gcore-input#fin-submit5 input {
  background: #ffc0cb url('../../images/button.png') 100% 0px no-repeat;
  background-size: contain;
  border-radius: 0;
  width: 176px;
  border: none;
  padding: 10px 72px 10px 23px;
  font-family: Calibty;
  color: #fff;
  font-size: 17px;
}
.chronoform .gcore-line-td .gcore-input#fin-submit5 input[disabled] {
  background: #b07a9a url('../../images/button.png') 100% 0px no-repeat;
}
body {
  width: 1000px;
  margin: 0 auto;
  background: #f5f5f5 url(../../images/bg.png) no-repeat 50% 56px;
  font-family: Calibri, Helvetica;
  line-height: normal;
}
header {
  position: absolute;
  left: 0;
  z-index: 1;
  background-color: #ffc0cb;
  overflow: hidden;
  width: 100%;
  min-width: 1000px;
  height: 48px;
  font-size: 14px;
  z-index: 2;
}
header .moduletable.mainmenu {
  width: 750px;
  text-align: center;
  margin: 0px auto;
  padding: 0 0 0 240px;
  display: block;
}
header .menu-button {
  display: none;
}
header .moduletable.logo {
  display: none;
}
aside {
  background-color: #708090;
  float: left;
  width: 245px;
  z-index: 2;
  position: absolute;
  height: 100%;
  display: block;
}
aside .moduletable {
  padding: 0 25px 20px 25px;
  color: #fff;
}
aside .moduletable h3 {
  color: #ffc0cb;
  margin: 0 0 10px 0;
  font-size: 14px;
}
aside .copyright {
  color: #ccc;
  font-size: 12px;
  padding: 0;
  bottom: 0;
  position: absolute;
  width: 100%;
}
aside.right {
  background-color: #708090;
  float: left;
  width: 245px;
  z-index: 2;
  position: absolute;
  height: 100%;
  display: none;
}
main {
  background-color: #fff;
  float: left;
  width: 695px;
  clear: inherit;
  min-width: inherit;
  padding: 56px 30px 0 275px;
}
main .top {
  display: inline-block;
  padding: 0 0 17px 0;
}
main .slider {
  padding: 0;
}
main .content-top {
  padding: 25px 0 0 0;
}
main .content-top .moduletable {
  padding: 0 0px 30px 0px;
  color: #555555;
  font-size: 14px;
  overflow: hidden;
}
main .content-top .moduletable h3 {
  color: #1f2326;
  margin: 0 0 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #ffc0cb;
  display: inline;
}
main .content-top .moduletable .custom {
  border-top: 1px solid #cccccc;
}
main .content-top .moduletable .custom p:last-child {
  margin: 13px 0 0 0;
}
main .blog {
  padding: 15px 0;
}
main .blog .page-header {
  border-bottom: 1px solid #ccc;
}
main .blog .page-header h2 {
  margin: 0;
  padding: 0;
  display: inline;
}
main .blog .page-header h2 a {
  color: #ffc0cb;
  margin: 0 0 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #ffc0cb;
  display: inline;
  text-decoration: none;
}
main .blog .page-header h2 a:hover {
  color: #FF0099;
}
footer {
  background-color: #ffc0cb;
  height: 150px;
  clear: both;
  min-width: 1000px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
footer .left {
  width: 245px;
  height: 150px;
  float: left;
  background: #333333;
  position: relative;
  bottom: 0px;
}
footer .footer {
  width: 725px;
  float: right;
  color: #fff;
}
footer .footer .moduletable {
  padding: 25px 0;
}
footer .footer .moduletable a {
  color: #fff;
}
.overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 3;
}
.blog.novinki h2 {
  border-bottom: 1px solid #ffc0cb;
  margin: 15px 0 20px 0;
  padding: 0px 0px 10px 0;
  line-height: 12px;
}
.blog.novinki h2 span {
  background-color: #ffc0cb;
  border-radius: 0px 30px 0 0;
  color: #fff;
  font-size: 18px;
  padding: 5px 60px 5px 20px;
  font-weight: 500;
}
.blog.novinki .items-leading {
  display: flex;
  flex-wrap: wrap;
}
.blog.novinki .items-leading .items:nth-child(odd) {
  padding: 0 23px 20px 0;
}
.blog.novinki .items-leading .items:nth-child(even) {
  padding: 0 0 20px 23px;
}
.blog.novinki .items-leading .items {
  width: calc(50% - 23px);
  margin-bottom: 10px;
}
.blog.novinki .items-leading .items .item-image {
  position: relative;
  width: 100%!important;
}
.blog.novinki .items-leading .items .item-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.blog.novinki .items-leading .items .item-image p.img_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #708090;
  color: #fff;
  padding: 1px 10px 0px 10px;
  font-size: 14px;
  margin: 0 0 4px 0px;
  display: inline;
  width: initial!important;
}
.blog.novinki .items-leading .items .page-header {
  border-bottom: none;
  padding: 5px 0 0 0;
}
.blog.novinki .items-leading .items .page-header h2 {
  border-bottom: none;
}
.blog.novinki .items-leading .items .page-header h2 a {
  border-bottom: none;
  font-size: 18px;
  color: #363636;
  line-height: 23px;
  font-weight: bold;
}
.blog.novinki .items-leading .items .date {
  color: #bababa;
  font-size: 13px;
  padding: 5px 0 0 0;
}
.blog.novinki .items-leading .items .content {
  color: #828282;
  font-size: 14px;
}
.novinki-single .page-header,
.novinki.item-page .page-header {
  border-bottom: none;
  border-bottom: 1px solid #ccc;
}
.novinki-single .page-header h1,
.novinki.item-page .page-header h1 {
  color: #1f2326;
  margin: 0 0 10px 0;
  font-size: 18px;
  display: inline;
  text-decoration: none;
  border-bottom: 1px solid #ffc0cb;
}
.novinki-single .metainfo,
.novinki.item-page .metainfo {
  display: flex;
  /*margin: 0 0 15px 0;*/
  flex-wrap: wrap;
  /*border-bottom: 1px solid #ffc0cb;*/
  padding: 0 0 7px 0;
}
.novinki-single .metainfo .date,
.novinki.item-page .metainfo .date {
  color: #bababa;
}
.novinki-single .metainfo .cat,
.novinki.item-page .metainfo .cat {
  color: #bababa;
}
.novinki-single .metainfo > div,
.novinki.item-page .metainfo > div {
  padding: 0 10px 0 0;
  font-size: 13px;
  color: #bababa;
}
.novinki-single .metainfo > div:after,
.novinki.item-page .metainfo > div:after {
  content: "|";
  padding: 0 0px 0 8px;
}
.novinki-single .metainfo > div:last-child:after,
.novinki.item-page .metainfo > div:last-child:after {
  display: none;
}
.novinki-single .item-image img,
.novinki.item-page .item-image img {
  width: 100%;
  object-fit: cover;
}
.novinki-single .item-image .img_caption,
.novinki.item-page .item-image .img_caption {
  position: relative;
  width: 100%!important;
}
.novinki-single .item-image .img_caption img,
.novinki.item-page .item-image .img_caption img {
  width: 100%;
  object-fit: cover;
}
.novinki-single .item-image .img_caption p.img_caption,
.novinki.item-page .item-image .img_caption p.img_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 1px 10px 0px 10px;
  font-size: 14px;
  margin: 0 0 4px 0px;
  display: inline;
  width: initial!important;
}
.addthis_inline_share_toolbox {
  clear: both;
  position: fixed;
  right: 50%;
  transform: translateX(-50%);
  top: 30%;
  margin: 0 -567px 0 0;
}
.addthis_inline_share_toolbox .at-share-btn-elements {
  display: flex;
  flex-direction: column;
}
.blog.stati h2 {
  border-bottom: 1px solid #ffc0cb;
  margin: 15px 0 20px 0;
  padding: 0px 0px 4px 0;
}
.blog.stati h2 span {
  background-color: #ffc0cb;
  border-radius: 0px 30px 0 0;
  color: #fff;
  font-size: 18px;
  padding: 5px 60px 5px 20px;
  font-weight: 500;
}
.blog.stati .items-leading {
  display: flex;
  flex-wrap: wrap;
}
.blog.stati .items-leading .items {
  width: 100%;
  padding: 0px 0 32px 0;
  display: flex;
}
.blog.stati .items-leading .items .item-image {
  width: 325px;
  padding: 0 25px 0 0;
  position: relative;
}
.blog.stati .items-leading .items .item-image img {
  width: 100%;
  height: 160px;
  object-fit: cover;
}
.blog.stati .items-leading .items .item-image p.img_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #333;
  color: #fff;
  padding: 1px 10px 0px 10px;
  font-size: 14px;
  margin: 0 0 4px 0px;
  display: inline;
  width: initial!important;
}
.blog.stati .items-leading .items .pull-right {
  width: 75%;
}
.blog.stati .items-leading .items .page-header {
  border-bottom: none;
  padding: 0;
}
.blog.stati .items-leading .items .page-header h2 {
  border-bottom: none;
}
.blog.stati .items-leading .items .page-header h2 a {
  border-bottom: none;
  font-size: 23px;
  color: #363636;
  line-height: 23px;
  font-weight: 500;
}
.blog.stati .items-leading .items .metainfo {
  display: flex;
  margin: 5px 0 0 0;
  flex-wrap: wrap;
}
.blog.stati .items-leading .items .metainfo .date {
  color: #bababa;
}
.blog.stati .items-leading .items .metainfo .cat {
  color: #bababa;
}
.blog.stati .items-leading .items .metainfo > div {
  padding: 0 10px 0 0;
  font-size: 13px;
  color: #bababa;
}
.blog.stati .items-leading .items .metainfo > div:after {
  content: "|";
  padding: 0 0px 0 8px;
}
.blog.stati .items-leading .items .metainfo > div:last-child:after {
  display: none;
}
.blog.stati .items-leading .items .content {
  color: #828282;
  line-height: 19px;
  font-size: 14px;
  padding: 15px 0 0 0;
}
.blog.stati .pagination {
  display: flex;
  justify-content: center;
  margin: 25px 0 50px 0;
}
.blog.stati .pagination ul {
  margin: 0;
  padding: 0;
}
.stati.item-page .page-header {
  border-bottom: none;
}
.stati.item-page .page-header h1 {
  color: #363636;
  margin: 0;
  font-size: 23px;
  border-bottom: none;
  display: block;
  text-decoration: none;
  font-weight: 500;
}
.stati.item-page .metainfo {
  display: flex;
  margin: 0px 0 15px 0;
  flex-wrap: wrap;
  border-bottom: 1px solid #ffc0cb;
  padding: 0 0 7px 0;
}
.stati.item-page .metainfo .date {
  color: #bababa;
}
.stati.item-page .metainfo .cat {
  color: #bababa;
}
.stati.item-page .metainfo > div {
  padding: 0 10px 0 0;
  font-size: 13px;
  color: #bababa;
}
.stati.item-page .metainfo > div:after {
  content: "|";
  padding: 0 0px 0 8px;
}
.stati.item-page .metainfo > div:last-child:after {
  display: none;
}
.stati.item-page .item-image .img_caption {
  position: relative;
  width: 100%!important;
}
.stati.item-page .item-image .img_caption img {
  width: 100%;
  object-fit: cover;
}
.stati.item-page .item-image .img_caption p.img_caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #000;
  color: #fff;
  padding: 1px 10px 0px 10px;
  font-size: 14px;
  margin: 0 0 4px 0px;
  display: inline;
  width: initial!important;
}
.addthis_inline_share_toolbox {
  clear: both;
  position: fixed;
  right: 50%;
  transform: translateX(-50%);
  top: 30%;
  margin: 0 -567px 0 0;
}
.addthis_inline_share_toolbox .at-share-btn-elements {
  display: flex;
  flex-direction: column;
}
.blog.akcii h2 {
  border-bottom: 1px solid #ffc0cb;
  margin: 15px 0 20px 0;
  padding: 0px 0px 4px 0;
}
.blog.akcii h2 span {
  background-color: #ffc0cb;
  border-radius: 0px 30px 0 0;
  color: #fff;
  font-size: 18px;
  padding: 5px 60px 5px 20px;
  font-weight: 500;
}
.blog.akcii .items-leading {
  display: flex;
  flex-wrap: wrap;
}
.blog.akcii .items-leading .items {
  width: 100%;
  padding: 35px 0 20px 0;
  display: flex;
  border-bottom: 1px dotted #ffc0cb;
}
.blog.akcii .items-leading .items .pull-left {
  width: 20%;
  padding: 10px 40px 0 0;
  text-align: right;
}
.blog.akcii .items-leading .items .pull-left .label {
  font-size: 13px;
  color: #6f6f6f;
  margin: 0 0 5px 0;
}
.blog.akcii .items-leading .items .pull-left .value {
  color: #ffc0cb;
  font-size: 16px;
  font-weight: bold;
}
.blog.akcii .items-leading .items .pull-right {
  width: 100%;
}
.blog.akcii .items-leading .items .page-header {
  border-bottom: none;
  padding: 0;
}
.blog.akcii .items-leading .items .page-header h2 {
  border-bottom: none;
}
.blog.akcii .items-leading .items .page-header h2 a {
  border-bottom: none;
  font-size: 24px;
  color: #ffc0cb;
  line-height: 23px;
  font-weight: 500;
}
.blog.akcii .items-leading .items .content {
  color: #828282;
  line-height: 19px;
  font-size: 14px;
  padding: 0;
}
.blog.akcii .items-leading .items:first-child {
  padding: 10px 0 20px 0;
}
.blog.akcii .items-leading .items:last-child {
  border-bottom: none;
}
.blog.akcii .pagination {
  display: flex;
  justify-content: center;
  margin: 25px 0 50px 0;
}
.blog.akcii .pagination ul {
  margin: 0;
  padding: 0;
}
.btn.record {
  background: #ffc0cb;
  color: #fff;
  text-decoration: none;
  padding: 8px 60px 8px 20px;
  border-radius: 2px;
  position: relative;
  display: inline-block;
}
.btn.record:after {
  content: "";
  background: #af2475;
  background-repeat: no-repeat;
  background-image: url(//incanto.kiev.ua/templates/jblank/images/icon_pen.png);
  width: 47px;
  display: block;
  position: absolute;
  background-position: 15px 8px;
  right: 0;
  height: 34px;
  top: 0;
  border-radius: 0px 4px 4px 0;
}
.btn.record:hover {
  background: #d71185;
}
#phocagallery {
  padding: 30px 0!important;
}
#phocagallery .page-header {
  border-bottom: 1px solid #ccc;
  margin: 0px 0 5px 0;
}
#phocagallery .page-header h1 {
  color: #e8088b;
  margin: 0 0 10px 0;
  font-size: 20px;
  border-bottom: 1px solid #e8088b;
  display: inline;
  text-decoration: none;
}
#phocagallery .pg-csv-box {
  height: 220px;
  width: calc(50% - 4px);
}
#phocagallery .pg-csv-box .pg-csv-box-img {
  width: 100%;
  height: auto;
}
#phocagallery .pg-csv-box .pg-csv-box-img img {
  width: 100%;
}
#phocagallery .ph-cb {
  clear: both;
  padding: 10px 0;
}
#phocagallery .pg-csv-paginaton {
  clear: both;
}
#phocagallery .ph-cb.clear {
  clear: both;
}
#phocagallery .pg-csv-name {
  margin: 0 0 15px 0;
}
#phocagallery .pg-csv-descbox {
  clear: both;
}
#phocagallery .pg-cv-box {
  /*height: 200px!important;*/
}
#phocagallery #imgordering {
  display: none;
}
#phocagallery #limit {
  display: none;
}
#easybook {
  margin: 30px 0 0 0;
}
#easybook .page-header {
  border-bottom: 1px solid #ccc;
}
#easybook h2 {
  float: none!important;
  color: #1f2326;
  margin: 0 0 10px 0;
  font-size: 18px;
  border-bottom: 1px solid #ffc0cb;
  display: inline;
  text-decoration: none;
}
#easybook .control-group.hide {
  display: none;
}
#easybook .controls input {
  width: 200px;
}
#easybook .check .controls input {
  width: 150px;
}
#easybook .controls textarea {
  width: 200px;
}
#easybook .control-label {
  float: left;
  width: 150px;
}
#easybook .btn-toolbar {
  padding: 10px 0 0 150px;
}
#easybook .control-group {
  padding: 0 0 10px 0;
}
#easybook #easyfooter img {
  width: 28px;
  height: 10px;
}
#easybook strong.easy_pagination {
  display: none;
}
#easybook div.easy_pagination {
  padding: 25px;
}
.jshop h1 {
  margin-top: 0px;
  font-size: 16px;
}
table.jshop {
  border-collapse: collapse;
  border: 0px;
  width: 100%;
}
table.jshop td {
  vertical-align: top;
}
#jshop_menu_order {
  margin-bottom: 10px;
  border: 1px solid #ccc;
  background-color: #f5f5f5;
}
td.jshop_order_step {
  padding: 2px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-align: center;
  vertical-align: middle;
}
.jshop_order_step a {
  vertical-align: top;
  text-decoration: underline;
  font-size: 12px;
}
.table_order_list {
  background-color: #F5F5F5;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
}
.table_order_list .buttons {
  text-align: center;
  padding-top: 10px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="sblock"] {
  display: block;
  width: 100%;
  min-height: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding-left: 10px;
}
.row-fluid [class*="sblock"]:first-child {
  padding-left: 0;
}
.row-fluid .sblock2 {
  width: 50%;
}
.row-fluid .sblock3 {
  width: 33.333%;
}
.row-fluid .sblock4 {
  width: 25%;
}
.row-fluid .sblock5 {
  width: 20%;
}
.row-fluid .sblock6 {
  width: 16.666%;
}
.row-fluid .sblock7 {
  width: 14.285%;
}
.row-fluid .sblock8 {
  width: 12.5%;
}
.row-fluid .sblock9 {
  width: 11.111%;
}
.row-fluid .sblock10 {
  width: 10%;
}
.row-fluid .sblock11 {
  width: 9.09%;
}
.row-fluid .sblock12 {
  width: 8.333%;
}
.myorders_block_info {
  margin-bottom: 30px;
}
.myorders_block_info .order_number {
  font-size: 120%;
  margin-bottom: 5px;
}
.myorders_block_info .order_status {
  font-size: 120%;
  margin-bottom: 5px;
}
.myorders_total {
  font-size: 120%;
}
.myorders_total .name {
  font-weight: bold;
}
.myorderinfo .userinfo {
  margin-top: 10px;
  margin-bottom: 20px;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 5px;
}
.myorderinfo .userbillinfo {
  padding-right: 10px;
}
.myorderinfo .product_head {
  margin-bottom: 5px;
}
.myorderinfo .order_number {
  font-size: 140%;
}
.myorderinfo .order_items {
  margin-bottom: 20px;
}
.myorderinfo .jshop_subtotal {
  margin-bottom: 20px;
}
.myorderinfo .shipping_block_info {
  margin-bottom: 15px;
}
.myorderinfo .payment_block_info {
  margin-bottom: 15px;
}
.myorderinfo .order_comment {
  margin-bottom: 15px;
}
.myorderinfo .history {
  margin-bottom: 15px;
}
img.jshop_img_thumb {
  padding: 1px;
  text-align: center;
  border: 1px solid #ccc;
  margin-left: 4px;
  margin-right: 4px;
  margin-bottom: 4px;
  cursor: pointer;
}
.jshop label {
  margin: 0px;
  display: inline-block;
  margin-right: 5px;
}
.jshop input[type="radio"],
.jshop input[type="checkbox"] {
  margin: 0px;
}
div.jshop_prod_description {
  padding-top: 10px;
  padding-bottom: 10px;
}
div.jshop_prod_attributes {
  padding: 0;
  margin: 0;
  padding-bottom: 10px;
}
div.jshop_prod_attributes select {
  width: 140px;
}
div.jshop_prod_attributes .attributes_title {
  padding-top: 5px;
}
td.jshop_img_description {
  vertical-align: top;
  text-align: left;
  padding-left: 10px;
}
.jshop_subtotal .value {
  text-align: right;
  white-space: nowrap;
  width: 12%;
}
.jshop_subtotal .name {
  padding-right: 10px;
  text-align: right;
  width: 88%;
}
.jshop .total {
  font-weight: bold;
}
.related_header {
  margin-top: 20px;
  border-bottom: 1px solid #999;
  font-weight: bold;
  margin-bottom: 20px;
}
.td_1 {
  text-align: left;
  font-weight: bold;
}
.td_2 {
  text-align: right;
  font-weight: bold;
}
.jshop_pagination {
  text-align: center;
}
div.jshop_register {
  width: 80%;
  text-align: left;
  padding: 10px;
  padding-left: 0px;
}
#comjshop_register div.jshop_register:first-child {
  padding-top: 0px;
}
div.last_register_block {
  padding-bottom: 0px;
}
.small_header {
  padding-bottom: 5px;
  margin: 0px;
  display: block;
  font-size: 15px;
  font-weight: bold;
}
span.jshop_error {
  color: red;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
span.text_pay_without_reg {
  display: block;
  padding-bottom: 10px;
}
a.policy {
  text-transform: uppercase;
  color: #000000;
  font-weight: bold;
}
#active_step {
  font-weight: bold;
  padding: 0;
  margin: 0;
  vertical-align: middle;
}
p.jshop_cart_attribute {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
p.jshop_cart_extra_field {
  padding-left: 10px;
  font-weight: bold;
  font-style: italic;
  font-size: 11px;
  margin-top: 1px;
  margin-bottom: 4px;
}
.jshop_price {
  color: #950000;
}
span.attr {
  font-weight: bold;
  font-style: italic;
  font-size: 10px;
}
span.review {
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 10px;
  display: block;
}
.review_text_not_login {
  margin-top: 10px;
  font-style: italic;
}
textarea.jshop {
  border: 1px solid #b0b1b2;
}
tr.reviews td {
  padding-bottom: 15px;
}
td.reviews {
  padding-left: 45px;
}
#mxcpr {
  padding-top: 20px;
  text-align: right;
  display: block;
}
#mxcpr a {
  font-size: 9px;
}
.jshop_code_prod {
  color: #999;
  font-weight: normal;
  font-size: 12px;
}
.jshop .weightorder {
  text-align: right;
  margin-top: 10px;
}
.jshop .shippingfree {
  text-align: right;
  margin-top: 10px;
}
.jshop .price_prod_qty_list .qty_line {
  padding-left: 5px;
  padding-right: 5px;
}
.jshop .price_prod_qty_list .qty_price {
  padding-left: 5px;
  font-weight: bold;
}
.jshop .price_prod_qty_list .qty_price span.per_piece {
  font-weight: normal;
}
.jshop span.old_price {
  text-decoration: line-through;
  font-style: normal;
}
.jshop .list_product_demo {
  padding-top: 10px;
}
.jshop .list_product_demo .download {
  padding-left: 5px;
}
.jshop .not_available {
  color: red;
  margin-top: 10px;
}
.jshop_list_product .block_product {
  margin-bottom: 30px;
}
.jshop_list_product .jshop .old_price {
  text-decoration: line-through;
  text-align: center;
  color: #999;
  margin-bottom: 5px;
}
.jshop_list_product .jshop .price_extra_info {
  text-align: center;
  margin-bottom: 5px;
}
.jshop_list_product .jshop .base_price {
  text-align: center;
  margin-bottom: 5px;
}
.jshop_list_product .product td {
  vertical-align: top;
}
.jshop_list_product .product .image {
  text-align: center;
  margin-bottom: 5px;
}
.jshop_list_product .product .name {
  text-align: center;
  font-size: 18px;
  margin-bottom: 5px;
}
.jshop_list_product .product .review_mark {
  width: 80px;
  margin-left: auto;
  margin-right: auto;
}
.jshop_list_product .product .description {
  padding-bottom: 5px;
  padding-top: 5px;
}
.jshop_list_product .product .buttons {
  text-align: center;
}
.jshop_list_product .product .buttons a {
  margin-top: 5px;
}
.jshop_list_product .product .jshop_price {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5px;
}
.jshop_list_product .product .taxinfo {
  font-size: 11px;
}
.jshop_list_product .product .plusshippinginfo,
.jshop_list_product .product .plusshippinginfo a {
  font-size: 11px;
}
.jshop_list_product .list_related .jshop_related {
  margin-bottom: 15px;
}
.jshop_list_product .image_block {
  padding: 2px;
  display: inline-block;
}
.jshop_list_product .jshop .not_available {
  margin-top: 0px;
  margin-bottom: 5px;
  text-align: center;
}
.jshop_list_product .box_products_sorting {
  padding-right: 5px;
}
.jshop_list_product .box_products_sorting img {
  cursor: pointer;
}
.jshop_list_product .margin_filter {
  height: 8px;
}
.jshop_list_product .box_manufacrurer {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_category {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .filter_price {
  padding-right: 5px;
  white-space: nowrap;
}
.jshop_list_product .box_price_from {
  padding-right: 3px;
}
.jshop_list_product .clear_filter {
  font-size: 10px;
  padding-left: 5px;
}
.jshop .product_label {
  position: absolute;
  margin-left: -5px;
  margin-top: -5px;
}
.jshop .product_label .label_name {
  font-weight: bold;
  color: #950000;
}
.productfull .old_price {
  color: #999;
  margin-bottom: 5px;
}
.productfull #block_price {
  font-size: 18px;
  color: #950000;
}
.productfull .taxinfo {
  font-size: 11px;
}
.productfull .plusshippinginfo {
  font-size: 11px;
}
.productfull .plusshippinginfo a {
  font-size: 11px;
}
.productfull .prod_buttons {
  margin-top: 5px;
}
.productfull div.prod_url {
  text-align: right !important;
}
.productfull .productweight {
  margin-top: 5px;
}
.productfull .extra_fields {
  margin-top: 5px;
}
.productfull .prod_qty {
  display: inline-block;
}
.productfull .prod_qty_input {
  padding-left: 5px;
  display: inline-block;
}
.productfull .buttons {
  padding-left: 10px;
  display: inline-block;
}
.productfull .qty_in_stock {
  margin-bottom: 10px;
}
.jshop_subtotal .plusshippinginfo,
.jshop_subtotal .plusshippinginfo a {
  font-size: 11px;
}
.jshop_subtotal .free_discount {
  font-size: 11px;
}
.jshop_list_manufacturer .manufacturer td {
  vertical-align: top;
}
.jshop_list_manufacturer .manufacturer .image {
  padding-right: 5px;
}
.shipping_weight_to_price {
  margin-left: 24px;
  margin-top: 5px;
  border: 1px solid #000;
}
.shipping_weight_to_price .price {
  padding-left: 5px;
}
span.prod_attr_img {
  padding-left: 5px;
}
span.prod_attr_img img {
  width: 20px;
  height: 20px;
}
.radio_attr_label img {
  width: 20px;
  height: 20px;
}
/*review*/
.review_header {
  margin-top: 20px;
  font-weight: bold;
  border-bottom: 1px solid #999;
}
.review_item {
  border-bottom: 1px dotted #999999;
  padding: 10px;
  padding-left: 0px;
}
.review_user {
  font-weight: bold;
}
.review_text {
  padding-top: 2px;
  padding-bottom: 2px;
}
.review_mark {
  color: #333333;
  height: 18px;
}
#jshop_review_write .inputbox {
  width: 180px;
}
.stars_no_active {
  height: 16px;
  background-image: url(../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px 0px;
}
.stars_active {
  height: 16px;
  background-image: url(../images/star.gif);
  background-repeat: repeat-x;
  background-position: 0px -16px;
}
.jshop .downlod_order_invoice {
  float: right;
}
.jshop .order_payment_params {
  padding-top: 3px;
  font-size: 11px;
}
.vendordetailinfo .name {
  width: 130px;
}
.requiredtext {
  padding-bottom: 10px;
  color: #A00;
  font-size: 11px;
}
.jshop .input_type_radio {
  margin-right: 10px;
  white-space: nowrap;
  display: inline-block;
}
.jshop_profile_data {
  margin-bottom: 10px;
}
.jshop_profile_data .name {
  font-weight: bold;
}
.jshop_profile_data span {
  font-weight: bold;
}
.jshop_profile_data span.subinfo {
  font-size: 10px;
}
.jshop_profile_data .jshop_user_group_info {
  font-size: 10px;
}
.jshop .groups_list .title {
  width: 150px;
}
/* module categories*/
.jshop_menu_level_0,
.jshop_menu_level_0_a {
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_1,
.jshop_menu_level_1_a {
  padding-left: 10px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_2,
.jshop_menu_level_2_a {
  padding-left: 20px;
  margin-top: 3px;
  margin-bottom: 3px;
}
.jshop_menu_level_0_a a,
.jshop_menu_level_1_a a,
.jshop_menu_level_2_a a {
  font-weight: bold !important;
}
/**/
.label_products .block_item {
  margin-bottom: 10px;
}
.top_rating .block_item {
  margin-bottom: 10px;
}
.bestseller_products .block_item {
  margin-bottom: 10px;
}
.latest_products .block_item {
  margin-bottom: 10px;
}
.random_products .block_item {
  margin-bottom: 10px;
}
.jshop_filters .filter_price {
  padding-right: 5px;
}
.jshop_filters .clear_filter {
  display: block;
  font-size: 10px;
}
.jshop_button_print {
  width: 30px;
  float: right;
  text-align: right;
}
.extra_fields .extra_fields_group {
  font-weight: bold;
  padding-top: 3px;
}
.filter_characteristic .characteristic_name {
  padding-top: 5px;
}
.filter_characteristic .characteristic_group {
  font-weight: bold;
  padding-top: 5px;
}
.jshop td.attributes_title {
  width: 100px;
}
.jshop span.attributes_description {
  font-style: italic;
  display: block;
}
.jshop span.freeattribut_description {
  font-style: italic;
  display: block;
}
.jshop span.extra_fields_description {
  font-style: italic;
}
.jshop .prod_attr_img {
  vertical-align: top;
}
.jshop .cart .product_name {
  text-align: left;
}
.cart th.product_name {
  padding-left: 5px;
}
.jshop .prod_qty_input input {
  width: 50px;
  margin-bottom: 0px;
}
.productfull .image_middle {
  width: 100px;
}
.productfull .manufacturer_name {
  padding-bottom: 10px;
}
.productfull .prod_free_attribs {
  padding-bottom: 10px;
}
.productfull .price_prod_qty_list {
  margin-bottom: 10px;
}
.productfull .button_back {
  padding-top: 10px;
}
.jshop_img_description { clear: both }
.jshop_img_description #list_product_image_thumb {
  display: block;
}
.productfull .text_zoom {
  padding-bottom: 5px;
  padding-top: 3px;
}
.productfull .text_zoom img {
  float: left;
  padding-right: 5px;
}
.productfull a.lightbox:hover {
  color: #000 !important;
}
.fielderror {
  background-color: #FDC055 !important;
}
.jshop_categ {
  margin-bottom: 20px;
}
.attributgr_name {
  font-weight: bold;
}
#table_shippings .shipping_form {
  display: none;
}
#table_shippings .shipping_form_active {
  display: block;
}
.jshop .order_shipping_params {
  font-size: 11px;
  padding-top: 3px;
}
/*cart table response*/
.mobile-cart {
  display: none;
}
#all,
#contentarea,
#contentarea2,
#all #header {
  width: auto !important;
}
.cart {
  border-collapse: collapse;
  border: 1px solid #ccc;
}
.cart th {
  text-align: center;
  background-color: #f5f5f5;
  padding: 1px;
  color: #000;
  border: 1px solid #ccc;
}
.cart td {
  text-align: center;
  border: 1px solid #ccc;
  padding: 7px 5px;
  vertical-align: top;
}
.cart th table {
  border-collapse: collapse;
}
.cart .odd td {
  background-color: #fff;
  color: #000;
}
.cart .even td {
  background-color: #fdfdfd;
  color: #000;
}
.cart .taxinfo {
  display: block;
  font-size: 11px;
}
.cart .jshop_code_prod {
  font-size: 10px;
}
.cart .manufacturer {
  padding: 5px 0px 6px 10px;
  font-size: 11px;
  font-weight: bold;
  font-style: italic;
}
.cart .list_extra_field {
  padding-top: 3px;
}
.cart .cart_reload {
  cursor: pointer;
}
.cart .cart_reload a.btn {
  display: none;
}
.cart .remove_to_cart .btn-primary {
  display: none;
}
.cart .remove .btn-danger {
  display: none;
}
.wishlish_buttons {
  margin-top: 20px;
}
.cart_buttons {
  margin-top: 10px;
}
.cart .quantity .inputbox {
  width: 50px;
  margin-bottom: 0px;
}
.cartdescr {
  margin-bottom: 15px;
}
.cart_block_discount {
  margin-top: 35px;
}
.cart_block_discount .inputbox {
  margin-bottom: 0px;
}
.cart_block_discount .name {
  float: left;
  min-width: 100px;
  padding-top: 5px;
}
#checkout a img {
  margin-bottom: 5px;
}
.login_block .form-horizontal .control-label {
  width: 100px;
  text-align: left;
  float: left;
}
.login_block .form-horizontal .controls {
  margin-left: 100px;
}
.login_block .rowpasword,
.login_block .rowremember,
.login_block .rowbutton,
.login_block .rowlostpassword {
  margin-bottom: 8px !important;
}
.logintext {
  margin-bottom: 10px;
}
.block_sorting_count_to_page .icon-arrow {
  width: auto;
  height: auto;
}
.block_sorting_count_to_page .icon-arrow img {
  margin-bottom: 8px;
  margin-left: 3px;
}
.form-horizontal .form_sort_count .control-label {
  text-align: left;
  width: 85px;
  float: left;
}
.form-horizontal .form_sort_count .controls {
  margin-left: 88px;
  margin-right: 15px;
}
.form-horizontal .form_sort_count .controls .inputbox {
  width: 140px;
}
.form-horizontal .form_sort_count .controls .input {
  width: 90px;
}
.form-horizontal .filter_price label {
  display: none;
}
.address_block .form-horizontal .box_button .controls {
  margin-left: 0px;
}
.form-horizontal .other_delivery_adress .controls {
  padding-top: 5px;
}
.checkout_payment_block #table_payments {
  border-collapse: collapse;
  margin-bottom: 15px;
}
.checkout_payment_block #table_payments .name {
  padding: 5px 0px;
}
.checkout_payment_block #table_payments .jshop_payment_method {
  padding-left: 20px;
}
.checkout_shipping_block #table_shippings {
  border-collapse: collapse;
  margin-bottom: 15px;
}
.checkout_shipping_block #table_shippings .name {
  padding: 5px 0px;
}
.checkout_pfinish_block .checkoutinfo {
  margin: 20px 0px;
}
.pfinish_comment_block {
  width: 100%;
  max-width: 325px;
  margin: 0px auto;
}
.pfinish_comment_block .box_button {
  text-align: center;
  margin-top: 10px;
}
.pfinish_comment_block .name {
  text-align: center;
  margin-bottom: 3px;
}
.pfinish_comment_block #order_add_info {
  height: 70px;
  width: 100%;
  max-width: 320px;
}
.block_rating_hits {
  height: 22px;
}
.block_rating_hits table {
  float: right;
  width: auto;
  border: 0px;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
  line-height: 0;
}
/* JoomShoping*/
.shophead,
.jshop {
  border-bottom: 1px solid #ccc;
  padding: 19px 0 0 0;
}
.shophead h1,
.jshop h1 {
  color: #1f2326;
  margin: 0 0 10px 0;
  font-size: 18px;
  border-bottom: 1px 
      solid #ffc0cb;
  display: inline;
}
.jshop {
  display: inline-block;
  width: 100%;
  padding: 10px 0 0 0;
  border: none;
}
.jshop h1 {
  font-size: 24px;
}
.jshop #sort_count {
  display: inline-block;
  width: 100%;
  margin: 10px 0 0 0;
}
.jshop .form-horizontal .block_sorting_count_to_page .control-label {
  width: 150px;
}
.jshop .list_product .row-fluid {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  flex-wrap: wrap;
}
.jshop .list_product .row-fluid > div {
  width: calc(33% - 12px);
  border: 1px solid #eee;
  margin: 6px;
  padding: 0 10px;
}
.jshop .list_product .row-fluid > div:hover {
  border: 1px solid #ffc0cb;
}
.jshop .list_product .row-fluid > div.clearfix {
  border: none;
  width: 100%;
}
/* JoomShoping  Category*/
.jshop_list_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jshop_list_category .row-fluid {
  width: 225px;
  border: 1px solid #fff;
}
.jshop_list_category .row-fluid .sblock2 {
  width: 100%;
  text-align: center;
}
.jshop_list_category .row-fluid:hover {
  border: 1px solid #ffc0cb;
}
.jshop_list_category .list_category {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jshop_list_category .list_product .block_product {
  padding: 15px 4px 5px 4px;
  border-radius: 3px;
  border: none;
}
.jshop_list_category .list_product .block_product .oiproduct .description {
  text-align: center;
}
.jshop_list_category .list_product .block_product .buttons .button_buy {
  display: block;
}
/* JoomShoping  Latest Module*/
.jshop_latest {
  border-bottom: none;
  padding: 19px 0 0 0;
}
.jshop_latest h3 {
  color: #1f2326;
  margin: 0 0 10px 0;
  font-size: 18px;
  border-bottom: 1px 
        solid #ffc0cb;
  display: inline;
}
.jshop_latest h3:after {
  content: "";
  border-bottom: 1px solid #ccc;
  display: block;
}
.jshop_latest .latest_products {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 30px 0 35px 0;
  border: none;
}
.jshop_latest .block_item {
  width: 30%;
  text-align: center;
}
.jshop.productfull .row-fluid.jshop {
  display: inline-block;
  float: left;
  width: 250px;
  padding-bottom: 20px
}
.jshop.productfull .image_middle {
  width: auto;
  padding: 0 50px 0 0;
}
.jshop.productfull .jshop_prod_description {
  clear: both;
  display: inline-block;
}
.jshop.productfull div.jshop_prod_attributes {
  display: inline-block;
  padding: 15px 0 0 0;
  width: 300px;
}
.jshop.productfull .jshop_prod_attributes .span2.attributes_title {
  float: left;
  padding: 4px 67px 0 0px;
}
.jshop.productfull .jshop_prod_attributes .span10 {
  float: left;
}
.jshop.productfull .old_price {
  margin-top: 50px;
}
.jshop.productfull .old_price > .old_price {
  margin-left: 25px;
}
.jshop.productfull .prod_price #block_price {
  margin-left: 75px;
  font-size: 28px;
  color: #ff758d;
}
.jshop.productfull div.jshop_prod_attributes select {
  border-color: #ccc;
}
.jshop.productfull .prod_buttons .prod_qty {
  padding: 0 27px 0 0px;
}
.jshop.productfull .prod_qty_input input {
  width: 135px;
  margin-bottom: 0px;
}
.jshop.productfull .buttons {
  padding: 13px 0 20px 118px;
}
.jshop.productfull .buttons input {
  background: #e8088b;
  background-image: -webkit-linear-gradient(top, #e8088b, #c5187f);
  background-image: -moz-linear-gradient(top, #e8088b, #c5187f);
  background-image: -ms-linear-gradient(top, #e8088b, #c5187f);
  background-image: -o-linear-gradient(top, #e8088b, #c5187f);
  background-image: linear-gradient(to bottom, #e8088b, #c5187f);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  border: none;
}
.jshop.productfull .buttons input:hover {
  background: #e8088b;
  background-image: -webkit-linear-gradient(top, #e8088b, #e8088b);
  background-image: -moz-linear-gradient(top, #e8088b, #e8088b);
  background-image: -ms-linear-gradient(top, #e8088b, #e8088b);
  background-image: -o-linear-gradient(top, #e8088b, #e8088b);
  background-image: linear-gradient(to bottom, #e8088b, #e8088b);
  text-decoration: none;
}
.jshop.productfull .prod_price {
  padding: 20px 0 0 0;
}
.jshop .form-horizontal .box_products_sorting {
  float: left;
}
.jshop .form-horizontal .box_products_sorting .control-label {
  width: 100px;
}
.jshop .form-horizontal .box_products_sorting .controls {
  width: 179px;
}
.jshop .form-horizontal .box_products_sorting select {
  float: left;
}
.jshop .form-horizontal .box_products_sorting .icon-arrow img {
  padding: 3px 0 0 0;
}
.form_sort_count {
  color: #666;
}
.jshop .form-horizontal .box_products_count_to_page {
  float: right;
}
.jshop .form-horizontal .box_products_count_to_page .control-label {
  width: 100px;
}
.jshop .form-horizontal .box_products_count_to_page .controls {
  float: left;
  margin: 0 10px 0 0;
}
.jshop .form-horizontal .box_products_count_to_page .controls select {
  width: 66px;
}
.jshop .jshop_list_product form .box_products_sorting select,
.jshop .jshop_list_product form .box_products_count_to_page select {
  background: #fff;
  color: #7B7B7B;
  margin: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  width: 50%;
}
.jshop_list_product .product .buttons a {
  display: block;
}
.jshop_list_product .product .name {
  margin-bottom: 0;
  padding: 15px 0;
}
.jshop_list_product .product .description {
  text-align: center;
}
.jshop_categ {
  margin: 20px 0;
}
#jshop_menu_order {
  padding: 10px 30px;
  display: block;
  width: auto;
}
#jshop_menu_order td {
  color: #818181;
}
#jshop_menu_order td.jshop_order_step .active_step {
  vertical-align: baseline;
  color: #000;
}
#jshop_menu_order td.jshop_order_step {
  padding: 5px 30px;
}
#jshop_menu_order .jshop_order_step a {
  font-size: 16px;
}
.jshop_register .control-group {
  padding: 5px 0px;
}
.jshop_register .control-group .control-label {
  float: left;
  width: 200px;
  padding: 0 0 0 58px;
}
.other_delivery_adress,
.box_button {
  padding: 0 0 0 58px;
}
#comjshop input.btn-primary {
  background: #ffc0cb;
  background-image: -webkit-linear-gradient(top, #ffc0cb, #fc5e7a);
  background-image: -moz-linear-gradient(top, #ffc0cb, #fc5e7a);
  background-image: -ms-linear-gradient(top, #ffc0cb, #fc5e7a);
  background-image: -o-linear-gradient(top, #ffc0cb, #fc5e7a);
  background-image: linear-gradient(to bottom, #ffc0cb, #fc5e7a);
  -webkit-border-radius: 6;
  -moz-border-radius: 6;
  border-radius: 6px;
  font-family: Arial;
  color: #ffffff;
  font-size: 18px;
  padding: 8px 20px 8px 20px;
  text-decoration: none;
  border: none;
}
#comjshop input.btn-primary:hover {
  background: #ffc0cb;
  background-image: -webkit-linear-gradient(top, #ffc0cb, #ffc0cb);
  background-image: -moz-linear-gradient(top, #ffc0cb, #ffc0cb);
  background-image: -ms-linear-gradient(top, #ffc0cb, #ffc0cb);
  background-image: -o-linear-gradient(top, #ffc0cb, #ffc0cb);
  background-image: linear-gradient(to bottom, #ffc0cb, #ffc0cb);
  text-decoration: none;
}
.jshop_pagination {
  text-align: center;
}
#comjshop {
  padding: 0 0 30px 0;
}
.clearfix {
  display: block;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  height: 1%;
}
html {
  overflow-y: scroll;
  min-height: 100%;
  position: relative;
  padding-bottom: 130px;
}
body {
  padding: 0;
  height: 100%;
}
body .component-wrapper {
  padding: 30px 50px 50px;
  margin: 30px auto;
  background: #fcfcfc;
  border: 1px solid #aaa;
  height: 'auto';
  width: 800px;
  -webkit-box-shadow: 0 3px 10px #bbb;
  -moz-box-shadow: 0 3px 10px #bbb;
  box-shadow: 0 3px 10px #bbb;
  border-radius: 6px;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #ddd, #fff);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ddd), to(#fff));
  background-image: -webkit-linear-gradient(top, #ddd, #fff);
  background-image: -o-linear-gradient(top, #ddd, #fff);
  background-image: linear-gradient(to bottom, #ddd, #fff);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdddddd', endColorstr='#ffffffff', GradientType=0);
}
/* FRONTEND CSS

*********************************************/
body#tinymce {
  background: #fff;
}
a {
  color: #e8088b;
}
.clear {
  clear: both;
  font-size: 0;
  overflow: hidden;
}
/* LAYOUT

*********************************************/
#hor-minimalist-b {
  margin: 0 0 5px 0;
  background: none repeat scroll 0 0 #FFFFFF;
  border-collapse: collapse;
  font-family: "Lucida Sans Unicode", "Lucida Grande", Sans-Serif;
  font-size: 14px;
  text-align: left;
  width: 100%;
}
#hor-minimalist-b th {
  border-bottom: 2px solid #e8088b;
  color: #e8088b;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 8px;
  text-align: left;
}
#hor-minimalist-b td {
  border-bottom: 1px solid #CCCCCC;
  color: #777;
  padding: 6px 8px;
}
#hor-minimalist-b tbody tr:hover td {
  color: #ffc0cb;
}
#hor-minimalist-b td:first-child,
#hor-minimalist-b th.col1 {
  width: 800px;
}
#hor-minimalist-b td:last-child {
  width: 100px;
}
#hor-minimalist-b th.col2 {
  width: 100px;
}
#hor-minimalist-b p {
  padding: 0;
  margin: 0;
}
.btn-group.pull-right {
  display: none;
}
.cop > div,
.cop > div > a {
  color: #fff!important;
}
.showtext {
  color: #ffc0cb;
  cursor: pointer;
  border-bottom: #ffc0cb 1px dashed;
}
.tooltip {
  display: none!important;
}
.slider1 {
  width: 394px!important;
  float: right!important;
  margin: 44px 0 0 0!important;
}
.item-337,
.item-339,
.item-433,
.item-432,
.item-566,
.item-567 {
  display: none;
}
.item-335,
.item-500 {
  background: url(/images/icon-shop.png) no-repeat right;
}
.item-335:hover,
.item-500:hover {
  background: #ffc0cb url(/images/icon-shop.png) no-repeat right;
}
.moduletable.leftmenu .item-335:hover > a,
.moduletable.leftmenu .item-500:hover > a {
  background-color: transparent;
}
/* Floats */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.group:before,
.group:after {
  content: "";
  display: table;
}
.group:after {
  clear: both;
}
.ie7 .group {
  zoom: 1;
}
.example-smallImage-to-base64 {
  background: url('../images/test.png');
  -test1-background: url('../images/test.png');
  -test2-background: url('../images/inner/test.png') 0 50% no-repeat;
}
@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .no-print {
    display: none !important;
  }
}
@media only screen and (max-width: 1000px) {
  body {
    width: 100%;
  }
  .custom.tur {
    display: none;
  }
  header {
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: fixed;
    left: 0;
    z-index: 100;
    background-color: #ffc0cb;
    overflow: hidden;
  }
  header .menu-button {
    background: url('/templates/jblank/images/mobile_menu.png') no-repeat;
    width: 24px;
    height: 18px;
    margin: 18px 20px;
    display: block;
    cursor: pointer;
  }
  header .moduletable.mainmenu {
    width: auto;
    padding: 0;
    display: block;
  }
  header .moduletable.logo {
    padding: 0;
    margin: 0;
  }
  header .moduletable.logo p {
    margin: 4px 0;
  }
  aside {
    display: none;
  }
  aside.left.show {
    left: -245px;
    position: absolute;
    display: block;
    height: 100%;
    z-index: 4;
    box-shadow: 1px 0px 6px 1px #212121;
  }
  aside.right.show {
    right: -245px;
    position: absolute;
    display: block;
    height: 100%;
    z-index: 4;
    box-shadow: 1px 0px 6px 1px #212121;
  }
  main {
    width: calc(100% - 30px - 30px);
    padding: 56px 30px 0 30px;
    min-width: inherit;
    height: auto!important;
  }
  main .top {
    width: 100%;
    display: flex;
    justify-content: space-around;
  }
  main .slider {
    padding: 15px 0 29px 0;
    position: absolute;
    top: -518px;
  }
  .itemid-101 main .slider {
    position: relative;
    top: 0;
  }
  footer {
    width: 100%;
    min-width: 100%;
    display: flex;
    justify-content: center;
  }
  footer .wrap {
    width: 100%;
  }
  .moduletable .caroufredsel_wrapper {
    width: 100%!important;
  }
  .moduletable.kontact {
    width: 100%;
    padding: 25px 0 0 0;
  }
  .moduletable.magazin {
    width: 42%;
    float: left;
  }
  #cis_slider_1.cis_main_wrapper {
    float: right!important;
  }
  .addthis_inline_share_toolbox:before {
    content: "Поделиться";
    color: #515151;
    padding: 0px 0 10px 0;
    display: block;
  }
  .addthis_inline_share_toolbox {
    clear: initial;
    position: initial;
    right: initial;
    transform: initial;
    top: initial;
    margin: initial;
    text-align: center;
  }
  .addthis_inline_share_toolbox .at-share-btn-elements {
    display: initial;
    flex-direction: initial;
  }
}
@media only screen and (max-width: 768px) {
  main .top {
    display: none;
  }
  main .slider {
    padding: 15px 0 29px 0;
  }
  main .content-top .moduletable:last-child {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  header .moduletable.mainmenu {
    display: none;
  }
  header .moduletable.lang {
    display: none;
  }
  header .moduletable.logo {
    padding: 0;
    margin: 0;
    display: block;
  }
  header .moduletable.logo p {
    margin: 4px 0;
  }
  .moduletable.magazin {
    width: 100%;
  }
  #cis_slider_1.cis_main_wrapper {
    margin: 0px 0 0 0 !important;
  }
  .blog.stati .items-leading .items .item-image {
    width: 230px;
  }
  .blog.stati .items-leading .items .item-image .img_caption {
    width: 230px!important;
  }
  .blog.stati .items-leading .items .pull-right {
    width: 100%;
  }
}
@media only screen and (max-width: 568px) {
  .moduletable.photo .custom .capture {
    width: 100%;
  }
  .moduletable.kontact {
    width: 100%;
    margin: 0px auto;
    padding: 25px 0 0 0px;
  }
  .moduletable.kontact .custom {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .moduletable.kontact .custom div {
    padding: 0 5px;
  }
  .moduletable.kontact .custom div:first-child {
    text-align: right;
    order: 1;
  }
  main {
    padding: 56px 30px 100px 30px;
  }
  main .content-top .moduletable h3 {
    border-bottom: none;
  }
  main .content-top .moduletable .custom {
    border-top: 1px solid #ffc0cb;
  }
  footer {
    height: 250px;
  }
  footer .moduletable.kontact .custom {
    display: flex;
    justify-content: center;
    align-items: stretch;
    color: #fff;
    flex-wrap: wrap;
  }
  footer .moduletable.kontact .custom div:nth-child(1) {
    width: 50%;
    order: 2;
    text-align: left;
  }
  footer .moduletable.kontact .custom div:nth-child(2) {
    width: 100%;
    order: 1;
    text-align: center;
    padding: 0 0 20px 0;
  }
  footer .moduletable.kontact .custom div:nth-child(3) {
    order: 2;
    width: 39%;
    text-align: left;
  }
  .moduletable #cis_slider_1.cis_main_wrapper {
    float: right!important;
    width: 100%!important;
  }
  .blog.novinki .items-leading .items:nth-child(odd) {
    padding: 0;
  }
  .blog.novinki .items-leading .items:nth-child(even) {
    padding: 0;
  }
  .blog.novinki .items-leading .items {
    width: 100%;
    margin-bottom: 30px;
  }
  .blog.novinki .pagination {
    display: flex;
    justify-content: center;
    margin: 40px 0 50px 0;
  }
  .blog.novinki .pagination .pagination-start,
  .blog.novinki .pagination .pagination-end {
    display: none;
  }
  .blog.stati .items-leading .items .item-image .img_caption {
    width: 200px!important;
  }
  .blog.stati .items-leading .items {
    flex-direction: column;
  }
  .blog.stati .items-leading .items .item-image {
    width: 100%;
    padding: 0;
  }
  .blog.stati .items-leading .items .item-image .img_caption {
    width: 100% !important;
  }
  .blog.stati .items-leading .items .pull-right {
    width: 100%;
  }
  #phocagallery .pg-csv-box {
    height: 220px;
    width: 100%;
  }
  #phocagallery .pg-csv-box .pg-csv-box-img {
    width: 100%;
    height: auto;
  }
  #phocagallery .pg-csv-box .pg-csv-box-img img {
    width: 100%;
  }
  .moduletable.readmore .blog .items-row:nth-child(odd) {
    padding: 0;
  }
  .moduletable.readmore .blog .items-row:nth-child(even) {
    padding: 0;
  }
  .moduletable.readmore .blog .items-row {
    width: 100%;
  }
  .jshop .list_product .row-fluid > div {
    width: calc(50% - 12px);
  }
  .jshop.productfull .prod_price .label {
    display: block;
  }
  .jshop.productfull .prod_price #block_price {
    margin-left: 0;
  }
  .jshop.productfull .prod_buttons .prod_qty {
    display: block;
  }
  .productfull .prod_qty_input {
    display: block;
    margin: 5px 0 25px 0;
  }
  .jshop.productfull .buttons {
    padding: 13px 0 20px 0px;
  }
  table.jshop {
    overflow-x: auto;
  }
  .jshop_register .control-group .control-label {
    padding: 0;
  }
  .moduletable.news_and_akcii .blog .items-row {
    width: 100%;
  }
  .moduletable.news_and_akcii .blog .items-row:nth-child(odd) {
    padding: 0 0 25px 0;
  }
  .moduletable.news_and_akcii .blog .items-row:nth-child(even) {
    padding: 0 0 25px 0;
  }
}
@media only screen and (max-width: 420px) {
  main {
    padding: 56px 30px 200px 30px;
  }
  footer {
    height: 350px;
  }
  footer .moduletable.kontact .custom {
    display: flex;
    justify-content: center;
    align-items: stretch;
    color: #fff;
    flex-wrap: wrap;
  }
  footer .moduletable.kontact .custom div:nth-child(1) {
    width: 200px;
    order: 2;
    text-align: left;
    padding: 0 0 15px 0;
  }
  footer .moduletable.kontact .custom div:nth-child(2) {
    width: 100%;
    order: 1;
    text-align: center;
    padding: 0 0 20px 0;
  }
  footer .moduletable.kontact .custom div:nth-child(3) {
    order: 2;
    width: 200px;
    text-align: left;
  }
  .blog.akcii .items-leading .items {
    flex-direction: column-reverse;
  }
  .blog.akcii .items-leading .items .pull-left {
    width: 100%;
    text-align: left;
  }
  .blog.akcii .items-leading .items .pull-right {
    width: 100%;
  }
  .item-page .page-header {
    border-bottom: 1px solid #ffc0cb;
  }
  .item-page .page-header h1 {
    border-bottom: none;
  }
  .item-page .page-header h1 a {
    border-bottom: none;
  }
  .chronoform .page-header h1 {
    border-bottom: none;
  }
  .chronoform .gcore-line-td .gcore-label-left {
    min-width: 100%!important;
    max-width: 100%!important;
    text-align: left;
  }
  .chronoform .gcore-line-td .gcore-input {
    width: 100%!important;
  }
  .chronoform .gcore-line-td .gcore-input input {
    width: 100%;
    padding: 5px 0px;
  }
  .chronoform .gcore-line-td .gcore-input select {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 0px;
  }
  .chronoform .gcore-line-td .gcore-input textarea {
    width: 100%;
    border: 1px solid #ccc;
    padding: 7px 0px;
  }
  .chronoform .gcore-line-td .gcore-input .gcore-checkbox-item {
    padding: 0;
    float: none;
  }
  .chronoform .gcore-line-td .gcore-input .gcore-checkbox-item input {
    width: auto;
  }
  .chronoform .gcore-line-td .gcore-input .gcore-checkbox-item .gcore-label {
    font-size: 14px;
  }
  .chronoform .gcore-line-td .gcore-input#fin-checkbox12 {
    width: calc(100%) !important;
  }
  .chronoform .gcore-line-td .gcore-input#fin-custom1 {
    padding: 0;
  }
  .chronoform .gcore-line-td .gcore-input#fin-submit5 {
    width: calc(100%) !important;
    padding: 0;
    text-align: center;
  }
  .jshop .list_product .row-fluid > div {
    width: 100%;
  }
  .jshop .form-horizontal .box_products_count_to_page {
    float: left;
  }
  .jshop.productfull .prod_price {
    display: block;
    clear: both;
  }
  .jshop.productfull .row-fluid.jshop {
    width: 100%;
  }
  .jshop.productfull .image_middle {
    padding: 0;
  }
  .jshop.productfull .image_middle img {
    width: 100%;
  }
  .jshop.productfull .image_middle .text_zoom {
    display: none;
  }
  .jshop.productfull .prod_price {
    text-align: center;
  }
  .jshop.productfull .prod_buttons .prod_qty,
  .jshop.productfull .prod_buttons .prod_qty_input {
    display: none;
  }
  .jshop.productfull .buttons {
    text-align: center;
    display: block;
  }
}
@media only screen and (max-width: 320px) {
  body {
    width: 100%;
    min-width: 270px;
  }
  .custom.tur {
    display: none;
  }
  header {
    width: 100%;
    min-width: 270px;
    display: flex;
    justify-content: space-between;
    padding: 0;
    position: absolute;
    left: 0;
    z-index: 1;
    background-color: #ffc0cb;
    overflow: hidden;
  }
  header .menu-button {
    background: url('/templates/jblank/images/mobile_menu.png') no-repeat;
    width: 24px;
    height: 18px;
    margin: 18px 20px;
    display: block;
    cursor: pointer;
  }
  header .moduletable.mainmenu {
    display: none;
  }
  header .moduletable.logo {
    padding: 0;
    margin: 0;
  }
  header .moduletable.logo p {
    margin: 4px 0;
  }
  aside {
    display: none;
  }
  aside.left.show {
    left: -245px;
    position: absolute;
    display: block;
    height: 100%;
    z-index: 4;
    box-shadow: 1px 0px 6px 1px #212121;
  }
  aside.right.show {
    right: -245px;
    position: absolute;
    display: block;
    height: 100%;
    z-index: 4;
    box-shadow: 1px 0px 6px 1px #212121;
  }
  main {
    width: calc(100% - 20px - 20px);
    padding: 56px 20px 200px 20px;
    min-width: 230px;
  }
  main .top {
    display: none;
  }
  main .slider {
    padding: 15px 0 29px 0;
  }
  main .content-top .moduletable h3 {
    border-bottom: none;
  }
  main .content-top .moduletable .custom {
    border-top: 1px solid #ffc0cb;
  }
  footer {
    width: 100%;
    min-width: 270px;
    display: flex;
    justify-content: center;
  }
  footer .wrap {
    width: 100%;
  }
  .moduletable .caroufredsel_wrapper {
    width: 100%!important;
  }
  .moduletable.kontact {
    width: 100%;
    padding: 25px 0 0 0;
  }
  .moduletable.magazin {
    width: 100%;
    float: left;
  }
  .moduletable #cis_slider_1.cis_main_wrapper {
    float: right!important;
    width: 100%!important;
  }
  .moduletable.photo .custom .capture {
    width: 100%;
  }
  .moduletable.news_and_akcii .nav {
    justify-content: center;
    position: relative;
    bottom: -30px;
    border: none;
    padding: 10px 0;
  }
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (           min-resolution: 192dpi), only screen and (            min-resolution: 2dppx) {
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (   min--moz-device-pixel-ratio: 2), only screen and (     -o-min-device-pixel-ratio: 2/1), only screen and (        min-device-pixel-ratio: 2), only screen and (           min-resolution: 192dpi), only screen and (            min-resolution: 2dppx), only screen and (max-width: 1000px) {
}




DIV.mobile-panel { display: none; background: #fff; padding: 2px 0; width: 100%; text-align: center; border-bottom: 1px solid #ffc0cb; position:fixed; left: 0; top: 48px; z-index: 100  }
DIV.mobile-panel SPAN { padding: 0 5px; font-size: 14px; white-space: nowrap }
DIV.mobile-panel SPAN A { color: #555; font-size: 14px; text-decoration: none }
DIV.mobile-panel SPAN A:hover { color: #ffc0cb }
DIV.mobile-panel SPAN I { margin-right: 2px; font-size: 13px; color: #ffc0cb }

@media (max-width: 768px) {
	DIV.mobile-panel { display: block }
	MAIN { padding-top: 100px }
	DIV.mobile-panel SPAN A { font-size: 18px }
	.logo img { width: 100px; height: auto }
}
@media (max-width: 520px) {
	DIV.mobile-panel { display: block }
	DIV.mobile-panel SPAN A { font-size: 14px; font-weight: bold }
	DIV.mobile-panel SPAN { font-weight: bold }
}
@media (max-width: 480px) {
	DIV.mobile-panel SPAN { padding: 0 4px 0 0 }
	DIV.mobile-panel DIV.phones SPAN { font-size: 14px }
	DIV.mobile-panel DIV.phones I { font-size: 13px }
	DIV.mobile-panel DIV.addr SPAN { font-size: 13px }
	DIV.mobile-panel DIV.addr I { font-size: 10px }
	DIV.mobile-panel DIV.addr { line-height: 14px }
}
@media (max-width: 358px) {
	DIV.mobile-panel SPAN { padding: 0 3px 0 0 }
	DIV.mobile-panel SPAN A { font-size: 10px }
	DIV.mobile-panel SPAN I { margin-right: 3px; font-size: 11px }
}



/*кнопка звонка*/
.callback-bt {
        background:#ffc0cb;
        border:2px solid #ffc0cb;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(255,192,203,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 8%;
        bottom: 25px;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
}

.callback-bt .text-call span {
    text-align: center;
    color:#fff;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .3s linear;
}

.callback-bt .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt:hover i {
    display:none;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover i {
        color:#ffc0cb;
        font-size:40px;
        transition:.3s;
}
.callback-bt i {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 42px;
        transition: .5s ease-in-out;
}

.callback-bt i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(255,192,203,0.3),0 0 0 0 rgba(255,192,203,0.2),0 0 0 0 rgba(255,192,203,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255,192,203,0.3),0 0 0 15px rgba(255,192,203,0.2),0 0 0 0 rgba(255,192,203,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255,192,203,0.3),0 0 0 30px rgba(255,192,203,0),0 0 0 26.7px rgba(255,192,203,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255,192,203,0.3),0 0 0 30px rgba(255,192,203,0),0 0 0 40px rgba(255,192,203,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(255,192,203,0.3),0 0 0 0 rgba(255,192,203,0.2),0 0 0 0 rgba(255,192,203,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(255,192,203,0.3),0 0 0 15px rgba(255,192,203,0.2),0 0 0 0 rgba(255,192,203,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(255,192,203,0.3),0 0 0 30px rgba(255,192,203,0),0 0 0 26.7px rgba(255,192,203,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(255,192,203,0.3),0 0 0 30px rgba(255,192,203,0),0 0 0 40px rgba(255,192,203,0.0)
}
}

/* animations icon */
@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */
button.button-joomly-callback-form, button[type="submit"].button-joomly-callback-lightbox { background-color: #ffc0cb !important }
div.joomly-callback-caption { background-color: #ffc0cb !important }


.tel div.contact p { text-align: left; color: #ffc0cb }
.tel div.contact p I { color: #708090 }
.tel div.contact p A { color: #708090 }
#joomly-callback div.joomly-callback-body div.tel { display: none }
#joomly-callback div.joomly-callback-body { padding-bottom: 15px }

#pg-msnr-container { width: 607px; display: flex; flex-flow: row wrap }
@media (max-width: 663px) {
	#pg-msnr-container div.item:first-child { height: 52px }
	#pg-msnr-container div.item:first-child DIV { height: 52px }
	#pg-msnr-container { width: auto }
}



DIV.online-rec-block { display: none; position: fixed; left: 0; bottom: 0; width: 100%; height: 40px; z-index: 100; background: #ffc0cb; text-align: center }
@media (max-width: 768px) {
  DIV.online-rec-block { display: block }
  .callback-bt { bottom: 45px !important }
  FOOTER { padding-bottom: 10px }
}



A.online-mod { display: inline-block; color: #fff; border: 1px solid #ffc0cb; background: #ffc0cb; font-size: 20px; text-decoration: none; line-height: 38px; width: 200px; padding: 3px 30px; margin: 5px; }
DIV.online-rec-block > A.online-mod { width: 90%; padding: 0; margin: 0 }


.price-button { display: inline-block; color: #ffc0cb; border: 1px solid #ffc0cb; font-size: 20px; text-decoration: none; line-height: 38px; width: 200px; padding: 3px 30px; margin: 5px; }


DIV.mastera p.img_caption { background: #ffc0cb !important }

DIV.osmap-sitemap { margin-bottom: 50px }


DIV.moduletableprod_links { clear: both; padding: 10px 20px; border-radius: 4px; background: #EEE }
DIV.moduletableprod_links A { padding: 5px 40px 5px 0; color: #333 }
@media (max-width: 768px) {
  DIV.moduletableprod_links A { display: block; }
}

.breadcrumb A Span { color: #e8088b }
DIV.photolist A { color: #ff758d }

.pg-csv-name A { color: #ff758d }
.pg-categories-view .page-header h1 { color: #ff758d !important }
.mastera .readmore A { color: #ff758d }
.jshop_categ .product_link, .jshop A { color: #ff758d !important }
.customprod_links > P > A { color: #000 !important }

.content-top .magazin P { padding-right: 10px }


DIV.photolist UL LI IMG { width: 170px; margin: 0; padding: 0; display: block }
DIV.photolist UL LI { display: inline-block; width: 25%; }
DIV.photolist UL LI IMG { width: 100%; }
@media (max-width: 500px) {
  DIV.photolist UL LI { width: 50%; }
}

DIV.item-page P IMG { max-width: 100% }