.v-align-baseline {
  display: inline-block;
  vertical-align: baseline;
}

.v-align-middle {
  display: inline-block;
  vertical-align: middle;
}

.v-align-bottom {
  display: inline-block;
  vertical-align: bottom;
}

.v-align-top {
  display: inline-block;
  vertical-align: top;
}

.pos-cover {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

@keyframes menu-down-animation {
  0% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
  }

  66% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
  }

  100% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes menu-down-animation {
  0% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
  }

  66% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: translate3d(0, 5px, 0);
    -webkit-transform: translate3d(0, 5px, 0);
    -moz-transform: translate3d(0, 5px, 0);
    -ms-transform: translate3d(0, 5px, 0);
    -o-transform: translate3d(0, 5px, 0);
  }

  100% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
  }
}

@keyframes handle-shrink {
  0% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  66% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }

  100% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}

@-webkit-keyframes handle-shrink {
  0% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }

  66% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
  }

  100% {
    animation-timing-function: ease-in;
    -webkit-animation-timing-function: ease-in;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }
}

@keyframes handle-puff {
  0% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }

  100% {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

@-webkit-keyframes handle-puff {
  0% {
    animation-timing-function: ease-out;
    -webkit-animation-timing-function: ease-out;
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
  }

  100% {
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
  }
}

*,
::after,
::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
big,
blockquote,
body.html,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody.html,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

table td {
  border: 1px solid #c1c1c1;
}

ul {
  padding: 0 0 0 30px;
}

.placeholder-param {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
}

input[placeholder] {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 48px;
}

input::-webkit-input-placeholder {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 48px;
}

input::-moz-placeholder {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 48px;
}

input:-moz-placeholder {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 48px;
}

input:-ms-input-placeholder {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 48px;
}

textarea[placeholder] {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
}

textarea::-webkit-input-placeholder {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
}

textarea::-moz-placeholder {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
}

textarea:-moz-placeholder {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
}

textarea:-ms-input-placeholder {
  color: #b5b5b5;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  opacity: 0;
}

:focus::-moz-placeholder {
  opacity: 0;
}

:focus:-moz-placeholder {
  opacity: 0;
}

:focus:-ms-input-placeholder {
  opacity: 0;
}

a {
  color: #00a2e5;
  font: inherit;
  text-decoration: underline;
  transition: color 0.4s ease-out;
  -webkit-transition: color 0.4s ease-out;
  -moz-transition: color 0.4s ease-out;
  -ms-transition: color 0.4s ease-out;
  -o-transition: color 0.4s ease-out;
  white-space: nowrap;
}

a:hover {
  color: #00a2e5;
  text-decoration: none;
  outline: 0;
}

button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file']::-moz-focus-inner {
  border: none;
}

:focus {
  outline: 0;
  -moz-outline: 3px solid #fff !important;
}

input[type='radio']:focus {
  -moz-outline-radius: 12px !important;
  -moz-outline-offset: 0 !important;
}

input[type='checkbox']:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important;
}

body {
  background: #fff;
  color: #000;
  font-family: 'Open Sans', Sans-Serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.33;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

p + p {
  margin-top: 24px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: MuseoSansCyrl, Sans-Serif;
  font-weight: 400;
  line-height: 1.33;
  text-align: left;
  text-transform: uppercase;
}

h1 {
  color: #000;
  font-size: 62px;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 20px;
  margin-top: 68px;
}

h1 span.subhead {
  display: block;
  font-size: 38px;
  font-weight: 100;
  line-height: 45px;
  text-transform: none;
  margin-top: 2px;
  margin-left: -2px;
  width: 620px;
}

.logo-line .teaser .text p {
  display: block;
  width: 100%;
}

.clearfix::after {
  clear: both;
  content: '';
  display: block;
  height: 0;
  visibility: hidden;
}
.cell-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 25px;
}

.cell-block .btn {
  font-weight: 700;
  width: 217px;
  padding: 0;
  text-align: center;
  margin-right: 55px;
}

.text .cell-block p.img-cell {
  position: relative;
  color: #63ba26;
  font-family: 'Open Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.19px;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding-left: 60px;
  width: 900px;
}

.img-cell:before {
  position: absolute;
  content: '';
  top: 5px;
  left: 0;
  width: 36px;
  height: 36px;
  background: url(../img/img-cell.png) no-repeat 0 0;
}

.animate {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.container {
  margin: 0 auto;
  position: relative;
  max-width: 1200px;
  width: 100%;
}

.block {
  padding: 100px 0;
  position: relative;
}

.draggable {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.dragged {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.parallax-wrap {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
}

.parallax {
  position: absolute;
}

.SONumberInput {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: rgba(240, 240, 240, 0.7);
  border: 1px solid #a5a5a5;
  color: #000000 !important;
  display: block;
  font: 300 20px/30px MuseoSansCyrl, Sans-Serif;
  font-weight: bold !important;
  margin-left: 40px;
  width: 180px;
  text-align: center;
}
.SONumberInput::placeholder {
  color: #000000 !important;
}

input[type='tel'],
input[type='password'],
input[type='text'],
textarea {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: rgba(240, 240, 240, 0.5);
  border: 1px solid #a5a5a5;
  color: #777 !important;
  display: block;
  font: 300 20px/30px MuseoSansCyrl, Sans-Serif;
  margin: 0 auto;
  width: 100%;
}

input[type='tel']:focus,
input[type='tel']:hover,
input[type='password']:focus,
input[type='password']:hover,
input[type='text']:focus,
input[type='text']:hover,
textarea:focus,
textarea:hover {
  border: 1px solid #656565;
}

input[type='tel'].error,
input[type='password'].error,
input[type='text'].error,
textarea.error {
  color: #b80000;
  border-color: #b80000;
}

input[type='tel'],
input[type='password'],
input[type='text'] {
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
}

textarea {
  height: 125px;
  padding: 20px 25px;
  resize: none;
  color: #000 !important;
}

.btn {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  padding-left: 80px;
  padding-right: 60px;
  display: inline-block;
  vertical-align: middle;
  background: #63ba26;
  border: none;
  color: #fff;
  cursor: pointer;
  font-family: 'P22 Underground CY Pro', Sans-Serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 67px;
  padding-top: 7px;
  text-decoration: none;
  text-transform: uppercase;
}

.btn:hover {
  background: #3e3e3e;
  color: #fff;
}

#darkmatter {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  left: 0;
  display: block;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 500;
  display: none;
}

#darkmatter.active {
  display: block;
}

@keyframes spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

@-webkit-keyframes spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.4;
  }
}

#darkmatter.loader {
  background: #f7f7f7;
  z-index: 1000;
}

#darkmatter.spin .spinner {
  animation: spinner 1.4s linear infinite;
  -webkit-animation: spinner 1.4s linear infinite;
}

#darkmatter .spinner {
  transform-origin: center 18px;
  -webkit-transform-origin: center 18px;
  -moz-transform-origin: center 18px;
  -ms-transform-origin: center 18px;
  -o-transform-origin: center 18px;
  background: #f7f7f7;
  display: block;
  height: 8px;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  position: absolute;
  top: 50%;
  width: 2px;
}

#darkmatter .spinner:nth-child(2) {
  -webkit-animation-delay: -0.11666667s;
  animation-delay: -0.11666667s;
  -webkit-delay: -0.11666667s;
  transform: rotate(-30deg);
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  -ms-transform: rotate(-30deg);
  -o-transform: rotate(-30deg);
}

#darkmatter .spinner:nth-child(3) {
  -webkit-animation-delay: -0.23333333s;
  animation-delay: -0.23333333s;
  -webkit-delay: -0.23333333s;
  transform: rotate(-60deg);
  -webkit-transform: rotate(-60deg);
  -moz-transform: rotate(-60deg);
  -ms-transform: rotate(-60deg);
  -o-transform: rotate(-60deg);
}

#darkmatter .spinner:nth-child(4) {
  -webkit-animation-delay: -0.35s;
  animation-delay: -0.35s;
  -webkit-delay: -0.35s;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}

#darkmatter .spinner:nth-child(5) {
  -webkit-animation-delay: -0.46666667s;
  animation-delay: -0.46666667s;
  -webkit-delay: -0.46666667s;
  transform: rotate(-120deg);
  -webkit-transform: rotate(-120deg);
  -moz-transform: rotate(-120deg);
  -ms-transform: rotate(-120deg);
  -o-transform: rotate(-120deg);
}

#darkmatter .spinner:nth-child(6) {
  -webkit-animation-delay: -0.58333333s;
  animation-delay: -0.58333333s;
  -webkit-delay: -0.58333333s;
  transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg);
  -moz-transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  -o-transform: rotate(-150deg);
}

#darkmatter .spinner:nth-child(7) {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
  -webkit-delay: -0.7s;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

#darkmatter .spinner:nth-child(8) {
  -webkit-animation-delay: -0.81666667s;
  animation-delay: -0.81666667s;
  -webkit-delay: -0.81666667s;
  transform: rotate(-210deg);
  -webkit-transform: rotate(-210deg);
  -moz-transform: rotate(-210deg);
  -ms-transform: rotate(-210deg);
  -o-transform: rotate(-210deg);
}

#darkmatter .spinner:nth-child(9) {
  -webkit-animation-delay: -0.93333333s;
  animation-delay: -0.93333333s;
  -webkit-delay: -0.93333333s;
  transform: rotate(-240deg);
  -webkit-transform: rotate(-240deg);
  -moz-transform: rotate(-240deg);
  -ms-transform: rotate(-240deg);
  -o-transform: rotate(-240deg);
}

#darkmatter .spinner:nth-child(10) {
  -webkit-animation-delay: -1.05s;
  animation-delay: -1.05s;
  -webkit-delay: -1.05s;
  transform: rotate(-270deg);
  -webkit-transform: rotate(-270deg);
  -moz-transform: rotate(-270deg);
  -ms-transform: rotate(-270deg);
  -o-transform: rotate(-270deg);
}

#darkmatter .spinner:nth-child(11) {
  -webkit-animation-delay: -1.16666667s;
  animation-delay: -1.16666667s;
  -webkit-delay: -1.16666667s;
  transform: rotate(-300deg);
  -webkit-transform: rotate(-300deg);
  -moz-transform: rotate(-300deg);
  -ms-transform: rotate(-300deg);
  -o-transform: rotate(-300deg);
}

