@font-face {
  font-family: 'RodeoBold';
  src: url('../fonts/RodeoBold.eot');
  src: url('../fonts/RodeoBold.eot') format('embedded-opentype'), url('../fonts/RodeoBold.woff2') format('woff2'), url('../fonts/RodeoBold.woff') format('woff'), url('../fonts/RodeoBold.ttf') format('truetype'), url('../fonts/RodeoBold.svg#RodeoBold') format('svg');
}
@font-face {
  font-family: 'RodeoNormal';
  src: url('../fonts/RodeoNormal.eot');
  src: url('../fonts/RodeoNormal.eot') format('embedded-opentype'), url('../fonts/RodeoNormal.woff2') format('woff2'), url('../fonts/RodeoNormal.woff') format('woff'), url('../fonts/RodeoNormal.ttf') format('truetype'), url('../fonts/RodeoNormal.svg#RodeoNormal') format('svg');
}
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;
}
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;
}
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;
  -moz-box-sizing: content-box;
  -webkit-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;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  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;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 100%;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  height: 100%;
  margin: 0;
  line-height: 1.4;
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: #000000;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #114d87;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #114d87;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}

.items_img_wrap .gall_img {
  /*padding: 0 19%;*/
  border: 4px solid #fff;
  -webkit-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
    overflow: hidden;
    /*border-radius: 50%;*/
}

