/* 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%;
}
/* 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;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 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: OpenSans, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #4a4852;
}
body {
  line-height: 1;
}
a {
  color: #1e90ff;
  outline: none;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
strong {
  font-weight: 400;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
h1,
h2,
h3,
h4,
h4,
h5,
h6 {
  font-weight: 400;
}
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;
  position: relative;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  -webkit-box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.35);
  box-shadow: inset 0 0 7px 0 rgba(255, 255, 255, 0.35);
  width: 100%;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  border: 1px solid #59a100;
  height: 51px;
  line-height: 48px;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  background: #83c72e;
  background: -moz-linear-gradient(top, #83c72e 0%, #5c9a0e 100%);
  background: -webkit-linear-gradient(top, #83c72e 0%, #5c9a0e 100%);
  background: linear-gradient(to bottom, #83c72e 0%, #5c9a0e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#83c72e', endColorstr='#5c9a0e', GradientType=0);
  overflow: hidden;
  z-index: 2;
}
.button:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  background: #a5c72e;
  background: -moz-linear-gradient(top, #a5c72e 0%, #83c72e 100%);
  background: -webkit-linear-gradient(top, #a5c72e 0%, #83c72e 100%);
  background: linear-gradient(to bottom, #a5c72e 0%, #83c72e 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a5c72e', endColorstr='#83c72e', GradientType=0);
}
.button:hover:after {
  opacity: 1;
}
.button input {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  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;
  padding-left: 45px;
  border: 1px solid #83c72e;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  width: 100%;
  height: 42px;
  line-height: 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
input[type=text].error,
input[type=password].error,
input[type=email].error,
input[type=search].error,
input[type=tel].error,
input[type=url].error,
textarea.error,
input[type=date].error,
input[type=datetime].error,
input[type=datetime-local].error,
input[type=month].error,
input[type=time].error,
input[type=week].error,
input[type=number].error,
input[type=range].error,
input[type=color].error {
  border-color: #ff0000;
}
label.error {
  display: none !important;
}
.property {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.property:focus {
  text-indent: 500px;
}
.placeholder-properties::-webkit-input-placeholder {
  /* WebKit browsers */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.placeholder-properties::-webkit-input-placeholder:focus {
  text-indent: 500px;
}
.placeholder-properties::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.placeholder-properties::-moz-placeholder:focus {
  text-indent: 500px;
}
.placeholder-properties:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.placeholder-properties:-moz-placeholder:focus {
  text-indent: 500px;
}
.placeholder-properties:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
.placeholder-properties:-ms-input-placeholder:focus {
  text-indent: 500px;
}
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 */
  color: #a1a1a1;
}
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+ */
  color: #a1a1a1;
}
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 */
  color: #a1a1a1;
}
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+ */
  color: #a1a1a1;
}
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 */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
input[type=text]::-webkit-input-placeholder:focus,
input[type=password]::-webkit-input-placeholder:focus,
input[type=email]::-webkit-input-placeholder:focus,
input[type=search]::-webkit-input-placeholder:focus,
input[type=tel]::-webkit-input-placeholder:focus,
input[type=url]::-webkit-input-placeholder:focus,
textarea::-webkit-input-placeholder:focus {
  text-indent: 500px;
}
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+ */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
input[type=text]::-moz-placeholder:focus,
input[type=password]::-moz-placeholder:focus,
input[type=email]::-moz-placeholder:focus,
input[type=search]::-moz-placeholder:focus,
input[type=tel]::-moz-placeholder:focus,
input[type=url]::-moz-placeholder:focus,
textarea::-moz-placeholder:focus {
  text-indent: 500px;
}
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 */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
input[type=text]:-moz-placeholder:focus,
input[type=password]:-moz-placeholder:focus,
input[type=email]:-moz-placeholder:focus,
input[type=search]:-moz-placeholder:focus,
input[type=tel]:-moz-placeholder:focus,
input[type=url]:-moz-placeholder:focus,
textarea:-moz-placeholder:focus {
  text-indent: 500px;
}
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+ */
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  text-indent: 0;
}
input[type=text]:-ms-input-placeholder:focus,
input[type=password]:-ms-input-placeholder:focus,
input[type=email]:-ms-input-placeholder:focus,
input[type=search]:-ms-input-placeholder:focus,
input[type=tel]:-ms-input-placeholder:focus,
input[type=url]:-ms-input-placeholder:focus,
textarea:-ms-input-placeholder:focus {
  text-indent: 500px;
}
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: none;
  min-width: 320px;
  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;
  overflow: hidden;
}
.container {
  position: relative;
}
.wrapper {
  position: relative;
}
.workarea {
  height: 100%;
  min-height: 100%;
}
/* footer
-----------------------------------------------------------------------------*/
.footer {
  max-width: none;
  min-width: 320px;
  overflow: hidden;
  margin: 0 auto;
}
/*
@import url(structure-grid.less);
@import url(structure-grid-px.less);
@import url(structure-sidebars.less);
*/
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 1024px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1280px) {
  .container {
    width: 970px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.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;
  -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.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: 0%;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: 0%;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1024px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1280px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table !important;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table !important;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table !important;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table !important;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1280px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1280px) {
  .hidden-lg {
    display: none !important;
  }
}
/*transition*/
/*border radius*/
/*transform*/
/* sizing
-----------------------------------------------------------------------------*/
/* user select
-----------------------------------------------------------------------------*/
/* gradients
-----------------------------------------------------------------------------*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-list .slick-track {
  -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;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-prev,
.slick-next {
  display: inline-block;
  position: absolute;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  height: 76px;
  width: 36px;
  background: rgba(36, 41, 44, 0.4);
  margin-top: -38px;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.slick-prev:hover,
.slick-next:hover {
  background: rgba(36, 41, 44, 0.7);
}
.slick-prev:before,
.slick-next:before {
  content: '';
  position: absolute;
  background-image: url(../images/spritesheet.png);
  background-position: -356px -274px;
  width: 17px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.slick-prev {
  left: -65px;
}
.slick-prev:before {
  left: 10px;
}
.slick-next {
  right: -65px;
}
.slick-next:before {
  right: 10px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  font-size: 0;
  padding: 0;
  width: 100%;
  margin: 25px 0 35px;
}
.slick-dots li {
  display: inline-block;
  margin: 5px;
}
.slick-dots li.slick-active button {
  background: #83c72e;
}
.slick-dots button {
  border: 0;
  padding: 0;
  outline: none;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 15px;
  height: 15px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #e2e2e2;
}
.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;
  z-index: 8020;
}
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url(fancybox_loading.gif) center center no-repeat;
}
.fancybox-skin {
  position: relative;
  text-shadow: none;
}
.fancybox-opened {
  z-index: 8030;
}
.fancybox-inner {
  overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}
.fancybox-outer,
.fancybox-inner {
  position: relative;
}
.fancybox-error {
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}
.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}
.fancybox-image .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.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;
}
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}
/* Title helper */
.fancybox-title {
  visibility: hidden;
  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: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  font-weight: bold;
  white-space: nowrap;
}
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
}
.fancybox-title-inside-wrap {
  padding-top: 10px;
}
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: rgba(0, 0, 0, 0.8);
}
.fancybox-prev,
.fancybox-next {
  display: inline-block;
  position: absolute;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  height: 76px;
  width: 36px;
  background: rgba(36, 41, 44, 0.4);
  margin-top: -38px;
  top: 50%;
  padding: 0;
  border: none;
  outline: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
}
.fancybox-prev:hover,
.fancybox-next:hover {
  background: rgba(36, 41, 44, 0.7);
}
.fancybox-prev:before,
.fancybox-next:before {
  content: '';
  position: absolute;
  background-image: url(../images/spritesheet.png);
  background-position: -356px -274px;
  width: 17px;
  height: 18px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.fancybox-prev {
  left: -65px;
}
.fancybox-prev:before {
  left: 10px;
}
.fancybox-next {
  right: -65px;
}
.fancybox-next:before {
  right: 10px;
  -webkit-transform: translateY(-50%) scaleX(-1);
  -moz-transform: translateY(-50%) scaleX(-1);
  -ms-transform: translateY(-50%) scaleX(-1);
  -o-transform: translateY(-50%) scaleX(-1);
  transform: translateY(-50%) scaleX(-1);
}
@font-face {
  font-family: OpenSans;
  src: url('../fonts/OpenSans.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans.woff') format('woff'), url('../fonts/OpenSans.ttf') format('truetype'), url('../fonts/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Bold;
  src: url('../fonts/OpenSans-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Bold.woff') format('woff'), url('../fonts/OpenSans-Bold.ttf') format('truetype'), url('../fonts/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Extrabold;
  src: url('../fonts/OpenSans-Extrabold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Extrabold.woff') format('woff'), url('../fonts/OpenSans-Extrabold.ttf') format('truetype'), url('../fonts/OpenSans-Extrabold.svg#OpenSans-Extrabold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Light;
  src: url('../fonts/OpenSans-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Light.woff') format('woff'), url('../fonts/OpenSans-Light.ttf') format('truetype'), url('../fonts/OpenSans-Light.svg#OpenSans-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Semibold;
  src: url('../fonts/OpenSans-Semibold.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Semibold.woff') format('woff'), url('../fonts/OpenSans-Semibold.ttf') format('truetype'), url('../fonts/OpenSans-Semibold.svg#OpenSans-Semibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-Italic;
  src: url('../fonts/OpenSans-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-Italic.woff') format('woff'), url('../fonts/OpenSans-Italic.ttf') format('truetype'), url('../fonts/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: OpenSans-BoldItalic;
  src: url('../fonts/OpenSans-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/OpenSans-BoldItalic.woff') format('woff'), url('../fonts/OpenSans-BoldItalic.ttf') format('truetype'), url('../fonts/OpenSans-BoldItalic.svg#OpenSans-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}
.light {
  font-family: OpenSans-Light, sans-serif;
}
.regular {
  font-family: OpenSans, sans-serif;
}
.semibold {
  font-family: OpenSans-Semibold, sans-serif;
}
.bold {
  font-family: OpenSans-Bold, sans-serif;
}
.extrabold {
  font-family: OpenSans-Extrabold, sans-serif;
}
.italic {
  font-family: OpenSans-Italic, sans-serif;
}
.bold-i {
  font-family: OpenSans-BoldItalic, sans-serif;
}
/*
LESS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: @icon-home-width;
}

The large array-like variables contain all information about a single icon
@icon-home: x y offset_x offset_y width height total_width total_height image_path name;

At the bottom of this section, we provide information about the spritesheet itself
@spritesheet: width height image @spritesheet-sprites;
*/
/*
The provided classes are intended to be used with the array-like variables

.icon-home {
  .sprite-width(@icon-home);
}
.icon-email {
  .sprite(@icon-email);
}
*/
/*
The `.sprites` mixin generates identical output to the CSS template
  but can be overridden inside of LESS

This must be run when you have at least 2 sprites.
  If run with a single sprite, then there will be reference errors.

.sprites(@spritesheet-sprites);
*/
.header .container {
  padding-top: 30px;
  padding-bottom: 22px;
}
.header__logo {
  font-size: 0;
}
.header__logo img {
  vertical-align: middle;
}
.header__logo span {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  line-height: 17px;
  font-size: 14px;
}
.header__logo_01 {
  margin-left: 5px;
}
.header__logo_01 span {
  margin-left: 10px;
  margin-top: 12px;
}
.header__logo_02 {
  margin-left: -15px;
  margin-top: 9px;
  margin-right: -20px;
  position: relative;
}
.header__logo_02:before {
  content: '';
  position: absolute;
  left: -25px;
  top: -18px;
  background-image: url(../images/spritesheet.png);
  background-position: -333px -100px;
  width: 1px;
  height: 73px;
}
.header__logo_02 span {
  margin-left: 28px;
}
.header__contacts {
  text-align: right;
}
.header__tel,
.header__callback {
  display: inline-block;
}
.header__tel {
  font-size: 36px;
  text-decoration: none;
  font-family: OpenSans-Light, sans-serif;
  color: #4a4852;
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 13px;
}
.header__tel:hover {
  color: #83c72e;
}
.header__callback {
  color: #83c72e;
  font-size: 18px;
  text-decoration: none;
  border-bottom: 1px dashed;
}
.header__callback:hover {
  border-color: transparent;
}
body {
  overflow: hidden;
}
body.loaded {
  overflow: auto;
}
#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 100500;
  text-align: center;
  padding-top: 125px;
}
#page-preloader .spinner {
  width: 64px;
  height: 64px;
  display: block;
  background: url("data:image/gif;base64,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") center no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.main__section {
  background: url("../images/anything/bg-main.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.main__text {
  padding-top: 75px;
  margin-right: -20px;
  margin-left: 5px;
}
.main__title {
  font-family: OpenSans-Extrabold, sans-serif;
  font-size: 51px;
  line-height: 40px;
  color: #34424d;
  text-transform: uppercase;
  margin-bottom: 47px;
}
.main__title span {
  font-size: 33px;
}
.main__mark {
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
}
.main__mark span {
  display: inline-block;
  background: #83c72e;
  line-height: 1;
  padding: 3px 7px;
}
.main__about {
  font-size: 24px;
  line-height: 32px;
  color: #23313c;
  margin-top: 31px;
  margin-left: 8px;
  margin-bottom: 41px;
  text-transform: uppercase;
}
.main__list {
  list-style: none;
  margin-left: 37px;
}
.main__list strong {
  font-family: OpenSans-Bold, sans-serif;
}
.main__list li {
  position: relative;
  padding-left: 55px;
  font-size: 20px;
  margin-bottom: 40px;
  color: #23313c;
}
.main__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -10px;
}
.main__list li:last-child {
  margin-bottom: 0;
}
.main__list li:nth-child(1):before {
  background-image: url(../images/spritesheet.png);
  background-position: -427px -235px;
  width: 40px;
  height: 39px;
}
.main__list li:nth-child(2):before {
  background-image: url(../images/spritesheet.png);
  background-position: -427px -59px;
  width: 40px;
  height: 39px;
}
.main__list li:nth-child(3):before {
  background-image: url(../images/spritesheet.png);
  background-position: -427px -103px;
  width: 40px;
  height: 39px;
}
.main__list li:nth-child(4):before {
  background-image: url(../images/spritesheet.png);
  background-position: -427px -147px;
  width: 40px;
  height: 39px;
}
.main__list li:nth-child(5):before {
  background-image: url(../images/spritesheet.png);
  background-position: -427px -191px;
  width: 40px;
  height: 39px;
}
.main__form {
  margin-right: 14px;
}
.main__form button {
  margin-top: 16px;
}
.main__form-or {
  font-size: 18px;
  margin-top: 13px;
  margin-bottom: 15px;
}
.main__form-wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 214px 47px 44px 61px;
  text-align: center;
}
.main__form-title {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #34424d;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.main__form-title strong {
  font-family: OpenSans-Extrabold, sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.main__form-text {
  font-size: 18px;
  line-height: 22px;
  color: #34424d;
  margin-bottom: 27px;
}
.main__form-comment {
  font-size: 16px;
  line-height: 18px;
  margin-top: 7px;
}
.form__input {
  position: relative;
  margin-bottom: 7px;
}
.form__input:before {
  content: '';
  position: absolute;
  left: 36px;
  top: 1px;
  bottom: 1px;
  border-right: 1px solid #cdcdcd;
}
.form__input:after {
  content: '';
  position: absolute;
  left: 18px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.form__input_name:after {
  background-image: url(../images/spritesheet.png);
  background-position: -399px -274px;
  width: 12px;
  height: 15px;
}
.form__input_tel:after {
  background-image: url(../images/spritesheet.png);
  background-position: -378px -274px;
  width: 16px;
  height: 16px;
}
.form__input_email:after {
  background-image: url(../images/spritesheet.png);
  background-position: -333px -178px;
  width: 14px;
  height: 11px;
}
h2 {
  font-size: 48px;
  text-transform: uppercase;
  text-align: center;
  font-family: OpenSans-Light, sans-serif;
  color: #34424d;
}
.reason__section .container {
  padding-top: 45px;
  padding-bottom: 25px;
}
.reason__section h2 {
  margin-bottom: 37px;
}
.reason__wrap:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.reason__item {
  float: left;
  width: 33.33%;
  text-align: center;
  background: #f2f2f2;
  padding: 28px 15px 44px;
  color: #34424d;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.reason__item:before {
  content: '';
  display: block;
  margin: 0 auto 26px;
}
.reason__item:nth-child(2n) {
  background: #e2e2e2;
}
.reason__item:nth-child(1):before {
  background-image: url(../images/spritesheet.png);
  background-position: -155px -206px;
  width: 66px;
  height: 66px;
}
.reason__item:nth-child(2):before {
  background-image: url(../images/spritesheet.png);
  background-position: -226px -206px;
  width: 66px;
  height: 66px;
}
.reason__item:nth-child(3):before {
  background-image: url(../images/spritesheet.png);
  background-position: -356px 0px;
  width: 66px;
  height: 66px;
}
.reason__item:nth-child(4):before {
  background-image: url(../images/spritesheet.png);
  background-position: -356px -71px;
  width: 66px;
  height: 66px;
}
.reason__item:nth-child(5):before {
  background-image: url(../images/spritesheet.png);
  background-position: -84px -206px;
  width: 66px;
  height: 66px;
}
.reason__item:nth-child(6):before {
  background-image: url(../images/spritesheet.png);
  background-position: -356px -142px;
  width: 66px;
  height: 66px;
}
.reason__title {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 22px;
  margin-bottom: 25px;
}
.reason__text {
  font-size: 16px;
  line-height: 19px;
  font-family: OpenSans-Light, sans-serif;
}
.reason__text a {
  font-family: OpenSans-Semibold, sans-serif;
  color: #34424d;
  display: inline-block;
  margin-top: 21px;
}
.target__section .container {
  padding-top: 44px;
  padding-bottom: 35px;
}
.target__section h2 {
  margin-bottom: 37px;
}
.target__wrap:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.target__item {
  float: left;
  width: 33.33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #e7ad27;
  color: #fff;
  text-align: center;
  padding: 33px 15px 59px;
}
.target__item:before {
  content: '';
  display: block;
  margin: 0 auto 35px;
}
.target__item:nth-child(2n) {
  background: #f5bb32;
}
.target__item:nth-child(1):before {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -206px;
  width: 79px;
  height: 97px;
}
.target__item:nth-child(2):before {
  background-image: url(../images/spritesheet.png);
  background-position: -218px -100px;
  width: 110px;
  height: 97px;
}
.target__item:nth-child(3):before {
  background-image: url(../images/spritesheet.png);
  background-position: -218px 0px;
  width: 133px;
  height: 95px;
}
.target__title {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 26px;
  margin-bottom: 42px;
}
.target__text {
  font-size: 16px;
  line-height: 30px;
  font-family: OpenSans-Semibold, sans-serif;
}
.fitting__section .container {
  padding-top: 30px;
  padding-bottom: 45px;
}
.fitting__section h2 {
  margin-bottom: 37px;
}
.fitting__previews {
  margin-bottom: 32px;
}
.fitting__preview {
  text-align: center;
  margin: 0 5px;
  cursor: pointer;
}
.fitting__preview img {
  display: inline-block;
  width: 100%;
}
.fitting__preview.slick-center .fitting__title {
  background: #83c72e;
}
.fitting__preview.slick-center .fitting__title span {
  color: #fff;
}
.fitting__title {
  background: #e7ad27;
  height: 50px;
  line-height: 48px;
  padding: 0 5px;
  text-align: center;
}
.fitting__title span {
  display: inline-block;
  vertical-align: middle;
  font-family: OpenSans-Bold, sans-serif;
  font-size: 14px;
  line-height: 17px;
  color: #34424d;
}
/*.fitting__slider {
  background: url("../images/temp/designer-pic.jpg") top center no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}*/
.fitting__descriptions
{
  padding-top:25px;
  text-align:center;
}
.fitting__description
{
  display:none;
  float:left;
}
.slick-initialized .fitting__description
{
  display:block;
}
.fitting__description h3
{
  font-size:20px;
  padding-bottom:15px;
}

.fitting__description p
{
  padding:10px 0px;
}

.worth__section {
  background: #f0f0f0;
  text-align: center;
}
.worth__section .container {
  padding-top: 33px;
  padding-bottom: 32px;
}
.worth__section h3 {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 24px;
  color: #34424d;
  margin-bottom: 22px;
}
.worth__section .button {
  width: 250px;
}
.worth__form {
  text-align: justify;
  -ms-text-justify: newspaper;
  text-justify: newspaper;
  font-size: 0;
}
.worth__form:after {
  content: '';
  display: inline-block;
  width: 100%;
}
.worth__form .form__input {
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}
.worth__form .button {
  display: inline-block;
  margin-top: 0;
  vertical-align: middle;
  height: 42px;
  line-height: 42px;
}
.gallery__section .container {
  padding-top: 49px;
  padding-bottom: 54px;
}
.gallery__section h2 {
  font-size: 42px;
  margin-bottom: 38px;
}
.gallery__wrap {
  margin: 0 -1.5px;
}
.gallery__wrap:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.gallery__item {
  float: left;
  width: 25%;
  padding: 0 1.5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 5px;
  position: relative;
  overflow: hidden;
}
.gallery__item:before,
.gallery__item:after {
  content: '';
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.gallery__item:before {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.65);
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.gallery__item:after {
  left: 50%;
  top: 50%;
  background-image: url(../images/spritesheet.png);
  background-position: -427px -279px;
  width: 38px;
  height: 38px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -80px;
}
.gallery__item:hover:before,
.gallery__item:hover:after {
  opacity: 1;
  visibility: visible;
}
.gallery__item:hover:before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.gallery__item:hover:after {
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  margin-top: 0;
}
.gallery__text {
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center;
  font-family: OpenSans-Semibold, sans-serif;
  font-size: 24px;
  text-transform: uppercase;
}
.review__section {
  background: url("../images/anything/bg-reviews.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.review__section .container {
  padding-top: 62px;
  padding-bottom: 66px;
}
.review__section h2 {
  color: #fff;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 62px;
}
.review__slider {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  position: relative;
  z-index: 2;
  padding-bottom: 1px;
}
.review__slider:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.45);
  z-index: -1;
}
.review__slide {
  padding: 10px;
  padding-left: 308px;
  padding-right: 20px;
}
.review__slide:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}
.review__image {
  float: left;
  margin-left: -298px;
  width: 275px;
}
.review__text {
  font-family: OpenSans-Italic, sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #34424d;
}
.review__text-wrap {
  position: relative;
  z-index: 2;
}
.review__text-wrap:before {
  content: '';
  position: absolute;
  z-index: -1;
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 213px;
  height: 201px;
  top: 5px;
  left: 21px;
}
.review__text-wrap h3 {
  font-size: 18px;
  font-family: OpenSans-Bold, sans-serif;
  color: #34424d;
  padding-top: 13px;
  padding-bottom: 13px;
  border-bottom: 1px dotted;
  margin-bottom: 10px;
}
.instruction__section {
  background: url("../images/anything/bg-instruction.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.instruction__section .container {
  padding-top: 36px;
  padding-bottom: 24px;
}
.instruction__section h2 {
  margin-bottom: 96px;
}
.instruction__wrap {
  width: 290px;
  background: url("../images/anything/instruction-line.png") top center no-repeat;
  padding-top: 18px;
  padding-bottom: 1px;
  margin: 0 auto;
  position: relative;
  left: 11px;
}
.instruction__item {
  text-align: right;
  position: relative;
  margin-right: -23px;
  margin-bottom: 29px;
}
.instruction__item:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -187px -308px;
  width: 49px;
  height: 49px;
}
.instruction__item:nth-child(2n) {
  text-align: left;
  margin-right: 0;
  margin-left: -18px;
}
.instruction__item:nth-child(2n) .instruction__title {
  left: auto;
  right: 100%;
  margin-left: 0;
  margin-right: 13px;
  bottom: 20px;
}
.instruction__item:nth-child(2n) .instruction__text {
  left: 65px;
  right: 0;
  -webkit-transform: translate(100px, -50%);
  -moz-transform: translate(100px, -50%);
  -ms-transform: translate(100px, -50%);
  -o-transform: translate(100px, -50%);
  transform: translate(100px, -50%);
}
.instruction__item:nth-child(2n) .instruction__text:before {
  left: auto;
  right: 100%;
  border-left-color: transparent;
  border-right-color: rgba(131, 199, 46, 0.9);
}
.instruction__item:nth-child(1) .instruction__title:before {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -369px;
  width: 44px;
  height: 44px;
}
.instruction__item:nth-child(2) .instruction__title:before {
  background-image: url(../images/spritesheet.png);
  background-position: -241px -308px;
  width: 46px;
  height: 46px;
}
.instruction__item:nth-child(3) .instruction__title:before {
  background-image: url(../images/spritesheet.png);
  background-position: -124px -308px;
  width: 58px;
  height: 55px;
}
.instruction__item:nth-child(4) .instruction__title:before {
  background-image: url(../images/spritesheet.png);
  background-position: -297px -206px;
  width: 51px;
  height: 51px;
}
.instruction__item:nth-child(5) .instruction__title:before {
  background-image: url(../images/spritesheet.png);
  background-position: -292px -308px;
  width: 53px;
  height: 39px;
}
.instruction__item:nth-child(6) .instruction__title:before {
  background-image: url(../images/spritesheet.png);
  background-position: -427px 0px;
  width: 42px;
  height: 54px;
}
.instruction__item.active {
  z-index: 100;
}
.instruction__item.active .instruction__text {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.instruction__item.active .instruction__title {
  border-bottom-color: transparent;
}
.instruction__title {
  position: absolute;
  cursor: pointer;
  font-family: OpenSans-BoldItalic, sans-serif;
  font-size: 24px;
  color: #34424d;
  left: 100%;
  margin-left: 8px;
  border-bottom: 2px dotted;
  white-space: nowrap;
  bottom: 14px;
}
.instruction__title:hover {
  border-bottom-color: transparent;
}
.instruction__title:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 41px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.instruction__text {
  -webkit-transition: all 200ms ease;
  -moz-transition: all 200ms ease;
  -ms-transition: all 200ms ease;
  -o-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 9px 12px;
  background: rgba(131, 199, 46, 0.9);
  font-size: 17px;
  line-height: 21px;
  right: 65px;
  left: 0;
  top: 50%;
  -webkit-transform: translate(-100px, -50%);
  -moz-transform: translate(-100px, -50%);
  -ms-transform: translate(-100px, -50%);
  -o-transform: translate(-100px, -50%);
  transform: translate(-100px, -50%);
}
.instruction__text:before {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left-color: rgba(131, 199, 46, 0.9);
}
.free__section {
  background: url("../images/anything/bg-free.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.free__text {
  padding-top: 106px;
  margin-left: 27px;
}
.free__title {
  font-family: OpenSans-Extrabold, sans-serif;
  font-size: 24px;
  line-height: 36px;
  color: #34424d;
  margin-bottom: 49px;
}
.free__title strong {
  font-size: 48px;
  line-height: 63px;
  text-transform: uppercase;
}
.free__list {
  list-style: none;
}
.free__list li {
  position: relative;
  padding-left: 70px;
  font-size: 20px;
  line-height: 24px;
  color: #23313c;
  font-family: OpenSans-Semibold, sans-serif;
  margin-bottom: 48px;
}
.free__list li:last-child {
  margin-bottom: 0;
}
.free__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: -8px;
}
.free__list li:nth-child(1):before {
  background-image: url(../images/spritesheet.png);
  background-position: -62px -308px;
  width: 57px;
  height: 56px;
}
.free__list li:nth-child(2):before {
  background-image: url(../images/spritesheet.png);
  background-position: 0px -308px;
  width: 57px;
  height: 56px;
}
.free__list li:nth-child(3):before {
  background-image: url(../images/spritesheet.png);
  background-position: -356px -213px;
  width: 57px;
  height: 56px;
}
.free__form-wrap {
  background: rgba(255, 255, 255, 0.8);
  padding: 137px 47px 127px 61px;
  text-align: center;
}
.free__form-title {
  font-family: OpenSans-Bold, sans-serif;
  font-size: 18px;
  color: #34424d;
  text-transform: uppercase;
  margin-bottom: 32px;
}
.free__form-title strong {
  font-family: OpenSans-Extrabold, sans-serif;
  font-size: 24px;
  line-height: 35px;
}
.visit__section {
  background: url("../images/anything/bg-visit.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #fff;
  text-align: center;
}
.visit__section .container {
  padding-top: 116px;
  padding-bottom: 112px;
}
.visit__section h2 {
  color: #fff;
  margin-bottom: 76px;
}
.visit__text {
  font-size: 30px;
  line-height: 36px;
  font-family: OpenSans-Light, sans-serif;
}
.map__section {
  height: 435px;
}
.popup {
  display: none;
  background: rgba(255, 255, 255, 0.9);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 2px solid #83c72e;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 354px;
  padding: 41px 47px;
}
.popup__title {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 50px;
  text-transform: uppercase;
  color: #34424d;
  text-align: center;
}
.popup .button {
  margin-top: 20px;
}
.popup__original {
  padding: 0;
  max-width: 615px;
  text-align: center;
  background: #fff;
}
.popup__original .popup__title {
  background: #83c72e;
  color: #fff;
  margin-bottom: 0;
}
.popup__original .popup__text {
  padding: 25px 55px;
}
.popup__original .popup__text p {
  font-size: 20px;
  color: #34424d;
  margin-bottom: 20px;
  margin-top: 20px;
}
.popup__original .popup__text p:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  vertical-align: middle;
  background: #314256;
  margin-right: 10px;
}
.popup__original .popup__text p:first-child {
  margin-top: 0;
}
.popup__original .popup__text img {
  display: inline-block;
  margin-bottom: 3px;
}
.popup__thank {
  text-align: center;
  color: #34424d;
  max-width: 780px;
  padding: 50px;
}
.popup__thank h3 {
  font-size: 30px;
  margin-bottom: 20px;
  font-family: OpenSans-Bold, sans-serif;
}
.popup__thank p {
  font-size: 24px;
}
.fancybox-close {
  background-image: url(../images/spritesheet.png);
  background-position: -427px -322px;
  width: 34px;
  height: 34px;
  position: absolute;
  top: -36px;
  right: -36px;
}
.footer .container {
  padding-top: 16px;
  padding-bottom: 26px;
}
.footer__logo {
  margin-left: 5px;
}
.footer__logo span {
  display: block;
  line-height: 17px;
  text-transform: uppercase;
  margin-left: 2px;
  margin-top: 7px;
}
.footer__callback {
  margin-top: 22px;
}
.footer__contacts {
  text-align: right;
  font-family: OpenSans-Light, sans-serif;
}
.footer__tel {
  position: relative;
  text-decoration: none;
  font-size: 30px;
  color: #4a4852;
  margin-top: 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.footer__tel:hover {
  color: #83c72e;
}
.footer__tel:before {
  content: '';
  position: absolute;
  background-image: url(../images/spritesheet.png);
  background-position: -339px -100px;
  width: 12px;
  height: 19px;
  left: -28px;
  margin-top: 6px;
}
.footer__location {
  display: block;
  margin-left: 80px;
  font-size: 16px;
  line-height: 19px;
  position: relative;
  text-align: left;
}
.footer__location:before {
  content: '';
  position: absolute;
  background-image: url(../images/spritesheet.png);
  background-position: -339px -124px;
  width: 10px;
  height: 18px;
  left: -28px;
  top: 0;
}
.footer__dev {
  text-align: center;
  font-size: 12px;
  margin-top: 20px;
}
.footer__dev a {
  color: #83c72e;
}
@media (max-width: 1023px) {
  .header__tel {
    font-size: 34px;
    margin-bottom: 5px;
  }
  .main__text {
    padding-top: 40px;
  }
  .main__title {
    margin-bottom: 25px;
  }
  .main__form-wrap {
    padding: 30px 40px 35px;
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .main__about {
    margin-top: 20px;
    margin-bottom: 30px;
  }
  .main__list {
    margin-left: 0;
  }
  .main__list:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
  }
  .main__list li {
    float: left;
    width: 42%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .main__list li:nth-child(2n) {
    width: 58%;
  }
  .main__form {
    margin-right: 0;
  }
  h2 {
    font-size: 36px;
  }
  .reason__item {
    padding: 20px 10px 30px;
  }
  .reason__title {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .reason__text br {
    display: none;
  }
  .target__item {
    padding: 25px 10px 30px;
  }
  .target__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .target__text {
    font-size: 15px;
    line-height: 24px;
  }
  .target__text br {
    display: none;
  }
  .gallery__section h2 {
    font-size: 32px;
  }
  .gallery__text {
    font-size: 20px;
  }
  .worth__form {
    text-align: center;
  }
  .worth__form .form__input {
    display: block;
    margin-bottom: 8px;
  }
  .worth__form .button {
    margin-top: 14px;
  }
  .instruction__section h2 {
    margin-bottom: 50px;
  }
  .free__text {
    padding-top: 40px;
  }
  .free__title {
    margin-bottom: 25px;
  }
  .free__title strong {
    display: block;
    line-height: 40px;
  }
  .free__title br {
    display: none;
  }
  .free__list {
    margin-bottom: 25px;
  }
  .free__list br {
    display: none;
  }
  .free__form-wrap {
    padding: 30px 35px 35px;
    margin-bottom: 25px;
  }
  .visit__section .container {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .visit__section h2 {
    margin-bottom: 50px;
  }
  .footer__logo {
    margin-top: 20px;
  }
  .footer__logo span {
    display: none;
  }
  .footer__callback {
    margin-left: -20px;
    margin-right: 20px;
  }
  .footer__location {
    margin-left: 7px;
  }
}
@media (max-width: 767px) {
  .header .container {
    padding-top: 14px;
    padding-bottom: 18px;
  }
  .header__logo_01 {
    margin-left: 0;
  }
  .header__logo_02 {
    margin-left: 0;
    margin-right: 0;
  }
  .header__logo_02:before {
    display: none;
  }
  .header__contacts {
    text-align: center;
  }
  .main__section {
    position: relative;
    z-index: 2;
  }
  .main__section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  .main__title {
    font-size: 40px;
    line-height: 44px;
    margin-bottom: 15px;
  }
  .main__title span {
    font-size: 26px;
    line-height: 32px;
    display: inline-block;
  }
  .main__text {
    margin-left: 0;
  }
  .main__mark {
    font-size: 22px;
    line-height: 30px;
  }
  .main__about {
    font-size: 22px;
    line-height: 28px;
    margin-left: 0;
  }
  .main__list li {
    width: auto;
    float: none;
    font-size: 18px;
  }
  .main__list li:nth-child(2n) {
    width: auto;
  }
  .main__form-wrap {
    border-top: 1px solid #4a4852;
    padding: 30px 15px 0;
    background: transparent;
  }
  h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .reason__section .container {
    padding-top: 25px;
    padding-bottom: 15px;
  }
  .reason__section h2 {
    margin-bottom: 30px;
  }
  .reason__item {
    width: auto;
    float: none;
    height: auto !important;
  }
  .target__section .container {
    padding-top: 25px;
  }
  .target__section h2 {
    margin-bottom: 25px;
  }
  .target__item {
    float: none;
    width: auto;
    height: auto !important;
  }
  .fitting__preview img {
    width: auto;
  }
  .gallery__section .container {
    padding-top: 30px;
    padding-bottom: 35px;
  }
  .gallery__section h2 {
    font-size: 28px;
    line-height: 32px;
  }
  .gallery__item {
    width: 50%;
    text-align: center;
  }
  .gallery__text {
    font-size: 16px;
  }
  .review__section .container {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .review__section h2 {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 40px;
  }
  .review__slide {
    padding-left: 10px;
  }
  .review__image {
    display: none;
  }
  .instruction__section h2 {
    margin-bottom: 20px;
  }
  .instruction__title {
    position: static;
    display: inline-block;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .instruction__title:before {
    display: block;
    position: static;
    margin: 0 auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  .instruction__item {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: center !important;
    /*&:nth-child(2n+1){
        &:before{
          display: none;
        }
        &:after{
          content: '';
          display: inline-block;
          .sprite(@ico-click);
        }
        .instruction{
          &__title{
            margin-left: 0;
            margin-right: 8px;
          }
        }
      }*/
  }
  .instruction__item:before {
    display: none;
  }
  .instruction__wrap {
    background: none;
    width: auto;
    position: static;
  }
  .instruction__text {
    position: static;
    opacity: 1;
    visibility: visible;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    margin-top: 15px;
  }
  .instruction__text:before {
    display: none;
  }
  .free__section {
    position: relative;
    z-index: 2;
  }
  .free__section:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.7);
  }
  .free__form-wrap {
    background: none;
    border-top: 1px solid #4a4852;
    padding: 30px 15px 0;
  }
  .free__title {
    line-height: 24px;
    font-size: 18px;
  }
  .free__title strong {
    font-size: 34px;
    line-height: 36px;
  }
  .free__text {
    margin-left: 0;
  }
  .free__list li {
    font-size: 16px;
    line-height: 20px;
  }
  .visit__section .container {
    padding-top: 40px;
    padding-bottom: 45px;
  }
  .visit__section h2 {
    margin-bottom: 45px;
  }
  .visit__text {
    font-size: 24px;
    line-height: 30px;
  }
  .footer {
    text-align: center;
  }
  .footer__logo {
    margin-top: 0;
  }
  .footer__callback {
    margin-left: 0;
    margin-right: 0;
  }
  .footer__callback .button {
    max-width: 300px;
  }
  .footer__contacts {
    display: inline-block;
    margin-left: 40px;
  }
  .footer__tel {
    display: block;
  }
  .footer__location {
    display: block;
    margin-left: 0;
  }
  .popup__callback {
    padding: 20px;
  }
  .popup__callback .popup__title {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 24px;
  }
  .popup__original .popup__title {
    font-size: 18px;
    line-height: 22px;
  }
  .popup__original .popup__text {
    padding: 20px 20px;
  }
  .popup__original .popup__text p {
    font-size: 16px;
  }
  .popup__thank {
    max-width: 280px;
    padding: 20px;
  }
  .fancybox-close {
    right: -20px;
    top: -20px;
  }
}
