html,
body {
  border: 0;
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding: 0;
}
div,
span,
object,
iframe,
img,
table,
caption,
thead,
tbody,
tfoot,
tr,
tr,
td,
article,
aside,
canvas,
details,
figure,
hgroup,
menu,
nav,
footer,
header,
section,
summary,
mark,
audio,
video {
  border: 0;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cit,
code,
del,
dfn,
em,
ins,
q,
samp,
small,
strong,
sub,
sup,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
legend,
label {
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  margin: 0;
  padding: 0;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}
table {
  border-collapse: separate;
  border-spacing: 0;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
a img {
  border: 0;
}
:focus {
  outline: 0;
}
html {
  position: relative;
  min-height: 100%;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.snackbar {
  background-color: #323232;
  color: #FFFFFF;
  font-size: 14px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  font-family: Roboto, sans-serif;
  height: 0;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  -webkit-transition: opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, padding 0s linear 0.2s, height 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
  -moz-transform: translateY(200%);
  -webkit-transform: translateY(200%);
  -ms-transform: translateY(200%);
  transform: translateY(200%);
}
.snackbar.snackbar-opened {
  padding: 14px 15px;
  margin-bottom: 20px;
  height: auto;
  -moz-transition: -moz-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
  -webkit-transition: -webkit-transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s;
  -webkit-transition: opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
  transition: opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s;
  transition: transform 0.2s ease-in-out, opacity 0.2s ease-in, height 0s linear 0.2s, height 0s linear 0.2s, -webkit-transform 0.2s ease-in-out;
  -moz-transform: none;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}
.snackbar.toast {
  border-radius: 200px;
}
#snackbar-container {
  position: fixed;
  left: 20px;
  bottom: 0;
  z-index: 99999;
}
.snackbar {
  overflow: hidden;
  clear: both;
  min-width: 288px;
  max-width: 568px;
  cursor: pointer;
  opacity: 0;
  font-weight: 400;
}
.badresult {
  background-color: #ef5350;
}
.goodresult {
  background-color: #66bb6a;
}
.snackbar.snackbar-opened {
  height: auto;
  opacity: 1;
}
@media (max-width: 767px) {
  #snackbar-container {
    left: 0!important;
    right: 0;
    width: 100%;
    padding: 0 25px;
  }
  #snackbar-container .snackbar {
    min-width: 100%;
  }
  #snackbar-container [class="snackbar snackbar-opened"] ~ .snackbar.toast {
    margin-top: 20px;
  }
  #snackbar-container [class="snackbar snackbar-opened"] {
    border-radius: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 950px) {
  .animated {
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    -moz-transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    -o-transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
  }
  .fadeIn,
  .fadeInDown,
  .fadeInLeft,
  .fadeInRight,
  .stechIn50,
  .fadeInUpSmall,
  .fadeInUp,
  .stechIn {
    opacity: 0;
  }
  .fadeIn.animated,
  .fadeInDown.animated,
  .fadeInLeft.animated,
  .fadeInRight.animated,
  .stechIn50.animated,
  .fadeInUpSmall.animated,
  .fadeInUp.animated,
  .stechIn.animated {
    opacity: 1;
  }
  .fadeInPseudo:before {
    opacity: 0;
    -webkit-transition-delay: 1.0499999999999998s;
    -moz-transition-delay: 1.0499999999999998s;
    -o-transition-delay: 1.0499999999999998s;
    transition-delay: 1.0499999999999998s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    -moz-transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    -o-transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
  }
  .fadeInPseudo:after {
    -webkit-transition-delay: 1.0499999999999998s;
    -moz-transition-delay: 1.0499999999999998s;
    -o-transition-delay: 1.0499999999999998s;
    transition-delay: 1.0499999999999998s;
    -webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    -o-transition-property: all;
    transition-property: all;
    -webkit-transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    -moz-transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    -o-transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    transition-timing-function: cubic-bezier(0.15, 0.3, 0.25, 1), 0s;
    opacity: 0;
  }
  .fadeInPseudo.animated:before {
    opacity: 1;
  }
  .fadeInPseudo.animated:after {
    opacity: 1;
  }
  .stechIn {
    width: 0;
  }
  .stechIn.animated {
    width: 100%;
  }
  .stechIn50 {
    width: 0;
  }
  .stechIn50.animated {
    width: 50px!important;
  }
  .fadeInDown {
    -webkit-transform: translate3d(0, -20%, 0);
    -moz-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0);
    -o-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }
  .fadeInDown.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .fadeInLeft {
    -webkit-transform: translate3d(-20%, 0, 0);
    -moz-transform: translate3d(-20%, 0, 0);
    -ms-transform: translate3d(-20%, 0, 0);
    -o-transform: translate3d(-20%, 0, 0);
    transform: translate3d(-20%, 0, 0);
  }
  .fadeInLeft.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .fadeInRight {
    -webkit-transform: translate3d(20%, 0, 0);
    -moz-transform: translate3d(20%, 0, 0);
    -ms-transform: translate3d(20%, 0, 0);
    -o-transform: translate3d(20%, 0, 0);
    transform: translate3d(20%, 0, 0);
  }
  .fadeInRight.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .fadeInUp {
    -webkit-transform: translate3d(0, 20%, 0);
    -moz-transform: translate3d(0, 20%, 0);
    -ms-transform: translate3d(0, 20%, 0);
    -o-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }
  .fadeInUp.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .fadeInUpSmall {
    -webkit-transform: translate3d(0, 30px, 0);
    -moz-transform: translate3d(0, 30px, 0);
    -ms-transform: translate3d(0, 30px, 0);
    -o-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0);
  }
  .fadeInUpSmall.animated {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .duration-xs {
    -webkit-transition-duration: 0.35s;
    -moz-transition-duration: 0.35s;
    -o-transition-duration: 0.35s;
    transition-duration: 0.35s;
  }
  .duration-sm {
    -webkit-transition-duration: 0.7s;
    -moz-transition-duration: 0.7s;
    -o-transition-duration: 0.7s;
    transition-duration: 0.7s;
  }
  .duration-md {
    -webkit-transition-duration: 1.0499999999999998s;
    -moz-transition-duration: 1.0499999999999998s;
    -o-transition-duration: 1.0499999999999998s;
    transition-duration: 1.0499999999999998s;
  }
  .duration-lg {
    -webkit-transition-duration: 1.4s;
    -moz-transition-duration: 1.4s;
    -o-transition-duration: 1.4s;
    transition-duration: 1.4s;
  }
  .duration-xl {
    -webkit-transition-duration: 1.75s;
    -moz-transition-duration: 1.75s;
    -o-transition-duration: 1.75s;
    transition-duration: 1.75s;
  }
  .duration-xxl {
    -webkit-transition-duration: 2.0999999999999996s;
    -moz-transition-duration: 2.0999999999999996s;
    -o-transition-duration: 2.0999999999999996s;
    transition-duration: 2.0999999999999996s;
  }
  .duration-xxxl {
    -webkit-transition-duration: 2.4499999999999997s;
    -moz-transition-duration: 2.4499999999999997s;
    -o-transition-duration: 2.4499999999999997s;
    transition-duration: 2.4499999999999997s;
  }
  .delay-xs {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
  }
  .delay-sm {
    -webkit-transition-delay: 0.7s;
    -moz-transition-delay: 0.7s;
    -o-transition-delay: 0.7s;
    transition-delay: 0.7s;
  }
  .delay-md {
    -webkit-transition-delay: 1.0499999999999998s;
    -moz-transition-delay: 1.0499999999999998s;
    -o-transition-delay: 1.0499999999999998s;
    transition-delay: 1.0499999999999998s;
  }
  .delay-lg {
    -webkit-transition-delay: 1.4s;
    -moz-transition-delay: 1.4s;
    -o-transition-delay: 1.4s;
    transition-delay: 1.4s;
  }
  .delay-xl {
    -webkit-transition-delay: 1.75s;
    -moz-transition-delay: 1.75s;
    -o-transition-delay: 1.75s;
    transition-delay: 1.75s;
  }
  .delay-xxl {
    -webkit-transition-delay: 2.0999999999999996s;
    -moz-transition-delay: 2.0999999999999996s;
    -o-transition-delay: 2.0999999999999996s;
    transition-delay: 2.0999999999999996s;
  }
  .delay-xxxl {
    -webkit-transition-delay: 2.4499999999999997s;
    -moz-transition-delay: 2.4499999999999997s;
    -o-transition-delay: 2.4499999999999997s;
    transition-delay: 2.4499999999999997s;
  }
}
.container {
  width: 1400px;
  margin: auto;
}
.xsonly {
  display: none!important;
}
lesshat-selector {
  -lh-property: 0; } 
