﻿@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('/fonts/MyriadPro-Regular.eot');
  src: local('☺'), url('/fonts/MyriadPro-Regular.woff') format('woff'), url('/fonts/MyriadPro-Regular.ttf') format('truetype'), url('/fonts/MyriadPro-Regular.svg') format('svg');
  font-weight: normal;
  font-display: swap;
  font-style: normal;
}
@font-face {
	font-family: 'fa-viber';
	src:url('/fonts/fa-viber.eot');
	src:url('/fonts/fa-viber-1.eot') format('embedded-opentype'),
		url('/fonts/fa-viber.ttf') format('truetype'),
		url('/fonts/fa-viber.woff') format('woff'),
		url('/fonts/fa-viber.svg') format('svg');
	font-weight: normal;
	font-display: swap;
	font-style: normal;
}
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 #e3e0de;
    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;
  }
}
@keyframes phone {
  0% {
    transform: rotate(0deg);
  }
  1.5% {
    transform: rotate(15deg);
  }
  3% {
    transform: rotate(-10deg);
  }
  4.5% {
    transform: rotate(0deg);
  }
  6% {
    transform: rotate(15deg);
  }
  7.5% {
    transform: rotate(-10deg);
  }
  9% {
    transform: rotate(0deg);
  }
  10.5% {
    transform: rotate(15deg);
  }
  12% {
    transform: rotate(-10deg);
  }
  13.5% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
* {
  -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: #171717;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #13376d;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
  color: #13376d;
}
a:focus {
  outline: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
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: 'PT Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #171717;
}
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;
  text-align: center;
}
h2,
.h2 {
  font-size: 21px;
  text-align: center;
}
h3,
.h3 {
  font-size: 19px;
  margin-left: 5px;
  text-align: center;
}
h4,
.h4 {
  font-size: 17px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  font-family: 'PT Sans', sans-serif;
  font-weight: 600;
  line-height: 1.2;
  color: #171717;
  font-size: 26px;
  padding: 0;
  margin: 0 0 30px;
  text-align: center;
}
p {
  margin: 0 0 10px;
}
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;
}
@media (min-width: 768px) {
  .container {
    width: 753px;
  }
}
@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%;
  }
}
@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%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .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%;
  }
}
@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-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-2 {
    width: 16.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;
  margin-bottom: 20px;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding: 8px;
}
table > thead > tr > th p,
table > tbody > tr > th p,
table > tfoot > tr > th p,
table > thead > tr > td p,
table > tbody > tr > td p,
table > tfoot > tr > td p {
  margin-bottom: 0;
}
table > thead > tr > th,
table > thead > tr > td {
  border-bottom-width: 2px;
}
th {
  text-align: left;
}
.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 8px;
  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: 8px;
}
.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: #13376d;
  border-bottom: none;
  color: #fff;
  font-weight: 400;
}
.table-striped > tbody > tr:nth-child(odd) > td {
  background-color: #171717;
}
.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;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 10px;
  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: #777777;
}
textarea,
select,
input[type="password"],
input[type="text"] {
  display: inline-block;
  height: 28px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1.4;
  color: #777777;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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: 28px;
  padding: 3px 7px;
  font-size: 13px;
  line-height: 1.4;
  color: #777777;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #cccccc;
  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: #13376d;
  -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: #272727;
}
.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: #13376d;
}
.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: #13376d;
  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: #13376d;
  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('/fonts/fontawesome-webfont.eot');
  src: url('/fonts/fontawesome-webfont-1.eot') format('embedded-opentype'), url('/fonts/fontawesome-webfont.woff2') format('woff2'), url('/fonts/fontawesome-webfont.woff') format('woff'), url('/fonts/fontawesome-webfont.ttf') format('truetype'), url('/fonts/fontawesome-webfont.svg') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
