.reviews-list .row {
  display: flex;
  align-items: center;
}
.reviews-list-title {
  margin: 60px 0;
}
.simpleForm2 {
  margin: 15px 0;
}
.sf2-form-group {
  position: relative;
}
.sf2-form-group .sf2-form-label-wrap label {
  font-weight: bold;
  margin: 0;
  width: auto;
}
.sf2-form-group .sf2-form-label-wrap label .sf2-required {
  color: #dd0000;
}
.sf2-form-group + .sf2-form-group {
  margin-top: 10px;
}
.sf2-form-group input.sf2-element,
.sf2-form-group select.sf2-element,
.sf2-form-group textarea.sf2-element,
.sf2-form-group button.sf2-element {
  margin: 0;
}
.sf2-form-group input.sf2-element,
.sf2-form-group select.sf2-element,
.sf2-form-group textarea.sf2-element {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  display: inline-block;
  transition: all 0.2s linear;
  font-family: inherit;
  border-radius: 3px;
  padding: 0.35em 0.55em;
  font-size: inherit;
  height: auto;
}
.sf2-element-captcha {
  display: table;
  width: 100%;
}
.sf2-element-captcha-image,
.sf2-element-captcha-input {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
}
.sf2-element-captcha-image,
.sf2-element-captcha-image img {
  width: 100px;
}
.sf2-element-captcha-input input.sf2-element {
  font-size: 133% !important;
  text-align: center;
  max-width: 100px;
}
.sf2-checkboxes .sf2-checkbox-label {
  display: inline-block;
  margin: 0 20px 5px 0;
  font-weight: normal;
}
.sf2-checkboxes input {
  margin: 0 0.5em 2px 0;
  vertical-align: middle;
}
button.sf2-callBtn {
  background: #337ab7;
  color: #fff;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 6px 14px 7px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
}
button.sf2-callBtn:hover {
  background: #256aa5;
  color: #fff;
  text-shadow: none;
}
.sf2-header {
  line-height: 1.4;
  margin: 0 0 20px;
}
.sf2-header .sf2-title {
  font-size: 150%;
  font-weight: 500;
}
.sf2-header .sf2-title + .sf2-description {
  margin-top: 3px;
}
.sf2-element-help {
  display: block;
  font-style: italic;
  opacity: 0.6;
  font-size: 90%;
  margin-top: 3px;
}
.sf2-button-group button {
  margin-right: 10px !important;
}
.sf2Layout-blocks .sf2-form-label-wrap {
  display: block;
  margin-bottom: 3px;
}
.sf2LayoutMode-boxed {
  max-width: 400px;
}
.sf2LayoutMode-boxed .sf2-header {
  position: relative;
  padding: 15px 20px;
  margin: 0;
  border-radius: 4px 4px 0 0;
}
.sf2LayoutMode-boxed .sf2-header .sf2-title + .sf2-description {
  margin-top: 3px;
}
.sf2LayoutMode-boxed .sf2-body {
  padding: 15px 20px 18px;
  border-radius: 4px;
}
.sf2LayoutMode-boxed .sf2-header + .sf2-body {
  border-radius: 0 0 4px 4px;
}
.sf2Layout-lines .sf2-form-group + .sf2-form-group {
  margin-top: 15px;
}
.sf2Layout-lines .sf2-form-label-wrap {
  float: left;
  width: 125px;
}
.sf2Layout-lines .sf2-form-element-wrap {
  margin-left: 135px;
}
.sf2Style-default .sf2-form-label-wrap label {
  color: #333;
}
.sf2Style-default .sf2-form-group input.sf2-element,
.sf2Style-default .sf2-form-group select.sf2-element,
.sf2Style-default .sf2-form-group textarea.sf2-element {
  border: 1px solid #ccc;
  color: #555;
  line-height: 1.42857143;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.sf2Style-default .sf2-form-group input.sf2-element:focus,
.sf2Style-default .sf2-form-group select.sf2-element:focus,
.sf2Style-default .sf2-form-group textarea.sf2-element:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
  outline: 0;
}
.sf2Style-light {
  color: #666;
}
.sf2Style-light .sf2-form-label-wrap label {
  font-weight: normal;
  color: #666;
}
.sf2Style-light label.sf2-checkbox-label {
  color: #666;
}
.sf2Style-light .sf2-form-group input.sf2-element,
.sf2Style-light .sf2-form-group select.sf2-element,
.sf2Style-light .sf2-form-group textarea.sf2-element {
  border: 1px solid #ccc;
  color: #777;
  line-height: 1.38;
  box-shadow: none;
}
.sf2Style-light .sf2-form-group input.sf2-element:focus,
.sf2Style-light .sf2-form-group select.sf2-element:focus,
.sf2Style-light .sf2-form-group textarea.sf2-element:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.4);
  border-color: #89c7f8;
  outline: 0;
}
.sf2Style-light button.sf2-element {
  background: #fff;
  color: #555;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 6px 14px 7px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  box-shadow: none;
  text-shadow: none;
}
.sf2Style-light button.sf2-element[type="submit"] {
  background: #59b1fd;
  color: #fff;
  font-weight: 500;
  border-color: transparent;
}
.sf2Style-light button.sf2-element[type="submit"]:hover {
  background: #4aa3ef;
}
.sf2Style-sky {
  color: #333;
}
.sf2Style-sky .sf2-header {
  background: #47adef;
  color: #fff;
}
.sf2Style-sky .sf2-form-label-wrap label {
  font-weight: normal;
  color: #333;
}
.sf2Style-sky.sf2LayoutMode-boxed .sf2-body {
  border: 1px solid #ccc;
}
.sf2Style-sky.sf2LayoutMode-boxed .sf2-header + .sf2-body {
  border-top: none;
}
.sf2Style-sky label.sf2-checkbox-label {
  color: #333;
}
.sf2Style-sky .sf2-form-group input.sf2-element,
.sf2Style-sky .sf2-form-group select.sf2-element,
.sf2Style-sky .sf2-form-group textarea.sf2-element {
  border: 1px solid #ccc;
  color: #555;
  line-height: 1.38;
  box-shadow: none;
  background: rgba(0, 0, 0, 0.02);
  background: #fff;
}
.sf2Style-sky .sf2-form-group input.sf2-element:focus,
.sf2Style-sky .sf2-form-group select.sf2-element:focus,
.sf2Style-sky .sf2-form-group textarea.sf2-element:focus {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  border-color: #66afe9;
  outline: 0;
}
.sf2Style-sky button.sf2-element {
  background: rgba(0, 0, 0, 0.02);
  color: #333;
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 6px 14px 7px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  box-shadow: none;
  text-shadow: none;
}
.sf2Style-sky button.sf2-element[type="submit"] {
  background: #47adef;
  color: #fff;
  font-weight: 500;
  border-color: transparent;
}
.sf2Style-sky button.sf2-element[type="submit"]:hover {
  background: #389ee1;
}
.sf2Style-fancy {
  color: #666;
}
.sf2Style-fancy .sf2-form-group + .sf2-form-group {
  margin-top: 15px;
}
.sf2Style-fancy .sf2-form-label-wrap label {
  font-weight: normal;
  color: #666;
}
.sf2Style-fancy label.sf2-checkbox-label {
  color: #666;
}
.sf2Style-fancy .sf2-form-group input.sf2-element,
.sf2Style-fancy .sf2-form-group select.sf2-element,
.sf2Style-fancy .sf2-form-group textarea.sf2-element {
  border: none;
  border-bottom: 1px solid #ddd;
  border-radius: 0px;
  padding-left: 0;
  padding-right: 0;
  color: #444;
  line-height: 1.38;
  box-shadow: none;
  background: rgba(255, 255, 255, 0);
}
.sf2Style-fancy .sf2-form-group input.sf2-element:focus,
.sf2Style-fancy .sf2-form-group select.sf2-element:focus,
.sf2Style-fancy .sf2-form-group textarea.sf2-element:focus {
  box-shadow: none;
  border-color: #73bfff;
  outline: 0;
  background: rgba(255, 255, 255, 0);
}
.sf2Style-fancy button.sf2-element {
  background: #fff;
  color: #00b9ff;
  border: 1px solid #fff;
  border-radius: 4px;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 6px 14px 7px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  box-shadow: none;
  text-shadow: none;
}
.sf2Style-fancy button.sf2-element[type="submit"] {
  background: #00b9ff;
  color: #fff;
  font-weight: 500;
  border-color: #00b9ff;
}
.sf2Style-fancy button.sf2-element[type="submit"]:hover {
  background: #fff;
  color: #00b9ff;
  border-color: #00b9ff;
}
.sf2Style-fancy .sf2-checkbox-label {
  position: relative;
}
.sf2Style-fancy .sf2-checkbox-label input[type="checkbox"] {
  display: none;
}
.sf2Style-fancy .sf2-checkbox-label input[type="checkbox"] + i {
  display: inline-block;
  width: 45px;
}
.sf2Style-fancy .sf2-checkbox-label input[type="checkbox"] + i:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 2px;
  width: 35px;
  height: 14px;
  background: #dedee0;
  border-radius: 7px;
  transition: all ease-out 0.2s;
}
.sf2Style-fancy .sf2-checkbox-label input[type="checkbox"] + i:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -1px;
  width: 20px;
  height: 20px;
  background: #bebec0;
  border-radius: 50%;
  transition: all ease-out 0.2s;
}
.sf2Style-fancy .sf2-checkbox-label input[type="checkbox"]:checked + i:before {
  background: #a7e8e0;
}
.sf2Style-fancy .sf2-checkbox-label input[type="checkbox"]:checked + i:after {
  background: #4fd2c2;
  left: 15px;
}
.sf2Style-fancy.sf2Layout-lines .sf2-form-label-wrap {
  padding-top: 5px;
}
.sf2Style-dark {
  color: #999;
}
.sf2Style-dark .sf2-form-label-wrap label {
  color: #999;
}
.sf2Style-dark .sf2-form-group input.sf2-element,
.sf2Style-dark .sf2-form-group select.sf2-element,
.sf2Style-dark .sf2-form-group textarea.sf2-element {
  border: none;
  background: rgba(0, 0, 0, 0.15);
  color: #ccc;
  line-height: 1.42857143;
  box-shadow: inset 1px 1px 2px rgba(0, 0, 0, 0.2), 0 -1px 0 rgba(0, 0, 0, 0.3), 0 1px 0 rgba(255, 255, 255, 0.075);
}
.sf2Style-dark .sf2-form-group input.sf2-element:focus,
.sf2Style-dark .sf2-form-group select.sf2-element:focus,
.sf2Style-dark .sf2-form-group textarea.sf2-element:focus {
  background: rgba(0, 0, 0, 0.3);
  outline: 0;
}
.sf2Style-dark button.sf2-element {
  background: linear-gradient(to top, #6f6f6f, #aaa);
  color: #444;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  transition: all 0.2s ease;
  display: inline-block;
  padding: 6px 14px 7px;
  margin-bottom: 0;
  font-weight: bold;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
}
.sf2Style-dark button.sf2-element[type="submit"] {
  background: linear-gradient(to top, #3e76a0, #499ed1);
  color: #20425c;
}
.sf2Style-dark button.sf2-element[type="submit"]:hover {
  background: linear-gradient(to top, #3e76a0, #499ed1 10%);
}
.sf2Shade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2010;
  border-radius: 4px;
}
.sf2Shade.sf2Message {
  z-index: 2011;
}
.sf2Shade .cssload-container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  transform: scale(0.6);
}
.sf2-message {
  padding: 5px 0 5px 15px;
  background: #fff;
  color: #333;
  border: 0px solid #999;
  border: 0px solid rgba(0, 0, 0, 0.3);
  margin: 15px 0;
  line-height: 1.3;
}
.sf2Win {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 800px;
  background: #fff;
  color: #333;
  border: 0px solid #999;
  border: 0px solid rgba(0, 0, 0, 0.3);
  border-radius: 4px;
  outline: 0;
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  background-clip: padding-box;
}
.sf2Win.success,
.sf2-type-success {
  border-left-width: 4px;
  border-left-color: #98c74d;
}
.sf2Win.error,
.sf2-type-error {
  border-left-width: 4px;
  border-left-color: #da4f49;
}
.sf2Win.info,
.sf2-type-info {
  border-left-width: 4px;
  border-left-color: #00b9ff;
}
.sf2Win-body {
  position: relative;
  max-height: 600px;
  max-width: 600px;
  padding: 20px 25px;
  overflow-y: auto;
  line-height: 1.42;
  color: #333;
}
.sf2Win-body p,
.sf2-message p {
  padding: 0;
  margin: 0;
}
.sf2Win-body ul,
.sf2-message ul {
  margin: 0;
  list-style-type: disc;
  list-style-position: inside;
}
.sf2Win-body b + p,
.sf2Win-body b + ul,
.sf2-message b + p,
.sf2-message b + ul {
  margin-top: 6px;
}
.sf2Win-close {
  position: absolute;
  top: -20px;
  right: -20px;
  font-size: 20px;
  color: #fff;
  text-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-family: verdana;
  transform: rotate(45deg);
}
.sf2Win form {
  margin: 0;
}
.sf2Win-footer {
  padding: 14px 15px 15px;
  margin-bottom: 0;
  text-align: right;
  background-color: #f5f5f5;
  border-top: 1px solid #ddd;
  border-radius: 0 0 4px 4px;
  *zoom: 1;
  box-shadow: inset 0 1px 0 #fff;
}
.sf2SendBtn,
.sf2CloseBtn {
  background: #ddd;
  color: #333;
  font-weight: 500;
  transition: all 0.2s ease;
  display: inline-block;
  padding: 5px 14px 7px;
  margin: 0 0 0 10px;
  font-size: 14px;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  border: none;
  border-radius: 4px;
  box-shadow: none;
  text-shadow: none;
}
.sf2SendBtn {
  background: #337ab7;
  color: #fff;
}
.sf2CloseBtn:hover {
  background: #ccc;
  color: #333;
  text-shadow: none;
}
.sf2SendBtn:hover {
  background: #256aa5;
  color: #fff;
  text-shadow: none;
}
.cssload-speeding-wheel {
  width: 49px;
  height: 49px;
  margin: 0 auto;
  border: 3px solid #000000;
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 575ms infinite linear;
  -o-animation: cssload-spin 575ms infinite linear;
  -ms-animation: cssload-spin 575ms infinite linear;
  -webkit-animation: cssload-spin 575ms infinite linear;
  -moz-animation: cssload-spin 575ms infinite linear;
}
@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
  }
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizYRExUiTo99u79D0e0w8mN.ttf) format('truetype');
font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizdRExUiTo99u79D0e8fOydKxUY.ttf) format('truetype');
font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizaRExUiTo99u79D0aEwA.ttf) format('truetype');
font-display: swap;
}
@font-face {
  font-family: 'PT Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/ptsans/v17/jizfRExUiTo99u79B_mh0OqtKA.ttf) format('truetype');
font-display: swap;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;  
}
svg:not(:root) {
  overflow: hidden;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
@font-face {
  font-family: 'Open Sans';
  src: url('fonts/open-sans/static/OpenSans/OpenSans-Regular.ttf');
  font-weight: normal;
  font-style: normal;
font-display: swap;
}
@font-face {
  font-family: 'Disket Mono Bold';
  src: url('fonts/disket-mono/Disket-Mono-Bold.ttf');
  font-weight: normal;
  font-style: normal;
font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro Regular';
  src: url('../fonts/myriadpro-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/myriadpro-regular.otf') format('opentype'), url('../fonts/MyriadPro-Regular.woff') format('woff'), url('../fonts/myriadpro-regular.ttf') format('truetype'), url('../fonts/myriadpro-regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed'), url('../fonts/MYRIADPRO-COND.woff') format('woff');
font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro Semibold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold Italic'), url('../fonts/MYRIADPRO-SEMIBOLDIT.woff') format('woff');
font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro Semibold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Semibold'), url('../fonts/MYRIADPRO-SEMIBOLD.woff') format('woff');
font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Condensed Italic'), url('../fonts/MYRIADPRO-CONDIT.woff') format('woff');
font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro Bold Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Italic'), url('../fonts/MYRIADPRO-BOLDIT.woff') format('woff');
font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro Bold Condensed Italic';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed Italic'), url('../fonts/MYRIADPRO-BOLDCONDIT.woff') format('woff');
font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro Bold Condensed';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold Condensed'), url('../fonts/MYRIADPRO-BOLDCOND.woff') format('woff');
font-display: swap;
}
@font-face {
  font-family: 'Myriad Pro Bold';
  font-style: normal;
  font-weight: normal;
  src: local('Myriad Pro Bold'), url('../fonts/MYRIADPRO-BOLD.woff') format('woff');
font-display: swap;
}
* {
  -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.5;
  font-family: "Open Sans";
  font-size: 16px;
  font-weight: 400;
  color: #454545;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #222222;
  text-decoration: underline;
}
a:hover {
  color: #000000;
  text-decoration: none;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
/*.center-tr2 span {*/
  /*background-color: #EEEEEE;*/
/*}*/
/*.spoilers .title {*/
  /*display: flex;*/
  /*justify-content: space-between;*/
/*}*/
/*.spoilers .title span {*/
  /*display: block;*/
/*}*/
/*.spoilers .title span + span {*/
  /*margin-left: 3px;*/
/*}*/
/*.spoilers .title .left-td {*/
  /*width: 100%;*/
/*}*/
/*.spoilers .title .right-td {*/
  /*width: 138px;*/
  /*height: 38px;*/
/*}*/
.img-responsive {
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
img {
  width: 100% \9;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Open Sans";
  font-weight: 400;
  line-height: 1.1;
  color: #454545;
}
h1, h2, h3 { text-align:center;
Padding-bottom:1em;}
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-top: 10px;*/
  /*margin-bottom: 10px;*/
/*}*/
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-top: 10px;
  margin-bottom: 10px;
}
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: 36px;
}
h2,
.h2 {
  font-size: 25px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}
