

/* Start:/local/templates/mainTpl/css/styles.css?152072127150325*/
/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
* {
  -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: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857;
  color: #333333;
  background-color: #fff; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #337ab7;
  text-decoration: none; }
  a:hover, a:focus {
    color: #23527c;
    text-decoration: underline; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  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;
  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; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.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: 15px;
  padding-right: 15px; }

.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-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@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-1 {
    width: 8.33333%; }

  .col-sm-2 {
    width: 16.66667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333%; }

  .col-sm-5 {
    width: 41.66667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333%; }

  .col-sm-8 {
    width: 66.66667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333%; }

  .col-sm-11 {
    width: 91.66667%; }

  .col-sm-12 {
    width: 100%; }

  .col-sm-pull-0 {
    right: auto; }

  .col-sm-pull-1 {
    right: 8.33333%; }

  .col-sm-pull-2 {
    right: 16.66667%; }

  .col-sm-pull-3 {
    right: 25%; }

  .col-sm-pull-4 {
    right: 33.33333%; }

  .col-sm-pull-5 {
    right: 41.66667%; }

  .col-sm-pull-6 {
    right: 50%; }

  .col-sm-pull-7 {
    right: 58.33333%; }

  .col-sm-pull-8 {
    right: 66.66667%; }

  .col-sm-pull-9 {
    right: 75%; }

  .col-sm-pull-10 {
    right: 83.33333%; }

  .col-sm-pull-11 {
    right: 91.66667%; }

  .col-sm-pull-12 {
    right: 100%; }

  .col-sm-push-0 {
    left: auto; }

  .col-sm-push-1 {
    left: 8.33333%; }

  .col-sm-push-2 {
    left: 16.66667%; }

  .col-sm-push-3 {
    left: 25%; }

  .col-sm-push-4 {
    left: 33.33333%; }

  .col-sm-push-5 {
    left: 41.66667%; }

  .col-sm-push-6 {
    left: 50%; }

  .col-sm-push-7 {
    left: 58.33333%; }

  .col-sm-push-8 {
    left: 66.66667%; }

  .col-sm-push-9 {
    left: 75%; }

  .col-sm-push-10 {
    left: 83.33333%; }

  .col-sm-push-11 {
    left: 91.66667%; }

  .col-sm-push-12 {
    left: 100%; }

  .col-sm-offset-0 {
    margin-left: 0%; }

  .col-sm-offset-1 {
    margin-left: 8.33333%; }

  .col-sm-offset-2 {
    margin-left: 16.66667%; }

  .col-sm-offset-3 {
    margin-left: 25%; }

  .col-sm-offset-4 {
    margin-left: 33.33333%; }

  .col-sm-offset-5 {
    margin-left: 41.66667%; }

  .col-sm-offset-6 {
    margin-left: 50%; }

  .col-sm-offset-7 {
    margin-left: 58.33333%; }

  .col-sm-offset-8 {
    margin-left: 66.66667%; }

  .col-sm-offset-9 {
    margin-left: 75%; }

  .col-sm-offset-10 {
    margin-left: 83.33333%; }

  .col-sm-offset-11 {
    margin-left: 91.66667%; }

  .col-sm-offset-12 {
    margin-left: 100%; } }
@media (min-width: 992px) {
  .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-1 {
    width: 8.33333%; }

  .col-md-2 {
    width: 16.66667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333%; }

  .col-md-5 {
    width: 41.66667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333%; }

  .col-md-8 {
    width: 66.66667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333%; }

  .col-md-11 {
    width: 91.66667%; }

  .col-md-12 {
    width: 100%; }

  .col-md-pull-0 {
    right: auto; }

  .col-md-pull-1 {
    right: 8.33333%; }

  .col-md-pull-2 {
    right: 16.66667%; }

  .col-md-pull-3 {
    right: 25%; }

  .col-md-pull-4 {
    right: 33.33333%; }

  .col-md-pull-5 {
    right: 41.66667%; }

  .col-md-pull-6 {
    right: 50%; }

  .col-md-pull-7 {
    right: 58.33333%; }

  .col-md-pull-8 {
    right: 66.66667%; }

  .col-md-pull-9 {
    right: 75%; }

  .col-md-pull-10 {
    right: 83.33333%; }

  .col-md-pull-11 {
    right: 91.66667%; }

  .col-md-pull-12 {
    right: 100%; }

  .col-md-push-0 {
    left: auto; }

  .col-md-push-1 {
    left: 8.33333%; }

  .col-md-push-2 {
    left: 16.66667%; }

  .col-md-push-3 {
    left: 25%; }

  .col-md-push-4 {
    left: 33.33333%; }

  .col-md-push-5 {
    left: 41.66667%; }

  .col-md-push-6 {
    left: 50%; }

  .col-md-push-7 {
    left: 58.33333%; }

  .col-md-push-8 {
    left: 66.66667%; }

  .col-md-push-9 {
    left: 75%; }

  .col-md-push-10 {
    left: 83.33333%; }

  .col-md-push-11 {
    left: 91.66667%; }

  .col-md-push-12 {
    left: 100%; }

  .col-md-offset-0 {
    margin-left: 0%; }

  .col-md-offset-1 {
    margin-left: 8.33333%; }

  .col-md-offset-2 {
    margin-left: 16.66667%; }

  .col-md-offset-3 {
    margin-left: 25%; }

  .col-md-offset-4 {
    margin-left: 33.33333%; }

  .col-md-offset-5 {
    margin-left: 41.66667%; }

  .col-md-offset-6 {
    margin-left: 50%; }

  .col-md-offset-7 {
    margin-left: 58.33333%; }

  .col-md-offset-8 {
    margin-left: 66.66667%; }

  .col-md-offset-9 {
    margin-left: 75%; }

  .col-md-offset-10 {
    margin-left: 83.33333%; }

  .col-md-offset-11 {
    margin-left: 91.66667%; }

  .col-md-offset-12 {
    margin-left: 100%; } }