#darkmatter .spinner:nth-child(12) {
  -webkit-animation-delay: -1.28333333s;
  animation-delay: -1.28333333s;
  -webkit-delay: -1.28333333s;
  transform: rotate(-330deg);
  -webkit-transform: rotate(-330deg);
  -moz-transform: rotate(-330deg);
  -ms-transform: rotate(-330deg);
  -o-transform: rotate(-330deg);
}

#darkmatter .spinner:nth-child(13) {
  -webkit-animation-delay: -1.4s;
  animation-delay: -1.4s;
  -webkit-delay: -1.4s;
  transform: rotate(-360deg);
  -webkit-transform: rotate(-360deg);
  -moz-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  -o-transform: rotate(-360deg);
}

#darkmatter .spinner:nth-child(14) {
  -webkit-animation-delay: -1.51666667s;
  animation-delay: -1.51666667s;
  -webkit-delay: -1.51666667s;
  transform: rotate(-390deg);
  -webkit-transform: rotate(-390deg);
  -moz-transform: rotate(-390deg);
  -ms-transform: rotate(-390deg);
  -o-transform: rotate(-390deg);
}

#darkmatter .spinner:nth-child(15) {
  -webkit-animation-delay: -1.63333333s;
  animation-delay: -1.63333333s;
  -webkit-delay: -1.63333333s;
  transform: rotate(-420deg);
  -webkit-transform: rotate(-420deg);
  -moz-transform: rotate(-420deg);
  -ms-transform: rotate(-420deg);
  -o-transform: rotate(-420deg);
}

#darkmatter .spinner:nth-child(16) {
  -webkit-animation-delay: -1.75s;
  animation-delay: -1.75s;
  -webkit-delay: -1.75s;
  transform: rotate(-450deg);
  -webkit-transform: rotate(-450deg);
  -moz-transform: rotate(-450deg);
  -ms-transform: rotate(-450deg);
  -o-transform: rotate(-450deg);
}

#darkmatter.loader .spinner {
  background: #787878;
}

#nav {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  position: fixed;
  left: 0;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 1000;
}

#nav .warning {
  /*warning*/
  width: 100%;
  font-size: 16px;
  color: #ffffff;
  line-height: 1.2;
  text-align: center;
  background: #e70000;
  margin-top: 13px;
  padding: 22px 15px;
}
#nav .warning a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}

@media all and (max-width: 1326px) {
  #nav {
  }
}

#nav #main-menu {
  margin: 0 auto;
  padding: 0 63px;
  position: relative;
  max-width: 1200px;
  padding: 0;
  width: 1200px;
}

#nav #main-menu ul {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  font-family: MuseoSansCyrl, Sans-Serif;
  font-size: 0;
  list-style: none;
  padding: 0;
  text-align: center;
}

#nav #main-menu ul li {
  display: inline-block;
  padding: 0;
  position: relative;
}

#nav #main-menu ul li a {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  padding: 6px 19px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #000;
  display: inline-block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.375;
  position: relative;
  text-decoration: none;
  text-transform: initial;
}

#nav #main-menu ul li a::before,
#nav #main-menu ul li:nth-last-child(1) a::after {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background-color: transparent;
  background-image: url(../img/menu-dots.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  content: none;
  height: 22px;
  left: -3px;
  top: 50%;
  position: absolute;
  width: 2px;
}

#nav #main-menu ul li:nth-last-child(1) a::after {
  left: auto;
  right: -3px;
}

#nav #main-menu ul li::before {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  background: #44a400;
  content: '';
  opacity: 0;
}

#nav #main-menu ul li.active::before,
#nav #main-menu ul li.activea::before,
#nav #main-menu ul li:hover::before {
  animation: menu-down-animation 0.35s forwards;
  -webkit-animation: menu-down-animation 0.35s forwards;
  opacity: 1;
}

#nav #main-menu ul li.active a,
#nav #main-menu ul li:hover a {
  color: #fff;
}

#nav #main-menu ul li.active a::after,
#nav #main-menu ul li.active a::before,
#nav #main-menu ul li.active + li a::before,
#nav #main-menu ul li:hover a::after,
#nav #main-menu ul li:hover a::before,
#nav #main-menu ul li:hover + li a::before {
  opacity: 0 !important;
}

#nav #main-menu ul li + li {
  margin-left: 4px;
}

#nav.fx {
  background: #63ba26;
  padding: 0px 0px;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.5);
}

#nav.fx::after {
  background: rgba(255, 255, 255, 0.6);
  bottom: -3px;
  content: none;
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
}

#nav.fx #main-menu ul {
  padding-top: 15px;
  padding-bottom: 0px;
}

#nav.fx #main-menu ul li a {
  color: #fff;
}

#nav.fx #main-menu ul li a::before,
#nav.fx #main-menu ul li:nth-last-child(1) a::after {
  opacity: 0.5;
  width: 1px;
}

#nav:not(.fx) #main-menu ul {
  padding-top: 35px;
  padding-bottom: 35px;
}

#nav:not(.fx) #main-menu::after {
  background-color: transparent;
  background-image: url(../img/main-menu-bottom-dots.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
}

#main {
  padding: 155px 0 0;
  overflow: hidden;
}

#main .parallax-wrap::after {
  background-color: transparent;
  background-image: url(../img/bg-over.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}

#main .parallax.layer-1 {
  background-color: transparent;
  background-image: url(../img/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  height: 1050px;
  top: -210px;
  width: 100%;
}

@media all and (min-width: 1970px) {
  #main .parallax.layer-1 {
    background-size: cover;
  }
}

#main .logo-line {
  font-size: 0;
  margin-bottom: 31px;
}

#main .logo-line > div {
  display: inline-block;
  vertical-align: text-top;
  position: relative;
}

#main .logo-line #logo {
  margin-left: -11px;
}

#main .logo-line .slogan {
  color: #0c7224;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-left: 29px;
  width: 255px;
  margin-top: 30px;
}

#main .logo-line .social {
  width: 170px;
  text-align: left;
  padding-left: 42px;
  padding-top: 49px;
}

#main .logo-line .social .social-link {
  color: #000;
  display: inline-block;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin: 0 10px;
  position: relative;
  text-align: left;
  white-space: normal;
}

#main .logo-line .social .social-link[href*='vk.com'] {
  padding-left: 50px;
}

#main .logo-line .social .social-link[href*='vk.com']::after,
#main .logo-line .social .social-link[href*='vk.com']::before {
  background-color: transparent;
  background-image: url(../img/vk.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  display: block;
  left: 27px;
  top: 50%;
  position: absolute;
  height: 38px;
  width: 38px;
  transform: translate3d(0, -47%, 0);
  -webkit-transform: translate3d(0, -47%, 0);
  -moz-transform: translate3d(0, -47%, 0);
  -ms-transform: translate3d(0, -47%, 0);
  -o-transform: translate3d(0, -47%, 0);
}

#main .logo-line .social .social-link[href*='vk.com']::after {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}

#main .logo-line .social .social-link[href*='vk.com']:not(:hover)::after {
  opacity: 0;
}

#main .logo-line .social .social-link[href*='instagram.com']::after,
#main .logo-line .social .social-link[href*='instagram.com']::before {
  background-color: transparent;
  background-image: url(../img/instag.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  display: block;
  left: 0;
  top: 50%;
  position: absolute;
  height: 38px;
  width: 38px;
  transform: translate3d(0, -47%, 0);
  -webkit-transform: translate3d(0, -47%, 0);
  -moz-transform: translate3d(0, -47%, 0);
  -ms-transform: translate3d(0, -47%, 0);
  -o-transform: translate3d(0, -47%, 0);
}

#main .logo-line .social .social-link[href*='instagram.com']::after {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  filter: brightness(1.2);
  -webkit-filter: brightness(1.2);
}

#main .logo-line .social .social-link[href*='instagram.com']:not(:hover)::after {
  opacity: 0;
}

#main .logo-line .tel-block .tel {
  display: inline-block;
  vertical-align: text-top;
  font-family: MuseoSansCyrl, Sans-Serif;
  font-size: 36px;
  font-weight: 700;
  letter-spacing: 0.1px;
  margin-top: 26px;
}

#main .logo-line .tel-block .tel .city-code {
  font-weight: 300;
}

#main .logo-line .tel-block .btn {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  padding-left: 17px;
  padding-right: 17px;
  font-family: 'Open Sans', Sans-Serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 32px;
  margin-left: 15px;
  padding-top: 2px;
  /* margin-top: 20px; */
  /* margin: 0 15px; */
  /* margin-top: 20px; */
  top: 32px;
  position: absolute;
}

#main .teaser {
  font-size: 0;
  position: relative;
  z-index: 5;
  width: 1200px;
}

#main .teaser .text {
  display: inline-block;
  vertical-align: top;
  font-size: 18px;
  line-height: 26px;
  width: 865px;
}

#main .teaser #book-a-repair-btn {
  position: absolute;
  bottom: -164px;
  letter-spacing: 1.4px;
  padding-right: 50px;
}

#main .teaser .phone {
  display: inline-block;
  vertical-align: top;
  position: relative;
  margin-top: 61px;
  float: right;
  margin-right: -20px;
  width: 267px;
  height: 515px;
  background: url(../img/bg-expess-remont.png) center no-repeat;
}

#main .teaser .phone p {
  display: block;
  color: #fff;
  /*margin-top: 149px;*/
  font-size: 19px;
  width: 205px;
  text-align: center;
  margin-left: 28px;
  text-shadow: 1px 1px 2px #000, -1px -1px 2px #000;
  position: relative;
}

#main .teaser .phone .header {
  margin-top: 80px;
}

#main .teaser .phone .SOStatus-result {
  height: 120px;
  padding-top: 10px;
}

/*
#main .teaser .phone p:after{
    width: 58px;
    height: 58px;
    background: url(../img/phone-clock.png) center no-repeat;
    position: absolute;
    content: '';
    top: 100%;
    left: 50%;
    margin-left: -29px;
    margin-top: 6px;
}
*/