[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-star:before {
  content: "\f005";
}
.icon-user:before {
  content: "\f007";
}
.icon-remove:before,
.icon-close:before,
.icon-times:before {
  content: "\f00d";
}
.icon-align-justify:before {
  content: "\f039";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-check-square-o:before {
  content: "\f046";
}
.icon-play:before {
  content: "\f04b";
}
.icon-pause:before {
  content: "\f04c";
}
.icon-stop:before {
  content: "\f04d";
}
.icon-chevron-left:before {
  content: "\f053";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-times-circle:before {
  content: "\f057";
}
.icon-check-circle:before {
  content: "\f058";
}
.icon-question-circle:before {
  content: "\f059";
}
.icon-times-circle-o:before {
  content: "\f05c";
}
.icon-arrow-left:before {
  content: "\f060";
}
.icon-arrow-right:before {
  content: "\f061";
}
.icon-plus:before {
  content: "\f067";
}
.icon-minus:before {
  content: "\f068";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-comment:before {
  content: "\f075";
}
.icon-shopping-cart:before {
  content: "\f07a";
}
.icon-bar-chart-o:before,
.icon-bar-chart:before {
  content: "\f080";
}
.icon-heart-o:before {
  content: "\f08a";
}
.icon-phone:before {
  content: "\f095";
}
.icon-square-o:before {
  content: "\f096";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-globe:before {
  content: "\f0ac";
}
.icon-money:before {
  content: "\f0d6";
}
.icon-caret-left:before {
  content: "\f0d9";
}
.icon-caret-right:before {
  content: "\f0da";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-comment-o:before {
  content: "\f0e5";
}
.icon-cutlery:before {
  content: "\f0f5";
}
.icon-file-text-o:before {
  content: "\f0f6";
}
.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-location-arrow:before {
  content: "\f124";
}
.icon-calendar-o:before {
  content: "\f133";
}
.icon-unlock-alt:before {
  content: "\f13e";
}
.icon-minus-square-o:before {
  content: "\f147";
}
.icon-ruble:before,
.icon-rouble:before,
.icon-rub:before {
  content: "\f158";
}
.icon-skype:before {
  content: "\f17e";
}
.icon-vk:before {
  content: "\f189";
}
.icon-instagram:before {
    content: "\f16d";
}
.icon-viber:before {
	font-family: 'fa-viber';
	content: "\e666";
}
.icon-whatsapp:before {
    content: "\f232";
}
.icon-plus-square-o:before {
  content: "\f196";
}
.icon-calculator:before {
  content: "\f1ec";
}
.icon-trash:before {
  content: "\f1f8";
}
.icon-bed:before {
  content: "\f236";
}
.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(/images/cb-v1/overlay.png) repeat 0 0;
}
#colorbox {
  outline: 0;
}
#cboxTopLeft {
  width: 21px;
  height: 21px;
  background: url(/images/cb-v1/controls.png) no-repeat -101px 0;
}
#cboxTopRight {
  width: 21px;
  height: 21px;
  background: url(/images/cb-v1/controls.png) no-repeat -130px 0;
}
#cboxBottomLeft {
  width: 21px;
  height: 21px;
  background: url(/images/cb-v1/controls.png) no-repeat -101px -29px;
}
#cboxBottomRight {
  width: 21px;
  height: 21px;
  background: url(/images/cb-v1/controls.png) no-repeat -130px -29px;
}
#cboxMiddleLeft {
  width: 21px;
  background: url(/images/cb-v1/controls.png) left top repeat-y;
}
#cboxMiddleRight {
  width: 21px;
  background: url(/images/cb-v1/controls.png) right top repeat-y;
}
#cboxTopCenter {
  height: 21px;
  background: url(/images/cb-v1/border.png) 0 0 repeat-x;
}
#cboxBottomCenter {
  height: 21px;
  background: url(/images/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(/images/cb-v1/loading_background.png) no-repeat center center;
}
#cboxLoadingGraphic {
  background: url(/images/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(/images/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(/images/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(/images/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(/images/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;
}
.nav > li > a:hover,
.nav > li > a:focus {
  text-decoration: none;
  background-color: #898989;
}
.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: #13376d;
}
.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;
  color: #57585a;
  background: #ebebeb;
  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;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  color: #ffffff;
  background-color: #898989;
  border: 1px solid transparent;
  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;
}
.tab-content > .active {
  display: block;
}
.breadcrumbs > ul {
  padding: 0;
  margin-bottom: 10px;
  list-style: none;
}
.breadcrumbs > ul > li {
  display: inline-block;
}
.breadcrumbs > ul > .active {
  color: #57585a;
}
.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;
  cursor: pointer;
}
.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) {
	.mbl_phone a {
		color: #171717;
		text-decoration: none;
	} 
  .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) {
  .clear-sxs {
    clear: left;
  }
  .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) {
  .clear-xs {
    clear: left;
  }
  .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) {
  .clear-sm {
    clear: left;
  }
  .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) {
  .clear-md {
    clear: left;
  }
  .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) {
  .clear-lg {
    clear: left;
  }
  .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: 20px;
}
.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: 100%;
  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;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.pagination ul li {
  float: left;
  margin-right: 5px;
  display: block;
}
.pagination ul li a,
.pagination ul li span {
  display: block;
  min-width: 30px;
  padding: 0 10px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  text-decoration: none;
  color: #4d4d4d;
  background: #13376d;
}
.pagination ul li a:hover {
  background: #e5e5e5;
}
.pagination ul li span {
  cursor: default;
}
.pagination ul li.active a,
.pagination ul li.active span {
  background: #13376d;
  color: #fff;
  text-decoration: none;
}
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;
  letter-spacing: normal;
  display: inline-block;
  vertical-align: top;
  position: relative;
  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;
}
a {
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.btn {
  color: #fff;
  padding: 7px 20px;
  border: none;
  text-decoration: none;
  border-radius: 5px;
  background-image: -webkit-linear-gradient(top, #13376d 0%, #13376d 100%);
  background-image: -o-linear-gradient(top, #13376d 0%, #13376d 100%);
  background-image: linear-gradient(to bottom, #13376d 0%, #13376d 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff13376d', endColorstr='#ff245c39', GradientType=0);
  box-shadow: 0 3px 3px #13376d;
}
.btn:active,
.btn:hover {
  background: #13376d;
}
#wrap {
  min-height: 100%;
  min-width: 320px;
  position: relative;
  z-index: 50;
}
.mdl {
  margin-bottom: 20px;
}
.mdl_bg {
  padding: 50px 0;
  background: #ffe2ab;
}
.mdl_bg .page-header {
  margin-bottom: 30px;
}
.topmenu {
  position: relative;
  z-index: 2;
}
.topmenu .menu_horz_multi {
  width: 100%;
}
.topmenu .menu_horz_multi > li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
}
.topmenu .menu_horz_multi > li > a {
  display: inline-block;
  padding: 0 30px;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  height: 50px;
  line-height: 48px;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.topmenu .menu_horz_multi > li > a .item_title {
  position: relative;
}
.topmenu .menu_horz_multi > li:hover > a,
.topmenu .menu_horz_multi > li.active > a {
  background: #13376d;
}
.topmenu .menu_horz_multi > li:hover:after,
.topmenu .menu_horz_multi > li.active:after {
  color: #fff;
}
.topmenu .menu_horz_multi > li.parent:after {
  content: "\f0d7";
  position: absolute;
  right: 12px;
  top: 13px;
  color: #fff;
  font: 14px FontAwesome;
}
.topmenu .menu_horz_multi > li.last ul {
  left: auto;
  right: 0;
}
.topmenu .menu_horz_multi > li ul {
  text-align: left;
  width: 250px;
}
.topmenu .menu_horz_multi > li ul li a {
  font-size: 14px;
  display: block;
  padding: 8px 15px;
  color: #fff;
  background: #13376d;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease-out;
  -o-transition: background-color 0.2s ease-out;
  transition: background-color 0.2s ease-out;
}
.topmenu .menu_horz_multi > li ul li a:hover {
  background: #328150;
}
.topmenu .menu_horz_multi > li ul li.active a,
.topmenu .menu_horz_multi > li ul li.current a {
  background: #328150;
}
.topmenu .menu_horz_multi > li ul li + li a {
  border-top: 1px solid #bbb;
}
#hdr {
  position: relative;
  z-index: 9;
}
#hdr p {
  margin: 0;
}
#hdr .row {
  margin-bottom: 0;
}
.logo {
  margin: 22px 0 ;
}
#hdr_bottom {
  background: #13376d;
}
#sect_wrap {
  position: relative;
}
#sect_bfr {
  margin-bottom: 15px;
}
#sect_main {
  padding-top: 25px;
}
#cnt {
  margin-bottom: 30px;
}
#ftr_ndr {
  height: 70px;
  position: relative;
}
#ftr {
  min-height: 70px;
  position: absolute;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  border-top: 2px solid #13376d;
}
.page_main #ftr {
  border: none;
}
#ftr p {
  margin: 0;
}
#ftr .row {
  margin-bottom: 0;
}
#ftr .mdl {
  margin-bottom: 0;
}
#ftr_inner_bottom {
  padding:25px 0;
  background:#1a1a1a;
  color:#ffffff;
}
.modal-dialog {
  margin-top: 100px;
}
#ftr_inner_bottom a{
  color:#ffffff;
  text-decoration:none;
}
#ftr_inner_bottom a:hover{
  text-decoration:underline;
}
.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);
}
.devby {
  text-align: right;
  margin-top: 10px;
}
.cmmnt {
  font-style: italic;
}
.math_exmpl {
  display: inline-block;
  font-weight: bold;
  background-color: #13376d;
  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 #13376d;
  color: #13376d;
}
.justifyfull {
  text-align: justify;
}
.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);
}
.modal {
  color: #171717;
}
.modal .modal-header {
  border-radius: 4px 4px 0 0;
  background: #13376d;
  color: #fff;
  padding: 15px 20px;
  font-size: 17px;
}
.modal .modal-header .close {
  float: right;
  color: #fff;
  font-size: 18px;
  margin-top: 2px;
}
.modal .modal-header .close:hover {
  color: #171717;
}
.modal .modal-body {
  font-size: 14px;
  padding: 15px 20px;
  background: #fff;
}
.breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumbs a {
  color: #171717;
}
.sf_side {
  margin: 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%;
  display: inline-block;
  font-weight: 400;
  color: #fff;
  font-size: 15px;
}
.sf_side .sf_text {
  opacity: 0;
  width: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 38px;
  height: 50px;
  line-height: 50px;
  color: #171717;
  background: #fff;
  -webkit-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.sf_side .sf_submit {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 15px;
  color: #fff;
  cursor: pointer;
  background: #13376d;
  z-index: 1;
}
.sf_side #sfTips {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  margin: -1px 0 0 0;
  background: #fff;
  box-shadow: 0 0 2px #555;
  z-index: 900;
}
.sf_side #sfTips button {
  display: block;
  width: 100%;
  padding: 3px 10px 5px;
  border: none;
  border-radius: 0;
  text-align: left;
  color: #13376d;
  -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 #171717;
  padding: 4px 10px 5px;
}
.topblock {
  position: relative;
}
.mdl_phones {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  margin: 5px 0 0;
}
.mdl_phones .phone_desc {
  font-size: 15px;
  font-weight: 400;
}
.mdl_phones span.icwrapper {
  
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  vertical-align: middle;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  display: inline-block;
}
.mdl_phones .icon {
  -webkit-animation: phone 7s infinite ease;
  -o-animation: phone 7s infinite ease;
  animation: phone 7s infinite ease;
}
#ftr .mdl_phones {
  font-size: 15px;
  font-weight: 400;
  margin-top: 10px;
}
.mdl_callmeback {
  text-align: right;
}
#ftr .mdl_callmeback {
  margin-bottom: 0;
}
.mdl_callmeback a {
  font-size: 17px;
  color: #fff;
  font-weight: 700;
}
.mdl_site_description {
  text-align: center;
  padding-top: 30px;
  font: 19px 'PT Sans', sans-serif;
}
.mdl_advantages {
  /* padding: 17px 0 25px; */
  margin: 0 0 30px;
}
.page_service .mdl_advantages {
  margin: 0;
}
.mdl_advantages .items_block {
  text-align: center;
  border: 1px solid #13376d;
  padding: 50px 20px 15px;
  margin: 50px 0 15px;
  position: relative;
  border-radius: 3px;
}
.mdl_advantages .items_block .items_prvw {
  width: 100px;
  height: 100px;
  line-height: 95px;
  background: #13376d;
  position: absolute;
  top: -50px;
  left: 50%;
  margin-left: -50px;
  border-radius: 100%;
}
.mdl_advantages .items_block .items_info {
  padding: 10px 0;
}
.mdl_feedback label {
  font-weight: 400;
  display: block;
  margin-top: 10px;
}
.mdl_feedback input {
  height: auto;
  padding: 10px;
  border-radius: 4px;
  font-size: 14px;
  padding-left: 35px;
  border: 1px solid #ccc;
}
.mdl_feedback input.error {
  background: #ffe4e4;
}
.mdl_feedback select {
  height: auto;
  width: 80%;
  padding: 10px;
  border-radius: 4px;
  padding-left: 35px;
  border: 1px solid #ccc;
}
.mdl_feedback textarea {
  padding: 10px;
  padding-left: 35px;
  height: 100px;
}
.mdl_feedback .control-button {
  text-align: center;
}
.mdl_feedback button {
  padding: 11px 45px;
}
.mdl_feedback .module-header {
  font-size: 21px;
  text-align: center;
  margin: 15px 0 10px;
}
.mdl_feedback .form-group {
  margin-bottom: 10px;
  text-align: left;
}
.mdl_feedback .control-input {
  position: relative;
}
.mdl_feedback .control-input .icon {
  position: absolute;
  top: 12px;
  left: 13px;
  font-size: 17px;
  color: #8b8b8b;
}
.mdl_feedback .control-input input:focus + .icon,
.mdl_feedback .control-input textarea:focus + .icon {
  color: #13376d;
}
.mdl_leftmenu ul.menu > li {
  position: relative;
}
.mdl_leftmenu ul.menu > li a {
  text-decoration: none;
  display: block;
  padding: 7px 13px 7px 25px;
  background: #e5e5e5;
  color: #171717;
  margin-bottom: 1px;
  position: relative;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.mdl_leftmenu ul.menu > li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  position: absolute;
  left: 10px;
  top: 7px;
  color: #13376d;
}
.mdl_leftmenu ul.menu > li a:hover {
  background: #13376d;
  color: #fff;
}
.mdl_leftmenu ul.menu > li.current > a,
.mdl_leftmenu ul.menu > li.active > a {
  background: #13376d;
  color: #fff;
}
.mdl_leftmenu ul.menu > li.current > a:before,
.mdl_leftmenu ul.menu > li.active > a:before {
  color: #fff;
}
.mdl_leftmenu ul.menu ul li a {
  padding: 5px 10px 5px 30px;
  background: #f2f2f2;
}
.mdl_leftmenu ul.menu ul li a:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  background: #13376d;
  vertical-align: middle;
  margin-right: 5px;
  left: 18px;
  top: 12px;
}
.mdl_leftmenu ul.menu ul li a:hover {
  background: #f2f2f2;
  color: #13376d;
}
.mdl_leftmenu ul.menu ul li a:hover .item_title {
  text-decoration: underline;
}
.mdl_leftmenu ul.menu ul li.current > a,
.mdl_leftmenu ul.menu ul li.active > a {
  background: none;
  color: #13376d;
}
.mdl_leftmenu ul.menu ul li.current > a .item_title,
.mdl_leftmenu ul.menu ul li.active > a .item_title {
  text-decoration: underline;
}
.comments ol#comments {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments ol#comments li {
  background: #e5e5e5;
  padding: 15px 20px;
  margin-bottom: 20px;
}
.comments ol#comments .ticket-comment-text {
  font-size: 14px;
  margin: 10px 0;
}
.comments ol#comments .ticket-comment-createdon {
  font-size: 14px;
  color: #999;
  margin-left: 15px;
}
.comments ol#comments .ticket-comment-rating,
.comments ol#comments .ticket-comment-down {
  float: right;
}
.comments ol#comments .ticket-avatar {
  border-radius: 50px;
}
#comment-form {
  background: #e5e5e5;
  padding: 20px;
}
#comment-form input[type=text],
#comment-form textarea {
  width: 100%;
}
#comment-form .form-actions {
  margin-top: 10px;
}
.catalog_main .resources_grid .items_block {
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.catalog_main .resources_grid .items_block:hover .items_title {
  background: #13376d;
}
.catalog_main .resources_grid .items_link {
  position: relative;
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
.catalog_main .resources_grid .items_title {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #13376d;
  padding: 10px 15px;
  -webkit-transition: background 0.2s ease-out;
  -o-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out;
}
.catalog_main .resources_grid .items_price {
  background: #171717;
  color: #fff;
  position: absolute;
  top: 20px;
  padding: 7px 15px;
}
.mdl_contacts {
  text-align: center;
}
.mdl_services .tiles_col {
  margin-bottom: 10px;
}
.mdl_map {
  text-align: center;
  margin-bottom: 0;
  min-height: 400px;
}
.mdl_address {
  text-align: right;
  font-size: 15px;
}
.mdl_news .items_block {
  margin-bottom: 10px;
}
.mdl_news .items_block .items_date {
  color: #888;
  font-size: 12px;
}
.mdl_news .items_block .items_link {
  color: #171717;
  text-decoration: none;
}
.mdl_copyright {
  margin-top: 10px;
}
.articles_list .items_block {
  margin-bottom: 15px;
}
.gallery_main .tiles_col {
  margin-bottom: 25px;
}
.gallery_main .items_prvw {
  border: 2px solid #13376d;
  background: #fff;
  display: block;
}
.gallery_main .items_link {
  text-align: center;
  text-decoration: none;
  color: #171717;
  font-size: 15px;
}
.gallery_main .items_link:hover {
  color: #13376d;
  text-decoration: none;
}
.gallery_main .items_title {
  display: block;
  padding: 10px 10px 0;
}
.list_n {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
}
.list_icns {
  margin: 0 0 10px;
  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) {
  .mdl_leftmenu {
    font-size: 14px;
  }
  .topmenu .menu_horz_multi > li > a {
    padding: 0 22px;
    font-size: 14px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .page-header {
    font-size: 28px;
  }
  .mdl_site_description {
    padding-top: 15px;
    font-size: 18px;
  }
  .mdl_phones {
    font-size: 17px;
  }
  header .mdl_phones {
    padding-left: 0;
  }
  .mdl_callmeback a {
    font-size: 16px;
  }
  .topmenu {
    text-align: center;
  }
  .topmenu .menu_horz_multi > li > a {
    padding: 0 20px;
  }
  .sf_side {
    margin-bottom: 10px;
  }
  .sf_side .sf_text {
    opacity: 1 !important;
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .mdl_bg {
    padding: 25px 0;
  }
  .page-header,
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3 {
    margin-bottom: 10px;
  }
  .mdl {
    margin-bottom: 20px;
  }
  #hdr {
    border-color: #000;
    text-align: center;
  }
  #hdr_btm {
    padding: 10px 0 0;
  }
  #hdr_inner {
    padding: 0;
    margin-top: 0;
  }
  .header_main #hdr_inner {
    position: static;
  }
  .page_main #sect_main {
    padding-top: 20px;
  }
  #cnt,
  #left,
  #right {
    padding-top: 0;
  }
  .logo {
    padding: 0;
    margin-bottom: 5px;
  }
  .mdl_site_description {
    padding: 0;
    margin: 0 0 10px;
  }
  .mdl_phones {
    margin-top: 5px;
    line-height: 1.2;
    margin-bottom: 10px;
  }
  header .mdl_phones {
    text-align: center;
    padding-left: 0;
  }
  footer .mdl_phones {
    text-align: center;
    margin-top: 0;
  }
  .sf_side {
    margin-bottom: 10px;
  }
  .sf_side .sf_text {
    opacity: 1 !important;
    width: 100% !important;
    height: 35px;
    line-height: 35px;
  }
  .sf_side .sf_submit {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    padding: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .mdl_callmeback {
    text-align: center;
  }
  .topmenu {
    position: static;
    /* padding-top: 5px;
    padding-bottom: 3px; */
  }
  .topmenu a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .topmenu .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: #fff;
    background: #13376d;
  }
  .topmenu .menu_switcher .switcher_icon {
    display: block;
    font-size: 19px;
    /* float: right;
    padding-top: 8px;
    margin-right: 5px; */
	padding:0;
	margin:0;
  }
  .topmenu .menu_horz_multi {
    padding: 0 0 5px;
    display: none;
    text-align: left;
  }
  .topmenu .menu_horz_multi > li {
    display: block;
    border: none;
    width: 100%;
  }
  .topmenu .menu_horz_multi > li > a {
    text-align: left;
    display: block;
    border-top: 1px solid #fff;
    height: auto;
    margin: 0;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.5;
  }
  .topmenu .menu_horz_multi > li > a:before {
    display: none;
  }
  .topmenu .menu_horz_multi > li.parent:after {
    top: 10px;
  }
  .topmenu .menu_horz_multi > li:last-child > a {
    border-bottom: none;
  }
  .topmenu .menu_horz_multi > li + li {
    margin-left: 0;
  }
  .topmenu .menu_horz_multi > li ul {
    padding-top: 0px;
    border-top: none;
    position: static;
    width: 100%;
  }
  .topmenu .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;
  }
  .topmenu .menu_horz_multi > li ul li a:active {
    background: #171717 !important;
  }
  .topmenu .menu_horz_multi > li ul li:hover a {
    color: #fff;
    background: #333333;
  }
  .topmenu .menu_horz_multi > li ul li.active > a {
    background: #171717;
  }
  .topmenu .menu_horz_multi > li ul li + li {
    margin: 0;
  }
  #hdr .mdl_feedback {
    position: static;
    width: 98%;
    margin: 0 1%;
  }
  .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;
  }
  .mdl_address {
    text-align: center;
  }
}
@media (max-width: 480px) {
  .color_listRow_block .item_answer .col-xs-6{
	  width:100%;
  }
  .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: #171717 !important;
    border: 0px solid #13376d !important;
    top: 0;
    border-radius: 20px;
  }
  .count_cost_calc .nav-tabs > li.active:after,
  .count_cost_calc .nav-tabs > li.active:before {
    display: none;
  }
}
.items_label,
.prdt_label {
  position: absolute;
  left: 5px;
  top: 5px;
  display: block;
  padding: 4px 7px 5px;
  line-height: 1;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
  background: #13376d;
  text-transform: uppercase;
  z-index: 900;
}
.items_label.sale_label,
.prdt_label.sale_label {
  background: #13376d;
}
.items_label.hit_label,
.prdt_label.hit_label {
  background: #337eee;
}
.checkout_separator {
  margin: 20px 0;
}
.separator {
  margin: 10px 0 20px;
}
.relative {
  position: relative;
  width: 100%;
}
.catalog_main {
  margin-top: 15px;
}
.catalog_main .shop_desc {
  margin-bottom: 30px;
}
.catalog_main .ctgs_grid .items_block {
  text-align: center;
  padding: 2px;
  border: 1px solid #bcbcbc;
}
.catalog_main .ctgs_grid .items_block:hover {
  border-color: #13376d;
}
.catalog_main .ctgs_grid .items_block:hover .items_info {
  background: #13376d;
  color: #fff;
}
.catalog_main .ctgs_grid .items_link {
  color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}
