@font-face {
    font-family: Tunga;
    src: url(../fonts/tunga2.ttf);
}
@font-face {
    font-family: TungaBold;
    src: url('../fonts/tungab.ttf');
}
@font-face {
    font-family: RobotoSlab;
    src: url('../fonts/RobotoSlab-Regular.ttf');
}
@font-face {
    font-family: RobotoSlab;
    src: url('../fonts/RobotoSlab-Light.ttf');
    font-weight: 300;
}
@font-face {
    font-family: RobotoSlab;
    src: url('../fonts/RobotoSlab-Bold.ttf');
    font-weight: 700;
}
@import 'https://fonts.googleapis.com/css?family=Roboto:400,700';



*{
  font-family: 'RobotoSlab', serif;
}
h1,h2,h3,h1 strong,h2 strong,h3 strong{
  font-family: 'Roboto', sans-serif;  
}
h1,h2,h3{
    font-weight: 300;
}
strong {
    font-family: RobotoSlab;
    font-weight: 700;
} 
/*
li strong, p strong{
    font-family: Tunga;
}
.about li strong, .process li strong, .contactus p strong{
    font-family: TungaBold;
} */
header{
    min-height: 80px;
}
header:before {
    content: '';
    display: inline-block;
}
.logo{
    background: url("../img/logo.png") no-repeat;
    min-width: 201px;
    display: inline-block;
    min-height: 29px;
    background-size: cover;
    margin-top: 5px;
}
ul.nav-menu {
    list-style: none;
    padding: 10px 0 0;
    margin: 0;
    text-align: right;
}
ul.nav-menu li {
    display: inline-block;
    margin: 0;
    font-size: 18px;
}
ul.nav-menu li a{
    color: #474747;
    font-weight: bold;
}
ul.nav-menu li a.active{
    color: #00bbf2;
}
ul{
 font-weight: 300;   
}
.main-block{
    background: url("../img/header.jpg") no-repeat;
    background-position: center;
    background-size: cover;
    padding: 20vh 0;
    text-align: center;
    position: relative;
    min-height: calc(100vh - 80px);
}
.main-block h1{
    color: #0050a3;
    font-size: 52px;
    text-transform: uppercase;
    line-height: 62px;
    margin: 0 auto 60px;
}
.main-block h1 strong{
    color: #10487a;
}
.main-block p{
    font-size: 26px;
    color: #0050a3;
    line-height: 45px;
    margin: 0;
    margin-bottom: 75px;
}
.process h2,.about h2{
    margin-bottom: 30px;
}
.services h2 {
    color: #0050a3;
}
.services h2 strong{
   color: #0d487a; 
}
.bottom-logo h2{
   color: #0050a3; 
   display: inline-block;
}
.bottom-logo h2 strong{
  color: #0d487a;  
}
a.button, .button{
    background: #00bbf2;
    border-radius: 3px;
    border: 1px solid #fff;
    color: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    display: inline-block;
    font-family: 'Roboto', sans-serif;
}
a.button:hover, .button:hover{
    background: #f0730d;
    text-decoration: none;
}
a.button:focus, .button:focus{
   text-decoration: none; 
}
.main-block a.button,.modal-footer a.button{
    padding: 0 45px 0;
    font-size: 24px;
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
}
.down{
    background: url("../img/actiomix-sprite.png") no-repeat;
    width: 40px;
    height: 44px;
    background-position: -36px -5px;
    display: block;
    margin: auto;
    position: absolute;
    left: 50%;
    bottom: 45px;
    cursor: pointer;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.about{
    background-color: #0c3862;
    color: #fff;
}
.about .container{
    background-image: url("../img/map.jpg");
    background-repeat: no-repeat;
    padding-top: 64px;
    padding-bottom: 64px;
    background-position: right;
}
.about ul, .process ul{
    padding-left: 0;
    list-style: none;
}
.about ul li, .process ul li{
    font-size: 24px;
    padding-left: 30px;
    line-height: 1.2;
    margin-bottom: 30px;
    position: relative;
}
.about ul li:before, .process ul li:before{
    background: url("../img/actiomix-sprite.png") no-repeat;
    content: '';
    display: inline-block;
    width: 21px;
    height: 14px;
    background-position: -5px -5px;
    position: absolute;
    left: 0;
    top: 8px;
}
h2{
    font-size: 52px;
    text-transform: uppercase;
}
.problems{
    background: url("../img/bg2.jpg") no-repeat;
    padding: 55px 0;
    height: 100%;
    background-size: cover;
}
.problems h2{
    color: #0050a3;
    text-align: center;
   
    margin: auto;
}
.problems h2 strong{
    color: #10487a;
}
.problems ul{
    padding: 47px 0 20px;
    list-style: none;
}
.problems ul li{
    font-size: 22px;
    min-height: 34px;
    padding-left: 50px;
    line-height: 1.2;
    position: relative;
     padding-top: 4px;
}
.problems ul li:before{
    content: '';
    background: url("../img/actiomix-sprite.png") no-repeat;
    display: inline-block;
    position: absolute;
    width: 34px;
    height: 34px;
    background-position: -209px -5px;
    left: 0;
    top: 0;
   
}
.problems ul li:nth-child(1) {
   
} 
.problems ul li:nth-child(2){
   margin-top: 18px;
   
}
.problems ul li:nth-child(3){
    margin-top: 40px;
}
.problems ul li:nth-child(4){
    margin-top: 16px;
}
.problems ul li:nth-child(5){
    margin-top: 20px;
}
.problems ul li:nth-child(6){
    margin-top: 16px;
}
.problems ul li:nth-child(7){
    margin-top: 19px;
}
.problems .graphic{
    background: url("../img/graphic_new.png") no-repeat;
    padding-left: 300px;
    background-position: -20px -17px;
}
.process, .contactus, .services{
    background: url("../img/dark.jpg") no-repeat;
}
.process{
    color: #fff;
    padding: 46px 0;
    background-size: cover;
    background-attachment: fixed;
}
.process p{
    font-size: 22px;
    line-height: 22px;
    width: 61%;
    margin-top: 30px;
}
.bottom-process .row{
    margin: 0;
}
.bottom-process .container{
    background: url("../img/step.jpg") no-repeat;
    background-position: center top;
}
span.big-number {
    color: #f0730d;
    font-size: 15em;
    opacity: .5;
    font-weight: bold;
    line-height: 1em;
}
.bottom-process ul{
    list-style: none;
    padding: 10px 0 10px;
    display: block;
    position: relative;
    margin-bottom: 18px;
    font-weight: 400;
}
.bottom-process ul li{
    font-size: 17px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 6px;
    z-index: 2;
}
.bottom-process ul li:before{
     content: '';
      width: 7px;
    height: 7px;
    border-radius:50%;
    background-color: #212121;
    display: inline-block;
    position: absolute;
    left: 0;
    left: 7px;
    top: 6px;
}
/*.bottom-process ul li:before{
    content: '';
    background: url("../img/actiomix-sprite.png") no-repeat;
    display: inline-block;
    width: 25px;
    height: 25px;
    background-position: -144px -5px;
    position: absolute;
    left: 0;
}  */
.bottom-process table{
    margin: 59px 0 25px;
}
.bottom-process table tr td:first-child{
    display: none;
}
.bottom-process p{
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    color: #0d487a;
    margin-bottom: 35px;
}
.contactus{
    background-attachment: fixed;
    background-size: cover;
    color: #fff;
    text-align: center;
}
.contactus{
    padding: 50px 0;
}
.contactus p{
    font-size: 20px;
    margin: 40px 0;
}
.contactus a{
    text-transform: uppercase;
    height: 50px;
    line-height: 50px;
    padding: 0 45px 0;
    font-size: 24px;
    line-height: 50px;
}
.benefits{
    background: url("../img/dark_blue_bg.jpg") no-repeat;
    background-size: cover;
    color: #fff;
    text-align: center;
    padding: 50px 0;
    background-attachment: fixed;
}
.benefits h2{
    margin-bottom: 70px;
    color: #0050a3;
}
.benefits h2 strong{
    color: #10487a;
}
.benefits .col-block{
    position: relative;
    height: 260px;
    margin-bottom: 80px;
}
.benefits .col-block:nth-child(4), .benefits .col-block:nth-child(5), .benefits .col-block:nth-child(6){
    margin-bottom: 30px;
}
.benefits .col-block .benefits-block p{
    font-size: 18px;
    line-height: 24px;
    text-align: left;
    margin-top: 10px;
    font-weight: 400;
}
.benefits .col-block .benefits-block{
    background: #4a81c2;
    margin-bottom: 70px;
    padding: 10px 25px;
   height: 260px;
}
.benefits-block.front{
    z-index: 2;
    transform: rotateY(0deg);
}
.benefits-block.back{
    padding: 10px 15px;
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg) translateZ(1px);
    -o-transform: rotateY(180deg) translateZ(1px);
    -ms-transform: rotateY(180deg) translateZ(1px);
    -moz-transform: rotateY(180deg) translateZ(1px);
    opacity: 0;
}

