@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700,900);
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body {
  font-family: 'Lato', Arial;
  color: #666666;
  -webkit-font-smoothing: antialiased;
}
a {
  font-family: 'Lato', Arial;
  -webkit-font-smoothing: antialiased;
  outline: none !important;
}
div.content {
  overflow: hidden ;
}
.arcticmodal-container_i2 .modal2 i{
  cursor: pointer;
  color: #f00;
}
.arcticmodal-container_i2 .modal2{
  display: block;
  background:#fff;
  text-align: center;
  font-size: 18px; 
  padding: 5px 20px 10px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  color: #666666;
}
textarea{resize: none !important;}
header .navbar-default {
  background: none;
  border: none;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav {
  padding-top: 0px;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
header .navbar-default.scrolled ul.navbar-nav{
  border-bottom: 1px solid transparent;
}
header .navbar-default ul.navbar-nav li{
  float: none;
  display: inline-block;
}
header .navbar-default ul.navbar-nav li a {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 16px;
  padding: 7px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:after {
  content: '';
  width: 90%;
  background: none;
  height: 4px;
  position: absolute;
  bottom: 2px;
  z-index: 99999;
  left: 5%;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover:after {
  background: #cbe71c;
}
header .navbar-default ul.navbar-nav li a.getApp {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a.getApp:after {
  display: none;
}
header .navbar-default ul.navbar-nav li a:focus {
  color: #ffffff;
}
header .navbar-default .navbar-brand {
  height: auto;
  padding: 0;
}
header .navbar-default.scrolled {
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.scrolled .navbar-brand {
  padding: 15px 20px;
}
header .navbar-default.scrolled .navbar-brand img {
  width: auto;
  max-height: 33px;
}
header .navbar-default.scrolled ul.navbar-nav {
  /*padding-top: 15px;*/
  margin-top: 0;
}
header .navbar-default.scrolled, header .navbar-default.scrolled .navbar-header.row a {color: #336799;}
.scrollpoint {
  opacity: 0;
}
header .navbar-default.scrolled, header .navbar-default.scrolled .navbar-header.row a {
    color: #336799;
}
.scrollpoint.active {
  opacity: 1 \0;
}
.hanging-phone {
  position: absolute;
  right: 0;
  z-index: 0;
  bottom: -70px;
}
.section-heading {
  margin: 60px 0 80px;
  text-align: center;
}
.section-heading h1 {
  display: inline-block;
  font-size: 55px;
  font-weight: 300;
  margin-bottom: 0;
}
.section-heading p {
  font-size: 25px;
  color: #999999;
  font-weight: 300;
}
.section-heading .divider:after {
  content: "";
  position: relative;
  height: 4px;
  width: 60px;
  display: block;
  text-align: center;
  margin: 13px auto;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.section-heading.inverse h1,
.section-heading.inverse p {
  color: #ffffff;
}
.section-heading.inverse .divider:after {
  background: #ffffff;
}
header .main-banner{
  padding-top: 215px;padding-left: 0%;
  background: url("/assets/img/main3.png") no-repeat;
  background-position-x: calc(100% - 88px);
  background-position-y: calc(100% - 15%);
}
header .main-banner p, header .main-banner h4{color: #fff;font-size: 27px;}
header .main-banner h4{font-weight: 600;margin-bottom: 0; line-height: 1;}
header .main-banner p{margin-bottom: 30px;}
header .main-banner img{max-width: 100%;margin-top: 40px;}
header   .navbar-header.row{width: 100%;font-size: 20px;}
header   .navbar-header.row .btn-default{
  background: #cbe71c;
  color: #000;
  box-shadow: 0px 4px 3px -1px #5b680a;
}
.pt-18{padding-top: 18px;}
.pt-12{padding-top: 12px;}
header .navbar-header.row a, .hidden-contact a{color: #fff;}
header .navbar-header.row i,.hidden-contact  i{color: #cbe71c;margin-right: 10px;}
.tp-banner-container ul{
   list-style: none;
}
section#about {
  position: relative;
}
section#about .about-item {
  text-align: center;
  font-size: 17px;
  line-height: 25px;
  color: #999999;
}
section#about .about-item i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 35px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 104px;
}
section#features .media i.fa {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 20px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 2.6em;
  text-align: center;
}
section#features .media .media-heading {
  padding-top: 10px;
  
}
section#features .media .media-heading span{font-weight: 300;font-size: 18px;}
section#features .media .media-body {
  color: #999999;
}
section#features .media.feature {
  margin-top: 25px;
}
section#features .media.feature:first-child {
  margin-top: 0;
}
section#features img {
  margin: 0 auto 20px;
}
section#reviews {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
section#reviews .review-filtering {
  margin: 20px 0 100px 0;
}
section#reviews .review-filtering .review .review-person {
  width: 100%;
}
section#reviews .review-filtering .review .review-person img {
  width: 110px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  margin: 10px auto;
}
section#reviews .review-filtering .review .review-comment {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 5px 40px 20px;
  position: relative;
}
section#reviews .review-filtering .review .review-comment h3 {
  margin-bottom: 15px;
}
section#reviews .review-filtering .review .review-comment p {
  font-size: 16px;
  color: #999999;
}
section#reviews .review-filtering .review .review-comment p span {
  margin-left: 10px;
}
section#reviews .review-filtering .review .review-comment:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 15px;
  margin-top: -10px;
}
section#reviews .review-filtering .review .review-person,
section#reviews .review-filtering .review .review-comment {
  float: left;
}
section#reviews .review-filtering .slick-dots {
  bottom: -80px;
}
section#reviews .review-filtering .slick-dots li button {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section#reviews .review-filtering .slick-dots li button:before {
  display: none;
}
section#screens{padding-bottom: 0;}
section#screens .slider {
  margin: 0px 0 20px;
}