.catalog_main .ctgs_grid .items_info {
  padding: 15px 20px;
  z-index: 1;
  display: block;
  color: #171717;
  background: #13376d;
  display: table;
  width: 100%;
}
.catalog_main .ctgs_grid .items_title {
  display: table-cell;
  vertical-align: middle;
}
.catalog_main .prds_grid .items_block {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.catalog_main .prds_grid .items_block:hover .items_title {
  text-decoration: underline;
  color: #13376d;
}
.catalog_main .prds_grid .items_link {
  position: relative;
  display: block;
  color: #171717;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  font-size: 15px;
}
.catalog_main .prds_grid .items_img_wrap {
  display: block;
  margin: 0 auto;
  overflow: hidden;
}
.catalog_main .prds_grid .items_img_wrap .items_img {
  -webkit-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  transition: all 2s ease-out;
}
.catalog_main .prds_grid .items_title {
  display: block;
  padding: 5px 10px;
  font-size:16px;
}
.catalog_main .prds_grid .items_price {
  display: block;
  margin-bottom: 10px;
  color: #000;
  font-weight: 600;
}
.catalog_main .prds_grid .items_info {
  display: block;
}
.catalog_main .prdt_dtl .prdt_row {
  margin-bottom: 20px;
}
.catalog_main .prdt_dtl .prdt_row .page-header {
  font-size: 21px;
  margin-top: 25px;
}
.catalog_main .prdt_dtl .prdt_same_products .page-header {
  font-size: 21px;
  margin-top: 25px;
}
.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_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;
  text-align: center;
  vertical-align: middle;
  border: 5px solid #ffd974;
  border-radius: 5px;
}
.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 #171717;
}
.catalog_main .prdt_dtl .prdt_price {
  font-size: 20px;
  margin-bottom: 10px;
}
.catalog_main .prdt_dtl .prdt_price span {
  color: #13376d;
  margin-left: 5px;
}
.catalog_main .prdt_dtl .prdt_documentations {
  margin: 12px 0;
  padding: 0;
  list-style: none;
}
.catalog_main .prdt_dtl .prdt_documentations li {
  margin: 3px 0;
}
.catalog_main .prdt_dtl .prdt_documentations a.prdt_doc_pdf {
  background: url(/images/pdf.png) no-repeat 0 50%;
  padding-left: 25px;
  color: #171717;
  text-decoration: none;
}
.catalog_main .prdt_dtl .prdt_documentations a.prdt_doc_pdf:hover {
  color: #13376d;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs {
  padding: 0 15px;
  height: 80px;
  overflow: hidden;
}
.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;
  text-align: center;
  border: 2px solid #dedede;
  vertical-align: middle;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb .img_thumb_wrapper img {
  max-height: 100%;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb.slick-active.slick-center .img_thumb_wrapper {
  border-color: #13376d;
}
.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: #13376d;
  cursor: pointer;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs .btn-prev {
  left: 0;
}
.catalog_main .prdt_dtl .prdt_thumb_imgs .btn-next {
  right: 0;
}
.catalog_main .prdt_dtl .prdt_chars {
  width: 60%;
}
.catalog_main .prdt_dtl .prdt_chars .prdt_char:nth-child(2n) {
  background: #171717;
}
.catalog_main .prdt_dtl .prdt_chars .prdt_char .prdt_char_name {
  width: 70%;
  padding: 8px 12px;
  display: inline-block;
}
.catalog_main .prdt_dtl .prdt_chars .prdt_char .prdt_char_value {
  padding: 8px 12px;
  display: inline-block;
  width: 28%;
}
.catalog_main .prdt_dtl .prdt_full_desc {
  margin-top: 20px;
}
@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 .btn-prev {
    left: 0;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs .btn-next {
    right: 0;
  }
  .catalog_main .prdt_dtl .prdt_chars {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .catalog_main .ctgs_grid .items_title {
    margin: 5px 0;
  }
  .catalog_main .ctgs_grid .items_info {
    text-align: center;
    padding: 5px 15px 15px;
  }
  .catalog_main .prdt_dtl .prdt_thumb_imgs .img_thumb .img_thumb_wrapper {
    height: 64px;
    line-height: 60px;
  }
}
.menu_hide, .ftr-fixed{
    display: none;
}
.icon-home:before{
    content: "\f015";
}
.icon-chevron-up:before{
    content: "\f077";
}
.icon-tag:before{
    content: '\f02b';
}
@media (max-width: 767px) {
    #ftr_inner_bottom{
        padding-bottom: 60px;
    }
    .__jivoMobileButton{
        bottom: 70px !important;
    }
    .ftr-fixed {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 1em;
        background: #13376d;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 52px;
        z-index: 10;
        border-top: 1px solid #ccc;
    }
    .ftr-fixed .fix_elem {
        text-align: center;
        color: #fff;
        font-size: 13px;
    }
    .ftr-fixed .fix_elem p {
        margin: 0;
    }
    .ftr-fixed .fix_elem a {
        color: #fff;
    }
    .ftr-fixed .fix_elem .icon {
        font-size: 20px;
    }
    .ftr-fixed .ftr_fix_link img {
        height: 22px;
    }
    .topmenu .menu_horz_multi > li > a{
        color: #000;
    }
    .menu_horz_multi > li.active > a{
        color: #fff;
    }
    .topmenu .menu {
        position: fixed;
        top: 0;
        left: -150%;
        bottom: 0;
        width: 300px;
        background: #fff;
        box-shadow: 4px 0 15px -4px rgb(0 0 0 / 50%);
        z-index: 9999989; 
        overflow: auto;
        transition: all .5s ease;
        display: block;
        padding: 15px 20px;
        padding-top: 55px;
    }
    .topmenu .menu.active {
        left: 0;
    }
    .menu_bars {
        display: block;
        width: 32px;
        height: 32px;
        position: absolute;
        top: 10px;
        right: 20px;
        cursor: pointer;
        z-index: 1001;
    }
    .menu_bars span {
        content: "";
        display: block;
        position: absolute;
        height: 2px;
        width: 100%;
        background: #222;
        top: 50%;
        transition: all .3s ease;
    }
    .menu_bars span:first-child {
        opacity: 1;
        top: 50%;
        transform: rotate(135deg);
    }
    .menu_bars span:last-child {
        opacity: 1;
        top: 50%;
        transform: rotate(-135deg);
    }
    #hdr{
        padding-top: 90px;
    }
    #hdr .logo{
        display: none;
    }
	/* #hdr .mdl_phones{
        display: none;
    } */
    .mob_menu_block{
        background: #13376d;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-shadow: 0 0 5px #000;
        padding: 5px 0;
    }
    .topmenu{
        /* position: fixed;
        left: 0;
        right: 0;
        top: 0;
        z-index: 2;
        padding-top: 0; */
    }
  .catalog_main .prds_grid .items_prvw {
    padding-top: 1%;
  }
  .catalog_main .prdt_dtl h5 {
    margin-bottom: 10px;
  }
  .catalog_main .prdt_dtl .prdt_imgs {
    margin-bottom: 20px;
  }
  .catalog_main .prdt_dtl .prdt_chars {
    width: 100%;
  }
  .catalog_main .prdt_dtl .tab-content {
    padding: 0;
  }
  .catalog_main .prdt_dtl .tab-content .tab-pane {
    display: block !important;
    margin-bottom: 20px;
  }
}
.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("/images/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 */
.slider_main {
  margin-top: 25px;
  margin-bottom: 0;
  font-family: 'PT Sans', sans-serif;
  overflow: hidden;
  position: relative;
}
.slider_main .slider_items {
  overflow: hidden;
}
.slider_main .slide_items {
  overflow: hidden;
  position: relative;
  background-size: contain;
}
.slider_main .slide_bg {
  background-position: center top;
  background-repeat: no-repeat;
  background-color: transparent;
  padding: 16.5% 0 0 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
}
.slider_main .slide_info {
  position: absolute;
  top: 5%;
  left: 0%;
  width: 50%;
  margin: 0 auto;
  padding: 20px 50px 15px;
  white-space: normal;
  color: #fff;
}
.slider_main .slide_title {
  font-size: 34px;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 0px;
  text-shadow: 0 0 3px #888;
}
.slider_main .slide_desc {
  padding-top: 5px;
  font-size: 18px;
}
.slider_main .slide_url {
  margin-top: 15px;
  font: 16px 'PT Sans', sans-serif;
}
.slider_main .slide_url .btn {
  padding: 8px 20px;
}
.slider_main .slide_price {
  line-height: 1;
  font-size: 30px;
  color: #272727;
}
.slider_main .slick-dots {
  position: absolute;
  bottom: 20px;
  left: 30px;
  height: 10px;
  padding: 0;
}
.slider_main .slick-dots li {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 1px;
  padding: 0;
  width: 10px;
  height: 10px;
  line-height: 1;
}
.slider_main .slick-dots li span {
  display: block;
  padding: 0;
  width: 8px;
  height: 8px;
  text-align: center;
  font-size: 0;
  outline: none;
  color: #13376d;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 2px #bbb;
  -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;
}
.slider_main .slick-dots li.slick-active span {
  background: #13376d;
}
.slider_licenses {
  text-align: center;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .slider_main .slide_bg {
    padding: 16.3% 0 0 0;
  }
}

/*new 29.02.2016*/
.table-item {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
}
.table-item th,
.table-item td {
  padding: 8px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #13376d;  
}
.table-item td {
  color: #13376d;
  font-size: 20px;
}
.table-item th {
  font-weight: bold;
  text-align: center;
  font-size: 14pt;
  color: #fff;
  background-color:#13376d; 
}
.catalog_main .prdt_dtl .prdt_price{
  margin-bottom:0;
}
.table-item span{
  text-transform: lowercase;
}
.table-price {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}
.table-price th,
.table-price td {
  padding: 8px;
  line-height: 20px;
  vertical-align: middle;
  border: 1px solid #13376d;
}
.table-price th {
  font-weight: bold;
  text-align: center;
  font-size: 18px;
}
.table-price tr:nth-child(2n) {
    background: rgba(2,120,253, 0.08); 
   }

.mdl_leftmenu ul.menu ul li li a {
  padding-left: 45px;
}
.mdl_leftmenu ul.menu ul li li a::before {
  left: 30px;
}

.img_w_title {
    background: #e5e5e5;
    display: inline-block;
    padding: 4px;
    position: relative;
    margin: 3px;
    text-align: center;
    text-indent: 0;
}
.img_w_title span {
    color: #000;
    display: block;
}
/*new 5.04.16*/
.hdr_social_share{
	text-align: center;
	padding: 2px;
}
.hdr_social_share a{
    display: inline-block;
    border: 1px solid #f3f3f5;
    width: 30px;
    height: 30px;
    line-height: 28px;
    text-align: center;
    color: #9c9c9c;
    text-decoration: none;
    font-size: 17px;
    
}
.hdr_social_share a:hover {
    color: #fff;
    background: #13376d;
}
.mdl_site_description{
	padding-top: 20px;
}
.icon-viber:before{
	font-size: 15px
}
/*tooltrip*/
.hint, [data-hint] {
  position: relative;
  display: inline-block;
  }
  
  .hint:before, .hint:after, [data-hint]:before, [data-hint]:after {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    z-index: 1000000;
    pointer-events: none;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease; }
  .hint:hover:before, .hint:hover:after, [data-hint]:hover:before, [data-hint]:hover:after {
    visibility: visible;
    opacity: 1; }
  .hint:before, [data-hint]:before {
    content: '';
    position: absolute;
    background: transparent;
    border: 6px solid transparent;
    z-index: 1000001; }
  .hint:after, [data-hint]:after {
    content: attr(data-hint);
    background: #13376d;
    color: white;
    text-shadow: 0 -1px 0px black;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    box-shadow: 4px 4px 8px rgba(0, 0, 0, 0.3); }

.hint--top:before {
  border-top-color: #13376d; }

.hint--bottom:before {
  border-bottom-color: #383838; }
/**
 * top tooltip
 */
.hint--top:before {
  margin-bottom: -12px; }
.hint--top:after {
  margin-left: -18px; }
.hint--top:before, .hint--top:after {
  bottom: 100%;
  left: 50%; }
.hint--top:hover:before, .hint--top:hover:after {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  transform: translateY(-8px); }

/**
 * bottom tooltip
 */
.hint--bottom:before {
  margin-top: -12px; }
.hint--bottom:after {
  margin-left: -18px; }
.hint--bottom:before, .hint--bottom:after {
  top: 100%;
  left: 50%; }
.hint--bottom:hover:before, .hint--bottom:hover:after {
  -webkit-transform: translateY(8px);
  -moz-transform: translateY(8px);
  transform: translateY(8px); }
/*End tooltrip*/

p.attention_block {
	background: none repeat scroll 0 0 #e5e5e5;
	border-left: 5px solid #13376d;
	border-radius: 0px 3px 3px 0px;
	font-size: 14px;
	line-height: 26px;
	padding: 7px 20px;
	margin-bottom: 0.5em;
	margin-left: 23px;
}

p.punktir_block {
    text-align: center;
    padding: 5px 5px;
  	overflow: hidden;
  	font-weight: 300px;
    margin: 5px;
    color: #000;
    font-size: 12px;
    line-height: 1.3em;
    border: 1px dashed #000;
}
.mdl_callmeback_link {
  text-align: center;
}
.mdl_callmeback_link .btn{
  padding: 13px 40px;
  font-size: 15px;
}
#feedback .control-input {
  position: relative;
}
#feedback .control-input .icon {
  position: absolute;
  top: 7px;
  left: 9px;
  color: #ccc;
}
#feedback .control-input input[type=text],
#feedback .control-input textarea {
  padding-left: 30px;
}