#main .teaser .phone p span {
  display: block;
  font-size: 22px;
  margin-top: -1px;
  margin-bottom: 5px;
}

#main .teaser .phone a.checkSOStatus {
  display: block;
  margin: auto;
  /* margin-top: 20px; */
  padding: 5px 0px;
  text-align: center;
  width: 161px;
  margin-left: 50px;
  height: 39px;
  line-height: 26px;
  font-weight: 300;
  font-size: 13px;
  letter-spacing: 1.8px;
  font-family: 'Open Sans', Sans-Serif;
}

#main .teaser .phone a.checkSOStatus:hover {
  background: #44a400;
}

#main .teaser .phone .broken-phone {
  background-color: transparent;
  background-image: url(../img/broken_phone.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 536px;
  position: absolute;
  right: 0;
  top: 0;
  width: 279px;
}

#main .teaser .phone .repaired-phone {
  background-color: transparent;
  background-image: url(../img/repaired_phone.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  height: 355px;
  position: absolute;
  right: 2px;
  top: -2px;
  width: 275px;
}

#main .teaser .phone .repaired-phone .label {
  font: 300 16px/20px MuseoSansCyrl, Sans-Serif;
  left: 0;
  position: absolute;
  right: 0;
  top: 255px;
  text-align: center;
  text-transform: uppercase;
}

#main .teaser .phone .repaired-phone .repair-line {
  bottom: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: -89px;
  right: -63px;
}

#main .teaser .phone .repaired-phone .repair-line .repair-grad {
  background-color: transparent;
  background-image: url(../img/repair-grad.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  display: block;
  height: 61px;
  left: 0;
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}

#main .teaser .phone .repaired-phone .repair-line .repair-grad ~ .repair-grad {
  background-color: transparent;
  background-image: url(../img/repair-grad-inv.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: auto;
  bottom: auto;
  top: 0;
}

#main .teaser .phone .repaired-phone .repair-line #handle {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  transform: translate3d(-50%, 50%, 0);
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  -ms-transform: translate3d(-50%, 50%, 0);
  -o-transform: translate3d(-50%, 50%, 0);
  bottom: 0;
  height: 80px;
  left: 92px;
  position: absolute;
  width: 80px;
  z-index: 5;
}

#main .teaser .phone .repaired-phone .repair-line #handle::after {
  background-color: transparent;
  background-image: url(../img/repair-icon.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}

#main .teaser .phone .repaired-phone .repair-line #handle::before {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  animation: handle-puff 0.6s;
  -webkit-animation: handle-puff 0.6s;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #63ba26;
  content: '';
}

#main .teaser .phone .repaired-phone .repair-line #handle.dragged::before,
#main .teaser .phone .repaired-phone .repair-line #handle:hover::before {
  animation: handle-shrink 0.3s forwards;
  -webkit-animation: handle-shrink 0.3s forwards;
  background-color: #3e3e3e;
}

#grey-field {
  padding-top: 69px;
  padding-bottom: 95px;
  position: relative;
  background-color: transparent;
  background-image: url(../img/bg-over.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
}

#grey-field .advantages {
  font-size: 0;
  text-align: center;
}

#grey-field .advantages .advantage {
  display: inline-block;
  vertical-align: top;
  padding-left: 94px;
  padding-right: 40px;
  color: #4a4a4a;
  cursor: default;
  font: 100 22px/26px MuseoSansCyrl, Sans-Serif;
  margin: 45px 0;
  position: relative;
  text-align: left;
  width: 33%;
  padding-bottom: 66px;
  margin-bottom: -6px;
}

#grey-field .advantages .advantage p.title-prem {
  font-size: 19px;
  font-family: 'MuseoSansCyrl';
  font-weight: 500;
  line-height: 21px;
}

#grey-field .advantages .advantage p.title-prem + p {
  margin-top: 15px;
  font-family: 'MuseoSansCyrl';
  font-weight: 100;
  font-size: 16px;
  display: block;
  width: 200px;
  line-height: 20px;
  position: relative;
}

#grey-field .advantages .advantage a.btn {
  position: absolute;
  bottom: 0;
  margin-left: -10px;
  line-height: 40px;
  font-family: 'Open Sans', Sans-Serif;
  font-weight: 100;
  color: #000;
  font-size: 14px;
  letter-spacing: 1.8px;
  padding: 0 18px;
  background: #cccccc;
  margin-bottom: 20px;
  opacity: 0;
}
@media screen and (max-width: 480px) {
  #grey-field .advantages .advantage a.btn {
    font-size: 10px;
    letter-spacing: 0.6px;
  }
}
#grey-field .advantages .advantage:hover a.btn {
  margin-bottom: 0px;
  opacity: 1;
}

#grey-field .advantages .advantage a.btn:hover {
  background: #63ba26;
  color: #fff;
}

#grey-field .advantages .advantage .icon-black,
#grey-field .advantages .advantage .icon-white {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 80px;
  left: 0;
  position: absolute;
  top: -16px;
  width: 80px;
}

#grey-field .advantages .advantage .icon-black {
  background: center no-repeat #fff;
}

#grey-field .advantages .advantage .icon-white {
  transition: all 0.45s ease-out;
  -webkit-transition: all 0.45s ease-out;
  -moz-transition: all 0.45s ease-out;
  -ms-transition: all 0.45s ease-out;
  -o-transition: all 0.45s ease-out;
  background: center no-repeat #000;
  opacity: 0;
}

#grey-field .advantages .advantage:hover .icon-white {
  opacity: 1;
}

.price {
  padding-top: 0;
  padding-bottom: 0;
}

.price .flying-parts {
  padding-top: 88px;
  padding-bottom: 0px;
  overflow: hidden;
  min-height: 706px;
}

.price .phone-constructor {
  position: absolute;
  right: -100px;
  top: 0;
}

.price .phone-constructor .detail {
  position: absolute;
}

.price .phone-constructor .detail:nth-child(1) {
  background-color: transparent;
  background-image: url(../img/phone-constructor/1.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 434px;
  width: 510px;
  right: 406px;
  top: 225px;
}

.price .phone-constructor .detail:nth-child(2) {
  background-color: transparent;
  background-image: url(../img/phone-constructor/2.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 86px;
  width: 165px;
  right: 429px;
  top: 45px;
}

.price .phone-constructor .detail:nth-child(3) {
  background-color: transparent;
  background-image: url(../img/phone-constructor/3.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 331px;
  width: 466px;
  right: 200px;
  top: 147px;
}

.price .phone-constructor .detail:nth-child(4) {
  background-color: transparent;
  background-image: url(../img/phone-constructor/4.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 93px;
  width: 206px;
  right: 166px;
  top: 493px;
}

.price .phone-constructor .detail:nth-child(5) {
  background-color: transparent;
  background-image: url(../img/phone-constructor/5.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 399px;
  width: 391px;
  right: 20px;
  top: -28px;
}

.price .text {
  position: relative;
}

.price .text h2 {
  color: #3e3e3e;
  font: 100 50px/65px MuseoSansCyrl, Sans-Serif;
  margin-bottom: 6px;
}

.price .text h2 .subhead {
  display: block;
  font-size: 60px;
  font-weight: 700;
}

.price .text #ya_id_zahvat h4 {
  color: #63ba26;
  font: 700 20px/35px MuseoSansCyrl, Sans-Serif;
  margin-bottom: 30px;
  text-transform: none;
}

.price .text #ya_id_zahvat input[type='tel'],
.price .text #ya_id_zahvat input[type='password'],
.price .text #ya_id_zahvat input[type='text'] {
  display: block;
  margin: 15px 0;
  width: 437px;
}

.price .text #ya_id_zahvat textarea {
  margin: 15px 0;
  height: 111px;
  width: 437px;
}

.price .text textarea {
  border-radius: 15px;
}
.price .text #ya_id_zahvat input.btn {
  margin-top: 10px;
  font-family: 'P22 Underground CY Pro';
  padding-left: 62px;
  letter-spacing: 1.4px;
  padding-right: 20px;
  background-repeat: no-repeat;
  background-position: 23px center;
}

.price .blue-field {
  padding-top: 85px;
  padding-bottom: 100px;
}

.price .blue-field .parallax-wrap::after {
  background-color: transparent;
  background-image: url(../img/bg-over-diag.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}

.price .blue-field .parallax.layer-1 {
  background-color: #dfe6ed;
  background-image: url(../img/bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center 80px;
  background-size: auto;
  height: 1309px;
  top: -800px;
  width: 100%;
}

@media all and (min-width: 1264px) {
  .price .blue-field .parallax.layer-1 {
    background-size: cover;
  }
}

.price .blue-field .claim {
  padding-left: 100px;
  padding-right: 0;
  font: 500 35px/45px MuseoSansCyrl, Sans-Serif;
  position: relative;
  margin-bottom: 70px;
}

.price .blue-field .claim::before {
  background-color: #63ba26;
  background-image: url(../img/advantages/4w.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  content: '';
  height: 80px;
  width: 80px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
}

.price .blue-field .advantages {
  margin-bottom: 55px;
}

.price .blue-field .advantages h3 {
  color: #63ba26;
  font: 900 22px/35px MuseoSansCyrl, Sans-Serif;
  margin-bottom: 40px;
  position: relative;
  text-align: center;
}

.price .blue-field .advantages h3::after,
.price .blue-field .advantages h3::before {
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  background: #fff;
  content: '';
  height: 2px;
  width: 210px;
  position: absolute;
  top: 50%;
}

.price .blue-field .advantages h3::before {
  left: 0;
}

.price .blue-field .advantages h3::after {
  right: 0;
}

.price .blue-field .advantages .c {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-width: auto;
  -moz-column-width: auto;
  -webkit-column-width: auto;
}

.price .blue-field .advantages .c .advantage {
  padding-left: 55px;
  padding-right: 0;
  margin-bottom: 35px;
  position: relative;
}

.price .blue-field .advantages .c .advantage::before {
  background-color: transparent;
  background-image: url(../img/star.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  height: 39px;
  width: 41px;
  position: absolute;
  left: 0;
  top: 4px;
}

.price .blue-field .note {
  background: #464646;
  color: #fff;
  font: 100 16px/1.5 MuseoSansCyrl, Sans-Serif;
  padding: 40px 75px;
  position: relative;
  z-index: 5;
}

.price .blue-field .note::before {
  background-color: transparent;
  background-image: url(../img/board.jpg);
  background-repeat: no-repeat;
  background-position: center -280px;
  background-size: cover;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  opacity: 0.11;
}

.price .prices-slider-field {
  padding-top: 90px;
  padding-bottom: 0px;
}

.price .prices-slider-field h3 {
  color: #323232;
  font: 100 40px/55px MuseoSansCyrl, Sans-Serif;
  padding-left: 200px;
  position: relative;
  text-transform: none;
}

.price .prices-slider-field h3 .subhead {
  display: block;
  color: #63ba26;
  font-weight: 700;
  font-size: 50px;
}

.price .prices-slider-field h3::before {
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  background-color: transparent;
  background-image: url(../img/ill-phone.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  height: 88px;
  width: 51px;
  left: 110px;
  position: absolute;
  top: 50%;
}

.price .prices-slider-field #pricing-slider {
  margin: 50px auto 0;
  position: relative;
  width: 998px;
}

.price .prices-slider-field #pricing-slider .screen {
  height: 500px;
  position: relative;
  overflow: hidden;
}

.price .prices-slider-field #pricing-slider .screen::after,
.price .prices-slider-field #pricing-slider .screen::before {
  background: #ccc;
  content: '';
  height: 1px;
  width: 297px;
  top: 22px;
  position: absolute;
}

.price .prices-slider-field #pricing-slider .screen::before {
  left: 0;
}

.price .prices-slider-field #pricing-slider .screen::after {
  right: 0;
}

.price .prices-slider-field #pricing-slider .screen .slides {
  height: 250px;
  position: relative;
}