section#screens .slider div img {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 10px;
  display: inline;
}
section#screens .slider div h4 {
  text-align: center;
  margin-top: 40px;
  font-size: 16px;
}
section#screens .slider .slick-dots li button {
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
}
.d-none{display: none !important;}
.slider div.slick-slide a{display: block;height: 280px;padding: 0 10px;}
.slider div img{max-width: 100%; height: 100%; object-fit: cover;}
section#screens .slick-prev,
section#screens .slick-next {
  width: 50px;
  height: 50px;
  top: calc(40% - 10px);
}
section#screens .slick-slide {
  text-align: center;
}
section#screens .slick-prev:before {
  content: "\f104";
}
section#screens .slick-next:before {
  content: "\f105";
}
section#screens .slick-prev:before,
section#screens .slick-next:before {
  font-size: 34px;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  line-height: 45px;
  color: #CCC;
  border: 2px solid #CCC;
  width: 50px;
  display: inline-block;
  height: 50px;
  text-align: center;
}
section#screens .filter {
  text-align: center;
}
section#screens .filter a {
  display: inline-block;
  padding: 7px 20px;
  text-decoration: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  margin: 10px 5px;
  text-transform: uppercase;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
/* demo video Section */
section#demo .video-container {
  padding: 20px;
  border: 1px solid #b3b3b3;
  min-height: 450px;
  overflow: hidden;
}
section#demo iframe {
  width: 100%;
  height: 100%;
  border: none;
}
/* Get app Section */
section#getApp {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 70px 0 0;
}
section#getApp.old{padding-bottom: 70px;}
section#getApp .platforms {
  margin: 5px auto 120px auto;
  text-align: center;
}
section#getApp .platforms .btn {
  margin-right: 10px;
  margin-bottom: 20px;
}
/* support section */
section#support {
  padding: 0 0 0px 0;
}
section#support .media {
  margin-bottom: 10px;
}
section#support .section-heading{margin: 10px 0 80px;}
section#support .media i.fa, .social a i.fa{
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  padding: 10px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  width: 1.9em;
  text-align: center;
}
section#support .media .media-heading {
  padding-top: 15px;
  font-weight: 300;
}
section#support .media .media-heading a {
  font-weight: 400;
}
/* footer section */
footer {
  padding: 80px 0;
  text-align: center;
  color: #fff;
}
footer a > img {
  width: 100px;
}
.social {
  display: block;
  /*margin-top: 30px;*/
}
.social a {
  margin: 0 8px;
  /*padding: 10px;*/
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding-top: 3px;/**/
}
.social a.whatsapp{
  background: #18762e;
  padding-top: 0;
  padding-bottom: 3px;
  position: relative;
  top: -4px;
  margin-left: 0;
  /**/
}
.social a.viber{background: #6f3faa;}
.social a.telegram{background: #199dd9;
  padding-bottom: 3px;
  position: relative;
  top: -1px;/**/
}
.social a i {
 /* width: 1em;*/
}
footer .rights {
  margin-top: 30px;
}
footer .rights a {
  text-decoration: underline;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-weight: bold;
}
footer .rights a:hover {
  text-decoration: none;
}
#up{
  position: fixed;
  background: url('/assets/img/up.png') no-repeat;
  width: 50px;
  height: 50px;
  background-size: contain;
  bottom: 75px;
  right: 20px;
  cursor: pointer;
  z-index: 3;
  display: none;
  filter: drop-shadow(1px 1px 1px );
}
#up:hover{opacity: .8;}
section {
  position: relative;
  padding-bottom: 90px;
}
/* Common style for pseudo-elements */
section::before,
section::after {
  position: absolute;
  content: '';
  pointer-events: none;
  overflow: hidden;
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.tp-caption {
  font-family: 'Lato', Arial !important;
  -webkit-font-smoothing: antialiased;
}
.tp-caption.large_white_bold {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
}
.tp-caption.large_white_light {
  color: #ffffff;
  font-size: 65px;
  font-weight: 400;
  font-weight: 300;
}
.btn {
  -webkit-border-radius: 3em;
  -moz-border-radius: 3em;
  -ms-border-radius: 3em;
  -o-border-radius: 3em;
  border-radius: 3em;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  padding: 5px 25px;
}
.btn.btn-primary {
  border: 2px solid #ffffff;
  background: none;
  color: #ffffff;
}
.btn.btn-primary:hover {
  color: #ffffff;
}
.btn.btn-default {
  border: none;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.btn.btn-lg {
  padding: 10px 25px;
}
.btn:hover {
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
form .form-control {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 5em;
  -moz-border-radius: 5em;
  -ms-border-radius: 5em;
  -o-border-radius: 5em;
  border-radius: 5em;
  height: 40px;
  line-height: 40px;
  padding: 10px 20px;
  color: #cfcfcf;
  border: 2px solid #cccccc;
  font-weight: 300;
}
form textarea.form-control {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  height: auto;
  line-height: normal;
}
#bs-example-navbar-collapse-1 a[href*="tel"]{
  color: #fff;
  display: inline-block;
  margin-top: 60px;
}
.collapse.in a[href*="tel"]{
  display: none;
}
.scrolled #bs-example-navbar-collapse-1 a{
  color: #336799;
  /*margin-top: 20px;
  margin-left: 14px;*/
}
@media screen and (max-width: 640px) {
  .navbar-header a[href*="tel"] span{display: none;}
  .navbar-header a[href*="tel"]{
    float: right;
    margin-right: -15px;
    position: relative;
    z-index: 20;
  }
  header .navbar-default ul.navbar-nav li{display: block;}
  header .navbar-default ul.navbar-nav{overflow: auto;}
  header .navbar-default.scrolled, header .navbar-default.scrolled .navbar-header.row a{color: #fff;}
  header .navbar-default.scrolled .navbar-header a[href*="tel"] {margin-right: -5px;}
  .logo {
    width: 100px;
    height: auto;
  }
  .slick-next {
    right: 0;
  }
  .slick-prev {
    left: 0;
  }
  .contact-details {
    margin-top: 20px;
  }
  header .navbar-default {
    padding: 20px;
  }
  header .navbar-header a[href*="tel"]{display: inline-block;}
  header .navbar-default .navbar-toggle , header .navbar-header .fa-phone{
    margin-top: 0px;
    margin-right: 0px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }

  header .navbar-header .fa-phone{
    padding: 12px;
    margin-left: 44px;
  }
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  header .navbar-default ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default ul.navbar-nav li a {
    padding: 10px;
    text-align: center;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    background: none !important;
    -webkit-border-radius: 0em;
    -moz-border-radius: 0em;
    -ms-border-radius: 0em;
    -o-border-radius: 0em;
    border-radius: 0em;
  }
  header .navbar-default .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled .navbar-collapse {
    border-color: transparent;
  }
  header .navbar-default.scrolled ul.navbar-nav {
    padding-top: 0;
    margin: 0;
  }
  header .navbar-default.scrolled .navbar-toggle {
    margin-top: 11px;
    margin-right: 20px;
    background: none;
    border: 2px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
    -ms-border-radius: 5em;
    -o-border-radius: 5em;
    border-radius: 5em;
  }
}
.pre-loader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  display: none;
}
.pre-loader .load-con {
  margin: 20% auto;
  position: relative;
  text-align: center;
}
.spinner {
  margin: 50px auto 0;
  width: 70px;
  text-align: center;
}
.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #ffffff;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bouncedelay {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncedelay {
  0%,
  80%,
  100% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  40% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
header {
  background: #66cdcc;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a {
  color: #ffffff;
  background: none;
  padding: 16px 10px;
  text-transform: uppercase;
  font-weight: bold;
}
header .navbar-default ul.navbar-nav li a.getApp {
  color: #3c79b4;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #e0e0e0));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #e0e0e0 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#e0e0e0, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
header .navbar-default ul.navbar-nav li a.getApp:hover {
  color: #4081bf;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default ul.navbar-nav li a:hover {
  color: #ffffff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
header .navbar-default.gradient:not(.scrolled){
  background: linear-gradient(to right, #336799, #55abbb);
}
header .navbar-default.scrolled {
  border-bottom: 3px solid #336799;
}
header .navbar-default.scrolled ul.navbar-nav li a {
  color: #336799;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover {
  color: #336799;
}
header .navbar-default.scrolled ul.navbar-nav li a:hover:after {
  background: #336799;
}
header .navbar-default.scrolled .navbar-brand {
  background: #336799;
}
section .section-heading .divider:after {
  background: #66cdcc;
}
section#about .about-item i {
  
 /* color: #66cdcc;*/
  padding: 30px;
  width: auto;
  display: inline-block;
  border-radius: 50%;
  margin-bottom: 10px;
}
.blue-border-2{border: 2px solid #3461a4;}
.icon-pay::before, .icon-icons::before, .icon-flags::before{
  content: '';
  display: block;  
}
.icon-pay::before{
  background: url('/assets/img/sprite-pay.png') no-repeat;
  height: 128px;
  width: 128px;
  margin: 0 auto;
}
.icon-pay-cash::before{background-position-x:-128px; }
.icon-pay-card::before{background-position-x:-414px; }
.icon-pay-bank::before{background-position-x:-261px; }
.icon-pay-garant::before{background-position-x:-683px; }
.icon-pay-opit::before{background-position-x: -552px; }
.icon-pay-predoplata::before{background-position-x:-818px ; }
.icon-pay-sroki::before{background-position-x:-954px; }
.icon-icons, .icon-flags{display: inline-block;}
.icon-icons::before, .icon-flags::before{height: 82px;width: 85px;}
.icon-icons::before{background: url('/assets/img/sprite-icons.png') no-repeat;}
.icon-flags::before{background: url('/assets/img/sprite-flag.png') no-repeat;}
.icon-icons-rulon::before{background-position-x:-178px; }
.icon-icons-garant::before{background-position-x:0px; }
.icon-icons-clear::before{background-position-x:-269px; }
.icon-icons-calc::before{background-position-x:-88px; }
.icon-icons-number1::before{background-position-x:-467px; }
.icon-icons-garant2::before{background-position-x:-368px; }
.icon-icons-warning::before{background-position-x:-562px; }
.icon-flags-bel::before{background-position-x:-81px; }
.icon-flags-ger::before{background-position-x:-167px; }
.icon-flags-chi::before{background-position-x:2px; }
.icon-flags-fr::before{background-position-x:-251px; }
section#about .about-item:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#about .about-item:hover h3 {
  color: #66cdcc;
}
section#features {
  background: #f6f6f6;
}
section#features header h1:after {
  background: #66cdcc;
}
section#features .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
section#features .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#features .media:hover h3 {
  color: #66cdcc;
}
section#features .media.active i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#features .media.active .media-heading {
  color: #66cdcc;
}
section#reviews {
  background: url("../img/freeze/bk-freeze.jpg");
}
section#reviews header {
  color: #ffffff;
}
section#reviews header h1:after {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-person img {
  border: 3px solid #ffffff;
}
section#reviews .review-filtering .review .review-comment {
  background: #ffffff;
}
section#reviews .review-filtering .review .review-comment h3 {
  color: #66cdcc;
}
section#reviews .review-filtering .review .review-comment p span i {
  color: #66cdcc;
}
section#reviews .review-filtering .review .review-comment:after {
  border-right-color: #ffffff;
}
section#reviews .review-filtering .slick-dots li button {
  background: #ffffff;
  border: 2px solid #ffffff;
}
section#reviews .review-filtering .slick-dots li.slick-active button {
  background: #66cdcc;
}
section#screens header h1:after {
  background: #66cdcc;
}
section#screens .slider div img {
  border: 2px solid #e5e5e5;
}
section#screens .slider div h4 {
  color: #999999;
}
section#screens .slider .slick-dots li button {
  background: #999999;
}
section#screens .slider .slick-dots li.slick-active button {
  background: #66cdcc;
}
section#screens .filter a {
  border: 2px solid #cccccc;
  color: #999999;
}
section#screens .filter a:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
section#screens .filter a.active {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
/* demo video Section */
section#demo {
  background: #f6f6f6;
}
section#demo header h1:after {
  background: #66cdcc;
}
#lighting{position: relative;
    width: 1px;
    top: -120px;

}
/* Get app Section */
section#getApp {
  /*background: url("../img/freeze/bk-freeze-ga.jpg");*/
  background: linear-gradient(to right, #336799 ,#6cc);
  color: #fff;
}
section#getApp.old{background: url("../img/freeze/bk-freeze-ga.jpg");} 