.page-header {
  color: #002248;
  font-size: 27px;
  margin: 0 0 15px !important;
}
p {
  margin: 0 0 10px;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
mark,
.mark {
  background-color: #fcf8e3;
  padding: 0em;
}
.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;
}
.text-lowercase {
  text-transform: lowercase;
}
.text-uppercase {
  text-transform: uppercase;
}
.text-capitalize {
  text-transform: capitalize;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 10px;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
dl {
  margin-top: 0;
  margin-bottom: 10px;
}
dt,
dd {
  line-height: 1.5;
}
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.5;
}
.container {
  margin-right: auto;
  margin-left: auto;
  /*padding-left: 9px;*/
  /*padding-right: 9px;*/
}
@media (min-width: 480px) {
  .container {
    width: 462px;
  }
}
@media (min-width: 768px) {
  .container {
    width: 760px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 1080px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 1180px;
  }
}
.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-sxs-1,
.col-sxs-2,
.col-sxs-3,
.col-sxs-4,
.col-sxs-5,
.col-sxs-6,
.col-sxs-7,
.col-sxs-8,
.col-sxs-9,
.col-sxs-10,
.col-sxs-11,
.col-sxs-12 {
  float: left;
}
.col-sxs-12 {
  width: 100%;
}
.col-sxs-11 {
  width: 91.66666667%;
}
.col-sxs-10 {
  width: 83.33333333%;
}
.col-sxs-9 {
  width: 75%;
}
.col-sxs-8 {
  width: 66.66666667%;
}
.col-sxs-7 {
  width: 58.33333333%;
}
.col-sxs-6 {
  width: 50%;
}
.col-sxs-5 {
  width: 41.66666667%;
}
.col-sxs-4 {
  width: 33.33333333%;
}
.col-sxs-3 {
  width: 25%;
}
.col-sxs-2 {
  width: 16.66666667%;
}
.col-sxs-1 {
  width: 8.33333333%;
}
.col-sxs-pull-12 {
  right: 100%;
}
.col-sxs-pull-11 {
  right: 91.66666667%;
}
.col-sxs-pull-10 {
  right: 83.33333333%;
}
.col-sxs-pull-9 {
  right: 75%;
}
.col-sxs-pull-8 {
  right: 66.66666667%;
}
.col-sxs-pull-7 {
  right: 58.33333333%;
}
.col-sxs-pull-6 {
  right: 50%;
}
.col-sxs-pull-5 {
  right: 41.66666667%;
}
.col-sxs-pull-4 {
  right: 33.33333333%;
}
.col-sxs-pull-3 {
  right: 25%;
}
.col-sxs-pull-2 {
  right: 16.66666667%;
}
.col-sxs-pull-1 {
  right: 8.33333333%;
}
.col-sxs-pull-0 {
  right: auto;
}
.col-sxs-push-12 {
  left: 100%;
}
.col-sxs-push-11 {
  left: 91.66666667%;
}
.col-sxs-push-10 {
  left: 83.33333333%;
}
.col-sxs-push-9 {
  left: 75%;
}
.col-sxs-push-8 {
  left: 66.66666667%;
}
.col-sxs-push-7 {
  left: 58.33333333%;
}
.col-sxs-push-6 {
  left: 50%;
}
.col-sxs-push-5 {
  left: 41.66666667%;
}
.col-sxs-push-4 {
  left: 33.33333333%;
}
.col-sxs-push-3 {
  left: 25%;
}
.col-sxs-push-2 {
  left: 16.66666667%;
}
.col-sxs-push-1 {
  left: 8.33333333%;
}
.col-sxs-push-0 {
  left: auto;
}
.col-sxs-offset-12 {
  margin-left: 100%;
}
.col-sxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-sxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-sxs-offset-9 {
  margin-left: 75%;
}
.col-sxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-sxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-sxs-offset-6 {
  margin-left: 50%;
}
.col-sxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-sxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-sxs-offset-3 {
  margin-left: 25%;
}
.col-sxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-sxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-sxs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 480px) {
  .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: transparent;
}
table > thead > tr > th,
table > tbody > tr > th,
table > tfoot > tr > th,
table > thead > tr > td,
table > tbody > tr > td,
table > tfoot > tr > td {
  padding-left: 8px;
  padding-right: 8px;
}
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 > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.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 #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.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 #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f3f6f9;
}
.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;
    border: 1px solid #dddddd;
    -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 {
    border: 0;
  }
  .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;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: 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("../img/ajax-loader.gif") center center no-repeat;
}
.slick-track {
  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 img {
  display: block;
}
.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: 35%;
  padding: 0;
  display: block;
  border: none;
  cursor: pointer;
  outline: none;
  text-align: center;
  opacity: 0.9;
  width: 26px;
  height: 71px;
  margin-top: -14px;
}
.slick-prev span,
.slick-next span {
  font-size: 32px;
  line-height: 1;
  opacity: 0.75;
}
.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;
  color: #456724;
}
.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: 0px;
  background: url(../images/slider-arr-left.png) no-repeat;
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: 0px;
}
.slick-next {
  right: 0px;
  background: url(../images/slider-arr-right.png) no-repeat;
}
[dir="rtl"] .slick-next {
  left: 0px;
  right: auto;
}
/* Dots */
.slick-dots {
  position: absolute;
  bottom: 10px;
  display: block;
  padding: 0;
  width: 100%;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 8px;
  line-height: 8px;
  width: 8px;
  margin: 0 3px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li span {
  border: 0;
  padding: 0;
  display: inline-block;
  height: 8px;
  line-height: 8px;
  width: 8px;
  outline: none;
  color: #456724;
  cursor: pointer;
  text-align: center;
  font-size: 0;
  border-radius: 2px;
  background: #456724;
}
.slick-dots li span:hover,
.slick-dots li span:focus {
  outline: none;
  opacity: 0.75;
  background: #ac0600;
}
.slick-dots li.slick-active span {
  background: #ac0600;
  opacity: 1;
}
.simple_slider {
  overflow: hidden;
}
.simple_slider .container {
  margin: 0 auto;
}
.simple_slider .simple_slide {
  display: flex;
}
.simple_slider .simple_slide .slide_info {
  margin-top: 5px;
  flex: 1;
}
.simple_slider .simple_slide .slide_background {
  flex: 1 1 122px;
  background-repeat: no-repeat;
  background-size: contain;
}
.simple_slider .simple_slide .slide_info .slide_caption {
  font-size: 50px;
  font-weight: 600;
  margin-right: 20px;
  color: #0088C8;
  line-height: 68px;
  text-align: left;
}
.simple_slider .simple_slide .slide_info .slide_caption:last-child {
  line-height: 49px;
}
.simple_slider .simple_slide .slide_info .slide_description {
  color: #454545;
  font-size: 20px;
  padding: 24px 0 0 21px;
  line-height: 28px;
}
.simple_slider .simple_slide .slide_info .slide_description p {
  position: relative;
}
.simple_slider .simple_slide .slide_info .slide_description p::before {
  content: '';
  position: absolute;
  display: block;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  background: #E32B3E;
  left: -20px;
  top: 11px;
}
.simple_slider .simple_slide .slide_info .slide_description span {
  font-weight: 700;
}
.simple_slider .simple_slide .slide_info .slide_description .slide_price {
  font-size: 44px;
  color: #52135C;
  font-family: "Myriad Pro Bold", "Nimbus Sans L", "Tahoma", sans-serif;
}
.simple_slider .simple_slide .slide_info .slide_description .slide_url .btn {
  font-size: 14px;
  border-radius: 30px;
  background-image: -webkit-linear-gradient(top, #456724 0%, #038ab4 100%);
  background-image: -o-linear-gradient(top, #456724 0%, #038ab4 100%);
  background-image: linear-gradient(to bottom, #456724 0%, #038ab4 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff04b1e6', endColorstr='#ff038ab4', GradientType=0);
}
.simple_slider_team {
  padding: 0 10px;
}
.simple_slider_team .simple_slide_team {
  text-align: center;
}
.simple_slider_team .simple_slide_team .slide_image {
  height: 200px;
  line-height: 195px;
  padding: 0 20px;
  margin: 15px 0 10px;
}
.simple_slider_team .simple_slide_team img {
  margin: auto;
  max-height: 195px;
  display: inline-block;
  border-radius: 4px;
  max-width: 100% !important;
  border: 1px solid #b6b9ba;
  -webkit-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.simple_slider_team .simple_slide_team .slide_caption {
  color: #003964;
  font-size: 22px;
}
.simple_slider_team .simple_slide_team .slide_description {
  color: #003964;
  font-size: 16px;
  text-transform: uppercase;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
}
.simple_slider_team .slick-prev {
  left: -9px;
}
.simple_slider_team .slick-next {
  right: -9px;
}
.simple_slider_reviews {
  padding: 30px 20px 15px;
}
.simple_slider_reviews .simple_slide_reviews {
  margin: 0 15px;
}
.simple_slider_reviews .simple_slide_reviews .slide_caption {
  color: #52135C;
  font-size: 14px;
  margin-left: 5px;
  line-height: 1.2;
  margin-top: 8px;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
}
.simple_slider_reviews .simple_slide_reviews .slide_description {
  padding: 15px 20px;
  line-height: 1.4;
  background: #f2f2f2;
  border: 1px solid #bea30a;
  border-radius: 5px;
  font-style: italic;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  font-size: 14px;
  position: relative;
}
.simple_slider_reviews .simple_slide_reviews .slide_description:before {
  content: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABBAAD/7gAmQWRvYmUAZMAAAAABAwAVBAMGCg0AAAH7AAACNQAAApsAAAMG/9sAhAAFBAQEBAQFBAQFBwUEBQcJBgUFBgkKCAgJCAgKDQoLCwsLCg0MDAwNDAwMDw8REQ8PFxYWFhcZGRkZGRkZGRkZAQYGBgoJChMNDRMWEQ4RFhkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRn/wgARCAASABIDAREAAhEBAxEB/8QAqwAAAwEBAAAAAAAAAAAAAAAAAwQFAgYBAAIDAQEAAAAAAAAAAAAAAAQFAAEGAwcQAAEDAwUAAAAAAAAAAAAAAAEAIAISAwQQETEyExEAAQEFCQAAAAAAAAAAAAAAAAFhwQIDExARMTJCcoLChBIAAQMFAAAAAAAAAAAAAAAAACAwEQExgQKCEwABAgYBBQADAAAAAAAAAAABABEQ8CExQWFRIHGRobGBwdH/2gAMAwEAAhEDEQAAAe+RkCzBmqlX0NWgmITzJdberBy5ijt//9oACAEBAAEFAp2aUCCEOLtog+ttT7af/9oACAECAAEFAsjG3Zk41SpLP//aAAgBAwABBQKM2Rk3/9oACAECAgY/Ap1RNLo7P//aAAgBAwIGPwJjB//aAAgBAQEGPwKpKTdAji9MLakvnA9GmZovU1npP//aAAgBAQMBPyHjsgWwOwwdZQERysYeiiIgO9QZkd1oWl30t77/ADD5T//aAAgBAgMBPyEYsMeJn9kNGRnmdoK8w//aAAgBAwMBPyFqh6G6FP0P/9oADAMBAAIRAxEAABD5IDz/AP/aAAgBAQMBPxCpEBQcAAM2oEXCndcaYVwQMEBmoOCKFHHv+wg9h9XkanEhXhRApZyv/9oACAECAwE/EKIiKhnsOdZxVCExvAIAEGw+hvkZuKpomcq7+RP/2gAIAQMDAT8QITtEC8dYTOh//9k=);
  position: absolute;
  top: -1px;
  right: -1px;
}
.simple_slider_reviews .slick-prev {
  left: -9px;
}
.simple_slider_reviews .slick-next {
  right: -9px;
}
@media (max-width: 479px) {
  .slider_row .item_slide {
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .slider_row .item_slide {
    width: 50%;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .slider_row .item_slide {
    width: 50%;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .slider_row .item_slide {
    width: 33.333%;
  }
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  position: relative;
}
.alert h4 {
  margin-top: 0;
  color: inherit;
}
.alert .alert-link {
  font-weight: bold;
}
.alert > p,
.alert > ul {
  margin-bottom: 0;
}
.alert > p + p {
  margin-top: 5px;
}
.close {
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 21px;
  color: inherit;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}
.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.alert-success hr {
  border-top-color: #c9e2b3;
}
.alert-success .alert-link {
  color: #2b542c;
}
.alert-info,
.alert-message {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.alert-info hr,
.alert-message hr {
  border-top-color: #a6e1ec;
}
.alert-info .alert-link,
.alert-message .alert-link {
  color: #245269;
}
.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.alert-warning hr {
  border-top-color: #f7e1b5;
}
.alert-warning .alert-link {
  color: #66512c;
}
.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.alert-danger hr {
  border-top-color: #e4b9c0;
}
.alert-danger .alert-link {
  color: #843534;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row: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);
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
a {
  outline: none !important;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
#wrapper {
  min-height: 100%;
  min-width: 320px;
  position: relative;
  z-index: 50;
}
.row {
  margin-bottom: 20px;
}
.row > [class*="col"] {
  margin-bottom: 0px;
}
.module {
  margin-bottom: 20px;
}
.module .page-header {
  margin-bottom: 10px;
}
#header {
  position: relative;
  z-index: 100;
}
#header .module {
  margin-bottom: 0px;
}
#header .module .page-header {
  margin-bottom: 0px;
}
#header_top {
  min-height: 70px;
}
#header_top p {
  margin: 0;
}
#header_top .row {
  margin-bottom: 15px;
}
#header_top .header_top {
  margin-bottom: 8px;
}
#logo {
  padding-top: 5px;
  overflow: hidden;
}
#logo a {
  font-size: 34px;
  color: #456724;
  text-decoration: none;
}
#logo .site_img {
  float: left;
  margin-right: 20px;
}
.topmenu {
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  margin: 15px auto 0;
}
.topmenu a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.topmenu .menu_horz_multi {
  margin: 0;
  padding: 0;
  letter-spacing: 0;
}
.topmenu .menu_horz_multi > li {
  line-height: 1;
  display: inline-block;
  margin: 0 2px;
}
.topmenu .menu_horz_multi > li > a {
  display: block;
  height: 40px;
  line-height: 40px;
  text-decoration: none;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0 20px;
  -webkit-transform: skewX(-20deg) skewY(0);
  -ms-transform: skewX(-20deg) skewY(0);
  -o-transform: skewX(-20deg) skewY(0);
  transform: skewX(-20deg) skewY(0);
  background: #fff;
}
.topmenu .menu_horz_multi > li > a span {
  display: block;
  -webkit-transform: skewX(20deg) skewY(0);
  -ms-transform: skewX(20deg) skewY(0);
  -o-transform: skewX(20deg) skewY(0);
  transform: skewX(20deg) skewY(0);
}
.topmenu .menu_horz_multi > li.active > a,
.topmenu .menu_horz_multi > li.ice-current > a,
.topmenu .menu_horz_multi > li:hover > a {
  color: #fff;
  background: #456724;
}
.topmenu .menu_horz_multi > li ul {
  padding-top: 1px;
  text-align: left;
}
.topmenu .menu_horz_multi > li ul li {
  margin: 0;
  min-width: 210px;
}
.topmenu .menu_horz_multi > li ul li a {
  display: block;
  padding: 4px 15px;
  line-height: 25px;
  font-size: 14px;
  font-weight: normal;
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  background: #456724;
}
.topmenu .menu_horz_multi > li ul li + li {
  margin-top: 1px;
}
.topmenu .menu_horz_multi > li ul li.active > a,
.topmenu .menu_horz_multi > li ul li:hover > a {
  background: #52135C;
  color: #fff;
}
.topmenu .menu_horz_multi > li ul li ul {
  padding-left: 1px;
  padding-top: 0;
  border-top: none;
}
.like-mod-title {
  text-align: center;
  font-size: 24px;
  color: #f4d717;
}
.styled-module {
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  color: #fff;
  background: #0088C8;
}
.styled-module .styled-module-wrap {
  padding: 0 8px 0 8px;
  background: url(../images/mod-styled-top.png) no-repeat, url(../images/mod-styled-bottom.png) no-repeat 100% 100%;
}
/*
#content_wrapper {
  z-index: 75;
}*/
.contacts__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contacts .timeline {
  color: #7A3F88;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  position: relative;
}
.contacts .timeline::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 3px;
  width: 19px;
  height: 19px;
  background: url('/upload/image/watch.svg') no-repeat;
  background-size: contain;
}
.contacts .address {
  position: relative;
}
.contacts .address::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 3px;
  width: 19px;
  height: 19px;
  background: url('/upload/image/location.svg') no-repeat;
}
.contacts  .email {
  position: relative;
}
.contacts .email::before {
  content: '';
  position: absolute;
  left: -34px;
  top: 6px;
  width: 19px;
  height: 19px;
  background: url('/upload/image/message.svg') no-repeat;
}
.contacts  .timeline-description {
  margin-top: 0;
}
.contacts__content {
  flex: 1;
  padding-right: 30px;
}
.contacts__content > * + * {
  margin-top: 26px;
}
.contacts .ymap {
  flex: 2.32;
}
#content_wrapper .moduletable {
  margin-bottom: 30px;
  padding-top: 10px;
}
.working-ordering-scheme {
  clear: both;
}
#content_wrapper .module-header {
  margin-bottom: 15px;
  margin-top: 0;
  font-weight: 400;
}
#content_wrapper #left,
#content_wrapper #right,
#content_wrapper #content {
  padding-top: 15px;
}
.breadcrumb > li + li:before {
  content: '';
  display: inline-block;
  position: relative;
  top: 1px;
  width: 1px;
  height: 13px;
  margin: 0 7px;
  padding: 0;
  color: #454545;
  background: #454545;
}
.breadcrumb .home-link {
  margin-right: 0;
}
.breadcrumb .home-link a {
  position: relative;
  top: -3px;
}
#content_wrapper .breadcrumbs {
  margin: 10px 0;
  text-align: center;
  color: #7b7b7b;
  font-size: 14px;
}
#content_wrapper .breadcrumbs span {
  margin: 0 3px;
}
#content_wrapper .breadcrumbs a {
  color: #52135C;
  text-decoration: none;
}
#content_wrapper .breadcrumbs a:hover {
  text-decoration: underline;
}
#content_wrapper #before_component {
  margin-bottom: 0;
}
#content_wrapper #after_component {
  margin-top: 20px;
}
#content_wrapper #component {
  background: #fff;
  min-height: 250px;
}
#before_content > div {
  padding: 0;
}
.after_content_pre {
  background: #e9e9e9;
  padding: 15px 0;
  border-top: 1px solid #52135C;
}
#after_content {
  color: #fff;
  padding: 15px;
  /*background: @bg-form url(../images/circle-blue.jpg) no-repeat 50% 100%;*/
}
#bottom {
  color: #235ea0;
  padding: 15px 0 0;
  position: relative;
  border-bottom: 2px solid #fff;
  background: #52135C url(../images/grad-blue.jpg) no-repeat 50% 100%;
}
#bottom:before {
  content: "";
  display: block;
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #e3e3e3;
}
.materials_grid {
  padding: 0 15px;
}
.materials_grid .materials_row {
  margin-bottom: 0;
}
.materials_grid .material_block {
  margin-bottom: 20px;
}
.materials_grid .material_block .materials_image_wrapper.img-intro-left {
  float: left;
  max-width: 200px;
  margin-right: 20px;
  padding-bottom: 3px;
}
.materials_grid .material_block .materials_image_wrapper.img-intro-left img {
  border-radius: 5px;
}
.materials_grid .material_block h2.materials_title {
  font-size: 21px;
}
.materials_grid .material_block h2.materials_title a {
  text-decoration: underline;
}