.benefits-block.front, .benefits-block.back {
    position: absolute;
    width: calc(100% - 30px);
    transition: .6s;
    border-radius: 3px;

}
.col-block:hover .benefits-block.front{
    z-index: 0;
    transform: rotateY(180deg);
    opacity: 0;
}
.col-block:hover .benefits-block.back{
    z-index: 2;
    transform: rotateX(0deg);
    opacity: 1;
}
.benefits .col-block:nth-child(2n) .benefits-block{
    background: #3167a0;
}
.benefits .col-block .benefits-block.back{
    background: #fff;
    color: #000;
}
.benefits .col-block .benefits-block .benefits-img{
    min-width: 150px;
    min-height: 150px;
    display: inline-block;
    margin-top: -45px;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -ms-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    background-size: contain !important;
    top: 0;
}
.benefits .col-block .benefits-block.back .benefits-img{
      min-width: 100px;
      min-height: 100px;
}
.benefits .col-block:nth-child(1) .benefits-block.back  .benefits-img {
      min-width: 103px;
      min-height: 103px;
}
.benefits .col-block:nth-child(1) .benefits-block .benefits-img{
    background: url("../img/img1.png") no-repeat;
    min-width: 155px;
    min-height: 155px;
    margin-top: -50px;
}
.benefits .col-block:nth-child(2) .benefits-block .benefits-img{
    background: url("../img/img2.png") no-repeat;
}
.benefits .col-block:nth-child(3) .benefits-block .benefits-img{
    background: url("../img/img3.png") no-repeat;
}
.benefits .col-block:nth-child(4) .benefits-block .benefits-img{
    background: url("../img/img4.png") no-repeat;
}
.benefits .col-block:nth-child(5) .benefits-block .benefits-img{
    background: url("../img/img5.png") no-repeat;
}
.benefits .col-block:nth-child(6) .benefits-block .benefits-img{
    background: url("../img/img6.png") no-repeat;
}
/*.benefits .col-block .benefits-block:hover .benefits-img{
    transform: scale(.4);
    position: relative;
    top: -40px;
    margin-bottom: -80px;
}*/
.benefits .col-block .benefits-block.hoverOn .benefits-img{
    transform: scale(.4);
    position: relative;
    top: -40px;
    margin-bottom: -80px;
}
.benefits .col-block .benefits-block.hoverOut .benefits-img{
    transform: scale(1);
    position: relative;
    top: 0;
    margin-top: -45px;
}
.benefits .col-block .benefits-block:hover p{
    display: block;
    opacity: 1;
}
.benefits-block h3{
   font-size: 32px;
    margin-top: 30px;
    font-family: 'RobotoSlab', serif;
}
.leeds{
    background: url("../img/lead-bg.jpg") no-repeat;
    background-size: cover;
    padding: 70px 0;
}
.leeds h2{
    color: #0050a3;
}
.leeds h2 strong{
    color: #0d487a;
}
.leeds p{
    font-size: 22px;
    margin-bottom: 30px;
}
.services{
    background-size: cover;
    color: #fff;
    padding: 50px 0;
    background-attachment: fixed;
    background: white;
}
.services h2{
    margin-top: 0;
}
.services p{
    font-size: 22px;
}
.service-block {
    padding: 0 0 102px;
    border-radius:3px ;
    position: relative;
    overflow: hidden;
    background-position: right bottom;
    background-color: #0c4175;
    background-repeat: no-repeat;
}
.service-text-wrap{
   position: absolute;
   bottom: 0px; 
   -webkit-transition: height 0.4s ease-in;
    -moz-transition: height 0.4s ease-in;
    -ms-transition: height 0.4s ease-in;
    -o-transition: height 0.4s ease-in;
    transition: height 0.4s ease-in;
    background-color: #cceaf3;
    height: 72px;
    border-radius:3px;
    left: 0;
    right: 0;
}
.service-text-wrap:hover{
   height: calc(100% - 65px);
}
.services .service-block.first{
    background-image: url(../img/11.jpg);
}
.services .service-block.second{
    background-image: url(../img/22.jpg);
}
.services .service-block .service-text{
    color: #fff;
    margin: 0;
    padding: 0 30px;
    text-align: left;
    font-size: 20px;
    line-height: 2.2ex;
    font-weight: 300;
    min-height: 6.6ex;
    margin-bottom: 20px;
}
.service-main-title,.service-main-title+p {
    text-align: center;
}
.service-main-title+p{
    margin-bottom: 45px;
    font-weight: 700;
    color: #333;
}
.services .service-block .service-text strong{
    color: #09396b;
}

