/**
 * RBL Style Theme.
 *
 */

 html, body {
  font-family: 'Droid Sans', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 21px;
  -webkit-font-smoothing: antialiased;
}
body {
  background: #f9f9f9;
  background-size: 100%;
  background-position: 0 0;
  background-attachment: fixed;
}
body .bold {
  font-family: 'Droid Sans';
  font-weight: 700;
}
.container {
  /*background: #fff;*/
}

*::selection {
  color: #fff; 
  background: #23b770;
}
hr {
  margin-top: 29px;
  margin-bottom: 50px;
  border: 0;
  border-top: 2px solid rgba(85, 85, 120, 0.2);
}
a {
  color: #24243b;
  text-decoration: none;
}
a:hover {
  text-decoration: none !important;
} 
a:focus {
  outline: 0px auto -webkit-focus-ring-color;
  outline-offset: 0px;
}
.h1, .h2, h1, h2 {
  color: #545477;
  line-height: initial;
  font-weight: 700;
  margin-top: 35px;
  margin-bottom: 30px;
}
.h3, .h4, .h5, h3, h4, h5 {
  color: #545477;
  line-height: 1;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}
p.text-justify {
  text-align: justify;
}
h2.nomargin {
  margin-top: 0;
  margin-bottom: 5px;
}
.navbar {
  min-height: 70px;
}

.btn {
  padding: 4px 15px 4px 15px;
  border: 2px solid transparent;
  color: #fff;
  margin: 3px;
  border-radius: 4px;
}
.btn-link {
  color: #24243b;
}
.btn-link:hover, .btn-link:focus {
  color: #8c0008;
  text-decoration: underline;
  background-color: transparent;
}
.btn-default {
  color: #65666a !important;
  background-color: transparent;
  border: 2px solid #cccccc;
}
.btn-primary {
  color: #ffffff;
  background-color: #545477;
  border: 2px solid #545477;
}
.btn-primary a {
  color: #65666a;
}
.btn-primary.active:hover {
  background-color: #8c0008;
  border: 2px solid;
  border-color: #8c0008;
}
.btn-primary a:focus, .btn-primary a:hover {
  color: #fff !important;
  text-decoration: none;
}
.btn-primary[disabled]:hover {
  background-color: #4b4b4e;
  border: 2px solid #4b4b4e;
}
.btn-info {
  color: #fff;
  background-color: #24243b;
}
.btn-info:hover, .btn-info:hover:focus, .btn-info:hover:active{
  background-color: #8c0008;
  border-color: #4e2444;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary, .btn-primary:active:hover {
  background-color: #00a254;
  border: 2px solid;
  border-color: #00a254;

}
li a button.btn-primary:hover {
  color: #00a254;
}

.btn-primary:focus {
  color: #fff !important;
  background-color: #00753d !important;
  border: 2px solid #00753d !important;
}
.nav .btn-primary {
  background-color: transparent;
}
.nav a.small {
  font-size: 80%;
  margin-top: -5px;
  padding-top: 0;
  padding-bottom: 0;
}
#start .nav>li>.btn-primary:focus,
#start .nav>li>.btn-primary:hover {
  background: #fff;
  border-color: #fff;
  color: #00a254;
}
#scroll .nav>li>.btn-primary:focus,
#scroll .nav>li>.btn-primary:hover {
  background: #555578;
  border-color: #555578;
}
.flexslider .btn .fa,
.fa-button .fa {
  font-size: 17px;
  margin-left: -7px;
  padding-top: 10px;
  line-height: 1px;
  position: absolute;
}
.flexslider .btn span,
.fa-button span
{
  padding-left: 14px;
}

.flex-direction-nav li a {
  text-indent: 500px;
}
.flexslider .flex-direction-nav .flex-prev {
  background-image: url(../img/nav_left_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.flexslider .flex-direction-nav .flex-next {
  background-image: url(../img/nav_right_icon.svg);
  background-repeat: no-repeat;
  background-position: center;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  left: -30px;
}
.flexslider:hover .flex-direction-nav .flex-next {
  right: -30px;
}

/* CSS used here will be applied after bootstrap.css */
.dropdown-menu {
  border-radius: 1px;
  font-weight: 300;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.15);
  border: 0;
  border-bottom: 0;
  background: #fff;
  padding: 0;
  text-align: right !important;
}
@media only screen and (max-width : 768px) {

  .mainTab {
    width: 100% !important;
    text-align: center;
    display: block;
  }
  .navbar-nav .open .dropdown-menu > li > a, 
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 15px 60px 0px 60px;
    white-space: inherit;
  }
  .nav .dropdown-menu a.active::after {
   content: '';
   display: block;
   width: 21px;
   height: 2px;
   margin-top: 2px;
   right: 60px;
   position: absolute;
 }
 #start .nav .dropdown-menu a.active::after {
  background-color: #8fecba;
}
#start .nav .dropdown-menu a.active {
  color: #8fecba;
}
#scroll .nav .dropdown-menu a.active::after {
  background-color: #545477;
}
#scroll .nav .dropdown-menu a.active {
  color: #545477;
}

}