.price .prices-slider-field #pricing-slider .slide {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  background: center/cover no-repeat;
  height: 250px;
  width: 354px;
  position: absolute;
  left: 50%;
  top: 50%;
}

.price .prices-slider-field #pricing-slider.disable-animation .slide {
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
}

.price .prices-slider-field #pricing-slider .slide:not(.active):hover {
  filter: brightness(1.2) saturate(1.2);
  -webkit-filter: brightness(1.2) saturate(1.2);
  cursor: pointer;
}

.price .prices-slider-field #pricing-slider .slide::after {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  background-color: transparent;
  background-image: url(../img/img-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 11px;
}

.price .prices-slider-field #pricing-slider .slide:not(.active)::after {
  opacity: 0;
}

.price .prices-slider-field #pricing-slider .slide .text-block {
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  height: 270px;
  opacity: 0;
  left: -248px;
  padding: 62px 55px;
  position: absolute;
  top: 217px;
  width: 850px;
}

.price .prices-slider-field #pricing-slider .slide .text-block::after,
.price .prices-slider-field #pricing-slider .slide .text-block::before {
  background: #ccc;
  content: '';
  height: 1px;
  width: 215px;
  top: 0;
  position: absolute;
}

.price .prices-slider-field #pricing-slider .slide .text-block::before {
  left: 0;
}

.price .prices-slider-field #pricing-slider .slide .text-block::after {
  right: 0;
}

.price .prices-slider-field #pricing-slider .slide .text-block .title {
  font-family: MuseoSansCyrl, Sans-Serif;
  font-size: 22px;
  font-weight: 500;
  margin-bottom: 30px;
}

.price .prices-slider-field #pricing-slider .slide .text-block .text {
  font-size: 16px;
}

.price .prices-slider-field #pricing-slider .slide:not(.active) .text-block {
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
}

.price .prices-slider-field #pricing-slider .slide.active .text-block {
  transition: all 0.3s ease-out 0.3s;
  -webkit-transition: all 0.3s ease-out 0.3s;
  -moz-transition: all 0.3s ease-out 0.3s;
  -ms-transition: all 0.3s ease-out 0.3s;
  -o-transition: all 0.3s ease-out 0.3s;
  opacity: 1;
}

.price .prices-slider-field #pricing-slider .arrow {
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  position: absolute;
  cursor: pointer;
  top: 125px;
  height: 39px;
  width: 21px;
}

.price .prices-slider-field #pricing-slider .arrow::after,
.price .prices-slider-field #pricing-slider .arrow::before {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}

.price .prices-slider-field #pricing-slider .arrow:not(:hover)::after {
  opacity: 0;
}

.price .prices-slider-field #pricing-slider .arrow.arrow-prev {
  left: -36px;
}

.price .prices-slider-field #pricing-slider .arrow.arrow-prev::before {
  background-color: transparent;
  background-image: url(../img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.price .prices-slider-field #pricing-slider .arrow.arrow-prev::after {
  background-color: transparent;
  background-image: url(../img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}

.price .prices-slider-field #pricing-slider .arrow.arrow-next {
  right: -36px;
}

.price .prices-slider-field #pricing-slider .arrow.arrow-next::before {
  background-color: transparent;
  background-image: url(../img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
}

.price .prices-slider-field #pricing-slider .arrow.arrow-next::after {
  background-color: transparent;
  background-image: url(../img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.price .prices-slider-field #ya_id_buy {
  background: #fafafa;
  border-top: 4px solid #e6e6e6;
  margin-top: 10px;
  padding: 41px 50px 55px;
  position: relative;
}

.price .prices-slider-field #ya_id_buy::before {
  background-color: transparent;
  background-image: url(../img/form-arrow-up.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate3d(-50%, -100%, 0);
  -webkit-transform: translate3d(-50%, -100%, 0);
  -moz-transform: translate3d(-50%, -100%, 0);
  -ms-transform: translate3d(-50%, -100%, 0);
  -o-transform: translate3d(-50%, -100%, 0);
  content: '';
  height: 29px;
  left: 50%;
  position: absolute;
  top: 0;
  width: 60px;
}

.price .prices-slider-field #ya_id_buy h4 {
  color: #63ba26;
  font-family: 'Open Sans', Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 22px;
  position: relative;
  text-align: center;
}

.price .prices-slider-field #ya_id_buy h4::after,
.price .prices-slider-field #ya_id_buy h4::before {
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  background-color: transparent;
  background-image: url(../img/text-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  height: 23px;
  position: absolute;
  top: 50%;
  width: 21px;
}

.price .prices-slider-field #ya_id_buy h4::before {
  left: 105px;
}

.price .prices-slider-field #ya_id_buy h4::after {
  right: 105px;
}

.price .prices-slider-field #ya_id_buy input[type='tel'],
.price .prices-slider-field #ya_id_buy input[type='password'],
.price .prices-slider-field #ya_id_buy input[type='text'] {
  display: inline-block;
  vertical-align: top;
  margin: 15px 10px;
  width: 342px;
}

.price .prices-slider-field #ya_id_buy textarea {
  margin: 15px auto;
  width: 704px;
  height: 106px;
}

.price .prices-slider-field #ya_id_buy input[type='submit'] {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate3d(-50%, 50%, 0);
  -webkit-transform: translate3d(-50%, 50%, 0);
  -moz-transform: translate3d(-50%, 50%, 0);
  -ms-transform: translate3d(-50%, 50%, 0);
  -o-transform: translate3d(-50%, 50%, 0);
  z-index: 100;
  letter-spacing: 1.6px;
  z-index: 1;
}

#service {
  padding: 95px 0 80px;
}

#service .parallax-wrap::after {
  background-color: transparent;
  background-image: url(../img/bg-over.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}

#service .parallax.layer-1 {
  background-color: transparent;
  background-image: url(../img/bg-1.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: auto;
  height: 1309px;
  top: -1000px;
  width: 100%;
}

@media all and (min-width: 1970px) {
  #service .parallax.layer-1 {
    background-size: cover;
  }
}

#service h2 {
  color: #3e3e3e;
  font: 100 50px/65px MuseoSansCyrl, Sans-Serif;
  text-align: center;
}

#service h2 .subhead {
  background: #fff;
  color: #63ba26;
  display: block;
  font-size: 20px;
  font-weight: 700;
  line-height: 57px;
  margin: 10px auto 0;
  width: 824px;
}

#service .services {
  font-size: 0;
  text-align: center;
}

#service .services .service {
  display: inline-block;
  vertical-align: top;
  margin: 70px 20px 0;
  width: 260px;
}

#service .services .service .img {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: center/cover no-repeat;
  border: 12px solid #fff;
  display: inline-block;
  height: 160px;
  width: 160px;
}

#service .services .service:hover .img {
  -webkit-box-shadow: 0 0 0 1px #63ba26;
  box-shadow: 0 0 0 1px #63ba26;
}

#service .services .service .label {
  font-family: MuseoSansCyrl, Sans-Serif;
  font-size: 18px;
  font-weight: 300;
  margin-top: 25px;
}

#specialists {
  padding: 117px 0 95px;
}

#specialists h2 {
  color: #63ba26;
  font: 700 40px/60px MuseoSansCyrl, Sans-Serif;
  text-align: center;
}

#specialists h2 .subhead {
  display: block;
  font-size: 60px;
  font-weight: 300;
}

#specialists .note {
  font: 100 22px/24px MuseoSansCyrl, Sans-Serif;
  margin: 31px auto 65px;
  text-align: center;
  width: 824px;
}

#specialists .specialists .specialist {
  border: 1px solid #d4d4d4;
  margin: 25px 0 89px;
  padding: 65px 65px 60px;
  position: relative;
}

#specialists .specialists .specialist .h {
  font-size: 0;
  position: absolute;
  left: 40px;
  right: 40px;
  top: -23px;
  text-transform: uppercase;
}

#specialists .specialists .specialist .h .name {
  display: inline-block;
  vertical-align: middle;
  padding-left: 30px;
  padding-right: 47px;
  background: #fff;
  font: 700 46px/1 MuseoSansCyrl, Sans-Serif;
}

#specialists .specialists .specialist .h .job-title {
  display: inline-block;
  vertical-align: middle;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #63ba26;
  color: #fff;
  font: 100 14px/42px MuseoSansCyrl, Sans-Serif;
  position: relative;
}