/*28.11.16*/
.main .page-header{
  text-align: center;
}
.slider_reviews .ticket-comment-guest {
    padding: 20px;
    white-space: normal!important;
	border:1px solid #d9d9d9;
	border-radius: 7px;
}
.slider_reviews .slick-dots {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  text-align: center;
  height: 13px;
  padding: 0;
}
.slider_reviews  ul.slick-dots {
  list-style: none;
  text-align: center;
  margin-top: 15px;
  padding-left: 0;
}
.slider_reviews  ul.slick-dots li {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  border-radius: 100%;
  color: #2e8526;
  background: #2e8526;
  border: 3px solid #fff;
  cursor: pointer;
}
.slider_reviews ul.slick-dots li:hover,
.slider_reviews ul.slick-dots li.slick-active {
  background: #fff;
  color: #fff;
  border: 3px solid #2e8526;
}
.slider_reviews .ticket-comment-row{
	padding-right:9px;
	padding-left:9px;
}
.slider_reviews .slick-list{
	margin-right:-9px;
	margin-left:-9px;
}
.slider_reviews .ticket-comment-author{
	font-weight:bold;
	margin-bottom:15px;
}
/*20.02.16*/
@media (min-width: 768px){
  .catalog_main .items_prvw img{
    min-height: 191px;
  }
}
.icon-ok:before{
    font-weight: bold;
    content: "ok";
}
.page_product .prdt_row, .prdt_imgs, .neighbors{
    margin-bottom: 15px;
}
#prdt_full_imgs .slick-active{
    left: 0 !important;
    display: block !important;
}
.prd_file a {
    padding: 10px 15px;
    text-decoration: none;
    background: #13376d;
    color: #fff;
    margin-left: 5px;
    margin-bottom: 5px;
}
#prdt_full_imgs .btn-slider{
    position: absolute;
    top: 40%;
    z-index: 3;
    font-size: 35px;
    cursor: pointer;
    color: #fff;
    border: 2px solid #fff;
    width: 50px;
    height: 50px;
    text-align: center;
    border-radius: 50%;
    display: flex !important;
    justify-content: center;
    align-items: center;
    background: #00000073;
}
#prdt_full_imgs .btn-next{
    right: 0;
}
#prdt_full_imgs .btn-left{
    left: 0;
}
.filter_head{
    display: none;
}
.filter_block{
    margin-bottom: 10px;
}
@media (max-width: 480px){
	.container.main{
		max-width:360px;
	}
	.mdl_advantages .col-xs-6{
		width:100%;
	}
	.gallery_main,
	.catalog_main{
		margin-right:auto;
		margin-left:auto;
		padding-left:9px;
		padding-right:9px;
		max-width:360px;
	}
}
@media (max-width: 767px){
	a.mob_logo{}
	a.mob_logo img{
		filter: brightness(0) invert(1);
		width:100px;
	}
	#hdr_bottom .topmenu{
		display:none;
	}
	.hdr_top{
		padding-top:9px;
		padding-bottom:9px;
	}
	.hdr_top .topmenu .menu_switcher a{
		overflow:hidden;
		display:flex;
		align-items:center;
		height:30px;
		line-height:30px;
		padding:0;
		font-weight:bold;
		text-transform:uppercase;
		text-decoration:none;
		color:#13376d;
		background:transparent;
	}
	.hdr_top .mob_menu_block{
		background:transparent;
		box-shadow:none;
		padding:0;
		cursor:pointer;
	}
	.catalogmenu .item_title{
		display:none;
	}
}
@media (min-width: 768px){
	.catalogmenu .item_title{
		display:none;
	}
	.hdr_top{
		padding-top:15px;
		padding-bottom:15px;
	} 
	.hdr_top .topmenu .menu_horz_multi > li > a{
		padding:0 10px;
	}
	.hdr_top .topmenu .menu_horz_multi > li.first > a{
		padding-left:0;
	}
	.hdr_top .topmenu .menu_horz_multi > li.last > a{
		padding-right:0;
	} 
}
@media (min-width: 1024px) {
	.hdr_top .topmenu .menu_horz_multi > li > a{
		padding:0 15px;
	}
	.catalogmenu .item_title{
		display:inline-block;
	}
}
@media (min-width: 1280px) {
	.hdr_middle .col-auto.separator{
		display:block;
	}
}
.hdr_top{
	background:#f8f8f8;
}
.col-auto{
	position:relative;
	padding-right:9px;
	padding-left:9px
} 
.hdr_top .container{}
.hdr_top .row{
	align-items:center;
	justify-content:space-between;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}