.items_img_wrap .items_img{
  /*padding: 0 19%;*/
  border: 4px solid #fff;
  -webkit-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
    overflow: hidden;
    border-radius: 50%;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #57585a;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'RodeoNormal', serif;
  font-weight: 400;
  line-height: 1;
  color: #000000;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #777777;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin: 0 0 15px;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin: 0 0 15px;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 23px;
}
h2,
.h2 {
  font-size: 21px;
}
h3,
.h3 {
  font-size: 19px;
}
h4,
.h4 {
  font-size: 16px;
  font-weight: 160;
}
h5,
.h5 {
  font-size: 14px;
  font-weight: 160;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  font-family: 'Arial', serif;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  font-size: 24px;
  padding: 10px 0px 15px;
  font-weight: bold;
  /*background: #cce0e9;*/
  /*border-left: 3px solid #114d87;*/
  margin: 0 0 15px;
}
p {
  margin: 0 0 8px;
}
small,
.small {
  font-size: 12px;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: .2em;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.ttl {
  text-transform: lowercase;
}
.ttu {
  text-transform: uppercase;
}
.ttc {
  text-transform: capitalize;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.lisn {
  padding-left: 0;
  list-style: none;
}
dl {
  margin-top: 0;
  margin-bottom: 10px;
}
dt,
dd {
  line-height: 1.4;
}
dt {
  font-weight: bold;
}
dd {
  margin-left: 0;
}
abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #777777;
}
blockquote {
  padding: 10px 20px;
  margin: 0 0 10px;
  font-size: 14px;
  border-left: 5px solid #eeeeee;
}
blockquote p:last-child,
blockquote ul:last-child,
blockquote ol:last-child {
  margin-bottom: 0;
}
.blockquote-reverse,
blockquote.pull-right {
  padding-right: 15px;
  padding-left: 0;
  border-right: 5px solid #eeeeee;
  border-left: 0;
  text-align: right;
}
blockquote:before,
blockquote:after {
  content: "";
}
address {
  margin-bottom: 10px;
  font-style: normal;
  line-height: 1.4;
}
.justifyfull {
  text-align: justify;
}
code,
kbd,
pre,
samp {
  font-family: Menlo, Monaco, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 4px;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #ffffff;
  background-color: #333333;
  border-radius: 3px;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  box-shadow: none;
}
pre {
  display: block;
  padding: 9.5px;
  margin: 0 0 10px;
  font-size: 13px;
  line-height: 1.4;
  word-break: break-all;
  word-wrap: break-word;
  color: #333333;
  background-color: #f5f5f5;
  border: 1px solid #cccccc;
  border-radius: 4px;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.form_callback .control-input .icon {
    position: absolute;
    top: 28px;
    left: 13px;
    font-size: 17px;
    color: #00c7fc;
}
.form_callback .form-group .control-input .icon{
    position: absolute;
    top: 40px;
    left: 13px;
    font-size: 17px;
    color: #00c7fc;
}

@media (min-width: 768px) {
  .container {
    /*width: 753px;*/
    width: 793px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1003px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1248px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 9px;
  padding-right: 9px;
}
.row {
  margin-left: -9px;
  margin-right: -9px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 9px;
  padding-right: 9px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
    .tab-content .tab-pane .shop_desc {
/*  margin-bottom: 30px;*/ /*скрыто от 09.12.15*/
    margin-bottom: 20px;
    padding: 14px;
    margin: -23px 12px 13px 0px;
    border-radius: 0px 20px 20px;
    border: 3px solid #329ae3;
    
}
/*добавленно от 09.12.15*/
.tab-content .tab-pane .shop_prise {
    margin-bottom: 20px;
    padding: 14px;
    margin: -23px 12px 13px 0px;
    border-radius: 20px;
    border: 3px solid #329ae3;
    
}

/*добавленно от 09.12.15*/
.tab-content .tab-pane .shop_harakteristiki,
.tab-content .tab-pane .shop_smeta {
    margin-bottom: 20px;
    padding: 14px;
    margin: -23px 12px 13px 0px;
    border-radius: 20px;
    border: 3px solid #329ae3;
    
}
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
/*добавленно от 15.01.16*/  
  .col-sm-9a {
    width: 100%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
/*добавленно от 15.01.16*/  
  .col-md-8a {
    width: 83%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
/*добавленно от 15.01.16*/
  .col-md-4a {
    width: 17%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }

.tab-content .tab-pane .shop_desc {
/*  margin-bottom: 30px;*/ /*скрыто от 09.12.15*/
    margin-bottom: 20px;
    padding: 14px;
    margin: -23px 12px 13px 0px;
    border-radius: 0px 20px 20px;
    border: 3px solid #329ae3;
    
}
/*добавленно от 09.12.15*/
.tab-content .tab-pane .shop_prise {
    margin-bottom: 20px;
    padding: 14px;
    margin: -23px 12px 13px 0px;
    border-radius: 20px;
    border: 3px solid #329ae3;
    
}

/*добавленно от 09.12.15*/
.tab-content .tab-pane .shop_smeta {
    margin-bottom: 20px;
    padding: 14px;
    margin: -23px 12px 13px 0px;
    border-radius: 20px;
    border: 3px solid #329ae3;
    
}
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-9a {
    width: 79%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-3a {
    width: 19%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lgm-2 {
    width: 13.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.col-nowrap {
  white-space: nowrap;
}
table {
  background-color: #ffffff;
}
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-left: 4px;
  padding-right: 4px;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}
th {
  text-align: left;
}
.ton{
    background: #cce0e9;
    font-weight: bold;
    font-size: 16px;
}
.ton2{
    background: #aec1c9;
    font-weight: bold;
    font-size: 16px;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.table > thead > tr,
.table > tbody > tr,
.table > tfoot > tr {
  margin-bottom: 1px;
}
.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: 11px 4px;
  line-height: 1.4;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #909090;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #909090;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #909090;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #909090;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > thead > tr > th {
  background-color: #ffc464;
  border-bottom: none;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #CCE0E9;
}
.table-hover > tbody > tr:hover > td,
.table-hover > tbody > tr:hover > th {
  background-color: #c4d6e3;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #c4d6e3;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #b3cadb;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
  .smplbut a {
   display:none;
  }
  .mdl_photo_img {
    display:none;
  }
  .mdl_photo_img .page-header {
    display:none;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 15px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline;
  max-width: 100%;
  margin-bottom: 1px;
  font-weight: bold;
  cursor: pointer;
  color: #333;
}
label.ldib {
  display: inline-block;
}
label.ldb {
  display: block;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
}
output {
  display: block;
  padding-top: 4px;
  font-size: 14px;
  line-height: 1.4;
  color: #555555;
}
textarea,
select,
input[type="password"],
input[type="text"] {
  display: inline-block;
  height: 34px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #00c7fc;
  border-radius: 0;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
textarea:focus,
select:focus,
input[type="password"]:focus,
input[type="text"]:focus {
  outline: 0;
}
textarea::-moz-placeholder,
select::-moz-placeholder,
input[type="password"]::-moz-placeholder,
input[type="text"]::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
textarea:-ms-input-placeholder,
select:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
input[type="text"]:-ms-input-placeholder {
  color: #777777;
}
textarea::-webkit-input-placeholder,
select::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder {
  color: #777777;
}
textarea[disabled],
select[disabled],
input[type="password"][disabled],
input[type="text"][disabled],
textarea[readonly],
select[readonly],
input[type="password"][readonly],
input[type="text"][readonly],
fieldset[disabled] textarea,
fieldset[disabled] select,
fieldset[disabled] input[type="password"],
fieldset[disabled] input[type="text"] {
  cursor: default;
  background-color: #eeeeee;
  opacity: 1;
}
textareatextarea,
textareaselect,
textareainput[type="password"],
textareainput[type="text"] {
  height: auto;
}
.form-control {
  display: inline-block;
  height: 34px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1.4;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #00c7fc;
  border-radius: 0;
  -webkit-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-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:focus {
  outline: 0;
}
.form-control::-moz-placeholder {
  color: #777777;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #777777;
}
.form-control::-webkit-input-placeholder {
  color: #777777;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  cursor: default;
  background-color: #eeeeee;
  opacity: 1;
}
textarea.form-control {
  height: auto;
}
select {
  padding: 3px 6px;
  cursor: pointer;
}
input[type="search"] {
  -webkit-appearance: none;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  line-height: 28px;
  line-height: 1.4 \0;
}
input[type="date"].input-sm,
input[type="time"].input-sm,
input[type="datetime-local"].input-sm,
input[type="month"].input-sm {
  line-height: 30px;
}
input[type="date"].input-lg,
input[type="time"].input-lg,
input[type="datetime-local"].input-lg,
input[type="month"].input-lg {
  line-height: 46px;
}
.form-group {
  margin-bottom: 10px;
}
.form-group.error input,
.form-group.error textarea {
  border-color: #a94442;
  color: #d9534f;
}
.form-ctrl {
  margin-top: 15px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
input[size="10"] {
  width: 10%;
}
input[size="20"] {
  width: 20%;
}
input[size="30"] {
  width: 30%;
}
input[size="40"] {
  width: 40%;
}
input[size="50"] {
  width: 50%;
}
input[size="60"] {
  width: 60%;
}
input[size="70"] {
  width: 70%;
}
input[size="80"] {
  width: 80%;
}
input[size="90"] {
  width: 90%;
}
input[size="100"] {
  width: 100%;
}
textarea[cols="10"] {
  width: 10%;
}
textarea[cols="20"] {
  width: 20%;
}
textarea[cols="30"] {
  width: 30%;
}
textarea[cols="40"] {
  width: 40%;
}
textarea[cols="50"] {
  width: 50%;
}
textarea[cols="60"] {
  width: 60%;
}
textarea[cols="70"] {
  width: 70%;
}
textarea[cols="80"] {
  width: 80%;
}
textarea[cols="90"] {
  width: 90%;
}
textarea[cols="100"] {
  width: 100%;
}
.btn-main {
  font-size: 14px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
  text-shadow: none;
  color: #ffffff;
  background-color: #00c7fc;
  -webkit-transition: background 0.1s ease-out;
  -o-transition: background 0.1s ease-out;
  transition: background 0.1s ease-out;
  /*border-radius: 4px;*/
  box-shadow: 0 5px 6px -5px #000000;
}
.btn-main:hover {
  color: #ffffff;
  background-color: #de1b86;
}
.btn-main:active {
  -webkit-box-shadow: 0 2px 3px 0px #4d4d4d inset;
  box-shadow: 0 2px 3px 0px #4d4d4d inset;
}
.btn-main:focus {
  color: #ffffff;
  background-color: #329ae3;
}
.btn-main:hover {
  color: #fff;
}
.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 3px 7px;
  font-size: 14px;
  line-height: 1.4;
  border-radius: 4px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus {
  outline: none;
}
.btn:hover,
.btn:focus {
  color: #ffffff;
  text-decoration: none;
}
.btn:active,
.btn.active {
  outline: 0;
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  cursor: not-allowed;
  pointer-events: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  line-height: inherit;
  color: #114d87;
  font-weight: normal;
  cursor: pointer;
  border: none;
  border-radius: 0;
  text-decoration: underline;
  padding: 0;
}
.btn-link,
.btn-link:active,
.btn-link[disabled],
fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-link,
.btn-link:hover,
.btn-link:focus,
.btn-link:active {
  border-color: transparent;
}
.btn-link:hover {
  color: #114d87;
  text-decoration: none;
  background-color: transparent;
}
.btn-link[disabled]:hover,
fieldset[disabled] .btn-link:hover,
.btn-link[disabled]:focus,
fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none;
}
.btn-block {
  display: block;
  width: 100%;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}
/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/artmebius/fonts/fontawesome-webfont.eot?v=4.3.0');
  src: url('/artmebius/fonts/fontawesome-webfont.eot?#iefix&v=4.3.0') format('embedded-opentype'), url('/artmebius/fonts/fontawesome-webfont.woff2?v=4.3.0') format('woff2'), url('/artmebius/fonts/fontawesome-webfont.woff?v=4.3.0') format('woff'), url('/artmebius/fonts/fontawesome-webfont.ttf?v=4.3.0') format('truetype'), url('/artmebius/fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class*="icon"] {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.icon-search:before {
  content: "\f002";
}
.icon-envelope-o:before {
  content: "\f003";
}
.icon-user:before {
    content: "\f007";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-unlock-alt:before {
    content: "\f13e";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-comment:before {
    content: "\f075";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-phone:before {
    content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-angle-double-left:before {
  content: "\f100";
}
.icon-angle-double-right:before {
  content: "\f101";
}
.icon-angle-left:before {
  content: "\f104";
}
.icon-angle-right:before {
  content: "\f105";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-vk:before {
  content: "\f189";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-trash:before {
  content: "\f1f8";
}
.spoiler noindex {
  display: block;
}
.spoiler {
  display: block;
  line-height: 21px;
  overflow: hidden;
}
.spoiler p,
.spoiler ul,
.spoiler ol,
.spoiler dl {
  margin: 0 0 10px;
}
.spoiler hr {
  margin: 10px 0;
}
.spoiler.closed p,
.spoiler.closed ul,
.spoiler.closed ol,
.spoiler.closed dl,
.spoiler.closed hr {
  margin: 0;
}
.spoiler.closed noindex p,
.spoiler.closed noindex ul,
.spoiler.closed noindex ol,
.spoiler.closed noindex dl {
  margin: 0 0 10px;
}
.spoiler_button {
  text-align: right;
  margin-top: 5px;
}
/*
  Colorbox Core Style:
  The following CSS is consistent between example themes and should not be altered.
*/
#cboxOverlay {
  overflow: hidden;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  /*overflow:hidden;*/
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
  max-width: none;
  -ms-interpolation-mode: bicubic;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#colorbox,
#cboxContent,
#cboxLoadedContent {
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
/*
  User Style:
  Change the following styles to modify the appearance of Colorbox. They are
  ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {
  background: url(../img/cb-v1/overlay.png) repeat 0 0;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(../img/cb-v1/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(../img/cb-v1/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(../img/cb-v1/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(../img/cb-v1/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(../img/cb-v1/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(../img/cb-v1/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(../img/cb-v1/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(../img/cb-v1/border.png) 0 -29px repeat-x;
}
#cboxContent {
  background: #fff;
  /*overflow:hidden;*/
}
.cboxIframe {
  background: #fff;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
/*#cboxLoadedContent{
      margin-bottom:28px;
      }*/
#cboxTitle {
  position: absolute;
  /*bottom:4px;*/
  top: 100%;
  left: 0;
  margin-top: 20px;
  text-align: center;
  width: 100%;
  color: #fff;
}
#cboxCurrent {
  background: #fff none repeat scroll 0 0;
  border-radius: 0 12px 0 0;
  bottom: 0;
  color: #949494;
  height: 25px;
  left: 71px;
  line-height: 25px;
  padding: 0 10px;
  position: absolute;
}
#cboxLoadingOverlay {
  background: url(../img/cb-v1/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(../img/cb-v1/loading.gif) no-repeat center center;
}
/* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
#cboxPrevious,
#cboxNext,
#cboxSlideshow,
#cboxClose {
  border: 0;
  padding: 0;
  margin: 0;
  overflow: visible;
  width: auto;
  background: none;
}
/* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
#cboxPrevious:active,
#cboxNext:active,
#cboxSlideshow:active,
#cboxClose:active {
  outline: 0;
}
#cboxSlideshow {
  position: absolute;
  bottom: 0;
  left: 25px;
  width: 21px;
  height: 25px;
  text-indent: -9999px;
  background: url(../img/cb-v1/controls-ext.png) no-repeat 0px 0;
}
.cboxSlideshow_on #cboxSlideshow:hover {
  background-position: -21px -25px;
}
.cboxSlideshow_off #cboxSlideshow {
  background-position: -21px 0px;
}
.cboxSlideshow_off #cboxSlideshow:hover {
  background-position: 0px -25px;
}
#cboxPrevious {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../img/cb-v1/controls.png) no-repeat -75px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: -75px -25px;
}
#cboxNext {
  position: absolute;
  bottom: 0;
  left: 46px;
  background: url(../img/cb-v1/controls.png) no-repeat -50px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: -50px -25px;
}
#cboxClose {
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/cb-v1/controls.png) no-repeat -25px 0;
  width: 25px;
  height: 25px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: -25px -25px;
}
#cboxClose {
  border-radius: 12px 0 0;
}
.nav {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
}
.nav > li {
  position: relative;
  display: block;
}
.nav > li > a {
  position: relative;
  display: block;
/*  padding: 10px 15px;   скрыто от 09.12.15*/
  padding: 13px 20px;  /*добавленно от 09.12.15*/
  /*z-index: 1; добавленно от 09.12.15*/
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
/*  background-color: #898989;   скрыто от 09.12.15*/
  background-color: #DFE9FD;   /*добавленно от 09.12.15*/
}
.nav > li.disabled > a {
  color: #777777;
}
.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: transparent;
  cursor: not-allowed;
}
.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
  background-color: #898989;
  border-color: #114d87;
}
.nav .nav-divider {
  height: 1px;
  margin: 9px 0;
  overflow: hidden;
  background-color: #e5e5e5;
}
.nav > li > a > img {
  max-width: none;
}
.nav-tabs {
  border-bottom: 1px solid transparent;
}
.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.4;
  border: 1px solid transparent;
/*  border-radius: 4px 4px 0 0;   скрыто от 09.12.15*/
  border-radius: 15px 15px 0 0;     /*добвавленно от 09.12.15*/
  color: #57585a;
/*  background: #ebebeb;   скрыто от 09.12.15*/
  text-decoration: none;
}
.nav-tabs > li > a > span {
  border-bottom: 1px dotted #57585a;
}
.nav-tabs > li > a:hover {
  border-color: transparent transparent transparent;
/*  background: #ebebeb;    скрыто от 09.12.15*/
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
/*  background-color: #898989;    скрыто от 09.12.15*/
  background-color: #CCE0E9;   /*добавленно от 09.12.15*/
/*  border: 1px solid transparent;   скрыто от 09.12.15*/
  border: 3px solid #329ae3;
  border-bottom-color: transparent;
  cursor: default;
}
.nav-tabs > li.active > a > span {
  border-bottom: none;
}
.nav-tabs.nav-justified {
  width: 100%;
  border-bottom: 0;
}
.nav-tabs.nav-justified > li {
  float: none;
}
.nav-tabs.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-tabs.nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs.nav-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:hover,
.nav-tabs.nav-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs.nav-justified > .active > a,
  .nav-tabs.nav-justified > .active > a:hover,
  .nav-tabs.nav-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.nav-stacked > li {
  float: none;
}
.nav-stacked > li + li {
  margin-top: 2px;
  margin-left: 0;
}
.nav-justified {
  width: 100%;
}
.nav-justified > li {
  float: none;
}
.nav-justified > li > a {
  text-align: center;
  margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
@media (min-width: 768px) {
  .nav-justified > li {
    display: table-cell;
    width: 1%;
  }
  .nav-justified > li > a {
    margin-bottom: 0;
  }
}
.nav-tabs-justified {
  border-bottom: 0;
}
.nav-tabs-justified > li > a {
  margin-right: 0;
  border-radius: 4px;
}
.nav-tabs-justified > .active > a,
.nav-tabs-justified > .active > a:hover,
.nav-tabs-justified > .active > a:focus {
  border: 1px solid #dddddd;
}
@media (min-width: 768px) {
  .nav-tabs-justified > li > a {
    border-bottom: 1px solid #dddddd;
    border-radius: 4px 4px 0 0;
  }
  .nav-tabs-justified > .active > a,
  .nav-tabs-justified > .active > a:hover,
  .nav-tabs-justified > .active > a:focus {
    border-bottom-color: #ffffff;
  }
}
.tab-content {
  padding-top: 20px;

}
.tab-content > .tab-pane {
  display: none;
  /*border: 3px solid #329ae3; добавленно от 09.12.15*/
/*  padding: 14px;   добавленно от 09.12.15*/
/*  margin: -23px 12px 13px 0px;   добавленно от 09.12.15*/
  /*border-radius: 0px 20px 20px;  добавленно от 09.12.15*/
}
.tab-content > .active {
  display: block;
}
.breadcrumbs > ul {
  padding: 0;
  margin-bottom: 15px;
  list-style: none;
}
.breadcrumbs > ul > li {
  display: inline-block;
}
.breadcrumbs > ul > .active {
  color: #57585a;
}
.pagenav ul,
.pagination ul {
  display: inline-block;
  padding-left: 0;
  margin: 0 0 20px;
  border-radius: 4px;
}
.pagenav ul > li,
.pagination ul > li {
  display: inline;
}
.pagenav ul > li > a,
.pagenav ul > li > span,
.pagination ul > li > a,
.pagination ul > li > span {
  position: relative;
  float: left;
  padding: 4px 8px;
  line-height: 1.4;
  text-decoration: none;
  color: #57585a;
  background-color: #cce0e9;
  border: 1px solid #cce0e9;
  margin: 0 3px;
}
.pagenav ul > li:first-child > a,
.pagenav ul > li:first-child > span,
.pagination ul > li:first-child > a,
.pagination ul > li:first-child > span {
  margin-left: 0;
}
.pagenav ul > li > a:hover,
.pagenav ul > li > span:hover,
.pagenav ul > li > a:focus,
.pagenav ul > li > span:focus,
.pagination ul > li > a:hover,
.pagination ul > li > span:hover,
.pagination ul > li > a:focus,
.pagination ul > li > span:focus {
  color: #ffffff;
  background-color: #114d87;
  border-color: #114d87;
}
.pagenav ul > .active > a,
.pagenav ul > .active > span,
.pagenav ul > .active > a:hover,
.pagenav ul > .active > span:hover,
.pagenav ul > .active > a:focus,
.pagenav ul > .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 {
  z-index: 2;
  color: #ffffff;
  background-color: #114d87;
  border-color: #114d87;
  cursor: default;
}
.pagenav ul > .disabled > span,
.pagenav ul > .disabled > span:hover,
.pagenav ul > .disabled > span:focus,
.pagenav ul > .disabled > a,
.pagenav ul > .disabled > a:hover,
.pagenav ul > .disabled > a:focus,
.pagination ul > .disabled > span,
.pagination ul > .disabled > span:hover,
.pagination ul > .disabled > span:focus,
.pagination ul > .disabled > a,
.pagination ul > .disabled > a:hover,
.pagination ul > .disabled > a:focus {
  color: #999999;
  background-color: #cce0e9;
  border-color: #cce0e9;
  cursor: default;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}
.embed_row {
  max-width: 540px;
  margin-bottom: 20px;
}
.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate3d(0, -25%, 0);
  transform: translate3d(0, -25%, 0);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -moz-transition: -moz-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  z-index: 1050;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000000;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
  min-height: 16.4px;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.4;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 1024px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.nav:before,
.nav:after,
.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.nav:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.w10 {
  width: 10%;
}
.w20 {
  width: 20%;
}
.w30 {
  width: 30%;
}
.w40 {
  width: 40%;
}
.w50 {
  width: 50%;
}
.w60 {
  width: 60%;
}
.w70 {
  width: 70%;
}
.w80 {
  width: 80%;
}
.w90 {
  width: 90%;
}
.w100 {
  width: 100%;
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }

}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.tiles_col {
  margin-bottom: 20px;
}
@media (max-width: 479px) {
  .tiles_grid .row.clr-sxs-1 .tiles_col:nth-child(1n+1) {
    clear: both;
    width: 100% !important;
  }
}
@media (min-width: 320px) and (max-width: 767px) {
  .tiles_grid .row.clr-xs-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles_grid .row.clr-sm-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .tiles_grid .row.clr-md-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 1280px) {
  .tiles_grid .row.clr-lg-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
.like_table {
  margin-bottom: 30px;
}
.like_table > div:before,
.like_table > div:after {
  content: " ";
  display: table;
}
.like_table > div:after {
  clear: both;
}
.like_table > div > div {
  float: left;
}
.like_table.just2 > div > div {
  width: 50%;
}
.like_table.just3 > div > div {
  width: 33.333%;
}
.like_table.just4 > div > div {
  width: 25%;
}
.like_table.just5 > div > div {
  width: 20%;
}
.like_table.just6 > div > div {
  width: 16.67%;
}
.like_table.just7 > div > div {
  width: 14.29%;
}
.like_table.just8 > div > div {
  width: 12.5%;
}
@media (min-width: 320px) and (max-width: 479px) {
  .elems_list .elems_imgage {
    width: 100% !important;
  }
  .elems_list .elems_information {
    width: 100% !important;
  }
}
.bgimage {
  display: block;
  height: 0;
  max-width: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bgimage.bgsz-cv {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.bgimage.bgsz-ct {
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.bgimage.r3n2 {
  padding: 66% 0px 0px 0px;
}
.bgimage.r3n4 {
  padding: 133.33% 0px 0px 0px;
}
.bgimage.r4n3 {
  padding: 75% 0px 0px 0px;
}
.bgimage.r16n9 {
  padding: 56.25% 0px 0px 0px;
}
.bgimage.rSqr {
  padding: 100% 0px 0px 0px;
}
.resp_prvw {
  position: relative;
  display: block;
  height: 0;
  padding: 100% 0 0 0;
}
.resp_prvw .items_img_wrap {
  overflow: hidden;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  text-align: center;
  font-size: 0;
}
.resp_prvw .items_img {
  max-height: 101%;
  height: auto;
}
.breadcrumb {
  margin: 0;
  list-style: none;
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.breadcrumb li {
  line-height: 20px;
  font-size: 14px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}
nav ul,
nav ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_horz {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.menu_horz li {
  font-size: 14px;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
}
.menu_horz_multi {
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.menu_horz_multi > li {
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-align: center;
  line-height: 20px;
}
.menu_horz_multi > li:hover > ul {
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
}
.menu_horz_multi > li ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
}
.menu_horz_multi > li ul ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.menu_horz_multi > li ul li {
  display: block;
  position: relative;
}
.menu_horz_multi > li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 100%;
}
.menu_justified > li {
  display: table-cell;
  width: 1%;
}
.menu_justify {
  text-align: justify;
}
.menu_justify:after {
  content: "";
  display: inline-block;
  font-size: 0;
  line-height: 0;
  width: 100%;
}
.menu_vert li {
  line-height: 20px;
  font-size: 14px;
  letter-spacing: normal;
  display: block;
}
.menu_vert li + li {
  margin-top: 5px;
}
.menu_vert_multi li + li {
  margin-top: 0px;
}
.menu_vert_multi li ul {
  margin-top: 0px;
  padding-left: 0px;
}
.menu_vert_accord li.active > ul {
  display: block;
}
.menu_vert_accord li + li {
  margin-top: 0px;
}
.menu_vert_accord li ul {
  display: none;
  margin-top: 0px;
  padding-left: 0px;
}
.menu_cols.mc_2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.menu_cols.mc_3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.menu_cols.mc_4 {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
.menu_cols.mc_5 {
  -webkit-column-count: 5;
  -moz-column-count: 5;
  column-count: 5;
  -webkit-column-gap: 18px;
  -moz-column-gap: 18px;
  column-gap: 18px;
}
@media (min-width: 768px) {
  .menu_hide + .menu {
    display: block !important;
  }
  .menu_horz_multi {
    display: block !important;
  }
  .menu_horz_multi > li:hover > ul {
    display: block !important;
  }
  .menu_horz_multi > li ul {
    display: none !important;
  }
  .menu_horz_multi > li ul li:hover > ul {
    display: block !important;
  }
  .menu_vert_multi li ul {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .menu_hide + .menu {
    display: none;
  }
  .menu_horz_multi > li:hover > ul {
    display: none;
    position: static;
    top: auto;
    left: auto;
  }
  .menu_horz_multi > li.active > ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
  }
  .menu_horz_multi > li ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: none;
  }
  .menu_horz_multi > li ul ul {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .menu_horz_multi > li ul li {
    display: block;
    position: relative;
  }
  .menu_horz_multi > li ul li:hover > ul {
    display: none;
    position: static;
    top: auto;
    left: auto;
  }
  .menu_horz_multi > li ul li.active > ul {
    display: block;
    position: static;
    top: auto;
    left: auto;
  }
  .menu_vert_multi li.active ul {
    display: block;
  }
  .menu_vert_multi li ul {
    display: none;
  }
  .menu_justified > li {
    display: block;
    width: auto;
  }
}
.error,
.req {
  color: #a94442;
}
.success {
  color: #3c763d;
}
.btn {
  background: #114d87;
  color: #fff;
  padding: 8px 20px;
  border: none;
  text-decoration: none;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.btn:active,
.btn:hover {
  background: #329ae3;
  color: #fff;
}
#wrap {
  min-height: 100%;
  min-width: 320px;
  position: relative;
  z-index: 50;
}
.mdl {
  /*margin-bottom: 11px;*/
}
#hdr {
  position: relative;
  /*padding: 16px 20px 0;*/
  background-image: url(/artmebius/img/top.png);
  background-size: 100% 100%;
  background-repeat: no-repeat; 
  /*background: #ffffff;*/
}
#hdr p {
  margin: 0;
}
#hdr .row {
  margin-bottom: 0;
}
#hdr_inner {
  position: relative;
  /*padding-bottom: 12px;*/
  color: #000;
}
#sect_wrap {
  position: relative;
  padding-bottom: 50px;
  background: #ffffff;
  padding: 0 20px;
}
#sect_bfr {
  margin-bottom: 35px;
}
.page_inner #sect_main {
  padding-top: 5px;
}
#left {
  /*margin-top: 40px;*/
  margin-top: 24px;
}
#cnt {
  margin-bottom: 30px;
}
#ftr_ndr {
  height: 220px;
  position: relative;
}
#ftr {
  /*min-height: 220px;*/
  position: absolute;
  bottom: 0;
  border-top: 5px solid #00c7fc;
  background: #f0f4f8;
  width: 100%;
}
#ftr a {
  color: #3dcdfb;
}
#ftr p {
  margin: 0;
}
#ftr .row {
  margin-bottom: 0;
}
#ftr .mdl {
  /*margin-bottom: 10px;*/
}
.social-links {
  margin-left: 25px;
}
.social-links a {
  width: 30px;
  text-align: center;
  height: 30px;
  display: inline-block;
  border: 2px solid #fff;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.social-links a:hover {
  border-color: #329ae3;
  color: #329ae3 !important;
}
#ftr_inner {
  /*padding-bottom: 20px;*/
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 20px;
  color: #484848;
  /*border-top: 7px solid #de1b86;*/
  /*background-image: -webkit-linear-gradient(top, #006cb0 0%, #114d87 100%);*/
  /*background-image: -o-linear-gradient(top, #006cb0 0%, #114d87 100%);*/
  /*background-image: linear-gradient(to bottom, #006cb0 0%, #114d87 100%);*/
  /*background-repeat: repeat-x;*/
  /*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff006cb0', endColorstr='#ff114d87', GradientType=0);*/
}
.modal-dialog {
  margin-top: 100px;
}
.modal-dialog .modal-content {
  background-image: -webkit-linear-gradient(#e8e9ea, #ffffff 10%, #ffffff 85%, #e8e9ea);
  background-image: -o-linear-gradient(#e8e9ea, #ffffff 10%, #ffffff 85%, #e8e9ea);
  background-image: linear-gradient(#e8e9ea, #ffffff 10%, #ffffff 85%, #e8e9ea);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e9ea', endColorstr='#ffe8e9ea', GradientType=0);
}
.sf_side {
  margin: 10px 0;
}
.sf_side form {
  position: relative;
}
.sf_side .sf_ctnr {
  position: relative;
}
.sf_side .sf_text_wrap {
  text-align: right;
}
.sf_side .sf_label {
  /*width: 18%;*/
  width: 29%;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}
.sf_side .sf_text {
  /*width: 80%;*/
  width: 68%;
  border: 1px solid #0e4070;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 38px;
  height: 30px;
  line-height: 20px;
  color: #fff;
  background: #0e4070;
}
.sf_side .sf_submit {
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  padding: 0;
  width: 34px;
  height: 28px;
  line-height: 28px;
  font-size: 15px;
  color: #fff;
  background: none;
}
.sf_side #sfTips {
  position: absolute;
  left: 20%;
  right: 0;
  top: 100%;
  margin: -1px 0 0 0;
  border: 1px solid #329ae3;
  background: #f0f4f7;
  z-index: 900;
}
.sf_side #sfTips button {
  display: block;
  width: 100%;
  padding: 3px 10px 5px;
  border: none;
  border-radius: 0;
  text-align: left;
  color: #329ae3;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.sf_side .sf_tips_item a {
  display: block;
  font-size: 13px;
  text-decoration: none;
  border-bottom: 1px dotted #329ae3;
  padding: 4px 10px 5px;
}
.logo_hdr {
  float: left;
  margin-top: 0px;
  margin-bottom: 0;
}
.slogan_hdr {
  color: #114d87;
  padding-top: 43px;
  text-transform: uppercase;
  /*text-align: center;*/
  font: 16px 'RodeoNormal', serif;
}
.phone_hdr {
  padding-top: 33px;
  margin-bottom: 0;
  text-align: right;
  font-size: 25px;
  color: #ffffff;
  font-weight: 600;
}
.phone_hdr span {
  color: #ffffff;
}
.contacts_hdr {
  margin: 0 0 10px;
  text-align: right;
}
.contacts_hdr a {
  color: #ffffff;
}
.menu_top {
  padding: 0 20px;
  background:#ffffff;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff114d87', endColorstr='#ff114d87', GradientType=0);
  font-family: 'PT Sans', sans-serif;
}
.menu_top .menu_horz_multi {
  /*text-align: center;*/
}
.menu_top .menu_horz_multi > li > a {
  display: block;
  text-decoration: none;
  /*font-size: 15px;*/
  color: #000;
  padding: 15px 30px;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.menu_top .menu_horz_multi > li:hover > a,
.menu_top .menu_horz_multi > li.active > a {
  background: #00c7fc;
  background-repeat: repeat-x;
  color: #ffffff;
}
.menu_columns .menu_vert_multi li:before {
  top: 2px;
  font-size: 9px;
  color: #114d87;
}

.adresse_hdr .ww-item {
  text-align: center;
}
.adresse_hdr .ww-item-icon {
  margin: 35px 0 0;
  float: left;
}
.adresse_hdr .ww-item-info {
  overflow: hidden;
  line-height: 1.4;
  color: #ffffff;
  padding: 41px 0 0;
}
.menu_side .page-header {
  color: #fff;
  padding: 13px 20px;
  font: 15px/1.5 'PT Sans', sans-serif;
  margin-bottom: 0;
  background-image: -webkit-linear-gradient(#114d87, #1767b4 60%, #114d87);
  background-image: -o-linear-gradient(#114d87, #1767b4 60%, #114d87);
  background-image: linear-gradient(#114d87, #1767b4 60%, #114d87);
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff114d87', endColorstr='#ff114d87', GradientType=0);
}
.menu_side ul.menu {
  padding: 0;
  margin: 0;
  border: 1px solid #cce0e9;
  border-top: none;
}
.menu_side ul.menu > li {
  background-image: -webkit-linear-gradient(top, #edf2f6 0%, #ffffff 100%);
  background-image: -o-linear-gradient(top, #edf2f6 0%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #edf2f6 0%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffedf2f6', endColorstr='#ffffffff', GradientType=0);
  line-height: 1.2;
}
.menu_side ul.menu > li + li {
  border-top: 1px solid #cce0e9;
}
.menu_side ul.menu > li > a {
  font-size: 14px;
  padding: 10px 18px;
  display: block;
  color: #000;
  text-decoration: none;
}
.menu_side ul.menu > li.active,
.menu_side ul.menu > li:hover {
  background: #cce0e9;
}
.menu_side ul.menu > li ul {
  padding-left: 14px;
  margin-top: 13px;
}
.menu_side ul.menu > li ul li a {
  text-transform: none;
}
.hl {
  font-size: 21px;
  color: #f0611e;
}
.gallery_main .tiles_col {
  margin-bottom: 30px;
}
.gallery_main .items_link {
  text-align: center;
  text-decoration: none;
  font: 16px/1.4 'RodeoNormal', serif;
}
.gallery_main .items_link:hover {
  color: #de1b86;
  text-decoration: none;
}
.gallery_main .items_title {
  display: block;
  padding: 10px 10px 0;
}
.gallery_main .items_prvw {
  padding: 80% 0 0;
}
.gallery_main .items_img_wrap {
  border: 2px solid #00c7fc;
  background: #fff;
}
.gallery_main .gall_img{
  padding: 0;
}

#gallery_albums img {
  -webkit-transition: transform 0.2s ease-out;
  -o-transition: transform 0.2s ease-out;
  transition: transform 0.2s ease-out;
}
#gallery_albums .items_link:hover .items_img_wrap {
  border-color: #de1b86;
}
#gallery_albums .items_link:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.breadcrumbs {
  margin-bottom: 10px;
  /*line-height: 20px;*/
  line-height: 15px; 
  padding: 5px 0;
}
.breadcrumbs .B_crumbBox {
  margin-bottom: 0;
}
.devby {
  text-align: right;
}
.search_results .sr_highlight {
  color: #329ae3;
}
.cmmnt {
  font-style: italic;
}
.math_exmpl {
  display: inline-block;
  font-weight: bold;
  background-color: #329ae3;
  color: #fff;
}
.old_browser_warning {
  padding: 100px 50px;
  text-align: center;
  border-bottom: 1px solid #ccc;
  background: #fff;
}
.close_obw {
  display: inline-block;
  line-height: 1;
  cursor: pointer;
  border-bottom: 1px dashed #114d87;
  color: #114d87;
}
.justifyfull {
  text-align: justify;
}
.step_block {
  display: none;
}
.step_block.step_1 {
  display: block;
}
.count_cost_calc * {
  outline: none;
}
.count_cost_calc form {
  padding: 0 15px;
}
.count_cost_calc form .step_block {
  margin: 0 -15px;
}
.count_cost_calc .tab-content {
  border: 3px solid #329ae3;
  padding: 25px 0 30px;
  overflow: hidden;
  border-radius: 0 20px 20px;
}
.count_cost_calc .tab-content .page-header {
  border: none;
  color: #114d87;
}
.count_cost_calc .tab-content .page-header span {
  color: #000000;
}
.count_cost_calc .tab-content .section-header {
  font: 21px 'RodeoNormal', serif;
  color: #114d87;
  margin-bottom: 10px;
}
.count_cost_calc .step_block > .row {
  padding: 10px 20px;
}
.count_cost_calc .step_block > .row:nth-child(2n+1) {
  background: #f0f4f7;
}
.count_cost_calc .nav-tabs {
  position: relative;
  z-index: 1;
}
.count_cost_calc .nav-tabs > li {
  margin-bottom: 0;
  position: relative;
}
.count_cost_calc .nav-tabs > li a {
  color: #114d87;
  padding: 16px 30px 10px;
  background: #ffffff !important;
  border-bottom: 0 !important;
  border-radius: 15px 15px 0 0;
}
.count_cost_calc .nav-tabs > li a span {
  display: inline-block;
  font: 18px/1.3 'RodeoNormal', serif;
}
.count_cost_calc .nav-tabs > li.active a {
  top: 4px;
  padding: 10px 27px 14px;
  border: 3px solid #329ae3;
  color: #000000;
}
.count_cost_calc .nav-tabs > li.active:after,
.count_cost_calc .nav-tabs > li.active:before {
  content: "";
  display: block;
  width: 19px;
  height: 20px;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACYAAAAUCAIAAABu7dhfAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6RDg3ODRGMDE4QzY2MTFFNUE4QUJGMzEyMjczQjMyOEIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6RDg3ODRGMDI4QzY2MTFFNUE4QUJGMzEyMjczQjMyOEIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEODc4NEVGRjhDNjYxMUU1QThBQkYzMTIyNzNCMzI4QiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEODc4NEYwMDhDNjYxMUU1QThBQkYzMTIyNzNCMzI4QiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoY405UAAAJISURBVHjaYvz//z8D0WDr7W91B94BGTJ8LEDyyac/QLLJQchblYt4Q1gYSAEff/6DMEwl2eBWwgVpYuW7738hDDkBVkxBmlh5/8MfCEOBnwVTkCZWXnr5C8JQF2bDFCQSMBGv9OrrX5AwlONnEedhBiI5sF+BgkApmli56eZXCMNOjhONAZeippUvv/5dcx1qrp86FxoDKAVUQGUr11z7AmGYSLErC0KTK5AB5KIpoI6VZ579nHfhM4SdbsSHLAXnAhUAlVHHyltvf9eCSxwgcFXiNJJkR5YFcoGCEDZQGVAxFaxsP/r+FTieBDiYSiwFMBUABYFSQAZQGVAxRVbeefc7adMrSLZjYmRocRQS4WLGVAYUBEoBFUDyKFALUCM5Vl57/QtYgl+EZfNyKwFLGQ5cioFSQAUQNlALUOM13DmVEWtNsvve96p9b/+BZYCuzzfnj9XjJRhiiy99nnjyI8Q4oKfbnITh0YzPyqOPf0w+9fE2LGTYmBlrbAWJr5uAtVvL4fe//kLNVBVizTXjt5ZFCR7Gf///v/jy9/773yef/tx+99vbb4gcrSTI2uYkBNRGUhEKdG7Vvnf33iOiU5iL2VOZy1yaXVGQVYKHmdFi7hO4o+CAm40pxZA3UoeHFZIqSAS///1ffuXLnPOfv/5Cr0qBwcZoPufJ738IK2X5WPzVuYM1ufnYmRgoA59+/lt7/evGm18ff0LUbkA/MFrOfSLEyQT0soE4m4UMh7YoGwO1AbCeOfHkx4WXv4DR9+77P4AAAwBbYQMK/5OM6QAAAABJRU5ErkJggg==);
  background-position: -19px 0;
  position: absolute;
  right: -14px;
  bottom: -4px;
  z-index: 1;
}
.count_cost_calc .nav-tabs > li.active:before {
  background-position: 0 0;
  left: -16px;
}
.count_cost_calc .nav-tabs > li.active:first-child:before {
  display: none;
}
.count_cost_calc label {
  font-weight: 400;
}
.count_cost_calc .btn {
  cursor: pointer;
  margin-top: 10px;
  margin-left: 20px;
  border-radius: 0;
  padding: 8px 0 8px 20px;
  position: relative;
}
.count_cost_calc .btn:after {
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
}
.count_cost_calc .btn span {
  padding: 0 10px 0 25px;
}
.count_cost_calc .btn.to_step_back {
  padding: 8px 20px 8px 0;
}
.count_cost_calc .btn.to_step_back:after {
  left: 30px;
  right: auto;
}
.count_cost_calc .btn.to_step_back span {
  padding: 0 25px 0 10px;
}
.count_cost_calc .btn + .btn {
  margin-left: 10px;
}
.count_cost_calc .btn.btn-submit {
  padding: 8px 20px;
}
.count_cost_calc .btn.btn-submit:after {
  display: none;
}
.count_cost_calc #cwood_square,
.count_cost_calc #cblock_square,
.count_cost_calc #cbath_square {
  margin: 15px 0;
}
.count_cost_calc input[type=checkbox] {
  vertical-align: sup;
}
.count_cost_calc input[type=text],
.count_cost_calc textarea {
  padding: 8px;
  height: auto;
}
.count_cost_calc .step_1 input[type=text] {
  text-align: center;
}
.count_cost_calc .ui-widget-content {
  border-color: #b4bbbf;
  background: #d4dce0;
}
.count_cost_calc .ui-state-default,
.count_cost_calc .ui-widget-content .ui-state-default,
.count_cost_calc .ui-widget-header .ui-state-default {
  background: #114d87;
  border-radius: 100%;
  border: 3px solid #329ae3;
}
.count_cost_calc .ui-widget-header {
  background: #1767b4;
  border-color: #1c81e2;
}
.how_we_work .page-header {
  padding: 35px 20px 40px 20px;
  line-height: 1.2;
}
.how_we_work ul {
  list-style: none;
  text-align: justify;
  letter-spacing: -0.4em;
  position: relative;
  width: 100%;
  padding: 0;
}
.how_we_work ul:before {
  content: "";
  display: block;
  height: 1px;
  background: #114d87;
  position: absolute;
  top: 57px;
  left: 80px;
  right: 80px;
}
.how_we_work ul li {
  width: 20%;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.how_we_work ul li .hww-item-title {
  padding: 5px 20px;
  font-weight: 600;
}
.how_we_work ul li .hww-num {
  position: absolute;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background: #114d87;
  color: #fff;
  text-align: center;
  left: 100%;
  top: 57px;
  margin-top: -12px;
  margin-left: -12px;
  border-radius: 25px;
  font-weight: 700;
}
.how_we_work ul li:last-child .hww-num {
  display: none;
}
/*.mdl_photo_img {
  position: relative;
}
.mdl_photo_img .page-header {
  margin-bottom: 27px !important;
}*/
.mdl_partners .items_grid {
  text-align: center;
}
.mdl_partners .items_block {
  border: 3px solid #cce0e9;
}
.mdl_botmenu ul {
  width: 100%;
  text-align: center;
}
.mdl_botmenu ul li {
  margin: 0 2%;
}
.mdl_callmeback > p {
  padding: 25px 0 15px;
}
.mdl_callmeback .input {
  padding: 8px 10px;
  height: auto;
}
.mdl_callmeback .btn {
  height: auto;
  padding: 5px 10px;
  border: 3px solid #fff;
  border-radius: 0;
  box-shadow: 0 0 0 transparent;
  background: #114d87;
}
.mdl_callmeback .btn:hover {
  background: #de1b86;
}
.mdl_phones_ftr {
  font-size: 21px;
  text-align: center;
}
.contacts_ftr {
  /*font-size: 21px;*/
  text-align: center;
}
.mdl_contacts {
  margin-top: 25px;
}
.additional-menu {
  display: inline-block;
  vertical-align: middle;
  font: 14px/1 'PT Sans', sans-serif;
  margin-left: 20px;
}
.additional-menu ul li {
  display: inline-block;
  margin: 0 10px;
}

.whywe_main .ww-item {
  text-align: center;
}
.whywe_main .ww-item-icon {
  /*margin: 56px 0 0;*/
  float: left;
}
.whywe_main .ww-item-info {
  overflow: hidden;
  line-height: 1.4;
  color: #ffffff;
  padding: 48px 0 0;
}

.whywe_main .ww-item-title{
  font: 14px/1 'PT Sans', sans-serif;
  color: #000;
}

@media (min-width: 1460px) {
  .container {
    width: 1440px;
  }
  #hdr {
    padding: 0 100px;
  }
  .menu_top {
    margin: 0 -100px 0;
    padding: 0 100px;
  }
  #sect_wrap {
    padding: 0 100px;
  }
  #ftr_inner {
    padding: 20px 100px;
  }
  .smplbut a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.0em;
    line-height: 2;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #777;
    color: #fff;
/*    border-radius: 5px;*/
    outline: none;
    font-size: 21px;
    background: linear-gradient(#114d87, #1767b4 60%,  #114d87);
  }
  .menu_top .menu_horz_multi > li > a {
    font-size: 15px;
  }
  /*03.02.2016*/
  #mask {
      position:absolute;
      left:0;
      top:0;
      z-index:9000;
      background-color:#000;
      display:none;
      }
  #boxes .window {
      position:absolute;
      left:0;
      top:0px;
      -top: 40px;
      width:440px;
      display:none;
      z-index:9999;
      padding: 20px;
      overflow: hidden;
      }  
  #boxes #dialog {
      width:30%; 
      padding:20px;
      background-color:#ffffff;
      border: 1px solid #cccccc;
      border-radius: 10px 10px 3px 3px;
      }  
  .top {
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:30px;
      background: #d4dce0;
      padding: 3px 7px 6px 10px;
      border-radius: 10px 10px 0 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      }
  .top_text {
      position:absolute;
      left:0;
      top:0;
      width:250px;
      z-index:9999;
      height:30px;
      color: #000;
      font-family: Verdana, sans-serif;
      font-weight: bold;
      font-size: 15px;
      padding-left: 10px;
      padding-top: 5px;
      }

  .close {
      float:right;
      }
  .content {
      padding-top: 0;
  }

  .bot-links {
    text-align: right;
  }
  .cont_top{
  padding: 0 53px 0 11px;
  }
  .but_hdr {
    padding: 14px 0;
    width: 80%;
  }
  .but_top_hdr{
    padding: 38px 0 0;
  }
  
}
@media (min-width: 1280px) and (max-width: 1459px) {
  .container {
    width: 1230px;
  }
  #hdr {
    padding: 0 20px;
  }
  .menu_top {
    margin: 0 -20px 0;
    padding: 0 20px;
  }
  #sect_wrap {
    padding: 0 20px;
  }
  #ftr_inner {
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
  }