@-webkit-keyframes spin{ 0%{ -webkit-transform: rotate(0deg); } 100%{ -webkit-transform: rotate(360deg);}}
@-moz-keyframes spin{ 0%{ -moz-transform: rotate(0deg); } 100%{ -moz-transform: rotate(360deg);}}
@-o-keyframes spin{ 0%{ -o-transform: rotate(0deg); } 100%{ -o-transform: rotate(360deg);}}
@keyframes spin{ 0%{-webkit-transform: rotate(0deg);-moz-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); } 100%{-webkit-transform: rotate(360deg);-moz-transform: rotate(360deg);-ms-transform: rotate(360deg);transform: rotate(360deg);}}
[not-existing] {
  zoom: 1;
}
.navbar {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  padding: 16px 0;
  background-color: #fff;
  -webkit-transition: color 0.2s linear, text-shadow 0.2s linear;
  -o-transition: color 0.2s linear, text-shadow 0.2s linear;
  transition: color 0.2s linear, text-shadow 0.2s linear;
  -webkit-transition-property: padding-top, padding-bottom, border;
  -moz-transition-property: padding-top, padding-bottom, border;
  -o-transition-property: padding-top, padding-bottom, border;
  transition-property: padding-top, padding-bottom, border;
  -webkit-transition-duration: 0.15s;
  -moz-transition-duration: 0.15s;
  -o-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease-in-out;
  -moz-transition-timing-function: ease-in-out;
  -o-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}
