/* 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;
}

/* 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: RobotoCondensed-Regular, Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 14px;
  color: #162b45;
}

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;
  border: none;
  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;
  font-size: 18px;
  font-family: RobotoCondensed-Bold, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  text-align: center;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
  background: #00cbfe;
  background: -moz-linear-gradient(top, #00cbfe 0%, #00a6fc 100%);
  background: -webkit-linear-gradient(top, #00cbfe 0%, #00a6fc 100%);
  background: linear-gradient(to bottom, #00cbfe 0%, #00a6fc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00cbfe', endColorstr='#00a6fc', GradientType=0);
  height: 60px;
  line-height: 66px;
  letter-spacing: -0.4px;
  -webkit-box-shadow: 0 4px 0 #0072ab;
  -moz-box-shadow: 0 4px 0 #0072ab;
  box-shadow: 0 4px 0 #0072ab;
  width: 100%;
  z-index: 2;
}

.button:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #00a6fc;
  opacity: 0;
  z-index: -1;
}

.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 0 10px;
  padding: 0 14px;
  width: 100%;
  border: 1px solid #00cbfe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 48px;
  line-height: 46px;
  font-size: 18px;
  color: #666;
  font-family: RobotoCondensed-Light, sans-serif;
}

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

textarea {
  resize: vertical;
  height: 150px;
}

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: #666666;
}

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: #666666;
}

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: #666666;
}

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: #666666;
}

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) {
  .xhPhone .header__tel {
    margin-top: 7px;
  }
  .map__contacts .insta {
    font-size: 13px;
  }
  .map__contacts .insta:before {
    display: none;
  }
  .map__section .map__contacts {
    padding: 20px;
  }
  .map__contacts .header__location {
    margin-left: 0px;
  }
  .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;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  color: transparent;
  position: absolute;
  top: 0;
  bottom: 24px;
  left: -65px;
  width: 55px;
  background: rgba(0, 0, 0, 0.22);
  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:before,
.slick-next:before {
  content: '';
  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%);
  background-image: url(../images/spritesheet.png);
  background-position: -147px 0px;
  width: 28px;
  height: 107px;
}

.slick-prev:hover,
.slick-next:hover {
  background: rgba(0, 0, 0, 0.62);
}

.slick-next {
  left: auto;
  right: -65px;
}

.slick-next:before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -moz-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
  -o-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}

.slick-dots {
  list-style: none;
  display: block;
  text-align: center;
  font-size: 0;
  padding: 0;
  width: 100%;
}

.slick-dots li {
  display: inline-block;
  margin: 5px 8px;
}

.slick-dots li.slick-active button {
  background: #00cbfe;
}

.slick-dots button {
  border: 0;
  padding: 0;
  background: transparent;
  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: 9px;
  height: 9px;
  background: #162b45;
}

.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-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);
}

.xdsoft_datetimepicker {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background: #fff;
  border: 1px solid #00cbfe;
  color: #162b45;
  padding: 8px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding-right: 74px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_datepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  margin-bottom: 10px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_datepicker {
  width: 256px;
}

.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: 0;
}

.xdsoft_datetimepicker button {
  border: none !important;
}

.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}

.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: right;
  margin-right: -66px;
  text-align: center;
  margin-left: 8px;
  margin-top: 0;
}

.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.xdsoft_noselect::selection {
  background: transparent;
}

.xdsoft_noselect::-moz-selection {
  background: transparent;
}

.xdsoft_today_button {
  display: none !important;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker {
  float: right;
  margin-right: 8px;
  margin-left: 0;
}

.xdsoft_datetimepicker .xdsoft_datepicker.active+.xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}

.xdsoft_datetimepicker .xdsoft_monthpicker {
  position: relative;
  text-align: center;
}

.xdsoft_datetimepicker .xdsoft_monthpicker:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}

.xdsoft_datepicker {
  overflow: hidden;
  position: relative;
}

.xdsoft_datetimepicker .xdsoft_label i,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6Q0NBRjI1NjM0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6Q0NBRjI1NjQ0M0UwMTFFNDk4NkFGMzJFQkQzQjEwRUIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpDQ0FGMjU2MTQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpDQ0FGMjU2MjQzRTAxMUU0OTg2QUYzMkVCRDNCMTBFQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PoNEP54AAAIOSURBVHja7Jq9TsMwEMcxrZD4WpBYeKUCe+kTMCACHZh4BFfHO/AAIHZGFhYkBBsSEqxsLCAgXKhbXYOTxh9pfJVP+qutnZ5s/5Lz2Y5I03QhWji2GIcgAokWgfCxNvcOCCGKqiSqhUp0laHOne05vdEyGMfkdxJDVjgwDlEQgYQBgx+ULJaWSXXS6r/ER5FBVR8VfGftTKcITNs+a1XpcFoExREIDF14AVIFxgQUS+h520cdud6wNkC0UBw6BCO/HoCYwBhD8QCkQ/x1mwDyD4plh4D6DDV0TAGyo4HcawLIBBSLDkHeH0Mg2yVP3l4TQMZQDDsEOl/MgHQqhMNuE0D+oBh0CIr8MAKyazBH9WyBuKxDWgbXfjNf32TZ1KWm/Ap1oSk/R53UtQ5xTh3LUlMmT8gt6g51Q9p+SobxgJQ/qmsfZhWywGFSl0yBjCLJCMgXail3b7+rumdVJ2YRss4cN+r6qAHDkPWjPjdJCF4n9RmAD/V9A/Wp4NQassDjwlB6XBiCxcJQWmZZb8THFilfy/lfrTvLghq2TqTHrRMTKNJ0sIhdo15RT+RpyWwFdY96UZ/LdQKBGjcXpcc1AlSFEfLmouD+1knuxBDUVrvOBmoOC/rEcN7OQxKVeJTCiAdUzUJhA2Oez9QTkp72OTVcxDcXY8iKNkxGAJXmJCOQwOa6dhyXsOa6XwEGAKdeb5ET3rQdAAAAAElFTkSuQmCC);
}

.xdsoft_datetimepicker .xdsoft_label i {
  opacity: .5;
  background-position: -92px -19px;
  display: inline-block;
  width: 9px;
  height: 20px;
  vertical-align: middle;
}

.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0;
}

.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0;
}

.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0 0;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0 none;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  outline: medium none;
  overflow: hidden;
  padding: 0;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 18px;
  min-width: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_timepicker .xdsoft_next {
  float: none;
  margin-left: 0;
  margin-right: 14px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0;
  margin-bottom: 7px;
  margin-top: 0;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #dddddd;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
  background: #f5f5f5;
  border-top: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0;
  height: 25px;
  line-height: 25px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:first-child {
  border-top-width: 0;
}

.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
}

.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}

.xdsoft_datetimepicker .xdsoft_label:hover>span {
  text-decoration: underline;
}

.xdsoft_datetimepicker .xdsoft_label:hover i {
  opacity: 1;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_monthselect {
  right: 0;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select.xdsoft_yearselect {
  right: 2px;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  color: #fff;
  background: #ff8000;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option {
  padding: 2px 10px 2px 5px;
  text-decoration: none !important;
}

.xdsoft_datetimepicker .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_month {
  width: 85px;
  text-align: right;
}

.xdsoft_datetimepicker .xdsoft_calendar {
  /*clear: both*/
}