/*от 16.01.2016*/
  .slogan_hdr {
  text-align: center;
  }
  .smplbut a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.0em;
    line-height: 2;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #777;
    color: #fff;
/*    border-radius: 5px;*/
    outline: none;
    font-size: 21px;
    background: linear-gradient(#114d87, #1767b4 60%,  #114d87);
  }
  .menu_top .menu_horz_multi > li > a {
    font-size: 15px;
  }
  .bot-links {
    text-align: right;
  }
  /*03.02.2016*/
  #mask {
      position:absolute;
      left:0;
      top:0;
      z-index:9000;
      background-color:#000;
      display:none;
      }
  #boxes .window {
      position:absolute;
      left:0;
      top:0px;
      -top: 40px;
      width:440px;
      display:none;
      z-index:9999;
      padding: 20px;
      overflow: hidden;
      }  
  #boxes #dialog {
      width:30%; 
      padding:20px;
      background-color:#ffffff;
      border: 1px solid #cccccc;
      border-radius: 10px 10px 3px 3px;
      }  
  .top {
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:30px;
      background: #d4dce0;
      padding: 3px 7px 6px 10px;
      border-radius: 10px 10px 0 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      }
  .top_text {
      position:absolute;
      left:0;
      top:0;
      width:250px;
      z-index:9999;
      height:30px;
      color: #000;
      font-family: Verdana, sans-serif;
      font-weight: bold;
      font-size: 15px;
      padding-left: 10px;
      padding-top: 5px;
      }

  .close {
      float:right;
      }
  .content {
      padding-top: 0;
  }
   .cont_top{
    padding: 0 53px 0 11px;
  }
  .but_hdr {
    padding: 14px 0;
    width: 80%;
  }
  .but_top_hdr{
    padding: 38px 0 0;
  }
}
.list_n {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.list_icns {
  margin: 0 0 15px;
  padding: 0;
  list-style: none;
}
.list_icns li {
  display: block;
  padding-left: 15px;
  position: relative;
}
.list_icns li:before {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 10px;
  height: 20px;
  text-align: left;
  vertical-align: middle;
  font: normal normal normal 14px/20px FontAwesome;
  color: #555555;
}
.list_icns.angle_right li:before {
  content: "\f105";
}
.list_icns.chevron_right li:before {
  content: "\f054";
}
.table-zebra {
  border-top: 1px solid #909090;
}
.table-zebra tr th {
  padding: 6px 16px;
  border: none;
}
.table-zebra tr td {
  border: none;
  padding: 6px 16px;
}
.table-zebra tr:nth-child(2n) td {
  background: #e1ecf1;
}
.table-tiny tr th,
.table-tiny tr td {
  padding: 4px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  #hdr_inner {
    padding-bottom: 0;
  }
  .logo_hdr {
    margin-top: 0;
  }
/*от 15.01.2016*/
  .slogan_hdr {
    line-height: 1.5;
    padding: 5px 30px 0;
    margin-bottom: 25px;
    text-align:left;
    margin-left:10px;
  }
  .phone_hdr {
    padding-top: 15px;
  }
  .contacts_hdr {
    margin-top: 0;
  }

  .menu_top .menu_horz_multi > li > a {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 15px;
  }
  .additional-menu {
    margin-left: 0;
  }
  .adresse_hdr {
    padding-bottom: 0;
    padding-left: 42px;
    padding-right: 1px;
    padding-top: 0;
  }

  .adresse_hdr .ww-item-icon {
  margin: 20% 0 0;
  float: left;
  }
  .adresse_hdr .ww-item-info {
    overflow: hidden;
    line-height: 1.4;
    color: #ffffff;
    padding: 17% 0 0;
  }
/*от 15.01.2016*/
.mdl_photo_img {
  position: relative;
}
.bot-links {
    text-align: right;
  }
  /*03.02.2016*/
#mask {
    position:absolute;
    left:0;
    top:0;
    z-index:9000;
    background-color:#000;
    display:none;
    }