.hdr_top .row > *{
	position:relative;
	width:100%;
	padding-top:0;
	padding-right:9px;
	padding-bottom:0;
	padding-left:9px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
}
/* .hdr_middle .row > *{
	position:relative;
	width:100%;
	padding-top:0;
	padding-right:9px;
	padding-bottom:0;
	padding-left:9px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%;
} */

.hdr_top .hdr_social_share{
	display:flex;
	align-items:center;
}
.hdr_top .hdr_social_share a{
	border-radius:2px;
	background-color:rgb(234, 234, 234);
	width:30px;
	height:30px;
	line-height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:0;
}
.hdr_top .hdr_social_share a + a{
	margin-left:4px;
}
.hdr_top .topmenu{}
.hdr_top .topmenu .menu_horz_multi > li > a{
	color:#333333;
	font-size:14px;
	height:30px;
	line-height:30px;
	-webkit-transition: background-color 0.3s ease-out;
	-o-transition: background-color 0.3s ease-out;
	transition: background-color 0.3s ease-out;
}
.hdr_top .topmenu .menu_horz_multi > li.active > a,
.hdr_top .topmenu .menu_horz_multi > li > a:hover{
	background:transparent;
	text-decoration:underline;
}
.hdr_top .hint--top:before, 
.hdr_top .hint--top:after{
	display:none;
}
.catalogmenu{
	position:relative;
	z-index:2;
}
.catalogmenu .menu_horz_multi{
	width:100%;
	display:flex !important;
	align-items:center;
	justify-content:space-between;
}
.catalogmenu .menu_horz_multi > li{
	
}
.catalogmenu .menu_horz_multi > li.separate{
	height:45px;
	line-height:45px;
	background:#fff;
	width:1px;
}
.catalogmenu .menu_horz_multi > li > a{
	display:flex !important;
	align-items:center;
	justify-content:center;
	padding:0 15px;
	text-decoration:none;
	color:#fff;
	font-size:15px;
	height:60px;
	line-height:60px;
	-webkit-transition:background-color 0.3s ease-out;
	-o-transition:background-color 0.3s ease-out;
	transition:background-color 0.3s ease-out;
	font-size:14px;
	font-weight:bold;
}
.catalogmenu .menu_horz_multi > li > a .item_title{
	position:relative;
	margin-left:10px;
}
/* .catalogmenu .menu_horz_multi > li:hover > a,
.catalogmenu .menu_horz_multi > li.active > a{
	background:#13376d;
}
.catalogmenu .menu_horz_multi > li:hover:after,
.catalogmenu .menu_horz_multi > li.active:after{
	color:#fff;
} */
.catalogmenu .menu_horz_multi > li.parent:after{
	content:"\f0d7";
	position:absolute;
	right:12px;
	top:13px;
	color:#fff;
	font:14px FontAwesome;
}
.catalogmenu .menu_horz_multi > li.last ul{
	left:auto;
	right:0;
}
.catalogmenu .menu_horz_multi > li ul{
	text-align:left;
	width:250px;
}
.hdr_middle .container{}
.hdr_middle .row{
	display:flex;
	align-items:center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -9px;
	margin-left: -9px
}
.hdr_top .row:before,
.hdr_top .row:after,
.hdr_middle .row:before,
.hdr_middle .row:after{
	display:none;
}
.hdr_middle .mdl.logo{
	display:flex;
	/* flex-direction:column; */
	align-items:center;
	margin:0;
}
.hdr_middle .mdl.logo .mdl_site_description{
	padding:0;
	font-size:12px;
}
.hdr_middle .mdl.logo .mdl_site_description span{
	display:block;
}
.hdr_bottom{
	position:relative;
	z-index:1;
}
.hdr_bottom li.menu_item.last + li{
	display:none;
} 
.hdr_middle a.popup{
	display:flex;
	align-items:center;
	color:#000000;
	text-decoration:none;
	line-height:100%;
}
.hdr_middle a.popup:before{
	content:"";
	width:26px;
	height:26px;
	margin-right:15px;
}
.hdr_middle a.popup-measurer:before{
	background:url("/images/hdr-pop/1.png") no-repeat 0 0;
}
.hdr_middle a.popup-callmeback:before{
	background:url("/images/hdr-pop/2.png") no-repeat 0 0;
}
.hdr_middle a.popup-calculatecost:before{
	background:url("/images/hdr-pop/3.png") no-repeat 0 0;
}
.hdr_middle a.popup span{
	display:block;
}
.hdr_middle a.popup span.hdr-pop{
	
}
.flex-fcb{
	display:flex;
	align-items:center;
	justify-content:space-between;
}
.flex-fcc{
	display:flex;
	align-items:center;
	justify-content:center;
}
.hdr_middle .separator{
	display:none;
	width:1px;
	height:50px;
	background:#f3f3f5;
	padding:0;
	position:relative;
}
@media (max-width: 380px){
	.hdr_middle a.popup span{
		font-size:12px;
	}
}
@media (max-width: 767px){
	footer .hdr_social_share{
		justify-content:center;
	}
	.bottom_footer_form{
		text-align:center;
	}
	.ftr_social_share{
		justify-content:center;
	}
	.logo-mobile{
		margin:0;
	}
	.logo-mobile img{
		width:100px;
	}
	.hdr_top_right{
		display: flex;
		align-items: center;
	}
	.hdr_top_right .mdl.mdl_phones{
		margin:0 10px 0 0;
	}
	.hdr_top_right .mdl.mdl_phones a{
		color:#000000;
		text-decoration:none;
	}
}
@media (max-width: 1023px){
	.hdr_middle{
		padding-top:15px;
		padding-bottom:15px;
	}
        

        #hdr_bottom{
            display: none;
        }
        
        #hdr {
            padding-top: 90px;
        }
        
        #hdr_inner {
            padding: 0;
            margin-top: 0;
        }
        
        .hdr_top {
            position: fixed;
            top: 0;
            left: 0;
            right: 0;
            background: #fff;
            z-index: 9;
            box-shadow: 0 0 8px 0px #000;
        }
        
        .logo-mobile {
            margin: 0;
        }
        
        .visible-xs {
            display: block !important;
        }
        
        header .mdl_phones {
            text-align: center;
            padding-left: 0;
        }
        
        .mdl_phones {
            margin-top: 5px;
            line-height: 1.2;
            margin-bottom: 10px;
        }
        
        .hdr_top_right {
            display: flex;
            align-items: center;
        }
        
        .topmenu {
            position: static;
        }
        
        .hdr_top .mob_menu_block {
            background: transparent;
            box-shadow: none;
            padding: 0;
            cursor: pointer;
        }
        
        .topmenu .menu {
            position: fixed;
            top: 0;
            left: -150%;
            bottom: 0;
            width: 300px;
            background: #fff;
            box-shadow: 4px 0 15px -4px rgb(0 0 0 / 50%);
            z-index: 9999989;
            overflow: auto;
            transition: all .5s ease;
            display: block;
            padding: 15px 20px;
            padding-top: 55px;
        }
        
        #logo-mobile.hidden-sm{
            display: block!important;
        }
        
        .mob_menu_block {
            background: #13376d;
            display: flex;
            align-items: center;
            justify-content: space-between;
            box-shadow: 0 0 5px #000;
            padding: 5px 0;
        }
        
        .hdr_top .topmenu .menu_switcher a {
            overflow: hidden;
            display: flex;
            align-items: center;
            height: 30px;
            line-height: 30px;
            padding: 0;
            font-weight: bold;
            text-transform: uppercase;
            text-decoration: none;
            color: #13376d;
            background: transparent;
        }
        
        #hdr_middle .row .col-xs-12.col-xl-7.hidden-xs{
            display: none !important;
        }
        
        .mbl_phone a {
            color: #171717;
            text-decoration: none;
        }
        
        .topmenu .menu_switcher .switcher_icon {
            display: block;
            font-size: 19px;
            padding: 0;
            margin: 0;
        }
}
@media (min-width: 575px){
	.bottom_footer_form .description span{
		display:block;
	}
}
@media (min-width: 768px){
	.bottom_footer_form .page-header{
		margin-bottom:45px;
	}
	.bottom_footer_form{
		height:100%;
		min-height:370px;
	} 
	.bottom_footer_form:after{
		content:"";
		top:0;
		right:-600px;
		bottom:0;
		width:1016px;
		position:absolute;
		background:url("/images/footer.png") no-repeat right center;
	}
}
@media (min-width: 1024px){
	.bottom_footer_form:after{
		right:-450px;
	}
	.hdr_middle{
		padding-top:15px;
		padding-bottom:15px;
	}
}
@media (min-width: 768px) and (max-width: 1023px) { 
	.hdr_middle .col-xs-12.col-xl-5{
		margin-top:10px;
		padding-top:20px;
		border-top:1px solid #dddddd;
	}
}
@media (min-width: 1024px) and (max-width: 1279px) { 
	.hdr_middle .col-xs-12.col-xl-5{
		margin-top:10px;
		padding-top:20px;
		border-top:1px solid #dddddd;
	}
}
@media (min-width: 1280px){
	.bottom_footer_form:after{
		right:-250px;
	}
	/* .hdr_middle{
	    padding-top:25px;
	    padding-bottom:25px;
	} */
	.last-separator{
		opacity:0;
	}
	.col-xl-7{
		flex:0 0 62%;
		max-width:62%;
	}
	.col-xl-5{
		flex:0 0 38%;
		max-width:38%;
	}
}
@media (min-width: 1536px){
	.bottom_footer_form:after{
		right:-150px;
	}
}
@media (min-width: 1920px){
	.bottom_footer_form:after{
		right:0;
	}
}
.bottom_footer_form{
	background:#f0f0f0;
	padding:50px 0;
	position:relative;
	display:flex;
	align-items:center;
	overflow:hidden;
}
.bottom_footer_form .container{
	position:relative;
	z-index:5;
}
.bottom_footer_form a{
	display:block;
	text-decoration:none;
}
.ftr_social_share{
	display:flex;
	align-items:center;
	margin-top:30px;
}
.bottom_footer_form a + a{
	margin-left:5px;
}
.bottom_footer_form .description{
	font-size:20px;
}
.mdl-header{
	font-size:22px;
	margin-bottom:25px
}
.hidden_counters{
	position:absolute;
	opacity:0;
	bottom:0;
}
footer ul.menu a{
	display:block;
	line-height:25px;
}
button.btn-measurer{
	border-radius:2px;
	background-image:-moz-linear-gradient( 90deg, rgb(255,86,29) 0%, rgb(255,86,29) 100%);
	background-image:-webkit-linear-gradient( 90deg, rgb(255,86,29) 0%, rgb(255,86,29) 100%);
	background-image:-ms-linear-gradient( 90deg, rgb(255,86,29) 0%, rgb(255,86,29) 100%);
	padding:0 25px;
	height:40px;
	line-height:40px;
	color:#ffffff;
	margin-top:25px;
	transition:all 0.3s ease;
	box-shadow:none;
}
button.btn-measurer:hover{
	box-shadow:0 0 5px rgba(0,0,0,0.5);
}
footer .hdr_social_share{
	display:flex;
	align-items:center;
	margin-top:20px;
	margin-bottom:20px;
}
footer .hdr_social_share a{
	border-radius:2px;
	background-color:rgb(94, 181, 127);
	width:30px;
	height:30px;
	display:flex;
	align-items:center;
	justify-content:center;
	border:0;
}
footer .hdr_social_share a + a{
	margin-left:5px;
}