#specialists .specialists .specialist .h .job-title::before {
  background-color: transparent;
  background-image: url(../img/job-title-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate3d(-100%, -50%, 0);
  -webkit-transform: translate3d(-100%, -50%, 0);
  -moz-transform: translate3d(-100%, -50%, 0);
  -ms-transform: translate3d(-100%, -50%, 0);
  -o-transform: translate3d(-100%, -50%, 0);
  content: '';
  display: block;
  left: 0;
  top: 50%;
  position: absolute;
  height: 7px;
  width: 27px;
}

#specialists .specialists .specialist .h .job-title::after {
  transform: translate3d(100%, 0, 0);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  background: #fff;
  content: '';
  display: block;
  bottom: 0;
  right: 0;
  top: 0;
  position: absolute;
  width: 45px;
}

#specialists .specialists .specialist .c {
  position: relative;
}

#specialists .specialists .specialist .c .photo {
  padding-top: 5px;
  position: relative;
  float: left;
  width: 295px;
}

#specialists .specialists .specialist .c .photo img {
  height: auto;
  max-height: 500px;
  width: 100%;
}

#specialists .specialists .specialist .c .specs {
  position: relative;
  float: right;
  width: 721px;
}

#specialists .specialists .specialist .c .specs > div + div {
  margin-top: 40px;
  padding-top: 40px;
  position: relative;
}

#specialists .specialists .specialist .c .specs > div + div::after {
  background-color: transparent;
  background-image: url(../img/specialist-dots.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  display: block;
  content: '';
}

#specialists .specialists .specialist .c .specs .about {
  color: #363636;
  font: 300 16px/24px MuseoSansCyrl, Sans-Serif;
}

#specialists .specialists .specialist .c .specs .specialties::before {
  display: inline-block;
  vertical-align: middle;
  content: 'С чем работает \a специалист:';
  color: #63ba26;
  font: 700 16px/24px MuseoSansCyrl, Sans-Serif;
  margin-right: 30px;
  text-align: right;
  text-transform: uppercase;
  white-space: pre;
}

#specialists .specialists .specialist .c .specs .specialties > * + * {
  margin-left: 30px;
}

#specialists .specialists .specialist .c .specs .specialties .work-with {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: center no-repeat #63ba26;
  height: 44px;
  width: 44px;
}

#specialists .specialists .specialist .c .specs .specialties .work-with.ios {
  background-image: url(../img/apple.png);
}

#specialists .specialists .specialist .c .specs .specialties .work-with.android {
  background-image: url(../img/android.png);
}

#specialists .specialists .specialist .c .specs .specialties .work-with.win-phone {
  background-image: url(../img/win-phone.png);
}

#specialists .specialists .specialist .c .specs .specialties .work-with:hover {
  filter: invert(0.8) saturate(0) brightness(1.8);
  -webkit-filter: invert(0.8) saturate(0) brightness(1.8);
}

#specialists .specialists .specialist .c .specs .certificates::before {
  display: inline-block;
  vertical-align: middle;
  content: 'Сертификаты \a специалиста:';
  color: #63ba26;
  font: 700 16px/24px MuseoSansCyrl, Sans-Serif;
  margin-right: 30px;
  text-align: right;
  text-transform: uppercase;
  white-space: pre;
}

#specialists .specialists .specialist .c .specs .certificates > * + * {
  margin-left: 20px;
}

#specialists .specialists .specialist .c .specs .certificates .certificate img {
  height: auto;
  min-height: 65px;
  max-height: 71px;
  width: auto;
}

#specialists .specialists .specialist .c .specs .certificates > *,
#specialists .specialists .specialist .c .specs .specialties > * {
  display: inline-block;
  vertical-align: middle;
}

#specialists .btn-wrap {
  border-top: 1px solid #d4d4d4;
  border-bottom: 1px solid #d4d4d4;
  height: 6px;
  position: relative;
  text-align: center;
}

#specialists .btn-wrap .btn {
  background-image: url(../img/mail-icon.png);
  background-repeat: no-repeat;
  background-position: 65px center;
  padding-left: 101px;
  margin-top: -36px;
}

#selection {
  padding: 100px 0 60px;
  position: relative;
  background-color: transparent;
  background-image: url(../img/bg-3.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#selection::before {
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  background-color: transparent;
  background-image: url(../img/bg-over-diag.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: auto;
  content: '';
}

#selection .head {
  padding-left: 160px;
  position: relative;
}

#selection .head::before {
  background-color: transparent;
  background-image: url(../img/how-choose-icon.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  content: '';
  position: absolute;
  left: -15px;
  top: 50%;
  height: 141px;
  width: 136px;
}

#selection .head h2 {
  font: 300 45px/1 MuseoSansCyrl, Sans-Serif;
  margin-bottom: 30px;
}

#selection .head .note {
  color: #63ba26;
  font: 900 22px/30px MuseoSansCyrl, Sans-Serif;
  text-transform: uppercase;
}

#selection .cases {
  margin-top: 50px;
}

#selection .cases .case {
  padding-top: 62px;
  padding-bottom: 60px;
  position: relative;
  max-width: 1366px;
  margin: 0 auto;
}

#selection .cases .case::before {
  background-color: transparent;
  background-image: url(../img/specialist-dots.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-size: auto;
  content: '';
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  height: 2px;
}

#selection .cases .case .container {
  font: 400 14px/22px 'Open Sans', Sans-Serif;
}

#selection .cases .case .container .c {
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 50px;
  -moz-column-gap: 50px;
  -webkit-column-gap: 50px;
  column-width: auto;
  -moz-column-width: auto;
  -webkit-column-width: auto;
}

#selection .cases .case .container .c > div {
  padding-left: 30px;
  padding-right: 30px;
}

#selection .cases .case .container .negative {
  position: relative;
}

#selection .cases .case .container .negative::before {
  background-color: transparent;
  background-image: url(../img/negative-positive-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  display: block;
  position: absolute;
  right: -24px;
  top: 65px;
  height: 50px;
  width: 25px;
}

#selection .cases .case .container .negative .title::before {
  display: inline-block;
  vertical-align: baseline;
  background-color: transparent;
  background-image: url(../img/batsu.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  height: 17px;
  margin-right: 14px;
  width: 16px;
}

#selection .cases .case .container .positive .title::before {
  display: inline-block;
  vertical-align: baseline;
  background-color: transparent;
  background-image: url(../img/maru.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  height: 21px;
  margin-right: 10px;
  width: 20px;
}

#selection .cases .case .container .negative .title,
#selection .cases .case .container .positive .title {
  font: 500 24px/30px MuseoSansCyrl, Sans-Serif;
  margin-bottom: 20px;
}

#selection .cases .case .container .warning {
  background-color: #fff;
  background-image: url(../img/warning.png);
  background-repeat: no-repeat;
  background-position: 35px 35px;
  background-size: aut;
  margin: 60px 175px 0;
  padding: 30px 60px 30px 110px;
  position: relative;
}

#selection .cases .case .container .warning::before {
  background-color: transparent;
  background-image: url(../img/warning-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  display: block;
  height: 50px;
  width: 26px;
  top: -50px;
  left: 440px;
  position: absolute;
}

#selection .btn-wrap {
  height: 0;
  position: relative;
  text-align: center;
  z-index: 5;
}

#selection .btn-wrap .btn {
  background-image: url(../img/mail-icon.png);
  background-repeat: no-repeat;
  background-position: 65px center;
  padding-left: 101px;
  margin-top: 23px;
}

#reviews {
  padding-top: 140px;
  padding-bottom: 50px;
}

#reviews h2 {
  font: 100 50px/60px MuseoSansCyrl, Sans-Serif;
  padding-left: 20px;
}

#reviews h2 .subhead {
  color: #63ba26;
  display: block;
  font: 900 28px/60px MuseoSansCyrl, Sans-Serif;
  padding-left: 5px;
}

#reviews .reviews {
  font-size: 0;
  text-align: center;
}

#reviews .reviews .review {
  display: inline-block;
  vertical-align: top;
  color: #4e4e4e;
  font: 400 14px/22px 'Open Sans', Sans-Serif;
  margin-top: 70px;
  min-height: 168px;
  padding: 0 20px 0 215px;
  position: relative;
  text-align: left;
  width: 500px;
}

#reviews .reviews .review:nth-child(4n + 2) {
  margin-right: 200px;
}

#reviews .reviews .review:nth-child(4n + 3) {
  margin-left: 200px;
}

#reviews .reviews .review > .name ~ * {
  margin-top: 24px;
}

#reviews .reviews .review .photo {
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  background: center/cover no-repeat;
  position: absolute;
  left: 20px;
  top: 5px;
  height: 163px;
  width: 163px;
}

#reviews .reviews .review .name {
  color: #000;
  font: 500 28px/1.2 MuseoSansCyrl, Sans-Serif;
  white-space: nowrap;
}

#contacts {
  padding-top: 84px;
  padding-bottom: 0;
}

#contacts .head {
  height: 150px;
  position: relative;
  margin-bottom: 10px;
}

#contacts .head::after,
#contacts .head::before {
  background: #d4d4d4;
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 1px;
}

#contacts .head::before {
  margin-top: -2px;
}

#contacts .head::after {
  margin-top: 2px;
}

#contacts .head h2 {
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  background-color: #fff;
  background-image: url(../img/compass.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  display: block;
  padding: 0 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  font: 300 50px/3 MuseoSansCyrl, Sans-Serif;
  z-index: 5;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  #contacts .head h2 {
    font-size: 26px;
    line-height: 120px;
  }
}

#contacts .map-wrap {
  position: relative;
  padding-top: 46px;
}

#contacts .map-wrap .note {
  border-radius: 0 0 8px 8px;
  -webkit-border-radius: 0 0 8px 8px;
  -moz-border-radius: 0 0 8px 8px;
  background: #fff;
  padding: 0 70px 55px;
  left: 50%;
  margin-left: -373px;
  top: 0;
  position: absolute;
  font: 300 18px/28px MuseoSansCyrl, Sans-Serif;
  text-align: center;
  width: 746px;
  z-index: 5;
}