section#getApp h4{
  color: #fff;
  font-weight: 600;
  font-size: 27px;
}
section#getApp.old h4{
    line-height: 1.5em;
    font-size: 20px;
}
section#getApp a:hover{opacity: .8;}
section#getApp .border-bottom-1{
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
  margin-bottom: 30px;
}
section#getApp.old .border-bottom-1:first-of-type{
  margin-top: 15%;
}
section#getApp p{
  margin: 0;
  font-size: 26px;
  line-height: 1;
  font-weight: 300;
}
.no-padding{padding: 0;}
section#getApp header {
  color: #ffffff;
}
section#getApp header h1:after {
  background: #ffffff;
}
section#getApp .platforms .media {
  border: 2px solid #ffffff;
  color: #ffffff;
}
section#getApp .platforms .media a i {
  color: #ffffff;
}
section#getApp .platforms .media a div.media-body {
  color: #ffffff;
}
section#getApp .platforms .media:hover {
  background: #ffffff;
}
section#getApp .platforms .media:hover a i,
section#getApp .platforms .media:hover a div.media-body {
  color: #66cdcc;
}
/* support section */
section#support header h1:after {
  background: #66cdcc;
}
section#support .media i.fa {
  border: 2px solid #66cdcc;
  color: #66cdcc;
}
section#support .media a {
  color: #66cdcc;
}
section#support .media:hover i.fa {
  color: #ffffff;
  background: #66cdcc;
}
section#support .media:hover h3 {
  color: #66cdcc;
}
/* footer section */
footer {
  background: #66cdcc;
  /* Old browsers */
  background: -moz-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #66cdcc), color-stop(100%, #336799));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* IE10+ */
  background: linear-gradient(-45deg, #66cdcc 0%, #336799 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#66cdcc, endColorstr=#336799, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.social a {
  /*border: 2px solid #ffffff;*/
}
.social a i {
  color: #ffffff;
}
.social a:hover {
  background: #ffffff;
}
.social a:hover i {
  color: #66cdcc;
}
footer .rights {
  color: #ffffff;
}
footer .rights a {
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
}
.navbar-toggle {
  background-color: #CCC;
  border: 1px solid rgba(0, 0, 0, 0);
  position: relative;
  z-index: 1000;
  background: #cbe71c;
  color: #000;
}
.btn.btn-primary {
  color: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-primary.inverse {
  color: #ffffff;
  border-color: #ffffff;
}
.btn.btn-primary.inverse:hover {
  color: #ffffff;
  background: #66cdcc;
  border-color: #66cdcc;
}
.btn.btn-default {
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #cccccc));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* IE10+ */
  background: linear-gradient(180deg, #ffffff 0%, #cccccc 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc, GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  color: #336799;
}
.btn.btn-default:hover {
  color: #336799;
}
form .form-control:focus {
  border-color: #66cdcc;
  color: #999999;
}
h1 span{color: #66cdcc;font-size: 24px;display: block;}
@media screen and (max-width: 640px) {
  header .navbar-default .navbar-toggle:hover,
  header .navbar-default .navbar-toggle:focus {
    background: none;
  }
  .tp-banner-container{padding-bottom: 20px;}
  .container.main-banner .btn.btn-lg{width: calc(100% - 24px);}
  header .navbar-default ul.navbar-nav li a {
    color: #ffffff;
    border-bottom: 1px solid #376fa4;
  }
  header .navbar-default ul.navbar-nav li a.getApp {
    color: #ffffff;
  }
  header .navbar-default ul.navbar-nav li a:after {
    display: none;
  }
  header .navbar-default ul.navbar-nav li a:hover {
    color: #66cdcc;
  }
  header .navbar-default .navbar-collapse {
    background: #336799;
  }
  header .navbar-default.scrolled {
    background: #336799; 
  }
  header .navbar-default.scrolled ul.navbar-nav li a {
    color: #ffffff !important;
  }
  header .navbar-default.scrolled ul.navbar-nav li a:hover {
    color: #66cdcc;
  }
  header .navbar-default.active{
    height: 100vh;
    background: rgba(0,0,0,.7);
  }
  header .navbar-default.scrolled.active .navbar-brand, header .navbar-default.active .navbar-collapse{
    background:inherit; 
  }
  header .active .navbar-header .fa-phone{display: none;}
  header .navbar-default.active ul.navbar-nav li a, header .navbar-default.active ul.navbar-nav{border-bottom: none;}
  header .navbar-default.active ul.navbar-nav{border-top: none;}
  header .navbar-default.active .navbar-toggle{border: none;}
  header .navbar-default.active .navbar-collapse::before{}
  header .navbar-default.active ul.navbar-nav li a{font-size: 18px;margin-top: 4vh;}
  #getApp.old .hidden-md .img-responsive.center-block {max-height: 230px;}
  #getApp.old  h4{
    width: 160px;
    margin: 0 auto;
    font-size: 22px;
  }
  section#getApp.old {padding: 0px 0 10px;}
}
.pre-loader {
  background: #336799;
}
.discount {
    font-family: "Lato", sans-serif;
    margin-bottom: 69px;
}

.discount__title {
    margin-bottom: 25px;
}

@media (max-width: 767px) {
    .discount__title {
        text-align: center;
    }
}

.discount__sub-title {
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .discount__sub-title {
        text-align: center;
    }
}

.discount__quiz {
    -webkit-box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
    min-height: 350px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: none;
}

.discount__quiz.qwz-1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media (max-width: 991px) {
    .discount__quiz {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
     .media > a.pull-right{float: left !important;margin-right: 10px;}
     .media.text-right{text-align: left !important; }
     section#getApp.old .border-bottom-1:first-of-type{margin-top: 0%;}
}

.discount__quiz .bt_yell {
    color: #000000;
    font-weight: bold;
    font-size: 16px;
    padding: 9px 38px;
    white-space: nowrap;
}

@media (max-width: 767px) {
    .discount__quiz {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

.discount__questions {
    padding: 30px;
    max-width: 634px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

@media (max-width: 991px) {
    .discount__questions {
        max-width: 100%;
        width: 100%;
    }
}

.discount__result {
    padding: 30px 28px 40px 48px;
    /*background: #FFFBE1;*/
    max-width: 486px;
}

@media (max-width: 767px) {
    .discount__result {
        padding: 14px 12px 14px 12px;
    }
}

@media (max-width: 991px) {
    .discount__result {
        max-width: 100%;
    }
}

.discount__result-total {
    font-size: 14px;
    margin-bottom: 19px;
    display: none;
}

.discount__result-total span {
    padding-left: 173px;
}

.discount__result-discount {
    font-weight: 300;
    font-size: 16px;
    margin-bottom: 17px;
    display: none;
}

.discount__result-discount span {
    padding-left: 158px;
}

.discount__result-discount-price {
    /*padding-top: 13px;*/
    margin-bottom: 33px;
    font-size: 24px;
    /*border-top: 1px solid rgba(0, 0, 0, 0.15);*/
    width: 100%;
}

.discount__result-discount-price span {
    padding-left: 21px;
}

.discount__result-text {
    margin-bottom: 33px;
    font-weight: 300;
    font-size: 14px;
    line-height: 130%;
}

@media (max-width: 500px) {
    .discount__questions-number {
        display: none;
    }
}

.discount__questions-number .item {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 17px;
    width: 41px;
    height: 41px;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.4);
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300;
    font-size: 16px;
}

.discount__questions-number .item:nth-child(1):after, .discount__questions-number .item:nth-child(2):after {
    content: '';
    position: absolute;
    width: 1px;
    height: 17px;
    background: rgba(0, 0, 0, 0.4);
    bottom: -18px;
}

.discount__questions-number .active {
    background: #5ab4c0;
    color: #fff;
}

.vop {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    padding-left: 30px;
    width: 100%;
}

@media (max-width: 500px) {
    .vop {
        padding-left: 0;
    }
}

.vop .ui:after {
    content: '';
    position: absolute;
    width: -webkit-calc(100% + 40px);
    width: calc(100% + 40px);
    background: #DBD9CC;
    height: 3px;
    top: -1px;
    z-index: 2;
    left: -20px;
}

.vop .ui_outer {
    max-width: 350px;
    position: relative;
    padding-left: 25px;
    padding-right: 33px;
}

.vop .ui_outer:after {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #225191;
    top: -6px;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    z-index: 3;
    border-radius: 50%;
}

.vop .ui_outer:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    background: #225191;
    top: -6px;
    z-index: 3;
    right: 0;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.vop .inputs, .vop .ui_outer {
    margin-top: 60px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.vop .inputs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@media (max-width: 1200px) {
    .vop .inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    header .main-banner{
      background-position-x: calc(100%);
      background-position-y: 229px;
      background-size: 43vw;
    }

}

.vop .inputs select {
    background: #FFFFFF;
    border: 1px solid #707070;
    padding: 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    padding-right: 50px;
    max-width: 220px;
}

.vop .inputs .input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 1200px) {
    .vop .inputs .input {
        margin-bottom: 10px;
    }
}
@media (max-width: 767px) {
    .vop .inputs .input {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-align-items: flex-start;
        align-items: flex-start;
        justify-content: flex-start;
        margin-right: 0;
        width: 100%;
    }
    .vop .inputs select{
      margin-top: 10px;
    }
    .vop .inputs .input input{
      width: 100% !important;
      max-width: 100% !important;
      margin-top: 5px !important;
    }
    .vop .inputs .input span br{
      display: none;
    }
    .vop form input[type="tel"]{
      padding: 5px 10px !important;
      margin-bottom: 10px !important;
      margin-right: 0 !important;
      max-width: 100% !important;
    }
    .vop form p, .vop form span{
      display: block;
      width: 100%;
    }
    header .main-banner p, header .main-banner h4{font-size: 2.6vh;padding-left: 6vw;}
    header .main-banner p{margin-bottom: 15px;}
}

.vop .inputs .input:first-child {
    margin-right: 20px;
}

.vop .inputs .input span {
    font-weight: 300;
    margin-right: 15px;
    font-size: 14px;
}

.vop .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 350px;
}
.navbar-toggle{padding: 9px 12px;}
@media (max-width: 500px) {
  /*  .vop .buttons {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }*/
}

.vop .buttons a {
    max-width: 194px;
    width: 100%;
    display: block;
}


.vop .buttons a.dal {
    padding: 12px;
    text-align: center;
    padding-right: 35px;
    text-decoration: none !important;
    color: #225191;
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #225191;
    -webkit-border-radius: 0px 36px 36px 0px;
    border-radius: 0px 36px 36px 0px;
}

@media (max-width: 500px) {
    .vop .buttons a.dal {
        text-align: center;
        padding: 12px;
    }
}

.vop .buttons a.naz {
    padding: 12px;
    text-decoration: none !important;
    color: rgba(0, 0, 0, 0.4);
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-border-radius: 36px 0px 0px 36px;
    border-radius: 36px 0px 0px 36px;
    margin-left: -1px;
}

.vop input[type="text"], .discount__result input[type="text"], .discount__result input[type="tel"] {
    max-width: 85px;
    background: #FFFFFF;
    border: 1px solid #707070;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    text-align: center;
    padding: 8px;
}
.discount__result input[type="text"], .discount__result input[type="tel"]{
  max-width: 100%;
}
.vop .vopros-title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media (max-width: 500px) {
    .vop .vopros-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .vop .vopros-title input {
        margin-top: 15px;
        margin-bottom: 20px;
    }
}

.vop .vopros-title span {
    font-size: 24px;
    margin-right: 15px;
}

.vop form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 991px) {
    .vop form {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    header .navbar-default ul.navbar-nav li a{
      font-size: 12px;
      padding: 4px 10px;
    }
}

.vop form p {
    margin: 0;
}

.ajax-loader {
    display: none !important;
}

.vop form input[type="tel"] {
    max-width: 207px;
    margin-right: 15px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.4);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    text-align: left;
    min-height: 43px;
    padding: 5px 10px;
}

@media (max-width: 991px) {
    .vop form input[type="text"] {
        margin-bottom: 10px;
    }
}
.wpcf7-not-valid-tip, .wpcf7-validation-errors{
  display: none !important;
}
.wpcf7-not-valid{
  border-color: red !important;
}
#minCost_fr, #ugl_fr, #trb_fr, #lst_fr, #plnt_fr, #itog_fr, #itog_skid_fr, #proiz_fr{
  display: none;
}
.qwz-5 .vop {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.qwz-5 .vop .sub {
    margin-top: 15px;
    margin-bottom: 30px;
    font-size: 18px;
}

.ui-widget.ui-widget-content {
    background: #DBD9CC;
    border: none;
    height: 2px;
}

body .ui-state-default, body .ui-widget-content .ui-state-default, body .ui-widget-header .ui-state-default, body .ui-button, html body .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  cursor: pointer;
    width: 25px;
    margin-top: -8px;
    height: 25px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    z-index: 5;
    background: #5ab4c0;
    border: 3px solid #fff;
}

body .ui-state-default:after, body .ui-widget-content .ui-state-default:after, body .ui-widget-header .ui-state-default:after, body .ui-button:after, html body .ui-button.ui-state-disabled:hover:after, html .ui-button.ui-state-disabled:active:after {
    content: '';
    position: absolute;
    top: -4px;
    bottom: -4px;
    left: -4px;
    right: -4px;
    border: 1px solid #000;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.discount__quiz .bt_yell {
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 9px;
    white-space: nowrap;
    margin-left: 15px;
    display: inline;
    cursor: pointer;
}
.discount__quiz .bt_yell:hover{opacity: .8;}
.bt_yell {
    color: #292929;
    background: #5ab4c0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    border: 1px solid #5ab4c0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 23px;
    border-radius: 23px;
    padding: 8px 21px;
    text-align: center;
}

@media (max-width: 1200px) {
    .discount__quiz .bt_yell{
      font-size: 14px;
    }
}
@media screen and (min-device-width: 769px) and (max-width: 1199px) {
    .navbar.navbar-default.navbar-fixed-top.scrolled .pt-12{
      padding-top: 0;
      padding-bottom: 12px; 
    }
}
@media (max-width: 991px) {
    .vopros-1.vop{
      min-height: 235px;
    }
    .teplovizor .hidden-lg img.img-responsive.center-block{margin-top: 35px;}
    section#getApp p, section#getApp h4{text-align: center;text-align: center;font-size: 20px !important;}
    section#getApp.teplovizor, section#getApp.instrument{padding-top: 45px;}
    .teplovizor h4{margin-bottom: 5px;}
    section#getApp .border-bottom-1{padding-bottom: 15px;margin-bottom: 5px;}
    section#getApp.instrument img{max-height: 245px; margin-left: auto;margin-right: auto;margin-bottom: 35px;}
    section#getApp.instrument .no-padding ~ img{margin-top: 15px;}
}

@media (max-width: 767px) {
  .section-heading{
    margin: 20px 0 20px;
  }
  .discount__questions{
    padding: 10px 30px;
  }
  .vop .inputs, .vop .ui_outer{
    margin-top: 30px;
  }
  .section-heading h1{
    font-size: 6vw;
  }
  #about .about-item h3{
    height: 75px;
  }
  header .main-banner{background: none;padding-top: 125px;}
  /*header .main-banner img{max-height: 25vh;}*/

}
@media (min-width: 641px){
  .hidden-contact{display: none;}
}
@media (max-width: 640px) {
 .hidden-rxs{
  display: none;
 }
 .button-xs-header{
   width: auto;
   padding-top: 13px;
   position: absolute;
   right: 114px;
   top: 9px;
 } 
 .navbar-fixed-top.scrolled .button-xs-header{top: 0;right: 100px;}
 .button-xs-header i{margin: 0 !important;}
 header .main-banner{padding-top: 90px;}
 header .navbar-default .navbar-brand img{height: 45px !important; width: auto;max-height: 45px !important;}
 .hidden-contact p{font-size: 20px !important; margin-bottom: 0 !important;}
 header .main-banner img{margin-top: 0;}
 #up{  width: 50px;  height: 50px;  background-size: contain; }
}
@media  (max-width: 536px) {
    .navbar.navbar-default.navbar-fixed-top.scrolled .pt-12{
      padding-top: 0;
      padding-bottom: 12px; 
    } 
 .section-heading h1{
    font-size: 10vw;
  }
}
@media (min-width: 501px) {
 .d-sm-block{display: block !important;}
 .d-sm-none{display: none !important;} 
}
@media (max-width: 500px) {
   .vopros-1.vop{height: auto;}
   .vop .buttons a {
        margin-bottom: 10px;
    }
    .vop .buttons{
      margin-top: 30px;
    }
    .discount__result .callback{
      width: 100% !important;
    }
    .discount__result .bt_yell.cons_show{
      margin: 10px auto;
      display: block;
      max-width: 66%;
    }
    section#about .about-item i{padding: 0;}
    

}
@media (max-width: 375px){
  header .navbar-default .navbar-brand img {
    height: auto !important;
    width: 100% !important;
    max-height: auto !important;
  }
}