.about__img {
  flex: 1.215;
  margin-right: 28px;
}
.about__img .caption {
  position: relative;
  top: -85px;
}

.about__content {
  flex: 1;
}
h1.page-header,
h3.module-header {
  margin-top: 0;
  font-size: 34px;
}
h1.page-header {
  position: relative;
  border-bottom: none;
}
h1.page-header span {
  display: block;
  text-align: center;
  width: 60%;
  padding: 10px;
  font-size: 40px;
  margin: 0 auto 10px !important;
  position: relative;
}
h3.module-header {
  padding: 10px 0;
}
.materials_grid .material_image,
.item-page .material_image,
#component .material_image {
  max-width: 40%;
}
.materials_grid .material_image.img_left,
.item-page .material_image.img_left,
#component .material_image.img_left {
  float: left;
  margin: 0 15px 5px 0;
}
.materials_grid .material_image.img_right,
.item-page .material_image.img_right,
#component .material_image.img_right {
  float: right;
  margin: 0 0 5px 15px;
}
.materials_grid .material_fulltext,
.item-page .material_fulltext,
#component .material_fulltext {
  padding: 5px 0 20px;
}
.materials_grid .material_fulltext h2,
.item-page .material_fulltext h2
/*.material_fulltext h2 {*/
{
  text-align: center;
  font-size: 40px;
  margin: 90px 0 50px 0;
}
.materials_grid .material_fulltext h2 img,
.item-page .material_fulltext h2 img,
#component .material_fulltext h2 img {
  vertical-align: middle;
  margin-right: 10px;
}
.materials_grid .material_fulltext ul,
.item-page .material_fulltext ul,
#component .material_fulltext ul {
  padding-left: 10px;
  list-style: none;
}
.materials_grid .material_fulltext ul li,
.item-page .material_fulltext ul li,
#component .material_fulltext ul li {
  background: url(../images/marker.png) no-repeat 0 5px;
  padding-left: 15px;
}
.materials_grid .material_fulltext ul li li,
.item-page .material_fulltext ul li li,
#component .material_fulltext ul li li {
  padding-left: 12px;
  margin-left: 10px;
  display: inline-block;
}
.counters {
  text-align: center;
}
#footer {
  min-height: 40px;
  width: 100%;
  z-index: 100;
}
#footer a {
  color: #fff;
}
#footer p {
  margin: 0;
}
#footer h3 {
  font-size: 17px;
  font-weight: 600;
}
#footer .bottom-line {
  padding-top: 20px;
}
#footer .row {
  margin-bottom: 0;
}
#footer .module {
  margin-top: 0;
  margin-bottom: 10px;
  min-height: 0;
}
.leftmenu {
  font-family: "cambria", Georgia, "Century Schoolbook L", Serif;
}
.leftmenu a {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}
.leftmenu .menu_vert_multi,
.leftmenu .menu_vert_accord {
  margin: 0;
  padding: 0;
}
.leftmenu .menu_vert_multi li,
.leftmenu .menu_vert_accord li {
  margin: 0 0 0;
  list-style: none;
  line-height: 22px;
}
.leftmenu .menu_vert_multi li a,
.leftmenu .menu_vert_accord li a {
  position: relative;
  display: block;
  font-size: 15px;
  padding: 3px 0 3px 17px;
  text-decoration: none;
  color: #002248;
  behavior: url('/templates/default/pie/PIE.php');
}
.leftmenu .menu_vert_multi li a .shop-category-name,
.leftmenu .menu_vert_accord li a .shop-category-name {
  margin-left: 18px;
  display: inline-block;
}
.leftmenu .menu_vert_multi li a .icon,
.leftmenu .menu_vert_accord li a .icon,
.leftmenu .menu_vert_multi li a .pre-item-icon,
.leftmenu .menu_vert_accord li a .pre-item-icon {
  margin-right: 2px;
  font-size: 14px;
  -webkit-transition: all 0.4s 0.2s ease-out;
  -o-transition: all 0.4s 0.2s ease-out;
  transition: all 0.4s 0.2s ease-out;
}
.leftmenu .menu_vert_multi li a:before,
.leftmenu .menu_vert_accord li a:before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 2px;
  background: #ac0600;
  position: absolute;
  left: 0;
  top: 11px;
}
.leftmenu .menu_vert_multi li a .menu-toggler,
.leftmenu .menu_vert_accord li a .menu-toggler {
  float: right;
  padding-top: 3px;
}
.leftmenu .menu_vert_multi li a.active,
.leftmenu .menu_vert_accord li a.active,
.leftmenu .menu_vert_multi li a.current,
.leftmenu .menu_vert_accord li a.current,
.leftmenu .menu_vert_multi li a:hover,
.leftmenu .menu_vert_accord li a:hover {
  color: #ac0600;
}
.leftmenu .menu_vert_multi li a.active .shop-category-name,
.leftmenu .menu_vert_accord li a.active .shop-category-name,
.leftmenu .menu_vert_multi li a.current .shop-category-name,
.leftmenu .menu_vert_accord li a.current .shop-category-name,
.leftmenu .menu_vert_multi li a:hover .shop-category-name,
.leftmenu .menu_vert_accord li a:hover .shop-category-name {
  text-decoration: underline;
}
.leftmenu .menu_vert_multi li a.active .icon,
.leftmenu .menu_vert_accord li a.active .icon,
.leftmenu .menu_vert_multi li a.current .icon,
.leftmenu .menu_vert_accord li a.current .icon,
.leftmenu .menu_vert_multi li a:hover .icon,
.leftmenu .menu_vert_accord li a:hover .icon,
.leftmenu .menu_vert_multi li a.active .pre-item-icon,
.leftmenu .menu_vert_accord li a.active .pre-item-icon,
.leftmenu .menu_vert_multi li a.current .pre-item-icon,
.leftmenu .menu_vert_accord li a.current .pre-item-icon,
.leftmenu .menu_vert_multi li a:hover .pre-item-icon,
.leftmenu .menu_vert_accord li a:hover .pre-item-icon {
  color: #52135C;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.leftmenu .menu_vert_multi li.active > a,
.leftmenu .menu_vert_accord li.active > a,
.leftmenu .menu_vert_multi li.current > a,
.leftmenu .menu_vert_accord li.current > a {
  color: #ac0600;
}
.leftmenu .menu_vert_multi li.active > a .icon,
.leftmenu .menu_vert_accord li.active > a .icon,
.leftmenu .menu_vert_multi li.current > a .icon,
.leftmenu .menu_vert_accord li.current > a .icon,
.leftmenu .menu_vert_multi li.active > a .pre-item-icon,
.leftmenu .menu_vert_accord li.active > a .pre-item-icon,
.leftmenu .menu_vert_multi li.current > a .pre-item-icon,
.leftmenu .menu_vert_accord li.current > a .pre-item-icon {
  color: #52135C;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.leftmenu .menu_vert_multi li ul li,
.leftmenu .menu_vert_accord li ul li {
  border: none;
}
.leftmenu .menu_vert_multi li ul li a,
.leftmenu .menu_vert_accord li ul li a {
  background-image: none;
  padding-left: 15px;
  font-size: 14px;
}
.leftmenu .menu_vert_multi li ul li a:before,
.leftmenu .menu_vert_accord li ul li a:before {
  background: #c2c2c2;
}
.leftmenu .menu_vert_multi li ul li ul li a,
.leftmenu .menu_vert_accord li ul li ul li a {
  padding-left: 30px;
}
.leftmenu .menu_vert_multi li ul li ul li ul li a,
.leftmenu .menu_vert_accord li ul li ul li ul li a {
  padding-left: 45px;
}
.leftmenu .menu_vert_multi li ul li ul li ul li ul li a,
.leftmenu .menu_vert_accord li ul li ul li ul li ul li a {
  padding-left: 65px;
}
input[type="text"],
textarea {
  padding: 6px 10px 4px 40px;
}
.btn,
.knopka,
button,
input[type="submit"] {
  display: inline-block;
  color: #fff;
  box-shadow: inset 0 0 2px 1px #6ad2f0, 0 2px 3px #555;
  border-radius: 4px;
  border: none;
  padding: 9px 20px;
  text-decoration: none !important;
  background-image: -webkit-linear-gradient(top, #6ad2f0 0%, #52135C 100%);
  background-image: -o-linear-gradient(top, #6ad2f0 0%, #52135C 100%);
  background-image: linear-gradient(to bottom, #6ad2f0 0%, #52135C 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff6ad2f0', endColorstr='#ff007bb7', GradientType=0);
}
.btn:hover,
.knopka:hover,
button:hover,
input[type="submit"]:hover {
  color: #f9e878;
  background-image: -webkit-linear-gradient(top, #52135C 0%, #6ad2f0 100%);
  background-image: -o-linear-gradient(top, #52135C 0%, #6ad2f0 100%);
  background-image: linear-gradient(to bottom, #52135C 0%, #6ad2f0 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff007bb7', endColorstr='#ff6ad2f0', GradientType=0);
}
a.knopka {
  margin-right: 20px;
  margin-bottom: 10px;
}
.input-append .add-on,
.input-prepend .add-on {
  height: auto !important;
}
.mod-callback-top {
  padding-bottom: 12px;
  margin-bottom: 10px;
  border-bottom: 1px dotted #fff;
}
.mod-callback-top p {
  margin-bottom: 5px;
}
.mod-callback-top img {
  vertical-align: middle;
  margin-right: 15px;
}
.mod-callback-top .nomer {
  color: #f4d717;
  font-size: 32px;
}
.mod-callback-bottom {
  text-align: center;
}
form .zvonok {
  margin-bottom: 7px;
  display: inline-block;
}
form .zvonok1 {
  margin: 0 0 14px;
}
.mod-callback-bottom .zvonok {
  font-size: 24px;
  color: #FFFFFF;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
.mod-callback-bottom input[type=text] {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 45px;
}
.field-callbackform-name .group-input-wrapper {
  position: relative;
}
.field-callbackform-name .group-input-wrapper::before {
  position: absolute;
  content: '';
  display: block;
  top: 12px;
  left: 16px;
  width: 16px;
  height: 20px;
  background: url('/upload/image/user-input.svg') no-repeat;
}
.field-callbackform-phone .group-input-wrapper {
  position: relative;
}
.field-callbackform-phone .group-input-wrapper::before {
  position: absolute;
  content: '';
  display: block;
  top: 13.5px;
  left: 19px;
  width: 15px;
  height: 18.76px;
  background: url('/upload/image/phone-input.svg') no-repeat;
  background-position: center;
}
.mod-callback-bottom button {
  text-transform: uppercase;
  background: #F68943;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 45px;
  width: 100%;
  font-size: 16px;
  margin-top: 23px;
}
/*.masters h1 {*/
  /*margin: 120px 0 67px 0;*/
  /*text-align: center;*/
/*}*/
/*.masters .master {*/
  /*display: flex;*/
  /*flex-direction: column;*/
  /*align-items: center;*/
  /*text-align: center;*/
/*}*/
/*.masters .master__content {*/
  /*display: flex;*/
  /*justify-content: space-between;*/
/*}*/
/*.masters .master__img {*/
  /*width: 188px;*/
  /*height: 183px;*/
/*}*/
/*.masters .master__img img {*/
  /*width: 100%;*/
  /*height: 100%;*/
  /*border-radius: 10px;*/
  /*filter: drop-shadow(0px 0px 12px rgba(0, 0, 0, 0.25));*/
/*}*/
/*.masters .master__title {*/
  /*font-size: 20px;*/
  /*line-height: 27px;*/
  /*font-weight: 600;*/
/*}*/
/*.masters .master__position {*/
  /*font-size: 16px;*/
  /*color: #0088C8;*/
  /*line-height: 28px;*/
/*}*/
/*.masters .master__experience {*/
  /*font-size: 16px;*/
  /*line-height: 28px;*/
/*}*/
.questions {
  /* height: 515px; */
  background: url('/upload/image/questions-1.webp') no-repeat;
  background-size: cover;
  padding: 157px 0 133px 0;
}
.questions__wrapper {
  display: flex;
  justify-content: space-between;
}
.questions__content {
  flex: 2;
}
.questions__form {
  flex: 1;
}
.questions .questions__title,
.questions p {
  color: #fff;
  font-weight: 700;
}
.questions .questions__title {
  font-size: 48px;
  line-height: 65px;
  text-transform: uppercase;
}
.questions p {
  font-size: 24px;
  line-height: 33px;
}
.questions form {
  color: #fff;
}
.questions form input {
  background: #fff;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 45px;
}
.questions form button {
  background: #F68943;
  text-transform: uppercase;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 45px;
  width: 100%;
  font-size: 16px;
  margin-top: 23px;
}
.reviews {
  background: url(/upload/image/reviews-background.svg) no-repeat;
  background-position: -76px 0px;
  background-size: 673px 673px;
  min-height: 673px;
  /* margin-top: 37px; */
  padding-top: 1px;
}
.reviews h1 {
  text-align: center;
  margin: 114px 0 5px 0;
}
/*.reviews__wrapper {*/
  /*margin-top: -48px;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
  /*align-items: center;*/
/*}*/
/*.reviews__img {*/
  /*flex: 1;*/
/*}*/
/*.reviews__content {*/
  /*height: 190px;*/
  /*display: flex;*/
  /*justify-content: space-between;*/
/*}*/
/*.reviews__content__wrapper {*/
  /*flex: 1.44;*/
  /*margin-top: -74px;*/
/*}*/
/*.reviews__content__wrapper .reviews-slider {*/
  /*margin-top: 26px;*/
  /*display: flex;*/
/*}*/
/*.reviews__content__wrapper .reviews-slider .controls {*/
  /*display: flex;*/
  /*margin-left: auto;*/
/*}*/
/*.reviews__content__wrapper .reviews-slider .left-slide {*/
  /*background: url(/upload/image/reviews-left-slider.svg) no-repeat;*/
  /*width: 12px;*/
  /*height: 22px;*/
  /*margin-right: 20px;*/
/*}*/
/*.reviews__content__wrapper .reviews-slider .right-slide {*/
  /*background: url(/upload/image/reviews-right-slider.svg) no-repeat;*/
  /*width: 12px;*/
  /*height: 22px;*/
/*}*/
/*.reviews__content .avatar {*/
  /*flex: 1;*/
/*}*/
/*.reviews__content .description {*/
  /*margin-top: auto;*/
  /*flex: 3.88;*/
/*}*/
.mod-advantages a {
  text-decoration: none;
}
.mod-advantages .advantage_item {
  display: table-cell;
  vertical-align: middle;
  /*padding: 20px 5px 40px 0;*/
}
.mod-advantages .advantage_item .upper-case {
  text-transform: uppercase;
}
.mod-advantages .advantage_item .item_caption {
  font-size: 18px;
  display: table-cell;
  vertical-align: middle;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
}
.mod-advantages .advantage_item .item_image {
  display: table-cell;
  vertical-align: middle;
  padding-right: 17px;
}
.advantages-wrapper {
  display: flex;
  justify-content: space-between;
}
.mod-advantages .advantage_item .item_image a {
  display: block;
  width: 38px;
  height: 45px;
  overflow: hidden;
  position: relative;
}
.mod-advantages .advantage_item .item_image a img {
  width: 38px;
  height: 45px;
  position: absolute;
  top: 0;
  left: 0;
}
.mod-services {
  background: #ebedf0 url(../images/scheme.jpg) no-repeat 50% 0;
  padding-top: 20px;
}
.mod-services:before {
  content: "";
  position: absolute;
  top: 43px;
  left: 0;
  right: 0;
  border-bottom: 2px solid #fff;
}
.mod-services h3.module-header {
  max-width: 300px;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  font-size: 26px;
  color: #52135C;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}
.mod-services .service_item {
  margin-bottom: 15px;
}
.mod-services .item_image {
  float: left;
  margin-right: 10px;
}
.mod-services .item_info {
  overflow: hidden;
  padding-top: 20px;
  color: #002248;
}
.mod-services .item_info a {
  text-decoration: none;
}
.mod-services .item_caption {
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  font-size: 16px;
}
.mod-services .item_price {
  font-size: 26px;
  color: #456724;
}
.working-ordering {
  background: #0179b6 url(../images/scheme-blue.jpg) no-repeat 50% 100%;
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  border-top: 10px solid #4098c3;
}
.working-ordering:before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #fff;
}
.working-ordering:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 55px;
  margin-left: -90px;
  width: 180px;
  height: 20px;
  background: #fff;
  box-shadow: 0 0 25px #fff;
  display: inline-block;
  border-radius: 100px;
}
.workorder-list {
  display: flex;
  justify-content: space-between;
  padding: 80px 321px 100px 309px;
}
.working-ordering .workorder_item {
  display: inline-block;
  width: 150px;
  margin: 19px 20px 0;
  vertical-align: top;
  position: relative;
}
.working-ordering .workorder_item + .workorder_item:before {
  content: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAlCAYAAAA0lXuOAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZpJREFUeNrUmMFHRFEUxt97rYZoFUNERIkYIlpFq4iIGGKYfyJmN8xfMoxaRSSKiGg1qxTRqk2tIkW0Gq/vcKN575zebXW+Dt/mcN/7ecc75zs3zfM8cYgatKTkH6AP9YSAOqgGveXl2LfOZIlPfELHSn7POuAFKjFQcg1omQ30CnpW8i020BF0aJR/ggnUKv8MtM4GegfdxJTfGzQxyr8Tei0d6KiQm4K22UDlz7+sKj8DqFX+TWiaDfQoTKufIS2qyQYqRuTkt/KzgEr0ldwqtPAN2hETpeg28gWnxvmDP4JeQC+WUWH6otZIbbGBWn//HLTGBjqE3pX8FhvoSphKxThnA9W86CN0nWIfqQdrpa0L9xEPnze+wmt4SWxIg3+C6oV8D+qmTltoYozMMyW/KNtpRl72YVihadrTZPCgZrtiAS0Z5eIAyIjLPjZSGUCl42xUmRQG0KayHpdsX0Za9pKR9gaVG71GjDnxBm3HLnueoGM7UcX67Aoq1zazkZ7UFVS7C7WueNxAZQrtKvmBdSD9L3f4XwIMAC1W275KoP0mAAAAAElFTkSuQmCC);
  position: absolute;
  top: 40px;
  left: -40px;
}
.working-ordering .workorder_item .item_caption {
  color: #f4d717;
  text-transform: uppercase;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
}
.working-ordering .workorder_item .item_caption a {
  text-decoration: none;
  color: #f4d717;
}
.working-ordering-scheme {
  text-align: center;
}
.working-ordering-scheme .workorder_item {
  display: inline-block;
  margin: 19px 20px 0;
  position: relative;
  height: 165px;
}
.working-ordering-scheme .workorder_item_top {
  position: relative;
  vertical-align: top;
  width: 100px;
  margin: 0 auto;
}
.working-ordering-scheme .workorder_item .line {
  width: 60px;
  margin: 24px auto;
  height: 6px;
  border-radius: 10px;
}
.working-ordering-scheme .workorder_item + .workorder_item .workorder_item_top:before {
  content: '';
  background: url('/upload/image/scheme-arrow.svg') no-repeat;
  width: 11px;
  height: 19px;
  background-size: contain;
  position: absolute;
  top: 50px;
  left: -118px;
}
.working-ordering-scheme .workorder_item .item_image {
  margin: 0 auto;
  width: 80px;
  height: 83px;
  overflow: hidden;
}
.working-ordering-scheme .workorder_item .item_image img {
  height: 100%;
}
.working-ordering-scheme .workorder_item .item_image img {
  position: relative;
}
.working-ordering-scheme .workorder_item .item_caption {
  font-size: 16px;
  text-align: center;
  font-weight: 600;
}
.working-ordering-scheme .workorder_item .item_caption a {
  text-decoration: none;
  color: #52135C;
}
.our-team {
  padding-top: 20px;
}
.our-team:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 45px;
  margin-left: -90px;
  width: 180px;
  height: 20px;
  background: #555;
  box-shadow: 0 0 25px #555;
  display: inline-block;
  border-radius: 100px;
}
.our-team h3.module-header {
  max-width: 300px;
  margin: 0 auto;
  color: #52135C;
  text-align: center;
  font-size: 26px;
  background: #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #fff;
}
.mod-reviews {
  margin-top: 40px;
}
.mod-reviews h3.module-header {
  color: #52135C;
  text-align: center;
  font-size: 26px;
  padding-bottom: 0;
}
.mod-reviews h3.module-header:before {
  content: "Что о нас говорят люди";
  display: block;
  text-align: center;
  color: #808080;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
  font-style: italic;
}
.mod-reviews .module-body {
  box-shadow: inset 0 0 3px #c3ac12;
  border-top: 1px solid #c3ac12;
  border-bottom: 1px solid #c3ac12;
  background: #f4d717 url(../images/reviews.jpg) no-repeat 50% 100%;
}
.mod-questions .question_item {
  margin: 25px 40px;
}
.mod-questions .question_item .item_caption {
  color: #52135C;
  font-size: 23px;
  text-align: center;
  margin-bottom: 10px;
}
.mod-questions .question_item .item_description {
  font-style: oblique;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  font-size: 15px;
  background: #f2f2f2;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
}
.mod-questions .question_item .item_description:before {
  content: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABBAAD/7gAmQWRvYmUAZMAAAAABAwAVBAMGCg0AAAHMAAAB/gAAAksAAAKS/9sAhAAFBAQEBAQFBAQFBwUEBQcJBgUFBgkKCAgJCAgKDQoLCwsLCg0MDAwNDAwMDw8REQ8PFxYWFhcZGRkZGRkZGRkZAQYGBgoJChMNDRMWEQ4RFhkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRn/wgARCAASABIDAREAAhEBAxEB/8QAlQAAAgMBAAAAAAAAAAAAAAAAAwUBAgQHAQEAAAAAAAAAAAAAAAAAAAAAEAACAgMBAAAAAAAAAAAAAAABAgADEDAyExEAAQMDBQAAAAAAAAAAAAAAAQARMhAhAjHRQoLSEgEAAAAAAAAAAAAAAAAAAAAwEwABAQgBBQEAAAAAAAAAAAABABAw8BEhMUFhsVFxgZHRof/aAAwDAQACEQMRAAAB6gMywqJNgvBgz//aAAgBAQABBQJWNcBDCCKxrPtVH6x//9oACAECAAEFAtP/2gAIAQMAAQUC0//aAAgBAgIGPwIf/9oACAEDAgY/Ah//2gAIAQEBBj8CcRMsdk4uDVxcGWKkNHXlc13X/9oACAEBAwE/ITEudh52QwfALLO1EQDhBG+VFFPurq7fl5Y9r//aAAgBAgMBPyFz/9oACAEDAwE/IXP/2gAMAwEAAhEDEQAAEJJJBB//2gAIAQEDAT8QFKIGQE6WrAOmUP8AhTBlhAiM1BsURKxUx5jzHJfeT4QaL8pkQxlf/9oACAECAwE/EHP/2gAIAQMDAT8Qc//Z);
  position: absolute;
  top: -1px;
  right: -1px;
}
#smfaq.questions .question {
  margin: 10px 40px 15px;
  color: #52135C;
  font-size: 23px;
  text-align: center;
  background: none;
  cursor: default;
  font-weight: 400;
  overflow: visible;
}
#smfaq.questions .question span {
  position: relative;
}
#smfaq.questions .question span:before {
  content: url(../images/qusetion-arrow.png);
  vertical-align: middle;
  position: absolute;
  left: -60px;
  top: -3px;
  z-index: 1;
}
#smfaq.questions .answer {
  margin: 10px 40px 25px;
  font-style: oblique;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  font-size: 15px;
  background: #f2f2f2;
  border: 1px solid #c9c9c9;
  border-radius: 5px;
  padding: 15px 20px;
  position: relative;
  overflow: visible;
}
#smfaq.questions .answer:before {
  content: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABBAAD/7gAmQWRvYmUAZMAAAAABAwAVBAMGCg0AAAHMAAAB/gAAAksAAAKS/9sAhAAFBAQEBAQFBAQFBwUEBQcJBgUFBgkKCAgJCAgKDQoLCwsLCg0MDAwNDAwMDw8REQ8PFxYWFhcZGRkZGRkZGRkZAQYGBgoJChMNDRMWEQ4RFhkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRn/wgARCAASABIDAREAAhEBAxEB/8QAlQAAAgMBAAAAAAAAAAAAAAAAAwUBAgQHAQEAAAAAAAAAAAAAAAAAAAAAEAACAgMBAAAAAAAAAAAAAAABAgADEDAyExEAAQMDBQAAAAAAAAAAAAAAAQARMhAhAjHRQoLSEgEAAAAAAAAAAAAAAAAAAAAwEwABAQgBBQEAAAAAAAAAAAABABAw8BEhMUFhsVFxgZHRof/aAAwDAQACEQMRAAAB6gMywqJNgvBgz//aAAgBAQABBQJWNcBDCCKxrPtVH6x//9oACAECAAEFAtP/2gAIAQMAAQUC0//aAAgBAgIGPwIf/9oACAEDAgY/Ah//2gAIAQEBBj8CcRMsdk4uDVxcGWKkNHXlc13X/9oACAEBAwE/ITEudh52QwfALLO1EQDhBG+VFFPurq7fl5Y9r//aAAgBAgMBPyFz/9oACAEDAwE/IXP/2gAMAwEAAhEDEQAAEJJJBB//2gAIAQEDAT8QFKIGQE6WrAOmUP8AhTBlhAiM1BsURKxUx5jzHJfeT4QaL8pkQxlf/9oACAECAwE/EHP/2gAIAQMDAT8Qc//Z);
  position: absolute;
  top: -1px;
  right: -1px;
}
#smfaq.questions .answer div.clr {
  height: 0;
}
#smfaq.questions .answer p {
  margin: 0;
}
#smfaq.questions .answer .answer_content {
  padding: 0;
}
.mod-operator {
  text-align: center;
  font-size: 21px;
  margin-top: 20px;
}
.mod-operator span {
  font-size: 18px;
  text-transform: uppercase;
}
.mod-operator img {
  /*border: 1px solid #b6b9ba;*/
  border-radius: 4px;
}
.mod-phone-bottom {
  margin-top: 80px;
  text-align: center;
  color: black;
}
.mod-phone-bottom p {
  margin-bottom: 5px;
}
.mod-phone-bottom img {
  vertical-align: middle;
  margin-right: 15px;
}
.mod-phone-bottom .nomer {
  color: #e88a00;
  font-size: 32px;
}
.mod-from-bottom {
  text-align: center;
  /*background: #e3e3e3;*/
  color: #013f7f;
  padding: 15px;
  border-radius: 5px;
}
.mod-from-bottom .zvonok {
  font-size: 26px;
  line-height: 1;
}
.mod-from-bottom input[type=text] {
  border: none;
  width: 100% !important;
  padding: 5px 10px;
  box-shadow: 0 1px 3px #777;
}
.mod-from-bottom button {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.6), 0 1px 3px #777777;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  background-image: -webkit-linear-gradient(top, #e88a00 0%, #ac0600 100%);
  background-image: -o-linear-gradient(top, #e88a00 0%, #ac0600 100%);
  background-image: linear-gradient(to bottom, #e88a00 0%, #ac0600 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe88a00', endColorstr='#ffac0600', GradientType=0);
}
.mod-from-bottom button:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 55%;
  height: 45%;
  border-radius: 5px 5px 0 0;
  background: rgba(255, 255, 255, 0.07);
}
.mod-from-bottom button:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #ac0600 0%, #e88a00 100%);
  background-image: -o-linear-gradient(top, #ac0600 0%, #e88a00 100%);
  background-image: linear-gradient(to bottom, #ac0600 0%, #e88a00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac0600', endColorstr='#ffe88a00', GradientType=0);
}
.mod-bot-header h3.module-header {
  max-width: 500px;
  margin: 0 auto;
  color: #235ea0;
  text-align: center;
  font-size: 26px;
  background: #e3e3e3;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #fff;
}
.mod-bot-text {
  font-size: 25px;
  margin-top: 5px;
}
.mod-bot-text .btn {
  font-size: 14px;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  min-width: 250px;
}
.botmenu {
  background: #d7d7d7;
}
.mod-botmenu ul.menu_horz {
  list-style: none;
  text-align: center;
}
.mod-botmenu ul.menu_horz > li {
  margin: 0 5px;
}
.mod-botmenu ul.menu_horz > li > a {
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  text-transform: uppercase;
  line-height: 40px;
  padding: 15px 10px;
  display: inline-block;
  text-decoration: none;
}
.mod-botmenu ul.menu_horz > li.active > a,
.mod-botmenu ul.menu_horz > li:hover > a {
  color: #52135C;
}
.mod-pricelist {
  padding: 5px 0;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
}
.mod-pricelist .pricelist_item {
  font-size: 18px;
}
.mod-pricelist .pricelist_item .item_info {
  border-bottom: 1px dotted #000;
  width: 100%;
}
.mod-pricelist .pricelist_item .item_caption {
  display: table-cell;
  float: left;
  width: 80%;
}
.mod-pricelist .pricelist_item .item_caption span {
  padding: 10px 3px 0;
  display: inline-block;
  background: #fff;
  position: relative;
  bottom: -2px;
}
.mod-pricelist .pricelist_item .item_price {
  display: table-cell;
  width: 20%;
  text-align: right;
}
.mod-pricelist .pricelist_item .item_price span {
  display: inline-block;
  background: #fff;
  position: relative;
  bottom: -2px;
  padding: 10px 3px 0;
}
.mod-innerpage_phoneform {
  color: black;
  padding: 0 10px;
  overflow: hidden;
  /*background: @bg-form url(../images/circle-blue.jpg) no-repeat 50% 100%;*/
}
.mod-innerpage_phoneform .moduletable {
  margin: 0 !important;
}
.mod-innerpage_phoneform .mod-from-bottom {
  float: right;
  width: 320px;
}
.mod-innerpage_phoneform .mod-operator {
  margin: 0;
}
.mod-innerpage_phoneform .mod-operator p {
  margin-bottom: 0;
}
.mod-innerpage_phoneform .mod-operator p + p {
  margin-top: 5px;
}
.mod-innerpage_phoneform .mod-operator img {
  max-height: 165px;
}
.mod-innerpage_phoneform .mod-callback-top {
  /*float: left;*/
  margin: 0;
  padding: 0;
  border: none;
}
.mod-innerpage_phoneform .module-body {
  text-align: center;
}
.mod-innerpage_phoneform .mod-callback-top .nomer {
  line-height: 1;
}
.mod-services-popular {
  margin-bottom: 0px !important;
}
.mod-services-popular h3.module-header {
  background: #52135C;
  color: #fff;
  display: block;
  text-align: center;
  width: 350px;
  padding: 10px;
  border: 1px solid #fff;
  font-size: 24px;
  position: relative;
  z-index: 2;
  margin: -40px auto 0 !important;
}
.mod-services-popular:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 0px;
  margin-left: -90px;
  width: 180px;
  height: 9px;
  background: #52135C;
  box-shadow: 0 0 26px #52135C;
  display: inline-block;
  border-radius: 100px;
}
.mod-services-popular .simple_slider_servicespopular {
  padding: 20px 20px 0;
}
.mod-services-popular .simple_slide_servicespopular {
  width: 33%;
  float: left;
}
.mod-services-popular .slide_image {
  float: left;
  margin-right: 10px;
}
.mod-services-popular .slide_info {
  overflow: hidden;
  padding-top: 20px;
  color: #002248;
}
.mod-services-popular .slide_info a {
  text-decoration: none;
}
.mod-services-popular .slide_caption {
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
}
.slide_price {
  font-size: 36px;
  color: #454545;
  line-height: 49px;
  margin-top: 16px;
}
.slide_price span {
  font-weight: 700;
  line-height: 65px;
  color: #E32B3E;
  font-size: 48px;
}
.mod-services-popular .slick-prev {
  background-image: url(../images/slider-arr-w-left.png);
  left: -9px;
  margin-top: 0;
}
.mod-services-popular .slick-next {
  background-image: url(../images/slider-arr-w-right.png);
  right: -9px;
  margin-top: 0;
}
.main_catalog {
  padding: 15px;
}
.modal-box {
  position: fixed;
  top: -5000px;
  left: 50%;
  z-index: 99;
  max-height: 500px;
  overflow: auto;
  max-width: 80%;
  margin-left: -40%;
  padding: 10px 20px;
  box-shadow: 0 2px 5px #000;
}
.bg_overlay {
  background: rgba(4, 15, 30, 0.85);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
}
.modal-close {
  font-size: 17px;
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  color: #52135C;
}
.modal-close:hover {
  color: #f4d717;
}
.mod-cback button {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  letter-spacing: 0.5px;
  position: relative;
  text-transform: uppercase;
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.6), 0 1px 3px #777777;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  background-image: -webkit-linear-gradient(top, #e88a00 0%, #ac0600 100%);
  background-image: -o-linear-gradient(top, #e88a00 0%, #ac0600 100%);
  background-image: linear-gradient(to bottom, #e88a00 0%, #ac0600 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe88a00', endColorstr='#ffac0600', GradientType=0);
}
.mod-cback button:before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 55%;
  height: 45%;
  border-radius: 5px 5px 0 0;
  background: rgba(255, 255, 255, 0.07);
}
.mod-cback button:hover {
  color: #fff;
  background-image: -webkit-linear-gradient(top, #ac0600 0%, #e88a00 100%);
  background-image: -o-linear-gradient(top, #ac0600 0%, #e88a00 100%);
  background-image: linear-gradient(to bottom, #ac0600 0%, #e88a00 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffac0600', endColorstr='#ffe88a00', GradientType=0);
}
.nomer3 {
  color: #f32323;
  display: inline-block;
  font-size: 25px;
  font-weight: bold;
  line-height: 33px;
  margin: 0 !important;
  vertical-align: middle;
}
#right .moduletable {
  background: #fff none repeat scroll 0 0;
  border: 1px solid #52135C;
  padding: 20px;
  border-radius: 5px;
}
#right .module-header {
  position: relative;
  color: #52135C;
  padding: 0 0 10px;
  font-size: 22px;
  text-align: center;
}
#right .module-header:before {
  content: "";
  display: block;
  height: 1px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 0), #52135C 50%, rgba(255, 255, 255, 0));
  background-image: -o-linear-gradient(left, rgba(255, 255, 255, 0), #52135C 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), #52135C 50%, rgba(255, 255, 255, 0));
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#00ffffff', GradientType=1);
}
#right .moduletable.mod-no-brd {
  border: none;
  padding: 0;
}
#right .style-box.color-grey {
  background: #fbfbfb none repeat scroll 0 0;
  border-color: #dbdbdb;
  box-shadow: 1px 0 17px rgba(20, 20, 20, 0.08) inset;
  color: #999999;
}
#right ul.check {
  list-style: none;
  margin: 0;
  padding: 0;
}
#right ul.check > li {
  margin-top: 5px;
}
#right ul.check > li:first-child {
  margin-top: 0;
}
#right ul.check > li {
  padding: 2px 0 2px 28px;
  background: url(../images/tools/list_check.png) 0 0 no-repeat;
}
#right .mod-reviews-side .review_item {
  margin-bottom: 20px;
}
#right .mod-reviews-side .item_description {
  padding: 15px;
  position: relative;
  background: #f2f2f2;
  border: 1px solid #c9c9c9;
  font-family: 'PT Sans', "Nimbus Sans L", sans-serif;
  font-size: 14px;
  line-height: 1.25;
  font-style: italic;
}
#right .mod-reviews-side .item_description:before {
  content: url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABBAAD/7gAmQWRvYmUAZMAAAAABAwAVBAMGCg0AAAHMAAAB/gAAAksAAAKS/9sAhAAFBAQEBAQFBAQFBwUEBQcJBgUFBgkKCAgJCAgKDQoLCwsLCg0MDAwNDAwMDw8REQ8PFxYWFhcZGRkZGRkZGRkZAQYGBgoJChMNDRMWEQ4RFhkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRkZGRn/wgARCAASABIDAREAAhEBAxEB/8QAlQAAAgMBAAAAAAAAAAAAAAAAAwUBAgQHAQEAAAAAAAAAAAAAAAAAAAAAEAACAgMBAAAAAAAAAAAAAAABAgADEDAyExEAAQMDBQAAAAAAAAAAAAAAAQARMhAhAjHRQoLSEgEAAAAAAAAAAAAAAAAAAAAwEwABAQgBBQEAAAAAAAAAAAABABAw8BEhMUFhsVFxgZHRof/aAAwDAQACEQMRAAAB6gMywqJNgvBgz//aAAgBAQABBQJWNcBDCCKxrPtVH6x//9oACAECAAEFAtP/2gAIAQMAAQUC0//aAAgBAgIGPwIf/9oACAEDAgY/Ah//2gAIAQEBBj8CcRMsdk4uDVxcGWKkNHXlc13X/9oACAEBAwE/ITEudh52QwfALLO1EQDhBG+VFFPurq7fl5Y9r//aAAgBAgMBPyFz/9oACAEDAwE/IXP/2gAMAwEAAhEDEQAAEJJJBB//2gAIAQEDAT8QFKIGQE6WrAOmUP8AhTBlhAiM1BsURKxUx5jzHJfeT4QaL8pkQxlf/9oACAECAwE/EHP/2gAIAQMDAT8Qc//Z);
  position: absolute;
  top: -1px;
  right: -1px;
}
#right .mod-reviews-side .item_caption {
  color: #52135C;
  margin-top: 5px;
  margin-left: 10px;
  font-size: 14px;
}
#right .mod-reviews-side .item_caption a {
  color: #52135C;
}
.gray-header > h3 {
  color: #454545;
  font-size: 40px;
  text-align: center;
  line-height: 54px;
}
*::selection {
  background: #f4d717;
  color: #222;
}
*::-moz-selection {
  background: #f4d717;
  color: #222;
}
@media (max-width: 1890px) {
  ul.slogan li {
    font-size: 13px;
  }
  .mod-advantages .advantage_item .item_caption {
    font-size: 14px;
  }
  body {
    font-size: 13px;
  }
  .simple_slider .simple_slide .slide_background {
    flex: 1.1605;
  }
  #info {
    line-height: 19px;
  }
  .header-info {
    font-size: 14px;
  }
  .header-info :first-child {
    font-size: 32px;
    line-height: 36px;
  }
  .top-menu::before {
    width: 20px;
    height: 20px;
    background-size: contain;
    left: -29px;
    top: 8.3px;
  }
  .top-menu {
    font-size: 13px;
    line-height: 22px;
  }
  .kontakti a {
    font-size: 19px;
    line-height: 26px;
  }
  .kontakti .telefon > p > a::before {
    left: -23px;
    top: 8px;
    width: 13.5px;
    height: 13.5px;
    background-size: contain;
  }
  .kontakti .mail::before {
    left: -23px;
    top: 4.4px;
    width: 13.5px;
    height: 13.5px;
    background-size: contain;
  }
  .header {
    padding: 14px 230px 14px 239px;
  }
  .content-wrapper .header-inner {
    padding: 7px 230px 4px 253px;
  }
  .content-wrapper .menu-widgets {
    padding: 0 230px 45px 237px;
  }
  #main_slider {
    padding: 0 230px 150px 56px !important;
  }
  .simple_slider .simple_slide .slide_info {
    margin-top: 14px;
  }
  .simple_slider .simple_slide .slide_info .slide_caption {
    font-size: 31px;
    line-height: 43px;
  }
  .slide_price {
    font-size: 23px;
    line-height: 39px;
  }
  .slide_price span {
    font-size: 30px;
    line-height: 42px;
  }
  #main_slider .mod-callback {
    max-width: 280px !important;
    margin-top: 9.5px !important;
    padding: 0 13.5px 15px 13.5px !important;
  }
  form .zvonok1 {
    margin: 0 0 11px;
  }
  .mod-callback-bottom .zvonok {
    font-size: 19px;
    line-height: 26px;
  }
  #main_slider .mod-callback .form-group {
    margin-bottom: 11px !important;
  }
  .mod-callback-bottom input[type=text] {
    height: 45px;
  }
  .field-callbackform-name .group-input-wrapper::before {
    /* top: 10px; */
    top: 50%;
    transform: translateY(-50%);
    left: 13px;
    width: 13px;
    height: 16px;
    background-size: contain;
  }
  .field-callbackform-phone .group-input-wrapper::before {
    /* top: 10.5px; */
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    width: 12px;
    height: 18px;
    /* background-size: contain; */
  }
  input[type="text"],
  textarea {
    padding: 6px 10px 4px 32px;
  }
  .mod-callback-bottom button {
    height: 45px;
    font-size: 16px;
    margin-top: 10px;
    line-height: 30px;
  }
  .checkbox label {
    padding-left: 4px;
    font-size: 11px;
  }
  #hor_nav ul.nav li a {
    font-size: 13px;
    line-height: 17px;
  }
  .wrap {
    background-position: 133.8% 40px;
    background-size: 609px 609px;
  }
  .simple_slider .simple_slide .slide_info .slide_description {
    font-size: 15px;
    padding: 24px 0 0 21px;
    line-height: 23px;
  }
  #hor_nav ul.nav li.child-0::before {
    top: 1.5px;
    left: 15px;
  }
  ul.nav li.child-1::before {
    top: 1px;
    left: 16px;
  }
  ul.nav li.child-2::before {
    top: 0;
    left: 17px;
  }
  ul.nav li.child-3::before {
    top: 1px;
    left: 24px;
  }
  ul.nav li.child-4::before {
    top: 2px;
    left: 24px;
  }
  ::placeholder {
    font-size: 13px;
  }
  #hor_nav ul.nav .nav-child {
    padding: 69px 15px 15px 15px;
  }
}
@media (max-width: 767px) {
  .tiles_grid .row.clr-xs-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-xs-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .tiles_grid .row.clr-sm-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-sm-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .tiles_grid .row.clr-md-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-md-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 1280px) {
  .tiles_grid .row.clr-lg-1 .tiles_col:nth-child(1n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-2 .tiles_col:nth-child(2n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-3 .tiles_col:nth-child(3n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-4 .tiles_col:nth-child(4n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-5 .tiles_col:nth-child(5n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-6 .tiles_col:nth-child(6n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-7 .tiles_col:nth-child(7n+1) {
    clear: both;
  }
  .tiles_grid .row.clr-lg-8 .tiles_col:nth-child(8n+1) {
    clear: both;
  }
}
@media (min-width: 320px) and (max-width: 479px) {
  .elems_list .elems_imgage {
    width: 100% !important;
  }
  .elems_list .elems_information {
    width: 100% !important;
  }
}
.bgimage {
  max-width: 100%;
  height: 0;
  -webkit-background-size: contain;
  -moz-background-size: contain;
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.bgimage.ratio3n2 {
  padding: 66% 0px 0px 0px;
}
.bgimage.ratio3n4 {
  padding: 133.33% 0px 0px 0px;
}
.bgimage.ratio4n3 {
  padding: 75% 0px 0px 0px;
}
.bgimage.ratio16n9 {
  padding: 56.25% 0px 0px 0px;
}
.hor_slider_wrapper {
  position: relative;
}
.hor_slider_wrapper .slider_next_button,
.hor_slider_wrapper .slider_prev_button {
  position: absolute;
  top: 50%;
  margin-top: -13px;
  display: block;
  width: 18px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-size: 20px;
  color: #456724;
  z-index: 3000;
  cursor: pointer;
  -webkit-transition: color 0.2s ease-out;
  -o-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}
.hor_slider_wrapper .slider_next_button:hover,
.hor_slider_wrapper .slider_prev_button:hover {
  color: #f4d717;
}
.hor_slider_wrapper .slider_next_button {
  right: -11.25px;
}
.hor_slider_wrapper .slider_prev_button {
  left: -11.25px;
}
.hor_slider_wrapper .hor_slider_inner {
  overflow: hidden;
}
.breadcrumb {
  margin: 22px 0 0 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  font-size: 0;
  letter-spacing: -1px;
}
.breadcrumb li {
  line-height: 20px;
  font-size: 13px;
  letter-spacing: normal;
  display: inline-block;
  /*display: inline;
  /* IE7 inline-block hack
  *zoom: 1;*/
  vertical-align: top;
  margin-right: 5px;
}
.pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  text-align: right;
}
.pagination ul li {
  margin-left: 7px;
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
}
.pagination ul li a {
  color: #888;
}
.pagination ul li.active a {
  color: #f05940;
  text-decoration: 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;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: top;
}
.menu_horz li + li {
  margin-left: 10px;
}
.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;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  vertical-align: top;
  position: relative;
}
.menu_horz_multi > li:hover > ul {
  height: auto;
  position: absolute;
  top: 100%;
  left: -7px;
}
.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 a {
  white-space: nowrap;
}
.menu_horz_multi > li ul li:hover > ul {
  display: block;
  position: absolute;
  top: 0;
  left: 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: 15px;
}
.menu_vert_multi li ul {
  margin-top: 15px;
  padding-left: 15px;
}
.menu_vert_accord li.active > ul {
  display: block;
}
.menu_vert_accord li + li {
  margin-top: 15px;
}
.menu_vert_accord li ul {
  padding-left: 15px;
}
@media (min-width: 768px) {
  .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_horz_multi {
    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 a {
    white-space: nowrap;
  }
  .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;
  }
}
.materials_list > .materials_clmn {
  margin-bottom: 20px;
}
.materials_list .materials_data {
  color: #03779b;
}
.materials_list .materials_image_wrapper .materials_image {
  display: block;
  font-size: 0;
}
.material_detail .material_header {
  margin-bottom: 10px;
}
.material_detail .material_date {
  color: #555555;
}
.material_detail .material_images.material_images_left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
.material_detail .material_description .material_part {
  margin-bottom: 5px;
}
.material_detail .material_fulltext {
  margin-bottom: 10px;
}
.photo_description {
  margin-bottom: 10px;
}
.photo_list .photo_block .photo_wrapper {
  display: block;
}
.photo_list .photo_block .photo_name {
  display: block;
}
@media (max-width: 767px) {
  .material_detail .row {
    margin-bottom: 0px;
  }
  .material_detail .material_body .material_images.material_images_left {
    float: none;
    margin-right: 0px;
    margin-bottom: 0px;
  }
}
.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;
}
#main_slider {
  display: flex;
  justify-content: space-between;
  padding: 0 322px 150px 70px;
}
#main_slider .moduletable {
  flex: 1;
}
#main_slider .mod-callback {
  max-width: 350px;
  margin-top: 12px;
  padding: 0 17px 19px 17px;
}
#main_slider .mod-callback .form-group {
  margin-bottom: 14px;
}
.lt-ie8 .main_slider .smpl_nav li {
  position: relative;
  top: 10px;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .topmenu .menu_horz_multi > li > a {
    font-size: 14px;
    padding: 0 20px;
  }
  .simple_slider {
    height: 396px;
    overflow: hidden;
  }
  .simple_slider .simple_slide {
    height: 396px;
  }
  .simple_slider .simple_slide .slide_image {
    height: 396px;
  }
  .simple_slider .simple_slide .slide_info {
    height: 396px;
  }
  .simple_slider .simple_slide .slide_info .slide_caption {
    bottom: 220px;
    font-size: 30px;
  }
  .simple_slider .simple_slide .slide_info .slide_description {
    font-size: 15px;
    top: 190px;
  }
  .simple_slider .simple_slide .slide_info .slide_description .slide_url .btn {
    padding: 9px 25px;
    font-size: 13px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  #logo {
    text-align: center;
  }
  #after_content {
    padding-bottom: 7px;
  }
  .topmenu {
    text-align: center;
    margin-top: 10px;
  }
  .topmenu .menu_horz_multi > li > a {
    font-size: 13px;
  }
  .topsearch label {
    display: none;
  }
  .topsearch input.inputbox {
    width: 130px;
  }
  .simple_slider {
    overflow: hidden;
  }
  .simple_slider .simple_slide .slide_info .slide_caption {
    background: rgba(255, 255, 255, 0.5);
  }
  .simple_slider .simple_slide .slide_info .slide_description {
    background: rgba(255, 255, 255, 0.5);
  }
  .mod-advantages .advantage_item {
    display: inline-block;
    width: 48%;
    padding: 10px 5px 10px 0;
  }
  .mod-advantages .advantage_item .item_caption {
    font-size: 14px;
  }
  .mod-advantages .advantage_item:hover .item_image a img {
    top: -75px;
  }
  .mod-advantages .advantage_item + .advantage_item + .advantage_item {
    padding-top: 0px;
  }
  .mod-services {
    background-size: cover;
  }
  .working-ordering .workorder_item {
    margin: 5px 10px 0;
    width: 120px;
  }
  .working-ordering .workorder_item + .workorder_item:before {
    left: -32px;
  }
  .working-ordering .workorder_item .item_caption {
    font-size: 14px;
  }
  .mod-from-bottom .zvonok {
    font-size: 22px;
  }
  .mod-from-bottom button {
    font-size: 13px;
  }
  .mod-bot-text {
    font-size: 23px;
    margin-top: 0px;
  }
  .mod-innerpage_phoneform {
    padding-top: 10px;
  }
  .mod-innerpage_phoneform .mod-from-bottom {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .mod-innerpage_phoneform .mod-operator {
    padding-bottom: 5px;
    padding-right: 20px;
  }
  .mod-innerpage_phoneform .mod-callback-top {
    margin-top: 65px;
  }
}
@media (max-width: 767px) {
  .row {
    margin-bottom: 0px;
  }
  .row > [class*="col"] {
    margin-bottom: 10px;
  }
  #header_top .moduletable {
    text-align: center;
  }
  #header_top .row {
    margin-bottom: 5px;
  }
  #logo {
    text-align: center;
  }
  #logo .site_img {
    margin: 0 auto;
    float: none;
  }
  #after_content {
    background-size: cover;
    padding-bottom: 20px;
  }
  .header_phones {
    padding-top: 0;
  }
  #header_bottom .container .row > [class*="col"] {
    margin-bottom: 0;
  }
  .topmenu a {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }
  .topmenu .menu_switcher a {
    overflow: hidden;
    display: block;
    height: 40px;
    line-height: 40px;
    padding: 0 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-decoration: none;
    color: #52135C;
  }
  .topmenu .menu_switcher a.active {
    color: #52135C;
    border-bottom: 1px solid #f1f1f1;
  }
  .topmenu .menu_switcher .switcher_icon {
    float: right;
    display: block;
    padding-top: 10px;
    font-size: 19px;
  }
  .topmenu .menu_horz_multi .parent a {
    position: relative;
    padding-right: 40px;
  }
  .topmenu .menu_horz_multi .parent a .parent_icon_wrap {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    height: 100%;
    width: 36px;
    font-size: 18px;
  }
  .topmenu .menu_horz_multi .parent a .parent_icon_wrap .parent_icon {
    display: block;
    width: 18px;
    height: 18px;
    line-height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -9px;
    margin-left: -9px;
    text-align: center;
  }
  .topmenu .menu_horz_multi > li {
    display: block;
  }
  .topmenu .menu_horz_multi > li > a {
    border-bottom: 1px solid #f1f1f1;
    padding: 7px 15px;
    height: auto;
    line-height: 20px;
    -webkit-transform: skewX(0) skewY(0);
    -ms-transform: skewX(0) skewY(0);
    -o-transform: skewX(0) skewY(0);
    transform: skewX(0) skewY(0);
  }
  .topmenu .menu_horz_multi > li > a:active {
    background: #456724;
  }
  .topmenu .menu_horz_multi > li > a span {
    -webkit-transform: skewX(0) skewY(0);
    -ms-transform: skewX(0) skewY(0);
    -o-transform: skewX(0) skewY(0);
    transform: skewX(0) skewY(0);
    border: none !important;
    padding: 4px 0 !important;
  }
  .topmenu .menu_horz_multi > li:hover > a {
    background: #456724;
  }
  .topmenu .menu_horz_multi > li.active > a {
    background: #456724;
  }
  .topmenu .menu_horz_multi > li:last-child > a {
    border-bottom: none;
  }
  .topmenu .menu_horz_multi > li ul {
    padding-top: 0px;
    border-top: none;
    position: static;
  }
  .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;
    color: #fff;
    background: #22c8fb;
  }
  .topmenu .menu_horz_multi > li ul li a:active {
    background: #f4d717 !important;
  }
  .topmenu .menu_horz_multi > li ul li:hover a {
    color: #fff;
    background: #456724;
  }
  .topmenu .menu_horz_multi > li ul li.active > a {
    color: #52135C;
    background: #f4d717;
  }
  .topmenu .menu_horz_multi > li ul li + li {
    margin: 0;
  }
  .topmenu .menu_horz_multi > li ul li ul {
    position: static;
    padding-left: 0px;
    padding-top: 0;
  }
  .topmenu .menu_horz_multi > li ul li ul li a {
    padding: 5px 10px 5px 30px;
    text-transform: none;
  }
  .topmenu .menu_horz_multi > li ul li ul li ul li a {
    padding: 5px 10px 5px 40px;
  }
  .page-header {
    margin-bottom: 10px;
  }
  #content .module,
  #left .module,
  #right .module {
    margin-bottom: 15px;
  }
  #content .module .page-header,
  #left .module .page-header,
  #right .module .page-header {
    margin-bottom: 10px;
  }
  #content .box .page-header,
  #left .box .page-header,
  #right .box .page-header {
    margin-bottom: 0;
  }
  .breadcrumbs {
    margin-bottom: 10px !important;
  }
  #under_footer {
    height: 170px;
  }
  #footer .module {
    display: block;
    width: 100%;
    margin: 0px 0 10px;
    float: none;
    text-align: left;
  }
  #footer_inner .tel_mail {
    text-align: left;
  }
  .lt-ie8 .topmenu .menu_switcher {
    display: block !important;
  }
  .products_all {
    margin-top: 10px;
    text-align: left;
  }
  div.table-responsive {
    margin-bottom: 20px;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  div.table-responsive table,
  div.table-responsive .table {
    margin-bottom: 0 !important;
  }
  .slick-slider {
    padding-bottom: 15px;
  }
  .slick-dots {
    bottom: 0;
  }
  .simple_slider {
    height: auto;
    overflow: hidden;
  }
  .simple_slider .simple_slide {
    height: auto;
  }
  .simple_slider .simple_slide .slide_image {
    height: auto;
    line-height: 1;
    width: 100%;
    padding-top: 20px;
  }
  .simple_slider .simple_slide .slide_info {
    width: 100%;
    padding-top: 20px;
    text-align: center;
    height: auto;
  }
  .simple_slider .simple_slide .slide_info .slide_caption {
    bottom: 100px;
    font-size: 17px;
  }
  .simple_slider .simple_slide .slide_info .slide_description {
    font-size: 13px;
    padding-top: 10px;
  }
  .simple_slider .simple_slide .slide_info .slide_description .slide_url {
    margin-top: 8px;
    margin-left: 0;
  }
  .simple_slider .simple_slide .slide_info .slide_description .slide_url .btn {
    padding: 4px 10px;
    font-size: 11px;
  }
  .simple_slider .slick-prev,
  .simple_slider .slick-next {
    background: none;
    width: 20px;
  }
  .simple_slider .slick-prev span,
  .simple_slider .slick-next span {
    font-size: 25px;
    color: #f4d717;
  }
  footer {
    text-align: center;
  }
  footer div {
    text-align: center !important;
  }
  .mod-callback {
    position: static;
  }
  .mod-callback:before {
    display: none;
  }
  /*.mod-advantages {*/
    /*margin-top: 15px;*/
  /*}*/
  .mod-advantages .advantage_item {
    display: block;
    /*width: 100%;*/
    /*padding: 10px 5px 10px 0;*/
  }
  .mod-advantages .advantage_item .item_caption {
    font-size: 14px;
  }
  .mod-advantages .advantage_item .item_image a {
    width: 50px;
    height: 50px;
  }
  .mod-advantages .advantage_item .item_image a img {
    width: 50px;
  }
  /*.mod-advantages .advantage_item:hover .item_image a img {*/
    /*top: -50px;*/
  /*}*/
  /*.mod-advantages .advantage_item + .advantage_item {*/
    /*padding-top: 0px !important;*/
  /*}*/
  #smfaq.questions .question {
    margin: 10px 0 15px;
  }
  #smfaq.questions .question span:before {
    display: none;
  }
  #smfaq.questions .answer {
    margin: 10px 0 25px;
  }
  .mod-operator {
    margin-top: 0;
    margin-bottom: 10px !important;
  }
  .mod-phone-bottom {
    margin-top: 10px;
  }
  .mod-bot-header h3.module-header {
    font-size: 22px;
  }
  .mod-bot-windows {
    margin-bottom: 15px !important;
  }
  .mod-bot-windows img {
    max-height: 100px;
    width: auto;
  }
  .mod-bot-kaspersky {
    margin-bottom: 15px !important;
  }
  .mod-bot-kaspersky img {
    max-height: 100px;
    width: auto;
  }
  .mod-bot-text {
    font-size: 22px;
  }
  .mod-botmenu ul.menu_horz {
    list-style: none;
    text-align: center;
    padding: 10px 0;
  }
  .mod-botmenu ul.menu_horz > li {
    margin: 0 5px;
  }
  .mod-botmenu ul.menu_horz > li > a {
    line-height: 1.2;
    padding: 5px 2px;
    font-size: 13px;
  }
  .mod-botmenu ul.menu_horz > li.active > a,
  .mod-botmenu ul.menu_horz > li:hover > a {
    color: #52135C;
  }
  #right .mod-reviews-side .simple_slider_reviews {
    width: 100%;
    margin-left: 0;
  }
  .mod-innerpage_phoneform {
    padding-top: 10px;
  }
  .mod-innerpage_phoneform .mod-from-bottom {
    float: none;
    width: 100%;
    margin-bottom: 10px;
  }
  .mod-innerpage_phoneform .mod-operator {
    float: none;
    padding-bottom: 5px;
    padding-right: 20px;
  }
  .mod-innerpage_phoneform .mod-callback-top {
    float: none;
    text-align: center;
  }
}
.our-team::before {
  content: "";
  position: absolute;
  top: 45px;
  left: 0;
  right: 0;
  border-bottom: 1px solid #E3E3E3;
}
.metro {
  width: 285px;
  float: left;
  margin: 10px 20px 10px 20px;
  -moz-box-shadow: 5px 5px 10px #bdbdbd;
  -webkit-box-shadow: 5px 5px 10px #bdbdbd;
  box-shadow: 3px 2px 10px #bdbdbd;
}
.block,
.sovet {
  background: url(/images/bg_block.png) no-repeat;
  max-width: 640px;
  padding: 40px 20px 8px 30px;
  border-bottom: 5px solid #e9f0f2;
  margin: 0px 20px 8px;
}
.images-logo {
  width: 200px;
  padding: 0px 20px;
  float: left;
}
.images-logo1 {
  width: 90px;
  padding: 0px 20px;
  float: left;
}
.uk-tab li {
  background: none !important;
}
.uk-switcher li {
  background: none !important;
}
.servis {
  display: table;
  width: 1070px;
  margin-top: 20px;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  margin: 20px auto;
  cursor: pointer;
}
.bl-ser {
  width: 25%;
  float: left;
}
.first-ser {
  background-color: #0062b7;
  background-image: linear-gradient(to bottom, #0092d1, #0062b7);
}
.in-bl-ser {
  background-repeat: repeat-x;
  min-height: 125px;
  margin: 0 1px;
  text-align: center;
  position: relative;
}
.first-ser .ser-img {
  padding-top: 20px;
  position: relative;
  left: 25px;
}
.ser-img {
  float: left;
}
.bl-ser-txt {
  font-size: 25px;
  text-align: left;
  color: #fff;
  letter-spacing: 0.04em;
  font-style: normal;
  line-height: 1em;
  display: inline-block;
}
.first-ser .bl-ser-txt {
  padding-top: 35px;
}
.second-ser {
  background-color: #008000;
  background-image: linear-gradient(to bottom, #00ba00, #008000);
}
.second-ser .ser-img {
  padding-top: 15px;
  position: relative;
  left: 35px;
}
.second-ser .bl-ser-txt {
  padding-top: 23px;
}
.third-ser {
  background-color: #007ac4;
  background-image: linear-gradient(to bottom, #007ac4, #00b5e5);
}
.third-ser .ser-img {
  padding-top: 20px;
  position: relative;
  left: 25px;
}
.third-ser .bl-ser-txt {
  padding-top: 33px;
  padding-left: 20px;
}
.kontakti-metro1 > a {
  display: block;
  text-align: center;
  background: #52135C;
  color: #FFF;
  padding: 2px 0px;
  text-decoration: none;
}
.kontakti-metro,
.level_0 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 15px;
}
UL li.kontakti-metro1 {
  vertical-align: top;
  margin-bottom: 15px;
  border: 1px solid #dfe2e8;
  border-radius: 5px;
  padding: 5px !important;
  background: none !important;
}
li .kontakti-metro1 a {
  font-size: 10px;
}
ul .level_1 {
  padding-left: 0px !important;
}
.oferta {
  text-align: center;
}
.promo-block img {
  float: right;
}
.promo-block2 img {
  float: left;
}
.promo-block h2 {
  width: 60%;
}
.slide {
  margin: 0px auto;
  text-align: center;
}
.slide-item {
  width: 25%;
  margin: 15px 20px;
  display: inline-block;
  vertical-align: top;
  border: 2px dotted #52135C;
  border-radius: 5px;
  padding: 10px 5px;
  text-align: center;
}
.slide-zag {
  font-size: 16px;
  font-weight: bold;
}
.slide-readmore {
  background: #E07F12;
  margin: 3px;
  padding: 3px;
}
.slide-readmore a {
  color: #fff;
}
.brands {
  border: 1px solid #ebebeb;
  width: 20%;
  display: block;
  float: left;
  text-align: center;
}
.brands a {
  width: 100%;
  height: 100%;
  display: inline-block;
}
.brands img {
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 10px;
}
.brands:hover {
  border: 1px solid #52135C;
}
.linktomodel {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #999;
  width: 80%;
  margin: 0px auto;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 10px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.brands_patent .brands:nth-child(-n+5) {
  border-top: none;
}
.metro-1 li {
  display: inline-block;
  margin-left: 12px;
}
.prais-block-left {
  /*width:480px;*/
  border: 2px solid #dfe2e8;
  padding: 15px;
  border-radius: 10px;
  float: left;
}
.prais-block-right {
  width: 480px;
  border: 2px solid #dfe2e8;
  padding: 15px;
  border-radius: 10px;
  float: right;
  margin-bottom: 0px !important;
}
.voprosi {
  width: 290px;
  float: right;
}
.voprosi2 {
  width: 290px;
  float: left;
}
.voprosi H3,
.voprosi2 H3 {
  text-align: center;
  margin: 2px;
}
.line_bord__two {
  border: 2px dashed #dfe2e8;
  padding: 10px 10px 0px;
  margin: 10px;
}
.number_new__red {
  float: left;
  font-size: 50px;
  line-height: 50px;
  color: #D91C22;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  width: 50px;
}
.number_new {
  float: left;
  font-size: 63px;
  line-height: 63px;
  color: #9FCF00;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.9);
  width: 50px;
}
.prais-nout,
.prais-komp {
  margin-bottom: 0px !important;
}
.schetchik {
  text-align: center;
}
.akziya {
  font-size: 50px;
  font-weight: bold;
  color: red;
  text-shadow: 2px 2px #c5c8ce;
}
.schetchik {
  margin-bottom: 0px !important;
  background: #ebedf0 url(../images/scheme.jpg) no-repeat 50% 0;
  padding-top: 20px;
}
.promo-text {
  float: left;
  margin: 10px 20px;
}
.promo-text2 {
  float: right;
  margin: 10px 20px;
}
.computer-service {
  padding-bottom: 66px;
}
.computer-service__content {
  vertical-align: middle;
}
.computer-service__content p {
  margin-bottom: 0;
  /*margin-left: 20px;*/
}
.computer-service__content img {
  float: left;
}
.computer-service-2__wrapper {
  padding: 0 0 66px 320px;
}
.computer-service-2__content {
  min-height: 366px;
  margin-top: 30px;
  display: flex;
}
.computer-service-2__content > div {
  flex: 1;
  display: flex;
}
.computer-service-2__content > div p {
  margin: auto;
  flex: 1.5;
  font-size: 16px;
  line-height: 28px;
}
.computer-service-2__img {
  flex: 1.43211 !important;
}
/*
.services {
  padding: 0 0 65px 0;
  background: linear-gradient(131.52deg, #E0F5FF 2.86%, rgba(224, 245, 255, 0) 66.87%);
}*/
/*.services .container {*/
  /*width: 1300px;*/
/*}*/
.services .first-row,
.services .second-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.services .second-row {
  
    margin: 27px auto 0 auto;
}
.services .tile {
  width: 300px;
  max-height: 280px;
  padding: 16px 25px 18px 14px;
  background: #F8F8F8;
  border-radius: 10px;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
  overflow-y: hidden;
}
.services .tile ul {
  list-style: none;
}
.services .tile ul li {
  min-height: 28px;
  line-height: 28px;
}
.services .tile ul li::before {
  content: "";
  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  display: inline-block;
  /* Needed to add space between the bullet and the text */
  width: 6px;
  /* Also needed for space (tweak if needed) */
  margin: 0 1em 0 -1em;
  position: relative;
  top: -3px;
  background: #E32B3E;
  height: 6px;
  border-radius: 50%;
}
.services .tile ul li a {
  line-height: 28px;
  text-decoration: none;
}
.services .tile .heading {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  padding-bottom: 13px;
  border-bottom: 1px solid #D1D1D1;
}
.services .tile .heading p {
  margin: 0 0 0 13px;
}
.services .tile .description {
  margin-top: 8px;
}
.services__title {
  margin: auto;
}
.entry .service-praises {
  font-size: 40px;
  /* margin: 70px 0 80px 0; */
  text-align: center;
}
.repair-ability {
  padding-bottom: 132px;
}
.repair-ability h1 {
  margin: 87px 0 56px 0;
  text-align: center;
}
.repair-ability .container {
  width: 1138px;
}
.repair-ability__content {
  height: 108px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.repair-ability__content p {
  margin: 0;
  max-width: 150px;
  line-height: 36px;
}
.repair-ability .repair-slider {
  margin-top: 26px;
  display: flex;
}
.repair-ability .repair-slider .controls {
  display: flex;
  margin-left: auto;
}
.repair-ability .repair-slider .left-slide {
  background: url(/upload/image/reviews-left-slider.svg) no-repeat;
  width: 12px;
  height: 22px;
  margin-right: 20px;
}
.repair-ability .repair-slider .right-slide {
  background: url(/upload/image/reviews-right-slider.svg) no-repeat;
  width: 12px;
  height: 22px;
}
.questions2 {
  background: url(/upload/image/questions-2-background.svg) no-repeat;
  background-size: cover;
  /* height: 518px; */
  display: flex;
  padding: 170px 0;
}
.questions2 {
  /* margin: auto; */
  color: #fff;
  text-align: center;
}
.questions2  .questions2__title {
  font-weight: 700;
  color: #fff;
  font-size: 48px;
  line-height: 65px;
  text-transform: uppercase;
  margin: 0;
}
.questions2 p {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
}
.questions2 button {
  background: #F68943;
  text-transform: uppercase;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  height: 45px;
  width: 317px;
  font-size: 16px;
  margin-top: 23px;
}

.title {
  display: block;
  width: 100%;
}
.desc {
  color: #002248;
}
.desc H3 {
  font-size: 20px;
}
.desc img {
  float: left;
}
html,
body,
#ymap {
  width: 100%;
  min-height: 400px;
  margin: 0;
  padding: 0;
}
#callback-form-top .help-block-error {
  color: white !important;
}

.review-img {
  width: 150px;
  height: 150px;
  margin: auto;
  overflow: hidden;
}

.review-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}




.banner-top__inner {
    display:flex;
    align-items: center;
    justify-content: space-between;
}
.banner-top__left-inner {
    display:flex;
    align-items: center;
}
.banner-top__right {
  max-width: 350px;
  flex: 0 0 350px;
}
.banner-top__img {
    margin-left: -290px;
    max-width: 560px;
}
.banner-top .slide_caption {
  font-weight: 600;
  font-size: 50px;
  line-height: 68px;
  text-transform: uppercase;
  color: #0088C8;

}
.banner-top .slide_price {
  font-weight: 400;
  font-size: 36px;
  line-height: 49px;
  color: #454545;
  margin-top: 0;
    text-transform: lowercase;
}
.banner-top .banner-top__summa {
  display: inline-block;
  font-weight: 700;
  color: #E32B3E;
  font-size: 48px;
  line-height: 68px;
}
.slide_description {
    padding-left: 30px;
}
.banner-top .slide_description p {
  position: relative;
}
.banner-top .slide_description p::before {
    content: '';
    position: absolute;
    display: block;
    border-radius: 50%;
    width: 6px;
    height: 6px;
    background: #E32B3E;
    left: -20px;
    top: 11px;
}
.banner-top .mod-callback {
  padding: 25px 15px 35px;
}
.input-checkbox__label {
  position: relative;
}
.input-checkbox__label input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.input-checkbox__text {
  position: relative;
  display: block;
  padding-left: 30px;
  font-size: 14px;
  color: #fff;
}
.modal .input-checkbox__text {
    color: #000;
}
.input-checkbox__text:before {
  position: absolute;
  top: 2px;
  left: 0;
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
}
.input-checkbox__text:after {
  position: absolute;
  top: 2px;
  left: 2px;
  line-height: 15px;
  font-weight: 700;
  content: '\2713';
  font-size: 14px;
  color: #F68943;
  opacity: 0;
  transition: 0.5s;
}
.input-checkbox__label input:checked + .input-checkbox__text:after {
  opacity: 1;
  transition: 0.5s;
}
#callback-form-top input::placeholder {
  font-size: 16px;
  color: #454545;
}
.top-blocks {
  background: linear-gradient(131.52deg, #E0F5FF 2.86%, rgba(224, 245, 255, 0) 66.87%);
}
.mod-advantages {
  padding: 10px 0 35px;
}
.breadcrumb {
  /* margin-top: 15px !important; */
  background: transparent;
  position: relative;
}
.h1-title {
  margin: 60px 0 30px;
}
ul.nav-child {
  z-index: 99;
}
.primary-nav  + .breadcrumbs-block {
  margin-top: -15px;
}
ul.breadcrumb {
  margin-top: 15px !important;
}
.breadcrumbs-block ul.breadcrumb {
  margin-top: 0 !important;
}

.modal-header,
.modal-body {
  padding: 0;
}
.modal-content {
    position: relative;
    padding: 45px 30px 50px;
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
.modal-title {
  font-weight: 700;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  text-transform: uppercase;
  color: #454545;
}
.modal-subtitle {
  font-size: 16px;
  line-height: 28px;
  text-align: center;
  color: #0088C8;
}
.modal-header {
    margin-bottom: 50px;
    border: 0;
}
.modal button.close {
    top: 5px;
    right: 5px;
    left: auto;
    width: 25px;
    min-width: 25px;
    max-width: 25px;
    flex: 0 0 25px;
    height: 25px;
    border: 1px solid #7A3F88;
    border-radius: 50%;
    color: #7A3F88;
    opacity: 1;
    box-shadow: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    background: transparent;
    float: none;
    padding: 0;
}
.modal .close:hover {
  background: transparent;
}
.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000;
}
.modal-open {
    overflow: hidden;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
}

.modal input,
#callback-form-top-1 input,
.questions input {
    background: #FFFFFF;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    border: 0;
    height: 45px;
    line-height: 1;
    padding: 10px 20px 10px 35px;
    width: 100%;
    color: #000;
}
.modal input::placeholder,
#callback-form-top-1 input::placeholder,
.questions input::placeholder {
  font-size: 16px;
  color: #000;
}
.btn-orange {
    background: #F68943;
    text-transform: uppercase;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 45px;
    width: 100%;
    font-size: 16px;
}
.modal .form__footer {
  max-width: 315px;
  margin: 30px auto 0;
}
#call-back .modal-content, #call-back2 .modal-content {
  background: #fff url('../img/content/form__call-back.png') no-repeat;
  background-position: left -15px bottom -10px;
}
#callback-form-modal .zvonok1, #callback-form-modal2 .zvonok1 {
    display: none;
}
#callback-form-modal .btn, #callback-form-modal2 .btn {
    display: block;
    background: #F68943;
    text-transform: uppercase;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    height: 45px;
    width: 315px;
    font-size: 16px;
    margin: 30px auto 0;
}
.questions .zvonok1 {
    display: none;
}
form .help-block-error {
    font-size: 14px;
}