.xdsoft_datetimepicker .xdsoft_year {
  width: 48px;
}

.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}

.xdsoft_datetimepicker .xdsoft_calendar td>div {
  padding-right: 5px;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}

.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #ddd;
  color: #666;
  font-size: 12px;
  text-align: right;
  vertical-align: middle;
  padding: 0;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}

.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_showweeks .xdsoft_calendar th {
  width: 12.5%;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #33aaff;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000000;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #3af;
  box-shadow: #178fe5 0 1px 3px 0 inset;
  color: #fff;
  font-weight: 700;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box>div>div.xdsoft_disabled {
  opacity: .5;
  -ms-filter: "alpha(opacity=50)";
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: .2;
  -ms-filter: "alpha(opacity=20)";
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #fff !important;
  background: #ff8000 !important;
  box-shadow: none !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current.xdsoft_disabled:hover {
  background: #3af !important;
  box-shadow: #178fe5 0 1px 3px 0 inset !important;
  color: #ffffff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}

.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}

.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}

.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eeeeee !important;
}

.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaaaaa !important;
}

.xdsoft_time_box {
  position: relative;
  border: 1px solid #cccccc;
}

.xdsoft_scrollbar>.xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}

.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
}

.xdsoft_datetimepicker.xdsoft_rtl .xdsoft_scrollbar {
  left: 0;
  right: auto;
}

.xdsoft_scroller_box {
  position: relative;
}

