@import "animate.css";

/*========================================================
                    Main layout styles
=========================================================*/
body {
  font: 300 15px/28px "Roboto", sans-serif;
  text-transform: uppercase;
  color: #2c2d2e;
  background: #ffffff;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #053677;
}
img {
  max-width: 100%;
}
* {
  -webkit-text-size-adjust: none;
}
/* ======= Headers ======= */
h2 {
  text-align: center;
  font: 700 60px/106px "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
h2 .thin {
  font-weight: 100;
}
.price_output{
  display:flex;
  align-items: center;
}
.price_output>* {
  margin-right:5px;
}
@media (min-width: 768px) {
  .button-services{
    min-height: 140px;
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media (max-width: 767px) {
   h2 {
    font-size: 45px;
    line-height: 70px;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 30px;
    line-height: 35px;
  }
}
h3 {
  font: 700 25px/35px "Roboto", sans-serif;
  color: #2c2d2e;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  h3 {
    font-size: 28px;
    line-height: 28px;
  }
}
strong {
  font-weight: bold !important;
}
.post9 ul {
    line-height: 1.8;
    margin-left: 30px;
    list-style-type: disc;
    margin-bottom: 20px;
}

.morelink .button{text-align:center;}
h4 {
  font: 300 15px/28px "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
h4 strong {
  font-weight: 700;
}
h5 {
  // font: 700 80px/86px "Roboto", sans-serif;
  font: 700 73px/77px "Roboto", sans-serif;
  color: #ffffff;
  letter-spacing: -0.04em;
  
}
h5 .thin {
  font-weight: 100;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 60px;
    line-height: 60px;
  }
}
@media (max-width: 979px) {
  h5 {
    font-size: 45px;
    line-height: 45px;
  }
}
@media (max-width: 479px) {
  h5 {
    font-size: 35px;
    line-height: 35px;
  }
}
h6 {
  font: 700 80px/105px "Roboto", sans-serif;
  color: #fff;/*053677;*/
  text-transform: uppercase;
  letter-spacing: -0.04em;
}
@media (max-width: 1199px) {
  h6 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 767px) {
  h6 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 479px) {
  h6 {
    font-size: 18px;
    line-height: 18px;
  }
}
h6 .thin {
  font-weight: 100;
  color: #ffffff;
}
/* ======= Buttons ======= */
.btn-default {
  font: 700 18px/20px "Roboto", sans-serif;
  text-transform: uppercase;
  display: inline-block;
  color: #ffffff;
}
.btn-big {
  display: inline-block;
  background: #053677;
  color: #ffffff;
  text-transform: uppercase;
  font: 700 24px/28px "Roboto", sans-serif;
  padding: 26px 50px 26px 52px;
}
.btn-big:hover {
  color: #ffffff;
  background: #ea4f52;
}
.btn-big.__inset1 {
  background: #4c4e50;
  margin-bottom: 20px;
}
.btn-big.__inset1:hover {
  background: #85888a;
}
@media (max-width: 479px) {
  .btn-big {
    font-size: 18px;
    line-height: 18px;
    padding: 5px 15px;
  }
}
.btn-bordered {
  font: 700 20px/20px "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  text-align: center;
  display: inline-block;
  border: 1px solid #ffffff;
  padding: 20px 44px 24px;
  background: transparent;
}
.btn-bordered:hover {
  background: #ffffff;
  color: #4c4e50;
}
/* ======= Modifiers ======= */
.__display-none {
  display: none;
}
.__display-inline {
  display: inline;
}
.__hover-color {
  color: #053677;
}
.__upper {
  text-transform: uppercase;
}
.__normal {
  font-weight: 400;
}
.__relative {
  position: relative;
}
/* ======= Wrappers ======= */
/*========================================================
                    HEADER styles
=========================================================*/
#header {
  border-bottom: 1px solid #ffffff;
}
@media (max-width: 979px) {
  #header {
    text-align: center;
  }
}
#header #stuck_container {
  background: url(../images/background3.png) no-repeat center;
  border-style: cover;
}
@media (max-width: 979px) {
  #header #stuck_container {
    background: #4c4e50;
  }
}
#header #stuck_container {
  padding: 5px 0 9px;
}
@media (max-width: 979px) {
  #header #stuck_container {
    padding-bottom: 20px;
  }
}
#header.main {
  border-bottom: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 300;
}
#header.main #stuck_container {
  background: url(../images/background0.png) repeat;
}
@media (max-width: 979px) {
  #header.main {
    position: relative;
  }
}
/* ======= Logo ======= */
h1 {
  float: left;
  display: inline-block;
  font: 900 37px/27px "Roboto", sans-serif;
  text-transform: uppercase;
  letter-spacing: -0.04em;
  margin-right:110px;
  margin-top:1px;
  margin-bottom:-3px;
}
@media (max-width: 979px) {
  h1 {
    float: none;
  }
}
h1 .main {
  color: #4679bd;
  font-size:39px;
  letter-spacing:7px;
}
h1 .secondary {
  font-weight: 100;
  font-size:14px;
  letter-spacing: 0px;
  color: #ffffff;
}
/* ======= Main menu variables ======= */
/* ======= Sub menus common variables ======= */
/* ======= First level sub menu variables ======= */
/* ======= Second level sub menu variables ======= */
nav {
  float: left;
  margin-top: 18px;
}
contacts {
  float: right;
  margin-top: 5px;
}
contacts tel,contacts adr{
    display:block;
    text-transform:none;
    color:#fff;
    font-size:18px;
    line-height:25px;
}
contacts tel a{
    font-size:24px;
    font-weight:bold;
}
contacts tel a:hover{
    color:#4679bd;
}
@media (max-width: 979px) {
  nav,contacts {
    float: none;
    display: inline-block;
  }
}
/* Main menu styles
========================================================*/
.sf-menu > li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  position: relative;
  text-align: center;
}
.sf-menu > li + li {
  margin-left: 22px;
}
.sf-menu > li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f107";
  color: #ffffff;
  bottom: -18px;
  left: 50%;
  margin-left: -7px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu > li > a {
  text-transform: uppercase;
  font: 400 17px/21px "Roboto", sans-serif;
  display: inline-block;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #ffffff;
}
.sf-menu > li > a:hover {
  color: #4679bd;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:active {
  background: transparent;
  color: #4679bd;
}
.sf-menu .sfHover > a:after {
  color: #4679bd;
}
.sf-menu > li.current > a {
  color: #4679bd;
}
.sf-menu > li.current > .sf-with-ul:after {
  color: #4679bd;
}
.sf-menu > li.sfHover > a {
  color: #4679bd;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles
========================================================*/
.sf-menu ul {
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 342px;
  font: 400 13px/13px Lato, sans-serif;
  position: absolute;
  top: 47px;
  left: 50%;
  margin-left: -111px;
  background: url(../images/background0.png) repeat;
  text-align: left;
  padding: 15px 0 30px 0;
  z-index: 2;
}
.sf-menu ul li {
  padding-left: 32px;
  line-height: 39px;
  position: relative;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li:hover {
  background: #053677;
}
.sf-menu ul li:hover a {
  color: #ffffff;
}
.sf-menu ul li.first-child:before {
  display: none;
}
.sf-menu ul li > .sf-with-ul:after {
  font-family: FontAwesome;
  font-size: 22px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: "\f105";
  color: #ffffff;
  top: 0;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.sf-menu ul li a {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
}
.sf-menu ul > .sfHover > a:after {
  color: #ffffff;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -15px;
  left: 227px;
  margin-left: 0;
  background: url(../images/background0.png) repeat;
  z-index: 4;
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  nav {
    width: 100%;
    float: none;
  }
  .select-menu {
    border-radius: none;
    display: block;
    /*text-transform: capitalize;*/
    float: none;
    color: #053677;
    width: 100%;
    background: #ffffff;
    font: 22px/28px "Roboto", sans-serif;
    text-align: left;
    border: 1px solid #c1c1c1;
    padding: 2px 0;
    position: relative;
  }
  .select-menu option {
    text-align: left;
    position: relative;
  }
}
/*Core variables and mixins*/
/* Stuck menu styles
========================================================*/
.isStuck {
  z-index: 999;
  position: fixed;
  -webkit-box-shadow: 0 0 4px 0 #000000;
  box-shadow: 0 0 4px 0 #000000;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
                    CONTENT styles
=========================================================*/
#content.common {
  text-transform: none;
}
/* ======= banner 1 Fair friendly service ======= */
.banner1 {
  background: #4c4e50;
  text-align: center;
  color: #ffffff;
  padding: 112px 0 129px;
}
.banner1 h5 {
  margin-bottom: 40px;
}
.banner1 .btn-big {
  margin-top: 24px;
}
/* ======= Banner 2 Best services ======= */
.banner2 {
  background: #053677;
}
.banner2 .btn-big {
  background: #4c4e50;
  margin-top: 24px;
}
.banner2 .btn-big:hover {
  background: #85888a;
}
.banner2 p {
  color: #ffffff;
}
.banner2.__inset0 .left {
  background: url(/upload/images/page1_img1_1.jpg) no-repeat center 0;
  background-size: cover;
}
.banner2 .left {
  float: left;
  width: 50%;
  min-height: 704px;
}
@media (max-width: 840px) {
  .banner2 .left {
    min-height: 790px;
  }
}
@media (max-width: 767px) {
  .banner2 .left {
    float: none;
    width: 100%;
    min-height: 200px;
  }
}
.banner2 .right {
  float: left;
  width: 50%;
  min-height: 704px;
}
@media (max-width: 840px) {
  .banner2 .right {
    min-height: 790px;
  }
}
@media (max-width: 767px) {
  .banner2 .right {
    float: none;
    width: 100%;
    min-height: 200px;
  }
}
.banner2 .slogan {
  text-align: center;
  padding: 112px 58px 0;
  background: #053677;
}
@media (max-width: 767px) {
  .banner2 .slogan {
    padding: 30px;
  }
}
.banner2 h5 {
  margin-bottom: 41px;
}
.banner2.__inset1 {
  background: #2c2d2e;
}
.banner2.__inset1 .right {
  background: url(/upload/images/page1_img2.jpg) no-repeat center 0;
  background-size: cover;
}
.banner2.__inset1 .slogan {
  background: #2c2d2e;
}
/* ======= Banner 3 About us ======= */
.banner3 {
  padding: 124px 0 140px;
}
.banner3 h5 {
  text-align: center;
  color: #2c2d2e;
  margin-bottom: 81px;
}
.banner3 .button {
  margin-top: -21px;
  text-align: center;
}
@media (max-width: 767px) {
  .banner3 {
    padding-bottom: 40px;
  }
}
/* ======= Post 1 About us ======= */
.post1 {
  margin-bottom: 101px;
}
@media (max-width: 767px) {
  .post1 {
    margin-bottom: 50px;
  }
}
.post1 h3 {
  margin-bottom: 7px;
}
.post1 .label {
  margin-top: -11px;
  display: inline-block;
  background: #053677;
  text-align: center;
  width: 140px;
  height: 140px;
}
@media (max-width: 767px) {
  .post1 .label {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
@media (max-width: 1199px) {
  .post1 .label {
    width: 108px;
    height: 108px;
  }
}
.post1 .label i {
  font-size: 65px;
  line-height: 140px;
  color: #ffffff;
}
@media (max-width: 1199px) {
  .post1 .label i {
    font-size: 40px;
    line-height: 108px;
  }
}
.post1.__left {
  text-align: right;
}
.post1.__left .wrapper {
  text-align: left;
}
@media (max-width: 767px) {
  .post1.__left {
    text-align: left;
  }
  .post1.__left .wrapper {
    display: none;
  }
}
.post1.__right {
  text-align: left;
}
.post1.__right .wrapper {
  text-align: right;
}
@media (max-width: 767px) {
  .post1.__right {
    text-align: left;
  }
  .post1.__right .wrapper {
    display: none;
  }
}
/* ======= banner 4 Our Services ======= */
.banner4 {
  background: url(/upload/images/page1_img3_1.jpg) no-repeat center 0;
  background-size: cover;
  padding: 122px 0 110px;
}
.banner4 h5 {
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 767px) {
  .banner4 {
    background: #2c2d2e;
  }
}
/* ======= post 2 our services ======= */
.post2 {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background: url(../images/background2.png) repeat;
  margin-bottom: 30px;
}
.post2:hover {
  background: url(../images/background1.png) repeat;
}
.post2 img {
  float: left;
  margin-right: 28px;
}
.post2 .wrapper {
  padding-top: 25px;
}
.post2 h3 {
  color: #ffffff;
  margin-bottom: 7px;
}
.post2 p {
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .post2 p {
    padding: 10px;
  }
  .post2 h3 {
    padding: 10px;
  }
  .post2 img {
    width: 100%;
    float: none;
    margin-right: 0;
  }
}
/* ======= Banner 5 Happy customers ======= */
.banner5 {
  padding: 124px 0 132px;
  text-align: center;
}
.banner5 h5 {
  margin-bottom: 51px;
  color: #2c2d2e;
}
.banner5 img {
  border-right: 500px;
  margin-bottom: 52px;
  -webkit-border-radius: 50%;
          border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
  z-index: 1;
}
.banner5 h3 {
  margin-bottom: 17px;
}
.banner5 h3 small{
  font-size:15px;
  color:#404040;
}

.banner5 .cite {
  position: relative;
}
/*.banner5 .cite:before {
  font-family: FontAwesome;
  font-size: 113px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  color: #053677;
  content: '\f10d';
  line-height: 90px;
  top: -117px;
  left: 50%;
  margin-left: -52.5px;
} */
/* ======= Banner 6 Our capabilities ======= */
.banner6 {
  background: #4c4e50;
  padding: 98px 0 130px;
  
}
@media (max-width: 767px) {
  .banner6 {
    padding-top: 40px;
  }
}
.banner6 h2 {
  margin-bottom: 22px;
}
.banner6 .button {
  text-align: center;
}
/* ======= Post 3 our capabilities ======= */
.post3 img {
  margin-top: 8px;
}
@media (max-width: 767px) {
  .post3 img {
    margin-bottom: 20px;
  }
}
.post3 h4 {
  margin-bottom: 17px;
}
.post3 p {
  margin-bottom: 21px;
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
}
.post3 .btn-big {
  margin-top: 14px;
}
/* ======= Banner 7 What we offer ======= */
.banner7 {
  background: url(/upload/images/about_serv_2.jpg) no-repeat right 0 #053677;
  position: relative;
}
@media (max-width: 767px) {
  .banner7 {
    background: #053677;
  }
}
.banner7 .wrapper {
  padding: 98px 0 105px;
  background: #053677;
}
@media (max-width: 1199px) {
  .banner7 .wrapper {
    padding: 20px 0 50px;
  }
}
.banner7 .wrapper h2 {
  margin-bottom: 20px;
}
.banner7 img {
  position: absolute;
  top: 0;
  right: 0;
}
/* ======= Post 4 What we offer ======= */
.post4 {
  text-align: center;
}
@media (max-width: 767px) {
  .post4 {
    margin-bottom: 50px;
  }
}
.post4 .label {
  font: 600 48px/94px "Open Sans", sans-serif;
  color: #ffffff;
  margin-bottom: 6px;
  display: inline-block;
  width: 98px;
  height: 98px;
  border-radius: 500px;
  text-align: center;
  border: 1px solid #ffffff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.post4 h4 {
  margin-bottom: 7px;
}
.post4 h4 a:hover {
  color: #2c2d2e;
}
.post4 p {
  color: #ffffff;
  font-size: 15px;
  line-height: 24px;
  padding: 0 12px;
}
/* ======= Banner 8 Featured Services ======= */
.banner8 {
  padding: 98px 0 102px;
}
@media (max-width: 767px) {
  .banner8 {
    padding-top: 40px;
  }
}
.banner8 h2 {
  color: #2c2d2e;
  margin-bottom: 14px;
}
/* ======= Tabs services ======= */
#tabs {
  text-align: left;
  color: #2c2d2e;
}
#tabs a {
  display: block;
}
#tabs .tabs-list {
  position: relative;
  margin-top: 6px;
}
@media (max-width: 767px) {
  #tabs .tabs-list {
    margin-bottom: 20px;
  }
}
#tabs .tabs-list .ui-state-focus {
  outline: medium none !important;
}
#tabs .tabs-list .ui-tabs-active .tab {
  color: #053677;
}
#tabs .tabs-list .ui-tabs-active .tab i {
  color: #053677;
}
#tabs .tabs-list li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium none !important;
  text-align: left;
  display: block;
  border-bottom: 1px solid #9b9ea1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#tabs .tabs-list li:first-child {
  border-top: 1px solid #9b9ea1;
}
@media (max-width: 479px) {
  #tabs .tabs-list li {
    padding-left: 10px;
  }
}
#tabs .tabs-list li a {
  outline: medium none !important;
}
#tabs .tab {
  font: 700 18px/28px "Roboto", sans-serif;
  display: block;
  color: #2c2d2e;
  text-transform: uppercase;
  position: relative;
  padding: 22px 0 16px;
}
@media (max-width: 1199px) {
  #tabs .tab {
    font-size: 14px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  #tabs .tab {
    text-align: center;
    padding: 5px 0 5px;
  }
}
#tabs .tab span {
  /*margin-top: 13px;*/
  display: inline-block;
}
#tabs .tab i {
  color: #2c2d2e;
  font-size: 65px;
  margin-top: -6px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  #tabs .tab i {
    font-size: 30px;
    margin-top: 13px;
  }
}
#tabs .tab:hover {
  color: #053677;
}
#tabs .tab:hover i {
  color: #053677;
}
/* ======= Post 5 Featured services ======= */
.post5 h3 {
  margin-bottom: 14px;
}
.post5 p {
  margin-bottom: 28px;
}
/* ======= Banner 9 Car maintenance ======= */
.banner9 {
  background: url(../images/page2_img3_1.jpg) no-repeat center 0;
  background-size: cover;
  padding: 142px 0 84px;
}
.banner9 h2 {
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .banner9 {
    background: #2c2d2e;
  }
}
/* ======= Post 6 Car maintenace ======= */
.post6 {
  margin-bottom: 36px;
}
.post6 img {
  margin-top: 9px;
}
@media (max-width: 767px) {
  .post6 img {
    margin-bottom: 20px;
  }
}
.post6 h4 {
  margin-bottom: 13px;
}
.post6 p {
  margin-bottom: 21px;
  color: #ffffff;
  line-height: 21px;
}
/* ======= Banner 10 supercar advices ======= */
.banner10 {
  padding: 25px 0 47px;
  background: url(../images/page2_img6.png) no-repeat center 0;
  background-size: cover;
}
.banner10 h2 {
  text-align: left;
  margin-bottom: 1px;
}
.banner10 a {
  display: inline-block;
  margin-top: 62px;
}
.banner10 a:hover i {
  color: #2c2d2e;
}
.banner10 a i {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #ffffff;
  color: rgba(255, 255, 255, 0.5);
  display: block;
  font-size: 72px;
  line-height: 64px;
}
.banner10.__inset1 {
  background: url(../images/page3_img1.png) no-repeat center 0;
  background-size: cover;
}
.banner10.__inset1 a:hover i {
  color: #053677;
}
.banner11 {
  background: #4c4e50;
  padding: 98px 0 20px; /*142px*/
}
.banner11.calc{
    padding-bottom:140px;
}
@media (max-width: 767px) {
  .banner11 {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
.banner11 h2 {
  margin-bottom: 22px;
}
#filters {
  margin-top: 6px;
  margin-bottom: 54px;
  text-align:center;
  /* ---- button-group ---- */
}
@media (max-width: 767px) {
  #filters {
    margin-bottom: 30px;
  }
}
#filters .button {
  display: inline-block;
  background: transparent;
  border: 2px solid #ffffff;
  padding: 17px 18px 18px;
  color: #ffffff;
  font: 700 18px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 979px) {
  #filters .button {
    padding: 17px 10px;
  }
}
@media (max-width: 767px) {
  #filters .button {
    display: block;
    margin-top: 10px;
  }
}
#filters .button:hover {
  color: #ffffff;
  border-color: #053677;
}
#filters .button:active,
#filters .button.is-checked {
  color: #ffffff;
  background: #053677;
  border-color: #053677;
  outline: none;
}
#filters .button.is-checked {
  color: #ffffff;
  background: #053677;
  border-color: #053677;
}
#filters .button:active {
  color: #ffffff;
  background: #053677;
  border-color: #053677;
}
#filters .button-group:after {
  content: '';
  display: block;
  clear: both;
}
#filters .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 56px;
}
.filter-by {
  display: block;
  font: 16px/24px "Roboto", sans-serif;
  margin-top: 43px;
  margin-bottom: 5px;
}
.isotope .element-item {
  float: none;
  display: block;
  width: 88%;
}
/* ======= List 1 ======= */
.list1 {
  padding-right: 67px;
}
@media (max-width: 1199px) {
  .list1 .price {
    float: right;
  }
}
@media (max-width: 767px) {
  .list1 {
    margin-bottom: 30px;
  }
}
.list1 .wide {
  display: inline-block;
  min-width: 250px;
}
@media (max-width: 1199px) {
  .list1 .wide {
    min-width: 0;
    margin-right: 10px;
  }
}
.list1 li {
  position: relative;
}
.list1 li + li {
  margin-top: 21px;
}
.list1 li:after {
  content: '';
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: url(../images/border1.png) repeat-x;
  bottom: -12px;
}
.list1 a {
  font: 300 15px/15px "Roboto", sans-serif;
  color: #ffffff;
}
@media (max-width: 479px) {
  .list1 a {
    font-size: 12px;
    line-height: 12px;
  }
}
.list1 a:hover {
  color: #053677;
}
.list1 .appointment {
  font: 700 14px/15px "Roboto", sans-serif;
  color: #ffffff;
  float: right;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .list1 .appointment {
    float: none;
    display: block;
  }
}
.list1 .appointment:hover {
  color: #053677;
}
.list1 li {
  display: block;
  font: 400 14px/14px "Roboto", sans-serif;
  color: #2c2d2e;
}
/* ======= Post 7 Latest from the blog ======= */
.post7 {
  margin-top: 4px;
  padding-right: 70px;
  margin-bottom: 47px;
}
@media (max-width: 979px) {
  .post7 {
    padding-right: 0;
  }
}
.post7 .header {
  font: 300 18px/20px "Roboto", sans-serif;
  color: #050505;
  text-transform: uppercase;
  display: block;
  margin-bottom: 1px;
}
.post7 .info {
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 7px;
}
.post7 .info time {
  font: 300 15px/20px "Roboto", sans-serif;
  text-transform: uppercase;
  display: block;
  color: #ffffff;
}
.post7 .info time .divider {
  display: inline-block;
  margin: 0 10px;
}
.post7 .info:after {
  width: 100%;
  content: '';
  display: block;
  height: 2px;
  background: #696c6f;
  position: absolute;
  bottom: 0;
}
.post7 p {
  line-height: 24px;
  color: #ffffff;
}
.post7 .btn-default {
  margin-top: 10px;
}
/* ======= Banner 12  latest news ======= */
.banner12 {
  background: #053677;
  padding: 98px 0 65px;
}
@media (max-width: 767px) {
  .banner12 {
    padding-top: 40px;
  }
}
.banner12 h2 {
  margin-bottom: 12px;
}
/* ======= Post 8 latest news ======= */
.post8 {
  padding-left: 178px;
  position: relative;
  margin-bottom: 55px;
}
@media (max-width: 979px) {
  .post8 {
    padding-left: 70px;
    margin-bottom: 0px;
  }
  .post8-row{
    margin-bottom:55px;
  }
  .post8-row .button-services{
    padding-top:30px;
  }

}
.post8 .label {
  position: absolute;
  left: 0;
  top: 9px;
  width: 140px;
  height: 140px;
  background: #ffffff;
}
@media (max-width: 979px) {
  .post8 .label {
    width: 50px;
    height: 50px;
  }
}
.post8 .label time {
  text-align: center;
  margin-top: 32px;
  display: block;
}
@media (max-width: 979px) {
  .post8 .label time {
    margin-top: 5px;
  }
}
.post8 .label time .day {
  font: 300 36px/36px "Roboto", sans-serif;
  color: #053677;
  display: block;
  text-align: center;
}
@media (max-width: 979px) {
  .post8 .label time .day {
    font-size: 18px;
    line-height: 18px;
  }
}
.post8 .label time .month {
  font: 300 38px/36px "Roboto", sans-serif;
  color: #053677;
  display: block;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 979px) {
  .post8 .label time .month {
    font-size: 19px;
    line-height: 18px;
  }
}
.post8 h4 {
  margin-bottom: 7px;
  padding-right: 73px;
}
@media (max-width: 979px) {
  .post8 h4 {
    padding-right: 0;
  }
}
.post8 h4 a:hover {
  color: #2c2d2e;
}
.post8 p {
  line-height: 24px;
  color: #ffffff;
}
/* ======= Banner 13 Advanced cycle ======= */
.banner13 {
  padding: 28px 0 28px;/*117*/
}
.banner13 h2 {
  color: #2c2d2e;
  margin-bottom: 11px;
}
/* ======= Post 9 Advanced cycle ======= */
.post9 h4 {
  color: #2c2d2e;
  margin-bottom: 14px;
}
.post9 h4 a:hover {
  color: #053677;
}
.post9 p {
  margin-bottom: 20px;
  line-height: 21px;
}
.post9 .vimeo-video1 {
  margin-top: 10px;
}
@media (max-width: 767px) {
  .post9 .vimeo-video1 {
    margin-top: 30px;
  }
}
/* ======= Banner 14 Contacts ======= */
.banner14 {
  background: #4c4e50;
  padding: 98px 0 102px;
}
@media (max-width: 767px) {
  .banner14 {
    padding-top: 40px;
  }
}
.banner14 h2 {
  margin-bottom: 22px;
  text-align:left;
  font-size:48px;
}
.banner14 .button {
  text-align: center;
}
/* ======= Post 10 Privacy Policy ======= */
.post10 {
  margin-bottom: 28px;
}
.post10 .header {
  margin-bottom: 13px;
  font: 300 18px/29px "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
  display: block;
}
.post10 p {
  color: #ffffff;
  line-height: 21px;
  font-size: 14px;
}
.post10 .simple-link {
  color: #053677;
  margin-top: 17px;
  margin-bottom: -5px;
}
.post10 .simple-link:hover {
  color: #ffffff;
}
/* ======= Socials buttons 1 ======= */
.socials1 li {
  display: inline-block;
  margin-bottom: 10px;
}
.socials1 li + li {
  margin-left: 18px;
}
.socials1 li a i {
  color: #ffffff;
  background: #4c4e50;
  text-align: center;
  font-size: 41px;
  display: block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.socials1 li a i:hover {
  background: #053677;
  color: #ffffff;
}
/* ======= Vimeo video  ======= */
.vimeo-video1 iframe {
  width: 100%;
  height: 360px;
}
@media (max-width: 1199px) {
  .vimeo-video1 iframe {
    height: 290.52631578947364px;
  }
}
@media (max-width: 979px) {
  .vimeo-video1 iframe {
    height: 229.89473684210526px;
  }
}
@media (max-width: 767px) {
  .vimeo-video1 iframe {
    height: 265.2631578947368px;
  }
}
@media (max-width: 479px) {
  .vimeo-video1 iframe {
    height: 170.52631578947367px;
  }
}
/* ======= Google Map  ======= */
.google-map_contacts {
  margin-top: 30px;
}
.google-map_contacts iframe {
  width: 100%;
  height: 434px;
}
@media (max-width: 767px) {
  .google-map_contacts iframe {
    height: 200px;
  }
}
/* ======= Address  ======= */
.address-block {
  margin-top: 26px;
}
@media (max-width: 767px) {
  .address-block {
    margin-bottom: 50px;
  }
}
.address-block address {
  margin-bottom: 3px;
  font: 300 15px/22px "Roboto", sans-serif;
  color: #ffffff;
}
.address-block .our-address {
  display: block;
  margin-bottom: 13px;
  font: 300 24px/24px "Roboto", sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.address-block .numbers {
  display: inline-block;
  min-width: 115px;
}
.simple-link {
  display: inline-block;
  text-decoration: underline;
}
/*========================================================
                    FOOTER styles
=========================================================*/
#footer {
  padding: 93px 0;
  background: url(../images/page1_img9.jpg) no-repeat center;
  background-size: cover;
  color: #ffffff;
  text-align: center;
}
#footer.main {
  padding-top: 122px;
}
#footer h5 {
  margin-bottom: 52px;
}
#footer .phones {
  display: inline-block;
  padding-left: 31px;
  font: 700 35px/55px "Roboto", sans-serif;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 35px;
  margin-left:-45px;
  position: relative;
}
@media (max-width: 479px) {
  #footer .phones {
    padding-left: 50px;
    font-size: 18px;
    line-height: 30px;
    padding-top:11px;
  }
}
#footer .phones span {
  display: block;
}
#footer .phones:before {
  font-family: FontAwesome;
  font-size: 105px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  line-height: 55px;
  color: #053677;
  left: 0;
  top: 11px;
  content: '\f095';
}
@media (max-width: 479px) {
  #footer .phones:before {
    font-size: 40px;
    top: 4px;
  }
}
#footer .privacy-block {
  margin-top: 50px;
  font-size: 11px;
}
/*========================================================
                    Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #2c2d2e;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #ea6966;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*Core variables and mixins*/