@media (min-width: 1200px) {
  .bs-example-modal-lg > .modal-lg {
    width: 1150px;
  }
}

@media (min-width: 600px) {
  .modal-dialog {
      width: 540px;
      margin: 30px auto;
  }
}


body {
  overflow-x: hidden;
}

.swiper-button-next,
.swiper-button-prev {
  position: static;
  margin: 0;
}
.reviews .section__heading {
  margin-bottom: 115px;
}
.slider-nav {
    display: flex;
    justify-content: flex-end;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  content: '';
  width: 12px;
  height: 22px;
  background: url('../img/icons/slider-arrow-left.svg') no-repeat;
}
.swiper-button-next:after {
  background: url('../img/icons/slider-arrow-right.svg') no-repeat;
}

.site-header__top-mobile {
  display: none;
}

body.no-scroll {
    overflow: hidden;
}
.header-mobile {
  display: none;
}

#info-table {
    display: flex;
    padding: 15px;
    padding-right: 2em;
    font-weight: 600;
    font-size: 20px;
    color: #7A3F88;
    position: relative;
}
.serv1-table,
.serv2-table,
.serv3-table,
.serv4-table,
.serv5-table,
.serv6-table,
.serv7-table {
    display: flex;
    align-items: center;
}

#serv-table,
.servs1-table,
.servs2-table,
.servs3-table,
.servs4-table,
.servs5-table,
.servs6-table,
.servs7-table {
    width: calc(100% - 75px);
    font-size: 16px;
    padding: 8px 12px;
    text-transform: capitalize;
}
#price-table,
.price1-table,
.price2-table,
.price3-table,
.price4-table,
.price5-table,
.price6-table,
.price7-table {
    width: 75px;
    font-size: 14px;
    text-align: right;
    padding: 8px 12px;

    border-left: 2px solid #fff;
    font-weight: bold;
}