.nav > li > a {
 padding-top: 5px;
 padding-bottom: 5px;
 text-align: right;
}
.navbar {
  margin-bottom: 0;
  border: 0px;
}

.nav li a.phone {
  font-weight: 700;
  cursor: pointer;
}
.navbar .container {
  background: transparent;
}

.navbar-header,
.navbar-header a {
  color: #fff;
}
.nav .fa-star {
  font-size: 9px;
  line-height: 52px;
}

.container>.topnavbar {
 height: 35px !important;
 margin-top: 15px;
}
.nav {
  color: #24243b;
}

.nav a,
.nav button {
  color: #545477;
}
.nav button {
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: -8px;
}
.nav a:focus, .nav a:hover {
  text-decoration: none;
}

.nav .open>a, .nav .open>a:focus, .nav .open>a:hover { 
  background: transparent !important;
}

a:focus, a:hover {
  color: #00a254;
  text-decoration: underline;
}

.nav>li>a:focus, .nav>li>a:hover {
  background: transparent !important;
}


/* Flexslider */
.flexslider {
  border-radius: 0;
  margin: 0 0 60px;
  background: transparent;
  border: 0;
}
#production_slider .image {
  border-radius: 50%;
  overflow: hidden;
}
#mainslider.flexslider li {
  position: relative;
}
#mainslider.flexslider li .slide_text {
  color: #fff;
  text-align: center;
}
#mainslider.flexslider li .slide_text a {
  color: #fff;
}
#mainslider.flexslider li .slide_title {

}

#mainslider.flexslider .flex-control-paging li a:hover {
 background:  #00a254 !important;
}
.flex-control-nav {
  bottom: -30px;
}
img.img-responsive {
  max-width: 100%;
  display: initial;
}
#technologies img.img-responsive {
  width: 80%;
  margin: 0 auto;
  display: initial;
}
#technologies img.img-responsive.r100 {
  width: 100%;
}
.gmap {
  height: 500px;
}
.beer_label img.img-responsive {
  width: 100%;
}
.flex-control-paging li a.flex-active {
  background: #555578 !important;
  cursor: default !important;
}
.flex-control-paging li a {
  background: #c4c4c4 !important;
  width: 8px !important;
  height: 8px !important;
  display: block !important;
  border: 0 !important;
  cursor: pointer !important;
  box-shadow: none !important;
} 
.color {
  color: #555578;
}
.light {
  color: #b2b2b2;
}
.fb-like span {
  vertical-align: middle !important;
}
ul.text-justify {
  margin: 0;
  text-align: left;
  padding-left: 20px;
}
ul.text-justify li {
  list-style-type: none;
  text-indent: -18px;
}
.lng-ru #specification ul.text-justify li {
  margin-top: 1px;
}
.lng-en #specification ul.text-justify li {
  margin-top: 5px;
}
ul.text-justify li:before {
  color: #6f6f9f;
  content: "• ";
  padding-right: 3px;
  font-size: 21px;
  line-height: 0;
}
.overlaybutton {
  position: absolute;
  right: 10px;
  top: 10px;
  background: rgb(255, 255, 255) !important;
  opacity: 1;
  width: 1em;
  border-radius: 50%;
  font-size: 25px;
  color: rgba(0, 0, 0, 0.5);
}
#footer  {
  font-size: 14px;
  color: #e9e9f4;
  background-color: #545477;
  text-shadow: 0px 2px 0px rgba(60, 60, 95, 0.2);
  line-height: 1.5;
}
#footer a {
  color: #e9e9f4;
  text-shadow: 0px 2px 0px rgba(60, 60, 95, 0.2);
  line-height: 1.5;
}
#footer .phone,
#footer .phone_mobile {
  font-size: 25px;
  font-weight: 700;
}
#footer .col-xs-12 {
  padding-top: 15px;
}
.footer_logo img {
  width: 100px;
}
.alert {
  padding: 11px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 0px;
}
.alert-success {
  background-color: #00a254;
  border-color: rgba(255, 255, 255, 0.18);
  color: #ffffff;
}
.alert-success span {
  background: #545477;
  padding: 4px;
  margin: 5px;
}
.modal-footer {
  padding: 15px;
  text-align: center;
}
.modal-image img {
  width: 100%;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0;
}
.text-cenetr {
  text-align: center !important;
}
.text-contacts {
  text-align: center;
/*  width: 100%;
  bottom: 0;
  margin-left: -15px; */
}
.social_links,
.footer_logo,
.phone {
  line-height: 80px;
}
#footer .posrel {
  height: 180px;
}
.posrel {
  position: relative;
  overflow: hidden;
}
.posabs {
  position: absolute;
}
.social_links i.fa {
  border-radius: 50%;
  border: 1px solid;
  width: 26px;
  height: 26px;
  padding-top: 5px;
  margin: 0 2px;
  background: #e9e9f4;
  color: #545477;
}
.social_links_mobile i.fa {
  border-radius: 50%;
  border: 2px solid;
  width: 35px;
  height: 35px;
  padding-top: 4px;
  margin: 0 8px;
  font-size: 24px;
}
.social_links_mobile {
  padding-bottom: 5px;
}