.sendForm .grid_10{
    width:990px;
}
.sendForm .container {
  padding: 27.5px 35px;
  background: #FFF;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  color: #000;
  line-height: 52px;
}
.sendForm .container .icon {
  border: 2px solid #1551a1;
  padding: 5px;
  border-radius: 100%;
  margin-right: 10px;
  display: inline-block;
}
.sendForm .container .icon i {
  width: 75px;
  line-height: 75px;
  border-radius: 100%;
  background: #1551a1;
  display: block;
  color: #FFF;
  text-align: center;
}
.sendForm .container .icon i {
  width: 75px;
  line-height: 75px;
  border-radius: 100%;
  background: #1551a1;
  display: block;
  color: #FFF;
  text-align: center;
}
.sendForm .container button,.print-button {
  background: #1551a1;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  padding: 0 20px;
  line-height:43px;
  border:none;
  outline: none;
  text-transform: uppercase;
}
.sFtext{
    display:inline-block;
    line-height:89px;
    font-size:22px;
} 
.sFinput{
    display:inline-block;
    line-height:80px;
    margin-left:10px;
    padding-top:0px;
}
.sFbutton{
    display:inline-block;
    line-height:50px;
    padding-top:14px;
}
.sFinput input{
    font-size:18px;
    height:38px;
    width:162px;
}
.visible-xs{
    display:none;
}
@media (max-width: 767px){
    .visible-xs{
        display:block;
    }
}
.client{
    padding-top:20px;
}
.client img{
    float:left;
    margin-right:25px;
    max-height:80px;
    margin-top:-10px;
    -webkit-border-radius: 50%;
            border-radius: 50%;
}
.client h4{
    font-size:20px;
}
.client h4:first-child{
    margin-top:15px;
}
.gallery .post7{
    clear:both;
    padding-top:15px;
}
.post7.beaf{
    padding-right:0;
}
.gallery h3{
    text-align:center;
    color:#fff;
    padding-bottom:10px;
}
.befaft h5{
    text-transform:uppercase;
    text-align:center;
    font-size:32px;
}
.post8 h5{font-size:22px;}
.post8 h5 i{display:inline;height:19px;}
.post8 .label .icon{display:inline-block;padding:31px 30px;font-size:75px;}
#venicles{
    text-align:center;
}
#venicles .button {
  display: inline-block;
  background: transparent;
  border: 2px solid #ffffff;
  padding: 17px 18px 18px;
  color: #ffffff;
  font: 700 17px/18px "Roboto", sans-serif;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  text-align:center;
  min-width:140px;
}
#venicles .button:hover {
  color: #ffffff;
  border-color: #053677;
}
#venicles .button:active,
#venicles .button.is-checked {
  color: #ffffff;
  background: #053677;
  border-color: #053677;
  outline: none;
}
#venicles .button.is-checked {
  color: #ffffff;
  background: #053677;
  border-color: #053677;
}
#venicles .button:active {
  color: #ffffff;
  background: #053677;
  border-color: #053677;
}
#venicles .button-group:after {
  content: '';
  display: block;
  clear: both;
}
#venicles .button-group .button {
  float: left;
  border-radius: 0;
  margin-left: 0;
  margin-right: 10px;
  margin-bottom: 56px;
}
.gallery .grid_3 img{
    min-width:100%;
}
.banner11.calc h4{
    text-align:center;
    padding:20px 0;
    font-weight:700;
}
.banner11 .count_total h4{
    padding:40px 0 0 0;
}
.banner11 .count_total p{
    color:#ccc;
}

