@charset "UTF-8";
*::-webkit-input-placeholder {
  color: #cccccc;
  opacity: 1;
  font-size: 19px;
}

*:-moz-placeholder {
  color: #cccccc;
  opacity: 1;
  font-size: 19px;
}

*::-moz-placeholder {
  color: #cccccc;
  opacity: 1;
  font-size: 19px;
}

*:-ms-input-placeholder {
  color: #cccccc;
  opacity: 1;
  font-size: 19px;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  color: #000;
}

body input:required:valid,
body textarea:required:valid {
  color: #000;
}

html, body {
  height: 100%;
}

body {
  font-size: 16px;
  min-width: 320px;
  position: relative;
  line-height: 1.4;
  font-family: 'Muller';
  font-weight: normal;
  overflow-x: hidden;
  color: #000;
}

/*DEFAULT STYLE*/
a {
  text-decoration: none;
  color: #000;
  outline: none;
}

button,
input,
textarea {
  outline: none;
}

a:hover {
  color: #2e2e2e;
  outline: none;
}

a:focus {
  color: #fff;
  text-decoration: none;
  outline: none;
}

p {
  margin: 0;
}

ul {
  padding-left: 0;
  list-style-type: none;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  line-height: 1;
  color: #151515;
}

/*CLASS*/
.img_background {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.img_responsive {
  display: block;
  max-width: 100%;
  height: auto;
}

.btnCallBack {
  display: block;
  max-width: 166px;
  margin: 0 auto;
  font-size: 14px;
  padding: 10px 12px 7px;
  background-color: #0099b5;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 250ms linear;
}

.btnCallBack:hover {
  text-decoration: none;
  background-color: #007e95;
  color: #fff;
}

.allBox-padding {
  padding: 60px 0;
}

.allTitle-h3 {
  margin-bottom: 55px;
  font-size: 36px;
  font-family: 'Mul';
  font-weight: normal;
  position: relative;
}

.allTitle-h3::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -18px;
  width: 82px;
  height: 2px;
  background-color: #000;
}