.form-control:focus {
  border-color: rgba(202, 67, 53, 0.48);
  outline: 0;
  -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,.075), 0 0 8px rgba(233, 102, 102, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0px #ce8483 !important;
}
.form-control,
textarea,
.resizable-textarea textarea
.input-group-addon,
.panel-heading,
.panel,
.badge,
.tabs-left>.nav-tabs>li>a,
.tabs-left>.tab-content, .tabs-right>.tab-content,
.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span,
.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
  border-radius: 1px !important;
}
.clk_rotated {
 -webkit-transition-duration: 0.5s;
 -moz-transition-duration: 0.5s;
 -o-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-property: -webkit-transform;
 -moz-transition-property: -moz-transform;
 -o-transition-property: -o-transform;
 transition-property: transform;
 color: #24243b;
 font-size: 24px;
}
.modal-header .close {
  margin-top: 2px;
  border: 1px solid rgba(84, 84, 119, 0.32);
  border-radius: 50%;
  width: 31px;
  height: 31px;
  color: #ffffff;
  background: rgba(84, 84, 119, 0.85);
  opacity: 1;
  padding-top: 2px;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  /* -webkit-transition: linear 0.2s; */
  -moz-transition: linear 0.2s;
  -o-transition: linear 0.2s;
}
.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  text-shadow: 0 1px 0 #29295d;
  opacity: 0.2;
  filter: alpha(opacity=20);
}
.alert-dismissable .close, .alert-dismissible .close {
  position: relative;
  top: -7px;
  right: -3px;
  color: inherit;
}
.modal-backdrop {
  background-color: rgba(255, 255, 255, 0.80);
}
.modal-backdrop.in {
  opacity: 1;
}

.modal.fade .modal-dialog {
  -webkit-transform: translate(1,1);
  -ms-transform: translate(1,1);
  -o-transform: translate(1,1);
  transform: translate(1,1);

  transform: scale(0);
  transform-origin: middle center;
  transition: transform 0.2s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0,0);
  -ms-transform: translate(0,0);
  -o-transform: translate(0,0);
  transform: translate(0,0);

  transform: scale(1);
  transform-origin: middle center;
  transition: transform 0.2s ease-out;
}
.modal-content {
  -webkit-box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.1);
  border-radius: 0;
  border: 0px;
}

#nav-icon {
  /*width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon {
  border: 0px solid #bfbcbc;
  margin-top: 30px;
  position: relative !important;
  padding: 10px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0px;
}
#nav-icon span {
  display: block;
  z-index: 1;
  position: absolute;
  width: 35%;
  background: rgb(160, 142, 142);
  border-radius: 0px !important;
  opacity: 1;
  border: 0px !important;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  left: 32%;
}
.navbar-toggle {
  padding: 0 9px;
}



#nav-icon3 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  width: 100%;
  background: #d3531a;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon span:nth-child(1) {
  top: 0px;
}

#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
  top: 10px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100vh;
}
/* Icon 3 */

.btn, a, li {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #545477;
  background-color: #f3f3f3;
  background-image: none;
  border: 0px solid #cccccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.modal-header {
  border-bottom: 0px;
}