#boxes .window {
    position:absolute;
    left:0;
    top:0px;
    -top: 40px;
    width:440px;
    height:200px;
    display:none;
    z-index:9999;
    padding: 20px;
    overflow: hidden;
    }  
#boxes #dialog {
    width:30%; 
    height:250px;
    padding:20px;
    background-color:#ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px 10px 3px 3px;
    }  
.top {
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:30px;
    background: #d4dce0;
    padding: 3px 7px 6px 10px;
    border-radius: 10px 10px 0 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }
.top_text {
    position:absolute;
    left:0;
    top:0;
    width:250px;
    z-index:9999;
    height:30px;
    color: #000;
    font-family: Verdana, sans-serif;
    font-weight: bold;
    font-size: 15px;
    padding-left: 10px;
    padding-top: 5px;
    }

.close {
    float:right;
    }
.content {
    padding-top: 0;
}


}
@media (min-width: 768px) and (max-width: 1023px) {
  #hdr_inner {
    padding-bottom: 0;
  }
  .logo_hdr {
    margin-top: 0;
    float: none;
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 2px solid #ccc;
  }
/*от 16.01.2016*/
  .slogan_hdr {
    line-height: 1.5;
    padding: 5px 30px 0;
    margin-bottom: 25px;
    text-align:left;
    margin-left:10px;
  }
  .phone_hdr {
    padding-top: 15px;
  }
  .contacts_hdr {
    margin-top: 5px;
  }
  .menu_top .menu_horz_multi > li > a {
    /*padding-left: 20px;*/
    padding-left: 10px;
    padding-right: 10px;
    font-style: 14px;
  }
  .sf_side {
    margin: 0 0 10px;
  }
  .sf_side .sf_text {
    width: 100%;
  }
  .sf_side #sfTips {
    left: 0;
  }
  .mdl_callmeback > p {
    padding: 0 0 10px;
  }
  .mdl_contacts {
    margin-top: 0;
  }
  .mdl_botmenu ul li {
    margin: 0 6px;
  }
  .bot-links {
    text-align: right;
  }
  /*15.01.2016*/
  .mdl_photo_img {
    position: relative;
  }
  .adresse_hdr .ww-item {
    text-align: center;
  }
  .adresse_hdr .ww-item-icon {
    margin: 13px 0 0;
    float: left;
  }
  .adresse_hdr .ww-item-info {
    overflow: hidden;
    line-height: 1.4;
    color: #ffffff;
    padding: 9px 0 0;
  }
  .phone_hdr {
      padding-top: 1px;
      text-align: left;
  }
  .contacts_hdr {
      margin-top: 5px;
      text-align: center;
  }
  /*03.02.2016*/
  #mask {
      position:absolute;
      left:0;
      top:0;
      z-index:9000;
      background-color:#000;
      display:none;
      }
  #boxes .window {
      position:absolute;
      left:0;
      top:0px;
      -top: 40px;
      width:440px;
      height:200px;
      display:none;
      z-index:9999;
      padding: 20px;
      overflow: hidden;
      }  
  #boxes #dialog {
      width:40%; 
      height:250px;
      padding:20px;
      background-color:#ffffff;
      border: 1px solid #cccccc;
      border-radius: 10px 10px 3px 3px;
      }  
  .top {
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:30px;
      background: #d4dce0;
      padding: 3px 7px 6px 10px;
      border-radius: 10px 10px 0 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      }
  .top_text {
      position:absolute;
      left:0;
      top:0;
      width:250px;
      z-index:9999;
      height:30px;
      color: #000;
      font-family: Verdana, sans-serif;
      font-weight: bold;
      font-size: 15px;
      padding-left: 10px;
      padding-top: 5px;
      }

  .close {
      float:right;
      }
  .content {
      padding-top: 25px;
  }


}
@media (max-width: 767px) {
  .page-header,
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-bottom: 10px;
  }
  .mdl {
    margin-bottom: 20px;
  }
  #hdr {
    padding-top: 5px;
    border-color: #000;
    text-align: center;
  }
  #hdr_btm {
    padding: 10px 0 0;
  }
  #hdr_inner {
    padding-bottom: 5px;
  }
  .page_main #sect_main {
    padding-top: 20px;
  }
  .slogan_hdr {
    margin-bottom: 0;
    padding-top: 15px;
    line-height: 1.3;
  }
  .phone_hdr {
    text-align: center;
    padding-top: 10px;
    margin-bottom: 0px;
  }
  .logo_hdr {
    float: none;
    padding-top: 0;
    margin-bottom: 5px;
  }
  .phone_hdr {
    font-size: 19px;
  }
  .contacts_hdr {
    margin: 10px 0;
  }
  .menu_top {
    float: none;
    margin: 0 -20px 0;
  }
  .menu_top a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .menu_top .menu_switcher{
    box-shadow: 2px 4px 10px -4px #333333;
    margin-bottom: 16px;
  }
  .menu_top .menu_switcher a {
    overflow: hidden;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #114d87;;
  }
  .menu_top .menu_switcher a.active {
    color: #114d87;;
    border-bottom: 1px solid #fff;
  }
  .menu_top .menu_switcher .switcher_icon {
    float: right;
    display: block;
    padding-top: 8px;
    margin-right: 5px;
    font-size: 19px;
  }
  .menu_top .menu_horz_multi {
    padding: 0;
    border: none;
    text-align: left;
  }
  .menu_top .menu_horz_multi > li {
    float: none;
    display: block;
    border: none;
  }
  .menu_top .menu_horz_multi > li > a {
    border-bottom: 1px solid #114d87;
    padding: 5px 25px;
    height: auto;
    margin: 0;
    font-size: 15px;
    text-align: left;
  }
  .menu_top .menu_horz_multi > li:last-child > a {
    border-bottom: none;
  }
  .menu_top .menu_horz_multi > li + li {
    margin-left: 0;
  }
  .menu_top .menu_horz_multi > li ul {
    padding-top: 0px;
    border-top: none;
    position: static;
  }
  .menu_top .menu_horz_multi > li ul li a {
    display: block;
    border-bottom: 1px solid #f1f1f1;
    padding: 5px 10px 5px 20px;
    height: auto;
    line-height: 20px;
    text-transform: uppercase;
    color: #fff;
    background: #333333;
  }
  .menu_top .menu_horz_multi > li ul li a:active {
    background: #cce0e9 !important;
  }
  .menu_top .menu_horz_multi > li ul li:hover a {
    color: #fff;
    background: #333333;
  }
  .menu_top .menu_horz_multi > li ul li.active > a {
    background: #cce0e9;
  }
  .menu_top .menu_horz_multi > li ul li + li {
    margin: 0;
  }
  .sf_side {
    margin: 0 0 10px;
  }
  .sf_side .sf_text {
    width: 100%;
  }
  .sf_side #sfTips {
    left: 0;
  }
  .menu_side {
    float: none;
  }
  .menu_side a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .menu_side .menu_switcher a {
    overflow: hidden;
    display: block;
    height: 35px;
    line-height: 35px;
    padding: 0 10px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    background: #114d87;
  }
  .menu_side .menu_switcher a.active {
    background: #329ae3;
    color: #fff;
  }
  .menu_side .menu_switcher .switcher_icon {
    float: right;
    display: block;
    padding-top: 8px;
    font-size: 19px;
  }
  .sf_side {
    margin-bottom: 10px;
  }
  .breadcrumbs {
    padding: 0;
    margin-bottom: 10px;
  }
  #footer .mdl {
    display: block;
    width: 100%;
    margin: 0px 0 10px;
    float: none;
    text-align: left;
  }
  .lt-ie8 .topmenu .menu_switcher {
    display: block !important;
  }
  div.table-responsive {
    border: 1px solid #909090;
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  div.table-responsive table,
  div.table-responsive .table {
    margin-bottom: 0 !important;
  }
  .devby {
    text-align: left;
  }
  .additional-menu {
    margin-left: 0;
  }
  .additional-menu ul li {
    margin: 0 15px 0 0;
  }
  .how_we_work .page-header {
    padding: 10px 20px 15px;
  }
  .how_we_work ul:before {
    display: none;
  }
  .how_we_work ul li {
    width: 50%;
  }
  .count_cost_calc .nav-tabs > li a {
    padding: 12px 15px 10px;
    font-size: 16px;
  }
  .count_cost_calc .nav-tabs > li a span {
    font-size: 16px;
  }
  .count_cost_calc .nav-tabs > li.active a {
    padding: 10px 18px 10px;
  }
  .count_cost_calc .nav-tabs > li.active a span {
    font-size: 16px;
  }
  .adresse_hdr {
  padding: 0 30%;
  }

  .adresse_hdr .ww-item-icon {
  margin: 0;
  float: left;
  }
  .adresse_hdr .ww-item-info {
    overflow: hidden;
    line-height: 1.4;
    color: #ffffff;
    text-align: left;
    padding: 0;
  }

  .contacts_hdr{
    text-align: center;
  }
    /*03.02.2016*/
  #mask {
      position:absolute;
      left:0;
      top:0;
      z-index:9000;
      background-color:#000;
      display:none;
      }
  #boxes .window {
      position:absolute;
      left:0;
      top:0px;
      -top: 40px;
      width:440px;
      height:200px;
      display:none;
      z-index:9999;
      padding: 20px;
      overflow: hidden;
      }  
  #boxes #dialog {
      width:57%; 
      height:356px;
      padding:20px;
      background-color:#ffffff;
      border: 1px solid #cccccc;
      border-radius: 10px 10px 3px 3px;
      }  
  .top {
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:30px;
      background: #d4dce0;
      padding: 3px 7px 6px 10px;
      border-radius: 10px 10px 0 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      }
  .top_text {
      position:absolute;
      left:0;
      top:0;
      width:214px;
      z-index:9999;
      height:30px;
      color: #000;
      font-family: Verdana, sans-serif;
      font-weight: bold;
      font-size: 13px;
      padding-left: 10px;
      padding-top: 5px;
      }

  .close {
      float:right;
      }
  .content {
      padding-top: 0px;
  }
  .items_img_wrap img{
    /*padding: 0 32%;*/
    text-align: center;
    -webkit-transition: border 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;
    overflow: hidden;
    border-radius: 50%;

  }
  .item_prevtext{
    padding-left: 8%!important;
    padding-right: 8%!important;
  }

}
@media (max-width: 480px) {
  .menu_columns .menu {
    -webkit-column-count: auto;
    -moz-column-count: auto;
    column-count: auto;
    -webkit-column-gap: inherit;
    -moz-column-gap: inherit;
    column-gap: inherit;
  }
  .count_cost_calc .tab-content {
    border-radius: 20px !important;
  }
  .count_cost_calc .nav-tabs > li {
    float: none;
    text-align: center;
  }
  .count_cost_calc .nav-tabs > li a {
    padding: 10px;
    font-size: 16px;
  }
  .count_cost_calc .nav-tabs > li a span {
    font-size: 16px;
  }
  .count_cost_calc .nav-tabs > li.active a {
    background: #cce0e9 !important;
    border: 0px solid #329ae3 !important;
    top: 0;
    border-radius: 20px;
  }
  .count_cost_calc .nav-tabs > li.active:after,
  .count_cost_calc .nav-tabs > li.active:before {
    display: none;
  }
  .mdl_callmeback > p {
    padding: 0 0 5px;
  }
  .mdl_contacts {
    margin-top: 0;
  }
      /*03.02.2016*/
  #mask {
      position:absolute;
      left:0;
      top:0;
      z-index:9000;
      background-color:#000;
      display:none;
      }
  #boxes .window {
      position:absolute;
      left:0;
      top:0px;
      -top: 40px;
      width:440px;
      height:200px;
      display:none;
      z-index:9999;
      padding: 20px;
      overflow: hidden;
      }  
  #boxes #dialog {
      width:66%; 
      height:316px;
      padding:20px;
      background-color:#ffffff;
      border: 1px solid #cccccc;
      border-radius: 10px 10px 3px 3px;
      }  
  .top {
      position:absolute;
      left:0;
      top:0;
      width:100%;
      height:30px;
      background: #d4dce0;
      padding: 3px 7px 6px 10px;
      border-radius: 10px 10px 0 0;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      }
  .top_text {
      position:absolute;
      left:0;
      top:0;
      width:214px;
      z-index:9999;
      height:30px;
      color: #000;
      font-family: Verdana, sans-serif;
      font-weight: bold;
      font-size: 13px;
      padding-left: 10px;
      padding-top: 5px;
      }

  .close {
      float:right;
      }
  .content {
      padding-top: 10px;
  }



}
.items_label,
.prdt_label {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  padding: 3px 7px 5px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  background: #114d87;
  z-index: 900;
}
.checkout_separator {
  margin: 20px 0;
}
.separator {
  margin: 10px 0 20px;
}
.mdl-filter {
  border: 3px solid #329ae3;
  padding: 25px 25px 15px;
  border-radius: 20px;
}
.mdl-filter label {
  font: 24px 'RodeoNormal', serif;
  color: #114d87;
  margin-bottom: 15px;
}
.mdl-filter input {
  text-align: center;
}
.mdl-filter .ui-slider {
  margin-top: 20px;
}
.mdl-filter .ui-widget-content {
  border-color: #b4bbbf;
  background: #d4dce0;
}
.mdl-filter .ui-state-default,
.mdl-filter .ui-widget-content .ui-state-default,
.mdl-filter .ui-widget-header .ui-state-default {
  background: #114d87;
  border-radius: 100%;
  border: 3px solid #329ae3;
}
.mdl-filter .ui-widget-header {
  background: #1767b4;
  border-color: #1c81e2;
}
.mdl-filter .btn {
  cursor: pointer;
  margin-top: 12px;
  border-radius: 0;
  padding: 8px 0 8px 20px;
  position: relative;
}
.mdl-filter .btn:after {
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
}
.mdl-filter .btn span {
  padding: 0 10px 0 25px;
}
.relative {
  position: relative;
  width: 100%;
}
.catalog_main {
  margin-top: 30px;
}
.catalog_main .shop_desc {
  margin-bottom: 30px;
    
}