#serv-table,
#price-table {
    padding: 0;
    text-transform: uppercase;
}
.serv1-table,
.serv2-table,
.serv3-table,
.serv4-table,
.serv5-table,
.serv6-table,
.serv7-table {
    border-top: 1px solid #ececec;
    transition: all .2s ease;
}

.serv1-table:nth-child(odd),
.serv2-table:nth-child(odd),
.serv3-table:nth-child(odd),
.serv4-table:nth-child(odd),
.serv5-table:nth-child(odd),
.serv6-table:nth-child(odd),
.serv7-table:nth-child(odd) {
    background-color: #ececec;
}
.serv1-table:hover,
.serv2-table:hover,
.serv3-table:hover,
.serv4-table:hover,
.serv5-table:hover,
.serv6-table:hover,
.serv7-table:hover {
    cursor: pointer;
    background-color: #7A3F88;
    color: #fff;
}
#reason1-table,
#reason2-table,
#reason3-table,
#reason4-table,
#reason5-table,
#reason6-table,
#reason7-table {
    text-align: center;
    font-weight: 700;
    border-top: 1px solid #ececec;
     padding: 8px 12px;
}
#price-table {
    border: 0;
}

#content_wrapper .right-td2,
#content_wrapper .right-td {
    width: 125px;
}
#content_wrapper .left-td2,
#content_wrapper .left-td {
    width: calc(100% - 125px);
}
h2 {
    font-size: 30px;
}
.table-prais a:hover {
    color: #fff;
}
.table-prais a {
    text-decoration: underline;
}
button:hover,
.btn:hover {
    border: 0;
    background: #7A3F88 !important;
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25) !important;
    color: #fff !important;
}
.site-body h2 {
    font-size: 27px
}