.modal-footer {
  border-top: 0px;
}
.captcha {
  margin-top: 20px;
}
.image img,
.youtube iframe {
  box-shadow:0px 12px 100px rgba(129,129, 152, 0.35);
  margin-bottom: 30px;
  margin-top: 30px;
}
.flexslider .image img {
  box-shadow: 0px 0px 0px;
  margin-bottom: 0;
  margin-top: 0;
}
.production_slider .image {
  border-radius: 50%;
  overflow: hidden;
}
#universal_reports img.img-responsive,
.panel {
 margin-bottom: 30px;
 margin-top: 30px;
}
.panel-body {
  display: table;
  height: 170px;
  width: 100%;
}
.purple {
  color: #545477;
}
.innertext {
  display: table-cell;
  vertical-align: middle;
}
.innertext h3 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.container.block {
  padding-top: 60px;
  padding-bottom: 60px;
}
.first.container.block {
    padding-top: 0px;
    padding-bottom: 0px;
}
.grey {
  background-color: #f8f8f8;
}
.green {
  background-color: #02a354;
  color: #fff;
}
iframe {
  border: 0;
  height: calc(0vw + 20em);
}
#device .col-sm-6 {
  padding-top: 6px;
}
.navbar-brand img {
  width: 90px;
}
#advantages {
  margin-top: -180px;
}

/* navbar animation*/

/* navbar start*/
.navbar#start {
  /*background-color: #00a254;*/
}
#start .nav a,
#start .nav button {
  /*color: #fff;*/
  color: #fff;
}
#scroll .nav a,
#scroll .nav button {
  /*color: #fff;*/
  color: #545477;
}
#start button.btn-primary {
  border: 2px solid #ffffff;
}

/* navbar scroll*/

.navbar#scroll {
  background-color: #fff;
  -moz-box-shadow:0 2px 2px rgba(85, 85, 120, 0.2);
  -webkit-box-shadow:0 2px 2px rgba(85, 85, 120, 0.2);
  box-shadow:0 2px 2px rgba(85, 85, 120, 0.2);
}
.navbar  {
 /* Firefox */
 -moz-transition: all 0.2s ease-in;
 /* WebKit */
 -webkit-transition: all 0.2s ease-in;
 /* Opera */
 -o-transition: all 0.2s ease-in;
 /* Standard */
 transition: all 0.2s ease-in;
}
/* navbar animation*/

/* logo animation*/
#scroll svg.sap-logo path.violet {fill:#545478;}
#scroll svg.sap-logo path {fill:#fff;}
#scroll svg.sap-logo path.green {fill:#11a555;}
#scroll svg.sap-logo path  {fill:#545478;}
#scroll svg.sap-logo path.opacity {opacity:1.0;}

#start svg.sap-logo path.violet {fill:#fff;}
#start svg.sap-logo path {fill:#fff;}
#start svg.sap-logo path.green {fill:#fff;}
#start svg.sap-logo path.opacity {opacity:0.6;}

/* logo animation*/

/* navbar */

#nav-icon {
  /*width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;*/
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
#nav-icon {
  border: 0px solid #bfbcbc;
  margin-top: 35px;
  position: relative !important;
  padding: 10px;
}
.navbar-toggle .icon-bar + .icon-bar {
  margin-top: 0px;
}
#nav-icon span {
  display: block;
  z-index: 1;
  position: absolute;
  background: rgb(85, 85, 120);
  border-radius: 0px !important;
  opacity: 1;
  border: 0px !important;
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  left: 23px;
}
.navbar-toggle {
  padding: 0 9px;
}



#nav-icon3 {
  width: 60px;
  height: 45px;
  position: relative;
  margin: 50px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

#nav-icon3 span {
  display: block;
  position: absolute;
  width: 100%;
  background: #d3531a;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

/* Icon 3 */

#nav-icon span:nth-child(1) {
  top: 4px;
}

#nav-icon span:nth-child(2), #nav-icon span:nth-child(3) {
  top: 12px;
}

#nav-icon span:nth-child(4) {
  top: 20px;
}

#nav-icon.open span:nth-child(1) {
  top: 10px;
  width: 0%;
  left: 50%;
}

#nav-icon.open span:nth-child(4) {
  top: 10px;
  width: 0%;
  left: 50%;
}
#nav-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#nav-icon .shape {
  -moz-box-shadow: 0 3px 0 rgba(85, 85, 120, 0.5);
  -webkit-box-shadow: 0 3px 0 rgba(85, 85, 120, 0.5);
  box-shadow: 0 3px 0 rgba(85, 85, 120, 0.5);
  -moz-transform: perspective(5em) translate3d(0, 0, 0);
  -ms-transform: perspective(5em) translate3d(0, 0, 0);
  -webkit-transform: perspective(5em) translate3d(0, 0, 0);
  transform: perspective(5em) translate3d(0, 0, 0);
  border: 1px solid rgba(111, 88, 88, 0.05);
  width: 50px !important;
  height: 50px;
  border-radius: 50% !important;
  z-index: 0 !important;
  margin-top: -22px;
  background-color: #ffffff;
}
.shownav {
  background: rgba(0, 162, 84, 1);
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
  max-height: 100vh;
}
/* Icon 3 */