.catalog_main .ctgs_grid .items_block {
  overflow: hidden;
  text-align: center;
}
.catalog_main .ctgs_grid .items_link {
  color: #114d87;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
  position: relative;
  display: block;
  text-decoration: none;
  font-family: 'RodeoNormal', serif;
}
.catalog_main .ctgs_grid .items_link:hover {
  color: #a4c638;
}
.catalog_main .ctgs_grid .items_img_wrap {
  vertical-align: top;
}
.catalog_main .ctgs_grid .items_title {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  text-align: center;
}
.catalog_main .ctgs_grid .items_info {
  display: block;
  overflow: hidden;
  padding: 15px 5px;
}
#shop_sect.catalog_main .ctgs_grid .items_title {
  margin: 0;
  line-height: 1.2;
}
.catalog_main .prds_grid .items_block {
  padding-bottom: 5px;
  font-size: 14px;
}
.catalog_main .prds_grid .items_block:hover .read-more {
  background: #329ae3;
}
.catalog_main .prds_grid .items_link {
  position: relative;
  display: block;
  text-decoration: none;
}
.catalog_main .prds_grid .items_link:hover .items_title {
  background: rgba(164, 198, 65, 0.7);
}
.catalog_main .prds_grid .items_link .items_square {
  margin-left: 20px;
}
.catalog_main .prds_grid .items_label {
  left: 6px;
  top: 6px;
}
.catalog_main .prds_grid .items_prvw {
  padding: 64% 0 0 0;
  overflow: hidden;
}
.catalog_main .prds_grid .items_title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
  background: rgba(17, 77, 135, 0.7);
  padding: 8px 15px 10px;
  color: #fff;
}
.catalog_main .prds_grid .items_info {
  margin-top: 8px;
}
.catalog_main .prds_grid .items_prices {
  margin-top: 5px;
}
.catalog_main .prds_grid .read-more {
  margin-top: 10px;
  width: 100%;
  padding: 12px;
}
.catalog_main .prdt_dtl .prdt_row {
  margin-bottom: 20px;
}
.catalog_main .prdt_dtl .prdt_info .shop_desc {
  margin-bottom: 15px;
}
.catalog_main .prdt_dtl .prdt_info .prdt_additional_info {
  margin-bottom: 25px;
}
.catalog_main .prdt_dtl .prdt_info .btn {
  cursor: pointer;
  margin-top: 10px;
  border-radius: 0;
  padding: 8px 0 8px 20px;
  position: relative;
}