* {
    outline: none !important;
}
.schema__desctiption {
    font-weight: 600;
}
.rev__photo {
    max-width: 145px;
    height: 145px;
}
.rev__photo img {
    height: 100%;
    object-fit: cover;
}
.district-item {
    display: block;
}
form input {
    width: 100%;
    border: 0;
}

.fade.in {
    opacity: 1;
}
.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50);
}
.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.half-table {
    width: 100%;
    margin-bottom: 20px;
    border-radius: 10px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    overflow: hidden;
}
.half-table thead th {
    padding: 15px;
    padding-right: 2em;
    font-weight: 600;
    font-size: 16px;
    color: #7A3F88;
    text-transform: uppercase;
}
.half-table thead th:nth-child(1) {
    width: 75%;
}
.half-table thead th:nth-child(2) {
    width: 25%;
    text-align: right;
    border-left: 2px solid #fff;
}
.half-table p {
    margin: 0;
}
.half-table tbody td {
    /* width: 50%; */
    padding: 8px 12px;
    border-top: 1px solid #ececec;
}
.half-table tbody tr:nth-child(odd) {
    background-color: #ececec;
}
.half-table tbody td:nth-child(1) {
    width: 75%;
    font-size: 16px;
}
.half-table tbody td:nth-child(2) {
    width: 25%;
    text-align: right;
    border-left: 2px solid #fff;
    font-size: 14px;
}
.half-table tbody tr:hover {
    cursor: pointer;
    background-color: #7A3F88;
    color: #fff;
}