#first_slide span {
  opacity: 0;
}
.clouds {
  background-image: url(../img/clouds.svg);
  background-repeat: no-repeat;
  height: 10vw;
  width: 100%;
  background-position: bottom center;
  position: absolute;
  bottom: -5px;
}
h1.sap-block {
  margin: 0;
  line-height: 0;
}

#try_us_app .form-control {
  color: #555578;
  background-color: #dfdfeb;}

  #advantages img.img-responsive{
    max-width: 80%;
  }
  #darker {
    color: #b5b5d2;
  }
  .panel {
    background-color: #ffffff;
    border: 0px solid transparent;
    border-radius: 0px;
    -webkit-box-shadow: 0px 12px 100px rgba(129,129, 152, 0.35);
    box-shadow: 0px 12px 100px rgba(129,129, 152, 0.35);
    height: 300px;
    position: relative;
  }
  .panel-primary > .panel-heading {
    color: #ffffff;
    background-color: #555578;
    border-color: #555578;
  }
  .panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #dddddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .panel-heading .title {
    color: #fff;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .pswp__bg {
    background: #00a254;
  }
  .image-gallery .img-thumbnail {
    padding: 0;
    line-height: 1.42857143;
    background-color: transparent;
    border: 0;
    border-radius: 0;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
    box-shadow: 0px 12px 100px rgba(129,129, 152, 0.35);
  }
  #calltoaction {
    text-align: center;
  }
  .flexslider #first_slide h1 {
    color: #befce0;
  }
  #mainslider {
    position: relative;
  }
  #reportsslider .flex-control-nav {
    bottom: -40px;
  }
  .pswp__ui--fit .pswp__top-bar, .pswp__ui--fit .pswp__caption {
    background-color: rgba(0, 162, 84, 0.3);
  }
  .pswp__caption__center {
    color: #fff;
    text-align: center;
  }
  .pswp__caption small {
    color: #fff;
  }
  .fdimage {
    text-align: center;
  }
  .flexslider .slide_title .line {
    height: 3px;
    width: 40px;
    background: white;
    left: 50%;
    position: relative;
    margin-left: -20px;
  }


  @media only screen and (min-width : 180px) {
    #products img.img-responsive {
  display: initial;
    height: 270px;
    width: auto !important;
    max-width: initial;
}
    .navbar-toggle .icon-bar {
      width: 22px;
      height: 3px;
      border-radius: 1px;
    }
  }
  @media only screen and (min-width : 320px) {
    #partners_slider.flexslider .slides img {
      width: 100%;
    }
    #message .alert {
      width: 100%;
      margin: 0 auto;
    }
    .fdimage img.img-responsive {
      width: 60%;
    }
    .fdimage {
      padding-top: 70px;
    }
    #mainslider .slide_byline {
     min-height:60px;
   }
   #calltoaction .form-control {
    width: 200px;
    border-radius: 3px!important;
    padding: 25px 5px;
    display: block;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .clouds {
    background-size: 130%;
  }

  #calltoaction button {
    width: 200px;
    border-radius: 3px !important;
    padding: 15px 20px;
    margin: 0 auto;
    border: 0 !important;
    display: block;
  }
  .flexslider h1 {
    margin: 30px auto;
    width: 80%;
    text-align: center;
    color: #fff;
    font-size: 6vw;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0px;
  }

  #mainslider.flexslider {
    color: #fff;
    border: 0px;
    background: rgba(0, 162, 84, 1);
    box-shadow: none;
    padding-top: calc(8vh);
  }
  #mainslider.flexslider {
    height: 100%;
    min-height: 400px;
    background-image: url(../img/sider01.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .sap-block svg {
    width: 120px;
    height: 50px;
  }

  .navbar-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
  }
  .navbar-nav>li>a {
    font-size: 20px;
    margin: 0 30px;
    text-align: right;
  }
  .nav .btn {
    font-size: 20px;
    margin-right: 0;
  }
  .navbar-nav > li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .navbar-brand {
    padding: 24px 0px;
    margin: 0 auto;
    float: none;
    text-align: center;
    margin-left: 20%;
  }
  .h1, h1, .h2 h2 {
    letter-spacing: 0px;
  }
}
@media only screen and (orientation: landscape) { 
  #mainslider.flexslider {
    height: 100vh;
  }
}
@media only screen and (min-width : 480px) {
  .flexslider h1 {
    font-size: 19px;
  }

}