.catalog_main .prdt_dtl .prdt_info .btn:after {
  content: "";
  display: block;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
}
.catalog_main .prdt_dtl .prdt_info .btn span {
  padding: 0 10px 0 25px;
}
.catalog_main .prdt_dtl .prdt_imgs {
  position: relative;
}
.catalog_main .prdt_dtl .prdt_imgs img:focus {
  outline: 0;
}
.catalog_main .prdt_dtl .prdt_full_imgs {
  margin-bottom: 10px;
}
.catalog_main .prdt_dtl .prdt_full_imgs .slick-slide .full_img {
  overflow: hidden;
  display: block;
  border: 2px solid #cce0e9;
  text-align: center;
  vertical-align: middle;
}
.catalog_main .prdt_dtl .prdt_full_imgs .slick-slide .full_img:focus {
  outline: 0;
}
.catalog_main .prdt_dtl .prds-image-preview .full_img {
  display: block;
  margin-top: 18px;
}
.catalog_main .prdt_dtl .prds-image-preview .full_img img {
  border: 2px solid #cce0e9;
}
.catalog_main .prdt_dtl .section-header {
  font: 24px/1.2 'RodeoNormal', serif;
  margin-bottom: 12px;
  color: #114d87;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .catalog_main .ctgs_grid .items_title {
    margin: 5px 0;
  }
  .catalog_main .prdt_dtl .prdt_imgs {
    position: relative;
  }
  .catalog_main .prdt_dtl .prdt_imgs img:focus {
    outline: 0;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs {
    padding: 0 15px;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb {
    cursor: pointer;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb .img_thumb_wrapper {
    overflow: hidden;
    display: block;
    margin: 0 2px;
    height: 81px;
    line-height: 73px;
    border-radius: 0 50%;
    border: 2px solid #dedede;
    vertical-align: middle;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb.slick-active.slick-center .img_thumb_wrapper {
    border-color: #114d87;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs .btn-slider {
    position: absolute;
    top: 50%;
    width: 5px;
    height: 10px;
    line-height: 10px;
    margin-top: -5px;
    font-size: 12px;
    color: #114d87;
    cursor: pointer;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs .btn-prev {
    left: 0;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs .btn-next {
    right: 0;
  }
  .cont_top{
    padding-bottom: 0;
    padding-left: 5px;
    padding-right: 28px;
    padding-top: 18px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog_main .ctgs_grid .items_prvw {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    border-right: none;
    padding-top: 10px;
  }
  .catalog_main .ctgs_grid .items_title {
    margin: 5px 0;
  }
  .catalog_main .ctgs_grid .items_info {
    text-align: center;
    padding: 5px 15px 15px;
  }
  .catalog_main .prds_grid .items_prvw {
    padding-top: 64%;
  }
  .page_inner .catalog_main .prds_grid .items_prvw {
    padding-top: 59%;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb .img_thumb_wrapper {
    height: 64px;
    line-height: 60px;
  }
    
}
@media (max-width: 767px) {
  .catalog_main .ctgs_grid .items_prvw {
    display: block;
    float: none;
    width: 100%;
    text-align: center;
    border-right: none;
    padding-top: 10px;
  }
  .catalog_main .ctgs_grid .items_title {
    margin: 5px 0;
  }
  .catalog_main .ctgs_grid .items_info {
    text-align: center;
    padding: 5px 15px 15px;
  }
  .catalog_main .prds_grid .items_prvw {
    padding-top: 65%;
  }
  .catalog_main .prdt_dtl h5 {
    margin-bottom: 10px;
  }
  .catalog_main .prdt_dtl .prdt_imgs {
    margin-bottom: 20px;
  }
  .catalog_main .prdt_dtl .aap_link .ltitle {
    float: none;
    padding: 0 0px;
    -webkit-transition: background 0.2s ease-out;
    -o-transition: background 0.2s ease-out;
    transition: background 0.2s ease-out;
  }
  .catalog_main .prdt_dtl .tab-content {
    padding: 0;
  }
  .catalog_main .prdt_dtl .tab-content .tab-pane {
    display: block !important;
    margin-bottom: 20px;
  }
    .but_hdr {
    padding: 15px 0px;
    width: 100%;
  }

  .but_top_hdr{
    padding: 0 26%;
  }
  .menu_item_div{
    margin: 15px 0;
  }
  .cprt{
    text-align: center;
  }
  .bot-links{
    text-align: center;
    margin-bottom: 10px;
  }
}
.lt-ie9 div.table-responsive {
  margin-bottom: 20px;
  overflow: visible;
  width: 100%;
}
.lt-ie9 div.table-responsive table,
.lt-ie9 div.table-responsive .table {
  margin-bottom: 0 !important;
}
.lt-ie8 .main_slider .smpl_nav li {
  position: relative;
  top: 10px;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-loading .slick-list {
  background: #ffffff url("/artmebius/img/ajax-loader.gif") center center no-repeat;
}
.slick-track {
  white-space: nowrap;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before,
.slick-track:after {
  content: " ";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-track:before,
.slick-track:after {
  content: " ";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  display: block;
  border: none;
  height: 20px;
  line-height: 20px;
  width: 20px;
  cursor: pointer;
  outline: none;
}
.slick-prev span,
.slick-next span {
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.70;
}
.slick-prev span:before,
.slick-next span:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover span,
.slick-next:hover span,
.slick-prev:focus span,
.slick-next:focus span {
  outline: none;
  opacity: 1;
}
.slick-prev.slick-disabled span,
.slick-next.slick-disabled span,
.slick-prev.slick-disabled span,
.slick-next.slick-disabled span {
  opacity: 0.25;
}
.slick-prev {
  left: 25px;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 25px;
}
.slick-next {
  right: 25px;
}
[dir="rtl"] .slick-next {
  left: 25px;
  right: auto;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 0px;
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slider_main {
  margin-bottom: 0;
  font-family: 'PT Sans', sans-serif;
  overflow: hidden;
  background: #000;
}
.slider_main .slider_items {
  overflow: hidden;
}
.slider_main .slide_items {
  overflow: hidden;
  position: relative;
}
.slider_main .slide_bg {
  background-position: right top;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 32.25% 0 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.slider_main .slide_info_wrap {
  background: #cce0e9;
  width: 650px;
  position: absolute;
  top: 0;
  left: 13%;
  bottom: 0;
  z-index: 1;
  -webkit-transform: skewX(-32deg) skewY(0);
  -ms-transform: skewX(-32deg) skewY(0);
  -o-transform: skewX(-32deg) skewY(0);
  transform: skewX(-32deg) skewY(0);
  padding: 7% 0 20px;
}
.slider_main .slide_info {
  -webkit-transform: skewX(32deg) skewY(0);
  -ms-transform: skewX(32deg) skewY(0);
  -o-transform: skewX(32deg) skewY(0);
  transform: skewX(32deg) skewY(0);
  width: 80%;
  margin: 0 auto;
  white-space: normal;
  color: #fff;
  font-size: 36px;
}
.slider_main .slide_title {
  color: #fff;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
}
.slider_main .slide_desc {
  /*position: absolute;*/
  font-weight: 700;
  font-size: 27px;
  line-height: 1.1;
  margin-top: -20%;
  /*padding-left: 7%;*/
  position: absolute;
  color: #ffffff;
  /*width: 30%;*/
}
.slider_main .slide_url {
  margin-top: 10px;
  font: 15px 'PT Sans', sans-serif;
}
.slider_main .slide_url .btn {
  padding: 8px 20px;
}
.slider_main .slick-dots {
  bottom: 19px;
  height: 6px;
}
.slider_main .slick-dots li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 12px;
  height: 12px;
  line-height: 1;
}
.slider_main .slick-dots li span {
  display: block;
  padding: 0;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 0;
  outline: none;
  color: #114d87;
  /*background: #fff;*/
  cursor: pointer;
  -webkit-transition: height 0.2s ease-out;
  -o-transition: height 0.2s ease-out;
  transition: height 0.2s ease-out;
}
.slider_main .slick-dots li span:hover,
.slider_main .slick-dots li span:focus {
  outline: none;
  background: #1eb5ee;
}
.slider_main .slick-dots li.slick-active span {
  background: #1eb5ee;
}
.gall_items_slider {
  margin-left: -16px;
  margin-top: -3px!important;
}
.gall_items_slider .items_block {
  margin-left: 16px;
}
.gall_items_slider .slick-prev,
.gall_items_slider .slick-next {
  position: absolute;
  top: -37px;
}
.gall_items_slider .slick-prev span,
.gall_items_slider .slick-next span {
  color: #114d87;
  font-size: 16px;
}
.gall_items_slider .slick-next {
  right: 5px;
}
.gall_items_slider .slick-prev {
  right: 25px;
  left: auto;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .slider_main .slide_info_wrap {
    padding-top: 6%;
  }
  .slider_main .slide_title {
    font-size: 32px;
  }
  .slider_main .slide_desc {
    font-size: 21px;
  }
  .smplbut a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.0em;
    line-height: 2;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #777;
    color: #fff;
/*    border-radius: 5px;*/
    outline: none;
    font-size: 21px;
    background: linear-gradient(#114d87, #1767b4 60%,  #114d87);
  }
/*18.01.2016*/  
    .gall_items_slider .slick-prev,
    .gall_items_slider .slick-next {
    top: -37px;
  }
  .but_hdr {
    padding: 15px 0px;
    width: 100%;
  }

  .but_top_hdr{
    padding: 39px 0 0;
  }
   
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider_main .slide_info_wrap {
    width: 400px;
    padding: 5% 5px 0 30px;
  }
  .slider_main .slide_title {
    font-size: 26px;
  }
  .slider_main .slide_desc {
    font-size: 16px;
    font-weight: 400;
  }
  .smplbut a {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 2.0em;
    line-height: 2;
    vertical-align: middle;
    text-align: center;
    text-decoration: none;
    text-shadow: 0 -1px 1px #777;
    color: #fff;
/*    border-radius: 5px;*/
    outline: none;
    font-size: 21px;
    background: linear-gradient(#114d87, #1767b4 60%,  #114d87);
  }
  /*15.01.2016*/
  .mdl_photo_img {
    position: relative;
  }
  .mdl_photo_img .page-header {
    margin-bottom: 14px !important;
  }
  .count_cost_calc .nav-tabs > li a {
    padding: 12px 15px 10px;
    font-size: 16px;
  }
  .count_cost_calc .nav-tabs > li a span {
    font-size: 16px;
  }
  .count_cost_calc .nav-tabs > li.active a {
    padding: 10px 18px 10px;
  }
  .count_cost_calc .nav-tabs > li.active a span {
    font-size: 16px;
  }
  .but_hdr {
    padding: 14px 0;
    width: 100%;
  }
  .but_top_hdr{
    padding-bottom: 0;
    padding-left: 39px;
    padding-right: 15px;
    padding-top: 11px;
  }

}
.link_to_portfolio a{
color:#fff;
text-decoration: none;
}

/*от 28.12.2015*/
.items_img_blok{
    overflow: hidden; 
    width: 350px; 
    height: 230px; 
    float: left;
    padding:10px;
}

.items_img_blok img{
    overflow: hidden;
    width: 400px;
    height: 100%; 
    align:center;
/*    border: 3px solid #000;*/
    
}

/*от 25.01.2016*/
.items_img_part{
    overflow: hidden; 
    width: 278px; 
    height: 94px; 
    float: left;
    padding:10px;
    border: 1px solid #000;
}

.items_img_part img{
    overflow: hidden;
    width: 400px;
    height: 100%; 
    /*background: red;*/
    float: left;
    
}


.block_opis{
    margin-top: 0;
}

.items_title_block{
    font-size:23px;
}

#block_spam{
    display:none;
    background:url('/images/tick.png')no-repeat;
    background-size: 40px;
    width:40px;
    height:40px;    
}


/*от 14,01,2016*/
.page-header_filter {
  font-family: 'RodeoNormal', serif;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  font-size: 24px;
  padding: 10px 20px 15px;
  background: #cce0e9;
  border-left: 3px solid #CD0A0A;
  margin: 0 0 10px;
}

.filter_head p {
color: #fff;
font-size: 17px; 
font-family:"RodeoNormal",serif;
margin: 0 0 5px;}

p { text-indent: 20px;}
table p { text-indent: 0px;}

p.attention_block {
	background: none repeat scroll 0 0 #cce0e9;
	border-left: 4px solid #114d87;
	border-radius: 0px 3px 3px 0px;
	font-size: 14px;
	text-align: center;
	line-height: 20px;
	padding: 7px 20px;
	margin-bottom: 0.5em;
	margin-left: 35px;
	margin-right: 35px;
}
.but_hdr {
    text-align: center;
    border: none;
    position: relative;
    font-weight: bold;
    text-decoration: none;
    background:#00c7fc;
    background-repeat: no-repeat;
  }

.but_hdr:active,
.but_hdr:hover {
  background: #de1b86;
}

.but_hdr a {
    color:#ffffff !important;
    text-decoration: none;
}



div.link_but{
    background: #00c7fc; 
    width: 100%;
    height: 50px;
    font-size: 14px;
    /*margin: 3%;*/
    padding-top: 14px;
    padding-bottom: 14px;
    text-align: center;
    -webkit-transition: background-color 0.2s ease-out;
    -o-transition: background-color 0.2s ease-out;
    transition: background-color 0.2s ease-out;
   } 

div.link_but:hover {
    background: #de1b86; /* Цвет фона */
    color: #fff; /* Цвет текста */
    
   }
div.link_but a {
  color: #fff; 
  text-decoration: none;
  font-weight: bold;
}


.item_title_icon {
  width: 100%;
  font-weight: bold;
  font-family: arial;
  font-size: 18px;
  text-align: center;
}

.items_prvw_icon{
  /*padding: 80% 0 0;*/
  width: 100%;
  text-align: center;
}

.item_prevtext{
    color: #484848;
    font-family: arial;
    font-size: 14px;
    text-align: center;
    width: 100%;
    padding: 20px 0;
    line-height: 1.6;

}

.micons{
  text-align: center;
}



.box_but {
    height: 50px;
    padding: 0 26%;
    width: 100%;
}


.section:hover img { border:4px solid #00c7fc; overflow: hidden;  border-radius: 50%; -webkit-transition: background-color 0.2s ease-out;
    -o-transition: border 0.2s ease-out;
    transition: border 0.2s ease-out;}
.section:hover .link_but { background: #de1b86; }

p.attention_block {
	background: none repeat scroll 0 0 #d4d4d4;
	border-left: 4px solid #3dcdfb;
	border-radius: 0px 3px 3px 0px;
	line-height: 20px;
	padding: 7px 20px;
	margin-bottom: 0.5em;
	margin-left: 23px;
}
p.punktir_block {
    padding: 5px 10px;
	overflow: hidden;
	block-weight: 300px;
    margin: 10px;
    color: #000;
    font-size: 12 px;
    line-height: 1.3em;
    border: 1px dashed #000;
}

.img_w_title {
    background: #d4d4d4;
    display: inline-block;
    padding: 3px;
    position: relative;
    margin: 3px;
    text-align: center;
    text-indent: 0;
}
.img_w_title span {
    color: #000;
    display: block;
}
/*22.07.16*/
.gallery_foot .items_title{
    position: absolute;
    top: -22px;
    left: 15px;
    right: 15px;
    display: block;
    color: #fff;
    background: #00c7fc;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    z-index: 99;
}
/*.resp_prvw {
    position: relative;
    display: block;
    height: 0;
    padding: 75% 0 0 0;
}*/
.gallery_foot .items_block {
    margin: 15px 0;
    text-align: center;
    position: relative;
    border: 2px solid #00c7fc;
    -webkit-transition: border-color 0.2s ease-out;
    -o-transition: border-color 0.2s ease-out;
    transition: border-color 0.2s ease-out;
}
.items_desc{
    overflow: hidden;
    position: absolute;
    bottom: 0px;
    display: block;
    color: #fff;
    text-decoration: none;
    background: rgba(1, 154, 195, 0.58);
    z-index: 99;
    left: 0px;
    right: 0px;
	padding:5px;
	line-height: 16px;
	font-size: 13px;
	text-shadow: 1px 1px 1px #23434c;
	opacity: 1;
  height: 23px;
	filter: alpha(opacity=0);
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
   
  }
  .items_desc span{
  font-weight: 700;
  font-size: 16px;
  line-height: 13px;
  }
  .gallery_foot .items_block:hover .items_desc{
  	opacity: 1;
  	filter:alpha(opacity=80);
  	height:120px;
  }
.gallery_foot .items_img_wrap .gall_img{
	padding-top: 15px;
}

  @media (max-width: 1024px){
	.gallery_foot .items_img_wrap .gall_img{
	width: 65%;
}

}
@media (max-width: 480px){

	.gallery_foot .items_img_wrap .gall_img {
    width: 65%;
    padding-top: 10px;
}
.gallery_foot .resp_prvw{
	padding: 95% 0 0 0;
}
}

.gallery_foot .items_img_wrap img{
border-radius: 0;
}

.menu_top .menu_horz_multi > li > a{
	padding: 15px 15px;
}
.gallery_foot .resp_prvw{
	padding: 70% 0 0 0;
}

/*new*/
.but_foot a{
  display: block;
  text-align: center;
  border: none;
  position: relative;
  font-weight: bold;
  text-decoration: none;
  background: #00c7fc;
  background-repeat: no-repeat;
  padding: 15px 0;
  color: #fff;
  font-size: 18px;
}
.but_foot{
  margin: 0 auto;
  width: 250px;
  margin-bottom: 20px;
}
.but_foot a:hover {
    background: #de1b86;
}

/*6.02.17*/
.adresse_hdr .ww-item-info{
  font-size: 13px;
}
marquee a{color: #fff;text-decoration: none;}
marquee a:hover p{color: 00c7fc;}
marquee a p{color: #fff;}
@media (min-width: 1024px) and (max-width: 1280px) {
  .phone_hdr{
    font-size: 20px;
  }
}