.banner11 .container>.row{
    padding-bottom:40px;
}
.banner11 .container>.row.calc_items{
    padding-bottom:0px;
}
.calc_items,.count_total{
    display:none;
}
.calc_items #filters{margin-bottom:0px;}
.calc_items #filters .button {
    min-width:180px;
}
@media (max-width: 479px) {
    .calc_items #filters .button {
        min-width:100%;
    }
}
.subworks {
    padding-top:20px;
    display:none;
}
.subworks .subopts{
    margin:0 -15px 20px 0px;
}
.subworks label{display:block;text-align:left;margin-left:20px;margin-right:10px;color:#fff;margin-bottom:10px;line-height:20px;padding:5px 7px 5px 15px;cursor:pointer;border: 2px solid transparent;
-webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;}
.subworks .subopts label{display:inline-block;margin-left:0px;margin-right:5px;padding:5px 7px 5px 2px;}
.subworks label:hover{border-color: #053677;}
.subworks label.hlt{background: #053677;border-color: #fff;}
.banner11 h5{
    text-align:center;
    font-size:35px;
}
.banner11 h5 i{
    display:inline;
    font-size:30px;
}

@media (max-width: 767px) {
    .banner14 h2{
        font-size:42px;
    }
  .address-block .our-address{
      font-size:20px;
  }
  .banner4,.banner3{
        padding-top:50px;
        padding-bottom:0px;
  }
  .befaft h5{
        margin-bottom:20px;   
  }
  .morelink .button{
      margin-top:20px;
  }
  .post8 .label .icon{
      font-size:35px;
      padding:8px 7px;
  }
  .client img{
      float:none;
      display:block;
      text-align:center;
      margin:0 auto 20px auto;
  }
   .client h4{
       text-align:center;
   }
   #venicles .button{
       margin-bottom:15px;
   }
   
  h1 {
    margin-right:0;
  }
  contacts{
      margin-top:10px;
  }
  .sendForm .grid_10{
      max-width:100%;
      text-align:center;
  }
  .sendForm .grid_10 .icon{
      display:inline-block;
      text-align:center;
      margin:0 auto 20px auto;
  }
  .sendForm .grid_10 .sFtext{
      line-height:1.3em;
      text-align:center;
  }
}

.text-service h5 {
  color: #2c2e2d;
  text-align: center;
  font-weight: 600;
  font-size: 60px;
}

.margin_b_reviews {
  margin-bottom: 20px;
}

.margin_b_reviews h3 {
  margin-top: 10px;
}
.recall-image {
  margin-top: -182px;
  position: relative;
  z-index: 0;
}

.recall-image div {
  display: inline-block;
}
.recall-image img {
  border: none;
}
.recall-image div span {
  display: block;
  position: relative;
  z-index: 1;
  color: #FFF;
  font-size: 20px;
  font-weight: bold;
  margin-top: -100px;
  margin-bottom: 21px;
}
@media (max-width: 979px) {
  .recall-image div span {
    margin-bottom: 74px !important;
  }

  .banner5 img {
    margin-bottom: 6px !important;
  }
}

.button-services {
  text-align: center;
}
.calc_field h5{
  display: flex;
  align-items: center;
  justify-content: center;
}
.calc_field h5>* {
  margin:0 5px;
}
messenger{
  float: left;
  width: 48px;
  margin-top: -2px;
  margin-right: 5px;
}
messenger img{
  max-height:48px;
  max-width:48px;
}
.max_w contacts{
  display:flex;
  align-items: center;
  min-height:80px;
}
.logo{
  margin-top:5px;
  background:url(/assets/images/logo.svg) top center;
  background-size:contain;
  background-repeat: no-repeat;
  min-height:80px;
  min-width:200px;
  display:inline-block;
}
.post2.post2_new img{
  float:none;
}
.post2.post2_new .wrapper{
  padding:15px 25px;
  min-height:240px;
}
.banner3 .button.new_insta{
  margin-top:20px;
}
.new_footer h6{
  text-align:left;
  font:700 30px/45px "Roboto", sans-serif;
}
.black_bg{
  background: url(../images/background2.png) repeat;
  padding:20px 10px 20px 30px;
  min-height:376px;
  text-align:left;
}
social{
  padding-top:30px;
}
social ul{
  margin:0;
  padding:0;
  list-style:none;
  display:flex;
}
social ul li{
  list-style:none;
  margin:0 20px 0 0;
  padding:0;
  display:inline-block;
  width:48px;
  height:48px;
}
social ul li a{
  display:block;
  height:48px;
}
social ul li.whatsapp{
  background: url(/assets/images/whatsapp.png) 0 0 no-repeat;
  background-size:cover;
}
social ul li.insta{
  background: url(/assets/images/insta.svg) -23px -7px no-repeat;
  background-size: 92px;
}
#footer.new_footer .phones{
  margin-left:0;
  padding-left:0;
}
#footer.new_footer .phones:before{
  display:none;
}
@media screen and (max-width:479px) {
  .container.max_w{
    width:inherit;
  }
  .logo{
    display:block;
  }
  .max_w contacts{
    display: flex;
    align-items: center;
    justify-content: center;
  }
  messenger{
    margin-top:5px;
  }
}
.serv_slider{
  position:relative;
}
.serv_slider .grid_4{
  margin:0;
}
.owl-nav{
  position:absolute;
  top:185px;
  width:100%;
}

