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

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

img, fieldset, a img {
  border: none;
}

input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  -webkit-appearance: none;
}

input[type="submit"],
button {
  background: none;
  cursor: pointer;
}

input[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a {
  text-decoration: none;
}

textarea {
  overflow: auto;
}

input, button {
  margin: 0;
  padding: 0;
  border: 0;
}

div, input, textarea, select, button,
h1, h2, h3, h4, h5, h6, a, span, a:focus {
  outline: none;
}

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

table {
  border-spacing: 0;
  border-collapse: collapse;
  width: 100%;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.icon-add {
  width: 0.47em;
  height: 1em;
  fill: initial;
}

.icon-arrow-next {
  width: 3.19em;
  height: 1em;
  fill: #276249;
}

.icon-arrow-prev {
  width: 3.19em;
  height: 1em;
  fill: #388C69;
}

.icon-close {
  width: 1em;
  height: 1em;
  fill: #fff;
}

.icon-mail {
  width: 1.35em;
  height: 1em;
  fill: #e6813e;
}

.icon-phone {
  width: 1em;
  height: 1em;
  fill: initial;
}

.icon-placeholder {
  width: 0.71em;
  height: 1em;
  fill: #e6813e;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

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

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*!
 * animate.css -http://daneden.me/animate
 * Version - 3.7.0
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2018 Daniel Eden
 */

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }
  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}

@keyframes flash {
  from,
  50%,
  to {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes pulse {
  from {
    transform: scale3d(1, 1, 1);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  from {
    transform: scale3d(1, 1, 1);
  }
  30% {
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  from,
  to {
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes headShake {
  0% {
    transform: translateX(0);
  }
  6.5% {
    transform: translateX(-6px) rotateY(-9deg);
  }
  18.5% {
    transform: translateX(5px) rotateY(7deg);
  }
  31.5% {
    transform: translateX(-3px) rotateY(-5deg);
  }
  43.5% {
    transform: translateX(2px) rotateY(3deg);
  }
  50% {
    transform: translateX(0);
  }
}

.headShake {
  animation-timing-function: ease-in-out;
  animation-name: headShake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }
  to {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  -ms-transform-origin: top center;
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  from {
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes wobble {
  from {
    transform: translate3d(0, 0, 0);
  }
  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes jello {
  from,
  11.1%,
  to {
    transform: translate3d(0, 0, 0);
  }
  22.2% {
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    transform: skewX(0.39062deg) skewY(0.39062deg);
  }
  88.8% {
    transform: skewX(-0.19531deg) skewY(-0.19531deg);
  }
}

.jello {
  animation-name: jello;
  -ms-transform-origin: center;
  transform-origin: center;
}

@keyframes heartBeat {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.3);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.3);
  }
  70% {
    transform: scale(1);
  }
}

.heartBeat {
  animation-name: heartBeat;
  animation-duration: 1.3s;
  animation-timing-function: ease-in-out;
}

@keyframes bounceIn {
  from,
  20%,
  40%,
  60%,
  80%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }
  to {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-duration: 0.75s;
  animation-name: bounceIn;
}

@keyframes bounceInDown {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  from,
  60%,
  75%,
  90%,
  to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-duration: 0.75s;
  animation-name: bounceOut;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  from {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  from {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  from {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  from {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  from {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
  to {
    transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  from {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-duration: 0.75s;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  from {
    transform: perspective(400px);
  }
  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  to {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}

@keyframes lightSpeedIn {
  from {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(-5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  from {
    opacity: 1;
  }
  to {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  from {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  to {
    transform-origin: center;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  from {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  to {
    transform-origin: left bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  from {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  to {
    transform-origin: right bottom;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  from {
    transform-origin: center;
    opacity: 1;
  }
  to {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  from {
    transform-origin: left bottom;
    opacity: 1;
  }
  to {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  from {
    transform-origin: right bottom;
    opacity: 1;
  }
  to {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  to {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-duration: 2s;
  animation-name: hinge;
}

@keyframes jackInTheBox {
  from {
    opacity: 0;
    transform: scale(0.1) rotate(30deg);
    transform-origin: center bottom;
  }
  50% {
    transform: rotate(-10deg);
  }
  70% {
    transform: rotate(3deg);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.jackInTheBox {
  animation-name: jackInTheBox;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollIn {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

.rollIn {
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */

@keyframes rollOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  from {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  to {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  to {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

@keyframes slideInDown {
  from {
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInDown {
  animation-name: slideInDown;
}

@keyframes slideInLeft {
  from {
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInLeft {
  animation-name: slideInLeft;
}

@keyframes slideInRight {
  from {
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInRight {
  animation-name: slideInRight;
}

@keyframes slideInUp {
  from {
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  animation-name: slideInUp;
}

@keyframes slideOutDown {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, 100%, 0);
  }
}

.slideOutDown {
  animation-name: slideOutDown;
}

@keyframes slideOutLeft {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(-100%, 0, 0);
  }
}

.slideOutLeft {
  animation-name: slideOutLeft;
}

@keyframes slideOutRight {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(100%, 0, 0);
  }
}

.slideOutRight {
  animation-name: slideOutRight;
}

@keyframes slideOutUp {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    visibility: hidden;
    transform: translate3d(0, -100%, 0);
  }
}

.slideOutUp {
  animation-name: slideOutUp;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.delay-1s {
  animation-delay: 1s;
}

.animated.delay-2s {
  animation-delay: 2s;
}

.animated.delay-3s {
  animation-delay: 3s;
}

.animated.delay-4s {
  animation-delay: 4s;
}

.animated.delay-5s {
  animation-delay: 5s;
}

.animated.fast {
  animation-duration: 800ms;
}

.animated.faster {
  animation-duration: 500ms;
}

.animated.slow {
  animation-duration: 2s;
}

.animated.slower {
  animation-duration: 3s;
}

@font-face {
  font-family: 'MuseoSansCyrillic';
  src: url("fonts/MuseoSansCyrillic100.woff") format("woff"), url("fonts/fonts/MuseoSansCyrillic100.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrillic';
  src: url("fonts/MuseoSansCyrillic300.woff") format("woff"), url("fonts/fonts/MuseoSansCyrillic300.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrillic';
  src: url("fonts/MuseoSansCyrillic500.woff") format("woff"), url("fonts/fonts/MuseoSansCyrillic500.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrillic';
  src: url("fonts/MuseoSansCyrillic700.woff") format("woff"), url("fonts/fonts/MuseoSansCyrillic700.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'MuseoSansCyrillic';
  src: url("fonts/MuseoSansCyrillic900.woff") format("woff"), url("fonts/fonts/MuseoSansCyrillic900.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

body {
  min-width: 320px;
  font-family: 'MuseoSansCyrillic', serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}

body.no-scroll {
  overflow: hidden;
}

.out {
  overflow: hidden;
}

.center {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 30px;
}

.btn {
  min-width: 250px;
  height: 70px;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 500;
  transition: all .3s;
  -webkit-tap-highlight-color: transparent;
}

.btn_border {
  border: 2px solid #d6ebdc;
  color: #e6813e;
}

.btn_border:hover {
  border-color: #e6813e;
}

.btn_orange {
  border: 2px solid #e6813e;
  background: #e6813e;
  box-shadow: 0 15px 20px rgba(147, 113, 63, 0.15);
  color: #fff;
}

.btn_orange:hover {
  background: transparent;
  box-shadow: none;
  color: #e6813e;
}

a.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}

button,
input,
textarea,
select {
  font-family: 'MuseoSansCyrillic', serif;
}

strong {
  font-weight: 500;
}

.header__center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__logo {
    margin-right: 80px;
    font-size: 0;
    position: relative;
    width: 145px;
}

.header__logo .header__pic {
    width: 145px;
    position: absolute;
    z-index: 9;
    left: 60px;
    top: -40px;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}

.header__nav {
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
}


.nob {
 border: 10px solid #F9B248;    width: 100%;
}


.work__wrap {
    z-index: 99;
}

.header__link {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
  padding: 5px 6px 0;
  font-weight: 500;
  color: #3e714c;
  transition: color .3s;
}

.header__link:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 5px;
  margin: 0 auto;
  background: #3A8B6A;
  transition: width .3s;
}

.header__link:not(:last-child) {
  margin-right: 28px;
}

.header__phones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.header__code {
  margin-right: 7px;
  font-size: 64px;
  line-height: 1;
  font-weight: 100;
  color: #EFEFEF;
}

.header__box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 28px;
}

.header__phone {
  color: #30363B;
  transition: color .3s;    font-size: 20px;
}

.header__phone:hover {
  color: gray;
}

.header__phone:not(:last-child) {
  margin-bottom: 6px;
}

.header__number {
  white-space: nowrap;
  font-weight: 700;
}

.header__btn {
  min-width: 190px;
  height: 49px;
  font-size: 16px;
}

.header__bg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s;
}

.header__bg.show {
  visibility: visible;
  opacity: 1;
}

.header__burger {
  margin-left: 40px;
}

.header_thank .header__logo {
  margin-right: auto;
}

.header_thank .header__center {
  height: 90px;
}

body:not(.touch-device) .header__link:hover {
  color: #3A8B6A;
}

body:not(.touch-device) .header__link:hover:before {
  width: 100%;
}

.burger {
  position: relative;
  z-index: 30;
  display: none;
  width: 25px;
  height: 20px;
  text-align: center;
  transition: background .3s;
  -webkit-tap-highlight-color: transparent;
}

.burger:before, .burger:after,
.burger span {
  display: block;
  width: 24px;
  height: 4px;
  background: #111;
  transition: transform .3s, width .3s, background .3s;
}

.burger:before, .burger:after {
  content: '';
  margin: 0 auto;
}

.burger span {
  margin: 4px auto;
}

.burger.active:before, .burger.active:after,
.burger.active span {
  background: #000;
}

.burger.active:before {
  -ms-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg);
}

.burger.active span {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.burger.active:after {
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.main {
  position: relative;
  background: url("../img/bg-main.jpg") no-repeat 50% 50%/cover;
}

.main:after {
  content: "";
  background: rgba(31, 30, 30, 0.7);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main__center {
  position: relative;
  z-index: 2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: calc(100vh - 90px);
  padding: 100px 30px 100px;
  text-align: center;
  color: #fff;
}

.main__wrap {
  width: 100%;
}

.main__title {
margin-bottom: 25px;
    font-size: 40px;
    font-weight: 500;
    line-height: 1.3;
}

.main__box {
  display: block;
  overflow: hidden;
}


.main__line {
  display: block;
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  animation: text-translate 1.4s ease-in-out .4s forwards;
}

.main__box:nth-child(2) .main__line {
  animation-delay: .8s;
}

.main__box:nth-child(3) .main__line {
  animation-delay: 1.2s;
}

.main__info {
  margin-bottom: 65px;
  font-size: 25px;
  font-weight: 500;
  color: #e6813e;
}

.main__text {
  margin-bottom: 15px;
}

.main__note {
  margin-bottom: 50px;
  font-size: 24px;
  line-height: 1.3;
}

.main__note span {
  color: #e6813e;
}

@keyframes text-translate {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

.title {
  font-size: 48px;
  line-height: 1.375;
  font-weight: 100;
  color: #30363B;
  -ms-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
  transition: all 1.5s;
}

.title_line {
  position: relative;
  display: inline-block;
}

.title_line:before {
  content: "";
  position: absolute;
  left: calc(100% + 40px);
  bottom: 18px;
  width: 1000px;
  height: 5px;
  background: #d6ebdc;
}

.title.animated {
  animation-duration: 1.5s;
  -ms-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
}

.desc {
  padding-top: 85px;
}

.desc__head {
  margin-bottom: 34px;
  overflow: hidden;
}

.desc__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.desc__row:not(:last-child) {
  margin-bottom: 40px;
}

.desc__col {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 calc(50% - 30px);
  flex: 0 0 calc(50% - 30px);
  width: calc(50% - 30px);
  margin: 0 15px;
}

.desc__col_line {
  position: relative;
}

.desc__col_line:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 8px;
  height: 5px;
  background: #d6ebdc;
}

.desc__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.desc__item:not(:last-child) {
  margin-bottom: 22px;
}

.desc__text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-right: -3px;
}

.desc__text:not(:last-child) {
  margin-bottom: auto;
}

.desc__number {
  margin-right: 3px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #388C69;
}

.desc__preview {
  position: relative;
  margin-top: 26px;
  border: 1px solid #EFEFEF;
  font-size: 0;
}

.desc__pic {
  width: 100%;
}

.desc__note {
  position: absolute;
  top: 80px;
  left: 60px;
  right: 60px;
  bottom: 78px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 58px 33px 73px 45px;
  border: 1px solid #EFEFEF;
  background: #fff;
  font-size: 18px;
  line-height: 1.55556;
}

.desc__note:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 51px;
  width: 200px;
  height: 4px;
  background: #388C69;
}

.system {
  padding-top: 75px;
}

.system__title {
  margin-bottom: 35px;
  text-align: center;
}

.system__container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.system__item {
  position: relative;
  -ms-flex: 0 0 calc(33.33% - 10px);
  flex: 0 0 calc(33.33% - 10px);
  width: calc(33.33% - 10px);
  margin: 0 5px 10px;
  overflow: hidden;
  font-size: 0;
}

.system__item:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  height: 60px;
  background: linear-gradient(rgba(48, 54, 59, 0) 0%, rgba(48, 54, 59, 0.44) 40%, rgba(48, 54, 59, 0.77) 100%);
}

.system__pic {
  width: 100%;
  transition: transform 3s;
}

.system__category {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px;
  padding: 0 15px;
  font-size: 18px;
  color: #fff;
  transition: all .5s;
}

body:not(.touch-device) .system__item:hover .system__pic {
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}

.video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  background: #000;
}

.video__link, .video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__media {
  border: none;
}

.video__button {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 68px;
  height: 48px;
}

.video__button:focus .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

.video__button-shape {
  fill: #212121;
  fill-opacity: 0.8;
}

.video__button-icon {
  fill: #ffffff;
}

.video__button:focus {
  outline: none;
}

.video:hover .video__button-shape {
  fill: #ff0000;
  fill-opacity: 1;
}

.video--enabled {
  cursor: pointer;
}

.video--enabled .video__button {
  display: block;
}

.work {
  padding-top: 125px;
}

.work__row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}




.workz {position:relative;}


.work__desc {
    position: relative;
    -ms-flex: 0 0 570px;
    flex: 0 0 570px;
    width: 570px;
    padding: 90px 40px 90px 0;
}


.work__desc:before {
    content: "";
    position: absolute;
    top: 0;
    left: -130px;
    right: -210px;
    bottom: 0;
    background: #ffeee3;
}

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

.work__box:before {
  content: "";
  position: absolute;
  top: 13px;
  left: -30px;
  bottom: 0;
  width: 4px;
  background: #388C69;
}

.work__title {
  margin-bottom: 10px;
  -ms-transform: translate(0, 30px);
  transform: translate(0, 30px);
}

.work__text p:not(:last-child) {
  margin-bottom: 30px;
}
.work__wrap {
    -ms-flex: 0 0 calc(100% - 565px);
    flex: 0 0 calc(100% - 565px);
    width: calc(100% - 565px);
    max-width: calc(100% - 565px);
    padding-top: 50px;
}

.work__view {
  position: relative;
  margin-right: -300px;
}

.work__status {
  top: -65px;
  right: 65px;
}

.work .slick-arrow {
  top: -40px;
}

.work .slick-next {
  right: 0;
}

.work .slick-prev {
  right: 132px;
}

.slick-arrow {
  position: absolute;
}

.slick-arrow .icon {
  font-size: 16px;
  fill: #388C69;
  transition: fill .3s;
}

.slick-arrow:hover .icon {
  fill: #276249;
}

.status {
  position: absolute;
  font-size: 24px;
  font-weight: 500;
  color: #30363B;
}

.status__number {
  font-size: 48px;
}

.advantages {
  padding-top: 70px;
}

.advantages__title {
  margin-bottom: 40px;
  text-align: center;
}

.advantages__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.advantages__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px;
}

.advantages__preview {
  border-bottom: 4px solid #388C69;
  font-size: 0;
  transition: transform .3s;
}

.advantages__pic {
  width: 100%;
}

.advantages__body {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-top: 17px;
}

.advantages__body:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0 2px 2px;
  border-style: solid;
  border-color: #388C69;
  opacity: 0;
  transition: all .3s;
}

.advantages__category {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.33333;
  font-weight: 500;
}

.advantages__text {
  font-size: 15px;
  line-height: 1.6;
}

body:not(.touch-device) .advantages__item:hover .advantages__preview {
  -ms-transform: translateY(-15px) scale(1.15);
  transform: translateY(-15px) scale(1.15);
}

body:not(.touch-device) .advantages__item:hover .advantages__body:before {
  -ms-transform: translateY(10px) scale(1.15);
  transform: translateY(10px) scale(1.15);
  opacity: 1;
}

.company {
  padding: 123px 0 125px;
}

.company__row {
  display: -ms-flexbox;
  display: flex;
}

.company__view {
  -ms-flex: 0 0 650px;
  flex: 0 0 650px;
  width: 650px;
}

.company__preview {
  min-width: 100%;
  margin-left: -210px;
  height: 670px;
  border: 1px solid #EFEFEF;
  background: url("../img/10.jpg") no-repeat 50% 50%/cover;
}

.company__desc {
  position: relative;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 30px;
}

.company__desc:before {
  content: "";
  position: absolute;
  left: 0;
  right: -180px;
  bottom: 0;
  height: 430px;
  background: #d6ebdc;
}

.company__title {
  margin: -10px 0 7px 5px;
}

.company__title strong {
  color: #e6813e;
}

.company__container {
  position: relative;
  z-index: 2;
  max-width: 570px;
  margin-left: -80px;
}

.company__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.company__item {
  -ms-flex: 0 0 calc(50% - 10px);
  flex: 0 0 calc(50% - 10px);
  width: calc(50% - 10px);
  margin: 0 5px 10px;
  padding: 37px 20px 20px 30px;
  border: 2px solid transparent;
  background: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  transition: border-color .3s;
}

.company__item:hover {
  border-color: #388C69;
}

.company__item:nth-child(2n) {
  padding-left: 20px;
}

.company__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 60px;
  margin-bottom: 13px;
  font-size: 0;
}

.company__text {
  font-size: 15px;
  line-height: 1.6;
}

.field {
  position: relative;
}

.field__input {
  width: 100%;
  height: 70px;
  border-radius: 3px;
  border: 1px solid #AECFC1;
  text-align: center;
  padding: 0 10px;
  font-size: 16px;
  font-weight: 300;
  color: #000;
  transition: border-color .3s;
}

.field__input.error {
  border-color: red;
}

.field__input:-ms-input-placeholder {
  color: #C4C4C4;
}

.field__input::placeholder {
  color: #C4C4C4;
}

.docs {
  position: relative;
}

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

.docs__line {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 70px;
  border: 1px solid #ffca78;
  border-radius: 3px;
  font-size: 15px;
  font-weight: 500;
  color: #e6813e;
  transition: border-color .3s;
}

.docs__line .icon {
  margin-left: 22px;
  font-size: 25px;
  fill: #e6813e;
}

.docs__input {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 160px;
  opacity: 0;
  cursor: pointer;
}

.docs__input.error + .docs__line {
  border-color: red;
}

.docs__files {
  display: none;
  -ms-flex-align: start;
  align-items: flex-start;
}

.docs__files.visible {
  display: -ms-flexbox;
  display: flex;
}

.docs__list {
  position: relative;
  margin-right: 10px;
  font-size: 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.docs__remove {
  padding: 4px 2px 2px;
  font-size: 0;
}

.docs__remove .icon {
  font-size: 10px;
  fill: red;
}

label.error {
  position: absolute;
  top: calc(100% + 2px);
  left: 0;
  right: 0;
  text-align: center;
  font-size: 13px;
  line-height: 1.1;
  color: red;
}

.gift {
  position: relative;
  padding-top: 85px;
}

.gift:before, .gift:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 70px;
}

.gift:before {
  background: url("../img/bg-gift.jpg") no-repeat 50% 50%/cover;
}

.gift:after {
  z-index: 2;
  background: rgba(48, 54, 59, 0.75);
}

.gift__center {
  position: relative;
  z-index: 3;
}

.gift__title {
  margin-bottom: 9px;
  text-align: center;
  color: #fff;
}

.gift__info {
  max-width: 555px;
  margin: 0 auto 25px;
  text-align: center;
  font-size: 18px;
  line-height: 1.33333;
  color: #fff;
}

.gift__form {
  max-width: 970px;
  margin: 0 auto;
  padding: 47px 60px 60px;
  border: 10px solid #388C69;
  background: #fff;
}

.gift__text {
  margin-bottom: 22px;
  text-align: center;
  font-size: 24px;
  line-height: 1.3;
  color: #30363B;
}

.gift__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.gift__col {
  -ms-flex: 0 0 calc(33.33% - 10px);
  flex: 0 0 calc(33.33% - 10px);
  width: calc(33.33% - 10px);
  margin: 0 5px;
}

.gift__btn {
  min-width: 100%;
}

.portfolio {
    margin-top: 30px;
    padding-bottom: 70px;
    padding-top: 70px;
    background: #d6ebdc;
}

.portfolio__head {
  margin: 0 240px 20px 0;
  overflow: hidden;
}

.portfolio__title:before {
  bottom: 30px;
}

.portfolio__container {
  position: relative;
  margin: 0 -15px;
}

.portfolio__slide {
  padding: 0 15px;
}

.portfolio__preview {
  margin-bottom: 20px;
  border: 1px solid #EFEFEF;
  font-size: 0;
}

.portfolio__text {
  font-size: 15px;
}

.portfolio__pic {
  width: 100%;
}

.portfolio__status {
  top: -85px;
  right: 95px;
}

.portfolio .slick-arrow {
  top: -60px;
}

.portfolio .slick-next {
  right: 23px;
}

.portfolio .slick-prev {
  right: 170px;
}

.order__wrap {
  padding: 45px 75px 60px;
  border: 10px solid #388C69;
  text-align: center;
}

.order__info {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
}

.order__text {
    max-width: 490px;
    margin: 0px auto 22px;
    text-align: left;
    font-size: 24px;
}

.order__row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -5px;
}

.order__col {
  -ms-flex: 0 0 calc((100% - 170px)/3);
  flex: 0 0 calc((100% - 170px)/3);
  padding: 0 5px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.order__col:nth-child(3) {
  -ms-flex: 0 0 170px;
  flex: 0 0 170px;
  width: 170px;
}

.order__btn {
  min-width: 100%;
}

.numbers {
  padding-top: 87px;
  overflow: hidden;
}

.numbers__head {
  position: relative;
  margin-bottom: 35px;
}

.numbers__title {
  position: relative;
  z-index: 2;
  text-align: center;
}

.numbers__info {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 144px;
  font-weight: 100;
  color: #FAFAFA;
}

.numbers__list {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -15px;
}

.numbers__item {
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px;
  border: 2px solid #d6ebdc;
  overflow: hidden;
}

.numbers__value {
  position: relative;
  display: inline-block;
  padding: 12px 20px 8px;
  font-size: 48px;
  line-height: 1;
  font-weight: 300;
  color: #30363B;
  transition: color .4s;
}

.numbers__value:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  height: 100%;
  background: #d6ebdc;
  transition: height .5s;
}

.numbers__text {
  padding: 10px 10px 15px 20px;
}

body:not(.touch-device) .numbers__item:hover .numbers__value {
  color: #e6813e;
}

body:not(.touch-device) .numbers__item:hover .numbers__value:before {
  height: 200px;
}

.guarantee {
  margin-bottom: 90px;
  padding-top: 90px;
}

.guarantee__wrap {
  position: relative;
  padding: 93px 60px 95px 480px;
  background: #d6ebdc url("../img/diploma.png") no-repeat 100% 100%;
}

.guarantee__preview {
  position: absolute;
  left: 52px;
  bottom: 22px;
  font-size: 0;
  width: 380px;
}

.guarantee__pic {
  width: 100%;
}

.guarantee__title {
  margin-bottom: 8px;
  font-size: 64px;
  font-weight: 500;
  line-height: 1.05;
  color: #30363B;
}

.guarantee__text {
  font-size: 24px;
}

.guarantee__text strong {
  color: #e6813e;
}

.step {
  position: relative;
  padding: 75px 0 123px;
  background: url("../img/bg-step.jpg") no-repeat 50% 50%/cover;
}

.step:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(31, 30, 30, 0.7);
}

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

.step__title {
  margin-bottom: 23px;
  text-align: center;
  color: #fff;
}

.step__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.step__col {
  -ms-flex: 0 0 calc(25% - 30px);
  flex: 0 0 calc(25% - 30px);
  width: calc(25% - 30px);
  margin: 0 15px 20px;
}

.step__col:last-child {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.step__item {
  height: 100%;
  padding: 40px 15px 20px 28px;
  background: #fff;
  border-bottom: 4px solid #388C69;
}

.step__head {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.step__head:before {
  content: "";
  position: absolute;
  top: 23px;
  left: 74px;
  right: 42px;
  height: 2px;
  background: #d6ebdc;
}

.step__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 60px;
  font-size: 0;
  margin-right: auto;
}

.step__pic {
  max-height: 100%;
}

.step__number {
  padding: 12px 13px 0 0;
  font-size: 18px;
  font-weight: 500;
  color: #388C69;
}

.step__btn {
  min-width: 100%;
}

.contacts {
  position: relative;
    padding: 90px 0;
}

.contacts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #d6ebdc;
}

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

.contacts__row {
  display: -ms-flexbox;
  display: flex;
}

.contacts__view {
  -ms-flex: 0 0 calc(100% - 500px);
  flex: 0 0 calc(100% - 500px);
  width: calc(100% - 500px);
}

.contacts__map {
  margin-left: -130px;
  font-size: 0;
}

.contacts__map iframe {
  width: 100%;
}

.contacts__wrap {
  -ms-flex: 0 0 500px;
  flex: 0 0 500px;
  width: 500px;
  padding: 33px 0 0 50px;
}

.contacts__head {
  overflow: hidden;
  margin-bottom: 17px;
}

.contacts__title:before {
  left: calc(100% + 10px);
  bottom: 30px;
}

.contacts__info {
  margin-bottom: 5px;
  font-size: 18px;
  line-height: 1.55556;
}

.contacts__info strong {
  display: block;
}

.contacts__item:not(:last-child) {
  margin-bottom: 25px;
}

.contacts__category {
  padding-left: 35px;
  font-size: 14px;
  color: #e6813e;
}

.contacts__line {
  display: -ms-flexbox;
  display: flex;
}

.contacts__icon {
  -ms-flex: 0 0 25px;
  flex: 0 0 25px;
  width: 25px;
  margin-right: 10px;
  text-align: center;
  font-size: 0;
}

.contacts__icon .icon {
  fill: #e6813e;
}

.contacts__icon .icon-phone {
  font-size: 23px;
}

.contacts__icon .icon-mail {
  font-size: 19px;
}

.contacts__icon .icon-placeholder {
  font-size: 26px;
}

.contacts__box {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.contacts__phones {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}


.MsoNormal {margin-bottom:25px;}




.contacts__link {
  color: #2D2E32;
  transition: color .3s;
}

.contacts__link:hover {
  color: gray;
}

.contacts__link:not(:last-child) {
  margin-bottom: 5px;
}

.contacts__company {
  font-size: 18px;
  font-weight: 500;
}

.contacts__address {
  color: #2D2E32;
}

.footer {
  padding: 20px 0;
  border-top: 1px solid #F2F2F2;
  font-size: 15px;
  color: #ACACAC;
}

.footer__center {
display:block;text-align:Center;color:#000;
}

.footer__logo {
  margin-right: auto;
  font-size: 0;
}

.footer__logo .footer__pic {
  width: 133px;
}

.footer__copyright {
  margin-right: -110px;
}

.footer__author {
  margin-left: auto;
}

.footer__company {
  text-decoration: underline;
  font-weight: 500;
  color: #388C69;
}

.footer__company:hover {
  text-decoration: none;
}






.modals {
position: fixed;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-color: rgba(0, 0, 0, 0.62);
-webkit-transition: opacity 500ms ease-in;
-moz-transition: opacity 500ms ease-in;
transition: opacity 500ms ease-in;
opacity: 0;
pointer-events: none;
}

.modals:target {
opacity: 1;
pointer-events: auto;
z-index:999;
}

.modals > div {
width: 300px;
background: #fff;
position: relative;
margin: 10% auto;
-webkit-animation: minimise 500ms linear;
padding: 15px;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
text-shadow: 0 1px 0 #fff;
}

.modals:target > div {
-webkit-animation-name: bounce;
}

.modals h2 {
font-size: 20px;
font-weight: bold;
color:#333;
text-align:center;
padding: 0 0 20px;
}

@-webkit-keyframes bounce {
  0% {
  	-webkit-transform: scale3d(0.1,0.1,1);
  	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
  55% {
  	-webkit-transform: scale3d(1.08,1.08,1);
  	-webkit-box-shadow: 0 10px 20px rgba(0,0,0,0);
  }
  75% {
  	-webkit-transform: scale3d(0.95,0.95,1);
  	-webkit-box-shadow: 0 0 20px rgba(0,0,0,0.9);
  }
  100% {
  	-webkit-transform: scale3d(1,1,1);
  	-webkit-box-shadow: 0 3px 20px rgba(0,0,0,0.9);
  }
}

@-webkit-keyframes minimise {
  0% {
  	-webkit-transform: scale3d(1,1,1);
  }
  100% {
  	-webkit-transform: scale3d(0.1,0.1,1);
  }
}

.modals a[href="#close"] {
position: absolute;
right: 0;
top: 0;
color: transparent;
}

.modals a[href="#close"]:focus {
outline: none;
}

.modals a[href="#close"]:after {
content: 'X';
display: block;

position: absolute;
right: -10px;
top: -10px;
width: 1.5em;
padding: 1px 1px 1px 2px;
text-decoration: none;
text-shadow: none;
text-align: center;
font-weight: bold;
background: #000;
color: #fff;
border: 3px solid #fff;
-moz-border-radius: 20px;
border-radius: 20px;
-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}

.modal a[href="#close"]:focus:after,
.modal a[href="#close"]:hover:after {
-webkit-transform: scale(1.1,1.1);
-moz-transform: scale(1.1,1.1);
}

.modal a[href="#close"]:focus:after {
outline: 1px solid #000;
}

a.openModal {
margin: 1em auto;
display: block;
width: 200px;
background: #ccc;
text-align: center;
padding: 10px;
-moz-border-radius: 7px;
border-radius: 7px;
background: -moz-linear-gradient(#fff, #ddd);
background: -webkit-gradient(linear, right top, right bottom, from(rgb(255,255,255)), to(rgb(230,230,230)));
text-shadow: 0 1px 0 #fff;
border: 1px solid rgba(0,0,0,0.1);
-webkit-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
-moz-box-shadow: 0 1px 1px rgba(0,0,0,0.3);
box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}

a.openModal:hover,
a.openModal:focus {
background: -moz-linear-gradient(#fff, #ccc);
background: -webkit-gradient(linear, right top, right bottom, from(rgb(255,255,255)), to(rgb(200,200,200)));
}

.modal-body {
    position: relative;
    padding: 15px;
}
.form-group {
    margin: 0;
    padding-bottom: 15px;
    position: relative;
}
.form-control {
    height: 46px;
    padding: 0 10px;
}
.form-group input[type="text"] {
    display: block;
    width: 100%;
    height: 51px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.btss {
    display: block;
    background: #fd4b4b;
    color: #fff;
    border: 3px solid #e14343;
    width: 190px;
    padding: 8px 12px;
    margin: 0 auto;
    cursor: pointer;
    -webkit-appearance: button;
}









.popup {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-width: 320px;
  padding: 20px 10px;
  background-color: rgba(48, 54, 59, 0.8);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  z-index: 999;
  -webkit-tap-highlight-color: transparent;
}

.popup.visible {
  pointer-events: all;
  visibility: visible;
  opacity: 1;
}

.popup.animation .popup__wrap {
  opacity: 1;
  -ms-transform: scale(1);
  transform: scale(1);
}

.popup__wrap {
  position: relative;
  width: 100%;
  max-width: 450px;
  padding: 0;
  margin: auto;
  padding: 60px 40px 75px;
  border: 10px solid #388C69;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 0;
  -ms-transform: scale(0.8);
  transform: scale(0.8);
  transition: opacity .5s, transform .5s;
  background-color: #fff;
  text-align: center;
}

.popup__title {
  margin-bottom: 5px;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.2;
  color: #30363B;
}

.popup__info {
  margin-bottom: 20px;
  color: #30363B;
}

.popup__fieldset {
  max-width: 270px;
  margin: 0 auto 20px;
}

.popup__fieldset .popup__field:not(:last-child) {
  margin-bottom: 20px;
}

.popup__close {
  position: absolute;
  top: -60px;
  left: 50%;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 0;
}

.popup__close .icon {
  font-size: 22px;
  fill: #fff;
  transition: fill .3s;
}

.popup__close:hover .icon {
  fill: #e6813e;
}

.popup__btn {
  min-width: 270px;
}

@media only screen and (max-width: 1849px) {

  .work__view {
    margin-right: -150px;
  }
}

@media only screen and (max-width: 1599px) {

  .main__info {
    margin-bottom: 25px;
  }

  .work__view {
    margin-right: -100px;
  }

  .company__preview {
    margin-left: -140px;
  }

  .contacts__map {
    margin-left: -100px;
  }
}

@media only screen and (max-width: 1439px) {

  .work__desc {
    padding: 50px 40px 70px 0;
  }

  .work__view {
    margin-right: 0;
  }

  .company__preview {
    margin-left: -60px;
  }

  .contacts__map {
    margin-left: -60px;
  }
}

@media only screen and (max-width: 1199px) {

  .header__logo {
    margin-right: 40px;
  }

  .header__link {
    height: 80px;
  }

  .header__link:not(:last-child) {
    margin-right: 15px;
  }

  .header__code {
    font-size: 50px;
  }

  .header__phone {
    font-size: 15px;
  }

  .header__phone:not(:last-child) {
    margin-bottom: 0;
  }

  .main__center {
    min-height: calc(100vh - 80px);
  }

  .main__title {
    font-size: 35px;
  }

  .main__box:last-child {
    font-size: 44px;
  }

  .main__info {
    margin-bottom: 45px;
  }

  .title {
    font-size: 44px;
    line-height: 1.2;
  }

  .title_line:before {
    bottom: 12px;
  }

  .desc__note {
    top: 70px;
    bottom: 70px;
    padding: 30px;
  }

  .desc__note:before {
    bottom: 25px;
  }

  .system__item:before {
    height: 50px;
  }

  .system__category {
    height: 50px;
    font-size: 16px;
  }

  .work {
    padding-top: 100px;
  }

  .work__row {
    -ms-flex-align: center;
    align-items: center;
  }

  .work__desc {
    width: 100%;
    padding: 50px 40px 50px 0;
  }

  .work__box:before {
    display: none;
  }

  .work__title {
    margin-bottom: 15px;
    font-size: 40px;
  }

  .work__text p:not(:last-child) {
    margin-bottom: 20px;
  }

  .work__wrap {
    -ms-flex: 0 0 calc(100% - 500px);
    flex: 0 0 calc(100% - 500px);
    width: calc(100% - 500px);
    max-width: calc(100% - 500px);
  }

  .advantages__list {
    margin: 0 -8px;
  }

  .advantages__item {
    -ms-flex: 0 0 calc(25% - 16px);
    flex: 0 0 calc(25% - 16px);
    width: calc(25% - 16px);
    margin: 0 8px;
  }

  .advantages__text {
    line-height: 1.4;
  }

  .company {
    padding: 100px 0;
  }

  .company__view {
    -ms-flex: 0 0 450px;
    flex: 0 0 450px;
    width: 450px;
  }

  .portfolio__title:before {
    bottom: 25px;
  }

  .portfolio__container {
    margin: 0 -5px;
  }

  .portfolio__slide {
    padding: 0 5px;
  }

  .portfolio__status {
    top: -81px;
  }

  .portfolio .slick-arrow {
    top: -55px;
  }

  .order__wrap {
    padding: 45px 40px 60px;
  }

  .numbers__list {
    margin: 0 -5px;
  }

  .numbers__item {
    -ms-flex: 0 0 calc(20% - 10px);
    flex: 0 0 calc(20% - 10px);
    width: calc(20% - 10px);
    margin: 0 5px;
  }

  .guarantee__wrap {
    padding: 75px 45px 75px 400px;
  }

  .guarantee__preview {
    left: 30px;
    width: 330px;
  }

  .guarantee__title {
    font-size: 56px;
  }

  .step {
    padding-bottom: 100px;
  }

  .step__list {
    margin: 0 -5px;
  }

  .step__col {
    -ms-flex: 0 0 calc(25% - 10px);
    flex: 0 0 calc(25% - 10px);
    width: calc(25% - 10px);
    margin: 0 5px 10px;
  }

  .contacts {
    padding-top: 100px;
  }

  .contacts__map {
    margin-left: -30px;
  }

  .contacts__wrap {
    padding-left: 30px;
  }
}

@media only screen and (max-width: 1023px) {

  .center {
    padding: 0 20px;
  }

  .btn {
    height: 60px;
  }

  .header {
    position: relative;
    z-index: 3;
  }

  .header__center {
    height: 80px;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__nav {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 300px;
    min-height: 100vh;
    margin: 0;
    padding: 100px 40px;
    background: #fff;
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    transition: transform .4s;
  }

  .header__nav.visible {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .header__link {
    height: auto;
    font-size: 24px;
  }

  .header__link:not(:last-child) {
    margin: 0 0 40px 0;
  }

  .header__btn {
    min-width: 170px;
    height: 45px;
  }

  .header_thank .header__center {
    height: 80px;
  }

  .burger {
    display: inline-block;
  }

  .main__center {
    padding: 50px 20px 100px;
  }

  .main__title {
    font-size: 30px;
  }

  .main__box:last-child {
    margin: 0;
  }

  .title {
    font-size: 36px;
  }

  .title_line:before {
    display: none;
  }

  .desc {
    padding-top: 70px;
  }

  .desc__row {
    margin: 0 -8px;
  }

  .desc__col {
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
    margin: 0 8px;
  }

  .desc__note {
    top: 40px;
    left: 30px;
    right: 30px;
    bottom: 40px;
    padding: 20px 20px 40px;
    font-size: 16px;
    line-height: 1.4;
  }

  .desc__note:before {
    bottom: 15px;
  }

  .system__item {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .system__item:nth-child(n+9) {
    display: none;
  }

  .work {
    padding-top: 70px;
  }

  .work__row {
    display: block;
  }

  .work__desc {
    width: 100%;
    margin-bottom: 35px;
    padding: 40px 0 0;
  }

  .work__desc:before {
    left: -20px;
    right: -20px;
    bottom: -200px;
  }

  .work__wrap {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
    padding: 0;
  }

  .work__status {
    top: auto;
    bottom: -20px;
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .work__slider {
    padding-bottom: 60px;
  }

  .work .slick-arrow {
    top: auto;
    bottom: 7px;
  }

  .work .slick-next {
    right: calc(50% - 95px);
  }

  .work .slick-prev {
    right: auto;
    left: calc(50% - 95px);
  }

  .advantages {
    padding-top: 70px;
  }

  .advantages__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .advantages__item {
    -ms-flex: 0 0 calc(50% - 16px);
    flex: 0 0 calc(50% - 16px);
    width: calc(50% - 16px);
    margin: 0 8px 30px;
  }

  .company {
    padding: 40px 0 70px;
  }

  .company__row {
    display: block;
  }

  .company__view {
    display: none;
  }

  .company__desc {
    padding: 0;
  }

  .company__desc:before {
    left: -20px;
    right: -20px;
    bottom: -20px;
  }

  .company__title {
    margin: 0 0 25px;
    text-align: center;
  }

  .company__container {
    margin: 0 auto;
  }

  .field__input {
    height: 60px;
  }

  .docs__line {
    height: 60px;
  }

  .docs__line .icon {
    margin-left: 10px;
  }

  .gift {
    padding-top: 70px;
  }

  .gift__form {
    padding: 45px 30px 50px;
    border-width: 5px;
  }

  .portfolio {
    margin-bottom: 70px;
    padding-top: 70px;
  }

  .order__wrap {
    padding: 40px 10px;
    border-width: 5px;
  }

  .order__col {
    -ms-flex: 0 0 calc((100% - 155px)/3);
    flex: 0 0 calc((100% - 155px)/3);
  }

  .order__col:nth-child(3) {
    -ms-flex: 0 0 155px;
    flex: 0 0 155px;
    width: 155px;
  }

  .numbers {
    padding-top: 70px;
  }

  .numbers__info {
    display: none;
  }

  .numbers__value {
    padding: 12px 10px 6px;
    font-size: 40px;
  }

  .numbers__text {
    padding: 10px;
    font-size: 14px;
  }

  .guarantee {
    margin-bottom: 70px;
    padding-top: 100px;
  }

  .guarantee__wrap {
    padding: 40px 40px 40px 400px;
  }

  .guarantee__title {
    font-size: 50px;
  }

  .step {
    padding: 70px 0;
  }

  .step__col {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
  }

  .contacts {
    padding-top: 70px;
  }

  .contacts__view {
    -ms-flex: 0 0 calc(100% - 350px);
    flex: 0 0 calc(100% - 350px);
    width: calc(100% - 350px);
  }

  .contacts__map {
    margin-left: -20px;
  }

  .contacts__wrap {
    -ms-flex: 0 0 350px;
    flex: 0 0 350px;
    width: 350px;
    padding: 33px 0 0 20px;
  }

  .contacts__address br {
    display: none;
  }
}


.mainz {
	width:63%;
	display:inline-block;text-align: left;
    vertical-align: top;margin-right:2%;
}
.mainz2 {
	width:33%;
	display:inline-block;	
	
}

.mainz2 img {
border: 6px solid #fff;
    max-width: 100%;
    border-radius: 15px;	
	
}

.popup__btn {
    min-width: 100%;
    color: #000;
    height: 50px;
}







@media only screen and (max-width: 767px) {

  .center {
    padding: 0 15px;
  }

  .btn {
    height: 50px;
    min-width: 230px;
    font-size: 16px;
  }

  .btn_orange {
    box-shadow: 0 10px 15px rgba(147, 113, 63, 0.15);
  }

  .header__center {
    height: 60px;
  }

  .header__logo .header__pic {
    width: 70px;
  }

  .header__nav {
    width: 270px;
    padding: 70px 30px 50px;
  }

  .header__link {
    font-size: 20px;
  }

  .header__link:not(:last-child) {
    margin-bottom: 20px;
  }

  .header__code {
    font-size: 40px;
  }

  .header__phone {
    font-size: 14px;
  }

  .header__btn {
    min-width: 140px;
    font-size: 14px;
    height: 40px;
  }

  .header__burger {
    margin-left: 30px;
  }

  .header_thank .header__center {
    height: 60px;
  }

  .main__center {
    min-height: calc(100vh - 60px);
    padding: 50px 15px 80px;
  }

  .main__title {
    font-size: 27px;
  }

  .main__box:last-child {
    padding-top: 5px;
    font-size: 18px;
  }

  .main__info {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .main__note {
    font-size: 18px;
  }

  .title {
    font-size: 24px;
  }

  .desc {
    padding-top: 50px;
  }

  .desc__head {
    margin-bottom: 20px;
  }

  .desc__row:not(:last-child) {
    margin-bottom: 25px;
  }

  .system {
    padding-top: 50px;
  }

  .system__title {
    margin-bottom: 25px;
  }

  .work {
    padding-top: 50px;
  }

  .work__desc {
    margin-bottom: 25px;
    padding: 35px 0 0;
  }

  .work__desc:before {
    bottom: -160px;
  }

  .work__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .work__text p:not(:last-child) {
    margin-bottom: 14px;
  }

  .work__slider {
    padding-bottom: 45px;
  }

  .work .slick-arrow {
    bottom: 4px;
  }

  .work .slick-next {
    right: calc(50% - 80px);
  }

  .work .slick-prev {
    left: calc(50% - 80px);
  }

  .slick-arrow .icon {
    font-size: 12px;
  }

  .status {
    font-size: 20px;
  }

  .status__number {
    font-size: 40px;
  }

  .advantages {
    padding-top: 50px;
  }

  .advantages__title {
    margin-bottom: 25px;
  }

  .company {
    padding: 25px 0 40px;
  }

  .company__desc:before {
    bottom: 50px;
  }

  .company__text {
    font-size: 14px;
    line-height: 1.4;
  }

  .field__input {
    height: 50px;
  }

  .docs__line {
    height: 50px;
  }

  .gift {
    padding-top: 50px;
  }

  .gift__info {
    font-size: 16px;
  }

  .gift__form {
    max-width: 350px;
    margin: 0 auto;
    padding: 35px 30px 30px;
  }

  .gift__text {
    font-size: 18px;
  }

  .gift__row {
    display: block;
  }

  .gift__col {
    width: 100%;
    margin: 0;
  }

  .gift__col:not(:last-child) {
    margin-bottom: 25px;
  }

  .gift__btn {
    min-width: 100%;
  }

  .portfolio {
    margin-bottom: 35px;
    padding-top: 50px;
  }

  .portfolio__preview {
    margin-bottom: 13px;
  }

  .portfolio__text {
    font-size: 14px;
    line-height: 1.3;
  }

  .portfolio__status {
    top: -64px;
  }

  .portfolio .slick-arrow {
    top: -40px;
  }

  .order__wrap {
    max-width: 350px;
    margin: 0 auto;
    padding: 30px 20px;
  }

  .order__info {
    font-size: 18px;
  }

  .order__text {
    font-size: 14px;
  }

  .order__row {
    display: block;
    margin: 0;
  }

  .order__col:nth-child(3) {
    width: 100%;
  }

  .order__col:not(:last-child) {
    margin-bottom: 25px;
  }

  .order__btn {
    min-width: 100%;
  }

  .numbers {
    margin-bottom: 40px;
    padding-top: 50px;
  }

  .numbers__head {
    margin-bottom: 20px;
  }

  .numbers__list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .numbers__item {
    -ms-flex: 0 0 calc(50% - 10px);
    flex: 0 0 calc(50% - 10px);
    width: calc(50% - 10px);
    margin-bottom: 15px;
  }

  .guarantee {
    padding-top: 0;
    margin-bottom: 50px;
  }

  .guarantee__wrap {
    padding: 40px 15px 320px;
    background: #d6ebdc;
  }

  .guarantee__preview {
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 300px;
  }

  .guarantee__title {
    font-size: 34px;
  }

  .guarantee__text {
    font-size: 18px;
  }

  .step {
    padding: 50px 0;
  }

  .step__col:last-child {
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .step__number {
    padding-right: 5px;
  }

  .step__text {
    font-size: 15px;
    line-height: 1.3;
  }

  .step__btn {
    height: 100%;
    min-width: 100%;
  }

  .contacts {
    padding-top: 50px;
  }

  .contacts__map {
    margin-left: -15px;
  }

  .contacts__map iframe {
    height: 520px;
  }

  .footer__center {
    display: block;
    text-align: center;
  }

  .footer__copyright {
    margin: 0 0 15px 0;
  }

  .popup__wrap {
    max-width: 350px;
    padding: 45px 20px 40px;
    border-width: 5px;
  }

  .popup__title {
    font-size: 30px;
  }

  .popup__fieldset {
    max-width: 100%;
  }

  .popup__close {
    top: 10px;
    left: auto;
    right: 10px;
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .popup__close .icon {
    fill: #000;
  }

  .popup__btn {
    min-width: 100%;
  }
  
  
  
 .mainz {
    width: 100%;
    display: inline-block;
    text-align: center;
    vertical-align: top;
    margin-right: 0;
}
.mainz2 {
    width: 100%;
    margin-top: 30px;
    display: inline-block;
} 
  
  
 .advantages__item {
    text-align: center;
} 
  
  iframe {
	  margin:0 auto;
	  display:inline-block;
  }
  
  .header__btn {
    display: none !important;
}
  
  
}

@media only screen and (max-width: 666px) {

  .header__box {
    margin: 0;
  }

  .header__btn {
    display: none;
  }

  .desc__row {
    display: block;
    margin: 0;
  }

  .desc__row:not(:last-child) {
    margin-bottom: 15px;
  }

  .desc__col {
    width: 100%;
    margin: 0;
  }

  .desc__col:not(:last-child) {
    margin-bottom: 15px;
  }

  .desc__col_line:before {
    display: none;
  }

  .desc__item:not(:last-child) {
    margin-bottom: 15px;
  }

  .desc__preview {
    max-width: 400px;
    margin: 10px auto 0;
  }

  .company__item {
    padding: 25px 15px 20px;
  }

  .step__item {
    padding: 25px 10px 15px;
  }

  .contacts:before {
    display: none;
  }

  .contacts__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .contacts__view {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
  }

  .contacts__map {
    margin: 0 -15px;
  }

  .contacts__map iframe {
    height: 300px;
  }

  .contacts__wrap {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .contacts__info {
    margin-bottom: 10px;
    font-size: 16px;
  }

  .contacts__item:not(:last-child) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 479px) {

  .header__link:not(:last-child) {
    margin-bottom: 30px;
  }

  .desc__note {
    top: 50px;
    left: 40px;
    right: 40px;
    bottom: 50px;
  }

  .system__container {
    margin: 0 -2px;
  }

  .system__item {
    -ms-flex: 0 0 calc(50% - 4px);
    flex: 0 0 calc(50% - 4px);
    width: calc(50% - 4px);
    margin: 0 2px 4px;
  }

  .system__category {
    height: 40px;
    padding: 0 5px;
    font-size: 14px;
  }

  .advantages__list {
    display: block;
    margin: 0;
  }

  .advantages__item {
    width: 100%;
    margin: 0;
  }

  .advantages__item:not(:last-child) {
    margin-bottom: 25px;
  }

  .advantages__body {
    padding-top: 10px;
  }

  .advantages__category {
    font-size: 16px;
  }

  .advantages__text {
    font-size: 14px;
    line-height: 1.3;
  }

  .company {
    padding: 50px 0;
  }

  .company__list {
    display: block;
    margin: 0;
  }

  .company__item {
    width: 100%;
    margin: 0;
  }

  .company__item:not(:last-child) {
    margin-bottom: 20px;
  }

  .portfolio {
    margin-bottom: 50px;
  }

  .portfolio__head {
    margin-right: 0;
  }

  .portfolio__status {
    top: auto;
    bottom: -20px;
    right: 50%;
    -ms-transform: translateX(50%);
    transform: translateX(50%);
  }

  .portfolio__slider {
    padding-bottom: 40px;
  }

  .portfolio .slick-arrow {
    top: auto;
    bottom: 0;
  }

  .portfolio .slick-next {
    right: calc(50% - 80px);
  }

  .portfolio .slick-prev {
    right: auto;
    left: calc(50% - 80px);
  }

  .contacts__link:not(:last-child) {
    margin-bottom: 2px;
  }

  .contacts__address {
    font-size: 14px;
  }

  .contacts__address br {
    display: block;
  }
}

@media (print), (prefers-reduced-motion) {

  .animated {
    animation: unset !important;
    transition: none !important;
  }
}










@media only screen and (max-width: 767px) {
.main__center {
    min-height: calc(75vh - 60px);
    padding: 50px 15px 80px;
}

.workz p {
    width: 100%;
    margin-right: 0;
    display: inline-block;
}
.workz img {
    width: 100%;
    display: inline-block;    margin: 10px 0;
}
.header__logo .header__pic {
    position: relative;
    z-index: 9;
    left: 0;
    top: 0;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
}	
	
	
}