@media only screen and (max-width : 768px) {
 #device .visible-xs {
  margin: 0;
  padding: 0;
  margin-top: -60px;
}
#device h2 {
  margin-top: -10px;
}
}

@media only screen and (min-width : 768px) {
  .lng-ru #specification .img-responsive {
    padding-top: 130px;
  }
  .lng-en #specification .img-responsive {
    padding-top: 95px;
  }
  .tech_item {
    padding-top: 35px;
  }
  #technologies h3 {
    margin-top: 0;
  }
  .dropdown-menu {
    border-top-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
    border-bottom-right-radius: 5px !important;
  }
  .dropdown  a {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  #message .alert {
    width: 600px;
    margin: 0 auto;
  }
  .fdimage img.img-responsive {
    width: 30vw;
  }
  .fdimage {
    padding-top: 0;
  }
  .nav > li > a {
    padding: 4px 5px;
  }

  #calltoaction button {
    width: 200px;
    border-radius: 0 3px 3px 0 !important;
    padding: 15px 20px;
    border: 0 !important;
    display: inline;
    margin-left: -4px;
    margin-top: -2px;
  }
  .flexslider h1 {
    margin: 30px auto;
    width: calc(760px - 10vw);
    text-align: center;
    color: #fff;
    font-size: 19px;
    font-weight: normal;
    letter-spacing: 0px;
  }
  #calltoaction .form-control {
    width: 200px;
    border-radius: 3px 0 0 3px !important;
    padding: 25px 5px;
    display: inline;
    text-align: center;
  }
  .clouds {
    background-size: 80%;
  }
  #mainslider.flexslider li .slide_byline h1 {
   font-size: 3vw;
 }
 #mainslider .slide_byline {
   min-height:auto;
 }
 #mainslider.flexslider li .slide_title h1 {
  font-size: 3vw;
}
#mainslider.flexslider {
  color: #fff;
  border: 0px;
  background: #02a354;
  box-shadow: none;
  padding-top: calc(14vw);
  background-image: url(../img/sider01.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(35vw);
  min-height: 300px;
}
.navbar-nav > li {
  padding-top: 8px;
  padding-bottom: 0px;
}
.navbar-nav > li > a {
  margin-top: 20px !important;
}
.dropdown-toggle .navbar-nav li a {
  padding-top: 15px;
  padding-bottom: 15px;

}

.dropdown-menu > li > a:first-child {
  border-radius: 0 !important;
  overflow: hidden;
}
.navbar-nav li a {
  padding-top: 8px;
  padding-bottom: 15px;
}