footer .hdr_social_share img{
	filter: brightness(0) invert(1);
}
footer .mdl_schedule{
	display:none;
}
.ftr-contact{ 
	display:flex;
	flex-direction:column;
	line-height:25px;
}
.ftr-contact > *{
	display:flex;
	align-items:center;
}
.ftr-contact > *:before{
	content:"";
	width:18px;
	height:18px;
	margin-right:10px;
	position: absolute;
    left: 5px;
}
.ftr-contact .mdl_phones:before{
	background:url("/images/social-ico/8.svg") no-repeat 0 0;
	left: 0;
}
.ftr-contact .mdl_adress:before{
	background:url("/images/social-ico/9.svg") no-repeat 0 0;
}
.ftr-contact .emailsender:before{
	background:url("/images/social-ico/10.svg") no-repeat 0 0;
}
#ftr .ftr-contact .mdl_phones{
	margin-top:0;
}
#ftr_inner_bottom .row{
	display:flex;
    flex-flow:row wrap;
	margin-top:-25px;
}
#ftr_inner_bottom .row > *{
	margin-top:25px;
}
.mdl_scheme_work .row{
	display:flex;
    flex-flow:row wrap;
	margin-bottom:-30px;
}
.mdl_scheme_work .items_block{
	text-align:center;
	margin-bottom:30px;
}
.mdl_scheme_work .items_prvw{
	position:relative;
	margin-bottom:-40px;
}
.mdl_scheme_work .items_info{
	padding:0 0 10px;
	background:#f8f8f8;
}
.mdl_scheme_work .items_info .items_title{
	padding-top:45px;
	padding-bottom:10px;
	color:#13376d;
	font-size:16px;
}
.mdl_scheme_work .items_info .items_desc{
	line-height:120%;
}
span.green{
	color:#13376d;
	font-size:18px;
	font-weight:bold;
}
span.br{
	display:block;
}
.iframe_calc{}
calc .input,
.iframe_calc .input{
	background:#ffffff !important;
}
.iframe_calc{}
.iframe_calc{}
.iframe_calc{}
.color_listRow_block{
	background:#f2f2f2;
	padding:10px 15px;
}
.color_listRow_block + .color_listRow_block{
	border-top:1px solid #dddddd;
}
.color_listRow_block .page-header{
	font-size:17px;
	margin:0;
	cursor:pointer;
	display:flex;
	justify-content:space-between;
	align-items:center;
	cursor:pointer;
}
.color_listRow_block .page-header:after{
	content:"\f107";
	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;
	transition: all 0.3s ease;
	border-radius:50%;
	background-color:rgb(57, 147, 91);
	width:23px;
	height:23px;
	display:flex;
	justify-content:center;
	align-items:center;
	color:#ffffff;
}