.xdsoft_datetimepicker.xdsoft_dark {
  box-shadow: 0 5px 15px -5px rgba(255, 255, 255, 0.506);
  background: #000;
  border-bottom: 1px solid #444;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
  border-top: 1px solid #333;
  color: #cccccc;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box {
  border-bottom: 1px solid #222222;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div {
  background: #0a0a0a;
  border-top: 1px solid #222;
  color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label {
  background-color: #000000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select {
  border: 1px solid #333;
  background: #000000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
  color: #000;
  background: #007fff;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label i,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_prev,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_next,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_today_button {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAAAeCAYAAADaW7vzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QUExQUUzOTA0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QUExQUUzOTE0M0UyMTFFNDlBM0FFQTJENTExRDVBODYiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBQTFBRTM4RTQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpBQTFBRTM4RjQzRTIxMUU0OUEzQUVBMkQ1MTFENUE4NiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pp0VxGEAAAIASURBVHja7JrNSgMxEMebtgh+3MSLr1T1Xn2CHoSKB08+QmR8Bx9A8e7RixdB9CKCoNdexIugxFlJa7rNZneTbLIpM/CnNLsdMvNjM8l0mRCiQ9Ye61IKCAgZAUnH+mU3MMZaHYChBnJUDzWOFZdVfc5+ZFLbrWDeXPwbxIqrLLfaeS0hEBVGIRQCEiZoHQwtlGSByCCdYBl8g8egTTAWoKQMRBRBcZxYlhzhKegqMOageErsCHVkk3hXIFooDgHB1KkHIHVgzKB4ADJQ/A1jAFmAYhkQqA5TOBtocrKrgXwQA8gcFIuAIO8sQSA7hidvPwaQGZSaAYHOUWJABhWWw2EMIH9QagQERU4SArJXo0ZZL18uvaxejXt/Em8xjVBXmvFr1KVm/AJ10tRe2XnraNqaJvKE3KHuUbfK1E+VHB0q40/y3sdQSxY4FHWeKJCunP8UyDdqJZenT3ntVV5jIYCAh20vT7ioP8tpf6E2lfEMwERe+whV1MHjwZB7PBiCxcGQWwKZKD62lfGNnP/1poFAA60T7rF1UgcKd2id3KDeUS+oLWV8DfWAepOfq00CgQabi9zjcgJVYVD7PVzQUAUGAQkbNJTBICDhgwYTjDYD6XeW08ZKh+A4pYkzenOxXUbvZcWz7E8ykRMnIHGX1XPl+1m2vPYpL+2qdb8CDAARlKFEz/ZVkAAAAABJRU5ErkJggg==);
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0a0a0a;
  border: 1px solid #222;
  color: #999999;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  background: #0e0e0e;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
  color: #cc5500;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_default {
  background: #ffe9d2;
  box-shadow: #ffb871 0 1px 4px 0 inset;
  color: #000000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_highlighted_mint {
  background: #c1ffc9;
  box-shadow: #00dd1c 0 1px 4px 0 inset;
  color: #000000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div.xdsoft_current {
  background: #c50;
  box-shadow: #b03e00 0 1px 3px 0 inset;
  color: #000000;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_timepicker .xdsoft_time_box>div>div:hover {
  color: #000 !important;
  background: #007fff !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
  color: #666666;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright {
  color: #333333 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a {
  color: #111111 !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_copyright a:hover {
  color: #555555 !important;
}

.xdsoft_dark .xdsoft_time_box {
  border: 1px solid #333333;
}

.xdsoft_dark .xdsoft_scrollbar>.xdsoft_scroller {
  background: #333333 !important;
}

.xdsoft_datetimepicker .xdsoft_save_selected {
  display: block;
  border: 1px solid #ddd !important;
  margin-top: 5px;
  width: 100%;
  color: #454551;
  font-size: 13px;
}

.xdsoft_datetimepicker .blue-gradient-button {
  font-family: "museo-sans", "Book Antiqua", sans-serif;
  font-size: 12px;
  font-weight: 300;
  color: #82878c;
  height: 28px;
  position: relative;
  padding: 4px 17px 4px 33px;
  border: 1px solid #d7d8da;
  background: -moz-linear-gradient(top, #ffffff 0, #f4f8fa 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ffffff), color-stop(73%, #f4f8fa));
  background: -webkit-linear-gradient(top, #ffffff 0, #f4f8fa 73%);
  background: -o-linear-gradient(top, #ffffff 0, #f4f8fa 73%);
  background: -ms-linear-gradient(top, #ffffff 0, #f4f8fa 73%);
  background: linear-gradient(to bottom, #ffffff 0, #f4f8fa 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff', endColorstr='#f4f8fa', GradientType=0);
}

.xdsoft_datetimepicker .blue-gradient-button:hover,
.xdsoft_datetimepicker .blue-gradient-button:focus,
.xdsoft_datetimepicker .blue-gradient-button:hover span,
.xdsoft_datetimepicker .blue-gradient-button:focus span {
  color: #454551;
  background: -moz-linear-gradient(top, #f4f8fa 0, #ffffff 73%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f4f8fa), color-stop(73%, #ffffff));
  background: -webkit-linear-gradient(top, #f4f8fa 0, #ffffff 73%);
  background: -o-linear-gradient(top, #f4f8fa 0, #ffffff 73%);
  background: -ms-linear-gradient(top, #f4f8fa 0, #ffffff 73%);
  background: linear-gradient(to bottom, #f4f8fa 0, #ffffff 73%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f4f8fa', endColorstr='#FFF', GradientType=0);
}

@font-face {
  font-family: RobotoCondensed-Bold;
  src: url('../fonts/RobotoCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Bold.woff') format('woff'), url('../fonts/RobotoCondensed-Bold.ttf') format('truetype'), url('../fonts/RobotoCondensed-Bold.svg#RobotoCondensed-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RobotoCondensed-BoldItalic;
  src: url('../fonts/RobotoCondensed-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-BoldItalic.woff') format('woff'), url('../fonts/RobotoCondensed-BoldItalic.ttf') format('truetype'), url('../fonts/RobotoCondensed-BoldItalic.svg#RobotoCondensed-BoldItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RobotoCondensed-Light;
  src: url('../fonts/RobotoCondensed-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Light.woff') format('woff'), url('../fonts/RobotoCondensed-Light.ttf') format('truetype'), url('../fonts/RobotoCondensed-Light.svg#RobotoCondensed-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: RobotoCondensed-Regular;
  src: url('../fonts/RobotoCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoCondensed-Regular.woff') format('woff'), url('../fonts/RobotoCondensed-Regular.ttf') format('truetype'), url('../fonts/RobotoCondensed-Regular.svg#RobotoCondensed-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.light {
  font-family: RobotoCondensed-Light, sans-serif;
}

.regular {
  font-family: RobotoCondensed-Regular, sans-serif;
}

.bold {
  font-family: RobotoCondensed-Bold, sans-serif;
}

.bold-i {
  font-family: RobotoCondensed-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: 17px;
  padding-bottom: 13px;
}

.header__logo {
  margin-left: 4px;
  font-size: 0;
}

.header__logo img {
  vertical-align: middle;
}

.header__logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
  font-family: RobotoCondensed-Light, sans-serif;
  color: #0086cb;
  margin-left: 14px;
  letter-spacing: -0.3px;
}

.header__location {
  font-family: RobotoCondensed-Bold, sans-serif;
  color: #074ea2;
  font-size: 18px;
  line-height: 22px;
  position: relative;
  margin-top: 11px;
  margin-left: 27px;
}

.header__location:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -180px 0px;
  width: 16px;
  height: 22px;
  position: absolute;
  left: -25px;
  top: 3px;
}

.header__tel {
  font-family: RobotoCondensed-Bold, sans-serif;
  color: #074ea2;
  text-decoration: none;
  font-size: 30px;
}

.header__contacts {
  margin-top: 5px;
  margin-right: 5px;
  margin-left: -10px;
  text-align: right;
}

.header__contacts .button {
  margin-top: 12px;
  height: 31px;
  line-height: 31px;
  font-family: RobotoCondensed-Regular, sans-serif;
  text-transform: none;
  -webkit-box-shadow: 0 2px 0 #0072ab;
  -moz-box-shadow: 0 2px 0 #0072ab;
  box-shadow: 0 2px 0 #0072ab;
}

.header__callback.fixed {
  position: fixed;
  bottom: 30px;
  right: 50px;
  width: 150px;
  z-index: 100;
  opacity: .7;
}

.header__callback.fixed:hover {
  opacity: 1;
}

.main__section {
  z-index: 2;
  overflow: hidden;
  position: relative;
}

.main__section>img {
  position: absolute;
  left: 50%;
  top: -30%;
  -webkit-transform: translateX(-52%);
  -moz-transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  -o-transform: translateX(-52%);
  transform: translateX(-52%);
  z-index: -1;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}

.main__wrap {
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  margin: 0 -15px 0 -30px;
  padding: 110px 0
}

.main__title {
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 44px;
  color: #074ea2;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.advantages__section {
  z-index: 2;
  overflow: hidden;
  position: relative;
}

.advantages__section>img {
  position: absolute;
  left: 52%;
  top: 0;
  -webkit-transform: translateX(-52%);
  -moz-transform: translateX(-52%);
  -ms-transform: translateX(-52%);
  -o-transform: translateX(-52%);
  transform: translateX(-52%);
  z-index: -1;
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}

.advantages__text {
  font-size: 24px;
  line-height: 36px;
  font-family: RobotoCondensed-Bold, sans-serif;
  text-align: center;
  padding: 40px 0;
}

.advantages__text strong {
  font-size: 33px;
  line-height: 36px;
  color: #074ea2;
}

.advantages__list {
  text-align: left;
  list-style: none;
  padding-bottom: 70px
}

.advantages__list li {
  position: relative;
  padding-left: 36px;
  letter-spacing: -0.2px;
  margin-bottom: 17px;
}

.advantages__list li:last-child {
  margin-bottom: 0;
}

.advantages__list li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background-image: url(../images/spritesheet.png);
  background-position: -109px -117px;
  width: 21px;
  height: 20px;
}

.advantages__list strong {
  display: block;
  margin-bottom: 5px;
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 24px;
  color: #074ea2;
}

.advantages__list span {
  display: block;
  font-size: 18px;
  line-height: 22px;
}

.main__price {
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.main__price strong {
  font-size: 36px;
  color: #ff0000;
  display: inline-block;
  margin-top: 13px;
}

.main__button {
  margin: 18px 46px 14px;
}

.main__gift {
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}

.main__gift:before {
  content: '';
  display: inline-block;
  background-image: url(../images/spritesheet.png);
  background-position: -82px -117px;
  width: 22px;
  height: 24px;
  margin-right: 13px;
}

.main__gift span {
  color: #ff0000;
}

.insta {
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}

.insta:before {
  content: '';
  display: inline-block;
  background-image: url(../images/insta.jpg);
  background-position: -77px -117px;
  width: 22px;
  height: 24px;
  margin-right: 0px;
}

.insta span {
  color: #ff0000;
}

.slick-prev,
.fancybox-prev,
.slick-next,
.fancybox-next {
  position: absolute;
  background: rgba(0, 0, 0, 0.22);
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 55px;
  height: 140px;
}

.slick-prev:before,
.fancybox-prev:before,
.slick-next:before,
.fancybox-next:before {
  content: '';
  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%);
  background-image: url(../images/spritesheet.png);
  background-position: -147px 0px;
  width: 28px;
  height: 107px;
}

.slick-prev:hover,
.fancybox-prev:hover,
.slick-next:hover,
.fancybox-next:hover {
  background: rgba(0, 0, 0, 0.62);
}

.slick-prev,
.fancybox-prev {
  left: -90px;
}

.slick-next,
.fancybox-next {
  right: -90px;
}

.slick-next:before,
.fancybox-next:before {
  -webkit-transform: translate(-50%, -50%) scaleX(-1);
  -moz-transform: translate(-50%, -50%) scaleX(-1);
  -ms-transform: translate(-50%, -50%) scaleX(-1);
  -o-transform: translate(-50%, -50%) scaleX(-1);
  transform: translate(-50%, -50%) scaleX(-1);
}

.section__title {
  text-align: center;
  position: relative;
}

.section__title:after {
  content: '';
  width: 70px;
  border: 0 solid #dedede;
  background: #00cbfe;
  height: 1px;
  border-left-width: 65px;
  border-right-width: 65px;
  position: absolute;
  left: 50%;
  bottom: -15px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

h2 {
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
  font-family: RobotoCondensed-Bold, sans-serif;
  color: #074ea2;
  letter-spacing: -0.2px;
}

.doctor__wrap {
  position: relative;
}

.doctor__wrap .container {
  padding-bottom: 38px;
}

.doctor__title {
  font-family: RobotoCondensed-Light, sans-serif;
  font-size: 24px;
  margin-bottom: 50px;
  letter-spacing: -0.3px;
}

.doctor__title .container {
  padding-top: 35px;
}

.doctor__title strong {
  font-family: RobotoCondensed-Bold, sans-serif;
}

.doctor__title mark {
  display: block;
  background-color: transparent;
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 36px;
  color: #00cbfe;
  margin-top: 9px;
}

.doctor__title h2 {
  font-family: RobotoCondensed-Light, sans-serif;
  font-size: 24px;
  color: #162b45;
  text-transform: none;
}

.doctor__image {
  margin-right: 15px;
  left: 0;
  right: 50%;
}

.doctor__image img {
  left: auto !important;
  right: 0;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}

.doctor__text {
  font-size: 18px;
  line-height: 21px;
  margin-left: 10px;
}

.doctor__text ul {
  list-style: none;
  margin-bottom: 110px;
}

.doctor__text li {
  margin-bottom: 23px;
  position: relative;
  padding-left: 25px;
  letter-spacing: -0.2px;
}

.doctor__text li:last-child {
  margin-bottom: 0;
}

.doctor__text li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 7px;
  height: 7px;
  background: #00cbfe;
}

.doctor__text blockquote {
  text-align: right;
  margin-bottom: 61px;
  font-family: RobotoCondensed-BoldItalic, sans-serif;
  color: #074ea2;
  position: relative;
  z-index: 2;
}

.doctor__text blockquote:after {
  content: '';
  position: absolute;
  left: 0;
  top: -18px;
  z-index: -1;
  background-image: url(../images/spritesheet.png);
  background-position: 0px 0px;
  width: 142px;
  height: 112px;
}

.doctor__text blockquote footer {
  margin-top: 17px;
}

.doctor__button {
  text-align: center;
}

.doctor__button .button {
  width: auto;
  padding: 0 42px;
}

.bg__image {
  position: absolute;
  top: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 2;
}

.bg__image img {
  z-index: -1;
  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%);
  max-width: none;
  min-width: 100%;
  min-height: 100%;
}

.certificate__section {
  background: #dfdfdf;
}

.certificate__section .container {
  padding: 75px 0 46px;
}

.certificate__slide {
  display: block;
  margin: 0 10px;
  text-align: center;
}

.certificate__slide img {
  display: inline-block;
}

.certificate__slide a {
  display: inline-block;
  position: relative;
  padding: 10px 10px 31px 20px;
}

.certificate__slide a:after {
  content: '';
  position: absolute;
  background: url("../images/anything/certificate-border.png") top center;
  width: 223px;
  height: 311px;
  top: 0;
  left: 0;
  z-index: -1;
}

.smile__section {
  padding-bottom: 40px;
}

.smile__title {
  margin-bottom: 70px;
  letter-spacing: -0.3px;
}

.smile__title:after {
  bottom: -27px;
}

.smile__title .container {
  padding-top: 36px;
}

.smile__title h2 {
  margin-bottom: 8px;
}

.smile__title p {
  font-family: RobotoCondensed-Light, sans-serif;
  font-size: 24px;
  line-height: 29px;
}

.smile__title strong {
  font-family: RobotoCondensed-Bold, sans-serif;
}

.smile__wrap {
  position: relative;
}

.smile__image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 10px solid rgba(255, 255, 255, 0.5);
  z-index: 2;
}

.smile__image_01 {
  left: 0;
  right: 50%;
  margin-right: 260px;
}

.smile__image_02 {
  left: 50%;
  right: 0;
  margin-left: 260px;
}

.smile__content {
  padding-left: 45px;
  margin-top: -7px;
}

.smile__content h3 {
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #074ea2;
  margin-bottom: 24px;
}

.smile__content ul {
  list-style: none;
}

.smile__content li {
  position: relative;
  padding-left: 40px;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 21px;
  letter-spacing: -0.2px;
}

.smile__content li:last-child {
  margin-bottom: 0;
}

.smile__content li:before {
  content: '';
  position: absolute;
  left: 0;
  background-image: url(../images/spritesheet.png);
  background-position: -135px -117px;
  width: 18px;
  height: 18px;
}

.question__section {
  padding-top: 37px;
}

.question__title {
  margin-bottom: 50px;
}

.question__title h2 {
  text-transform: none;
  color: #00cbfe;
  font-size: 36px;
}

.question__list {
  list-style: none;
  margin-top: -3px;
}

.question__list h3 {
  font-size: 24px;
  line-height: 29px;
  font-family: RobotoCondensed-Bold, sans-serif;
  color: #074ea2;
  padding-bottom: 9px;
  margin-bottom: 12px;
  border-bottom: 1px dotted #162b45;
  letter-spacing: -0.2px;
}

.question__list p {
  letter-spacing: -0.1px;
  font-size: 18px;
  line-height: 22px;
}

.question__list li {
  margin-bottom: 26px;
}

.question__list li:last-child {
  margin-bottom: 0;
}

.question__wrap {
  position: relative;
  z-index: 2;
}

.question__wrap .container {
  padding-bottom: 44px;
}

.question__image {
  left: 50%;
  right: 0;
}

.about__section {
  background: url("../images/anything/bg-tooth-03.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.about__section .container {
  padding-top: 71px;
  padding-bottom: 70px;
}

.about__section h2 {
  margin-bottom: 60px;
}

.about__table {
  width: 100%;
}

.about__table td,
.about__table th {
  background: rgba(255, 255, 255, 0.8);
  border: 3px solid transparent;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 20px;
  line-height: 24px;
  vertical-align: middle;
  padding: 14px 15px 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.about__table td:first-child,
.about__table th:first-child,
.about__table td:last-child,
.about__table th:last-child {
  width: 265px;
}

.about__table th {
  font-family: RobotoCondensed-Bold, sans-serif;
  text-align: left;
}

.about__table tr:first-child td:nth-child(n+2) {
  background-color: rgba(7, 78, 162, 0.7);
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 24px;
  color: #fff;
  text-align: center;
}

.compare__section {
  background: url("../images/anything/bg-tooth-04.jpg") top center no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.compare__wrap {
  margin-left: -11px;
  padding-top: 25px;
  padding-bottom: 45px;
}

.compare__text {
  font-family: RobotoCondensed-Bold, sans-serif;
  text-align: center;
  font-size: 24px;
  margin-top: 6px;
  margin-bottom: 38px;
}

.compare__item {
  margin-bottom: 33px;
}

.compare__item:after {
  content: '';
  clear: both;
  display: table;
  width: 100%;
}

.compare__item:last-child {
  margin-bottom: 0;
}

.compare__item h3 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  color: #074ea2;
  font-family: RobotoCondensed-Bold, sans-serif;
  margin-bottom: 20px;
}

.compare__image {
  float: left;
  position: relative;
}

.compare__image:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 8px solid rgba(255, 255, 255, 0.5);
}

.compare__image:nth-child(2n+1) {
  float: right;
}

.stage__section {
  text-align: center;
}

.stage__section .container {
  padding-top: 49px;
  padding-bottom: 43px;
}

.stage__section div[class*="col-"]:last-child .stage__item {
  margin-bottom: 0;
}

.stage__section div[class*="col-"]:last-child .stage__item:before {
  display: none;
}

.stage__title {
  margin-bottom: 9px;
}

.stage__text {
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 20px;
  margin-bottom: 46px;
}

.stage__item {
  position: relative;
  margin-bottom: 57px;
}

.stage__item:before {
  content: '';
  position: absolute;
  top: 82px;
  left: 100%;
  margin-left: 4px;
  background-image: url(../images/spritesheet.png);
  background-position: -43px -117px;
  width: 34px;
  height: 36px;
}

.stage__image {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  overflow: hidden;
  position: relative;
}

.stage__image:before {
  content: '';
  border: 8px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 2;
}

.stage__about {
  font-size: 20px;
  line-height: 24px;
  margin: 15px 20px 0;
}

.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: 43px;
  padding-bottom: 65px;
}

.review__title {
  margin-bottom: 18px;
}

.review__subtitle {
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 60px;
}

.review__slider {
  margin: 0 120px;
  position: relative;
  z-index: 2;
}

.review__slider:before {
  content: '';
  position: absolute;
  top: -42px;
  right: -35px;
  bottom: -42px;
  left: -35px;
  z-index: -1;
  background: url("../images/anything/reviews-border-01.png") top left no-repeat, url("../images/anything/reviews-border-02.png") bottom right no-repeat;
}

.review__slide h3 {
  text-transform: uppercase;
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 24px;
  margin-bottom: 15px;
  color: #074ea2;
}

.review__slide p {
  font-size: 18px;
  line-height: 22px;
  font-family: RobotoCondensed-Light, sans-serif;
}

.price__section {
  text-align: center;
}

.price__section .container {
  padding-top: 37px;
  padding-bottom: 51px;
}

.price__text {
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 22px;
  line-height: 26px;
  margin-bottom: 21px;
}

.price__text strong {
  display: block;
  font-size: 36px;
  line-height: 40px;
  color: #ff0000;
  margin-top: 4px;
}

.price__gift {
  font-family: RobotoCondensed-Bold, sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: -0.4px;
}

.price__gift:before {
  content: '';
  background-image: url(../images/spritesheet.png);
  background-position: -82px -117px;
  width: 22px;
  height: 24px;
  display: inline-block;
  margin-right: 13px;
}

.price__gift mark {
  background-color: transparent;
  color: #ff0000;
}

.price__button {
  margin-bottom: 14px;
}

.price__button .button {
  width: auto;
  padding: 0 26px;
}

#map {
  height: 535px;
}

.map__section {
  position: relative;
}

.map__contacts {
  position: absolute;
  right: 40px;
  top: 40px;
  background: #fff;
  border: 3px solid #00cbfe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 20px 40px;
}

.map__contacts .header__location {
  margin-top: 0;
  margin-bottom: 30px;
  width: 100%;
}

.popup {
  display: none;
  border: 3px solid #00cbfe;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background: #fff;
  padding: 37px 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  width: 360px;
}

.popup h3 {
  font-size: 24px;
  line-height: 29px;
  font-family: RobotoCondensed-Bold, sans-serif;
  color: #074ea2;
  margin-bottom: 30px;
}

.popup label {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 5px;
  display: block;
}

.popup_thank {
  width: 615px;
  padding: 55px 35px;
}

.popup_thank h3 {
  font-size: 30px;
  margin-bottom: 10px;
}

.popup_thank p {
  font-size: 24px;
  color: #074ea2;
}

.fancybox-close {
  position: absolute;
  top: -41px;
  right: -39px;
  background-image: url(../images/spritesheet.png);
  background-position: 0px -117px;
  width: 38px;
  height: 38px;
}

.ymaps-balloon-overlay {
  z-index: 780 !important;
}

@media (min-width: 1023px) {
  .stage__section div[class*="col-"]:nth-child(6n-2) .stage__item:before,
  .stage__section div[class*="col-"]:nth-child(6n-1) .stage__item:before,
  .stage__section div[class*="col-"]:nth-child(6n) .stage__item:before {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -6px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .stage__section div[class*="col-"]:nth-child(3n) .stage__item:before {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    margin-top: 6px;
  }
  .stage__section div[class*="col-"]:nth-last-child(-n+3) .stage__item {
    margin-bottom: 0;
  }
}

@media (max-width: 1023px) {
  .header__logo {
    margin-left: 0;
    margin-right: -10px;
  }
  .header__logo span {
    display: none;
  }
  .advantages__text {
    margin: 0 -10px 40px;
  }
  .doctor__image {
    margin-right: 120px;
  }
  .doctor__image img {
    -webkit-transform: translate(15%, -50%) !important;
    -moz-transform: translate(15%, -50%) !important;
    -ms-transform: translate(15%, -50%) !important;
    -o-transform: translate(15%, -50%) !important;
    transform: translate(15%, -50%) !important;
  }
  .doctor__text ul {
    margin-bottom: 45px;
  }
  .smile__title br {
    display: none;
  }
  .smile__image {
    display: none;
  }
  .question__image {
    z-index: -1;
    left: 0;
    opacity: .4;
  }
  .question__wrap .container {
    padding-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .stage__section div[class*="col-"]:nth-child(4n-1) .stage__item:before,
  .stage__section div[class*="col-"]:nth-child(4n) .stage__item:before {
    left: auto;
    right: 100%;
    margin-left: 0;
    margin-right: -6px;
    -webkit-transform: scaleX(-1);
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
  }
  .stage__section div[class*="col-"]:nth-child(2n) .stage__item:before {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    margin-top: 6px;
  }
  .stage__section div[class*="col-"]:nth-last-child(-n+2) .stage__item {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .header {
    text-align: right;
  }
  .header .container {
    padding-top: 6px;
  }
  .header__logo {
    margin-right: 0;
    text-align: left;
    height: 48px;
  }
  .header__logo img {
    max-height: 100%;
    width: auto;
  }
  .header__location {
    font-size: 14px;
    line-height: 16px;
    margin-left: -15px;
    font-family: RobotoCondensed-Light, sans-serif;
    padding-left: 20px;
    display: inline-block;
  }
  .header__location:before {
    left: 0;
  }
  .header__tel {
    float: left;
    margin: 0px 5px;
    font-family: RobotoCondensed-Regular, sans-serif;
    font-size: 24px;
    letter-spacing: -1.5px;
  }
  .LocFTel .header__tel {
    float: none;
  }
  .header__contacts {
    margin-left: 0;
    margin-right: 0;
  }
  .header__contacts:after {
    content: '';
    clear: both;
    display: table;
    width: 100%;
  }
  .header__contacts br {
    display: none;
  }
  .header__contacts .button {
    float: right;
    width: auto;
    padding: 0 10px;
    margin-top: 5px;
  }
  .header__callback.fixed {
    right: 10px;
    bottom: 10px;
  }
  .main__section {
    background: none;
  }
  .main__section>img {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    max-width: 100%;
    min-height: 0;
    min-width: 0;
  }
  .advantages__section {
    background: none;
  }
  .advantages__section>img {
    position: static;
    -webkit-transform: translateX(-20%);
    -moz-transform: translateX(-20%);
    -ms-transform: translateX(-20%);
    -o-transform: translateX(-20%);
    transform: translateX(-20%);
    max-width: 100%;
    min-height: 0;
    min-width: 0;
  }
  .main__wrap {
    padding: 25px;
    margin: 0;
    background: none;
  }
  .main__title {
    font-size: 28px;
  }
  .advantages__text {
    font-size: 18px;
    line-height: 22px;
    margin: 0 0 20px;
  }
  .advantages__text br {
    display: none;
  }
  .advantages__text strong {
    display: block;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.5px;
  }
  .advantages__list {
    margin-left: 0;
  }
  .advantages__list strong {
    font-size: 18px;
  }
  .advantages__list span {
    font-size: 16px;
    line-height: 18px;
  }
  .main__price {
    font-size: 18px;
    line-height: 21px;
  }
  .main__price br {
    display: none;
  }
  .main__price strong {
    display: block;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .main__button {
    margin-left: 0;
    margin-right: 0;
  }
  .main__button .button {
    font-size: 13px;
    height: 42px;
    line-height: 44px;
  }
  .main__gift {
    font-size: 16px;
  }
  .main__gift:before {
    vertical-align: bottom;
  }
  .button {
    height: 42px;
    line-height: 44px;
    font-size: 16px;
  }
  h2 {
    font-size: 24px;
  }
  .doctor__title h2 {
    font-size: 20px;
  }
  .doctor__title h2 mark {
    font-size: 24px;
  }
  .doctor__image {
    position: static;
    margin-right: 0;
  }
  .doctor__image img {
    position: static;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
    max-width: 100%;
    min-width: 0;
    min-height: 0;
  }
  .doctor__text {
    margin-left: 0;
    margin-top: 15px;
    font-size: 17px;
    line-height: 19px;
  }
  .doctor__text ul {
    margin-bottom: 30px;
  }
  .doctor__text li {
    margin-bottom: 12px;
    padding-left: 15px;
  }
  .doctor__text blockquote {
    margin-bottom: 20px;
  }
  .certificate__section .container {
    padding: 35px 0 30px;
  }
  .smile__section {
    padding-bottom: 20px;
  }
  .smile__title p {
    font-size: 18px;
    line-height: 20px;
  }
  .smile__content {
    padding-left: 0;
  }
  .smile__content h3 {
    font-size: 19px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .smile__content li {
    padding-left: 25px;
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  .question__section {
    padding-top: 20px;
  }
  .question__title h2 {
    font-size: 26px;
  }
  .question__image {
    display: none;
  }
  .question__wrap .container {
    padding-top: 0;
    padding-bottom: 15px;
  }
  .question__list li {
    margin-bottom: 15px;
  }
  .question__list h3 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 5px;
    margin-bottom: 7px;
  }
  .question__list p {
    font-size: 16px;
    line-height: 18px;
  }
  .about__section {
    background: #f2f2f2;
  }
  .about__section .container {
    padding-top: 20px;
    padding-bottom: 35px;
  }
  .about__section h2 {
    margin-bottom: 30px;
  }
  .about__table th,
  .about__table td {
    width: auto !important;
    font-size: 18px;
    line-height: 21px;
    vertical-align: middle;
    padding: 6px 10px;
    text-align: center;
  }
  .about__table tr:first-child td:first-child {
    display: none;
  }
  .compare__text {
    font-size: 20px;
    margin-top: 6px;
    margin-bottom: 30px;
  }
  .compare__item {
    text-align: center;
  }
  .compare__item h3 {
    font-size: 21px;
    margin-bottom: 15px;
  }
  .compare__image {
    display: inline-block;
    float: none !important;
  }
  .stage__item {
    height: auto !important;
  }
  .stage__item:before {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    -moz-transform: translateX(-50%) rotate(90deg);
    -ms-transform: translateX(-50%) rotate(90deg);
    -o-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    margin-top: 6px;
  }
  .review__subtitle {
    font-size: 18px;
    line-height: 21px;
  }
  .review__subtitle br {
    display: none;
  }
  .review__slider {
    margin: 0 15px;
  }
  .price__text {
    font-size: 18px;
    line-height: 21px;
  }
  .price__gift {
    font-size: 16px;
  }
  .price__gift:before {
    margin-right: 8px;
    vertical-align: bottom;
  }
  .price__button .button {
    font-size: 13px;
    padding: 0 10px;
  }
  .popup {
    width: auto;
    padding: 10px;
    min-width: 280px;
  }
  .popup h3 {
    font-size: 22px;
    line-height: 22px;
    margin-bottom: 15px;
  }
  .popup_thank {
    width: auto;
    padding: 20px;
  }
  .fancybox-close {
    right: -15px;
    top: -15px;
  }
  .slick-dots li {
    margin: 12px;
  }
}

@media all and (max-width:400px) {
  .map__contacts .insta {
    font-size: 12px;
  }
  .map__contacts .insta img {
    vertical-align: middle;
    width: 30px;
  }
  .header .header__location {
    font-size: 13px;
  }
  .header__contacts .xhInsta {
    float: right;
    margin-top: 23px;
  }
  .header .header__location::before {
    top: -5px;
  }
  .xhPhone {
    width: 52%;
    margin-top: 10px;
    float: left;
    text-align: center;
  }
  .xhPhone .header__tel {
    margin-top: 0px;
  }
  .xhPhone a {
    float: none !important;
  }
  .header__contacts .button {
    margin-top: 0px;
  }
}

.LocFTel {
  width: 100%;
}

.map__contacts .insta {
  margin-top: 25px;
}