.navbar .navbar-nav:after,
.navbar .navbar-nav:before {
  content: " ";
  display: table;
}
.navbar .navbar-nav:after {
  clear: both;
}
.navbar .navbar-nav .navlogo {
  float: left;
}
.navbar .navbar-nav .navlogo a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: block;
  padding: 6px 8px;
}
.navbar .navbar-nav .navlogo img,
.navbar .navbar-nav .navlogo svg {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  display: block;
  height: 50px;
}
.navbar .navbar-nav .navright {
  float: right;
}
.navbar .navbar-nav .navright:after,
.navbar .navbar-nav .navright:before {
  content: " ";
  display: table;
}
.navbar .navbar-nav .navright:after {
  clear: both;
}
.navbar .navbar-nav .navright ul {
  float: left;
  display: block;
  padding: 0;
}
.navbar .navbar-nav .navright ul:after,
.navbar .navbar-nav .navright ul:before {
  content: " ";
  display: table;
}
.navbar .navbar-nav .navright ul:after {
  clear: both;
}
.navbar .navbar-nav .navright ul li {
  display: block;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.navbar .navbar-nav .navright ul li a {
  text-decoration: none;
  display: block;
  line-height: 60px;
  height: 60px;
  vertical-align: middle;
  padding: 0 15px;
  margin-right: 10px;
  color: #000;
  font-weight: 500;
  font-family: 'Raleway';
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
}
.navbar .navbar-nav .navright ul li a:hover {
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  background-color: rgba(0, 102, 255, 0.05);
}
.navbar .navbar-nav .navright .navphone {
  margin-left: 15px;
  float: left;
  position: relative;
}
.navbar .navbar-nav .navright .navphone a {
  display: block;
  height: 60px;
  line-height: 60px;
  text-decoration: none;
  color: #000;
  font-weight: bold;
  font-family: 'google_sans', sans-serif;
  font-size: 20px;
}
.navbar .navbar-nav .navright .navphone .label {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: 'Raleway';
  font-weight: 500;
  right: 0;
  position: absolute;
  text-transform: uppercase;
  font-size: 11px;
}
.navbar.scroll {
  padding: 0;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
.navbar.scroll a {
  -webkit-border-radius: 0 !important;
  -webkit-background-clip: padding-box !important;
  -moz-border-radius: 0 !important;
  -moz-background-clip: padding !important;
  border-radius: 0 !important;
  background-clip: padding-box !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.navbar.scroll a:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.navbar.scroll a:active {
  background-color: rgba(0, 0, 0, 0.08);
}
.navbar.scroll .navlogo a {
  padding: 12px 8px 8px 8px!important;
}
.navbar.scroll .navlogo img,
.navbar.scroll .navlogo svg {
  height: 40px!important;
}
.navbar.scroll .navphone .label {
  opacity: 0;
}
.navbar.scroll .navphone a {
  background: none;
}
.parallax-mirror {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  filter: grayscale(100%);
}
.jumbotron {
  position: relative;
  background-size: 100%;
  margin-top: 94px;
}
.jumbotron .cogwheel {
  -webkit-transform-origin: 512px;
  -moz-transform-origin: 512px;
  -ms-transform-origin: 512px;
  -o-transform-origin: 512px;
  transform-origin: 512px;
  -webkit-animation-name: spin;
  -moz-animation-name: spin;
  -o-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -o-animation-timing-function: linear;
  animation-timing-function: linear;
}
.jumbotron .bgimage {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 50%;
}
.jumbotron .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: transparent;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 13px;
  line-height: 46px;
  height: 46px;
  padding: 0 25px;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  border: 2px solid #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDdkODEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -moz-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0066ff), to(#0066ff));
  background-image: -webkit-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: linear-gradient(0deg, #0066ff 0%, #0066ff 100%);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.jumbotron .btn:hover {
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  background-color: rgba(255, 255, 255, 0.1);
}
.jumbotron .btn:active {
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  background-color: rgba(255, 255, 255, 0.2);
}
.jumbotron:before {
  opacity: 0.9;
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -o-linear-gradient(28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: linear-gradient(62deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
}
.jumbotron .container {
  position: relative;
  z-index: 3;
  height: 550px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -moz-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  padding-bottom: 50px;
}
.jumbotron .jumb_container {
  position: relative;
  width: 700px;
  height: auto;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.jumbotron .logo {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 35%;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  padding-right: 19px;
}
.jumbotron .logo svg {
  width: 100%;
}
.jumbotron .textcontainer {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 65%;
  padding-left: 20px;
}
.jumbotron .jumb_text {
  font-family: 'Raleway';
  font-weight: 900;
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  margin-bottom: 20px;
}
.jumbotron svg {
  fill: #fff;
}
.functional_section {
  padding: 80px 0;
}
.functional_section .btncontainer {
  padding-top: 25px;
  text-align: center;
}
.functional_section .btncontainer .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: transparent;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 16px;
  line-height: 46px;
  height: 48px;
  padding: 0 45px;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  border: 2px solid #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDdkODEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -moz-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0066ff), to(#0066ff));
  background-image: -webkit-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: linear-gradient(0deg, #0066ff 0%, #0066ff 100%);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.functional_section .btncontainer .btn:hover {
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.functional_section .btncontainer .btn:active {
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
.functional_section h2 {
  margin-bottom: 25px;
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 900;
  line-height: 1.2;
}
.functional_section .imgcontainer {
  position: relative;
  padding-left: 100px;
}
.functional_section .imgcontainer .img_content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDRjNGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDE3NSwgMTgwKSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(40deg, #004c4e 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(40deg, #004c4e 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -o-linear-gradient(40deg, #004c4e 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: linear-gradient(50deg, #004c4e 0%, rgba(0, 102, 255, 0.5) 100%);
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  border: 3px solid #fff;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
}
.functional_section .imgcontainer .img_content img {
  width: 100%;
}
.functional_section .functional_list {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.functional_section .functional_list .item {
  padding: 25px;
  width: 33.33333333%;
}
.functional_section .functional_list .item:nth-child(3n+1) {
  -webkit-transition-delay: 0.35s;
  -moz-transition-delay: 0.35s;
  -o-transition-delay: 0.35s;
  transition-delay: 0.35s;
  background-color: rgba(0, 102, 255, 0.2);
}
.functional_section .functional_list .item:nth-child(3n+2) {
  -webkit-transition-delay: 0.4375s;
  -moz-transition-delay: 0.4375s;
  -o-transition-delay: 0.4375s;
  transition-delay: 0.4375s;
  background-color: rgba(0, 102, 255, 0.15);
}
.functional_section .functional_list .item:nth-child(3n+3) {
  -webkit-transition-delay: 0.5249999999999999s;
  -moz-transition-delay: 0.5249999999999999s;
  -o-transition-delay: 0.5249999999999999s;
  transition-delay: 0.5249999999999999s;
  background-color: rgba(0, 102, 255, 0.08);
}
.functional_section h3 {
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.3;
  text-transform: uppercase;
  font-family: 'Raleway';
}
.functional_section p {
  font-family: 'google_sans';
  font-size: 18px;
  line-height: 1.2;
}
.textsection {
  padding: 80px 0;
}
.textsection h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 900;
  line-height: 1.2;
}
.textsection .text_thin {
  width: 800px;
  margin: auto;
}
.textsection .titlerow {
  margin-top: 45px;
  padding-bottom: 25px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.textsection .titlerow .logotext {
  font-family: 'Raleway';
  font-size: 40px;
  color: #fff;
  font-weight: bold;
  padding: 10px 15px;
  line-height: 1;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  display: inline-block;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(28deg, #e6ebeb 0%, #e6ebeb 100%);
  background-image: -moz-linear-gradient(28deg, #e6ebeb 0%, #e6ebeb 100%);
  background-image: -o-linear-gradient(28deg, #e6ebeb 0%, #e6ebeb 100%);
  background-image: linear-gradient(62deg, #e6ebeb 0%, #e6ebeb 100%);
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
}
.textsection .titlerow .logotext span {
  color: #333333;
}
.textsection .titlerow .textcontainer {
  padding-left: 25px;
  font-weight: 400;
  line-height: 1;
  font-size: 30px;
}
.textsection p {
  text-align: justify;
  font-family: 'google_sans';
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  padding-left: 30px;
  position: relative;
}
.textsection p::before {
  display: block;
  position: absolute;
  height: 15px;
  width: 15px;
  background-color: #e6ebeb;
  content: '';
  -webkit-border-radius: 20px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 20px;
  -moz-background-clip: padding;
  border-radius: 20px;
  background-clip: padding-box;
  left: 0;
  top: 2px;
}
.workingscheme {
  position: relative;
  padding: 80px 0;
}
.workingscheme article {
  color: #fff;
  width: 700px;
  margin: auto;
  margin-top: 50px;
}
.workingscheme article p {
  text-align: center;
  font-family: 'google_sans';
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
}
.workingscheme article p a {
  display: inline-block;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
}
.workingscheme article p a:hover {
  text-decoration: underline;
}
.workingscheme .steps {
  margin: 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.workingscheme .steps .stepcontainer {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDRjNGUiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0icmdiKDAsIDE3NSwgMTgwKSIgc3RvcC1vcGFjaXR5PSIwLjUiLz48L2xpbmVhckdyYWRpZW50PjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjbGVzc2hhdC1nZW5lcmF0ZWQpIiAvPjwvc3ZnPg==);
  background-image: -webkit-linear-gradient(-28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(-28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -o-linear-gradient(-28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -webkit-linear-gradient(152deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -o-linear-gradient(152deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: linear-gradient(-62deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  -webkit-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  padding: 25px 20px;
  border: 3px solid #fff;
}


.workingscheme .steps .step {
  width: 32.25806452%;
  position: relative;
}
.workingscheme .steps .step::before {
  left: -40px;
  top: 50%;
  margin-top: -25px;
  z-index: 3;
  display: block;
  position: absolute;
  width: 50px;
  height: 50px;
  background-size: cover;
  content: '';
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjEyOHB4IiBoZWlnaHQ9IjEyOHB4IiB2aWV3Qm94PSIwIDAgNDA4IDQwOCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDA4IDQwODsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnIGlkPSJmb3J3YXJkIj4KCQk8cG9seWdvbiBwb2ludHM9IjIwNCwxMDIgMjA0LDAgNDA4LDIwNCAyMDQsNDA4IDIwNCwzMDYgMCwzMDYgMCwxMDIgICAiIGZpbGw9IiNGRkZGRkYiLz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
}
.workingscheme .steps .step:first-child::before {
  display: none;
}
.workingscheme .steps .step .textcontainer {
  color: #fff;
  font-family: 'google_sans';
  padding-left: 100px;
  font-weight: 400;
  line-height: 1.3;
  font-size: 20px;
}
.workingscheme .steps .step .textcontainer span {
  font-family: "Helvetica-Neue", "Helvetica", Arial, sans-serif;
  font-weight: bold;
  display: inline-block;
  border: 2px solid #fff;
  padding: 1px 5px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  background-color: rgba(255, 255, 255, 0.3);
  font-size: 10px;
  vertical-align: text-top;
  margin-right: 5px;
}
.workingscheme .steps .step .imgcontainer {
  position: relative;
  padding-left: 100px;
}
.workingscheme .steps .step .imgcontainer .img_content {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 8px;
  position: absolute;
  left: 0;
  width: 80px;
  height: 80px;
}
.workingscheme .steps .step .imgcontainer .img_content img {
  width: 100%;
}
.workingscheme .container {
  position: relative;
  z-index: 2;
}
.workingscheme h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 900;
  line-height: 1.2;
  color: #fff;
}
.workingscheme:before {
  opacity: 1;
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(-28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(-28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -o-linear-gradient(-28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -webkit-linear-gradient(152deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -o-linear-gradient(152deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: linear-gradient(-62deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
}
.workingscheme .bgimage {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 50%;
}
.prices {
  padding: 80px 0;
}
.prices .imgcontainer {
  position: relative;
  text-align: center;
}
.prices .imgcontainer .img_content {
  margin: auto;
  width: 100px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.prices .imgcontainer .img_content img {
  width: 100%;
}
.prices .btncontainer {
  padding-top: 25px;
  text-align: center;
}
.prices .btncontainer .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: transparent;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 16px;
  line-height: 46px;
  height: 48px;
  padding: 0 45px;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  border: 2px solid #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDdkODEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -moz-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0066ff), to(#0066ff));
  background-image: -webkit-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: linear-gradient(0deg, #0066ff 0%, #0066ff 100%);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.prices .btncontainer .btn:hover {
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  -webkit-transform: translateY(-2px);
  -moz-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
}
.prices .btncontainer .btn:active {
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
.prices h2 {
  text-align: center;
  font-size: 40px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 900;
  line-height: 1.2;
  margin-bottom: 25px;
}
.prices .prices_row {
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -moz-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}
.prices .prices_row .tariff {
  text-align: center;
  padding: 0 15px;
  width: 33.33333333%;
  border-left: 1px solid #ddd;
}
.prices .prices_row .tariff:first-child {
  border: 0;
}
.prices .prices_row .price {
  margin-top: 5px;
  font-family: 'google_sans';
}
.prices .prices_row .pto {
  margin-top: 20px;
  text-align: center;
  font-size: 25px;
  text-transform: uppercase;
  font-family: 'google_sans';
  font-weight: 900;
  line-height: 1.2;
}
.prices .prices_row .pto span {
  margin: auto;
  font-size: 14px;
  margin-top: 5px;
  font-weight: bold;
  display: block;
  width: 100px;
  border: 2px solid #fff;
  height: 30px;
  line-height: 29px;
  -webkit-border-radius: 10px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 10px;
  -moz-background-clip: padding;
  border-radius: 10px;
  background-clip: padding-box;
  background-color: rgba(0, 102, 255, 0.3);
  vertical-align: text-top;
}
.prices .prices_container {
  width: 800px;
  margin: auto;
}
.prices .prices_container p {
  text-align: center;
  font-family: 'google_sans';
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1.3;
  position: relative;
}
footer {
  padding: 80px 0;
  position: relative;
}
footer .bgimage {
  z-index: 1;
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center 50%;
}
footer .container {
  position: relative;
  z-index: 2;
}
footer .contacts {
  text-align: center;
  color: #fff;
}
footer .contacts .phone a {
  display: inline-block;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  font-family: 'google_sans';
  text-decoration: none;
  color: #fff;
  font-weight: 300;
  font-size: 60px;
  height: 68px;
  line-height: 75px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
footer .contacts .phone a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
footer .contacts .mail a {
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  font-family: 'Raleway';
  text-decoration: none;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  font-size: 30px;
}
footer .contacts .mail a:hover {
  color: rgba(255, 255, 255, 0.99);
}
footer h2 {
  color: #fff;
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 5px;
}
footer:before {
  opacity: 1;
  z-index: 2;
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  left: 0;
  height: 100%;
  background-image: 8121991;
  background-image: -webkit-linear-gradient(-28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -moz-linear-gradient(-28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -o-linear-gradient(-28deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -webkit-linear-gradient(152deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: -o-linear-gradient(152deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
  background-image: linear-gradient(-62deg, #0e0b18 0%, rgba(0, 102, 255, 0.5) 100%);
}
.backslide {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 1;
  top: 0;
  left: 0;
}
.recallmodal {
  left: 0;
  top: 0;
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 222;
}
.recallmodal .btncontainer {
  margin: 30px 0;
}
.recallmodal .btncontainer .btn {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
  background: transparent;
  display: inline-block;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Raleway';
  font-weight: 500;
  font-size: 16px;
  line-height: 46px;
  height: 48px;
  padding: 0 45px;
  text-decoration: none;
  color: #fff;
  -webkit-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
  border: 2px solid #fff;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDdkODEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -moz-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0066ff), to(#0066ff));
  background-image: -webkit-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: linear-gradient(0deg, #0066ff 0%, #0066ff 100%);
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.recallmodal .btncontainer .btn:hover {
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  -moz-box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
  box-shadow: rgba(0, 0, 0, 0.156863) 0px 3px 10px, rgba(0, 0, 0, 0.227451) 0px 3px 10px;
}
.recallmodal .btncontainer .btn:active {
  -webkit-transition: all 0.08s ease-in-out;
  -moz-transition: all 0.08s ease-in-out;
  -o-transition: all 0.08s ease-in-out;
  transition: all 0.08s ease-in-out;
  -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
}
.recallmodal .header {
  position: relative;
  z-index: 5;
  -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  height: 50px;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/PjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiB2aWV3Qm94PSIwIDAgMSAxIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIj48bGluZWFyR3JhZGllbnQgaWQ9Imxlc3NoYXQtZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMTAwJSIgeDI9IjAlIiB5Mj0iMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiMwMDdkODEiIHN0b3Atb3BhY2l0eT0iMSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwOTY5YiIgc3RvcC1vcGFjaXR5PSIxIi8+PC9saW5lYXJHcmFkaWVudD48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2xlc3NoYXQtZ2VuZXJhdGVkKSIgLz48L3N2Zz4=);
  background-image: -webkit-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -moz-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(90deg, #0066ff 0%, #0066ff 100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(#0066ff), to(#0066ff));
  background-image: -webkit-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: -o-linear-gradient(bottom, #0066ff 0%, #0066ff 100%);
  background-image: linear-gradient(0deg, #0066ff 0%, #0066ff 100%);
  -webkit-border-top-left-radius: 2px;
  -moz-border-radius-topleft: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -webkit-background-clip: padding-box;
  -moz-border-radius-topright: 2px;
  -moz-background-clip: padding;
  border-top-right-radius: 2px;
  background-clip: padding-box;
}
.recallmodal .header .close {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB3aWR0aD0iMzJweCIgdmVyc2lvbj0iMS4xIiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCA2NCA2NCIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAwIDAgNjQgNjQiPgogIDxnPgogICAgPHBhdGggZmlsbD0iIzMzMzMzMyIgZD0iTTI4Ljk0MSwzMS43ODZMMC42MTMsNjAuMTE0Yy0wLjc4NywwLjc4Ny0wLjc4NywyLjA2MiwwLDIuODQ5YzAuMzkzLDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OSAgIGMwLjUxNiwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTlsMjguNTQxLTI4LjU0MWwyOC41NDEsMjguNTQxYzAuMzk0LDAuMzk0LDAuOTA5LDAuNTksMS40MjQsMC41OWMwLjUxNSwwLDEuMDMxLTAuMTk2LDEuNDI0LTAuNTkgICBjMC43ODctMC43ODcsMC43ODctMi4wNjIsMC0yLjg0OUwzNS4wNjQsMzEuNzg2TDYzLjQxLDMuNDM4YzAuNzg3LTAuNzg3LDAuNzg3LTIuMDYyLDAtMi44NDljLTAuNzg3LTAuNzg2LTIuMDYyLTAuNzg2LTIuODQ4LDAgICBMMzIuMDAzLDI5LjE1TDMuNDQxLDAuNTljLTAuNzg3LTAuNzg2LTIuMDYxLTAuNzg2LTIuODQ4LDBjLTAuNzg3LDAuNzg3LTAuNzg3LDIuMDYyLDAsMi44NDlMMjguOTQxLDMxLjc4NnoiLz4KICA8L2c+Cjwvc3ZnPgo=');
  cursor: pointer;
  top: 7px;
  position: absolute;
  right: 10px;
  border: 0;
  width: 35px;
  height: 35px;
  -webkit-border-radius: 100%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 100%;
  -moz-background-clip: padding;
  border-radius: 100%;
  background-clip: padding-box;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  -moz-box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  box-shadow: rgba(0, 0, 0, 0.117647) 0px 1px 6px, rgba(0, 0, 0, 0.117647) 0px 1px 4px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.recallmodal .header .close:hover {
  background-color: rgba(255, 255, 255, 0.83);
}
.recallmodal .header .close:active {
  -webkit-transition: all 0.05s ease-in-out;
  -moz-transition: all 0.05s ease-in-out;
  -o-transition: all 0.05s ease-in-out;
  transition: all 0.05s ease-in-out;
  background-color: rgba(255, 255, 255, 0.5);
}
.recallmodal .modal_container {
  overflow: auto;
  padding: 50px 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.recallmodal .backdrop {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.recallmodal .modal_content {
  opacity: 0;
  width: 1040px;
  margin: auto;
  position: relative;
  z-index: 2;
  background-color: #fff;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 10px 25px #000;
  -moz-box-shadow: 0 10px 25px #000;
  box-shadow: 0 10px 25px #000;
}
.recallmodal {
  z-index: 300;
}
.recallmodal .btncontainer {
  margin: 0;
  margin-top: 40px;
}
.recallmodal .form_container {
  margin-top: 20px;
}
.recallmodal .form_container label {
  opacity: 0.8;
  font-family: 'Raleway';
}
.recallmodal input {
  padding: 10px 0;
  width: 100%;
  display: block;
  font-family: 'google_sans', sans-serif;
  border: 0;
  background: none;
  margin: 0;
  font-size: 28px;
  color: #000;
}
.recallmodal textarea {
  padding: 10px 0;
  width: 100%;
  display: block;
  font-family: 'google_sans', sans-serif;
  border: 0;
  background: none;
  margin: 0;
  height: auto;
  font-size: 28px;
  color: #000;
}
.recallmodal .modal_content {
  width: 700px;
}
.recallmodal .recallmodalContent {
  padding: 25px;
}
.recallmodal .recallmodalContent h3 {
  text-transform: uppercase;
  font-family: 'Raleway';
  font-size: 28px;
}
.recallmodal .recallmodalContent h3 small {
  text-transform: none;
  width: 100%;
  display: block;
  font-family: 'Raleway';
  font-size: 20px;
}
@media (max-width: 1490px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1279px) {
  .navbar .navbar-nav .navright ul li a {
    font-size: 14px;
  }
  .workingscheme .steps .step::before {
    left: -30px;
  }
  .workingscheme .steps .step .imgcontainer {
    display: none;
  }
  .workingscheme .steps .step .textcontainer {
    padding-left: 10px;
    padding-right: 20px;
    font-size: 16px;
  }
  .workingscheme .steps .step .imgcontainer .img_content {
    width: 60px;
    height: 60px;
  }
  .container {
    width: 990px;
  }
  .functional_section .functional_list .item {
    width: 50%;
  }
  .functional_section .functional_list .item:nth-child(2n) {
    -webkit-transition-delay: 0.35s;
    -moz-transition-delay: 0.35s;
    -o-transition-delay: 0.35s;
    transition-delay: 0.35s;
    background-color: rgba(0, 102, 255, 0.2);
  }
  .functional_section .functional_list .item:nth-child(2n+1) {
    -webkit-transition-delay: 0.4375s;
    -moz-transition-delay: 0.4375s;
    -o-transition-delay: 0.4375s;
    transition-delay: 0.4375s;
    background-color: rgba(0, 102, 255, 0.15);
  }
}
@media (max-width: 1060px) {
  .prices .prices_container {
    width: 100%;
  }
  .recallmodal .modal_content {
    width: 556px;
  }
  .workingscheme .steps .step {
    width: 100%;
    margin-bottom: 10px;
  }
  .workingscheme .steps .step .imgcontainer {
    padding: 0;
    height: 100%;
    position: absolute;
    top: 50%;
    margin-top: -26px;
    left: 15px;
  }
  .workingscheme .steps .step .imgcontainer .img_content {
    position: relative;
    width: 50px;
    height: 50px;
  }
  .workingscheme .steps {
    display: block;
  }
  .workingscheme .steps .step::before {
    display: none;
  }
  .workingscheme .steps .step .imgcontainer {
    display: block;
  }
  .workingscheme .steps .step .textcontainer {
    padding-left: 65px;
  }
  .functional_section h3 {
    font-size: 16px;
  }
  .workingscheme .steps .stepcontainer {
    padding: 12px;
  }
  .functional_section .imgcontainer .img_content {
    width: 50px;
    height: 50px;
  }
  .functional_section .imgcontainer {
    padding-left: 65px;
  }
  .functional_section p {
    font-size: 13px;
  }
  .functional_section .functional_list .item {
    padding: 15px 10px;
  }
  h2 {
    font-size: 35px!important;
  }
  h2 br {
    display: none;
  }
  .textsection .text_thin {
    width: 100%;
  }
  .jumbotron {
    margin-top: 50px;
  }
  .jumbotron .jumb_container {
    width: 500px;
  }
  .jumbotron .jumb_text {
    font-size: 18px;
    line-height: 1.2;
  }
  .jumbotron .container {
    height: auto;
    padding: 80px 0;
    -webkit-box-align: center;
    -moz-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .container {
    width: 730px;
  }
  .navbar {
    padding: 0;
  }
  .navbar .navbar-nav .navright .navphone .label {
    display: none;
  }
  .navbar.scroll .navlogo a {
    padding: 6px 8px!important;
  }
  .navbar .navbar-nav .navright .navphone a {
    height: 50px;
    line-height: 54px;
    font-size: 14px;
  }
  .navbar .navlogo svg {
    height: 38px!important;
  }
  .navbar.scroll .navlogo img,
  .navbar.scroll .navlogo svg {
    height: 38px!important;
  }
  .navbar .navbar-nav .navright ul li a {
    height: 50px;
    font-size: 14px;
    line-height: 50px;
    padding: 0 5px;
  }
  .workingscheme article {
    width: 100%;
  }
}
.navmenu {
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  height: 50px;
  width: 50px;
  background-size: 50%;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 50%;
  -moz-background-clip: padding;
  border-radius: 50%;
  background-clip: padding-box;
  background-position: center;
  background-image: url('data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTkuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNjRweCIgaGVpZ2h0PSI2NHB4Ij4KPGc+Cgk8Zz4KCQk8Zz4KCQkJPGNpcmNsZSBjeD0iMjU2IiBjeT0iMjU2IiByPSI2NCIgZmlsbD0iI0ZGRkZGRiIvPgoJCQk8Y2lyY2xlIGN4PSIyNTYiIGN5PSI0NDgiIHI9IjY0IiBmaWxsPSIjRkZGRkZGIi8+CgkJCTxjaXJjbGUgY3g9IjI1NiIgY3k9IjY0IiByPSI2NCIgZmlsbD0iI0ZGRkZGRiIvPgoJCTwvZz4KCTwvZz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8Zz4KPC9nPgo8L3N2Zz4K');
}
@media (min-width: 768px) {
  .navright {
    display: block!important;
  }
}
@media (max-width: 767px) {
  .navbar .navbar-nav .navright * {
    color: #fff !important;
  }
  .navbar .navbar-nav .navright .navphone {
    padding-bottom: 10px;
  }
  .navbar .navbar-nav .navlogo a {
    height: 50px;
  }
  .navbar .navbar-nav .navlogo {
    height: 50px;
    line-height: 0!important;
  }
  .navmenu {
    display: block;
    cursor: pointer;
  }
  .navbar .navbar-nav {
    position: relative;
  }
  .navbar .navbar-nav .navlogo {
    float: none;
    display: block;
    width: 70px;
  }
  .navbar .navbar-nav::before {
    display: none;
  }
  .navbar .navbar-nav::after {
    display: none;
  }
  .navbar {
    background-color: #004c4e;
    border-bottom: 0px;
  }
  .navbar .navbar-nav .navlogo img *,
  .navbar .navbar-nav .navlogo svg * {
    fill: #fff;
  }
  .navbar .navbar-nav .navright ul li a:hover {
    background: none;
  }
  .navbar {
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  .navbar .navlogo a {
    display: block!important;
  }
  .navbar .navlogo img,
  .navbar .navlogo svg {
    display: block!important;
    margin: 0!important;
  }
  .container {
    padding: 0 10px;
    width: 100%;
  }
  .navbar .navbar-nav .navright .navphone {
    margin: 0;
    float: none;
  }
  .navbar .navbar-nav .navright .navphone a {
    padding-left: 5px;
  }
  .navbar .navbar-nav .navright {
    float: none;
    display: none;
    width: 100%;
  }
  .navbar .navbar-nav .navright ul {
    width: 100%;
    float: none;
    display: block;
  }
  .navbar .navbar-nav .navright ul li {
    width: 100%;
  }
  .navbar {
    -webkit-box-shadow: 0 1px 10px #000;
    -moz-box-shadow: 0 1px 10px #000;
    box-shadow: 0 1px 10px #000;
    padding: 0;
    border-bottom: 0px solid #ddd;
  }
  .jumbotron .jumb_container {
    width: 100%;
    padding: 0 10px;
    display: block;
  }
  .jumbotron .logo {
    display: block;
    width: 200px;
    border: 0;
    padding: 0;
    margin: 0;
    margin: auto;
    margin-bottom: 10px;
  }
  .jumbotron .textcontainer {
    padding: 0;
    text-align: center;
    display: block;
    width: 100%;
  }
  .textsection .titlerow {
    display: block;
  }
  .textsection .titlerow .logotext {
    font-size: 20px;
    width: 100%;
    text-align: center;
  }
  .functional_section {
    padding: 30px 0;
    padding-top: 0;
  }
  .functional_section .functional_list .item {
    width: 100%;
  }
  .textsection .titlerow .textcontainer {
    font-size: 16px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
    opacity: 0.5;
    margin-top: 12px;
    padding: 0;
  }
  .textsection {
    padding: 30px 0;
  }
  .textsection p {
    font-size: 14px;
    padding-left: 18px;
  }
  .textsection p::before {
    height: 10px;
    width: 10px;
  }
  .textsection .titlerow {
    margin-top: 11px;
    margin-bottom: 10px;
    -webkit-box-pack: start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  h2 {
    font-size: 20px!important;
    text-align: left!important;
  }
  .modal .modal_container,
  .recallmodal .modal_container {
    padding: 10px 0;
  }
  .modal .modal_content {
    width: 95%;
  }
  .modal .modalWithDesc,
  .recallmodal .modalWithDesc {
    width: 100%;
    display: block;
  }
  .modal .pricecontainer,
  .recallmodal .pricecontainer {
    margin-bottom: 20px;
    font-size: 20px;
  }
  .modal .modalWithDesc .lefsidecontainer,
  .recallmodal .modalWithDesc .lefsidecontainer {
    padding: 0px  0;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    width: 100%;
  }
  .modal .modalWithDesc .leftside a,
  .recallmodal .modalWithDesc .leftside a {
    display: inline-block;
    width: auto;
  }
  .modal .modalWithDesc .leftside a + a,
  .recallmodal .modalWithDesc .leftside a + a {
    margin-left: 10px;
  }
  .recallmodal .recallmodalContent h3 {
    font-size: 20px;
    padding-right: 25px;
  }
  .recallmodal .recallmodalContent h3 small {
    font-size: 14px;
  }
  .recallmodal input {
    font-size: 20px;
  }
  .modal .modalWithDesc .rightside,
  .recallmodal .modalWithDesc .rightside {
    padding: 15px;
  }
  .catalog_section .imgcontainer .overflow {
    opacity: 0;
  }
  .modal .header .close:hover,
  .recallmodal .header .close:hover {
    background-color: #fff !important;
  }
  .modal .header .close:active,
  .recallmodal .header .close:active {
    background-color: #fff !important;
  }
  .modal .modalWithOutDesc .pricecontainer,
  .recallmodal .modalWithOutDesc .pricecontainer {
    display: block;
    margin-left: 25px;
    padding-bottom: 20px;
  }
  .modal .modalWithDesc .leftside img,
  .recallmodal .modalWithDesc .leftside img {
    width: auto;
    height: 200px;
  }
  .modal .header,
  .recallmodal .header {
    height: 25px;
  }
  .modal .modalWithDesc .leftside,
  .recallmodal .modalWithDesc .leftside {
    height: 250px;
    width: 100%;
  }
  .modal .modalWithDesc .rightside,
  .recallmodal .modalWithDesc .rightside {
    width: 100%;
    -webkit-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .recallmodal .modal_content {
    width: 90%;
  }
  .modal .modalWithOutDesc .imagesList,
  .recallmodal .modalWithOutDesc .imagesList {
    max-height: none;
    overflow: inherit;
  }
  .modal .header .close,
  .recallmodal .header .close {
    top: 10px;
  }
  .navbar.scroll {
    padding: 0;
    border-bottom: 0px solid #ddd;
  }
  .modal .modalWithOutDesc .title,
  .recallmodal .modalWithOutDesc .title {
    padding: 15px 25px;
  }
  .modal .header,
  .recallmodal .header {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 0px;
  }
  .prices .prices_row {
    display: block;
  }
  .prices .prices_container p {
    text-align: left;
    padding: 0;
  }
  .prices .prices_row .tariff {
    padding: 0;
    margin-bottom: 50px;
    border: 0;
    width: 100%;
    text-align: center;
  }
  footer h2 {
    text-align: center!important;
  }
  footer .contacts .phone a {
    padding: 0;
    font-size: 35px;
  }
  .navbar .navbar-nav .navlogo a {
    display: block;
    width: 90px;
  }
  .navbar .navbar-nav .navlogo a svg {
    display: block;
  }
}