.color_listRow_block.active .page-header:after{
	transform:rotate(180deg);
}
.color_listRow_block .color_item{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	height:95px;
	margin-bottom:18px;
	font-size:17px; 
}
.color_listRow_block .item_answer{
	padding-top:15px;
}
.seo_text{
	margin-bottom:25px;
	/* padding-top:30px;
	padding-bottom:50px; */
}
.mdl_advantages.ctgs_advantages{}
.mdl_advantages.ctgs_advantages .page-header{
	margin-bottom:30px;
}
.page_service .mdl_advantages.ctgs_advantages .page-header{
	margin-bottom:0;
}
.mdl_advantages.ctgs_advantages .items_info{
	padding:0;
}
.mdl_advantages.ctgs_advantages .row{}
.mdl_advantages.ctgs_advantages [class*="col-"]{
	margin-top:30px;
}
.mdl_advantages.ctgs_advantages .items_block {
	text-align:center;
	border:0;
	padding:0;
	margin:0;
	position: relative;
	border-radius:0;
}
.mdl_advantages.ctgs_advantages .items_block .items_prvw {
	width:68px;
	height:68px;
	line-height:100%;
	background:transparent;
	position:inherit;
	margin:0 auto 25px;
	border-radius:0;
	top:auto;
	left:auto;
	display:block;
	border:0;
}
.catalog_main.catalog_main_new,
.price_list_main{
	margin-top:25px;
	margin-bottom:25px;
}
.catalog_main.catalog_main_new .items_prvw img {
	max-height:100%;
}
.catalog_main.catalog_main_new .prds_grid .items_price{
	font-size:20px;
}
a.popup-order{
	border-radius:2px;
	background-color:rgb(19,55,109);
	height:35px;
	line-height:35px;
	color:#ffffff;
	text-decoration:none;
	display:inline-block;
	padding-right:25px;
	padding-left:25px;
}
.prdt-info-box{
	text-align:center;
}
.catalog_main .prdt-info-box .prdt_price{
	font-size:20px;
}
.catalog_main .prdt-info-box .prdt_price span{
	color:#000000;
	font-weight:bold;
}
.prdt-info-box .btn-main{
	font-size:14px;
	font-weight:bold;
	height:50px;
	line-height:50px;
	padding:0 45px;
	text-transform:uppercase;
	background-color:#639a01;
	-webkit-transition: background 0.3s ease-out;
	-o-transition: background 0.3s ease-out;
	transition: background 0.3s ease-out;
	margin-top:25px;
	margin-bottom:25px;
	border:1px solid #bfcc84;
	box-shadow:0 0 5px rgba(0,0,0,0.5);
	border-radius:5px;
}
.prdt-info-box .btn-main:hover{
	background:#4f7806;
}
.prdt_props{
	padding:30px;
	border:1px solid #dddddd;
}
.prdt_props .pp_row{
	display:flex;
	align-items:center;
	justify-content:space-between;
	line-height:100%;
	position:relative;
}
.prdt_props .pp_row + .pp_row{
	margin-top:20px;
}
.prdt_props .pp_row:before{
	content:"";
	position:absolute;
	right:0;
	bottom:1px;
	left:0;
	border-bottom:1px dotted #a4a4a4;
}
.prdt_props .pp_row > div{
	background:#ffffff;
	position:relative;
}
.prdt_props .pp_row .pp_name{
	padding-right:10px;
}
.prdt_props .pp_row .pp_value{
	padding-left:10px;
}
.prdt_full_desc{
	margin-top:25px;
	margin-bottom:35px;
}
.cnt_after{
	margin-bottom:50px;
}
.d-flex-center{
	display:flex;
	align-items:center;
}
a.full_img {
	display:flex;
	align-items:center;
	justify-content:center;
}
.catalog_main_item .prdt_imgs{
	margin-bottom:0;
}
.prdt_textmask{
	margin-top:30px;
}
.pohozie_tovari.catalog_main.catalog_main_new{
	margin-top:30px;
	margin-bottom:30px;
}
.pohozie_tovari .items_block a.popup{
	display:none;
}
@media (min-width: 1280px){
	div.prdt_dtl h1.page-header{
		font-size:32px;
	}
}
.row-flex{
	display:flex;
    flex-flow:row wrap;
}
.color_options_row{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.color_options_row div[class*="col-"]{
	position: relative;
}
.color_options_row .col-auto {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: 100%
}
.color_item_img{
	margin-bottom:20px;
	text-align:center;
}
@media screen and (max-width: 767px) {
	.prdt_table_box .items_desc > div:first-child{
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: auto;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		-webkit-overflow-scrolling: touch;
	}
}
@media (max-width: 767px){
	.color_options_row div.col-xs-6{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.prdt_table_left,
	.prdt_table_right{
		flex:0 0 100%;
		max-width:100%;
	}
	.prdt_tableRow > div.d-flex{
		flex-direction:column;
	}
	.prdt_table_box{
		width:100%;
		max-width:360px;
		margin-right:auto;
		margin-left:auto;
	}
	.prdt_table_box .items_desc > div:first-child{
		border: 1px solid #909090;
		margin-bottom: 20px;
		overflow-x: scroll;
		overflow-y: hidden;
		width: 100%;
	}
}
@media (min-width: 768px){
	.color_options_row div.col-md-3{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%:
	}
	.prdt_tableRow > div.d-flex{
		flex-direction:column;
	}
	table .th-mobile{
		display:none;
	}
	.prdt_table_left{
		flex:0 0 100%;
		max-width:100%;
	}
	.prdt_table_right{
		flex:0 0 100%;
		max-width:100%;
	}
	.prdt_tableRow .prdt_table_left .items_title{}
	.prdt_tableRow .prdt_table_left a.popup-table{
		margin-top:0;
	}
}
@media (min-width: 768px) and (max-width: 1199px){
	.prdt_tableRow .prdt_table_left{
		height:135px;
		flex:0 0 auto;
		margin-bottom:10px;
		justify-content:flex-start;
	} 
	.prdt_tableRow .prdt_table_left img{
		flex:0 0 180px;
		max-width:180px;
		object-fit:cover;
		position:absolute;
	} 
	.prdt_tableRow .prdt_table_left .items_title,
	.prdt_tableRow .prdt_table_left a.popup-table{
		position:relative;
		margin-left:190px;
	}
	
}
@media (min-width: 1200px){
	
	.prdt_tableRow > div.d-flex{
		flex-direction:row;
	}
	.items_desc{
		padding-left:10px;
	}
	.prdt_table_left{
		flex:0 0 33%;
		max-width:33%;
	}
	.prdt_table_right{
		flex:0 0 67%;
		max-width:67%;
	}
}
.prdt_table_left img.items_img{
	border-radius:4px;
	margin-bottom:10px;
}
.prdt_tableRow + .prdt_tableRow{
	margin-top:30px;
}
.prdt_tableRow .items_title{
	font-size:18px;
	font-weight:bold;
	margin-bottom:15px;
	display:flex;
}
.prdt_table_left{
	position:relative;
}
.d-flex{
	display:flex;
}
.flex-column{
	flex-direction:column;
}
.justify-content-between{
	justify-content:space-between;
}
.description table{
	margin:0;
}
.data-tooltip{
	cursor:help;
}
.tooltip {
	position:fixed;
	padding:7px 12px;
	border:1px solid #000000;
	border-radius:4px;
	text-align:center;
	font:italic 12px/1.3 sans-serif;
	color:#fff;
	background:#000;
	box-shadow:3px 3px 3px rgba(0, 0, 0, .3);
	z-index:9999;
}
.prdt_tableRow table.table-info{}
.prdt_tableRow table.table-info tr{}
.prdt_tableRow table.table-info tr:nth-child(even){
	background:#f5f5f5;
}
.prdt_tableRow table.table-info th{
	background:#dddddd;
	padding:10px 10px;
	line-height:120%;
	text-align:center;
	vertical-align:middle;
} 
.prdt_tableRow table.table-info td{
	padding:8px 10px;
	line-height:120%;
	vertical-align:middle;
	text-align:center;
	vertical-align:middle;
}
a.popup-table{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#13376d;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	text-align:center;
	margin-top:5px;
	border-radius:4px; 
	text-decoration:none;
	line-height:35px;
	transition:all 0.3s ease-out;
}
a.popup-table:hover{
	background:#13376d;
}
.hide_fild{
  display: none;
}
@media (min-width: 768px) {
	.scrollup{
		position:fixed;
		width:35px;
		height:35px;
		right:35px;
		bottom:35px;
		background:#13376d;
		color:#ffffff;
		border-radius:4px;
		display:none;
		text-decoration:none;
	}
	.scrollup:hover{
		background:#13376d;
		color:#ffffff;
	}
	.scrollup span{
		position:absolute;
		top:0;
		right:0;
		bottom:0;
		left:0;
		display:flex;
		align-items:center;
		justify-content:center;
	}
	h1.page-header-main{
		margin-bottom:60px;
		font-size:32px;
	}
	.additional_services h2{
		margin-bottom:40px;
		font-size:32px;
	}
}
.page-content-main{
	margin-top:25px;
	margin-bottom:25px;
}
.additional_services{
	margin-top:30px;
	margin-bottom:30px;
}
.additional_services h2{
	
}
.additional_services_catalog_main{}
.additional_services_catalog_main .slick-list{
	margin-right:-10px;
	margin-left:-10px;
}
.additional_services_catalog_main .items_block{
	padding-right:10px;
	padding-left:10px;
}
.additional_services_catalog_main a.items_link{
	display:flex;
	align-items:center;
	justify-content:space-between;
	flex-direction:column;
	text-decoration:none;
	font-size:17px;
}
.additional_services_catalog_main a.items_link:hover{
	color:#000000;
}
.additional_services_catalog_main img{
	border: 2px solid #13376d;
	display: block;
	margin-right:auto;
	margin-left:auto;
	margin-bottom:10px;
}
.mdl.mdl_review .slick-dots{
	margin-top:50px;
	margin-bottom:30px;
	position:relative;
}
.prdt_tabs_box{}

.prdt_tabs_box .tabs_titles{
	//border-bottom:1px solid #13376d;
}
.prdt_tabs_box .tabs_titles span{
	cursor:pointer;
	text-align:center;
	display:block;
	padding:10px 15px;
	font-weight:600;
	font-size:18px;
	border:2px solid transparent;
}
.prdt_tabs_box .tabs_titles span:hover,
.prdt_tabs_box .tabs_titles span.active{
	background:#eaeaea;
	border-bottom-color:#13376d;
}
.prdt_tabs_box .items_prvw{
	display:block;
} 
.prdt_tabs_box .items_desc{
	display:none;
} 
.prdt_tabs_box{} 
@media (min-width: 768px){
	.mdl_review .page-header,
	.prdt_tabs_box .page-header {
		margin-bottom: 40px;
		font-size: 32px;
	}
	.prdt_tabs_box .tabs_titles{
		display:flex;
		align-items:center;
		justify-content:space-between;
		margin-bottom:15px;
	}
	.prdt_tabs_box .tabs_titles span{
		border-radius:5px; 
	}
}
@media (max-width: 767px){
	footer{
		text-align: center;
		background: #13376d;
	}
	#ftr_inner_bottom{
		max-width: 360px;
		margin: 0 auto;
	}
	.ftr-contact-box {
		background: rgba(0,0,0,0.1);
		padding: 15px;
		border-radius: 10px;
	}
	.ftr-contact-box .mdl-header{
		margin-bottom:5px;
	}
	.mdl-header,
	.mdl-header-cat,
	.mdl-header-about{
		cursor:pointer;
		margin-bottom:0;
	}
	.menufooter,
	.catalogmenufooter,
	.amenufooter{
		display:none;
	}
	div.additional_services_catalog_main a.items_link {
		font-size: 15px;
	}
	.mdl_advantages .slick-track {
		white-space: normal;
	}
	.mdl_advantages div.items_block {
		margin-bottom: 0;
	}
	/* .mdl_advantages .items_block .items_prvw {
		position: initial;
	} */
}
@media (max-width: 599.98px){ 
	/* .mdl.mdl_advantages{
		width:100%;
		max-width:360px;
		margin-right:auto;
		margin-left:auto;
	} */
}
@media (max-width: 480px){
    .mdl_advantages.ctgs_advantages .items_block {
    	text-align: left;
    	display: flex;
    	align-items: center;
    }
    .mdl_advantages.ctgs_advantages .items_block .items_prvw {
        flex: 0 0 50px;
        max-width: 50px;
        height: 50px;
        margin: 0 15px 0 0;
    }
	.prdt_tabs_box .gall_image.col-xs-4{
		width:50%;
	}
}
.tac{
	text-align:center;
}
.additional_services{}
.additional_services .items_link{
	display:flex;
	align-items:center;
	justify-content:space-between;
	border-radius: 5px;
	flex-direction:column;
	position:relative;
	overflow:hidden;
	color:#ffffff;
}
.additional_services img{
	border:0;
}
.additional_services .items_title{
	position:absolute;
	right:0;
	bottom:0;
	left:0;
	background:#13376d;
	padding:10px 15px;
	text-align:center;
	font-weight:bold;
}
.mdl_review .slider-arrows{
	position:relative;
	display:flex;
	align-items:center;
}
.mdl_review .slider-arrows .slick-prev,
.mdl_review .slider-arrows .slick-next{
	border-radius: 2px;
	background-color: rgb(234, 234, 234);
	width: 36px;
	height: 36px;
	position: initial;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-top: 0;
}
.mdl_review .slider-arrows .slick-prev span, 
.mdl_review .slider-arrows .slick-next span {
	color:#000000; 
	font-size: 16px;
	opacity: 1;
}
.reviews_info{
	display:flex;
	align-items:center;
	justify-content:space-between;
	margin:15px 0 30px;
}
.mdl_review .slider-arrows .slick-prev{}
.mdl_review .slider-arrows .slick-next{
	margin-left:5px;
}
.slider_reviews .ticket-comment-text{
	position:relative;
}
.slider_reviews .ticket-comment-text:after{
	content:"";
	position:absolute;
	width:66px;
	height:54px;
	background:url("/images/ticket-comment-guest.png") no-repeat 0 0;
	right:0;
	bottom:0;
	z-index:-1;
}
.hdr_middle a.popup.popup-measurer {
	color: #fff;
	background: #13376d;
	padding: 10px;
	transition: all 0.3s ease;
}
.hdr_middle a.popup.popup-measurer::before{
    filter: brightness(0%) invert(100%);
}
.hdr_middle a.popup.popup-measurer:hover{
    box-shadow:0 0 10px #13376d;
}
/**/
.b24-form-wrapper.b24-form-border-bottom{
    border-bottom: none !important;
}
.b24-form-wrapper.b24-form-shadow{
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}
.hdr_middle .mdl.logo .mdl_site_description{
    margin-left: 10px;
}
.b24-form-sign{
    display: none !important;
}
@media (max-width: 767px){
	.mbl_phone a {
		color: #171717;
		text-decoration: none;
	}
    .ftr-contact > *:before{
        left: 25px;
    }
    .hdr_top{
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #fff;
        z-index: 9;
        box-shadow: 0 0 8px 0px #000;
    }
    .logo-mobile img {
        width: 70px;
    }
}
.link_die{
	/* margin-bottom:25px; */
	display:table;
	width:100%;
}
.link_die .row{
    margin-bottom:-18px;
}
.link_die [class*="col-"]{
    margin-bottom:18px;
}
.link_die .items_link {
	display: flex;
	align-items:center;
	justify-content:center;
	background: #13376d;
	padding: 10px 15px;
	-webkit-transition: background 0.2s ease-out;
	-o-transition: background 0.2s ease-out;
	transition: background 0.2s ease-out;
	color:#000000;
	text-align:center;
}
.link_die a.items_link{
    text-decoration:none;
}
.link_die .items_link:hover{
    background: #13376d;
    color:#ffffff;
}
.mdl-header-catalog-footer{
	opacity:0;
}
.prdt_table_box{
	margin-bottom:30px;
}
img.items_img_get{
	width:100%;
	height:225px;
	object-fit:cover;
}
header .mdl_adress span{
    display:block;
}
footer .emailsender{
    padding-left: 20px;
}
#ftr .ftr-contact .mdl_phones{
    padding-left: 25px;
    margin-bottom: 5px;
}
    footer .mdl_adress{
    flex-direction:column;
    align-items:flex-start;
    padding-left: 25px;
}
.mdl_phones{
    display: flex;
    flex-direction: column;
}
.bottom_footer_form .page-header, .bottom_footer_form .description, .bottom_footer_form .ftr_social_share{
    text-align: left;
    padding: 0 15px;
}
.ftr-contact-box .mdl_phones{
    flex-direction: row;
    flex-wrap: wrap;
}

.items_wrap a.tag_items_link.lightbox{
    text-decoration: none;
}

@media (max-width: 768px){
    .gallery_main {
    flex-direction: column;
  }

  .gallery_main .tiles_col {
    margin: initial;
  }
}