@media (min-width: 1200px) {
  .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-1 {
    width: 8.33333%; }

  .col-lg-2 {
    width: 16.66667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333%; }

  .col-lg-5 {
    width: 41.66667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333%; }

  .col-lg-8 {
    width: 66.66667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333%; }

  .col-lg-11 {
    width: 91.66667%; }

  .col-lg-12 {
    width: 100%; }

  .col-lg-pull-0 {
    right: auto; }

  .col-lg-pull-1 {
    right: 8.33333%; }

  .col-lg-pull-2 {
    right: 16.66667%; }

  .col-lg-pull-3 {
    right: 25%; }

  .col-lg-pull-4 {
    right: 33.33333%; }

  .col-lg-pull-5 {
    right: 41.66667%; }

  .col-lg-pull-6 {
    right: 50%; }

  .col-lg-pull-7 {
    right: 58.33333%; }

  .col-lg-pull-8 {
    right: 66.66667%; }

  .col-lg-pull-9 {
    right: 75%; }

  .col-lg-pull-10 {
    right: 83.33333%; }

  .col-lg-pull-11 {
    right: 91.66667%; }

  .col-lg-pull-12 {
    right: 100%; }

  .col-lg-push-0 {
    left: auto; }

  .col-lg-push-1 {
    left: 8.33333%; }

  .col-lg-push-2 {
    left: 16.66667%; }

  .col-lg-push-3 {
    left: 25%; }

  .col-lg-push-4 {
    left: 33.33333%; }

  .col-lg-push-5 {
    left: 41.66667%; }

  .col-lg-push-6 {
    left: 50%; }

  .col-lg-push-7 {
    left: 58.33333%; }

  .col-lg-push-8 {
    left: 66.66667%; }

  .col-lg-push-9 {
    left: 75%; }

  .col-lg-push-10 {
    left: 83.33333%; }

  .col-lg-push-11 {
    left: 91.66667%; }

  .col-lg-push-12 {
    left: 100%; }

  .col-lg-offset-0 {
    margin-left: 0%; }

  .col-lg-offset-1 {
    margin-left: 8.33333%; }

  .col-lg-offset-2 {
    margin-left: 16.66667%; }

  .col-lg-offset-3 {
    margin-left: 25%; }

  .col-lg-offset-4 {
    margin-left: 33.33333%; }

  .col-lg-offset-5 {
    margin-left: 41.66667%; }

  .col-lg-offset-6 {
    margin-left: 50%; }

  .col-lg-offset-7 {
    margin-left: 58.33333%; }

  .col-lg-offset-8 {
    margin-left: 66.66667%; }

  .col-lg-offset-9 {
    margin-left: 75%; }

  .col-lg-offset-10 {
    margin-left: 83.33333%; }

  .col-lg-offset-11 {
    margin-left: 91.66667%; }

  .col-lg-offset-12 {
    margin-left: 100%; } }
ul, li, h1, h2, h3 {
  padding: 0;
  margin: 0; }

li {
  list-style-type: none; }

.bg-transparent {
  background-color: transparent; }

.pos-rel {
  position: relative; }

.no-padding {
  padding: 0 !important; }

.no-pr {
  padding-right: 0; }

.no-pl {
  padding-left: 0; }

.no-margin {
  margin: 0 !important; }

.align-center {
  text-align: center; }

.align-left {
  text-align: left; }

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

.inline-block-justifyer-wrp {
  text-align: justify; }

.inline-block-justifyer-wrp-left {
  text-align: left; }

.inline-block-justifyer-wrp-right {
  text-align: right; }

.inline-block-justifyer-wrp-center {
  text-align: center; }

.inline-block-justifyer-wrp:before {
  content: '';
  display: block;
  width: 100%; }

.inline-block-justifyer-wrp:after {
  content: '';
  display: inline-block;
  width: 100%; }

.inline-block-justifyer-item {
  display: inline-block;
  position: relative;
  top: 0; }

.display-table {
  display: table; }

.display-table-cell {
  display: table-cell; }

.overflow-hidden {
  overflow: hidden; }

