@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url("../fonts/fontello.eot?39913219");
  src: url("../fonts/fontello.eot?39913219#iefix") format("embedded-opentype"), url("../fonts/fontello.woff2?39913219") format("woff2"), url("../fonts/fontello.woff?39913219") format("woff"), url("../fonts/fontello.ttf?39913219") format("truetype"), url("../fonts/fontello.svg?39913219#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?39913219#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-mail-1:before {
  content: '\e800';
}

/* '' */
.icon-phone:before {
  content: '\e801';
}

/* '' */
.icon-ok-circled2:before {
  content: '\e802';
}

/* '' */
.icon-clock:before {
  content: '\e803';
}

/* '' */
.icon-search:before {
  content: '\e804';
}

/* '' */
.icon-ok:before {
  content: '\e805';
}

/* '' */
.icon-cog:before {
  content: '\e806';
}

/* '' */
.icon-thumbs-up:before {
  content: '\e807';
}

/* '' */
.icon-star-empty:before {
  content: '\e808';
}

/* '' */
.icon-location-1:before {
  content: '\e809';
}

/* '' */
.icon-mobile:before {
  content: '\e80a';
}

/* '' */
.icon-right-open-big:before {
  content: '\e80b';
}

/* '' */
.icon-left-open-big:before {
  content: '\e80c';
}

/* '' */
.icon-menu:before {
  content: '\f0c9';
}

/* '' */
.icon-comment-empty:before {
  content: '\f0e5';
}

/* '' */
.icon-doc-text:before {
  content: '\f0f6';
}

/* '' */
.icon-angle-double-left:before {
  content: '\f100';
}

/* '' */
.icon-angle-double-right:before {
  content: '\f101';
}

/* '' */
.icon-instagram:before {
  content: '\f16d';
}

/* '' */
/********************************** */
/*** CSS Style ******************** */
/********************************** */
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 16px;
}

body {
  margin: 0;
  background: #f9f9f9;
  color: #303941;
  font-family: "Roboto", sans-serif;
  letter-spacing: inherit;
}

h1, h2 {
  font-weight: 700;
}

h3, h4 {
  font-weight: 500;
}

ul {
  list-style: none;
  margin: 0;
}

i {
  font-style: normal;
}

a {
  color: #0957a2;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  text-decoration: none;
  border: 1px solid none;
}

input,
input:hover {
  outline: none;
}