#footer {
  position: relative;
  background: #63ba26;
  height: 140px;
}
@media screen and (min-width: 641px) and (max-width: 1077px) {
  #footer {
    height: 160px;
  }
}
#footer .green-field {
  border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -moz-border-radius: 8px 8px 0 0;
  background: #63ba26;
  width: 1200px;
  bottom: 0;
  padding: 35px;
  position: relative;
}

#footer .green-field .bottom-line > *,
#footer .green-field .top-line > * {
  display: inline-block;
  vertical-align: middle;
}

#footer .green-field .top-line .slogan {
  font: 400 16px/20px 'Open Sans', Sans-Serif;
  margin-left: 25px;
  margin-bottom: 8px;
}

#footer .green-field .bottom-line {
  margin-top: 5px;
}

#footer .green-field .bottom-line,
#footer .green-field .bottom-line a {
  color: #fff;
  font: 300 18px/24px MuseoSansCyrl, Sans-Serif;
}

#footer .green-field .bottom-line .tel {
  margin-left: 40px;
}

#footer .green-field .bottom-line .social {
  margin-left: 25px;
}

#footer .green-field .mirsaitov-wrap {
  display: inline-block;
  vertical-align: middle;
  border-radius: 0 0 0 8px;
  -webkit-border-radius: 0 0 0 8px;
  -moz-border-radius: 0 0 0 8px;
  border-left: 1px solid #84cb39;
  border-bottom: 1px solid #84cb39;
  padding: 20px 28px;
  position: absolute;
  right: 2px;
  top: 2px;
  white-space: nowrap;
  font-size: 12px;
  line-height: 20px;
}

#footer .green-field .mirsaitov-wrap #mirsaitov {
  display: inline-block;
  vertical-align: middle;
  color: #e6ff72;
  font: 300 22px/24px MuseoSansCyrl, Sans-Serif;
  margin-bottom: 4px;
  margin-left: 10px;
}

.darkmatter {
  transform: translate3d(-50%, -50%, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  display: none;
  left: 50%;
  position: fixed;
  top: 50%;
  z-index: 601;
}

#ajax-error,
#ajax-success,
form.darkmatter {
  background: #fff;
  border: 4px solid #a5a5a5;
  -webkit-box-shadow: 24px 24px 0 0 rgba(0, 0, 0, 0.4);
  box-shadow: 24px 24px 0 0 rgba(0, 0, 0, 0.4);
  font-size: 0;
  padding: 60px 55px;
  text-align: center;
  width: 882px;
}
form.darkmatter span.close-form {
  opacity: 1 !important;
}
#ajax-error::after,
#ajax-error::before,
#ajax-success::after,
#ajax-success::before,
form.darkmatter::after,
form.darkmatter::before {
  background: url(../img/form-shadow.png) no-repeat;
  content: '';
  display: block;
  height: 24px;
  width: 24px;
  position: absolute;
}
@media screen and (max-width: 960px) {
  #ajax-error::after,
  #ajax-error::before,
  #ajax-success::after,
  #ajax-success::before,
  form.darkmatter::after,
  form.darkmatter::before {
    content: none;
  }
}
#ajax-error::before,
#ajax-success::before,
form.darkmatter::before {
  background-position: left top;
  right: -28px;
  top: -4px;
}

#ajax-error::after,
#ajax-success::after,
form.darkmatter::after {
  background-position: left bottom;
  bottom: -28px;
  left: -4px;
}

#ajax-error h4,
#ajax-success h4,
form.darkmatter h4 {
  color: #63ba26;
  font-family: 'Open Sans', Sans-Serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  position: relative;
  text-align: center;
}

#ajax-error h4::after,
#ajax-error h4::before,
#ajax-success h4::after,
#ajax-success h4::before,
form.darkmatter h4::after,
form.darkmatter h4::before {
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  background-color: transparent;
  background-image: url(../img/text-arrow.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  content: '';
  height: 23px;
  position: absolute;
  top: 50%;
  width: 21px;
}

#ajax-error h4::before,
#ajax-success h4::before,
form.darkmatter h4::before {
  left: 105px;
}

#ajax-error h4::after,
#ajax-success h4::after,
form.darkmatter h4::after {
  right: 105px;
}

#ajax-error input[type='tel'],
#ajax-error input[type='password'],
#ajax-error input[type='text'],
#ajax-success input[type='tel'],
#ajax-success input[type='password'],
#ajax-success input[type='text'],
form.darkmatter input[type='tel'],
form.darkmatter input[type='password'],
form.darkmatter input[type='text'] {
  display: inline-block;
  vertical-align: top;
  margin: 15px 10px;
  width: 342px;
}

#ajax-error textarea,
#ajax-success textarea,
form.darkmatter textarea {
  margin: 15px auto;
  width: 704px;
}

#ajax-error input[type='submit'],
#ajax-success input[type='submit'],
form.darkmatter input[type='submit'] {
  margin-top: 15px;
}

#ajax-error .note,
#ajax-success .note,
form.darkmatter .note {
  display: inline-block;
  vertical-align: middle;
  color: #63ba26;
  font: italic 300 18px/22px 'Open Sans', Sans-Serif;
  margin: 15px 0;
}

#ajax-error #ya_id_zayavka_model,
#ajax-success #ya_id_zayavka_model,
form.darkmatter #ya_id_zayavka_model {
  width: 552px;
}

#ajax-error .message,
#ajax-success .message,
form.darkmatter .message {
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #fff;
  color: #63ba26;
  font: 400 14px/1.3 'Open Sans', Sans-Serif;
  padding: 25px 25px 45px;
}

#ajax-error .ajax-error,
#ajax-error .ajax-success,
#ajax-success .ajax-error,
#ajax-success .ajax-success,
form.darkmatter .ajax-error,
form.darkmatter .ajax-success {
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  background: #fff;
  color: #63ba26;
  font: 400 14px/1.3 'Open Sans', Sans-Serif;
  display: none;
  padding: 15px 25px;
  position: absolute;
  left: 20%;
  right: 20%;
  top: 50%;
}

#book-a-repair-btn,
#ya_id_buy_send,
#ya_id_zahvat_send,
#ya_id_zayavka_send {
  background-image: url(../img/phone-icon.png);
  background-repeat: no-repeat;
  background-position: 37px center;
}

#ya_id_zvonok_send {
  background-image: url(../img/mail-icon.png);
  background-repeat: no-repeat;
  background-position: 37px center;
}

.windows-left {
  position: fixed;
  z-index: 100;
  top: 50%;
  margin-top: -100px;
  right: -11px;
  width: 10px;
  height: 223px;
  background-color: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid #a9a9a9;
  border-left: none;
}

span.span-status {
  display: block;
  position: absolute;
  width: 40px;
  height: 223px;
  top: -1px;
  left: -41px;
  z-index: 3;
  background: url('../img/window-status.png') no-repeat left top;
  cursor: pointer;
}

.windows-left.active {
  width: 340px;
}

#remonline-widget {
  display: block;
  position: relative;
  margin-top: 22px;
  margin-left: -10px;
}

#remonline-widget:after,
#remonline-widget:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 18px;
  background: #fff;
  top: 0px;
  left: 0px;
}

#remonline-widget:after {
  top: 165px;
}

#map {
  height: 795px !important;
}
@media screen and (max-width: 1200px) {
  #map {
    margin-top: 150px;
    height: 600px !important;
  }
}
@media screen and (max-width: 640px) {
  #map {
    margin-top: 270px;
    height: 540px !important;
  }
}

span.close-form {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  background: url('../img/close-form.png') no-repeat;
  cursor: pointer;
  z-index: 1;
}

.img-hover-big {
  height: 100px;
  width: 100px;
  overflow: hidden;
  float: left;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  margin-top: 78px;
}

.img-hover-big1 {
  left: 159px;
}

#contacts .map-wrap .note {
  padding-left: 400px;
  width: 1200px;
  margin-left: -600px;
  text-align: left;
}

.img-hover-big2 {
  left: 285px;
}

.img-hover-big:hover {
  height: 250px;
  width: 250px;
  margin-top: 3px;
  margin-left: -75px;
  z-index: 100;
}

/*.img-hover-big1:hover {
    width: 493px;
    height: 370px;
    border-radius: 0px;
    z-index: 100;
}

.img-hover-big2:hover {
    width: 509px;
    height: 369px;
    border-radius: 0px;
    z-index: 100;
}*/

.img-hover-big1 img {
  margin-left: -10px;
  width: 141px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.img-hover-big2 img {
  margin-left: -43px;
  width: 163px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.img-hover-big:hover img {
  width: 100%;
  margin: 0px;
}

.cont-table {
  display: table;
  height: 256px;
  margin-left: 433px;
}

.cont-cell {
  display: table-cell;
  vertical-align: middle;
  height: 256px;
}

.windows-open {
  width: 100%;
  height: 100%;
  -webkit-transform: initial;
  transform: initial;
  overflow-y: auto;
  left: 0%;
  top: 0;
  cursor: pointer;
  -webkit-transform: translate(0);
  transform: translate(0);
}

.windows-open .content {
  width: 873px;
  margin: 150px auto;
  background: #fff;
  cursor: initial;
  position: relative;
}

.hidden #body-content {
  /*overflow: hidden;*/
  postiton: fixed;
}

#body-content {
  /*height: 100vh;*/
}

.hidden #darkmatter {
  z-index: 100000;
}

.hidden .darkmatter {
  z-index: 100001;
}

.windows-open .content h3 {
  color: #63ba26;
  display: block;
  text-align: center;
  width: 530px;
  margin: auto;
  padding-top: 60px;
  font-size: 29px;
  margin-bottom: 30px;
  position: relative;
}

.windows-open .content h3:after,
.windows-open .content h3:before {
  position: absolute;
  content: '';
  top: 50%;
  height: 24px;
  width: 22px;
  margin-top: 16px;
  background: url('../img/str-h2.png') center;
}
@media screen and (max-width: 960px) {
  .windows-open .content h3:after,
  .windows-open .content h3:before {
    content: none;
  }
}
.windows-open h3:after {
  right: 0px;
  margin-right: -37px;
}

.windows-open .content h3:before {
  left: 0px;
  margin-left: -37px;
}

.windows-open .content .block-comp {
  padding: 0 84px 50px;
  font-size: 14px;
  line-height: 21px;
  margin-top: 34px;
}

