﻿
/* font-family: "RobotoRegular"; */
@font-face {
    font-family: "RobotoRegular";
    src: url("../fonts/RobotoRegular.eot");
    src: url("../fonts/RobotoRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoRegular.woff") format("woff"),
    url("../fonts/RobotoRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoLight"; */
@font-face {
    font-family: "RobotoLight";
    src: url("../fonts/RobotoLight.eot");
    src: url("../fonts/RobotoLight.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoLight.woff") format("woff"),
    url("../fonts/RobotoLight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoMedium"; */
@font-face {
    font-family: "RobotoMedium";
    src: url("../fonts/RobotoMedium/RobotoMedium.eot");
    src: url("../fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoMedium.woff") format("woff"),
    url("../fonts/RobotoMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "RobotoBold"; */
@font-face {
    font-family: "RobotoBold";
    src: url("../fonts/RobotoBold.eot");
    src: url("../fonts/RobotoBold.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RobotoBold.woff") format("woff"),
    url("../fonts/RobotoBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

/* font-family: "RussoOneRegular"; */
@font-face {
    font-family: "RussoOneRegular";
    src: url("../fonts/RussoOneRegular/RussoOneRegular.eot");
    src: url("../fonts/RussoOneRegular/RussoOneRegular.eot?#iefix")format("embedded-opentype"),
    url("../fonts/RussoOneRegular/RussoOneRegular.woff") format("woff"),
    url("../fonts/RussoOneRegular/RussoOneRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

@font-face{font-family:'Arial Bold';src:url('../fonts/Arial-BoldMT.eot?#iefix') format('embedded-opentype'), url('../fonts/Arial-BoldMT.woff') format('woff'), url('../fonts/Arial-BoldMT.ttf') format('truetype'), url('../fonts/Arial-BoldMT.svg#Arial-BoldMT') format('svg');font-weight:normal;font-style:normal;}
@font-face{font-family:'Arial Black';src:url('../fonts/Arial-Black.eot?#iefix') format('embedded-opentype'), url('../fonts/Arial-Black.woff') format('woff'), url('../fonts/Arial-Black.ttf') format('truetype'), url('../fonts/Arial-Black.svg#Arial-Black') format('svg');font-weight:normal;font-style:normal;}



/* --- Basic HTML -----------------------------------------*/

body {
  font: 14px/20px "Arial", "Helvetica Neue", sans-serif;
  color: #222222;
  background: #ffffff;
  position: relative;
}

.wrap{
  width: 100%;
  overflow: hidden;
}

pre,
code {
  font-family: "Courier New", Menlo, Consolas, monospace;
}

ul {
  padding: 0 0 0 10px;
  margin: 20px 0;
}

.placeholder { color: #aaa; }

#input-type-password { border: 5px solid lime; }

#toTop {
  width: 50px;
  height: 50px;
  border-radius: 50px;
  position:fixed;
  bottom:50px;
  right:30px;
  cursor:pointer;
  display:none;
  border: 2px solid #000;
  background: #fff;
  text-align: center;
  line-height: 50px;
   z-index: 9999;
}

@media (max-width: 992px) { 
  #toTop {
    bottom:100px;
  }
}

#toTop:hover {
/*   width: 55px;
  height: 55px; */
  border-radius: 55px;
  /* position:fixed;
  bottom:50px;
  right:30px; */
  cursor:pointer;
  display:none;
  border: 2px solid #000;
  background: #0EA3D1;
  text-align: center;
  line-height: 55px;
}

#toTop i {
  font-size: 30px;
}

/* --- Links -----------------------------------------*/

a{
  color: #2888e1;
  text-decoration: none;
}

  a:hover, a:focus, a:active{
    color: #185b9a;
    text-decoration: none;    
  }

a.element{
  color: #daede7;
  border-bottom: 1px dotted #daede7;
  text-decoration: none;      
}

  a.element:hover, a.element:focus, a.element:active{
    color: #85ccb5;
    border-bottom: 0px dotted #85ccb5;   
  } 

/* --- Headings -----------------------------------------*/

h1, h2, h3, h4, h5, h6{
  color: #222222;
  font-family: 'RussoOneRegular'; 
  font-weight: normal;  
  /*text-transform: uppercase; */

}

h1 {
  font-size: 46px;
  line-height: 46px;
}

h2 {
  font-size: 50px;
  line-height: 42px;  
}

h3 {
  font-size: 32px;
  line-height: 40px;    
}

h4 {
  font-size: 26px;
  line-height: 32px;      
}

h5 {
  font-size: 20px;
  line-height: 26px;    
}

h6 {
  font-size: 14px;
  line-height: 20px;    
}

.b-form__header h2 {
  font-size: 36px;
  line-height: 42px;
}

/* --- Spacing -----------------------------------------*/

ol {
  list-style: decimal;
}

ul {
  /*list-style-image: url('../img/i-list.png');*/
}

li {
  margin: 0 0 10px 20px;
}

/* --- Icons -----------------------------------------*/

i.icon{
  /*background: url('../img/i-icons-yellow.png') no-repeat;*/
  display: inline-block;
  height: 14px;
  width: 14px;
  margin: 0 7px -1px 0; 
}

i.icon-phone--big{
  background-position: 0 0;
}

i.icon-lock{
  background-position: -14px 0;
}

i.icon-map{
  background-position: -28px 0;
}

i.icon-phone{
  background-position: -42px 0;
}

i.icon-time{
  background-position: -56px 0;
}

i.icon-mail{
  background-position: -70px 0;
}


i.icon--gray{
  display: block;
  height: 16px;
  width: 16px;
}

i.icon-man--gray{
  /*background: url('../img/i-man-gray.png') no-repeat;*/
}

i.icon-phone--gray{
  /*background: url('../img/i-phone-gray.png') no-repeat;*/
}

/* --- Input -----------------------------------------*/

.input{
  display: block;
  position: relative;
}

.input i{
  position: absolute;
  left: 14px;
  top: 14px;
}

.input i.fa-envelope {
  font-size: 20px;
}

.input input{
  background: #e2e2e2;
  border-top: 2px solid #c2c2c2;
  border-right: 0 solid #c2c2c2;  
  border-bottom: 0 solid #c2c2c2;
  border-left: 0 solid #c2c2c2;
  font-size: 16px;
  padding: 14px 14px 14px 45px;
  width: 100%;
  margin: 0 0 15px 0;
}

.input input:focus{
  background: #f4f4f4; 
}

.input input.error {
  border-color: #ff0500;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.btn{
  display: inline-block;
  text-align: center;
  background: #FF8000;
  color: #fff;
  font-size: 18px;
  font-family: 'RussoOneRegular';
  text-transform: uppercase;
  width: 100%;
  padding: 14px 22px;
  border: 0; 

}

.btn:hover{
  background: #1BA8D4;

}

.btn:active{
  color: #fff;  
  background: #d03172;   
  border: 0;      
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.hidden {
  display: none;
}

/* -----------------------------------------*/

#politics{
  display: none;
  padding: 20px;
  z-index: 9999;
}

#politics h3{
  margin: 0 0 30px 0;
}

#politics h5{
  margin: 30px 0 10px 0;
}


/* Fixed menu */

.b-menu{
  background: #222;
  padding: 12px 0;
  font-family: 'RussoOneRegular';
  font-weight: normal;  
  position: fixed;
  z-index: 1001;
  width: 100%;
  display: none;
}

.b-menu img{
  margin: 4px 0 0 0;
}

@media (max-width: 768px) { 

  .b-menu .b-menu__phones{
    display: none;
    float: right;
    margin: 4px 25px 0 0;
  }

}

@media (min-width: 768px) { 

  .b-menu .b-menu__phones{
    display: none;
    float: right;
    margin: 4px 25px 0 0;
  }

}

@media (min-width: 992px) { 

  .b-menu .b-menu__phones{
    display: block;
    float: right;
    margin: 4px 25px 0 0;
  }

}

.b-menu .b-menu__phones span{
  text-align: right;
  color: #fff;
  display: block;
}

.b-menu .b-menu__call{
  display: block;
  float: right;
}

.b-menu .b-menu__call a{
  margin: 0;
}

.b-menu .b-menu__call a:active{
  margin: 0 0 2px 0;
}

/* Promo */

.b-promo{
  /* background: url('../img/slide2.jpg') center center no-repeat;
  background-size: cover; */
  width: 100%;
  position: relative;
  
}


/* Canvas */

.b-price {
	background: white;	
}
.b-offer, .b-header {
 /*  background: rgba(0, 0, 0, 0.8); */
}

.b-offer, .b-header, .b-promo, .b-work, .b-price, .b-call, .b-map, .b-footer, .b-map__map, .b-calc {
	z-index:99;
}

.b-choose, .b-profit{
	z-index:98;
}
.b-map__contact, .flipInY{
	z-index:100;
}




/*.b-promo:after{
  background: url('../img/div-tb.png') center center no-repeat;
  height: 50px;
  width: 100%;
  position: absolute;
  content: " ";
  bottom: 0;
}*/

@media (max-width: 768px) { 

  .b-header{
    text-align: center;
  }

}

@media (max-width: 768px) { 

  .b-header .b-header__logo{
    margin: 30px 0;
  }

}

@media (min-width: 768px) { 

  .b-header .b-header__logo{
    margin: 30px 0 0 0;
  }

}


@media (max-width: 768px) { 

  .b-header .b-header__phones{
    display: none;
    text-align: right;
    margin: 50px 0 50px 0;
  }

}

@media (min-width: 768px) { 

  .b-header .b-header__phones{
    display: block;
    text-align: right;
    margin: 50px 0 50px 0;
  }

}

.b-header .b-header__phones span{
  display: block;
  width: 100%;
  font-size: 24px;
  color: #fff;
  font-family: 'RobotoBold';
  font-weight: normal;
  margin: 0 0 6px 0;  
}

.b-header .b-header__phones a {
  font-size: 12px;
  color: #fff;
}

/* */

.b-offer{
  padding-bottom: 40px;
}

@media (max-width: 768px) { 

  .b-offer h1{
    font-size: 52px;
    color: #fff;
    margin: 0 0 30px 0;
    text-align: center;   
  }

}

@media (min-width: 768px) { 

  .b-offer h1{
    font-size: 46px;
    color: #fff;
    margin: 0 0 30px 0;
  }

}

@media (min-width: 992px) { 

  .b-offer h1{
    font-size: 37px;
    color: #fff;
    margin: 0 0 30px 0;
  }

}

@media (max-width: 768px) { 

  .b-offer span{
    font-size: 38px;
    color: #fff;
  }

}

@media (min-width: 768px) { 

  .b-offer span{
    font-size: 29px;
    color: #fff;
  }

}

@media (min-width: 992px) { 

  .b-offer span{
    font-size: 38px;
    line-height: 46px;
    color: #fff;
  }

}

.b-offer p{
  color: #daede7;
}

.b-offer ul{
  color: #daede7;
}

@media (max-width: 768px) { 

  .b-offer ul{
    color: #daede7;
    margin: 0 0 50px 0;
  }

}


/* */

.b-form{
  background: #fff;
  display: block;
  position: relative;  
}

.b-form__header{
  background: #0ea3d1;
  position: relative;
  padding: 25px;
  margin: 0 0 15px 0;
}

.b-form__header--modal{
  background: #ffbd2f;
  position: relative;
  padding: 25px;
  margin: 0 0 15px 0;
}

.b-form__header--modal:after{
  position: absolute;
  content: " ";
  width: 0;
  height: 0;
  bottom: -15px;
  left: 0;
  border-left: 146px solid transparent;
  border-right: 146px solid transparent;
  border-top: 15px solid #ffbd2f;
}

@media (max-width: 768px) { 

  .b-form__header:after{
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    bottom: -15px;
    left: 0;
    border-left: 0px solid transparent;
    border-right: 0px solid transparent;
    border-top: 0px solid #ffbd2f;
  }

}

@media (min-width: 768px) { 

  .b-form__header:after{
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    bottom: -15px;
    left: 0;
    border-left: 110px solid transparent;
    border-right: 110px solid transparent;
    border-top: 15px solid #ffbd2f;
  }

}

@media (min-width: 992px) { 

  .b-form__header:after{
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    bottom: -15px;
    left: 0;
    border-left: 146px solid transparent;
    border-right: 146px solid transparent;
    border-top: 15px solid #ffbd2f;
  }

}

@media (min-width: 1200px) { 

  .b-form__header:after{
    position: absolute;
    content: " ";
    width: 0;
    height: 0;
    bottom: -15px;
    left: 0;
    border-left: 180px solid transparent;
    border-right: 180px solid transparent;
    border-top: 15px solid #0ea3d1;
  }

}

.b-form__header img{
  float: left;
  margin: 0 25px 0 0;
}

.b-form__header h6{
  margin: 0;
  overflow: hidden;
  text-align: center;
  color: #fff;
  font-weight: normal;
  font-size: 22px;
  line-height: 28px;
  font-family: RobotoLight;
}

.b-form__header--modal img{
  float: left;
  margin: 0 25px 0 0;
}

.b-form__header--modal h6{
  margin: 0;
  overflow: hidden;
}

.b-form__body{
  padding: 25px;
}

/* */

.b-politics{
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px 0;
}

.b-politics i{
  margin: 0 4px -3px 0;
}

.b-politics a{
  font-size: 12px;
}

/* */

.b-service {
  background: rgba(0, 0, 0, 0.8);
  padding: 50px 0 70px 0;
  position: relative;
  padding-top: 0;
}

.b-service_block h3 {
  position: relative;
}
.b-service_block h3:before {
  content: '';
  width: 275px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0;
  background-image: url('../img/from-price.svg');
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateX(50%) translateY(-50%);
}

@media (max-width: 992px) { 
  .b-service_block h3:before {
    content: none;
  }
}

.b-service h1, .b-service h2, .b-service h3, .b-service h4, .b-service h5 {
  color: #ffffff;
}
.b-service h3, .b-service h4, .b-service h5 {
  font-family: 'Open Sans';
}


.b-service:after{
  position: absolute;
  content: " ";
  width: 20px;
  height: 12px;
  /*background: url('../img/i-arrow-down.png') center center no-repeat;*/
  bottom: 38px;
  left: 49%;
  right: 49%;
}

.b-service .b-service__block{
  float: left;
  display: block;
  margin: 0 0 30px 0;
  position: relative;
  width: 100%;
}

@media (max-width: 768px) { 

  .b-service .b-service__block img{
    float: left;
    margin: 25px 25px 25px 25px;
  }

}

@media (min-width: 768px) { 

  .b-service .b-service__block img{
    float: left;
    margin: 25px 25px 25px 25px;
  }

}

@media (min-width: 992px) { 

  .b-service .b-service__block img{
    float: left;
    margin: 25px 25px 50px 25px;
  }

}

@media (min-width: 1200px) { 

  .b-service .b-service__block img{
    float: left;
    margin: 25px 25px 45px 25px;
  }

}

@media (max-width: 768px) { 

  .b-service .b-service__block h6{
    color: #fff;
    margin: 0;
    overflow: hidden;
    letter-spacing: 0pt;
    padding: 10px 25px 0 0;
    font-family: 'RobotoLight';
    font-size: 18px;    
    line-height: 24px;
  }

}

@media (min-width: 768px) { 

  .b-service .b-service__block h6{
    color: #fff;
    margin: 0;
    overflow: hidden;
    letter-spacing: -0.4pt;
    padding: 10px 25px 0 0;
    font-family: 'RobotoLight';
    font-size: 20px;    
    line-height: 28px;
  }

}

@media (min-width: 992px) { 

  .b-service .b-service__block h6{
    color: #fff;
    margin: 0;
    overflow: hidden;
    letter-spacing: -0.2pt;
    padding: 10px 25px 0 0;
    font-family: 'RobotoLight';
    font-size: 14px;    
    line-height: 20px;
  }

}

@media (min-width: 1200px) { 

  .b-service .b-service__block h6{
    color: #fff;
    margin: 0;
    overflow: hidden;
    letter-spacing: -0.2pt;
    padding: 10px 25px 0 0;
    font-family: 'RobotoLight';
    font-size: 18px;    
    line-height: 24px;
  }

}

.b-service .b-service__block:hover .dropdown{
  visibility: visible;
  opacity: 1;
    -webkit-transition: opacity 0.3s ease-in-out;
       -moz-transition: opacity 0.3s ease-in-out;
        -ms-transition: opacity 0.3s ease-in-out;
         -o-transition: opacity 0.3s ease-in-out;
            transition: opacity 0.3s ease-in-out;
}

@media (max-width: 768px) { 

  .b-service .b-service__block .dropdown{
    visibility: hidden;
    opacity: 0;
    background: #fff;
    position: absolute;
    top: 100px;
    padding: 25px;
    z-index: 50;
    font-size: 12px;
    width: 100%;
    line-height: 18px;
      -webkit-transition: opacity 0.3s ease-in-out;
         -moz-transition: opacity 0.3s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out;
           -o-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
  }

  .b-service .b-service__block {
  height: 160px;
}


}

@media (min-width: 768px) { 

  .b-service .b-service__block .dropdown{
    visibility: hidden;
    opacity: 0;
    background: #fff;
    position: absolute;
    top: 100px;
    padding: 25px;
    z-index: 50;
    font-size: 12px;
    width: 100%;
    line-height: 18px;
      -webkit-transition: opacity 0.3s ease-in-out;
         -moz-transition: opacity 0.3s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out;
           -o-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
  }

}

@media (min-width: 992px) { 

  .b-service .b-service__block .dropdown{
    visibility: hidden;
    opacity: 0;
    background: #fff;
    position: absolute;
    top: 125px;
    padding: 25px;
    z-index: 50;
    font-size: 12px;
    width: 100%;
    line-height: 18px;
      -webkit-transition: opacity 0.3s ease-in-out;
         -moz-transition: opacity 0.3s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out;
           -o-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
  }

}

@media (min-width: 1200px) { 

  .b-service .b-service__block .dropdown{
    visibility: hidden;
    opacity: 0;
    background: #fff;
    position: absolute;
    top: 120px;
    padding: 25px;
    z-index: 50;
    font-size: 12px;
    width: 100%;
    line-height: 18px;
      -webkit-transition: opacity 0.3s ease-in-out;
         -moz-transition: opacity 0.3s ease-in-out;
          -ms-transition: opacity 0.3s ease-in-out;
           -o-transition: opacity 0.3s ease-in-out;
              transition: opacity 0.3s ease-in-out;
  }

  .b-map__contact {
    border: 2px solid #d3d3d3;
  }


}

.b-service .b-service__block .dropdown p{
  margin: 0 0 10px 0;
}

.b-service .b-service__block .dropdown li{
  margin: 0 0 5px 15px;
}


.b-service .b-service__block.green{
  background: #009965;
}

.b-service .b-service__block.plum{
  background: #6644b9;
}

.b-service .b-service__block.red{
  background: #df4949;
}

.b-service .b-service__block.orange{
  background: #da6c36;
}

.b-service .b-service__block.blue{
  background: #0ea3d1;
}

.b-service .b-service__block.gray{
  background: #6d6d6d;
}

.b-service .b-service__block i {
  margin-left: 20px;
  margin-top: 30px; 
  color: #fff;
}

.b-service .b-service__block {
  height: 130px;
}

.b-service .b-service__block h6 {

margin-top: 20px; 
}

/* Info */

.b-info {
  background-color: #ffffff;
  z-index: 99;
    width: 100%;
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
}

.b-info_item {
  max-width: 340px;
  margin: 0 auto;
  margin-bottom: 60px;
}

.b-info_item-img {
  width: 113px;
  height: 113px;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 57px;
  margin-bottom: 25px;
}

.b-info_item-img img {
  margin-top: 25px;
  margin-left: 26px;
}

.b-info_item-text {
  min-height: 115px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 28px;
  color: #353535;
}

@media (max-width: 992px) { 
  .b-info {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b-info h3 {
    margin-bottom: 25px;
  }
}

.b-info2 {
  background-image: url('../img/b-info2-back.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 101;
  width: 100%;
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}

.b-info2_head {
  background-color: #ffffff;
  padding: 20px;
  font-family: 'Open Sans';
  font-style: normal;
  font-size: 22px;
  line-height: 34px;
  color: #353535;
  margin-bottom: 100px;
}

.b-info2_head span {
  color: #DF4949;
  font-weight: bold;
}

.b-info2_compare {
  max-width: 450px;
  margin: 0 auto;
  text-align: center;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  font-size: 30px;
  line-height: 41px;
  color: #353535;
}

.b-info2_compare-head {
  color: #FFFFFF;
  margin-bottom: 30px;
}

.b-info2_compare-block {
  background-color: #ffffff;
  max-width: 335px;
  margin: 0 auto;
  padding: 45px 0;
  font-weight: 300;
}

.b-info2_compare-block-big {
  font-weight: bold;
  font-size: 50px;
  line-height: 68px;
  color: #DF4949;
}
.b-info2_compare-block-big-green {
  color: #009965;
}

.b-info2_compare-block-small {
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
  color: #353535;
  margin-bottom: -20px;
  height: 20px;
}

.b-info2_compare-first:after {
  position: absolute;
  top: 50%;
  top: calc(50% + 25px);
  right: 0;
  content: '';
  background-image: url('../img/double-arrow.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 20px;
  width: calc(100% - 395px);
  transform: translateX(50%);
}

@media (max-width: 992px) { 
  .b-info2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b-info2_compare-first:after {
    content: none;
  }
}

.b-info2 .b-menu__call {
  max-width: 300px;
  margin: 50px auto 0 !important;
}

.b-info3 {
  background-color: #ffffff;
  z-index: 102;
  width: 100%;
  position: relative;
  padding-top: 150px;
  padding-bottom: 120px;
  color: #353535;
  font-family:'Open Sans';
  font-style: normal;
  font-size: 24px;
  line-height: 36px;
}

.b-info3 h3 {
  margin-bottom: 50px;
}

.b-info3 p {
  position: relative;
  margin-bottom: 40px;
}

.b-info3 p.subtext {
  font-size: 24px;
  line-height: 36px;
  color: #636363;
  margin-top: 90px;
  margin-bottom: 100px;
}

.b-info3 p strong {
  position: relative;
}

.b-info3 p strong.with-bullet:before {
  content: '';
  position: absolute;
  left: -16px;
  top: 16px;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #009965;
}

.b-info3 .b-info3_block-red {
  max-width: 800px;
  margin: 0 auto;
  background: #FFFFFF;
  border: 2px solid #DF4949;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
  font-family: 'Open Sans';
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #353535;
  margin-bottom: 150px;
  padding: 65px;
}

.b-info3 .b-info3_item {
  background: #FFFFFF;
  box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  padding: 60px 35px;
  margin-bottom: 50px;
}

.b-info3 .b-info3_item-img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
  margin-bottom: 65px;
}

.b-info3 .b-info3_item-text {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 36px;
  text-align: center;
  color: #353535;
  min-height: 110px;
}

.b-info3 .b-info3_block-white {
  text-align: center;
  padding: 65px;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 36px;
  text-align: center;
  color: #353535;
  box-sizing: border-box;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.16);
}

@media (max-width: 992px) { 
  .b-info3 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .b-info3 .b-info3_block-red {
    padding: 20px;
    margin-bottom: 40px;
    font-size: 20px;
    line-height: 30px;
  }
  .b-info3 .b-info3_block-red br {
    display: none;
  }
  .b-info3 p strong {
    position: relative;
    margin-left: 8px;
  }
  .b-info3 .b-info3_block-white {
    font-size: 18px;
    line-height: 30px;
    padding: 20px;
  }
}


/* Choose */

.b-choose{
  background: #0ea3d1;
  padding: 0 0 50px 0;
  position: relative;
  width: 100%;
}

.b-choose .row{
  text-align: center;
}

.b-choose:after{
  /*background: url('../img/div-bw.png') center center no-repeat;*/
  height: 50px;
  width: 100%;
  position: absolute;
  content: " ";
  bottom: 0;
}

.b-choose h2{
  color: #fff;
  margin: 40px 0 50px 0;
}

.b-choose img{
  margin: 0 0 30px 0; 
}

.b-choose p {
  color: #fff;
  font-size: 20px;
  margin: 0 0 50px 0;
  font-family: 'RobotoLight';
}

.b-choose i {
  color: #fff;
  font-size: 100px;
  margin: 0px 0px 30px 0px;
}

/* Choose */

/* Profit */

.b-profit{
  background: #405b63;
  padding: 0 0 50px 0;
  position: relative;
  width: 100%;
}

.b-profit .row{
  text-align: center;
}

.b-profit:after{
  /*background: url('../img/div-bw.png') center center no-repeat;*/
  height: 50px;
  width: 100%;
  position: absolute;
  content: " ";
  bottom: 0;
}

.b-profit h2{
  color: #fff;
  margin: 40px 0 50px 0;
}

.b-profit img{
  margin: 0 0 30px 0; 
}

.b-profit p {
  color: #fff;
  font-size: 20px;
  margin: 0 0 50px 0;
  font-family: 'RobotoLight';
}

.b-profit i {
  color: #fff;
  font-size: 100px;
  margin: 0px 0px 30px 0px;
}

/* Work */

.b-work{
  padding: 0 0 0px 0;
  position: relative;
  width: 100%;
  background: url('../img/slide3.jpg') center center no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 0.8);
}

.b-work .layer {

width: 100%;
 background: rgba(0, 0, 0, 0.8);
 padding: 0px;
 margin: 0px;
}

.b-work .row{
  text-align: center;
}

.b-work .row .col-sm-3{
  position: relative;
}

@media (max-width: 768px) { 

  .b-work .row .col-sm-3:after{
    position: absolute;
    content: " ";
    /*background: url('../img/i-arrow-right.png') center center no-repeat;*/
    width: 30px;
    height: 51px;
    right: 48%;
    left: 48%;
    bottom: -50px;

    -moz-transform: scale(1) rotate(90deg);
    -webkit-transform: scale(1) rotate(90deg);
    -o-transform: scale(1) rotate(90deg);
    -ms-transform: scale(1) rotate(90deg);
    transform: scale(1) rotate(90deg);
  }

}

@media (min-width: 768px) { 

  .b-work .row .col-sm-3:after{
    position: absolute;
    content: " ";
    /*background: url('../img/i-arrow-right.png') center center no-repeat;*/
    width: 30px;
    height: 51px;
    right: -15px;
    top: 30px;
  }

}

.b-work .row .col-sm-3:last-child:after{
  position: absolute;
  content: " ";
  background: none;
  width: 0px;
  height: 0px;
  right: 0px;
  top: 0px;
}

.b-work h2{
  margin: 40px 0 50px 0;
}

.b-work img{
  margin: 0 0 30px 0; 
}

.b-work p{
  color: #5f5f5f;
  font-size: 16px;
  margin: 0 0 50px 0;  
}

/* Replace */

@media (max-width: 768px) {

  .b-replace{
    background: #0ea3d1;
    padding: 0 0 30px 0;
    position: relative;
    width: 100%;
    text-align: center;    
  }

}

@media (min-width: 768px) { 

  .b-replace{
    background: #0ea3d1;
    padding: 0 0 30px 0;
    position: relative;
    width: 100%;
  }

}

@media (max-width: 768px) {

  .b-replace h2{
    color: #fff;
    margin: 30px 0 40px 0;
  }

}

@media (min-width: 768px) { 

  .b-replace h2{
    color: #fff;
    margin: 40px 0 40px 0;
  }

}

@media (max-width: 768px) { 

  .b-replace img{
    margin: -45px 0 0 20px;
    position: relative;
    width: 300px;    
  }

}

@media (min-width: 768px) { 

  .b-replace img{
    margin: 30px 0 0 40px; 
    position: absolute;
    width: 300px;
  }

}

@media (min-width: 992px) { 

  .b-replace img{
    margin: -45px 0 0 40px; 
    position: absolute;
    width: 400px;    
  }

}

.b-replace p{
  color: #dadfed;
}

/* Price */

.b-price{
  padding: 30px 0 40px 0;
  position: relative;
  width: 100%;
  text-align: center;
  background-image: url('../img/price_back.jpg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.b-price label {
  font-family: 'RobotoLight';
  font-weight: normal;
  font-size: 20px;
}

.b-price p{
  color: #5f5f5f;
}

.b-price .b-menu__call {
  max-width: 320px;
  margin: 0 auto !important;
}

.tariffs__item {
  margin-bottom: 40px;
}

.tariffs__item .tariffs__item-header {
  background: #0b9e6c; /* Old browsers */
  background: -moz-linear-gradient(left,  #0b9e6c 0%, #27da9d 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #0b9e6c 0%,#27da9d 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #0b9e6c 0%,#27da9d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b9e6c', endColorstr='#27da9d',GradientType=1 ); /* IE6-9 */  
  padding: 22px;
}

.tariffs__item .tariffs__item-header h3 {
  font-size: 34px;
  line-height: 46px;
  margin: 0;
  color: #FFFFFF;
  text-transform: uppercase;
}

.tariffs__item .tariffs__item-description {
  background: #222222;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15); 
}

.tariffs__item .tariffs__item-description ul {
  margin: 0;
  list-style: none;
}

.tariffs__item .tariffs__item-description ul li::before {
  content: "\2022";
  color: #42E1AB;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}

.tariffs__item .tariffs__item-description ul {
  margin: 0;
}

.tariffs__item .tariffs__item-description ul li {
  color: #FFFFFF;
  font-weight: 300;
  font-size: 18px;
  line-height: 64px;
  font-family: 'Open Sans';
  border-bottom: 0.5px solid #7B7B7B;
  margin-left: 44px;
  margin-right: 26px;
  text-align: left;
}

.tariffs__item .tariffs__item-description ul li:last-child {
  border: none;
}

.tariffs__item .tariffs__item-description .tariffs__item-price {
  font-weight: bold;
  font-size: 24px;
  line-height: 33px;
  color: #FFFFFF;
  padding-bottom: 20px;
}

/* b-calc */

.b-calc {
  background-color: #ffffff;
  position: relative;
  width: 100%;
}

.b-calc h2{
  text-align: center;
}

.b-calc h4{
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  color: #3F3F3F;
}

.b-calc .b-menu__call {
  background: #ffffff;
  border-radius: 4px;
  max-width: 320px;
  margin: 0 auto !important;
}

.b-calc .b-menu__call .btn {

  color: #000000;
  border-radius: 4px;
  margin-bottom: 20px;
  border: #E5E5E5;
}

.b-calc .b-menu__call.b-menu__calc .btn {
  background: #E84E4E;
  color: #ffffff;
  border-radius: 4px;
}

.b-calc .b-menu__call.b-menu__calc .btn:hover {
  background: #E84E4E;
  color: #000000;
  border-radius: 4px;
}

.b-calc__summary {
  text-align: center;
  margin-bottom: 20px;
}

.irs--round .irs-bar {
  background-color: #FF8000;
}

.irs--round .irs-handle.state_hover, .irs--round .irs-handle:hover {
  background-color: #FF8000;
}

.irs--round .irs-handle {
  top: 26px;
  width: 14px;
  height: 22px;
  border: 6px solid #FF8000;
  background-color: #FF8000;
  border-radius: 3px;
  box-shadow: 0 1px 3px rgba(255, 128, 0, 0.507);
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
  font-size: 14px;
  line-height: 1;
  text-shadow: none;
  padding: 3px 5px;
  background-color: #FF8000;
  color: white;
  border-radius: 4px;
}

.irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
  position: absolute;
  display: block;
  content: "";
  bottom: -6px;
  left: 50%;
  width: 0;
  height: 0;
  margin-left: -3px;
  overflow: hidden;
  border: 3px solid transparent;
  border-top-color: #FF8000;
}

.irs--round .irs-min, .irs--round .irs-max {
  color: #333;
  font-size: 14px;
  line-height: 1;
  padding: 3px 5px;
  background-color: rgba(0,0,0,0.1);
  border-radius: 4px;
  top: 50px;
  background-color: unset;
}

.b-calc .checkbox-container {
  margin-right: 20px;
  display: inline-block;
}

/* Styling Checkbox Starts */
.checkbox-label {
    display: block;
    position: relative;
    margin-top: 24px;
}

.checkbox-label input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.checkbox-label .checkbox-custom {
    /* position: absolute;
    top: 0px;
    left: 0px; */
    display: block;
    height: 24px;
    width: 24px;
    background-color: transparent;
    border-radius: 5px;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    border: 2px solid #FF8000;
}


.checkbox-label input:checked ~ .checkbox-custom {
    background-color: #FFFFFF;
    border-radius: 5px;
    -webkit-transform: rotate(0deg) scale(1);
    -ms-transform: rotate(0deg) scale(1);
    transform: rotate(0deg) scale(1);
    opacity:1;
    border: 2px solid #FF8000;
}


.checkbox-label .checkbox-custom::after {
    position: absolute;
    content: "";
    left: 12px;
    top: 12px;
    height: 0px;
    width: 0px;
    border-radius: 5px;
    border: solid #FF8000;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(0deg) scale(0);
    -ms-transform: rotate(0deg) scale(0);
    transform: rotate(0deg) scale(0);
    opacity:1;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}

.checkbox-label input:checked ~ .checkbox-custom::after {
  -webkit-transform: rotate(45deg) scale(1);
  -ms-transform: rotate(45deg) scale(1);
  transform: rotate(45deg) scale(1);
  opacity:1;
  left: 8px;
  top: 3px;
  width: 6px;
  height: 12px;
  border: solid #FF8000;
  border-width: 0 2px 2px 0;
  background-color: transparent;
  border-radius: 0;
}

/* For Ripple Effect */
.checkbox-label .checkbox-custom::before {
    position: absolute;
    content: "";
    left: 10px;
    top: 10px;
    width: 0px;
    height: 0px;
    border-radius: 5px;
    border: 2px solid #FF8000;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);    
}

.checkbox-label input:checked ~ .checkbox-custom::before {
    left: -3px;
    top: -3px;
    width: 24px;
    height: 24px;
    border-radius: 5px;
    -webkit-transform: scale(3);
    -ms-transform: scale(3);
    transform: scale(3);
    opacity:0;
    z-index: 999;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}


/* Call */

.b-call{
  background: url('../img/slide1.jpg') center center no-repeat;
  background-size: cover;
  width: 100%;
  position: relative;
  padding: 0 0 0px 0;
}

.b-call .layer {
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  padding: 0px 0px 30px 0px;
}

.b-call .container {
}

.b-call:before{
  /*background: url('../img/div-bt.png') center center no-repeat;*/
  height: 50px;
  width: 100%;
  position: absolute;
  content: " ";
  top: 0;
}

.b-call:after{
  /*background: url('../img/div-tw.png') center center no-repeat;*/
  height: 50px;
  width: 100%;
  position: absolute;
  content: " ";
  bottom: 0;
}

.b-call h2{
  color: #fff;
  text-align: center;
  margin: 90px 0 40px 0;
}

.b-call .b-form:after{
  position: absolute;
  content: " ";
  width: 20px;
  height: 12px;
  /*background: url('../img/i-arrow-down.png') center center no-repeat;*/
  bottom: -98px;
  left: 47%;
  right: 47%;
}

/* Repost */

.b-repost{
  padding: 20px 0 50px 0;
  position: relative;
  width: 100%;
  text-align: center;
}

.b-repost p{
  color: #5f5f5f;
}

.b-repost .b-repost__vk{
  display: inline-block;
  width: 140px;  
}

.b-repost .b-repost__fb{
  width: 260px;
  display: inline-block;
  line-height: 10px;  
}

.b-repost .b-repost__mail{
  width: 140px;
  display: inline-block;  
}

.b-repost .b-repost__ok{
  width: 110px; 
  display: inline-block;   
}

/* Review */

@media (max-width: 768px) { 

  .b-review{
    background: #009965;
    position: relative;
    width: 100%;
    text-align: center;
    padding: 0 0 40px 0;
  }
  
}

@media (min-width: 768px) { 

  .b-review{
    background: #009965;
    position: relative;
    width: 100%;
  }

}

.b-review h2{
  color: #fff;
  margin: 40px 0; 
}

.b-review p{
  color: #daede7;
}

/* Map */

@media (max-width: 768px) { 

  .b-map{
    background: #fff;
    height: 800px;
  }

  .b-map .col-sm-6{
    padding: 0;
  }

}

@media (min-width: 768px) { 

  .b-map{
    background: transparent;
  height: auto;
  }

}

.b-map__map {
    position: absolute;
    width: 100%;
    height: 450px;
}


@media (max-width: 768px) { 

  .b-map .b-map__contact{
    margin: 0px 0 0 0;
    background: #fff;
    padding: 30px;
  }

}

@media (min-width: 768px) { 

  .b-map .b-map__contact{
    margin: 40px 0;
    background: #fff;
    padding: 30px;
  }

}

.b-map .b-map__contact h5{
  margin: 0 0 40px 0;
}

.b-map .b-map__contact p{
  margin: 0 0 7px 0;
}

.b-map .b-map__contact .btn{
  margin: 20px 0 0 0;
}

.b-map .b-map__contact .btn:active{
  margin: 20px 0 0 0;
}

/* Footer */

.b-footer{
  background: #000;
  position: relative;
  width: 100%;
  text-align: center;
  padding: 30px 0 25px 0;
}

.b-footer p {
  color: #daede7;
  font-size: 12px;
  margin: 0 0 5px 0;
}


.b-work h2 {
/*color: #0ea3d1;*/
color: #fff;
}

.b-work i  {

font-size: 130px;
color: #FF8000;

}

.b-work i.small {
  font-size: 40px;
  margin: 50px 0px 0px 70px;
  position:  absolute;
  color: #fff;
} 

.b-work p {
  color: #fff;
  font-size: 20px;
  margin: 26px 0 50px 0;
  font-family: 'RobotoLight';

}

.b-header__phones i {
  color: #fff;
}

.b-header__phones span a {
  font-size: 26px !important;
  font-family: 'RussoOneRegular' !important;

}

.b-menu__phones span a {
  font-size: 26px !important;
  color: #fff !important;
  font-family: 'RussoOneRegular' !important;
}

.b-menu__phones i {
  color: #fff;
  font-size: 26px;
}

.b-menu__call {

margin: 0px 0px 0px 0px !important;

}

.b-menu__phones {
margin: 14px 20px 0px 0px !important;
}

span.orange-color {
  color: #FFF;
  font-family: RussoOneRegular;
  font-size: 40px;
  line-height: 50px;
}

.b-map {
  /* height: 450px; */
}

.skills div {
  font-family: robotoRegular;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}

.skills .skill {
  margin-top: 0px;
  position:relative;
}

.skills .center {
    position: absolute;
    display: block;
    text-align: center;
    width: 100%;
    top: 50%;
    font-size: 30px;
    font-weight: 100;
    color: #666666;
	margin-top: 0;
}

.b-offer p{
  font-size: 20px;
}


@media (max-width: 320px) { 

  .b-service .b-service__block {
      height: 160px;
  }
  .b-service .b-service__block .dropdown {
    display: none;
  }

h1 {
    font-size: 22px !important; 
    line-height: 22px;
  }

    .b-offer span {
  font-size: 22px;
  color: #fff;
}

h2 {
  font-size: 30px;
  line-height: 44px;
}


    .containerTimer .font-20 {
      font-size: 16px;
      line-height: 20px;
    }

    .containerTimer .font-30 {
      font-size: 24px !important;
      line-height: 24px;
    }
    .containerTimer .font-58 {
      font-size: 28px !important;
    }

    .containerTimer .count {
      font-family: RobotoBold;
      font-size: 20px;
      color: #fff;
      margin-top: 0px; 
    }

    .containerTimer .time {
      float: left;
    }
    .containerTimer .time.hour {
      margin: 0px 0px 0px 35px;
    }
    .containerTimer .time.min {
      margin: 0px 0px 0px 45px;
    }
    .containerTimer .time.sec {
      margin: 0px 0px 0px 33px;
    }



    .b-map {
  height: 800px;
}


}
@media (max-width: 480px) { 

  .b-service .b-service__block {
      height: 160px;
  }
    .b-service .b-service__block .dropdown {
    display: none;
    z-index: 99999;
  }

  h1 {
    font-size: 22px !important; 
	line-height: 22px !important;
  }

  .b-offer span {
  font-size: 22px;
  color: #fff;
}


  h2 {
    font-size: 24px;
    line-height: 26px;
  }
  h3 {
    font-size: 20px;
    line-height: 24px;
  }
  h4 {
    font-size: 16px;
    line-height: 20px;
  }

    .containerTimer .font-20 {
      font-size: 16px;
      line-height: 20px;
    }

    .containerTimer .font-30 {
      font-size: 24px !important;
      line-height: 24px;
    }
    .containerTimer .font-58 {
      font-size: 28px !important;
    }

    .containerTimer .count {
      font-family: RobotoBold;
      font-size: 20px;
      color: #fff;
      margin-top: 0px; 
    }

	.b-map {
	  height: 800px;
	}
	
	.skills .center {
		font-size: 20px;
	}

	
	.b-header .logo h1 {
		top: 0px !important;
		font-size: 40px !important;
		line-height: 40px !important;
	}
	.cont {
		text-align: center;
	}
	.b-offer {
		padding-bottom: 0px;
	}
	.b-service {
		padding-top: 0px;
  }
  .tariffs__item .tariffs__item-header h3 {
    font-size: 26px;
    line-height: 34px;
  }
}

.containerTimer {
  font-family: RussoOneRegular;
  margin: 25px 0;
}

.uppercase {
text-transform: uppercase;
}

.containerTimer .font-20 {
  font-size: 22px;
  line-height: 22px;
  font-family: RobotoLight;
}

.containerTimer .font-30 {
  font-size: 34px;
  line-height: 60px;
  font-family: RobotoLight;

}
.containerTimer .font-58 {
  font-size: 58px;
}

.containerTimer .count {
font-family: RobotoLight;
  font-size: 18px;
  color: #fff;
  margin-top: 0px; 
}

.containerTimer .time {
  float: left;
}
.containerTimer .time.hour {
  margin: 0px 0px 0px 30px;
}
.containerTimer .time.min {
  margin: 0px 0px 0px 57px;
}
.containerTimer .time.sec {
  margin: 0px 0px 0px 43px;
}

.containerTimer .blue {
  color: #0ea3d1;
  display: block;
  margin: 15px 0;
}

.containerTimer .strike {
  text-decoration: line-through;
}

.containerTimer .arrow {
  font-size: 200px;
  color: #fff;
  position: absolute;
  margin: 0px 0px 0px 450px;
}

.b-map .container-fluid {
position: relative;
}



/*
* @subsection Canvas
*/
#bgCanvas {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 80;
  /* display: none; */
  background-color: #000000;
}
@media (min-width: 992px) {
  #bgCanvas {
    display: block;
  }
}

@media (max-width: 992px) {
  .b-promo {
    background-color: #000000;
  }
}

canvas {
  pointer-events: none;
}

#bg-animation {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  display: none;
}
@media (min-width: 992px) {
  #bg-animation {
    display: block;
  }
}

.logo h1{
  font-family: "Arial Black", "Arial Bold", Gadget, sans-serif;
  display:inline-block;
  margin:0px;
  color:#FFFFFF;
  position: relative;
}

.b-header .logo h1 {
	top: 40px;
}

.b-menu .logo h1 {
	top: 4px;
}

.logo img{
  margin-top:-6px;
  margin-right:20px;
}

.logo-subtitle{
  display: inline-block;
  font-size:10px;
  position: relative;
  left:10px;
  bottom:2px;
  font-weight:400;
}
                            

.b-clients {
  padding: 0 0 0px 0;
  position: relative;
  width: 100%;
  background: url('../img/clients.png') center center no-repeat;
  background-size: cover;
  background-color: rgba(255, 255, 255, 1); 
  z-index: 100;
  overflow: hidden;
}

.b-clients h2 {
  text-align: center;
  color: #ffffff;
  margin-top: 50px;
}

.b-clients .swiper-container {
  margin-top: 50px;
  margin-bottom: 100px;
  overflow: visible;
}

.b-clients .client-card {
  width: 830px;
  height: 400px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
  padding: 40px;
}

.b-clients .client-card .client-img {
  width: 225px;
  height: 318px;
  border: 1px solid #333333;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
}

.b-clients .client-card .client-img img {
  width: 100%;
  height: auto;  
}

.b-clients .client-card .client-content {
  display: inline-block;
  vertical-align: top;
  width: 65%;
  width: calc(100% - 230px);
  padding-left: 10px;
}

.b-clients .client-card .client-logo {
  height: 65px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
}

.b-clients .client-card .client-logo img {
  height: 100%;
  width: auto;
}

.b-clients .client-card .client-text {
  margin-top: 22px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 25px;

  color: #4D4D4D;
}

.b-clients .client-card .client-name {
  margin-top: 40px;
  display: inline-block;
  vertical-align: top;
  font-family: Open Sans;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: #222222;
}

.b-clients .client-card .client-name span {
  font-weight: bold;
  display: block;
}

@media (max-width: 992px) {
  .b-clients .client-card {
    width: 100%;
    height: auto;
    padding: 15px 40px 35px;
  }
  .b-clients .client-card .client-img {
    display: none;
  }
  .b-clients .client-card .client-content {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
  .b-clients .client-card .client-text {
    text-align: left;
  }
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 66px;
  margin-top: -33px;
  z-index: 10;
  cursor: pointer;
  background-size: 54px 70px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%20-4%2030%2052'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%20stroke%3D'%23ffffff'%20stroke-width%3D'4'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%20-4%2030%2052'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%20stroke%3D'%23ffffff'%20stroke-width%3D'4'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E") !important;
}

.swiper-pagination-bullet-active {
  background: #FFB774;
}

@media (max-width: 992px) {
  .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%20-4%2030%2052'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%20stroke%3D'%23000000'%20stroke-width%3D'4'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E") !important;
  }
  
  .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%20-4%2030%2052'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%20stroke%3D'%23000000'%20stroke-width%3D'4'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%2F%3E%3C%2Fsvg%3E") !important;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 24px;
    height: 32px;
    margin-top: -16px;
    z-index: 10;
    cursor: pointer;
    background-size: 20px 32px;
    background-position: center;
    background-repeat: no-repeat;
  }
}

/* validation */

.validate-error {
  border-color: #d10000 !important
}

.validate-popup {
  transition: all ease 300ms;
  cursor: pointer;
  position: absolute;
  background-color: #d10000;
  color: white;
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px;
  z-index: -1;
  opacity: 0
}

.validate-popup.active {
  z-index: 99999;
  opacity: 1
}

.validate-popup:after {
  position: absolute;
  bottom: 0;
  right: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #d10000 transparent transparent transparent;
  margin-right: 8px;
  margin-bottom: -5px
}

.validate-popup.short-version:after {
  left: 0;
  margin-left: 8px
}

.validate-class {
  position: relative
}

.validate-class:before,
.validate-class:after {
  content: '';
  opacity: 0;
  transition: opacity ease 300ms;
  position: absolute;
  right: 0;
  top: -36px
}

.validate-class:before {
  background-color: #d10000;
  color: white;
  font-size: 12px;
  line-height: 1;
  padding: 8px 12px;
  white-space: nowrap
}

.validate-class:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #d10000 transparent transparent transparent;
  margin-top: 28px;
  margin-right: 10px
}

form p.form-desc {
  font-size: 16px;
  color: #000000;
}

form .checkboxes {
  display: flex;
  justify-content: space-between;
}

form .checkbox-label {
  display: flex;
  font-weight: 400;
  margin-top: 15px;
  font-size: 12px;
  line-height: 24px;
}
form .checkbox-label .checkbox-custom {
  margin-right: 10px;
}

form button {
  margin-top: 15px;
}

.b-form__body-result {
  display: none;
}

.b-form__body-result h6 {
  margin: 0;
  overflow: hidden;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 28px;
  font-family: RobotoLight;
  margin-bottom: 30px;
}

.b-form__body-result p {
  color: #000000;
  margin: 0;
  overflow: hidden;
  text-align: left;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  font-family: RobotoLight;
}
.b-form__body-result a {
  color: #FF8000;
}
.b-form__body-result a:hover {
  color: #FF8000;
  text-decoration: underline;
}