.btn:focus,
.btn:active {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.btn {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 15px 60px;
  font-size: 16px;
  outline: none;
  border-width: 2px 0;
  border-style: solid none;
  border-color: #f11b1d #000 #a02527;
  border-radius: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#f11b1d), to(#a02527)) #a02527;
  background: linear-gradient(#f11b1d, #a02527) #a02527;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.btn:hover {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#d50d0e), to(#831d1f)) #d50d0e;
  background: linear-gradient(#d50d0e, #831d1f) #d50d0e;
  -webkit-box-shadow: 0px 5px 9px -3px rgba(34, 60, 80, 0.12);
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.btn:active {
  background: -webkit-gradient(linear, left top, left bottom, from(#831d1f), to(#d50d0e)) #831d1f;
  background: linear-gradient(#831d1f, #d50d0e) #831d1f;
}

/********************************** */
/*** Widget All ******************* */
/********************************** */
/********************************** */
/*** Модальное окно *************** */
/********************************** */
.modal {
  display: none;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.modal-content {
  position: relative;
  background-color: #fff;
  padding: 25px;
  width: 100%;
  max-width: 370px;
  margin: 50px auto;
  text-align: center;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18);
}
.modal-content .close {
  position: absolute;
  right: 15px;
  top: 15px;
  line-height: 1;
  font-size: 24px;
  opacity: 0.5;
}
.modal-content .close:hover {
  cursor: pointer;
}
.modal-content h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  color: #000;
}
.modal-content p {
  font-size: 16px;
}
.modal-form {
  margin-top: 20px;
}
.modal-form input {
  display: block;
  width: 100%;
  border: 1px solid #dce5ee;
  font-size: 16px;
  margin-bottom: 10px;
  border-radius: 2px;
  padding: 15px;
}
.modal-form input:hover {
  -webkit-box-shadow: 0px 5px 9px -3px rgba(34, 60, 80, 0.12);
  box-shadow: 0px 5px 9px -3px rgba(34, 60, 80, 0.12);
}
.modal-form small {
  font-size: 12px;
  color: #333333;
  margin-bottom: 5px;
}
.modal-form small a:hover {
  color: #007bff;
}
.wpcf7 .ajax-loader {
  display: none;
}

/********************************** */
/*** Back to top button *********** */
/********************************** */
#button {
  display: inline-block;
  background-color: #C0C0C0;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 30px;
  right: 30px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 900;
} 
#button::after {
   content: "\f077";
   font-family: FontAwesome;
   font-weight: normal;
   font-style: normal;
   font-size: 2em;
   line-height: 50px;
   color: #fff; 
} 
#button:hover {   
   cursor: pointer;   
   background-color: #808080; 
} 
#button:active {   
   background-color: #555; 
} 
#button.show {
  opacity: 1;
  visibility: visible;
}
/********************************** */
/*** Breadcrumbs хлебные крошки *** */
/********************************** */
.breadcrumbs {
  margin-bottom: 10px;
  padding: 0;
  font-size: 14px;
  font-weight: 500;
}
.breadcrumbs__separator {
  color: #333333;
}

/********************************** */
/*** Header *********************** */
/********************************** */
.mobile {
  display: none;
}

.header__row {
  padding: 20px 0;
}
.header__logo img {
  width: 170px;
  height: auto;
}
.header__menu .nav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.header__menu .nav_menu li {
  padding: 0 15px;
}
.header__menu .nav_menu li a {
  color: #303941;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.header__menu .nav_menu li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #0957a2;
  -webkit-transform: translateY(9px) scale(0);
          transform: translateY(9px) scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.header__menu .nav_menu li a:hover {
  color: #0957a2;
}
.header__menu .nav_menu li a:hover::after {
  -webkit-transform: translateY(10px) scale(1);
          transform: translateY(10px) scale(1);
}
.header__phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  float: right;
}
.header__phone .h-phone {
  font-size: 18px;
  font-weight: 900;
  color: #0957a2;
}
.header__phone .h-zhonok {
  font: 16px;
  font-weight: 600;
  text-align: right;
  text-decoration: underline;
  color: #9d2b2b;
}
.header__phone .h-zhonok:hover {
  text-decoration: none;
}

/********************************** */
/*** Main ************************* */
/********************************** */
/*** Main news ******************** */
.main-slider {
  background: url(../img/bg-head.jpg) no-repeat top center;
}
.main-slider__row {
  padding: 75px 0 50px 0;
}
.main-slider__content {
  max-width: 460px;
}
.main-slider__content h1 {
  font-size: 24px;
  font-weight: 700;
}
.main-slider__content h2 {
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 20px;
  color: #9d2b2b;
}
.main-slider__content ul {
  padding: 0;
}
.main-slider__content ul li {
  font-size: 16px;
  font-weight: 400;
}
.main-slider__content ul li .icon-ok-circled2 {
  font-size: 18px;
  margin-right: 5px;
}
.main-slider__content p {
  font-size: 18px;
  font-weight: 500;
  color: #0957a2;
  margin-top: 20px;
}

.main-slider .btn-probel {
  margin-top: 15px;
}
.main-slider__photo {
  text-align: right;
}
.main-slider__photo img {
  max-width: 700px;
  height: auto;
}
.main-slider__photo p {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-top: 25px;
  color: #0957a2;
}

/********************************** */
/*** Main Brands ****************** */
.main-brands {
  margin: 50px 0 75px;
}
.main-brands__all {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #dce5ee;
  overflow: hidden;
  padding: 20px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-brands__all:hover {
  background: #fff;
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.main-brands__all:hover span {
  background: #0957a2;
  color: #fff;
}
.main-brands__all h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.main-brands__all span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #0957a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  color: #0957a2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.main-brands__all span:hover {
  background: #0957a2;
  color: #fff;
}

/********************************** */
/*** Main Advantages ************** */
.main-advantages {
  margin: 50px 0;
}
.main-advantages__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  border: 1px solid #dce5ee;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-advantages__item:hover {
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.main-advantages__item:hover span {
  background: #0957a2;
  color: #fff;
}

.main-advantages__item-img {
  margin-right: 15px;
}
.main-advantages__item-img img {
  width: 58px;
  height: 58px;
}
.main-advantages__item-text {
  max-width: 220px;
}
.main-advantages__item-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0957a2;
  text-transform: uppercase;
}
.main-advantages__item-text .adv-i-txt-2 {
  max-width: 140px;
}
.main-advantages__item-text p {
  font-size: 16px;
  font-weight: 400;
  color: #303941;
  margin: 0;
}

.main-advantages__item-text p span {
  margin-left: 7px;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  border: 1px solid #0957a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  color: #0957a2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.main-advantages__item-text p span i {
  font-size: 12px;
}

.main-advantages__item-text p span:hover {
  background: #0957a2;
  color: #fff;
}

/********************************** */
/*** Main Uslugi ****************** */
.main-uslugi {
  margin: 50px 0 75px 0;
}
.main-uslugi h2 {
  padding: 35px 0;
}
.main-uslugi__group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.main-uslugi__item {
  height: 265px;
  width: 33.333%;
  border: 1px solid #dce5ee;
  overflow: hidden;
  padding: 30px;
  position: relative;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin: -1px -1px 0 0;
}
.main-uslugi__item:hover {
  background: #fff;
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.main-uslugi__item:hover span {
  background: #0957a2;
  color: #fff;
}
.main-uslugi__item h3 {
  font-size: 22px;
  color: #0957a2;
  font-weight: 500;
}
.main-uslugi__item span {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid #0957a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 22px;
  color: #0957a2;
  position: absolute;
  left: 34px;
  bottom: 34px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.main-uslugi__item picture img {
  max-width: 280px;
  max-height: 280px;
  position: absolute;
  right: -16px;
  bottom: -48px;
}

/********************************** */
/*** Main Working ***************** */
.main-working {
  padding: 50px 0 25px 0;
  background: #fff;
}
.main-working__row {
  margin-top: 50px;
}
.main-working__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
.main-working__item-img {
  margin-right: 25px;
}
.main-working__item-img img {
  width: 48px;
  height: 48px;
}
.main-working__item-text h3 {
  font-size: 34px;
  font-weight: 700;
  color: #0957a2;
}
.main-working__item-text p {
  font-weight: 16px;
  margin-bottom: 15px;
}
.main-working__item-text a {
  font-weight: 700;
  text-decoration: underline;
}
.main-working__item-text a:hover {
  text-decoration: none;
}

/********************************** */
/*** Main Reviews ***************** */
.main-reviews {
  padding: 50px 0 50px 0;
}
.main-reviews__all {
  float: right;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border: 1px solid #dce5ee;
  overflow: hidden;
  padding: 20px 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-reviews__all:hover {
  background: #fff;
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.main-reviews__all:hover span {
  background: #0957a2;
  color: #fff;
}
.main-reviews__all h3 {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 15px 0 0;
  -ms-flex-item-align: center;
      align-self: center;
}
.main-reviews__all span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid #0957a2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  font-size: 18px;
  color: #0957a2;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 1;
}
.main-reviews__all span:hover {
  background: #0957a2;
  color: #fff;
}
.main-reviews__row {
  margin-top: 50px;
}
.main-reviews__item {
  padding: 25px;
  border: 1px solid #dce5ee;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
}
.main-reviews__item:hover {
  z-index: 1;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.main-reviews__item-head {
  display: flex;
}
.main-reviews__item-head-img {
  margin-right: 15px;
}
.main-reviews__item-head-img img {
  width: 58px;
  height: 58px;
  border-radius: 50px;
  border: 1px solid #dce5ee;
}
.main-reviews__item-head-text {
  align-self: center;
}
.main-reviews__item-head-text h4 {
  font-size: 18px;
}
.main-reviews__item-head-text h5 {
  font-size: 14px;
  color: #0957a2;
}
.main-reviews__item p {
  margin: 15px 0 10px 0;
  font-size: 15px;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
}
.main-reviews__item a {
  font-size: 15px;
  font-weight: 500;
  text-decoration: underline;
}
.main-reviews__item a:hover {
  text-decoration: none;
}

/********************************** */
/*** Main Reviews ***************** */
.main-service-page {
  margin:  50px 0;
}
.main-service-page__table {
  margin: 50px 0 35px;
  padding: 25px;
  background: #fff;
  border: 1px solid #dce5ee;
}
.main-service-page__button {
  text-align:  center;
}
.main-service-page__content {
  
}
.main-service-page__content ul {
  list-style-type: disc;
  margin-bottom: 25px;
  padding-left: 20px;
}

/********************************** */
/*** Footer *********************** */
.footer {
  padding: 50px 0 25px 0;
  background: #0957a2;
}
.footer__company h2 {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}
.footer__company ul {
  padding: 0;
  margin-top: 25px;
}
.footer__company ul li {
  font-size: 16px;
  color: #fff;
  margin-bottom: 15px;
}
.footer__company ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}
.footer__company .btn-footer {
  margin-top: 15px;
}
.footer__border {
  background: #b3becd;
}
.footer__copyright {
  margin-top: 25px;
}
.footer__copyright h3 {
  font-size: 15px;
  font-weight: 400;
  color: #fff;
  margin: 0;
}

.footer__map [class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%) url(/path-to-svg/yellowfilter.svg#yellowfilter);
  -webkit-filter-filter: grayscale(100%) url(/path-to-svg/yellowfilter.svg#yellowfilter);
}

/********************************** */
/*** Main Page Heading ************ */
.main-page {
  background: #f9f9f9;
}
.main-page__breadcrumbs {
  margin-top: 25px;
}
.main-page__breadcrumbs p {
  font-size: 16px;
  color: #303941;
}
.main-page__breadcrumbs a span {
  color: #0957a2;
}
.main-page__breadcrumbs a span:hover {
  color: #303941;
}
.main-page__head {
  margin-top: 50px;
  padding: 0;
}
.main-page__head h1 {
  font-size: 32px;
  font-weight: 700;
  color: #303941;
}
/********************************** */
/*** Page All ********************* */
.main-page-page {
  margin-top: 25px;
  margin-bottom: 50px;
}
.main-page-page__content {
  font-size: 18px;
}

/********************************** */
/*** Brand Page ******************* */
.main-brands-page {
  margin: 50px 0 75px 0;
}
.main-brands-page__group {
  display: flex;
  justify-content: flex-start;
  flex-flow: row wrap;
}
.main-brands-page__item {
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 142px;
  padding: 2rem;
  border: 1px solid #dce5ee;
  margin: -1px -1px 0 0;
    -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-brands-page__item:hover {
  z-index: 1;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}

/********************************** */
/*** Garantii Page **************** */
.main-garantii {
  margin: 50px 0;
}
.main-garantii__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border: 1px solid #dce5ee;
  padding: 35px;
  margin-bottom: 25px;
    -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-garantii__item:hover {
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.main-garantii__item-img {
  margin-right: 15px;
}
.main-garantii__item-img img {
  width: 58px;
  height: 58px;
}
.main-garantii__item-text {

}
.main-garantii__item-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0957a2;
  text-transform: uppercase;
}
.main-garantii__item-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.main-garantii__item-end {
  background: #fff;
  border: 1px solid #dce5ee;
  padding: 35px;
  margin-bottom: 25px;
    -webkit-transition: 0.5s;
  transition: 0.5s;
}
.main-garantii__item-end:hover {
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.main-garantii__item-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-garantii__item-img {
  margin-right: 15px;
}
.main-garantii__item-img img {
  width: 58px;
  height: 58px;
}
.main-garantii__item-text {

}
.main-garantii__item-text h3 {
  font-size: 20px;
  font-weight: 700;
  color: #0957a2;
  text-transform: uppercase;
}
.main-garantii__item-text p {
  font-size: 16px;
  font-weight: 400;
  margin: 0;
}

.main-garantii__item-sertific {
  margin-top: 50px;
}

/* lightgallery */

ul.gallery {
  list-style: none outside none;
  padding-left: 0;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  justify-content: space-around;
  width: 100%;
}
.lg-object {
  padding: 5px;
  background: #fff;
}
.gallery li {
  height: auto;
  width: 200px;
  margin-bottom: 15px;
  }
.gallery li a {
  height: auto;
  width: 200px;
  }
.gallery li a img {
  max-width: 200px;
  padding: 5px;
  background: #fff;
  border: 1px solid #dce5ee;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
  margin-bottom: 5px;
}
.gallery li span {
  font-size: 13px;
}
.test {
  background: none repeat scroll 0 0 #fff;
  left: 500px;
  position: absolute;
  top: 100px;
}

/********************************** */
/*** Main Reviews Page ************ */
.main-reviews-page {
  padding: 50px 0 50px 0;
}

.main-reviews-page__item {
  padding: 25px;
  border: 1px solid #dce5ee;
  overflow: hidden;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
}
.main-reviews-page__item:hover {
  z-index: 1;
  background: #fff;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.main-reviews-page__item-head {
  display: flex;
}
.main-reviews-page__item-head-img {
  margin-right: 15px;
}
.main-reviews-page__item-head-img img {
  width: 58px;
  height: 58px;
  border-radius: 50px;
  border: 1px solid #dce5ee;
}
.main-reviews-page__item-head-text {
  align-self: center;
}
.main-reviews-page__item-head-text h4 {
  font-size: 18px;
}
.main-reviews-page__item-head-text h5 {
  font-size: 14px;
  color: #0957a2;
}
.main-reviews-page__item p {
  margin: 15px 0 0 0;
  font-size: 15px;
  font-weight: 400;
}

/********************************** */
/*** Main Contacts Page *********** */
.main-contacts-page {
  margin: 50px 0;
}
.main-contacts-page__content {
  padding: 25px;
  border: 1px solid #dce5ee;
  overflow: hidden;
  background: #fff;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
}
.main-contacts-page__content:hover {
  z-index: 1;
  box-shadow: 0px 4px 10px rgba(41, 93, 196, 0.15);
}
.main-contacts-page__content h2 {
  font-size: 20px;
  font-weight: 600;
}
.main-contacts-page__content ul {
  padding: 0;
  margin-top: 25px;
}
.main-contacts-page__content ul li {
  font-size: 18px;
  margin-top: 25px;
}
.main-contacts-page__content ul li a {
  font-size: 18px;
  font-weight: 900;
  color: #0957a2;
}
.main-contacts-page__content ul li i {
  color: #0957a2;
}
.main-contacts-page__map {
  margin: 25px 0 0 0;
}
.main-contacts-page__map [class*="ymaps-2"][class*="-ground-pane"] {
  -webkit-filter: grayscale(100%) url(/path-to-svg/yellowfilter.svg#yellowfilter);
  -webkit-filter-filter: grayscale(100%) url(/path-to-svg/yellowfilter.svg#yellowfilter);
}

/********************************** */
/*** Media ************************ */
/********************************** */
@media (min-width: 993px) and (max-width: 1200px) {
  .header__menu .nav_menu li {
    padding: 0 10px;
  }
}
@media (max-width: 1200px) {
  .main-slider__content h1 {
    font-size: 20px;
  }
  .main-slider__content h2 {
    font-size: 34px;
    margin-top: 10px;
  }
  .main-slider__content p {
    font-size: 16px;
    margin-top: 10px;
  }
  .main-slider__photo {
    text-align: right;
  }
  .main-slider img {
    width: 90%;
    height: auto;
  }
  .main-slider p {
    font-size: 18px;
  }

  .main-brands__all {
    padding: 15px 20px;
  }

  .main-uslugi__item {
    height: 210px;
    width: 33.333%;
    padding: 24px;
  }
  .main-uslugi__item h3 {
    font-size: 18px;
  }
  .main-uslugi__item span {
    width: 40px;
    height: 40px;
    font-size: 18px;
    left: 24px;
    bottom: 24px;
  }
  .main-uslugi__item picture img {
    width: 220px;
    height: auto;
    right: -16px;
    bottom: -38px;
  }

  .main-reviews__all {
    padding: 15px 20px;
  }
}
@media (max-width: 992px) {
  .header__menu {
    padding: 20px 0;
  }
  .header__menu .nav_menu {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .header__menu .nav_menu li {
    padding: 0 15px;
  }

  .main-slider__row {
    padding: 35px 0 25px 0;
  }
  .main-slider__content h1 {
    font-size: 20px;
  }
  .main-slider__content h2 {
    font-size: 34px;
    margin-top: 10px;
  }
  .main-slider__photo img {
    display: none;
  }
  .main-slider__photo p {
    font-size: 18px;
    text-align: left;
  }

  .main-brands__all {
    float: left;
    margin-top: 25px;
  }

  .main-advantages__item {
    margin-bottom: 25px;
  }
  .main-advantages__item-img img {
    width: 48px;
    height: 48px;
  }
  .main-advantages__item-text h3 {
    font-size: 18px;
  }
  .main-advantages__item-last-child {
    margin-bottom: 0;
  }

  .main-uslugi h2 {
    font-size: 28px;
  }
  .main-uslugi__item {
    height: 210px;
    width: 50%;
    padding: 24px;
  }
  .main-uslugi__item h3 {
    font-size: 18px;
  }
  .main-uslugi__item span {
    width: 35px;
    height: 35px;
    font-size: 16px;
    left: 24px;
    bottom: 24px;
  }

  .main-working h2 {
    font-size: 28px;
  }

  .main-reviews h2 {
    font-size: 28px;
  }
  .main-reviews__all {
    float: left;
    margin-top: 25px;
  }

  /********************************** */
  /*** Main Page Heading ************ */
      .main-page__head h1 {
      font-size: 28px;
    }

  /********************************** */
  /*** Garantii Page **************** */
  .main-garantii__item {
    padding: 25px;
  }
  .main-garantii__item-img img {
    width: 48px;
    height: 48px;
  }
  .main-garantii__item-text h3 {
    font-size: 18px;
  }

  /********************************** */
  /*** Main Contacts Page *********** */
  .main-contacts-page {
    margin: 50px 0;
  }
  .main-contacts-page__content {
    margin-bottom:  25px;
  }
  .main-contacts-page__content h2 {
    font-size: 20px;
    font-weight: 600;
  }
  .main-contacts-page__content ul {
    padding: 0;
    margin-top: 25px;
  }
  .main-contacts-page__content ul li {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .main-contacts-page__content ul li a {
    font-size: 16px;
  }
  .main-contacts-page__map {
    display: none;
    margin: 0;
  }

}

@media (max-width: 768px) {
  /********************************** */
  /*** Mobile *********************** */
  .header {
    display: none;
  }

  .mobile {
    display: block;
  }

  .navbar-nav {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: left;
    border-bottom: 1px solid #dce5ee;
  }
  .navbar {
    padding: 1rem 0;
  }
  .custom-logo-link img {
    width: 200px;
    height: auto;
  }

  .navbar-nav li {
    padding: 10px 0;
  }
  .navbar-nav li a {
    color: #303941;
    font-size: 18px;
    font-weight: 500;
    padding: 0;
  }
  .navbar-nav li a:hover {
    color: #0957a2 !important;
  }

  .mobile__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: left;
        -ms-flex-align: left;
            align-items: left;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 20px 0;
  }
  .mobile__phone .h-phone {
    font-size: 18px;
    font-weight: 900;
    color: #0957a2;
  }
  .mobile__phone .h-zhonok {
    font: 16px;
    font-weight: 600;
    text-align: left;
    text-decoration: underline;
    color: #9d2b2b;
  }
  .mobile__phone .h-zhonok:hover {
    text-decoration: none;
  }

  .main-advantages__row {
    margin: 60px 0 0 0;
  }
  .main-advantages__item-text {
    max-width: none;
  }
  .main-advantages__item-text .adv-i-txt-2 {
    max-width: none;
  }

  .main-uslugi h2 {
    font-size: 26px;
  }
  .main-uslugi__item {
    height: 210px;
    width: 50%;
    padding: 18px;
  }
  .main-uslugi__item span {
    left: 18px;
    bottom: 18px;
  }
  .main-uslugi__item picture img {
    width: 180px;
    height: auto;
    right: -16px;
    bottom: -38px;
  }

  .main-working h2 {
    font-size: 26px;
  }
  .main-working__item-img img {
    width: 38px;
    height: 38px;
  }
  .main-working__item-text h3 {
    font-size: 28px;
  }

  .main-reviews {
    padding: 50px 0;
  }
  .main-reviews h2 {
    font-size: 26px;
  }
  .main-reviews__item {
    margin-bottom: 25px;
  }

  .footer__company {
    margin-bottom: 35px;
  }

/********************************** */
/*** Main Page Heading ************ */
  .main-page__head h1 {
    font-size: 26px;
  }

}

@media (max-width: 460px) {
  .main-uslugi__item {
    height: 210px;
    width: 100%;
    padding: 18px;
  }
  .main-uslugi__item picture img {
    width: 220px;
    height: auto;
    right: -16px;
    bottom: -38px;
  }

  .footer__company {
    margin-bottom: 5px;
  }
  .footer__map {
    display: none;
  }
}