/*.services .service-block.second .service-text{
    padding: 20px 35px;
} */
.services .service-block ul{
    list-style: none;
    padding: 0;
    margin: 0 25px;
    position: relative;
    color: #293539;
    font-weight: 300;
    font-size: 20px;
       -webkit-transition: opacity 0.6s ease-in;
    -moz-transition: opacity 0.6s ease-in;
    -ms-transition: opacity 0.6s ease-in;
    -o-transition: opacity 0.6s ease-in;
    transition: opacity 0.6s ease-in;
    opacity:0;
    
}
.services .service-text-wrap .list-block{
  display: none;  
}
.services .service-text-wrap:hover .list-block{
  display: block;  
}
.services .service-text-wrap:hover ul.service-list{
    opacity:1;
}
.services .service-block ul li{
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    line-height: 25px;
    margin-bottom: 18px;
    z-index: 2;
}

.services .service-block ul li:before{
    content: '';
    /*background: url("../img/actiomix-sprite.png") no-repeat;  */
    display: inline-block;
    width: 8px;
    height: 8px;
    background-position: -313px -5px;
    position: absolute;
    left: 0;
    background-color: #f1730d;
    border-radius: 50%;
    top: 8px;
}
/*
.services .service-block ul li:after {
    content: '';
    display: block;
    width: 3px;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 25px;
    left: 11px;
}
.services .service-block ul li:last-child:after {
    content: none;
} */
.service-title .question-circle{
    display: inline-block;
    background: white;
    color: #f1730d;
    width: 65px;
    height: 65px;
    border-radius:50%;
    text-align: center;
    line-height: 65px;
    cursor: pointer;
    font-size: 40px;
    font-weight: bold;
    position: absolute;
    right: 40px;
    top: -33px;
}