.darkmatter.company .brends {
  padding: 0 13px;
  margin-top: 29px;
  margin-bottom: 0px;
}

.darkmatter.company .brend {
  display: inline-block;
  vertical-align: text-top;
  margin: 6px 4px;
}

.darkmatter.company .brend .logo-brend {
  width: 124px;
  height: 80px;
  margin: auto;
  border: 1px solid #e4e4e4;
  border-radius: 8px;
  text-align: center;
  padding-top: 7.5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.darkmatter.company .brend:hover .logo-brend {
  -webkit-box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 12px rgba(0, 0, 0, 0.2);
}

.darkmatter.company .brend span {
  display: block;
  margin: auto;
  text-align: center;
  color: #247595;
  font-size: 16.5px;
  padding: 12px 0 8px 0;
}

.darkmatter.company h4 {
  font-size: 28px;
  text-transform: inherit;
}

.darkmatter.company .h4cs {
  display: block;
  padding: 25px 25px;
}

.darkmatter.company ul {
  margin-top: 13px;
  line-height: 20px;
}

.darkmatter.company li {
  margin-bottom: 7px;
  list-style-image: none;
  list-style-type: none;
  position: relative;
}

.darkmatter.company li:before {
  content: '';
  width: 9px;
  height: 9px;
  position: absolute;
  background: url('../img/bg-li.png') no-repeat;
  margin-top: 6px;
  left: -26px;
}

#colorbox {
  overflow: hidden;
}

#colorbox .content {
  margin: 100px auto;
  overflow: hidden;
  width: 700px;
}

#colorbox .content .block-comp {
  padding: 0 20px 20px;
  font-size: 14px;
  line-height: 21px;
  margin-top: 15px;
}

#colorbox img {
  /*    position: absolute;
    left:0;*/
  height: 400px;
  width: 100%;
}

.company-form {
  background: #63ba26;
  position: relative;
  padding: 70px 81px 112px 81px;
}

.company-form input,
.company-form textarea {
  border: 1px solid #99d272 !important;
  background: none;
  color: #fff !important;
}

.company-form input.error,
.company-form textarea.error {
  border: 1px solid #b80000 !important;
  color: #b80000 !important;
}

.company-form input[type='tel'],
.company-form input[type='text'] {
  height: 48px;
  line-height: 48px;
  padding: 0 25px;
  width: 344px;
  float: left;
  margin-bottom: 28px;
}
.company-form input[type='text'] {
  margin-right: 21px;
}

.company-form textarea {
  height: 108px;
}

.company-form input[placeholder] {
  color: #fff;
  font-style: italic;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 48px;
}

.company-form input::-webkit-input-placeholder {
  color: #fff;
  font-style: italic;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 48px;
}

.company-form input::-moz-placeholder {
  color: #fff;
  font-style: italic;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 48px;
}

.company-form input:-moz-placeholder {
  color: #fff;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  line-height: 48px;
  font-style: italic;
}

.company-form input:-ms-input-placeholder {
  color: #fff;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  opacity: 1;
  font-style: italic;
  line-height: 48px;
}

.company-form textarea[placeholder] {
  color: #fff;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1;
}

.company-form textarea::-webkit-input-placeholder {
  color: #fff;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1;
}

.company-form textarea::-moz-placeholder {
  color: #fff;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1;
}

.company-form textarea:-moz-placeholder {
  color: #fff;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1;
}

.company-form textarea:-ms-input-placeholder {
  color: #fff;
  font: 300 16px/1.5 'Open Sans', Sans-Serif;
  text-overflow: ellipsis;
  font-style: italic;
  opacity: 1;
}

.company-form .btn {
  float: right;
  width: 327px;
  margin-right: 6px;
  margin-top: 42px;
  background: #fff;
  color: #99d272 !important;
  letter-spacing: 1.1px;

  background-image: url('../img/phone-form.png');
  background-repeat: no-repeat;
  background-position: 37px center;
}

.company-form .ajax-success,
.company-form .ajax-error {
  display: none;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 200px;
  width: 600px;
  left: 50%;
  margin-left: -300px;
}

.company-form span {
  display: block;
  margin: 42px 0px 0 154px;
  text-align: right;
  width: 192px;
  font-size: 14px;
  color: #fff;
}

.company-form .btn:hover {
  background: #3e3e3e;
  color: #fff;
  background-image: url('../img/phone-form.png');
  background-repeat: no-repeat;
  background-position: 37px center;
}

.stages {
  width: 600px;
  margin: auto;
  margin-top: 62px;
  text-align: center;
}

.stage {
  width: 196px;
  display: inline-block;
  vertical-align: text-top;
  position: relative;
  margin-bottom: 39px;
}

.stages img {
  display: block;
  margin: auto;
  border: 7px solid #c6c6c6;
  border-radius: 50%;
}

.stages .number {
  display: block;
  position: absolute;
  z-index: 2;
  background: #63ba26;
  top: 89px;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  color: #fff;
  left: 50%;
  margin-left: -55px;
  text-align: center;
  line-height: 31px;
  font-weight: 600;
  font-size: 17px;
}

.stages span {
  display: block;
  margin-top: 17px;
  font-size: 12px;
  line-height: 14px;
}

.stage-1:before,
.stage-2:before,
.stage-5:before {
  position: absolute;
  content: '';
  width: 88px;
  height: 14px;
  background: url('../img/stages1after.png') no-repeat center;
  top: 50%;
  margin-top: -32px;
  margin-left: 63px;
}

.stage-2:before {
  margin-top: -21px;
}

.stage-5:before {
  margin-top: -30px;
  margin-left: 51px;
}

.stage-3:before {
  position: absolute;
  content: '';
  width: 172px;
  height: 224px;
  background: url('../img/stages3after.png') no-repeat center;
  top: 50%;
  margin-top: -26px;
  margin-left: -61px;
}

.expressservis .content .block-comp {
  padding: 0 61px 0px;
}

.expressservis .content h4 {
  text-align: center;
  font-weight: 300;
  font-size: 23px;
  margin-top: 20px;
  margin-bottom: -19px;
}

#mapexpres {
  width: 100%;
  height: 476px;
}

.expressservis .contactexpres {
  position: relative;
  height: 72px;
  margin: 35px 0;
}

.expressservis .img-hover-big {
  width: 72px;
  height: 72px;
  margin-top: 0px;
}

.expressservis .img-hover-big:hover {
  height: 120px;
  width: 120px;
  margin-top: -24px;
  margin-left: -24px;
  z-index: 100;
}

.expressservis .cont-table,
.expressservis .cont-cell {
  height: 72px;
}

.expressservis .cont-table {
  margin-left: 338px;
  font-size: 13px;
}

.expressservis .img-hover-big1 {
  left: 145px;
}

.expressservis .img-hover-big2 {
  left: 234px;
}

#mapexpres p,
#map p {
  margin: 8px 0;
  margin-left: 15px;
}

.block.servis-center {
  background-color: #dfe6ed;
  background-image: url(../img/bg-2.jpg);
  background-repeat: no-repeat;
  background-position: center;
}

.servis-center-left,
.servis-center-right {
  display: inline-block;
  padding-left: 120px;
  width: 574px;
  vertical-align: text-top;
  line-height: 28px;
  font-size: 19px;
}

.servis-center-right {
  padding-left: 128px;
  width: 580px;
}

.servis-center h2 {
  text-align: center;
  color: #63ba26;
  font-size: 64px;
  padding-left: 76px;
  letter-spacing: 2px;
  margin-bottom: 33px;
}

.servis-center h3 {
  text-align: center;
  color: #63ba26;
  font-size: 38px;
  margin-bottom: 46px;
  margin-top: 38px;
}

.servis-center-sl .slick-slide img {
  margin: auto;
  cursor: pointer;
}

.tooltip {
  display: none;
  position: absolute;
  border: 1px solid #333;
  background: rgba(99, 186, 38, 0.9);
  border: 1px solid #63ba26;
  border-radius: 5px;
  padding: 10px;
  color: #fff;
  font-size: 7px Arial;
  z-index: 10;
  max-width: 300px;
}