.navbar-brand {
 padding:18px 15px 0 0;
 margin: auto;
 float: left;
 margin-left: 0;
}
.sap-block svg {
  width: 150px;
  height: 50px;
}
.navbar-top {
  position: relative;

}
.navbar-nav {
  padding-left: 0;
}
.navbar-nav li:first-child a {
  margin-left: 0
}
.navbar-nav li:last-child a {
  margin-right: 0
}
.navbar-nav>li>a {
 font-size: 14px;
 margin: 0px;
}
.nav .btn {
  font-size: 14px;
  margin-right: 0px;
  margin-left: 0px;
}
}
@media only screen and (min-width : 992px) {
  #products img.img-responsive {
    height: 250px;
}
  .h1, h1 {
    font-size: 5vw;
    letter-spacing: -1px;
  }
  .h2, h2 {
    font-size: 31px;
    letter-spacing: -1px;
  }
  #poducts .col-sm-8 .h2,#poducts .col-sm-8 h2 {
    font-size: 26px;
  }
  .h3, h3 {
    font-size: 20px;
    letter-spacing: -0.5px;
  }
  .navbar-nav>li>a {
    font-size: 14px;
    margin: 0px 0px;
  }
  .nav .btn {
    font-size: 16px;
  }
  .navbar-nav {
    padding-left: 0;
  }
  .navbar-nav li:first-child a {
    margin-left: 0
  }
  .navbar-nav li:last-child a {
    margin-right: 0
  }
}
@media only screen and (min-width : 1200px) {
  #partners_slider.flexslider .slides img {
    width: 70%;
  }
  .intro {
    font-size: 18px;
    line-height: 1.5;
  }
  .navbar-nav>li>a {
   font-size: 16px;
   padding-left: 10px;
   padding-right: 10px;
 }

}
#poducts .row {
  padding-top: 15px;
  padding-bottom: 30px;
}
.msg {
  position: absolute;
  top: 0;
  color: #8febb9 !important;
  z-index: 555555;
  background-color: #02a354;
  width: 100%;
  border: 0;
  border-radius: 0;
  padding: 37px 15px;
  margin: 0;
  font-size: 14px;
  color: #fff;
}
.msg .btn {
  padding: 0px 20px 2px;
  border: 2px solid transparent;
  color: #fff;
  margin: 3px;
  border-radius: 4px;
  margin: 0 5px;
}
.msg .btn-primary {
  color: #05ad52;
  background-color: #8fecba;
  border: 2px solid #8fecba;
}
.msg .btn-primary:hover {
  color: #05ac52;
  background-color: #fff;
  border: 2px solid #fff;
}
.msg .fa-language {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 23px;
  /* margin-bottom: 8px; */
  margin-top: -10px;
}
.langbutton {
  font-size: 14px;
  width: 100px;
  margin: 32px 15px !important;
}
.langbutton span {
  display: inline-block;
  vertical-align: top;
}
.langbutton .lngicon {
  width: 23px !important;
}
#start svg path.lang_icon {
  fill:#8fecba;
}
#start svg polygon.lang_polygon {
  fill: #8fecba;
}
#start .nav .langbutton a {
  padding: 3px 0px;
  display: inline-block;
  margin-left: 5px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  background-color: transparent;
}
.deviceimg {
  background-image: url(../img/deviceimg.jpg);
  height: 500px;
  margin-top: -37px;
  /* margin-left: -20%; */
  /* width: 53.33333333%; */
  background-size: contain;
  background-repeat: no-repeat;
}

@media only screen and (max-width : 991px) {
#products .col-sm-6,
#examples .col-sm-6 {
    padding-top: 15px;
    padding-bottom: 30px;
}
}
@media only screen and (min-width : 768px) {
  .nav .open>a, .nav .open>a:focus, .nav .open>a:hover {
    background: rgb(255, 255, 255) !important;
    color: #11a555 !important;
    -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  }
  .navbar-right .dropdown-menu {
    left: 0;
    right: auto;
    text-align: left !important;
  }
  .dropdown-menu > li > a {
    padding: 3px 12px;
  }
  #start .nav a:hover,
  #start .nav button:hover {
    color: #fff;
  }
  #start .nav .dropdown-menu a,
  #start .nav .dropdown-menu button 
  {
    color: #11a555;
  }

  #start .dropdown-menu > li > a:hover, #start .dropdown-menu > li > a:focus {
    background-color: #11a555;
    color: #fff;
  }
  #start .dropdown-menu > li:last-child > a:hover,
  #start .dropdown-menu > li:last-child > a:focus {
    background-color: #11a555;
    color: #fff;
    border-bottom-right-radius: 5px !important;
    border-bottom-left-radius: 5px !important;
  }
  #start .dropdown-menu > li:first-child > a:hover,
  #start .dropdown-menu > li:first-child > a:focus {
    background-color: #11a555;
    color: #fff;
    border-top-right-radius: 5px !important;
  }
  .navbar-nav li ul.dropdown-menu a {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  #start .nav .langbutton a.active {
   color: #8fecba;
 }
 #start .nav .langbutton a:focus, #start .nav .langbutton a:hover {
  color: #8fecba;
}
#start .nav .langbutton a.active.hani::after {
  width: 100%;
  background: #8fecba;
  margin-top: 2px;
}
#start .nav .langbutton a.hani::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin-top: 2px;
  background: #a6a6a6;
  transition: width 0.3s;
}