.details__text.collapsed {
    height: 160px;
    overflow: hidden;
}
.text__more {
    padding: 5px 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    line-height: 20px;
    color: #7A3F88;
    box-shadow: none;
    margin: 10px 0;
}
.questions .help-block-error {
    color: #fff;
}
.brands-blocks {
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}
.brands {
    float: none;
}


@media(min-width: 480px) {
    #serv-table,
    .servs1-table,
    .servs2-table,
    .servs3-table,
    .servs4-table,
    .servs5-table,
    .servs6-table,
    .servs7-table {
        width: calc(100% - 125px);
    }
    #price-table,
    .price1-table,
    .price2-table,
    .price3-table,
    .price4-table,
    .price5-table,
    .price6-table,
    .price7-table {
        width: 125px;
    }
}

@media (max-width: 1400px) {
  .banner-top__img {
    margin-left: -155px;
    max-width: 450px;
  }
}

@media(max-width: 1280px) {
  .banner-top__img {
      margin-left: -80px;
      max-width: 357px;
  }
}

@media (max-width: 1279px) {
  header .site-header__top,
  header .menu-link.nav__link {
    font-size: 12px;
  }
  header .nav__link {
    padding-left: 55px;
  }
  header .nav__link:before {
    width: 52px;
  }
  header .primary-nav__nav {
    flex-wrap: nowrap;
  }
  header .header-inner__contacts p {
    font-size: 14px;
  }
  header .kontakts__telefon,
  header   .kontakts__telefon {
    font-size: 20px;
  }
  header .kontakts__email .email,
  footer   .kontakts__email .email {
    font-size: 16px;
  }
  .banner-top .slide_caption {
    font-size: 40px;
    line-height: 53px;
  }
  .banner-top .slide_price {
    font-size: 25px;
  }
  .questions .questions__title {
    font-size: 44px;
    line-height: 50px;
  }
  .questions p {
    font-size: 21px;
    line-height: 1;
  }
  .first-row {
    flex-wrap: wrap;
    gap: 30px;
  }
  .services .second-row {
    width: 100%;
    margin: 0;
    gap: 30px;
  }
  .first-row .tile,
  .second-row .tile {
    width: auto;
    max-width: 48%;
    flex: 0 0 48%;
    margin-bottom: 30px;
  }
  footer .nav>li>a {
    font-size: 14px;
  }
  .banner-top__img {
      margin-left: -140px;
    }
}


@media (max-width: 991px) {
    .top-blocks .site-main.home {
        padding-top: 135px;
    }
    .top-blocks .site-main {
        padding-top: 105px;
    }
    .site-header__top-pc {
        display: none;
    }
    .site-header__top-mobile {
        display: block;
    }
    .header-inner__contacts,
    .primary-nav {
        display: none !important;
    }
    header .site-header__top {
        background-color: #E0F5FF;
        padding: 10px 0;
    }
    header .header-inner {
        background-color: #eee;
        box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
        padding: 10px 0;
    }
    header .site-name__logo {
        width: 120px;
    }
    header .site-name__city {
        margin-left: 20px;
    }
    header .site-name {
        margin: 0 auto;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .banner-top .slide_caption {
        font-size: 36px;
    }
    .mod-advantages .advantage_item {
            padding: 10px 5px 10px 0 !important;
    }
    .questions {
        padding: 80px 0 125px;
    }
    .banner-top__img {
        display: none;
    }
    .first-row .tile, .second-row .tile {
        width: auto;
        max-width: 47%;
        flex: 0 0 47%;
    }
    .questions2 {
        padding: 60px 0 80px;
    }
    .services .tile {
        max-height: initial;
    }
    .mobile-menu__pages ul {
        list-style: none;
        padding: 0;
    }
    .mobile-menu__pages a {
        display: block;
        padding: 10px 20px;
        font-weight: 400;
        font-size: 18px;
        line-height: 20px;
        color: #454545;
        border-radius: 10px;
    }
    .mobile-menu__pages a:hover {
        background: #FFFFFF;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
        color: #7A3F88;
        font-weight: 600;
    }
    .mobile-menu__services .primary-nav__nav {
        flex-wrap: wrap;
    }
    .mobile-menu__services .primary-nav__nav .nav__item {
        width: 100%;
        flex: 0 0 100%;
        flex-basis: auto !important;
        margin: 0;
    }
    .mobile-menu__services .primary-nav__nav .nav__item:hover {
        background: #FFFFFF;
        box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.25);
        border-radius: 10px;
    }
    .mobile-menu__services .primary-nav__nav .nav__item .nav-child {
        display: none;
    }
    header .menu-link.nav__link {
        font-size: 16px;
    }
    .mobile-menu__services .container {
        width: 100%;
        padding: 0;
    }
    .primary-nav + .breadcrumbs-block {
        margin-top: 10px;
    }
    .reviews-list-title {
        margin: 30px 0;
    }
    .reviews-list .row {
        display: block;
    }
    .review-page .col-md-3,
    .review-page .col-md-9 {
        padding: 0 15px;
    }
    .contacts__inner {
        display: block;
    }
    .contacts__content {
        padding-right: 0;
        padding-left: 30px;
        margin-bottom: 20px;
    }
    .reviews {
        min-height: 580px;
    }
    .contacts {
        margin-bottom: 20px;
    }
    .districts-title,
    .site-body h2,
    .site-body h3 {
        font-size: 30px;
        line-height: 35px;
    }
}

@media(max-width: 767px) {
    .banner-top__inner {
        display: block;
    }
    .top-blocks .site-main.home {
        padding-top: 25px;
    }
    .top-blocks .site-main {
        padding-top: 0;
    }
    .banner-top .slide_caption {
        font-size: 30px;
    }
    .slide_description {
        font-size: 18px;
        color: #454545;
        padding-left: 30px;
    }
    .banner-top .slide_price {
        font-size: 36px;
    }
    .banner-top__left {
        margin-bottom: 25px;
    }
    .banner-top__right {
        max-width: 100%;
        flex: 0 0 100%;
    }
    .mod-callback-bottom .zvonok {
        font-size: 22px;
        font-weight: 700;
    }
    .advantages-wrapper,
    .schemas__wrapper,
    .services .first-row,
    .services .second-row{
        flex-wrap: wrap;
    }
    .mod-advantages .advantage_item {
        width: 50%;
        flex: 0 0 50%;
    }
    .questions__wrapper {
        display: block;
    }
    .questions .questions_title {
        font-size: 37px;
        line-height: 50px;
        margin: 0;
    }
    .questions__content {
        margin-bottom: 30px;
    }
    .schemas__wrapper  .schema {
        max-width: 50%;
        flex: 0 0 50%;
    }
    .first-row .tile,
    .second-row .tile {
        width: auto;
        max-width: 100%;
        flex: 0 0 100%;
    }
    .first-row {
        gap: 0;
    }
    .repair-ability__content {
        display: block !important;
        column-count: 2;
        height: auto;
    }
    .reviews .section__heading {
        margin-bottom: 30px;
    }
    .section.reviews {
        background: url(../img/content/review-bg-1_xs.png) 90% 200px no-repeat, url(../img/content/review-bg-2_xs.png) 100% 170px no-repeat;
        height: auto;
    }
    .section .districts-title {
        margin: 0 0 20px 0;
    }
    /*.services {
        padding: 0 0 30px;
    }*/
    .table-praises .table-prais .center-tr,
    .table-praises .table-prais .center-tr2,
    .table-praises .table-prais .center-tr3 {
        display: none;
    }
    .table-praises .table-prais.show .center-tr,
    .table-praises .table-prais.show .center-tr2 {
        display: block;
    }
    .table-praises .table-prais.show .table-prais__title:after {
        transform: rotate(180deg);
        transition: 0.5s;
    }
    .services__title {
        font-size: 30px
    }
    .table-praises .table-prais.show .center-tr3 {
        display: flex
    }
    .site-body .questions2 .questions2__title,
    .districts-title,
    .site-body h2,
    .site-body h3,
    .questions .questions__title {
        font-size: 25px;
        line-height: 35px;
    }
    .questions2 p,
    .questions p {
        font-size: 16px;
        margin-top: 15px;
    }
    .mod-advantages .advantage_item,
    .mod-advantages .advantage_item .item_image,
    .mod-advantages .advantage_item .item_caption {
        display: block;
    }
    .mod-advantages .advantage_item .item_image a {
        margin: 0 auto;
    }
    .mod-advantages .advantage_item .item_image {
        padding: 0 0 15px;
    }
    .mod-advantages a {
        display: block;
        text-align: center;
        font-size: 18px;
    }
    .schema__desctiption {
        font-size: 14px;
    }
    .computer-service__content img {
        float: none;
    }
    .brands {
        width: 33.333333%;
    }
}

@media (max-width: 575px) {
    .site-body .section {
        padding: 20px 0;
    }
    .container,
    ._container {
        width: 100% !important;
        padding: 0 15px;
    }
    ._masters__wrapper {
        margin: 0 -10px;
    }
    ._masters__wrapper  ._master {
        max-width: 50%;
        flex: 0 0 50%;
        padding: 15px 10px;
    }
    ._masters__wrapper  ._master__img {
        height: auto;
        width: 100%;
    }
    .section .districts-title {
        font-size: 28px;
        line-height: 38px;
    }
    .districts {
        display: block !important;
        column-count: 2;
    }
    .districts .district-item {
        width: auto;
        font-size: 14px;
        line-height: 30px;
    }
    .computer-service h2 {
        font-size: 32px;
        margin-bottom: 25px;
    }
    .entry .service-praises {
        font-size: 30px;
    }
    /*.mod-advantages .advantage_item {
        width: 100%;
        flex: 0 0 100%;
    }*/
    .h1-title {
        margin: 30px 0;
    }
    #callback-form-modal .btn, #callback-form-modal2 .btn {
        width: 100%;
    }
    .modal-dialog {
        margin: 30px 10px;
    }
    .brands {
        width: 50%;
    }
    .half-table tr {
        display: flex;
    }
    .half-table tbody td:nth-child(2),
    .half-table tbody td:nth-child(1),
    .half-table thead th:nth-child(1),
    .half-table thead th:nth-child(2) {
        width: 50%;
    }
  .site-body .h1-title {
      margin-top: 0;
  }
}

 .faq-section {
            width: 100%;
            max-width: 800px;
            margin: 0 auto;
        }
        .faq-question {
            cursor: pointer;
            padding: 10px;
            margin-bottom: 5px;
            background-color: #f1f1f1;
            border: 1px solid #ddd;
position: relative;
        }

.faq-question::after {
 content: "+";
 position: absolute;
 right: 15px;
 font-size: 20px;
 font-weight: bold;
}

.faq-question.open::after {
 content: "-";
}

        .faq-answer {
            display: none;
            padding: 10px;
            border-left: 3px solid #007bff;
            border-right: 1px solid #ddd;
            border-bottom: 1px solid #ddd;
        }

.content-image {
    display: block; /* Превращает изображения в блочные элементы */
    margin: 10px auto; /* Задает отступы по 10px сверху и снизу, а по горизонтали автоматически центрирует */
}

