@import url(animate.css);
@import url(jquery.fancybox.css);
/* reset styles
-----------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
strike,
strong,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
blockquote,
q {
  quotes: none;
}
input:focus,
textarea:focus,
a:focus,
button:focus,
select:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del,
s,
strike {
  text-decoration: line-through;
}
html {
  height: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
  margin: 0;
}
body {
  width: 100%;
  height: 100%;
  background: #ecf2f5;
}
/* Common classes
-----------------------------------------------------------------------------*/
.clear {
  clear: both;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.webkitFlickerFix {
  -webkit-backface-visibility: hidden;
}
.pa {
  position: absolute;
}
.pr {
  position: relative;
}
.img_wrap {
  text-align: center;
}
/* transitions
-----------------------------------------------------------------------------*/
a,
a *,
a:before,
a:after {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
body,
input,
button,
select,
textarea {
  font-family: "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
}
body {
  line-height: 1.2;
}
a {
  color: #4488aa;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6,
p,
ul,
ol,
table {
  margin: 0 0 19.2px;
}
h1 {
  font-size: 26px;
}
h2 {
  font-size: 36px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  margin-bottom: 45px;
}
h3 {
  font-size: 22px;
}
h4 {
  font-size: 20px;
}
h5 {
  font-size: 18px;
}
ul.unstyled,
ol.unstyled {
  list-style: none;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
pre,
code {
  font-family: monospace;
}
/* button
-----------------------------------------------------------------------------*/
.button {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  text-decoration: none;
  text-transform: uppercase;
  background: #57cbf0;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU3Y2JmMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZTY0ZDIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #57cbf0 0%, #0e64d2 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57cbf0), color-stop(100%, #0e64d2));
  background: -webkit-linear-gradient(top, #57cbf0 0%, #0e64d2 100%);
  background: -o-linear-gradient(top, #57cbf0 0%, #0e64d2 100%);
  background: -ms-linear-gradient(top, #57cbf0 0%, #0e64d2 100%);
  background: linear-gradient(to bottom, #57cbf0 0%, #0e64d2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57cbf0', endColorstr='#0e64d2', GradientType=0);
  color: #fff;
  font-weight: 700;
  border: 1px solid #168cdd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
}
.button:hover {
  background: #1176d7;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzExNzZkNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxYmE3ZTUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1176d7 0%, #1ba7e5 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1176d7), color-stop(100%, #1ba7e5));
  background: -webkit-linear-gradient(top, #1176d7 0%, #1ba7e5 100%);
  background: -o-linear-gradient(top, #1176d7 0%, #1ba7e5 100%);
  background: -ms-linear-gradient(top, #1176d7 0%, #1ba7e5 100%);
  background: linear-gradient(to bottom, #1176d7 0%, #1ba7e5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1176d7', endColorstr='#1ba7e5', GradientType=0);
}
.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
  filter: alpha(opacity = 0 );
  opacity: 0;
  position: absolute;
}
/* inputs
-----------------------------------------------------------------------------*/
input {
  vertical-align: middle;
}
input[type=text],
input[type=password],
input[type=email],
input[type=search],
input[type=tel],
input[type=url],
textarea,
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=range],
input[type=color] {
  display: block;
  margin: 0;
  padding: 0;
  border: 1px solid #cfcfcf;
  -webkit-box-shadow: inset 0 0 5px 1px #cfcfcf;
  box-shadow: inset 0 0 5px 1px #cfcfcf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 10px;
  color: #363636;
  font-size: 18px;
  line-height: 1;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=url]:focus,
textarea:focus,
input[type=date]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=range]:focus,
input[type=color]:focus {
  border-color: #158bdd;
  -webkit-box-shadow: 0 0 15px 1px #b7def5;
  box-shadow: 0 0 15px 1px #b7def5;
}
input[type=text]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  /* WebKit browsers */
}
input[type=text]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=url]::-moz-placeholder,
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
}
input[type=text]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=url]:-moz-placeholder,
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
}
input[type=text]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
}
input[type=button],
input[type=reset],
input[type=submit],
button {
  -webkit-appearance: button;
  cursor: pointer;
}
input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  /*Remove button padding in FF*/
  border: 0;
  padding: 0;
}
/* wrapper
-----------------------------------------------------------------------------*/
.page__wrapper {
  max-width: auto;
  min-width: 768px;
  margin: 0 auto;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wrapper {
  position: relative;
  overflow: hidden;
}
/* footer
-----------------------------------------------------------------------------*/
.footer {
  max-width: auto;
  min-width: 768px;
  margin: 0 auto;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    width: 740px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1160px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
.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: 10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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.66666666666666%;
}
.col-xs-10 {
  width: 83.33333333333334%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666666666666%;
}
.col-xs-7 {
  width: 58.333333333333336%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666666666667%;
}
.col-xs-4 {
  width: 33.33333333333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.666666666666664%;
}
.col-xs-1 {
  width: 8.333333333333332%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666666666666%;
}
.col-xs-pull-10 {
  right: 83.33333333333334%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666666666666%;
}
.col-xs-pull-7 {
  right: 58.333333333333336%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666666666667%;
}
.col-xs-pull-4 {
  right: 33.33333333333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.666666666666664%;
}
.col-xs-pull-1 {
  right: 8.333333333333332%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666666666666%;
}
.col-xs-push-10 {
  left: 83.33333333333334%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666666666666%;
}
.col-xs-push-7 {
  left: 58.333333333333336%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666666666667%;
}
.col-xs-push-4 {
  left: 33.33333333333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.666666666666664%;
}
.col-xs-push-1 {
  left: 8.333333333333332%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666666666666%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333333334%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666666666666%;
}
.col-xs-offset-7 {
  margin-left: 58.333333333333336%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666666666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.666666666666664%;
}
.col-xs-offset-1 {
  margin-left: 8.333333333333332%;
}
.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.66666666666666%;
  }
  .col-sm-10 {
    width: 83.33333333333334%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666666666666%;
  }
  .col-sm-7 {
    width: 58.333333333333336%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666666666667%;
  }
  .col-sm-4 {
    width: 33.33333333333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.666666666666664%;
  }
  .col-sm-1 {
    width: 8.333333333333332%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666666666666%;
  }
  .col-sm-pull-10 {
    right: 83.33333333333334%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666666666666%;
  }
  .col-sm-pull-7 {
    right: 58.333333333333336%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666666666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.666666666666664%;
  }
  .col-sm-pull-1 {
    right: 8.333333333333332%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666666666666%;
  }
  .col-sm-push-10 {
    left: 83.33333333333334%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666666666666%;
  }
  .col-sm-push-7 {
    left: 58.333333333333336%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666666666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.666666666666664%;
  }
  .col-sm-push-1 {
    left: 8.333333333333332%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666666666666%;
  }
  .col-md-10 {
    width: 83.33333333333334%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666666666666%;
  }
  .col-md-7 {
    width: 58.333333333333336%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666666666667%;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.666666666666664%;
  }
  .col-md-1 {
    width: 8.333333333333332%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666666666666%;
  }
  .col-md-pull-10 {
    right: 83.33333333333334%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666666666666%;
  }
  .col-md-pull-7 {
    right: 58.333333333333336%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666666666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.666666666666664%;
  }
  .col-md-pull-1 {
    right: 8.333333333333332%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666666666666%;
  }
  .col-md-push-10 {
    left: 83.33333333333334%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666666666666%;
  }
  .col-md-push-7 {
    left: 58.333333333333336%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666666666667%;
  }
  .col-md-push-4 {
    left: 33.33333333333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.666666666666664%;
  }
  .col-md-push-1 {
    left: 8.333333333333332%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-md-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-md-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@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-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666666666666%;
  }
  .col-lg-10 {
    width: 83.33333333333334%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666666666666%;
  }
  .col-lg-7 {
    width: 58.333333333333336%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666666666667%;
  }
  .col-lg-4 {
    width: 33.33333333333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.666666666666664%;
  }
  .col-lg-1 {
    width: 8.333333333333332%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666666666666%;
  }
  .col-lg-pull-10 {
    right: 83.33333333333334%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666666666666%;
  }
  .col-lg-pull-7 {
    right: 58.333333333333336%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666666666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.666666666666664%;
  }
  .col-lg-pull-1 {
    right: 8.333333333333332%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666666666666%;
  }
  .col-lg-push-10 {
    left: 83.33333333333334%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666666666666%;
  }
  .col-lg-push-7 {
    left: 58.333333333333336%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666666666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.666666666666664%;
  }
  .col-lg-push-1 {
    left: 8.333333333333332%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666666666666%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333333334%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666666666666%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333333333333336%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666666666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.666666666666664%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333333333333332%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
/* header
-----------------------------------------------------------------------------*/
.next_section {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -16px;
  text-align: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50% 50% 0 0;
  -moz-border-radius: 50% 50% 0 0;
  border-radius: 50% 50% 0 0;
  background: #fff;
  -webkit-box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 2px rgba(0, 0, 0, 0.2);
  padding-top: 12px;
  box-sizing: border-box;
  z-index: 5;
}
.next_section img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 50 )";
  filter: alpha(opacity = 50 );
  opacity: 0.5;
}
.next_section:hover img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
  filter: alpha(opacity = 100 );
  opacity: 1;
}
.header {
  padding: 24px 0 16px;
  background: #fff;
}
.header .slogan {
  font-size: 14px;
  padding: 19px 0;
}
.header .img_wrap {
  padding: 19px 0;
}
.header .contact {
  text-align: right;
}
.header .contact .tel {
  font-weight: 700;
  font-size: 24px;
  padding-left: 20px;
  background: url("img/tel.png") left 5px no-repeat;
  padding-bottom: 10px;
  display: inline-block;
}
.header .contact .button {
  padding: 12px 18px;
}
@media (max-width: 1200px) {
  .header .contact .tel {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .header .slogan {
    font-size: 20px;
  }
}
/* navigation
-----------------------------------------------------------------------------*/
nav {
  width: 100%;
  z-index: 10;
  background: rgba(12, 61, 90, 0.9);
  min-width: 768px;
}
nav ul {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  /* 1px для Opera */
  text-justify: newspaper;
  zoom: 1;
  text-align-last: justify;
  margin-bottom: 0;
}
nav ul:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
nav li {
  display: inline-block;
  line-height: normal;
  vertical-align: top;
}
nav a {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  font-weight: 700;
  padding: 22px 0;
  border-bottom: 1px solid transparent;
}
nav a:hover,
nav a.active {
  color: #fff;
  border-color: #fff;
}
/* section 1
-----------------------------------------------------------------------------*/
.section_1 .container {
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .section_1 .container {
    padding: 30px 0;
    text-align: center;
  }
}
.section_1 .unit {
  position: absolute;
  top: 200px;
  right: -170px;
}
@media (max-width: 991px) {
  .section_1 .unit {
    right: 0;
  }
}
.section_1 .button {
  padding: 14px 39px;
  font-size: 18px;
  margin-top: 10px;
  width: 100%;
}
.section_1 input {
  text-align: center;
  margin-bottom: 15px;
}
.section_1 .form_wrap {
  position: relative;
  z-index: 2;
  background: #fff;
  padding: 28px 33px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-top: 70px;
  border: 1px solid #ebebeb;
}
.section_1 .form_wrap:after {
  content: '';
  display: block;
  position: absolute;
  background: url("img/form_shadow_s1.png") no-repeat;
  background-size: 100%;
  width: 100%;
  height: 30px;
  bottom: -35px;
  left: 12px;
  opacity: .5;
}
.section_1 .title {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.section_1 .path {
  position: absolute;
  left: 160px;
  top: 45px;
}
.section_1 .p1 {
  position: absolute;
  top: -50px;
  left: 100px;
}
.section_1 .p2 {
  position: absolute;
  top: 102px;
  left: 272px;
}
.section_1 .p3 {
  position: absolute;
  top: 180px;
  left: 170px;
}
.section_1 .p4 {
  position: absolute;
  top: 200px;
  left: 40px;
}
.section_1 .p5 {
  position: absolute;
  top: 290px;
  left: 250px;
}
.section_1 .p6 {
  position: absolute;
  top: 390px;
  left: 360px;
}
.section_1 .p7 {
  position: absolute;
  top: 320px;
  left: 370px;
}
.section_1 .p8 {
  position: absolute;
  top: 370px;
  left: 160px;
}
.section_1 .parallax {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 600px;
  height: 575px;
}
.section_1 .parallax .shadow {
  position: absolute;
  bottom: 0px;
  left: 100px;
  opacity: 0.5;
}
@media (max-width: 991px) {
  .section_1 .parallax {
    display: none;
  }
}
.left_col_wrap {
  text-align: right;
  padding: 180px 0 190px;
}
@media (max-width: 991px) {
  .left_col_wrap {
    padding: 30px 0;
    text-align: center;
  }
}
.blue_bg {
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  text-transform: uppercase;
  background: rgba(25, 156, 226, 0.8);
  display: inline-block;
  margin-top: 7px;
  line-height: 1;
  padding: 10px 14px;
  position: relative;
  z-index: 5;
}
.white_bg {
  display: inline-block;
  line-height: 30px;
  font-size: 22px;
  padding: 6px 18px;
  background: rgba(255, 255, 255, 0.9);
  margin-top: 20px;
  position: relative;
  z-index: 5;
}
.white_bg span {
  text-transform: uppercase;
  font-weight: 700;
  color: #168ede;
}
#countdown_dashboard {
  margin: auto;
  width: 232px;
  padding: 39px 0 57px;
}
.dash {
  width: 48px;
  height: 49px;
  background: transparent url('img/dash.png') 0 0 no-repeat;
  float: left;
  margin-left: 1px;
  padding-left: 9px;
  position: relative;
  color: #000;
  text-align: center;
}
.dash.seconds_dash {
  background: transparent url('img/dash_red.png') 0 0 no-repeat;
}
.dash.seconds_dash .digit {
  color: #ce2917;
}
.dash .digit {
  font-weight: bold;
  float: left;
  font-size: 26px;
  line-height: 49px;
  color: #000;
  text-align: center;
}
.dash_title {
  left: 0;
  display: block;
  text-align: center;
  width: 48px;
  position: absolute;
  bottom: -20px;
  text-transform: capitalize;
  font-size: 12px;
}
/* section 2
-----------------------------------------------------------------------------*/
.section_2 {
  padding-top: 45px;
}
.section_2 .service_item {
  cursor: pointer;
  float: left;
  width: 20%;
  height: 209px;
  background-size: cover;
  position: relative;
  text-align: center;
}
.section_2 .service_item span {
  display: inline-block;
  color: #fff;
  position: relative;
  z-index: 1;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
}
.section_2 .service_item .popup {
  -webkit-transition: all 800ms ease;
  -moz-transition: all 800ms ease;
  -ms-transition: all 800ms ease;
  -o-transition: all 800ms ease;
  transition: all 800ms ease;
  width: 100%;
  height: 100%;
  position: absolute;
  display: table;
}
.section_2 .service_item .popup.bottom {
  bottom: 0;
}
.section_2 .service_item .popup.top {
  top: 0;
}
.section_2 .service_item .popup.left {
  left: 0;
}
.section_2 .service_item .popup.right {
  right: 0;
}
.section_2 .service_item .popup p {
  display: none;
}
.section_2 .service_item .text {
  padding: 36px 28px;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section_2 .service_item .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  -webkit-filter: blur(1px);
  -moz-filter: blur(1px);
  -ms-filter: blur(1px);
  -o-filter: blur(1px);
  filter: blur(1px);
}
.section_2 .service_item .back:before {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
}
.section_2 .service_item .back img {
  display: block;
  margin-left: auto;
  min-width: 100%;
  min-height: 100%;
  max-width: none;
}
.section_2 .service_item.hovered .popup {
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.5);
  width: 705px;
  height: 235px;
  z-index: 3;
}
.section_2 .service_item.hovered .popup:before {
  content: none;
}
.section_2 .service_item.hovered .text {
  width: 50%;
  height: 235px;
  float: left;
  text-align: left;
  background: #fff;
}
.section_2 .service_item.hovered .text :before {
  content: none;
}
.section_2 .service_item.hovered p {
  display: block;
  text-align: left;
}
.section_2 .service_item.hovered span {
  color: #000;
  padding-bottom: 20px;
}
.section_2 .service_item.hovered .back {
  width: 50%;
  float: right;
  height: 235px;
  position: relative;
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -ms-filter: blur(0);
  -o-filter: blur(0);
  filter: blur(0);
}
.section_2 .service_item.hovered .back:before {
  content: none;
}
@media (max-width: 991px) {
  .section_2 .service_item .text {
    padding: 5px;
  }
  .section_2 .service_item span {
    font-size: 14px;
    font-weight: 500;
  }
  .section_2 .service_item:hover span {
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
  }
  .section_2 .service_item:hover .popup {
    -webkit-transition: all 200ms ease;
    -moz-transition: all 200ms ease;
    -ms-transition: all 200ms ease;
    -o-transition: all 200ms ease;
    transition: all 200ms ease;
    width: 100%;
    height: 100%;
    position: absolute;
    box-shadow: none;
    display: table;
  }
  .section_2 .service_item:hover .popup.bottom {
    bottom: 0;
  }
  .section_2 .service_item:hover .popup.top {
    top: 0;
  }
  .section_2 .service_item:hover .popup.left {
    left: 0;
  }
  .section_2 .service_item:hover .popup.right {
    right: 0;
  }
  .section_2 .service_item:hover .popup p {
    display: none;
  }
  .section_2 .service_item:hover .text {
    height: 100%;
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: middle;
  }
  .section_2 .service_item:hover .back {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
    -webkit-filter: blur(1px);
    -moz-filter: blur(1px);
    -ms-filter: blur(1px);
    -o-filter: blur(1px);
    filter: blur(1px);
  }
  .section_2 .service_item:hover .back:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    left: 0;
    top: 0;
  }
  .section_2 .service_item:hover .back img {
    display: block;
    margin-left: auto;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
  }
}
/* section 3
-----------------------------------------------------------------------------*/
.section_3 .container {
  position: relative;
  padding-top: 65px;
  height: 745px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section_3 .unit_wrap {
  position: absolute;
  top: 50px;
  left: 50%;
  margin-left: -330px;
}
.section_3 .path_wrap {
  position: absolute;
  top: 170px;
  left: 50%;
  margin-left: -395px;
}
@media (max-width: 991px) {
  .section_3 .path_wrap {
    display: none;
  }
}
.section_3 figure {
  cursor: pointer;
  position: absolute;
  width: 200px;
  text-align: center;
  top: 200px;
  left: 50%;
  margin-left: -100px;
  z-index: 5;
}
.section_3 .figures_wrap {
  display: none;
  position: relative;
  width: 940px;
  height: 570px;
  margin: auto;
}
@media (min-width: 992px) {
  .section_3 .figures_wrap {
    display: block;
  }
}
.section_3 .figures_wrap .price {
  left: 170px;
  top: 0;
}
.section_3 .figures_wrap .speed {
  left: 75px;
  top: 187px;
}
.section_3 .figures_wrap .payment {
  left: 160px;
  top: 365px;
}
.section_3 .figures_wrap .guarantee {
  left: 475px;
  top: 425px;
}
.section_3 .figures_wrap .presence {
  left: 835px;
  top: 380px;
}
.section_3 .figures_wrap .jurists {
  left: 875px;
  top: 205px;
}
.section_3 .figures_wrap .services {
  left: 775px;
  top: 15px;
}
.section_3 .figures_wrap_static {
  display: none;
  position: relative;
  width: 100%;
  height: 570px;
  margin: auto;
}
@media (max-width: 991px) {
  .section_3 .figures_wrap_static {
    display: block;
  }
}
.section_3 .figures_wrap_static .price {
  top: 0;
  left: 15%;
}
.section_3 .figures_wrap_static .speed {
  top: 200px;
  left: 15%;
}
.section_3 .figures_wrap_static .payment {
  top: 400px;
  left: 15%;
}
.section_3 .figures_wrap_static .guarantee {
  top: 450px;
  left: 50%;
}
.section_3 .figures_wrap_static .presence {
  top: 400px;
  left: 85%;
}
.section_3 .figures_wrap_static .jurists {
  top: 200px;
  left: 85%;
}
.section_3 .figures_wrap_static .services {
  top: 0;
  left: 85%;
}
/* section 4
-----------------------------------------------------------------------------*/
.section_4 {
  background: url("img/section_4.jpg") center no-repeat;
  background-size: cover;
  padding: 90px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.section_4 .unit {
  position: absolute;
  bottom: -14px;
  left: 0px;
}
.section_4 form {
  z-index: 1;
  width: 930px;
  padding: 35px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  background: #fff;
  text-align: center;
  position: relative;
}
.section_4 form:after {
  content: '';
  display: block;
  position: absolute;
  background: url("img/form_shadow_s4.png") top no-repeat;
  background-size: 100%;
  width: 100%;
  height: 61px;
  bottom: -52px;
  left: 12px;
  opacity: .5;
}
@media (max-width: 991px) {
  .section_4 form {
    width: 100%;
  }
  .section_4 form input {
    width: 100%;
    margin-bottom: 20px;
  }
  .section_4 form .button {
    width: 100%;
  }
}
.section_4 h3 {
  text-transform: uppercase;
  font-size: 26px;
}
.section_4 h5 {
  color: #515959;
  font-size: 18px;
  font-weight: 400;
}
.section_4 h5 a {
  text-decoration: none;
  font-size: 23px;
  font-weight: 700;
  color: #000;
}
.section_4 input {
  width: 245px;
  display: inline-block;
  margin-right: 30px;
}
.section_4 .button {
  padding: 12px 30px;
  display: inline-block;
}
/* section 5
-----------------------------------------------------------------------------*/
.section_5 {
  padding-top: 60px;
  padding-bottom: 40px;
}
.section_5 .container {
  z-index: 1;
  position: relative;
}
.section_5 .path {
  position: absolute;
  top: 135px;
  height: 56%;
}
.section_5 .brunch {
  position: absolute;
  top: 135px;
  left: -1155px;
}
@media (max-width: 1199px) {
  .section_5 .brunch {
    left: -955px;
  }
}
@media (max-width: 991px) {
  .section_5 .brunch {
    left: -730px;
  }
}
.section_5 figure {
  text-align: center;
  width: 180px;
  font-weight: 700;
  position: relative;
  margin: auto;
}
.section_5 figure:hover {
  z-index: 10;
}
.section_5 .icon_wrap {
  display: inline-block;
}
.section_5 .icon_wrap:hover .description {
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
  filter: alpha(opacity = 100 );
  opacity: 1;
  z-index: 11;
}
.section_5 .reverse {
  float: right;
}
.section_5 .row {
  height: 200px;
}
@media (max-width: 1199px) {
  .section_5 .row {
    height: 165px;
  }
}
.section_5 .description {
  width: 230px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px;
  text-align: left;
  font-size: 14px;
  font-weight: normal;
  position: absolute;
  top: 75px;
  display: none;
  background: #fff;
  -webkit-box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.3);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 0 )";
  filter: alpha(opacity = 0 );
  opacity: 0;
  z-index: 0;
}
.section_5 .description.left {
  left: 130px;
}
.section_5 .description.left:before {
  content: '';
  display: block;
  background: url("img/arrow_left.png") center no-repeat;
  width: 12px;
  height: 13px;
  position: absolute;
  top: -4px;
  left: -3px;
}
.section_5 .description.right {
  right: 130px;
}
.section_5 .description.right:before {
  content: '';
  display: block;
  background: url("img/arrow_right.png") center no-repeat;
  width: 12px;
  height: 13px;
  position: absolute;
  top: -4px;
  right: -3px;
}
.section_5 .unit {
  position: absolute;
  right: 0;
  bottom: 90px;
}
/* section 6
-----------------------------------------------------------------------------*/
.section_6 {
  background: url("img/section_6_bg_1.png") left no-repeat, #ffffff url("img/section_6_bg_2.png") right no-repeat;
  padding: 33px 0 88px;
}
.section_6 h2 {
  margin-bottom: 20px;
}
.section_6 h3 {
  font-size: 28px;
  font-weight: 400;
  text-align: center;
}
.section_6 .container {
  position: relative;
  z-index: 1;
}
.section_6 .slide {
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  padding: 10px 10px 25px;
  background: #fff;
  text-align: center;
  border: 2px solid transparent;
}
.section_6 .slide:hover {
  -webkit-box-shadow: 0 0 10px 3px rgba(21, 139, 221, 0.3);
  box-shadow: 0 0 10px 3px rgba(21, 139, 221, 0.3);
  border: 2px solid #158bdd;
}
.section_6 .photo_wrap {
  width: 100%;
  height: 179px;
}
.section_6 .photo_wrap:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.section_6 .photo_wrap img {
  display: inline-block;
  vertical-align: middle;
  max-width: 97%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.section_6 .title {
  display: inline-block;
  max-height: 58px;
  min-height: 58px;
  overflow: hidden;
  padding: 27px 0 0;
}
.section_6 .price {
  font-size: 22px;
  font-weight: 700;
  padding: 23px 0 25px;
}
.section_6 .button {
  padding: 12px 52px;
}
.section_6 .shop_href {
  text-align: center;
  padding-bottom: 55px;
}
.section_6 .unit {
  position: absolute;
  left: 0;
  bottom: 80px;
}
.jcarousel-wrapper {
  position: relative;
}
.jcarousel {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.jcarousel ul {
  width: 20000em;
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
}
.jcarousel li {
  padding: 10px;
  overflow: visible;
  width: 200px;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/** Carousel Controls **/
.jcarousel-control-prev,
.jcarousel-control-next {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 40 )";
  filter: alpha(opacity = 40 );
  opacity: 0.4;
  display: block;
  width: 29px;
  height: 40px;
  position: absolute;
  top: 64%;
  margin-top: -15px;
}
.jcarousel-control-prev:hover,
.jcarousel-control-next:hover {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 100 )";
  filter: alpha(opacity = 100 );
  opacity: 1;
}
.jcarousel-control-prev {
  background: url("img/left.png") center no-repeat;
  left: -20px;
}
.jcarousel-control-next {
  background: url("img/right.png") center no-repeat;
  right: -20px;
}
/* section 7
-----------------------------------------------------------------------------*/
.section_7 {
  background: url("img/section_7.jpg") center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  text-align: center;
  padding: 58px 0 70px;
}
.section_7 .container {
  position: relative;
}
.section_7 .tag {
  position: absolute;
  left: 0;
  top: 90px;
}
@media (max-width: 991px) {
  .section_7 .tag {
    display: none;
  }
}
.section_7 h2 {
  display: inline-block;
  padding: 12px 15px;
  line-height: 1;
  margin: auto;
  background: rgba(255, 255, 255, 0.4);
  margin-bottom: 5px;
}
.section_7 .tool_pic {
  height: 145px;
}
.section_7 .tool_pic:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.section_7 .tool_pic img {
  vertical-align: middle;
}
.section_7 .desc {
  display: inline-block;
  vertical-align: middle;
}
.section_7 figcaption {
  background: #fff;
  padding: 10px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  height: 103px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.2;
  position: relative;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}
.section_7 figcaption:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.section_7 figcaption:after {
  content: '';
  display: block;
  position: absolute;
  width: 0px;
  height: 20px;
  border: 5px solid transparent;
  border-bottom: 10px solid #fff;
  top: -35px;
  left: 50%;
  margin-left: -3px;
}
/* section 8
-----------------------------------------------------------------------------*/
.section_8 {
  padding: 65px 0 75px;
}
.section_8 h2 {
  margin-bottom: 18px;
}
.section_8 h3 {
  text-align: center;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
}
.section_8 h4 {
  text-transform: uppercase;
  text-align: center;
  font-size: 22px;
}
.section_8 h5 {
  text-align: center;
  font-weight: 400;
  margin-bottom: 45px;
}
.section_8 form {
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  padding: 40px 30px;
  z-index: 2;
  position: relative;
}
.section_8 .form_wrap {
  position: relative;
}
.section_8 .unit {
  position: absolute;
  left: -120px;
  bottom: 30px;
  z-index: 1;
}
.section_8 input {
  margin-bottom: 15px;
  text-align: center;
}
.section_8 button {
  width: 100%;
  padding: 14px 0;
}
.section_8 .advert_text {
  position: relative;
  margin-bottom: 30px;
  padding: 27px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.3);
}
.section_8 .advert_text:before {
  content: '„';
  display: block;
  position: absolute;
  font-size: 256px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 8 )";
  filter: alpha(opacity = 8 );
  opacity: 0.08;
  top: -180px;
  left: 10px;
  line-height: 1;
}
.section_8 .advert_text:after {
  content: '“';
  display: block;
  position: absolute;
  font-size: 256px;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity= 8 )";
  filter: alpha(opacity = 8 );
  opacity: 0.08;
  bottom: -140px;
  right: 10px;
  line-height: 1;
}
/* section 9
-----------------------------------------------------------------------------*/
.section_9 {
  background: url("img/map.jpg") no-repeat center;
  -webkit-background-size: cover;
  background-size: cover;
  height: 660px;
  -webkit-transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
  transition: all 900ms ease;
}
.section_9 h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 28px;
}
.section_9 address {
  display: inline;
  color: #4488aa;
  text-decoration: underline;
  font-style: normal;
}
.section_9 .container {
  position: relative;
}
.section_9 .label {
  position: absolute;
  z-index: 3;
  top: 230px;
  left: 700px;
}
@media (max-width: 1199px) {
  .section_9 .label {
    left: 610px;
  }
}
@media (max-width: 991px) {
  .section_9 .label {
    left: 505px;
  }
}
.section_9 .contacts {
  width: 380px;
  position: absolute;
  top: 120px;
  z-index: 3;
  background: rgba(255, 255, 255, 0.8);
  padding: 40px 30px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  border: 1px solid #dbddda;
}
.section_9 .tel_big {
  display: block;
  font-size: 26px;
  font-weight: 700;
  text-decoration: none;
  padding-left: 40px;
  background: url("img/tel_big.png") left 0px bottom 4px no-repeat;
  padding-top: 23px;
  border-top: 3px solid #e3e5e3;
  color: #000;
}
.section_9 .contact {
  padding-left: 30px;
  margin-bottom: 20px;
}
.section_9 .contact.address_block {
  background: url("img/address.png") left center no-repeat;
}
.section_9 .contact.time_block {
  background: url("img/time.png") left top no-repeat;
}
.section_9 .contact.mail_block {
  background: url("img/mail.png") left center no-repeat;
}
/* footer
-----------------------------------------------------------------------------*/
.footer {
  padding: 34px 0;
}
.footer strong {
  text-transform: uppercase;
  display: block;
}
.bottom_menu {
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  /* 1px для Opera */
  text-justify: newspaper;
  zoom: 1;
  text-align-last: justify;
}
.bottom_menu:after {
  width: 100%;
  height: 0px;
  visibility: hidden;
  overflow: hidden;
  content: '';
  display: inline-block;
}
.bottom_menu li {
  display: inline-block;
  line-height: normal;
  vertical-align: top;
  /*background: url("img/separator.png") right no-repeat;
    &:last-child{
      background: none;
    }*/
}
.bottom_menu li.sep {
  width: 1px;
  height: 20px;
  background: url("img/separator.png") center no-repeat;
}
.bottom_menu a {
  font-size: 14px;
}
.contact_wrap {
  padding-left: 40px;
}
.contact_wrap strong {
  margin-bottom: 10px;
}
.contact_wrap .contact {
  display: inline-block;
  padding-left: 24px;
  margin-right: 20px;
  line-height: 1.5;
}
.contact_wrap .contact.tel {
  background: url("img/tel.png") left center no-repeat;
}
.contact_wrap .contact.icq {
  background: url("img/icq.png") left center no-repeat;
}
.contact_wrap .contact.mail {
  background: url("img/mail.png") left center no-repeat;
}
.stat_wrap {
  text-align: right;
  padding-top: 30px;
}
.stat_wrap img {
  margin-left: 20px;
}
.stat_wrap .copyright {
  padding-top: 20px;
  color: #9a9a9a;
  font-size: 14px;
}
/*# sourceMappingURL=style.css.map */