.owl-prev {
  z-index: 200;
  left: -55px;
  display: inline-block;
  position: absolute;
  height: 47px;
  width: 47px;
  overflow: hidden;
  background: #4c4e50;
  text-align: center;
  line-height: 47px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .owl-prev {
    left: 0;
  }
}
.owl-prev:hover {
  cursor: pointer;
  background: #ea202e;
}
.owl-prev:hover:after {
  color: #ffffff;
}
.owl-prev:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: FontAwesome;
  font-size: 38px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f104';
  color: #ffffff;
  left: 50%;
  margin-left: -10px;
  cursor: pointer;
}
.owl-next {
  z-index: 200;
  position: absolute;
  right: -55px;
  display: inline-block;
  height: 47px;
  width: 47px;
  overflow: hidden;
  background: #4c4e50;
  text-align: center;
  line-height: 47px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1199px) {
  .owl-next {
    right: 0;
  }
}
.owl-next:hover {
  cursor: pointer;
  background: #ea202e;
}
.owl-next:hover:after {
  color: #ffffff;
}
.owl-next:after {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: FontAwesome;
  font-size: 38px;
  position: absolute;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  cursor: default;
  content: '\f105';
  color: #ffffff;
  left: 50%;
  margin-left: -6px;
  cursor: pointer;
}
.hover_submit{
  display:none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.8);
  z-index: 200;
  top: 0;
  left: 0;
}
.hover_submit div {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -200px;
  background: #fff;
  width: 400px;
  height: 200px;
  display: flex;
  align-items: center;
}
.hover_submit .close {
  position: absolute;
  top: 0;
  right: 10px;
}
.hover_submit h3 {
  padding: 0 20px;
  text-align: center;
}
.print_frame{
  max-width:450px;
  padding:40px 0 0 0;
  margin:0 auto;
}