.table-params {
  border-collapse: separate; /* Раздельные границы */
  border-spacing: 0; /* Убираем отступы между ячейками */
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  border: 1px solid #ddd;
}

.table-params th,
.table-params td {
  text-align: left;
  padding: 8px;
  border: 1px solid #ddd; /* Добавляем границы к ячейкам */
}

.table-params th {
  background-color: #f2f2f2;
}
.table-price {
    width: 100%;
    border-collapse: separate;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 20px;
    table-layout: auto; /* Автоматическая ширина столбцов */
}

.table-price th,
.table-price td {
    padding: 12px 15px;
    text-align: left;
    border: 1px solid #ddd;
    white-space: nowrap; /* Отключение переноса строк */
}

.table-price th {
    font-weight: bold;
    color: #7A3F88;
}

.table-price tbody tr:nth-child(even) {
    background-color: #eeeeee;
}

.table-price tbody tr:hover td {
    background-color: #7A3F88;
    color: #ffffff;
}
.table-price tbody tr:hover td a {
    color: #ffffff !important; /* Принудительно устанавливаем белый цвет для ссылок */
}

/* Установим фиксированные ширины для столбцов на больших экранах */
.table-price th:first-child,
.table-price td:first-child {
    width: 90%; /* Ширина первого столбца */
}

.table-price th:last-child,
.table-price td:last-child {
    width: 10%; /* Ширина второго столбца */
}

/* Медиа-запрос для мобильных устройств */
@media (max-width: 600px) {
    .table-price th,
    .table-price td {
        padding: 8px 10px; /* Уменьшение отступов для мобильных устройств */
        white-space: normal; /* Разрешение переноса строк */
    }

    .table-price th:first-child,
    .table-price td:first-child {
        width: 70%; /* Ширина первого столбца для мобильных устройств */
    }

    .table-price th:last-child,
    .table-price td:last-child {
        width: 30%; /* Ширина второго столбца для мобильных устройств */
    }
}

.mobile-fixed {
	display: none;
	background: #eee;
	box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: center;
	font-size: 20px;
	color: #222;
	position: fixed;
	width: 100%;
	z-index: 40;
	top: 0;
}
.mobile-fixed p {
	margin: 0;
}
.mobile-fixed a {
	color: #222;
	border-bottom: 1px dotted;
}

.callback-bt{display:none !important; cursor: pointer;}

@media screen and (max-width: 514px) {
	.callback-bt, i.fa.fa-phone{display:block !important;}
	.callback-bt {
		background:#62b63f;
		border:2px solid #62b63f;
		border-radius:50%;
		box-shadow:0 8px 10px rgba(98,182,63,0.3);
		cursor:pointer;
		height:68px;
		text-align:center;
		width:68px;
		position: fixed;
		right: 3%;
		bottom: 3%;
		z-index:999;
		transition:.3s;
		-webkit-animation:hoverWave linear 1s infinite;
		animation:hoverWave linear 1s infinite;
		overflow: hidden;
	}
	.callback-bt .text-call{
			height:68px;
			width:68px;        
			border-radius:50%;
			position:relative;
			overflow:hidden;
	}

	.callback-bt .text-call span {
		text-align: center;
		color:#62b63f;
		opacity: 0;
		font-size: 0;
			position:absolute;
			right: 4px;
			top: 22px;
		line-height: 14px;
			font-weight: 600;
		text-transform: uppercase;
		transition: opacity .3s linear;
		font-family: 'montserrat', Arial, Helvetica, sans-serif;
	}

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

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

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

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

	/* animations icon */

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

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

	.callback-bt a{position:absolute;left:0;top:0;width:100%;height:100%;}
}
 .brand-list {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.brand-list li {
    width: 10%;
    padding: 5px;
    box-sizing: border-box;
}
.brand-list a {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 5px;
    background-color: #f0f0f0;
    border-radius: 5px;
    text-align: center;
    font-size: 14px;
}
.brand-list a:hover {
    background-color: #e0e0e0;
}
@media (max-width: 1200px) {
    .brand-list li {
        width: 20%;
    }
}
@media (max-width: 600px) {
    .brand-list li {
        width: 33.33%;
    }
}
@media (max-width: 400px) {
    .brand-list li {
        width: 50%;
    }
}

  .hp-repair-models {
    margin: 30px auto;
    max-width: 1200px;
    padding: 0 15px;
    font-family: Arial, sans-serif;
  }
  
  .models-title {
    color: #2c3e50;
    font-size: 1.4rem;
    margin-bottom: 25px;
    text-align: center;
  }
  
  .models-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
    justify-content: center;
  }
  
  .model-category {
    background: #f9f9f9;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
  }
  
  .model-series {
    font-weight: bold;
    color: #e74c3c;
    margin-bottom: 10px;
    font-size: 1.1rem;
    padding-bottom: 5px;
    border-bottom: 1px solid #eee;
  }
  
  .model-list {
    list-style: none;
    padding-left: 0;
    margin: 0;
  }
  
  .model-list li {
    padding: 6px 0;
    position: relative;
    padding-left: 20px;
    line-height: 1.4;
  }
  
  .model-list li:before {
    content: "→";
    color: #3498db;
    position: absolute;
    left: 0;
    font-size: 0.9em;
  }
  
  .models-footer {
    text-align: center;
    margin-top: 30px;
  }
  
  .all-models {
    font-style: italic;
    margin-bottom: 15px;
    color: #7f8c8d;
  }
  
  .check-model-button {
    background: #3498db;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 1rem;
    transition: all 0.3s;
    display: inline-block;
  }
  
  .check-model-button:hover {
    background: #2980b9;
    transform: translateY(-2px);
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
  }
  
  /* Адаптация под разные экраны */
  @media (max-width: 768px) {
    .models-grid {
      grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
      gap: 15px;
    }
  }
  
  @media (max-width: 480px) {
    .models-grid {
      grid-template-columns: 1fr;
    }
    
    .model-category {
      padding: 12px;
    }
    
    .models-title {
      font-size: 1.2rem;
    }
    
    .check-model-button {
      width: 100%;
      padding: 15px;
    }
  }
.printer-issues-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.issue-category {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 3px 15px rgba(0,0,0,0.1);
}

.category-header {
  padding: 18px 35px;
  border-left: 4px solid;
}

.category-title {
  color: #333;
  margin: 0;
  font-size: 1.25em;
  display: flex;
  align-items: center;
  gap: 15px;
}

.category-title i {
  font-size: 1.4em;
  color: #666;
  width: 35px;
 margin-left: 15px;
}

.issues-columns {
  padding: 15px 25px 25px;
}

.issues-list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 1;
}

.issues-list li {
  padding: 10px 0;
  position: relative;
  padding-left: 30px;
  line-height: 1.5;
  break-inside: avoid;
}

.issues-list li:before {
  content: "•";
  color: #7A3F88;
  position: absolute;
  left: 12px;
  font-size: 1.6em;
  line-height: 0.8;
}

@media (max-width: 992px) {
  .printer-issues-container {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .category-header {
    padding: 15px 30px;
  }
  
  .issues-columns {
    padding: 10px 20px 20px;
  }
category-title i {
    margin-left: 10px; /* Новое свойство */
  }
}

@media (max-width: 768px) {
  .issues-list li {
    padding-left: 25px;
  }
  
  .issues-list li:before {
    left: 8px;
  }
  
  .category-title {
    font-size: 1.1em;
    gap: 12px;
  }
  
  .category-title i {
    font-size: 1.2em;
    width: 30px;
    margin-left: 10px; /* Новое свойство */
  
  }
}

      /* Cookie Banner Styles */
          .cookie-banner {
  position: fixed;
    bottom: 0;
    left: 50%;
    width: 95%;
    max-width: 960px;
    background: #2c3e50;
    background: linear-gradient(135deg, #2c3e50 0%, #34495e 100%);
    color: #ffffff;
    padding: 10px 15px;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transform: translate(-50%, 100%);
    transition: transform 0.3s ease-in-out;
    border-top: 2px solid #3498db;
    border-radius: 6px 6px 0 0;
    font-size: 12px;
        }

        .cookie-banner.show {
             transform: translate(-50%, 0);
        }

        .cookie-banner-content {
            display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
        }

        .cookie-text {
            flex: 1;
    min-width: 200px;
    font-size: 12px;
    margin: 0;
    line-height: 1.4;
        }

        .cookie-text a {
            color: #5dade2;
    text-decoration: underline;
    font-size: 12px;
        }

        .cookie-text a:hover {
            color: #5dade2;
        }

        .cookie-buttons {
         display: flex;
    gap: 8px;
        }

        .cookie-btn {
           padding: 6px 12px;
    border: none;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    min-width: auto;
    font-weight: 500;
        }

        .cookie-btn-accept {
            background: #27ae60;
            color: white;
        }

        .cookie-btn-accept:hover {
           background: #2ecc71;
        }

        .cookie-btn-decline {
               background: transparent;
    color: #bdc3c7;
    border: 1px solid #7f8c8d;
        }

        .cookie-btn-decline:hover {
            background: #7f8c8d;
            color: white;
            transform: translateY(-1px);
        }

        /* Close icon */
        .cookie-close {
            position: absolute;
    top: 5px;
    right: 10px;
    background: none;
    border: none;
    color: #bdc3c7;
    font-size: 16px;
    cursor: pointer;
    padding: 2px;
        }

        .cookie-close:hover {
            color: #ffffff;
        }

/* Responsive design */
@media (max-width: 768px) {
    .cookie-banner {
        padding: 8px 12px;
    }

    .cookie-banner-content {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .cookie-text {
        text-align: center;
        font-size: 12px;
        line-height: 1.4;
        margin: 0;
    }

    .cookie-buttons {
        flex-direction: row;
        justify-content: center;
        gap: 8px;
        flex-wrap: nowrap;
    }

    .cookie-btn {
        padding: 6px 12px;
        font-size: 12px;
        min-width: auto;
        max-width: none;
        flex: none;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .cookie-text {
        font-size: 11px;
    }

    .cookie-btn {
        font-size: 11px;
        padding: 5px 10px;
    }

    .cookie-buttons {
        flex-wrap: nowrap;
        gap: 6px;
    }
}

.cookie-banner-minimal {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background: #f8f9fa;
    color: #333;
    padding: 8px 16px;
    font-size: 12px;
    border-radius: 6px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 9999;
    max-width: 90%;
    text-align: center;
    line-height: 1.4;
}
.cookie-banner-minimal a {
    color: #007bff;
    text-decoration: underline;
}
.cookie-banner-minimal a:hover {
    color: #0056b3;
}
.cookie-close {
    position: absolute;
    top: 4px;
    right: 8px;
    background: none;
    border: none;
    color: #888;
    font-size: 16px;
    cursor: pointer;
}
.cookie-close:hover {
    color: #000;
}


   /* repair-benefits.css */
        .repair-benefits-section {
            padding: 60px 0;
            background: transparent;
            position: relative;
        }

        .repair-benefits-wrapper {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
            position: relative;
            z-index: 1;
        }

        .repair-benefits-title {
            text-align: center;
            font-size: 2.5rem;
            font-weight: 700;
            color: #1a365d;
            margin-bottom: 3rem;
            position: relative;
        }

        .repair-benefits-title::after {
            content: '';
            position: absolute;
            bottom: -15px;
            left: 50%;
            transform: translateX(-50%);
            width: 80px;
            height: 4px;
            background: linear-gradient(90deg, #3182ce, #63b3ed);
            border-radius: 2px;
        }

        .repair-benefits-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
            gap: 2rem;
            margin-top: 0rem;
        }

        .repair-benefit-item {
    background: white;
    padding: 2.5rem 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.8);
    animation: fadeInUp 0.6s ease forwards;

    /* Новые свойства для центрирования содержимого */
    display: flex;
    flex-direction: column;
    align-items: center; /* Центрирует иконку, заголовок и текст */
    text-align: center; /* Центрирует текст */
}


        .repair-benefit-item::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 4px;
            background: linear-gradient(90deg, #3182ce, #63b3ed, #90cdf4);
            opacity: 0;
            transition: opacity 0.3s ease;
        }

        .repair-benefit-item:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
        }

        .repair-benefit-item:hover::before {
            opacity: 1;
        }

        .repair-benefit-icon-circle {
            width: 70px !important;
            height: 70px !important;
            background: linear-gradient(135deg, #3182ce, #63b3ed) !important;
            border-radius: 50% !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            margin-bottom: 1.5rem !important;
            transition: all 0.3s ease !important;
            flex-shrink: 0 !important;
            position: relative !important;
            box-sizing: border-box !important;
        }

        .repair-benefit-item:hover .repair-benefit-icon-circle {
            transform: scale(1.1);
            box-shadow: 0 10px 20px rgba(49, 130, 206, 0.3);
        }

        .repair-benefit-svg {
            width: 32px !important;
            height: 32px !important;
            color: white !important;
            flex-shrink: 0 !important;
            display: block !important;
            stroke: white !important;
            fill: none !important;
        }

        .repair-benefit-name {
            font-size: 1.5rem;
            font-weight: 600;
            color: #1a365d;
            margin-bottom: 1rem;
            line-height: 1.3;
        }

        .repair-benefit-text {
            font-size: 1rem;
            line-height: 1.6;
            color: #4a5568;
            margin: 0;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .repair-benefits-section {
                padding: 40px 0;
            }

            .repair-benefits-wrapper {
                padding: 0 15px;
            }

            .repair-benefits-title {
                font-size: 2rem;
                margin-bottom: 2rem;
            }

            .repair-benefits-grid {
                grid-template-columns: 1fr;
                gap: 1.5rem;
                margin-top: 2rem;
            }

            .repair-benefit-item {
                padding: 2rem 1.5rem;
                border-radius: 15px;
            }

            .repair-benefit-icon-circle {
                width: 60px !important;
                height: 60px !important;
                margin-bottom: 1rem !important;
            }

            .repair-benefit-svg {
                width: 28px !important;
                height: 28px !important;
            }

            .repair-benefit-name {
                font-size: 1.3rem;
                margin-bottom: 0.8rem;
            }

            .repair-benefit-text {
                font-size: 0.95rem;
            }
        }

        @media (max-width: 480px) {
            .repair-benefits-section {
                padding: 30px 0;
            }

            .repair-benefits-title {
                font-size: 1.8rem;
            }

            .repair-benefit-item {
                padding: 1.5rem 1rem;
            }

            .repair-benefits-grid {
                gap: 1rem;
            }
        }

        /* Animation for cards appearing */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(30px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .repair-benefit-item {
            animation: fadeInUp 0.6s ease forwards;
        }

        .repair-benefit-item:nth-child(1) { animation-delay: 0.1s; }
        .repair-benefit-item:nth-child(2) { animation-delay: 0.2s; }
        .repair-benefit-item:nth-child(3) { animation-delay: 0.3s; }
        .repair-benefit-item:nth-child(4) { animation-delay: 0.4s; }
        .repair-benefit-item:nth-child(5) { animation-delay: 0.5s; }
        .repair-benefit-item:nth-child(6) { animation-delay: 0.6s; }

.bg-gray { background: #f8f9fa; }
        
   
     
        
        .gridus { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 30px; margin-top: 30px; }
        .card { background: white; padding: 25px; border-radius: 10px; box-shadow: 0 5px 15px rgba(0,0,0,0.1); border-left: 4px solid #e73c00; }
        
        .price-calculator { background: white; padding: 30px; border-radius: 15px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); }
        .form-group { margin-bottom: 20px; }
        .form-group label { display: block; margin-bottom: 8px; font-weight: bold; }
        .form-group select, .form-group input { width: 100%; padding: 12px; border: 2px solid #ddd; border-radius: 8px; }
        .lenovo-btn { background: #e73c00; color: white; padding: 12px 30px; border: none; border-radius: 8px; cursor: pointer; font-size: 16px; transition: background 0.3s; }
        .lenovo-btn:hover { background: #c73000; }
        
        .diagnostic-tool { background: #fff3e0; padding: 25px; border-radius: 10px; margin-top: 30px; }
        .symptoms { display: none; margin-top: 20px; }
        .symptoms.active { display: block; }
        .symptom-item { padding: 10px; margin: 10px 0; background: white; border-radius: 5px; cursor: pointer; border: 2px solid transparent; }
        .symptom-item:hover { border-color: #e73c00; }
        .symptom-item.selected { background: #e73c00; color: white; }
        
        .parts-compatibility { overflow-x: auto; }
        .compatibility-table { width: 100%; border-collapse: collapse; margin-top: 20px; }
        .compatibility-table th, .compatibility-table td { padding: 12px; border: 1px solid #ddd; text-align: left; }
        .compatibility-table th { background: #e73c00; color: white; }
        .compatibility-table tr:nth-child(even) { background: #f9f9f9; }
        
        .timeline { position: relative; padding-left: 30px; }
        .timeline::before { content: ''; position: absolute; left: 15px; top: 0; bottom: 0; width: 2px; background: #e73c00; }
        .timeline-item { position: relative; margin-bottom: 30px; padding-left: 30px; }
        .timeline-item::before { content: ''; position: absolute; left: -38px; top: 5px; width: 12px; height: 12px; background: #e73c00; border-radius: 50%; }
        
        .warning-box { background: #fff3cd; border: 1px solid #ffeaa7; border-radius: 8px; padding: 15px; margin: 20px 0; }
        .warning-box h4 { color: #856404; margin-bottom: 10px; }
        
        .price-result { background: #d4edda; border: 1px solid #c3e6cb; padding: 20px; margin-top: 20px; border-radius: 8px; display: none; }
        
        @media (max-width: 768px) {
            .hero h1 { font-size: 2em; }
            .gridus { grid-template-columns: 1fr; }
        }

/* Для поля “Ваше имя” (иконка user-input.svg) */
.field-callbackform-name .group-input-wrapper .form-control {
  padding-left: 2.5em; /* примерно 40px — подогнать по размеру иконки + отступ */
}

/* Для поля “Телефон” (иконка phone-input.svg) */
.field-callbackform-phone .group-input-wrapper .form-control {
  padding-left: 2.5em; /* тоже около 40px, можно чуть меньше/больше */
}