.servis-center-sl .slick-slide.slick-center img {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.servis-center-sl .slick-slide.slick-active img {
  opacity: 1;
}

.servis-center-sl .slick-slide img {
  /*   opacity: 0;*/
}
.servis-center-sl .slick-slide img {
  -webkit-transform: scale(0.75);
  transform: scale(0.75);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.servis-center-sl {
  width: 980px;
  margin: auto;
}

.slick-prev::before,
.slick-next::before {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}

.slick-prev,
.slick-next {
  transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  -moz-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  position: absolute;
  cursor: pointer;
  top: 125px;
  height: 39px;
  width: 21px;
  background: none;
  border: none;
  font-size: 0px;
}

.slick-prev::after,
.slick-next::after,
.slick-prev::before,
.slick-next::before {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  content: '';
}

.slick-prev:not(:hover)::after,
.slick-next:not(:hover)::after {
  opacity: 0;
}

.slick-prev {
  left: -36px;
}

.slick-prev::before {
  background-color: transparent;
  background-image: url(../img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto;
}

.slick-prev::after {
  background-color: transparent;
  background-image: url(../img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: auto;
}

.slick-next {
  right: -36px;
}

.slick-next::before {
  background-color: transparent;
  background-image: url(../img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: auto;
}

.slick-next::after {
  background-color: transparent;
  background-image: url(../img/slider-arrows.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: auto;
}

.servis-center h4 {
  margin-top: 74px;
  text-align: center;
  font-weight: 900;
  color: #63ba26;
  display: block;
  position: relative;
  margin-bottom: 54px;
}

.servis-center h4:after,
.servis-center h4:before {
  position: absolute;
  content: '';
  width: 208px;
  height: 2px;
  background: #fff;
  z-index: 1;
  top: 50%;
  margin-top: -3px;
}

.servis-center h4:after {
  right: 15px;
}

.servis-center h4:before {
  left: 15px;
}

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

.servis-center .preim {
  display: inline-block;
  vertical-align: text-top;
  text-align: center;
  width: 238px;
}

.servis-center .preim img {
  border: 12px solid #fff;
  border-radius: 50%;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.servis-center .preim img:hover {
  -webkit-box-shadow: 0 0 0 1px #63ba26;
  box-shadow: 0 0 0 1px #63ba26;
}

.servis-center .preim p.title-preim {
  font-family: MuseoSansCyrl, Sans-Serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #63ba26;
  font-size: 20px;
  margin-top: 21px;
}

.servis-center .preim p.title-preim + p {
  margin-top: 18px;
  font-size: 16px;
  line-height: 24px;
}

.block.sertificat {
  background: #f1f1f1;
}

.block.sertificat .slick-dotted.slick-slider {
  position: relative;
}

.block.sertificat h2 {
  text-align: center;
  color: #63ba26;
  font-size: 67px;
  letter-spacing: 2.8px;
  margin-bottom: 3px;
  margin-top: 21px;
}

.block.sertificat p.info-sert {
  display: block;
  position: relative;
  text-align: center;
  width: 741px;
  margin: auto;
  margin-bottom: 80px;
  font-size: 21px;
  line-height: 24px;
}

.block.sertificat .slick-slide {
  margin: 0 10.5px;
}

.block.sertificat .slick-prev,
.block.sertificat .slick-next {
  top: 107px;
}

.block.sertificat .slick-next {
  right: -63px;
}

.block.sertificat .slick-prev {
  left: -63px;
}

#specialists .slick-dotted.slick-slider {
  margin-bottom: 0px;
  width: 1200px;
  position: relative;
  margin: auto;
}

#specialists .slick-list {
  padding: 0;
}

#specialists .slick-prev,
#specialists .slick-next {
  top: 50%;
  height: 106px;
  width: 30px;
  background: #fff;
  margin-top: -47px;
  z-index: 1;
}

#specialists .slick-next {
  right: -13px;
}

#specialists .slick-prev {
  left: -13px;
}

#specialists .slick-prev::after,
#specialists .slick-next::after,
#specialists .slick-prev::before,
#specialists .slick-next::before {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  bottom: 0;
  display: block;
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -28.5px;
  width: 30px;
  height: 57px;
  content: '';
  background-image: url(../img/big-slider-arrows.png);
}

.ofis-contacts {
  width: 1200px;
  margin: auto;
  position: absolute;
  left: 50%;
  margin-left: -600px;
  z-index: 1;
  background: #fff;
  height: 140px;
  margin-top: -28px;
}
@media screen and (max-width: 1200px) {
  .ofis-contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    height: auto;
  }
}

.ofis-contact {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 55px;
  position: relative;
  width: 100%;
  vertical-align: text-top;
  margin: 0 -2px;
  height: 127px;
  cursor: pointer;
  padding-top: 20px;
  /*     display: inline-block;
    position: relative;
    width: 50%;
    vertical-align: text-top;
    margin: 0 -2px;
    height: 127px;
    cursor: pointer;
    padding-top: 20px; */
}
@media screen and (min-width: 641px) and (max-width: 999px) {
  .ofis-contact {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    gap: 55px;
    row-gap: 25px;
    position: relative;
    width: 50%;
    vertical-align: text-top;
    margin: 0 -2px;
    height: 127px;
    cursor: pointer;
    padding-top: 20px;
  }
  .ofis-contact .conttact-adres {
    order: -2;
  }
  .ofis-contact .foto-adres {
    order: -1;
  }
}
@media screen and (max-width: 640px) {
  .ofis-contact {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 25px;
    height: auto;
    padding-bottom: 10px;
  }
  .ofis-contact .conttact-adres {
    margin-left: 0;
    padding-right: 0;
    text-align: center;
    margin-top: 15px;
  }
  .ofis-contact .conttact-adres br {
    display: none;
  }
  .ofis-contact .foto-adres {
    order: -1;
  }
}

.conttact-adres {
  display: inline-block;
  vertical-align: text-top;
  /*     margin-left: 51px; */
  margin-top: 6px;
  font-size: 16px;
  font-family: MuseoSansCyrl, Sans-Serif;
  font-weight: 300;
  /*     height: 63px; */
  width: 315px;
  /* 	width: 275px; */
  padding-right: 15px;
}

.conttact-phone {
  margin-top: 0px;
}

.foto-adres .img-hover-big {
  width: 55px;
  height: 55px;
  left: 0;
  top: 0;
  position: absolute;
  margin-top: 0px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  /*    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;*/
}

.foto-adres .img-hover-big img {
  position: absolute;
  left: 0;
  top: 0;
}

.foto-adres .img-hover-big:hover {
  width: 375px;
  height: 300px;
  border-radius: 0px;
  position: absolute;
  left: 0;
}

.foto-adres .img-hover-big:hover img {
  left: 0px;
  top: 0;
  position: absolute;
}

/*.foto-adres .img-hover-big:not(:hover) img {
    z-index: 25;

}*/

.foto-adres {
  position: relative;
  width: 204px;
  margin-top: 9px;
  height: 55px;
  display: inline-block;
  vertical-align: text-top;
}

.foto-adres .img-hover-big.img-hover-big2 {
  left: 65px;
}

.foto-adres .cont-table {
  margin-left: 144px;
}

.foto-adres .cont-table,
.foto-adres .cont-cell {
  height: 55px;
}

.foto-adres .cont-cell {
  font-size: 14px;
  font-family: MuseoSansCyrl, Sans-Serif;
  font-weight: 300;
  line-height: 15px;
  color: #b3b3b3;
}

/* @media screen and (min-width: 1201px){
    .ofis-contacts:before{
        width: 1px;
        height: 80px;
        left: 50%;
        margin-left: -2.5px;
        content: "";
        background: url("../img/before-contacts.png");
        right: 0px;
        position: absolute;
        z-index: 2;
        top: 35px;
    }

} */
.ofis-contacts:after {
  width: 1121px;
  height: 1px;
  content: '';
  background: url('../img/after-contacts.png') center;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 41px;
  display: none;
}

/*.ofis-contact.active:after,
.ofis-contact.active:before{
    content: none;
}*/

.ofis-contact-1:after {
  content: none;
}

.ofis-contact.last:before {
  content: none;
}

.ofis-contact.active {
  -webkit-box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

/*.ofis-contact{
    position: absolute;
    background: #fff;
}

.ofis-contact:hover{
    z-index: 1100;
}

.ofis-contact-2{
    left: 400px;
}

.ofis-contact-3{
    left: 800px;
}

.ofis-contact:after{
     height: 150px;
    width: 1px;
    /* background: #000; */
/* content: "";
    z-index: 2;
    left: 0px;
    box-shadow: -2px 0 9px #000;
    position: absolute;
    bottom: 0;
    z-index: 0;
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    transform: rotate(2deg);
}

.ofis-contact:before{
    height: 150px;
    width: 1px;
    /* background: #000; */
/*content: "";
    z-index: 2;
    right: 0px;
    box-shadow: 2px 0 9px #000;
    position: absolute;
    bottom: 0;
    z-index: 0;
    -webkit-transform: rotate(-2deg);
    -moz-transform: rotate(-2deg);
    -o-transform: rotate(-2deg);
    -ms-transform: rotate(-2deg);
    transform: rotate(-2deg);
}

.ofis-contact:hover:before,
.ofis-contact:hover:after{
    height: 150px;
    z-index: 1000;
}

.ofis-contact:after,
.ofis-contact:before{
   /* width: 5px;
}*/

/*.shadows-o{
    position: absolute;
    width: 395px;
    height: 1px;
    bottom: 0;
   box-shadow: 0px 2px 9px #000; 
}*/

.conteiner-footer {
  display: inline-block;
  vertical-align: text-top;
  margin: 0 -2px;
  width: 400px;
}

.conteiner-footer-2 {
  text-align: center;
}

.conteiner-footer-2 p {
  text-transform: uppercase;
  font-family: MuseoSansCyrl, Sans-Serif;
  font-weight: 900;
  font-size: 30px;
  margin-top: 39px;
}
@media screen and (min-width: 641px) and (max-width: 1077px) {
  .conteiner-footer-2 p {
    margin-top: 19px;
  }
}
@media screen and (max-width: 640px) {
  .conteiner-footer-2 p {
    font-size: 24px;
  }
}
.conteiner-footer-2 a {
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.conteiner-footer-3 a {
  color: #e6ff72;
  text-decoration: none;
}

.conteiner-footer-3 a span {
  text-decoration: underline;
}

.conteiner-footer-3 a:hover span {
  text-decoration: none;
}

.conteiner-footer-4 {
  display: block;
  margin: 0 auto;
  width: 600px;
}

.mirsaitov-wrap {
  text-align: right;
  padding-top: 44px;
  font-size: 16px;
  font-family: MuseoSansCyrl, Sans-Serif;
  font-weight: 300;
}

.bwk-wrap {
  text-align: center;
  padding-top: 10px;
  font-size: 13px;
}

.conteiner-footer-1 a {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  border-radius: 50%;
  float: left;
  margin-right: 11px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.conteiner-footer-1 a[href*='instagram.com'] {
  background: url('../img/instag-f.png') center;
}

.conteiner-footer-1 a[href*='vk.com'] {
  background: url('../img/vk-f.png') center;
}

.conteiner-footer-1 a[href*='instagram.com']:hover {
  background-color: #527498;
}

.conteiner-footer-1 a[href*='vk.com']:hover {
  background-color: #527498;
}

.conteiner-footer-1 {
  padding-top: 46px;
}

.conteiner-footer-1 span {
  display: block;
  width: 150px;
  margin-left: 106px;
  font-size: 15px;
  padding-top: 0px;
  line-height: 19px;
}

.ymaps-2-1-55-controls__control {
  margin-top: 136px;
}

/*NOTICE*/
.window-notice {
  background: #ffffff;
  text-align: center;
  padding: 40px 60px;
  max-width: 700px;
}
.window-notice h3 {
  color: #63ba26;
  font-size: 1.6em;
  margin-bottom: 20px;
}
.window-notice h4 {
  margin-bottom: 15px;
}
.window-notice h3,
.window-notice h4 {
  text-align: center;
}
.window-notice .btn {
  font-weight: 700;
  width: 120px;
  padding: 0;
  text-align: center;
  line-height: 55px;
}