.list-block{
  overflow: hidden;
  
}
p.service-title {
    font-size: 22px;
    color: #1060ae;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    padding: 20px 30px;
    position: relative;
    margin: 0;
}
.services .service-block h3{
    font-size: 32px;
    text-transform: uppercase;
    text-align: left;
    padding: 0 30px;
    font-weight: 700;
}
.services .button{
    padding: 0 25px;
    font-size: 20px;
    line-height: 50px;
    height: 50px;
    background-color: transparent;
    font-weight: 700;
}
.services .list-block .button {
      background-color: #00bbf2;
      margin-left: 30px;
}
.services .list-block .button:hover {
      background-color: #f0730d;
      
}
.for-button{
    text-align: center;
}
p.service-bottom-text {
    font-size: 22px;
    text-transform: uppercase;
    text-align: center;
}
p.service-bottom-text strong{
    display: block;
    font-size: 34px;
}
/*.service-block.second ul:before{
    height: calc(100% - 40px);
}*/
/*.service-block.first .service-img{
    background-image: url("../img/11.jpg");
}
.service-block.second .service-img{
    background-image: url("../img/serv2.png");
} */
.service-block .service-img{
    min-height: 230px;
    background-repeat: no-repeat;
    background-position: 100%;
    padding:0 30px;
}
.gif-wrap{
   margin-right: -15px;
   text-align: right; 
}
.bottom-logo{
    padding: 15px 0;
}
.bottom-logo .logo{
    float: right;
}
.mobile-footer-image{
    display: none;
}
.bottom-contactus{
    background: #091e33;
    color: #fff;
    background-image: url("../img/bottom-map.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 60px;
    padding-bottom: 50px;
}
.copy{
    font-size: 16px;
    color: #274f74;
    line-height: 39px;
}
.bottom-contactus .bottom-map{

}
.request{
    background: #020c16;
    padding: 22px 0;
}
.request-info{
    float: right;
    margin-top: 13px;
}
.request-info p{
    padding-left: 25px;
    font-size: 18px;
    margin-top: 15px;
    position: relative;
    color: #7ba2c6;
    margin-bottom: 0;
    margin-top: -60px;
}
.footer-logo-wrap{
    text-align: right;
}
.footer-logo-wrap .logo {
   background: url("../img/footer-logo.png") no-repeat; 
   width: 201px;
   height: 29px;
}
.request-info a{
    color: #fff;
}
.request-info p:before{
    content: '';
    background: url("../img/actiomix-sprite.png") no-repeat;
    display: inline-block;
    position: absolute;
    left: 0;
}
.request-info .map:before{
    width: 19px;
    height: 25px;
    background-position: -116px -5px;
}
.request-info .phone:before{
    width: 20px;
    height: 21px;
    background-position: -179px -5px;
}
.request-info .mail:before{
    width: 20px;
    height: 16px;
    background-position: -86px -5px;
}
.request-info .phone, .request-info .mail{
    display: inline-block;
    float: right;
}
.request-info .phone{
    margin-right: 15px;
}
p.mail,p.phone{
   color: #5a89b3;
    display: inline-block;
    vertical-align: middle;
    line-height: 87px;
    margin: 0;
    padding-left: 35px;
    position: relative;
}
p.mail:before,p.phone:before{
    content: '';
    background: url("../img/actiomix-sprite.png") no-repeat;
    display: inline-block;
    position: absolute;
    left: 0; 
    top: 45%;
}
p.mail:before{
    width: 24px;
    height: 18px;
    background-position: -82px -5px;
    
}
p.phone:before{
    width: 24px;
    height: 24px;
    top: 35px;
    background-position: -176px -4px;
}
p.mail a{
 color: #5a89b3; 
 vertical-align: middle;  
}
p.mail{
  font-size: 24px; 
  padding-right: 20px;
}
.cont-wrap{
    float: right;
}
p.phone a{
     color: #7ba2c6;  
}
p.phone{
   float: right; 
   font-size: 30px;
   padding-top: 1px;
}
input.button.request-form {
    margin-top: 10px;
    padding: 0 40px 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: 700;
    color: white;
    background-color: #00bbf2; 
    border: 1px solid white;
    cursor: pointer;
    width: auto;
}
input.button.request-form:hover {
    background-color:#f0730d
}
.req-button-wrap{
    display: inline-block;
    width: calc(100% - 120px);
    text-align: center;
}
.bottom-form p{
    margin: 10px 0 0;
    font-size: 18px;
    line-height: 47px;
    float: left;
    color:#7ba2c6;
    font-weight: 300;
}
.bottom-form{
  text-align: right;  
}
.bottom-form input, .bottom-form textarea{
    width: calc(100% - 120px);
    border-radius: 3px;
    border: 1px solid #1b3148;
    padding: 10px 15px;
    color: #456d8e;
    background-color: #0b2b4b;
    font-weight: 300;
    resize:none;
    margin: 10px 0;
}
.bottom-form input:focus, .bottom-form textarea:focus{
    color: #ffffff;
}
.bot-h2{
    color: #5a89b3;
}
.bottom-form input+label, .bottom-form textarea+label{
  position: absolute; 
}
.bottom-form input:-moz-ui-invalid {
   -webkit-box-shadow: 0px 0px #f0730d;
-moz-box-shadow: 0px 0px 0px #f0730d;
box-shadow: 0px 0px 0px 1px #f0730d; 
}
.bottom-form input.val:valid + label:after, .bottom-form textarea:valid+label:after{
    content: '';
    display: inline-block;
    width: 18px;
    position: absolute;
    height: 13px;
    background-image: url(../img/actiomix-sprite.png);
    background-position: -3px -37px;
    right: -31px;
    top: 24px;
}  

.bottom-form input{
    
    font-size: 18px;
}
.bottom-form textarea{
    min-height: 90px;
    font-size: 18px;
    padding: 10px;
}
ul.service-list:before{
    background: #fff;
}
.slick-next:before, .slick-prev:before{
    content: '';
    display: block;
    background: url("../img/actiomix-sprite.png") no-repeat;
    width: 20px;
    height: 28px;
}
.slick-prev:before{
    background-position: -253px -5px;
}
.slick-next:before{
    background-position: -283px -5px;
}
.slick-prev:before:hover, .slick-prev:before:focus, .slick-next:before:hover, .slick-next:before:focus{
    opacity: .7;
}

.slick-slide img{
    margin: auto;
}
li.new-li {
    width: 3px;
    display: block;
    background: #f17a18 !important;
    height: 100%;
    position: absolute !important;
    padding: 0 !important;
    top: 0;
    left: 11px;
    z-index: 0 !important;
}
/*.bottom-process ul:before, .bottom-process ul li:last-child:after{
    content: '';
    display: block;
    position: absolute;
    width: 3px;
    left: 11px;
    height: 100%;
}
.bottom-process ul:before{
    background: #f17a18;
}
.bottom-process ul li:last-child:after{
    background: #fff;
    top: 25px;
}*/
.ancor{
    display: block;
}
h4.modal-title {
    text-transform: uppercase;
    color: #0050a3;
    font-size: 22px;
    font-family: 'roboto';
    text-align: center;
    line-height: 28px;
    font-weight: bold;
    padding-bottom: 10px;
}
h4.modal-title.contact{
    text-transform: none;
    text-align: center;
}
.modal-content{
    color: #000;
    background-image: url("../img/form-bg.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #fafeff;
}
.modal .modal-header p{
    font-size: 19px;
    line-height: 1.4em;
    font-style: normal;
    font-weight: 300;
    color: #000;
    margin: 0;
    text-align: center;
}
.modal-form p {
    font-size: 18px;
    color: #000;
    font-style: normal;
    text-align: left;
    position: relative;
    line-height: 45px;
}
.modal-form p, .modal-form textarea{
    margin-bottom: 20px;
}
.modal-form input {
    height: 45px;
    width: 285px;
}
.modal-form textarea{
    width: 285px;
}
.modal-form p input, .modal-form p textarea {
    float: right;
    padding-left: 10px;
    background: #7e97ab;
    border: none;
    border-radius: 3px;
    color: #ccd8e4;
}
.modal-form p textarea{
    line-height: 1.4;
    height: 160px;
    padding-top: 10px;
}
.validation{
    display: none;
}
.modal-form p input.val:valid + i.validation{
    display: block;
    background: url("../img/valid.png") no-repeat;
    width: 18px;
    height: 13px;
    position: absolute;
    right: -30px;
    top: 15px;
}

button.close{
    background: url("../img/close.png") no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 20px;
    opacity: 1;
    z-index: 2;
}
button.close:hover{
    opacity: .7;
}
.modal-form ::-webkit-input-placeholder {color:#ccd8e4;}
.modal-form ::-moz-placeholder          {color:#ccd8e4;}
.modal-form :-moz-placeholder           {color:#ccd8e4;}
.modal-form :-ms-input-placeholder      {color:#ccd8e4;}

.modal-form input.button{
    float: none;
    width: auto;
    display: block;
    margin: 0 auto;
    padding: 0 50px;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    text-transform: uppercase;
}
.modal-form input:focus, .modal-form textarea:focus{
    color: #fff;
    outline: none;
    background: #81a9ce;
}
.modal-form textarea{
    resize: none ;
}
.modal-form input:-moz-ui-invalid {
   -webkit-box-shadow: 0px 0px #f0730d;
-moz-box-shadow: 0px 0px 0px #f0730d;
box-shadow: 0px 0px 0px 1px #f0730d; 
}
.clear{
    clear: both;
}
.modal-header, .modal-body{
    padding: 20px 50px 0;
    border: none;
}
.modal-body span{
    font-size: 18px;
    color: #10487a;
}
.modal-footer{
    border: none;
    background: rgba(0,143,255,.14);
    padding: 20px 50px;
    text-align: center;
}
.send-modal input[type="submit"]{
    display: none;
}
 .modal-footer a{
   display: none; 
}
.send-modal .modal-body p,.send-modal .modal-header h4,.send-modal .modal-header p{
    display: none;
}
.send-modal .modal-footer a{
    display: inline-block;
}
.modal-dialog{
    max-width: 485px;
}
.send-message + p{
   display: none;
}
.send-modal .send-message + p{
   /*display: inline-block;*/
   display: block;
   font-size: 19px;
    line-height: 1.4em;
    font-style: normal;
    font-weight: 300;
    color: #000;
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
}
.send-message{
    height: 0;
}
.send-message.done{
    height: auto;
    text-align: center;
    margin: 0;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    text-transform: uppercase;
    color: #0050a3;
    font-size: 22px;
    font-weight: bold;
    font-family: 'roboto';
}
.navbar-inverse{
    background-color: transparent;
    border-color: transparent;
    display: inline-block;
    float: right;
    margin: 0;
    top: -15px;
}
.navbar-inverse .navbar-nav>li>a, .navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover{
    color: #999;
    font-weight: 300;
    font-size: 15px;
}
.navbar-inverse .navbar-nav>li>a:hover{
    text-decoration: underline;
}
.navbar-inverse .navbar-toggle .icon-bar{
    background-color: #000;
}
.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover{
    background-color: #fff;
}
.navbar-inverse .navbar-toggle{
    border-color: transparent;
}
.mobile-step{
    display: none;
}
@media screen and (max-width: 1199px)and (min-width: 992px){
    .container{
        width: 970px;
    }
}
@media screen and (max-width: 1199px){

    .service-block .service-img{
        min-height: 300px;
    }
    .bottom-process {
    background: none;
    }
    .bottom-process .container {
        background: none;
    }
    .benefits-block h3 {
        font-size: 26px;
    }
    .mobile-step{
        display: block;
        text-align: center;

    }
     .bottom-process .list{
         width: 100%;
     }
     .gif-wrap {
        display: none;
     }
     .bottom-process table {
    margin: 0 auto 25px;
    }
    .bottom-process table tr td:first-child {
        display: table-cell;
    }
    .bottom-process table tr td:nth-child(2) {
        background-color: #ececec;
    }
    .bottom-process ul {
        margin-bottom: 0;
    }
    span.big-number {
    font-size: 60px;
    opacity: 1;
    font-weight: 700;
    line-height: 1em;
    display: inline-block;
    width: 100%;
    padding: 0 15px;
    text-align: center;
    color: #fff;
    }
     .bottom-process table {
         width: 100%;
     }
     .bottom-process table{
         border-spacing: 0 1em;
         border-collapse: separate;
     }
     .green{
         background-color: #7cdb59;
     }
     .yellow{
         background-color: #cde12a;
     }
     .orange{
         background-color: #fe9d01;
     }
     .red{
         background-color: #f55f5e;
     }
     .violet{
         background-color: #ae49e5;
     }
}
@media screen and (max-width: 1200px){
    .problems .graphic{
        padding-left: 15px;
        background: none;
    }
    .benefits .col-block .benefits-block p{
        padding: 0;
    }
    input.button.request-form {
        width: auto;
    }
    p.phone {
        float: none;
    }
}

/*@media screen and (max-width: px){
   
    .benefits .col-block .benefits-block{
        height: 235px;
    }
} */

@media screen and (max-width: 992px){
 
    p.phone {
        float: right;
    }
    .process p{
        width: 100%;
    }
    /*.slick-slider .slick-list{
        width: calc(100% - 50px);
    }*/
    .slick-next, .slick-prev{
        z-index: 2;
    }
    .slick-prev{
        left: 0;
    }
    .slick-next{
        right: 0;
    }
    .benefits .col-block .benefits-block p{
        font-size: 18px;
    }
}
@media screen and (max-width: 991px){

         .service-block {
         margin-bottom: 20px;
     }

     .request-info p {
         margin: 0;
     }
     .request-info {
        float: left;
     }
     .benefits .col-block .benefits-block .benefits-img,
     .benefits .col-block:nth-child(1) .benefits-block .benefits-img,
     .benefits .col-block:nth-child(1) .benefits-block.back .benefits-img, 
     .benefits .col-block .benefits-block.back .benefits-img {
          min-width: 75px;
          min-height: 75px;   
     }
     .benefits .col-block .benefits-block,.benefits .col-block  {
        height: 240px;
     }
     .benefits .col-block  {
         width: 50%;
     }
     .cont-wrap {
     float: none;
     }
     .benefits .col-block:nth-child(4){
         margin-bottom: 80px;
     }
     .benefits-block h3 {
        font-size: 26px;
        margin-top: 25px;
        }
     .problems h2 {
         width: 100%;
     }
    .mobile-footer-image{
    display: block;
    max-width: 100%;
    }
        .bottom-process{
        background: none;
    }
    .bottom-contactus {
        background-image: none;
       background-color: #091f36;
    }

    .mobile-step img{
        max-width: 100%;
    }
    
     .service-block .service-img {
      min-height: 220px;
     }
}
@media screen and (max-width: 767px){
     .bottom-process{
       width: 100%; 
     }
     ul.nav-menu li {
        display: block;
        }
        .navbar-inverse {
    width: 100%;
        }
     .service-block {
         padding: 0;
         background-position: right top;
     }
       .services .list-block .button {
           display: none;
       }
     .service-text-wrap {
        position: static;
        height: auto;
        padding-bottom: 20px;
     }
     .services .service-text-wrap .list-block {
        display: block;
        }
        .services .service-block ul {
            opacity:1;
        }
     .modal-dialog{
         margin: 30px auto;
     }
     .benefits .col-block {
         margin-bottom: 50px;
         width: 100%;
     } 
     .benefits .col-block .benefits-block {
         margin-bottom: 50px;
     }
     p.mail, p.phone {
         line-height: 40px;
     }
     p.phone::before {
         top:10px;
     }
     .services .service-block ul li {
         line-height: 1.2;
     }
     .bottom-process table {
        margin: 0;
     }
     .benefits {
         padding: 0;
     }
     .problems .graphic{
         padding: 0;
     }
     .problems ul li {
         padding-left: 30px;
     }
     .copy {
    line-height: 1.2;
    padding-bottom: 10px;
    } 
    .problems ul li::before { 
        width: 21px;
        height: 24px;
        background-position: -110px 0px;
        background-size: 186px auto;
    }
    .service-text-wrap:hover {
        height: auto;
    }
    .service-block .service-img {
        min-height: 295px;
    }
     .footer-logo-wrap{
         text-align: left;
     }
}
@media screen and (max-width: 768px){
    .benefits .col-block .benefits-block{
        height: auto;
    }
    .benefits-block.front, .benefits-block.back {
        position: static;
        width: 100%;
        opacity: 1;
    }
    .col-block:hover .benefits-block.front {
        z-index: 1;
        transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        opacity: 1;
    }
    .benefits .col-block {
        height: auto;
    }
    .benefits .benefits-block.front {
        transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        border-radius:3px 3px 0 0;
    }
    .benefits .benefits-block.back {
        transform: none;
        -webkit-transform: none;
        -o-transform: none;
        -ms-transform: none;
        -moz-transform: none;
        border-radius:0 0 3px 3px;
        margin: 0;
    }
   .benefits .benefits-block.back .benefits-img{
         display: none;
         
   }
    .benefits .benefits-block.front{
        margin: 0;
    }
      p.phone {
        float: none;
    }
    .navbar-inverse{
        top: -5px;
    }

    .footer-logo-wrap .logo {
        position: static;
    }
    .logo{
        position: absolute;
        left: 15px;
    }
    .bottom-logo .logo{
        position: static;
    }
    .bottom-process ul li{
        line-height: 24px;
    }
    .contactus p{
        line-height: 22px;
    }
}
@media screen and (max-width: 475px){
    .services .service-block .service-img{
        background-size: contain;
    }
    .services .service-block ul li {
         line-height: 1.2;
         font-size: 16px;
         margin-bottom: 10px;
     }
     .bottom-process ul {
         padding-right: 5px;
     }
     #contactus .modal-header .close{
         position: static;
     }
     .modal-header, .modal-body {
      padding: 20px 20px 0;
     }
     .modal-body{
         text-align: center;
     }
     .modal-body p{
       display: inline-block; 
       text-align: left; 
       line-height: 1.2;
       margin-bottom: 10px;
     }
     .modal-footer {
         padding: 20px 10px;
     }
     .send-modal .send-message + p {
         padding: 0 10px 15px;
         line-height: 1.2;
         font-size: 16px;
     }
     .modal-form p input:valid + i.validation{
         right: -23px;
         top: 29px;
     }
     h4.modal-title {
         font-size: 20px;
         line-height: 1.2;
     }
     .modal .modal-header p {
         margin-top: 10px;
         line-height: 1.2;
         font-size: 16px;
     }
     .modal-form p input, .modal-form p textarea {
         display: block;
         margin: 0 auto;
         float: none;
     }

    .req-button-wrap {
        width: 100%;
    }
 
    .main-block h1{
        font-size: 28px;
        line-height: 32px;
        margin: 0 auto 35px;
    }
    .main-block p{
        font-size: 18px;
        margin-bottom: 20px;
    }

    .service-block .service-img {
        min-height: 250px;
    }
    .main-block a.button{
        padding: 0 10px;
        font-size: 18px;
        line-height: 50px;
    }
    .contactus p {
    line-height: 1.2;
    font-size: 18px;
    }
    .about .container{
        padding-top: 0;
        padding-bottom: 0;
    }
    h2{
        font-size: 28px;
    }
    .about ul li, .process ul li {
        font-size: 22px;
    }
    .problems h2{
        width: 100%;
    }
    .process, .contactus, .leeds{
        padding: 20px 0 50px;
    }
    .services .service-block .service-text, .services .service-block.second .service-text{
        padding: 20px 30px;
    }
    .service-block {
        padding-top: 0;
    }
    p.service-title{
        font-size: 22px;
        margin: 0;
        padding: 20px 30px;
    }

    .service-title .question-circle{
        right: 10px;
    }
    .services .service-block h3{
        font-size: 28px;
    }
    p.service-bottom-text strong{
        font-size: 26px;
    }


    .benefits .col-block .benefits-block.hoverOn p{
        opacity: 1;
    }
    .request-info .phone, .request-info .mail{
        float: none;
    }
    p.mail {
        margin-right: 15px;
    }
}