.baner {
  /*background-image: url("../img/131.jpg");*/
  background-image: url("../img/home-first-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.banner_contacts{
  background-image: none;
}
.banner_contacts .baner_box{
  padding-top: 50px;
  padding-bottom: 30px;
}
.banner_contacts .baner_box .baner_title{
  margin-bottom: 0;
}

.baner_box {
  /*padding-top: 100px;*/
  /*padding-bottom: 100px;*/
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
}

.baner_title {
  font-family: 'Muller';
  font-weight: bold;
  margin-bottom: 20px;
}

.baner_title .baner_title_sm,
.baner_title .baner_title_big {
  display: block;
  text-transform: uppercase;
  /*add new color*/
  color: #fff;
}

.baner_title .baner_title_sm {
  font-size: 28px;
  letter-spacing: 8px;
  margin-bottom: 15px;
  /*add new color*/
  color: #fff;
}

.baner_title .baner_title_big {
  font-size: 53px;
}

.baner_decr {
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'Mul';
  font-weight: normal;
  margin-bottom: 0px;
  letter-spacing: 2px;
  /*add new color*/
  color: #fff;
}

.serviс_item {
  text-align: center;
  transition: background-color 250ms linear;
  background-color: #34aec4;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 295px;
  min-height: 288px;
  margin: 0 auto;
}

.serviс_item .serviс_item_tit {
  font-family: 'Muller';
  font-weight: bold;
  font-size: 44px;
  color: #fff;
  margin-bottom: 25px;
}

.serviс_item .serviс_item_dec {
  font-family: 'Muller';
  font-weight: bold;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

.serviс_item:hover {
  transition: background-color 250ms linear;
  background-position: center;
  background-size: 75%;
  background-repeat: no-repeat;
  background-color: #f2f2f2;
}

.serviс_item:hover .serviс_item_tit,
.serviс_item:hover .serviс_item_dec {
  opacity: 0;
}

.service_margin_bottom {
  margin-bottom: 80px;
}

.serviс_item-1:hover {
  background-image: url("../img/servic-1.png");
}

.serviс_item-2:hover {
  background-image: url("../img/servic-2.png");
}

.serviс_item-3:hover {
  background-image: url("../img/servic-3.png");
}

.serviс_item-4:hover {
  background-image: url("../img/servic-4.png");
}

.serviс_item-5:hover {
  background-image: url("../img/servic-5.png");
}

.serviс_item-6:hover {
  background-image: url("../img/servic-6.png");
}

.advan_items_mobile {
  display: none;
}

.advan {
  background-color: #f2f2f2;
}

.advan_items {
  padding-top: 190px;
  padding-bottom: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.advan_item {
  position: relative;
  text-align: center;
  width: 120px;
  height: 120px;
  border: 5px solid #fff;
  border-radius: 50%;
  background-color: #34aec4;
  color: #fff;
}

.advan_item span {
  display: block;
  font-size: 80px;
  color: #fff;
  line-height: 120px;
  font-family: 'Muller';
  font-weight: bold;
}

.advan_item .advan_item_hov {
  position: absolute;
  width: 225px;
  left: -57px;
  top: -154px;
}

.advan_item .advan_item_hov .advan_item_hov-dec {
  color: #000;
  font-family: 'Muller';
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 5px;
}

.advan_item .advan_item_hov .advan_item_hov-linH {
  display: block;
  position: relative;
  height: 2px;
  background-color: #44b4c8;
}

.advan_item .advan_item_hov .advan_item_hov-linP {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 45px;
  background-color: #44b4c8;
}

.advan_item .advan_item_hov .advan_item_hov-linS {
  width: 15px;
  height: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #44b4c8;
  border-radius: 50%;
}

.advan_item .advan_item_hov-b {
  position: absolute;
  width: 225px;
  left: -57px;
  bottom: -154px;
}

.advan_item .advan_item_hov-b .advan_item_hov-dec {
  color: #000;
  font-family: 'Muller';
  font-weight: bold;
  font-size: 18px;
  margin-top: 5px;
}

.advan_item .advan_item_hov-b .advan_item_hov-linH {
  display: block;
  position: relative;
  height: 2px;
  background-color: #44b4c8;
}

.advan_item .advan_item_hov-b .advan_item_hov-linP {
  display: block;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  height: 45px;
  background-color: #44b4c8;
}

.advan_item .advan_item_hov-b .advan_item_hov-linS {
  width: 15px;
  height: 15px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  background-color: #44b4c8;
  border-radius: 50%;
}

.advan_squer {
  display: flex;
}

.advan_squer .advan_squer_bl {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #dadada;
  margin: 0 5px;
}

.advan_item-1:hover {
  background-image: url("../img/avg-1.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff;
  border-color: #dadada;
}

.advan_item-1:hover .advan_items_num {
  opacity: 0;
}

.advan_item-1:hover .advan_item_hov .advan_item_hov-linH {
  background-color: #f8a400;
}

.advan_item-1:hover .advan_item_hov .advan_item_hov-linP {
  background-color: #f8a400;
}

.advan_item-1:hover .advan_item_hov .advan_item_hov-linS {
  background-color: #f8a400;
}

.advan_item-2 .advan_item_hov-b {
  width: 234px;
  bottom: -101px;
  left: -63px;
}

.advan_item-2:hover {
  background-image: url("../img/avg-2.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff;
  border-color: #dadada;
}

.advan_item-2:hover .advan_items_num {
  opacity: 0;
}

.advan_item-2:hover .advan_item_hov-b {
  width: 234px;
}

.advan_item-2:hover .advan_item_hov-b .advan_item_hov-linH {
  background-color: #f8a400;
}

.advan_item-2:hover .advan_item_hov-b .advan_item_hov-linP {
  background-color: #f8a400;
}

.advan_item-2:hover .advan_item_hov-b .advan_item_hov-linS {
  background-color: #f8a400;
}

.advan_item-3 .advan_item_hov {
  width: 263px;
  left: -76px;
}

.advan_item-3:hover {
  background-image: url("../img/avg-3.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff;
  border-color: #dadada;
}

.advan_item-3:hover .advan_items_num {
  opacity: 0;
}

.advan_item-3:hover .advan_item_hov .advan_item_hov-linH {
  background-color: #f8a400;
}

.advan_item-3:hover .advan_item_hov .advan_item_hov-linP {
  background-color: #f8a400;
}

.advan_item-3:hover .advan_item_hov .advan_item_hov-linS {
  background-color: #f8a400;
}

.advan_item-4 .advan_item_hov-b {
  width: 234px;
  bottom: -151px;
  left: -63px;
}

.advan_item-4:hover {
  background-image: url("../img/avg-4.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff;
  border-color: #dadada;
}

.advan_item-4:hover .advan_items_num {
  opacity: 0;
}

.advan_item-4:hover .advan_item_hov-b {
  width: 234px;
}

.advan_item-4:hover .advan_item_hov-b .advan_item_hov-linH {
  background-color: #f8a400;
}

.advan_item-4:hover .advan_item_hov-b .advan_item_hov-linP {
  background-color: #f8a400;
}

.advan_item-4:hover .advan_item_hov-b .advan_item_hov-linS {
  background-color: #f8a400;
}

.advan_item-5 .advan_item_hov {
  width: 246px;
  left: -70px;
  top: -130px;
}

.advan_item-5:hover {
  background-image: url("../img/avg-5.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 30%;
  background-color: #fff;
  border-color: #dadada;
}

.advan_item-5:hover .advan_items_num {
  opacity: 0;
}

.advan_item-5:hover .advan_item_hov .advan_item_hov-linH {
  background-color: #f8a400;
}

.advan_item-5:hover .advan_item_hov .advan_item_hov-linP {
  background-color: #f8a400;
}

.advan_item-5:hover .advan_item_hov .advan_item_hov-linS {
  background-color: #f8a400;
}

.advan_item-6 .advan_item_hov-b {
  width: 234px;
  bottom: -127px;
  left: -63px;
}

.advan_item-6:hover {
  background-image: url("../img/avg-6.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50%;
  background-color: #fff;
  border-color: #dadada;
}

.advan_item-6:hover .advan_items_num {
  opacity: 0;
}

.advan_item-6:hover .advan_item_hov-b {
  width: 234px;
}

.advan_item-6:hover .advan_item_hov-b .advan_item_hov-linH {
  background-color: #f8a400;
}

.advan_item-6:hover .advan_item_hov-b .advan_item_hov-linP {
  background-color: #f8a400;
}

.advan_item-6:hover .advan_item_hov-b .advan_item_hov-linS {
  background-color: #f8a400;
}

.certif_img {
  display: block;
  width: 100%;
  height: auto;
}

.s-404{
  text-align: center;
  min-height: calc(100vh - 110px - 175px);
}
.s-404 h2{
  margin: 1.5em auto;
}
.s-404 a{
  text-decoration: underline;
}

.h1-in-single{
    margin-bottom: 15px;
    font-size: 36px;
    font-family: 'Mul';
    font-weight: normal;
    position: relative;
}

.breadcrumbs {
  padding-left: 15px;
}

.case_item_title {
  font-size: 22px;
  color: #000;
  font-family: 'Muller';
  font-weight: bold;
  margin: 20px 0;
  line-height: 1.3;
}
.blog_link:focus{
  color: #000;
}

@media only screen and (max-width: 1200px) {
  .advan_item {
    width: 100px;
    height: 100px;
  }
  .advan_item span {
    font-size: 60px;
    line-height: 100px;
  }
  .advan_item .advan_item_hov .advan_item_hov-dec {
    font-size: 16px;
  }
  .advan_item .advan_item_hov-b .advan_item_hov-dec {
    font-size: 16px;
  }
  .advan_squer {
    display: flex;
  }
  .advan_squer .advan_squer_bl {
    width: 10px;
    height: 10px;
  }
  .advan_item-1 .advan_item_hov {
    width: 206px;
    left: -57px;
    top: -154px;
  }
  .advan_item-2 .advan_item_hov-b {
    width: 215px;
    bottom: -101px;
    left: -61px;
  }
  .advan_item-2:hover .advan_item_hov-b {
    width: 215px;
  }
  .advan_item-3 .advan_item_hov {
    width: 245px;
    left: -79px;
  }
  .advan_item-4 .advan_item_hov-b {
    width: 180px;
    bottom: -145px;
    left: -42px;
  }
  .advan_item-4:hover .advan_item_hov-b {
    width: 180px;
  }
  .advan_item-5 .advan_item_hov {
    width: 188px;
    left: -49px;
    top: -132px;
  }
  .advan_item-6 .advan_item_hov-b {
    width: 167px;
    bottom: -125px;
    left: -36px;
  }
  .advan_item-6:hover .advan_item_hov-b {
    width: 167px;
  }
}

@media only screen and (max-width: 992px) {
  .baner_box {
    padding-bottom: 100px;
  }
  .serviс_item {
    min-height: 220px;
  }
  .service_margin_bottom {
    margin-bottom: 33px;
  }
  .serviс_item .serviс_item_tit {
    font-size: 29px;
  }
  .serviс_item .serviс_item_dec {
    font-size: 16px;
  }
  .advan_item {
    width: 75px;
    height: 75px;
  }
  .advan_item span {
    font-size: 42px;
    line-height: 75px;
  }
  .advan_item .advan_item_hov .advan_item_hov-dec {
    font-size: 15px;
  }
  .advan_item .advan_item_hov-b .advan_item_hov-dec {
    font-size: 15px;
  }
  .advan_squer .advan_squer_bl {
    width: 8px;
    height: 8px;
    margin: 0 4px;
  }
  .advan_item-1 .advan_item_hov {
    width: 194px;
    left: -64px;
    top: -144px;
  }
  .advan_item-2 .advan_item_hov-b {
    width: 201px;
    bottom: -101px;
    left: -67px;
  }
  .advan_item-2:hover .advan_item_hov-b {
    width: 201px;
  }
  .advan_item-3 .advan_item_hov {
    width: 219px;
    left: -74px;
    top: -144px;
  }
  .advan_item-4 .advan_item_hov-b {
    width: 152px;
    bottom: -142px;
    left: -41px;
  }
  .advan_item-4:hover .advan_item_hov-b {
    width: 152px;
  }
  .advan_item-5 .advan_item_hov {
    width: 158px;
    left: -46px;
    top: -122px;
  }
  .advan_item-6 .advan_item_hov-b {
    width: 142px;
    bottom: -121px;
    left: -37px;
  }
  .advan_item-6:hover .advan_item_hov-b {
    width: 142px;
  }
}

@media only screen and (max-width: 768px) {
  .allTitle-h3 {
    margin-left: 30px;
  }
  .service_margin_bottom {
    margin-bottom: 0;
  }
  .serviс_item {
    margin-bottom: 30px;
  }
  .serviс_item .serviс_item_tit {
    font-size: 30px;
  }
  .serviс_item .serviс_item_dec {
    font-size: 18px;
  }
  .serviс_item:hover {
    background-size: 60%;
  }
  .advan_items {
    display: none;
  }
  .advan_items_mobile {
    display: block;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
  }
  .advan_items_mobile .advan_item_mobile {
    flex-basis: 50%;
    margin-bottom: 15px;
  }
  .advan_items_mobile .advan_item_mobile:last-child {
    margin-bottom: 0;
  }
  .advan_items_mobile .advan_item_mobile:nth-child(5) {
    margin-bottom: 0;
  }
  .advan_items_mobile .advan_item_mobile span {
    text-align: center;
    display: block;
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 32px;
    border: 4px solid #fff;
    border-radius: 50%;
    color: #fff;
    margin: 0 auto;
    background-color: #34aec4;
  }
  .advan_items_mobile .advan_item_mobile p {
    font-size: 18px;
  }
}

@media only screen and (max-width: 730px) {
  .baner_box {
    padding: 60px 0;
  }
  .baner_title .baner_title_sm {
    font-size: 26px;
    letter-spacing: 5px;
  }
  .baner_title .baner_title_big {
    font-size: 42px;
  }
}

@media only screen and (max-width: 576px) {
  .allBox-padding {
    padding: 50px 0;
  }
  .baner_title .baner_title_sm {
    font-size: 24px;
    letter-spacing: 3px;
  }
  .baner_title .baner_title_big {
    font-size: 38px;
  }
  .serviс_item:hover {
    background-size: 70%;
  }
  .advan_items_mobile .advan_item_mobile {
    padding: 0 10px;
  }
}

@media only screen and (max-width: 480px) {
  .allTitle-h3 {
    font-size: 25px;
    margin-left: 20px;
  }
  .allTitle-h3::before {
    bottom: -12px;
  }
  .baner_box {
    padding: 30px 0;
  }
  .baner_title {
    margin-bottom: 15px;
  }
  .baner_title .baner_title_sm {
    font-size: 16px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
  .baner_title .baner_title_big {
    font-size: 26px;
  }
  .serviс_item {
    margin-bottom: 30px;
  }
  .serviс_item .serviс_item_tit {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .serviс_item .serviс_item_dec {
    font-size: 14px;
  }
  .serviс_item:hover {
    background-size: 80%;
  }
  .serviс_item {
    min-height: 170px;
  }
  .advan_items_mobile .advan_item_mobile {
    flex-basis: 100%;
    padding: 0 10px;
  }
  .advan_items_mobile .advan_item_mobile:nth-child(5) {
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 375px) {
  .serviс_items .col-xs-6 {
    width: 100%;
    margin: 0 auto;
  }
  .serviс_item {
    margin-bottom: 10px;
  }
  .serviс_item .serviс_item_tit {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .serviс_item .serviс_item_dec {
    font-size: 17px;
  }
  .serviс_item:hover {
    background-size: 50%;
  }
  .serviс_item {
    min-height: 150px;
  }
}

/*# sourceMappingURL=main.css.map */