/**/
#scroll .nav .langbutton a.active {
 color: #545477;
}
#scroll .nav .langbutton a:focus, #scroll .nav .langbutton a:hover {
  color: #545477;
}
#scroll .nav .langbutton a.active.hani::after {
  width: 100%;
  background: #545477;
  margin-top: 2px;
}
#scroll .nav .langbutton a.hani::after {
  content: '';
  display: block;
  width: 0;
  height: 2px;
  margin-top: 2px;
  background: #a6a6a6;
  transition: width 0.3s;
}
#scroll .nav .open>a, #scroll .nav .open>a:focus, #scroll .nav .open>a:hover { 
  background: #545477 !important;
  color: #ffffff !important;
  -webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.15);
}
#scroll .nav .dropdown-menu a, #scroll .nav .dropdown-menu button {
  color: #545477;
}
#scroll .nav .dropdown-menu a:hover, #scroll .dropdown-menu .nav button:hover {
  color: #ffffff !important;
  background-color: #545477 !important;
}
#scroll .dropdown-menu > li:last-child > a:hover,
#scroll .dropdown-menu > li:last-child > a:focus {
  background-color: #545477;
  color: #fff;
  border-bottom-right-radius: 5px !important;
  border-bottom-left-radius: 5px !important;
}
#scroll .dropdown-menu > li:first-child > a:hover,
#scroll .dropdown-menu > li:first-child > a:focus {
  background-color: #545477;
  color: #fff;
  border-top-right-radius: 5px !important;
}

.nav .langbutton a.hani:hover:after {
  width: 100%;
  transition: width 0.3s;
}
}

/**/
#scroll svg path.lang_icon {
  fill:#545477;
}
#scroll svg polygon.lang_polygon {
  fill: #545477;
}
#scroll .nav .langbutton a {
  padding: 3px 0px;
  display: inline-block;
  margin-left: 5px;
}

#production {
  background-image: url(../img/production_bg.jpg);
  background-size: cover;
}
.zoom_controls {
  position: absolute;
  right: 0;
  margin-bottom: -50px;
  z-index: 5;
  padding: 15px;
}
.greeen-circle {
    display: block;
    position: absolute;
    width: calc(100% - 15px);
    z-index: -1;
}
.circle svg {
  width: 90%;
  max-width: 300px;
  max-height: 300px;
}
.greeen-circle svg circle.green {
  fill: #00a254;
}
#products .col-sm-6:hover svg circle.green,
#examples .col-sm-6:hover svg circle.green {
  fill: #545478;
}

.greeen-circle svg path,
.greeen-circle svg circle {
  transition: fill .20s ease;
}
.circle {
    margin-top: 0px;
    margin-left: -15px;
}
#products .container.block,
#examples .container.block {
  padding-top: 0;
  padding-bottom: 60px;
}


.asterisk {
    font-size: 80%;
    line-height: normal;
    padding-bottom: 15px;
    color: #00a254;
}

.price_field {
  min-height: 88px;
}
.price {
    line-height: 1;
    font-weight: 700;
    font-size: 20px;
}
#product-page .price {
    font-weight: 700;
    font-size: 31px;
}
.price_field_1-item .price {
    color: #545477;
}
.price_field_2-item .price {
  color: #00a254;
}
#products .description {
min-height: 70px;
}
.fadeInDownSlow {
  animation: fadeInDownSlowFrames ease .5s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  animation-fill-mode:forwards; /*when the spec is finished*/
  -webkit-animation: fadeInDownSlowFrames ease .5s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -webkit-animation-fill-mode:forwards; /*Chrome 16+, Safari 4+*/ 
  -moz-animation: fadeInDownSlowFrames ease .5s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -moz-animation-fill-mode:forwards; /*FF 5+*/
  -o-animation: fadeInDownSlowFrames ease .5s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -o-animation-fill-mode:forwards; /*Not implemented yet*/
  -ms-animation: fadeInDownSlowFrames ease .5s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%;
  -ms-animation-fill-mode:forwards; /*IE 10+*/
}

@keyframes fadeInDownSlowFrames{
  0% {
    opacity:0;
    transform:  translate(0px,-25px);
  }
  100% {
    opacity:1;
    transform:  translate(0px,0px);
  }
}

@-moz-keyframes fadeInDownSlowFrames{
  0% {
    opacity:0;
    -moz-transform:  translate(0px,-25px);
  }
  100% {
    opacity:1;
    -moz-transform:  translate(0px,0px);
  }
}

@-webkit-keyframes fadeInDownSlowFrames {
  0% {
    opacity:0;
    -webkit-transform:  translate(0px,-25px);
  }
  100% {
    opacity:1;
    -webkit-transform:  translate(0px,0px);
  }
}

@-o-keyframes fadeInDownSlowFrames {
  0% {
    opacity:0;
    -o-transform:  translate(0px,-25px);
  }
  100% {
    opacity:1;
    -o-transform:  translate(0px,0px);
  }
}

@-ms-keyframes fadeInDownSlowFrames {
  0% {
    opacity:0;
    -ms-transform:  translate(0px,-25px);
  }
  100% {
    opacity:1;
    -ms-transform:  translate(0px,0px);
  }
}