@font-face {
  font-family: 'Lobster';
  src: url("/local/templates/mainTpl/css/../fonts/Lobster-Regular/Lobster-Regular.eot");
  src: local("Lobster"), local("Lobster-Regular"), url("/local/templates/mainTpl/css/../fonts/Lobster-Regular/Lobster-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/mainTpl/css/../fonts/Lobster-Regular/Lobster-Regular.woff2") format("woff2"), url("/local/templates/mainTpl/css/../fonts/Lobster-Regular/Lobster-Regular.woff") format("woff"), url("/local/templates/mainTpl/css/../fonts/Lobster-Regular/Lobster-Regular.ttf") format("truetype"), url("/local/templates/mainTpl/css/../fonts/Lobster-Regular/Lobster-Regular.svg#Lobster-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Arsenal';
  src: url("/local/templates/mainTpl/css/../fonts/Arsenal-Regular/Arsenal-Regular.eot");
  src: local("Arsenal Regular"), local("Arsenal-Regular"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Regular/Arsenal-Regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Regular/Arsenal-Regular.woff2") format("woff2"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Regular/Arsenal-Regular.woff") format("woff"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Regular/Arsenal-Regular.ttf") format("truetype"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Regular/Arsenal-Regular.svg#Arsenal-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Arsenal';
  src: url("/local/templates/mainTpl/css/../fonts/Arsenal-Italic/Arsenal-Italic.eot");
  src: local("Arsenal Italic"), local("Arsenal-Italic"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Italic/Arsenal-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Italic/Arsenal-Italic.woff2") format("woff2"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Italic/Arsenal-Italic.woff") format("woff"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Italic/Arsenal-Italic.ttf") format("truetype"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Italic/Arsenal-Italic.svg#Arsenal-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }
@font-face {
  font-family: 'Arsenal';
  src: url("/local/templates/mainTpl/css/../fonts/Arsenal-BoldItalic/Arsenal-BoldItalic.eot");
  src: local("Arsenal Bold Italic"), local("Arsenal-BoldItalic"), url("/local/templates/mainTpl/css/../fonts/Arsenal-BoldItalic/Arsenal-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/mainTpl/css/../fonts/Arsenal-BoldItalic/Arsenal-BoldItalic.woff2") format("woff2"), url("/local/templates/mainTpl/css/../fonts/Arsenal-BoldItalic/Arsenal-BoldItalic.woff") format("woff"), url("/local/templates/mainTpl/css/../fonts/Arsenal-BoldItalic/Arsenal-BoldItalic.ttf") format("truetype"), url("/local/templates/mainTpl/css/../fonts/Arsenal-BoldItalic/Arsenal-BoldItalic.svg#Arsenal-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }
@font-face {
  font-family: 'Arsenal';
  src: url("/local/templates/mainTpl/css/../fonts/Arsenal-Bold/Arsenal-Bold.eot");
  src: local("Arsenal Bold"), local("Arsenal-Bold"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Bold/Arsenal-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Bold/Arsenal-Bold.woff2") format("woff2"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Bold/Arsenal-Bold.woff") format("woff"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Bold/Arsenal-Bold.ttf") format("truetype"), url("/local/templates/mainTpl/css/../fonts/Arsenal-Bold/Arsenal-Bold.svg#Arsenal-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  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-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-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/** common styles **/
body {
  font-family: 'Arsenal';
  font-size: 18px;
  color: #333333; }

img {
  max-width: 100%;
  max-height: 100%; }

ul, li {
  list-style-type: none; }

a {
  color: #000; }
  a:hover {
    color: #000; }

.wrp-main {
  background: #fff; }

.btn-red {
  background: #ea3b38;
  color: #fff;
  font-size: 20px;
  display: inline-block;
  padding: 5px 38px 10px 38px;
  border: 1px solid #ea3b38;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }
  .btn-red:hover {
    background: #fff;
    color: #ea3b38; }

header {
  position: relative;
  padding: 10px 0;
  background: #fff;
  height: 115px;
  z-index: 2; }
  header:after {
    content: "";
    position: absolute;
    bottom: -8px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent url(/local/templates/mainTpl/css/../img/rushka-w-b.png) repeat-x 0 100%; }
  header .logo__img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px; }
  header .logo__text {
    display: inline-block;
    vertical-align: middle; }
    header .logo__text__title, header .contacts__item {
      display: block;
      font-family: 'Lobster';
      font-size: 28px;
      line-height: 28px;
      color: #ea3b38;
      text-transform: uppercase;
      text-decoration: none; }
    header .logo__text__slogan {
      display: block;
      text-decoration: none; }
  header .contacts {
    padding-top: 19px; }
    header .contacts__item__note {
      font-family: 'Arsenal';
      font-size: 18px;
      color: #000;
      text-transform: none; }

.main-content {
  position: relative;
  background: #fff; }

.slider-main {
  height: 460px;
  width: 100%; }
  .slider-main a:hover {
    text-decoration: none; }
  .slider-main__item__wrp {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px 20px 20px 0;
    position: relative; }
    .slider-main__item__wrp:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 100%;
      width: 9999px;
      background-color: rgba(255, 255, 255, 0.8); }
  .slider-main .vertical-middle {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .slider-main__item {
    height: 500px;
    display: block;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
    .slider-main__item__title {
      color: #ea3b38;
      font-size: 40px;
      line-height: 42px;
      text-transform: uppercase;
      font-family: 'Lobster';
      padding-bottom: 10px; }
    .slider-main__item__text {
      color: #ea3b38;
      font-size: 30px;
      line-height: 34px; }

.form-order {
  position: relative;
  background: #ea3b38;
  height: 115px;
  padding-top: 20px; }
  .form-order:before {
    content: "";
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    height: 10px;
    background: transparent url(/local/templates/mainTpl/css/../img/rushka-r-t.png) repeat-x 0 100%; }
  .form-order__title {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    font-family: 'Lobster';
    font-size: 28px;
    color: #fff;
    position: relative; }
    .form-order__title__note {
      font-family: 'Arsenal';
      font-size: 18px; }
      .form-order__title__note span {
        color: #ffd800; }
    .form-order__title:after {
      content: "";
      position: absolute;
      right: 30px;
      top: 25px;
      width: 34px;
      height: 20px;
      background: url(/local/templates/mainTpl/css/../img/arrow-w.png) no-repeat 0 0; }
  .form-order__fields {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    text-align: right; }
    .form-order__fields .input {
      border: none;
      background: #fff;
      color: #909090;
      height: 40px;
      width: 270px;
      margin-right: 30px;
      padding: 0 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
    .form-order__fields button {
      background: transparent;
      color: #fff;
      font-size: 18px;
      text-transform: uppercase;
      height: 40px;
      border: 1px solid #fff;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px;
      padding: 5px 15px; }
      .form-order__fields button:hover {
        background: #fff;
        color: #ea3b38; }

.menu-top {
  background: #c5df47;
  text-align: center;
  position: relative; }
  .menu-top li {
    display: inline-block; }
    .menu-top li a {
      font-size: 20px;
      display: block;
      padding: 10px 10px 13px 10px; }

.sidebar {
  text-align: right;
  -webkit-box-shadow: 6px 0px 4px -4px #DDDDDD;
  -moz-box-shadow: 6px 0px 4px -4px #DDDDDD;
  -o-box-shadow: 6px 0px 4px -4px #DDDDDD;
  box-shadow: 6px 0px 4px -4px #DDDDDD; }

.side-full {
  width: 1200px;
  margin: 0 auto; }

.side-right {
  width: 900px;
  padding-left: 30px; }

.menu-side {
  width: 300px;
  display: inline-block;
  text-align: left; }
  .menu-side__title {
    font-family: 'Lobster';
    font-size: 40px;
    padding: 20px 0 25px 0; }
  .menu-side li a {
    display: block;
    padding: 5px;
    border: 2px solid transparent; }
  .menu-side li.parent:hover > a {
    border-color: #ea3b38;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    color: #ea3b38;
    position: relative; }
    .menu-side li.parent:hover > a:after {
      content: '';
      width: 10px;
      height: 10px;
      border: 2px solid #ea3b38;
      border-top: none;
      border-left: none;
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 10px;
      right: 20px; }
  .menu-side li ul {
    visibility: hidden;
    height: 0;
    padding: 0 0 0 20px; }
    .menu-side li ul a:hover {
      color: #ea3b38; }
  .menu-side li.opened ul {
    visibility: visible;
    height: auto; }

.infoside {
  background: #c5df47;
  padding: 20px 30px 25px 0;
  text-align: right; }
  .infoside .wrp-img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px; }
  .infoside .wrp-text {
    display: inline-block;
    vertical-align: middle;
    text-align: center; }
    .infoside .wrp-text .phone {
      font-family: 'Lobster';
      font-size: 28px; }
    .infoside .wrp-text .note {
      font-family: 'Arsenal';
      font-size: 18px;
      line-height: 18px; }
  .infoside .btn-red {
    margin-top: 10px; }

.services {
  padding: 50px 0; }
  .services__item {
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0px 0px 4px -3px #000;
    -moz-box-shadow: 0px 0px 4px -3px #000;
    -o-box-shadow: 0px 0px 4px -3px #000;
    box-shadow: 0px 0px 4px -3px #000;
    width: 100%;
    height: 165px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-family: 'Lobster';
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    position: relative;
    padding: 25px 10px 0px 10px;
    margin-bottom: 50px; }
    .services__item__price {
      color: #ea3b38;
      background: #fff url(/local/templates/mainTpl/css/../img/price-label.png) no-repeat 5px 50%;
      font-family: 'Arsenal';
      font-weight: bold;
      font-size: 15px;
      border: 1px solid #e8e8e8;
      border-right: none;
      height: 38px;
      position: absolute;
      top: -20px;
      left: -10px;
      padding: 7px 5px 0px 35px; }
      .services__item__price:before {
        content: "";
        position: absolute;
        bottom: -13px;
        left: -1px;
        width: 9px;
        height: 12px;
        background: url(/local/templates/mainTpl/css/../img/bg-serv-price-coner.png) no-repeat 0% 0%; }
      .services__item__price:after {
        content: "";
        position: absolute;
        top: 0;
        right: -7px;
        width: 7px;
        height: 36px;
        background: url(/local/templates/mainTpl/css/../img/bg-serv-price.png) no-repeat 50% 50%; }
    .services__item__img {
      margin-bottom: 5px; }
    .services__item__title {
      display: block;
      padding: 5px 15px;
      cursor: pointer;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      text-decoration: none; }
    .services__item:hover {
      border-color: #ea3b38; }
      .services__item:hover .services__item__price {
        color: #fff;
        border-color: #fff;
        background: #ea3b38 url(/local/templates/mainTpl/css/../img/price-label-w.png) no-repeat 5px 50%; }
        .services__item:hover .services__item__price:after {
          background: url(/local/templates/mainTpl/css/../img/bg-serv-price-h.png) no-repeat 50% 50%; }
        .services__item:hover .services__item__price:before {
          bottom: -13px;
          left: 0px;
          width: 9px;
          height: 12px;
          background: url(/local/templates/mainTpl/css/../img/bg-serv-price-coner-h.png) no-repeat 0% 0%; }
      .services__item:hover .services__item__title {
        color: #fff;
        background: #ea3b38;
        text-decoration: none; }

.doverie {
  background: url(/local/templates/mainTpl/css/../img/bg-advantages.jpg) no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding: 50px 0 50px 30px; }
  .doverie__item {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    padding: 0 10px; }
    .doverie__item .wrp-h {
      height: 90px; }
    .doverie__item__num {
      font-family: 'Lobster';
      font-size: 40px;
      line-height: 40px; }
    .doverie__item__title {
      font-family: 'Lobster';
      font-size: 20px;
      line-height: 20px; }
    .doverie__item__text {
      line-height: 20px; }

.shema-raboti {
  padding: 30px 0 50px 0;
  text-align: center; }
  .shema-raboti__title {
    color: #333;
    font-family: 'Lobster';
    font-size: 40px;
    text-align: left;
    margin-bottom: 30px; }
  .shema-raboti__item {
    display: inline-block;
    vertical-align: top;
    width: 185px;
    padding: 0 15px 0 15px;
    position: relative; }
    .shema-raboti__item:after {
      content: "";
      position: absolute;
      top: 40px;
      right: -20px;
      width: 22px;
      height: 12px;
      background: url(/local/templates/mainTpl/css/../img/shema-arrow.png) no-repeat 0 0; }
    .shema-raboti__item:last-child:after {
      content: none; }
    .shema-raboti__item__img {
      margin-bottom: 10px; }

.advantages {
  background: url(/local/templates/mainTpl/css/../img/bg-advantages.jpg) no-repeat 0% 50%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  padding: 40px 0 50px 30px; }
  .advantages .group {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  .advantages__title {
    font-family: 'Lobster';
    font-size: 40px;
    text-align: left;
    margin-bottom: 30px; }
  .advantages__item {
    margin-bottom: 20px; }
    .advantages__item__img {
      margin-bottom: 10px;
      display: inline-block;
      vertical-align: middle;
      width: 65px; }
    .advantages__item__text {
      display: inline-block;
      width: 295px;
      vertical-align: middle; }

.seo-full-line {
  padding: 30px 0 30px 0; }
  .seo-full-line .title {
    color: #333;
    font-family: 'Lobster';
    font-size: 40px;
    text-align: left;
    margin-bottom: 30px; }

.box-red-half {
  display: inline-block;
  vertical-align: top;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  position: relative;
  padding: 45px 15px 0 15px;
  margin-top: 45px;
  height: 530px;
  width: 100%; }
  .box-red-half.noimg {
    padding-top: 20px; }
  .box-red-half__img {
    position: absolute;
    top: -45px;
    left: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px; }
  .box-red-half__title {
    color: #ea3b38;
    font-family: 'Lobster';
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 30px;
    text-align: center; }
  .box-red-half__subtitle {
    font-family: 'Arsenal';
    font-weight: bold;
    margin-bottom: 20px; }
  .box-red-half li {
    background: url(/local/templates/mainTpl/css/../img/li-marker-red-circle.png) no-repeat 0 5px;
    min-height: 20px;
    padding: 0px 0 15px 30px; }

.form-order-big {
  text-align: center;
  border: 2px solid #ea3b38;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 0;
  text-align: center; }
  .form-order-big__title {
    font-family: 'Lobster';
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 40px; }
  .form-order-big__fields {
    display: block;
    text-align: center; }
    .form-order-big__fields .input {
      border: 1px solid #b1b1b1;
      display: inline-block;
      background: #fff;
      color: #909090;
      height: 40px;
      width: 250px;
      margin: 0 15px;
      padding: 0 10px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      -ms-border-radius: 5px;
      border-radius: 5px; }
  .form-order-big .btn-red {
    margin-top: 40px; }
  .form-order-big__note {
    background: transparent url("/local/templates/mainTpl/css/../img/present.png") left top no-repeat;
    padding: 10px 20px 0 70px;
    margin: 50px 55px 0 55px;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    min-height: 65px; }

.contacts-red {
  background: #ea3b38;
  color: #fff;
  padding: 30px 20px 20px 20px;
  margin: 80px 0 0px 0; }
  .contacts-red__title {
    font-family: 'Lobster';
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 5px; }
  .contacts-red__note {
    font-size: 20px; }
  .contacts-red .phone {
    font-family: 'Lobster';
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 10px; }
  .contacts-red .email {
    font-family: 'Lobster';
    font-size: 20px;
    line-height: 20px; }
  .contacts-red .group {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    position: relative; }
    .contacts-red .group:after {
      content: "";
      position: absolute;
      right: -60px;
      top: 25px;
      width: 34px;
      height: 20px;
      background: url(/local/templates/mainTpl/css/../img/arrow-w.png) no-repeat 0 0; }
  .contacts-red .group + .group {
    text-align: right; }
    .contacts-red .group + .group:after {
      content: none; }

#yaMap {
  width: 100%;
  height: 250px; }

footer {
  position: relative;
  background: #fff;
  padding: 40px 0 10px 0; }
  footer:before {
    content: "";
    background: transparent url(/local/templates/mainTpl/css/../img/rushka-w-t.png) repeat-x 0 0;
    position: absolute;
    top: -7px;
    left: 0;
    right: 0;
    height: 7px; }
  footer .logo__img {
    display: inline-block;
    vertical-align: middle;
    padding-right: 5px; }
  footer .logo__text {
    display: inline-block;
    vertical-align: middle; }
    footer .logo__text__title, footer .contacts__item {
      font-family: 'Lobster';
      font-size: 28px;
      line-height: 28px;
      color: #ea3b38;
      text-transform: uppercase; }
  footer .contacts {
    padding-top: 19px; }
    footer .contacts__item__note {
      font-family: 'Arsenal';
      font-size: 18px;
      color: #000;
      text-transform: none; }
  footer .address p {
    margin: 0 0 15px 0; }

.err {
  border: 1px solid #af0000 !important;
  color: #af0000 !important; }

.popup-form {
  text-align: center;
  padding: 30px 20px;
  border: 2px solid #ea3b38;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  width: 600px;
  background: #fff;
  overflow: hidden; }
  .popup-form .ftitle {
    font-family: 'Lobster';
    font-size: 30px;
    color: #000;
    text-transform: none;
    margin-bottom: 20px; }
  .popup-form .ffield {
    display: inline-block;
    vertical-align: top;
    width: 47%;
    padding: 0 2%; }
    .popup-form .ffield .input {
      background: #fff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      -o-box-shadow: none;
      box-shadow: none;
      border: 1px solid #b1b1b1;
      font-size: 20px;
      color: #b1b1b1;
      height: 44px;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      border-radius: 3px;
      padding: 0 15px;
      width: 100%; }
  .popup-form button {
    margin-top: 30px; }

.spacer-20 {
  height: 20px; }

.bcrumbs {
  padding: 35px 0 5px 0;
  margin-bottom: 30px;
  border-bottom: 1px solid #cdced3; }
  .bcrumbs li {
    display: inline-block;
    font-size: 20px;
    color: #909090; }
    .bcrumbs li a {
      text-decoration: none;
      color: #000;
      position: relative;
      margin-right: 24px; }
      .bcrumbs li a:after {
        content: "";
        width: 7px;
        height: 7px;
        border: 1px solid #000;
        border-top: none;
        border-left: none;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        position: absolute;
        top: 11px;
        right: -15px; }

.article {
  border-bottom: 1px solid #c5df47;
  padding: 0 0 40px 0;
  margin-bottom: 30px; }
  .article:last-child {
    border: none; }
  .article__title {
    font-family: 'Lobster';
    font-size: 40px;
    padding: 0px 0 15px 0; }
  .article img.inline {
    display: inline-block;
    margin: 0 25px 20px 0; }
    .article img.inline:last-child {
      margin-right: 0; }

.btn-more-wrp {
  text-align: center; }

.btn-more {
  background: #fff;
  border: 2px solid #ea3b38;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  padding: 10px 40px;
  color: #ea3b38;
  font-size: 20px; }
  .btn-more:hover, .btn-more:focus {
    color: #fff;
    background: #ea3b38; }

.style__title {
  font-family: 'Lobster';
  font-size: 40px; }

.style__subtitle {
  font-size: 30px; }

.table-price {
  width: 100%; }
  .table-price__title td {
    width: 70%;
    background: #cdced3; }
  .table-price__title td + td {
    width: 30%; }
  .table-price td {
    font-size: 20px;
    padding: 5px 10px 5px 10px;
    border: 1px solid #cdced3; }

.box-submenu {
  padding: 20px 0;
  margin: 20px 0 40px 0; }
  .box-submenu__item {
    display: block;
    text-decoration: none;
    padding: 90px 30px 0 30px;
    text-align: center;
    border: 1px solid #e8e8e8;
    -webkit-box-shadow: 0px 0px 4px -3px #000;
    -moz-box-shadow: 0px 0px 4px -3px #000;
    -o-box-shadow: 0px 0px 4px -3px #000;
    box-shadow: 0px 0px 4px -3px #000;
    width: 100%;
    height: 165px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    background: url(/local/templates/mainTpl/css/../img/checked-grey.svg) no-repeat 50% 20px;
    -webkit-background-size: 60px;
    -moz-background-size: 60px;
    -o-background-size: 60px;
    background-size: 60px; }
    .box-submenu__item.active, .box-submenu__item:hover, .box-submenu__item:focus {
      background-image: url(/local/templates/mainTpl/css/../img/checked-red.svg);
      border: 1px solid #ea3b38;
      color: #ea3b38;
      text-decoration: none; }
    .box-submenu__item__text {
      font-family: 'Lobster';
      font-size: 18px;
      line-height: 20px; }

.reviews {
  padding: 30px 0 0 0;
  margin: 0 -2px 0 -2px; }

.review {
  display: inline-block;
  margin: 0 2px 30px 2px;
  max-width: 30%; }
  .review__title {
    font-size: 22px;
    margin-bottom: 10px; }
  .review__img {
    position: relative;
    cursor: pointer;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    border-radius: 15px;
    display: block; }
    .review__img:after {
      content: none;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      background: transparent url(/local/templates/mainTpl/css/../img/zoom-icon.png) no-repeat 50% 50%;
      background-color: #ea3b38;
      /* RGBa with 0.6 opacity */
      background-color: rgba(234, 59, 56, 0.8);
      /* For IE 5.5 - 7*/
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=$color);
      /* For IE 8*/
      -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=$color, endColorstr=$color)";
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      -ms-border-radius: 15px;
      border-radius: 15px; }
    .review__img:hover:after {
      content: ''; }

.pagin {
  padding: 30px 0;
  text-align: center; }
  .pagin li {
    font-size: 20px;
    color: #ea3b38;
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 5px; }
  .pagin a {
    color: #000;
    display: block; }
    .pagin a.active, .pagin a:hover, .pagin a:focus {
      color: #ea3b38; }
  .pagin .goprev a {
    width: 24px;
    height: 22px;
    background: transparent url(/local/templates/mainTpl/css/../img/last-track-left-arrow.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain; }
    .pagin .goprev a:hover {
      background-image: url(/local/templates/mainTpl/css/../img/last-track-left-arrow-h.png); }
  .pagin .gonext a {
    width: 24px;
    height: 22px;
    background: transparent url(/local/templates/mainTpl/css/../img/last-track-left-arrow.png) no-repeat 50% 50%;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg); }
    .pagin .gonext a:hover {
      background-image: url(/local/templates/mainTpl/css/../img/last-track-left-arrow-h.png); }

.carusel-articles {
  position: relative;
  padding: 70px 0; }
  .carusel-articles .slick-prev,
  .carusel-articles .slick-next {
    color: transparent;
    width: 24px;
    height: 40px;
    background: none;
    border: none;
    position: absolute;
    top: 50px;
    margin-top: -42px;
    cursor: pointer; }
    .carusel-articles .slick-prev:hover:before,
    .carusel-articles .slick-next:hover:before {
      border-color: #e83c3a; }
  .carusel-articles .slick-prev {
    right: 30px; }
    .carusel-articles .slick-prev:before {
      content: "";
      display: block;
      position: absolute;
      border: 4px solid #f6b1b0;
      border-top: none;
      border-right: none;
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      top: 50%;
      left: 50%;
      margin: -9px 0 0 -7px; }
  .carusel-articles .slick-next {
    right: 0px; }
    .carusel-articles .slick-next:before {
      content: "";
      display: block;
      position: absolute;
      border: 4px solid #f6b1b0;
      border-bottom: none;
      border-left: none;
      width: 20px;
      height: 20px;
      transform: rotate(45deg);
      top: 50%;
      left: 50%;
      margin: -9px 0 0 -13px; }

.barticles .article {
  padding: 0 10px; }
  .barticles .article__img {
    margin-bottom: 20px; }
  .barticles .article__title {
    font-family: 'Arsenal';
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding: 0; }
  .barticles .article__text {
    margin-bottom: 20px;
    font-size: 20px; }
  .barticles .article__more {
    font-size: 20px;
    font-weight: bold;
    color: #ea3b38;
    text-decoration: underline; }
    .barticles .article__more:hover {
      text-decoration: none; }

@media (max-width: 1280px) {
  .side-right {
    width: 800px;
    padding-left: 30px; }

  .menu-side {
    width: 300px; } }
@media (max-width: 980px) {
  .wrp-main {
    overflow: hidden; }

  .side-right {
    width: 100%; }

  .menu-side {
    width: 100%; }

  .side-full {
    width: 100%; }

  header {
    height: auto; }

  .slider-main__item__title {
    font-size: 30px;
    line-height: 32px; }
  .slider-main__item__text {
    font-size: 22px;
    line-height: 24px; }

  .form-order {
    height: auto; }
    .form-order__title {
      width: 100%;
      display: block;
      text-align: center; }
      .form-order__title:after {
        content: none; }
    .form-order__fields {
      width: 100%;
      display: block;
      text-align: center; }
      .form-order__fields .input {
        margin: 0 0 5px 0; }
      .form-order__fields button {
        margin-bottom: 20px; }

  .menu-top li a {
    font-size: 16px;
    padding: 10px 8px 13px 8px; }

  .sidebar {
    display: none; }

  .side-right {
    padding: 0 10px; }

  .services {
    padding-bottom: 0; }

  .doverie {
    padding: 0 0; }
    .doverie__item {
      padding-top: 20px;
      padding-bottom: 20px;
      width: 200px; }
      .doverie__item .wrp-h {
        height: 80px; }

  .shema-raboti__title {
    text-align: center;
    font-size: 36px;
    line-height: 38px; }
  .shema-raboti__item {
    width: 165px;
    font-size: 16px;
    line-height: 18px; }

  .advantages {
    padding-left: 0; }
    .advantages__title {
      text-align: center;
      font-size: 36px;
      line-height: 38px; }
    .advantages .group {
      width: 50%; }
    .advantages__item__text {
      width: 380px; }

  .seo-full-line .title {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 38px; }

  .form-order-big__title {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px; }
  .form-order-big__fields .input {
    margin-bottom: 5px; }
  .form-order-big__note {
    padding: 10px 20px 0 70px;
    margin: 20px 50px 0 65px;
    font-size: 18px;
    line-height: 20px; }
  .form-order-big .btn-red {
    margin-top: 10px; }

  .box-red-half {
    height: auto; }

  .contacts-red {
    margin-top: 30px;
    padding-bottom: 40px; }
    .contacts-red .group {
      width: 50%; }
    .contacts-red__title {
      font-size: 36px; }

  .address {
    margin: 0px 0 40px 0; }

  footer .contacts {
    position: absolute;
    top: -96px;
    left: 24px; }
    footer .contacts__item {
      padding-bottom: 30px; } }
@media (max-width: 800px) {
  .menu-top li a {
    font-size: 16px;
    padding: 10px 8px 13px 8px; }

  .advantages__item__text {
    width: 310px; } }
@media (max-width: 768px) {
  .advantages__item__text {
    width: 300px; } }
@media (max-width: 360px) {
  .wrp-main {
    overflow: hidden; }

  .side-right {
    width: 100%; }

  .menu-side {
    width: 100%; }

  .side-full {
    width: 100%; }

  header {
    height: auto; }

  .slider-main__item__title {
    font-size: 30px;
    line-height: 32px; }
  .slider-main__item__text {
    font-size: 22px;
    line-height: 24px; }

  .form-order {
    height: auto; }
    .form-order__title {
      width: 100%;
      display: block;
      text-align: center; }
      .form-order__title:after {
        content: none; }
    .form-order__fields {
      width: 100%;
      display: block;
      text-align: center; }
      .form-order__fields .input {
        margin: 0 0 5px 0; }
      .form-order__fields button {
        margin-bottom: 20px; }

  #sidebar {
    display: none; }

  .side-right {
    padding: 0 10px; }

  .services {
    padding-bottom: 0; }

  .doverie {
    padding: 0 0; }
    .doverie__item {
      padding-top: 20px;
      padding-bottom: 20px;
      width: 160px; }
      .doverie__item .wrp-h {
        height: 80px; }

  .shema-raboti__title {
    text-align: center;
    font-size: 36px;
    line-height: 38px; }
  .shema-raboti__item {
    width: 165px;
    font-size: 14px;
    line-height: 16px; }
    .shema-raboti__item:nth-child(3):after {
      content: none; }

  .advantages {
    padding-left: 0; }
    .advantages__title {
      text-align: center;
      font-size: 36px;
      line-height: 38px; }
    .advantages .group {
      width: 100%; }
    .advantages__item__text {
      width: 270px; }

  .seo-full-line .title {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 38px; }

  .form-order-big__title {
    text-align: center;
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 20px; }
  .form-order-big__fields .input {
    margin-bottom: 5px; }
  .form-order-big__note {
    padding: 10px 20px 0 70px;
    margin: 20px 0px 0 15px;
    font-size: 16px;
    line-height: 20px; }
  .form-order-big .btn-red {
    margin-top: 10px; }

  .box-red-half {
    height: auto; }

  .contacts-red {
    margin-top: 30px;
    padding-bottom: 40px; }
    .contacts-red .group {
      width: 100%; }
      .contacts-red .group:after {
        content: none; }
    .contacts-red__title {
      font-size: 36px; }
    .contacts-red .phone {
      text-align: left; }
    .contacts-red .email {
      text-align: left; }

  .address {
    margin: 30px 0 0 0; }

  footer .contacts {
    position: relative;
    top: 0px;
    left: 0px; }
    footer .contacts__item {
      text-align: center;
      padding-bottom: 30px; }

  .style__title {
    font-size: 34px; }

  .article__title {
    font-size: 30px;
    line-height: 32px; }

  .article img.inline {
    max-width: 44%; } }
@media (max-width: 320px) {
  header .logo__text__slogan {
    width: 190px;
    line-height: 20px; }

  .shema-raboti__item {
    width: 145px; }

  .advantages__item__text {
    width: 230px; }

  .form-order-big__title {
    text-align: center;
    font-size: 32px;
    line-height: 34px; }

  .contacts-red__title {
    font-size: 32px; }

  footer .logo__text__slogan {
    width: 190px;
    line-height: 20px; } }

/*# sourceMappingURL=styles.css.map */

/* End */


/* Start:/local/templates/mainTpl/js/vendors/fancybox/jquery.fancybox.css?14925546614939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/mainTpl/js/vendors/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/mainTpl/js/vendors/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/mainTpl/js/vendors/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/mainTpl/js/vendors/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/mainTpl/js/vendors/fancybox/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/mainTpl/js/vendors/fancybox/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/mainTpl/js/vendors/slick/slick.css?14925546611729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.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-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/mainTpl/styles.css?14925546613*/
﻿
/* End */
/* /local/templates/mainTpl/css/styles.css?152072127150325 */
/* /local/templates/mainTpl/js/vendors/fancybox/jquery.fancybox.css?14925546614939 */
/* /local/templates/mainTpl/js/vendors/slick/slick.css?14925546611729 */
/* /local/templates/mainTpl/styles.css?14925546613 */
