* {
  margin: 0;
  padding: 0;
  outline: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  min-width: 1px;
}
html {
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: none;
}
a, a:hover, input, textarea, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: 0 none;
}
ol {
  list-style: decimal inside;
  margin-bottom: 20px;
}
ol li {
  padding: 5px 0 5px 15px;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
a img, fieldset, hr {
  border: 0;
}
mark {
  background: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td {
  vertical-align: middle;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], select, textarea {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="submit"], input[type="button"], button, .button {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-appearance: none;
  cursor: pointer;
  border: none;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #676767;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #676767;
  opacity: 1;
}
hr {
  clear: both;
  overflow: hidden;
  display: block;
}
article, aside, details, figcaption, figure, footer, header, nav, section, summary, main {
  display: block;
}
.alignleft {
  float: left;
  margin: 0 30px 15px 0;
}
.alignright {
  float: right;
  margin: 0 0 15px 30px;
}
.aligncenter {
  margin: 0 auto 15px;
}
.alignnone {
  margin: 0 0 15px;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
.valign {
  display: inline-block;
  vertical-align: middle;
  max-width: 94%;
}
.vfix {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fullframe {
  height: 0;
  margin: 0;
  overflow: hidden;
  padding-bottom: 56.5%;
  position: relative;
  z-index: 0;
}
.fullframe iframe, .fullframe object, .fullframe embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
.selbel_w {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  font-family: "Roboto";
  height: 62px;
}
.selbel_w select {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  display: block;
  z-index: 1;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.selbel_w select + span {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #555;
  padding: 0 10px;
  border-radius: 5px;
  border: 1px solid #eee;
  line-height: 62px;
}
.selbel_w select + span:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 5px 0 5px;
  border-color: #555 transparent transparent transparent;
  position: absolute;
  right: 13px;
  top: 16px;
}
.selbel_w select + span.err {
  border-color: #ef4036;
}
.selbel_w select option {
  padding: 5px;
}
div.wpcf7 .wpcf7-form-control-wrap {
  display: block !important;
  margin-bottom: 20px;
  clear: both;
}
div.wpcf7 .wpcf7-not-valid-tip {
  background: #fff;
  border: 1px solid #f00;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  cursor: pointer;
  font-family: "Roboto";
  height: 62px;
  line-height: 62px;
  padding: 0 10px;
  text-align: left;
}
div.wpcf7 .wpcf7-response-output {
  width: 100%;
  background: #fff;
  margin: 10px 0 0 0;
  font-family: "Roboto";
  font-size: 12px;
  line-height: 20px;
  padding: 5px 20px;
  text-align: center;
}
.error404 .content {
  text-align: center;
}
.error404 .content h1 {
  font-size: 3.4375rem;
  line-height: 1.2;
  padding-bottom: 40px;
  font-weight: 400;
}
.error404 .content h1 span {
  font-size: 5rem;
  line-height: 1.2;
  color: #e60e19;
  font-weight: 700;
}
.error404 .content p {
  font-size: 1.125rem;
}
#menuOpen {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #222;
  height: 50px;
  display: none;
  z-index: 100;
}
#menuOpen.opened span:before, #menuOpen.opened span:after {
  top: 0;
  left: 0;
  right: 0;
  background: #fff;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
#menuOpen.opened span:before {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(-45deg) translate(-7px, 7px);
  -moz-transform: rotate(-45deg) translate(-7px, 7px);
  -ms-transform: rotate(-45deg) translate(-7px, 7px);
  -o-transform: rotate(-45deg) translate(-7px, 7px);
  transform: rotate(-45deg) translate(-7px, 7px);
}
#menuOpen.opened span:after {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: rotate(45deg) translate(7px, 7px);
  -moz-transform: rotate(45deg) translate(7px, 7px);
  -ms-transform: rotate(45deg) translate(7px, 7px);
  -o-transform: rotate(45deg) translate(7px, 7px);
  transform: rotate(45deg) translate(7px, 7px);
}
#menuOpen p {
  margin-left: 3%;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  line-height: 50px;
  padding-bottom: 0;
}
#menuOpen span {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moztransform: translate(0, -50%);
  transform: translate(0, -50%);
  right: 3%;
  width: 27px;
  height: 27px;
  cursor: pointer;
  z-index: 300;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:before, #menuOpen span:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff, 0 18px 0 0 #fff;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menuOpen span:after {
  content: "";
  position: absolute;
  top: 7px;
  height: 4px;
  -webkit-box-shadow: 0 4px 0 0 #fff;
  -moz-box-shadow: 0 4px 0 0 #fff;
  -ms-box-shadow: 0 4px 0 0 #fff;
  -o-box-shadow: 0 4px 0 0 #fff;
  box-shadow: 0 4px 0 0 #fff;
}
html {
  font: 400 16px/1.5714 "Roboto", sans-serif;
}
body {
  color: #333;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
}
#main {
  overflow: hidden;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 100%;
}
.container {
  margin: 0 auto;
  width: 1150px;
  max-width: 94%;
  position: relative;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.flex.wpps-flex-center{
    -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}


.start {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
.end {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
}
.around {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
.alc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.alstart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.alend {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.cover {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
input[type="text"], input[type="email"], input[type="tel"], input[type="search"], input[type="password"], textarea {
  height: 62px;
  width: 100%;
  border: 1px solid #d1dbe4;
  background: #fff;
  padding: 0 1.25rem 0 1.875rem;
  font-family: "Roboto";
  font-size: 1rem;
}
input[type="text"]:focus, input[type="email"]:focus, input[type="tel"]:focus, input[type="search"]:focus, input[type="password"]:focus, textarea:focus {
  border-color: #2359c4;
}
textarea {
  resize: none;
  height: 135px;
  padding: 20px 1.875rem;
  margin-bottom: 40px;
}
.button, .submit {
  display: inline-block;
  line-height: 3.75rem;
  padding: 0 1.25rem;
  font-size: 1.125rem;
  background: #e60e19;
  color: #fff;
  font-family: "Roboto";
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}
.button:hover, .submit:hover {
  background: #2359c4;
  text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
  padding-bottom: 20px;
  line-height: 1.2;
}
h1 {
  font-weight: 500;
  font-size: 30px;
}
h2 {
  font-weight: 500;
  font-size: 30px;
}
p {
  color: #868895;
  padding-bottom: 20px;
  line-height: 1.5;
}
a {
  color: #e60e19;
  text-decoration: none;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: underline;
}
a:visited {
  color: #1a418f;
}
#logo {
  -webkit-flex-basis: 436px;
  -moz-flex-basis: 436px;
  -ms-flex-preferred-size: 436px;
  flex-basis: 436px;
  margin: 10px 30px 0 35px;
}
header {
  position: relative;
  z-index: 100;
  background: #fff;
}
header .topNav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .topBluePanel {
  background: #2359c4;
  padding: 5px 9% 5px 3.2%;
}
header .telNumbers {
  margin-right: 15px;
}
header .telNumbers span {
  font-family: "Bebas";
  font-weight: 700;
  font-size: 1.125rem;
  color: #7a90ff;
  line-height: 1;
  text-transform: uppercase;
}
header .telNumbers a {
  color: #fff;
  font-weight: 700;
  font-size: 1.6875rem;
  line-height: 1;
  letter-spacing: -1px;
}
header .telNumbers a:hover {
  text-decoration: none;
  color: #e60e19;
}
header .telNumbers .item {
  margin-right: 30px;
}
header .telNumbers .item:last-child {
  margin-right: 0;
}
header .navPanel {
  padding: 10px 9% 5px 3.2%;
}
header .navPanel .button {
  margin: 0 50px 0 70px;
}
header .navPanel .button:hover {
  color: #e60e19;
}
header .menuBox, header .logosBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.some a {
  width: 33px;
  height: 33px;
  display: inline-block;
  position: relative;
  border-radius: 50%;
  margin: 0 5px;
}
.some a.fa-meta {
  background: #3b5997;
}
.some a.fa-x-twitter {
  background: #26a5d1;
}
.some a.fa-instagram {
  background: #3f729a;
}
.some a.fa-youtube {
  background: #d42328;
}
.some a.fa-youtube:hover:before {
  color: #2359c4 !important;
}
.some a:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
.some a:hover {
  text-decoration: none;
}
.some a:hover:before {
  color: #e60e19;
}
@media screen and (min-width: 1025px) {
  #mainMenu > ul {
    font-size: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #mainMenu > ul > li {
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  #mainMenu > ul > li > a {
    font-size: 17px;
    display: block;
    font-weight: 700;
    color: #2359c4;
    position: relative;
  }
  #mainMenu > ul > li > a:before {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    display: block;
    width: 100%;
    height: 4px;
    background: #e60e19;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li:hover > a, #mainMenu > ul > li.current-menu-item > a {
    text-decoration: none;
  }
  #mainMenu > ul > li:hover > a:before, #mainMenu > ul > li.current-menu-item > a:before {
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  #mainMenu > ul > li:hover > ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
  }
  #mainMenu > ul > li ul {
    margin-top: 20px;
    opacity: 0;
    visibility: hidden;
    width: 270px;
    position: absolute;
    left: 0;
    top: 100%;
    background: #e60e19;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu > ul > li ul li {
    position: relative;
  }
  #mainMenu > ul > li ul li a {
    display: block;
    padding: 7px 18px;
    color: #fff;
    font-size: 0.8125rem;
    text-decoration: none;
  }
  #mainMenu > ul > li ul li:hover > a, #mainMenu > ul > li ul li.current-menu-item > a {
    background: #2359c4;
  }
  #mainMenu > ul > li ul li:hover ul {
    visibility: visible;
    opacity: 1;
    margin-top: 0;
  }
  #mainMenu > ul > li ul li ul {
    left: 270px;
    top: 0;
  }
}
.content ul {
  margin: 0 0 20px 0;
}
.content ul li {
  padding: 5px 0 10px 25px;
  position: relative;
}
.content ul li:before {
  content: "";
  width: 3px;
  height: 3px;
  border: 3px solid #2359c4;
  border-radius: 50%;
  position: absolute;
  top: 13px;
  left: 0;
}
.constructorBlock h2 {
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 35px;
}
.constructorBlock p {
  font-size: 16px;
  color: #5a5a5a;
}
.constructorBlock .fullTextBlock {
  padding: 120px 0 150px;
}
.constructorBlock .fullTextBlock.white {
  background-color: #fff;
}
.constructorBlock .fullTextBlock.gray {
  background-color: #f5f7fa;
}
.constructorBlock .textImageBlock .textBox {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
}
.constructorBlock .textImageBlock .imageBox {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
  background-repeat: no-repeat;
}
.constructorBlock .textImageBlock .left .textBox {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.constructorBlock .textImageBlock .left .imageBox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.constructorBlock .textImageBlock .right .textBox {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-order: 1;
  -ms-flex-order: 1;
  order: 1;
}
.constructorBlock .textImageBlock .right .imageBox {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -moz-order: 0;
  -ms-flex-order: 0;
  order: 0;
}
.constructorBlock .textImageBlock.white {
  background-color: #fff;
}
.constructorBlock .textImageBlock.gray {
  background-color: #f5f7fa;
}
.constructorBlock .textImageBlock.dark_gray {
  background-color: #eff2f3;
}
.constructorBlock .edgeToEdgeBlock {
  position: relative;
}
.constructorBlock .edgeToEdgeBlock .textBox {
  width: 55%;
}
.constructorBlock .edgeToEdgeBlock .imageBox {
  width: 42%;
  position: absolute;
  top: 0;
  bottom: 0;
}
.constructorBlock .edgeToEdgeBlock.left .imageBox {
  right: 0;
}
.constructorBlock .edgeToEdgeBlock.right .textBox {
  margin-left: auto;
}
.constructorBlock .edgeToEdgeBlock.right .imageBox {
  left: 0;
}
.constructorBlock .edgeToEdgeBlock.white {
  background-color: #fff;
}
.constructorBlock .edgeToEdgeBlock.gray {
  background-color: #f5f7fa;
}
.constructorBlock .edgeToEdgeBlock.dark_gray {
  background-color: #eff2f3;
}
.topBox {
  padding: 25px 0 30px;
}
.blueBox {
  background: #0054a5;
  color: #fff;
  text-align: center;
  padding: 110px 0 95px;
}
.blueBox .container {
  width: 550px;
}
.blueBox p {
  color: #fff;
}
.buttonBlock {
  text-align: center;
  padding: 55px 0;
}
.buttonBlock .button {
  min-width: 656px;
}
.tpl-coupons .textBox {
  padding: 20px 0 25px;
}
.tpl-coupons .couponsBox {
  padding-bottom: 100px;
}
.tpl-coupons .couponsBox .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -0.5%;
  width: 101%;
}
.tpl-coupons .couponsBox .items > * {
  width: 24%;
  margin: 0 0.5% 0.625em;
}
.tpl-contact-us .textBox {
  padding: 20px 0 25px;
}
.tpl-contact-us .formBox {
  background: #ecf4f7;
  padding: 60px 0 45px;
  text-align: center;
}
.tpl-contact-us .formBox .title {
  font-weight: 700;
  line-height: 1;
  padding-left: 30px;
  text-align: left;
  display: block;
  padding-bottom: 20px;
}
.tpl-contact-us .formBox .item {
  margin-bottom: 40px;
}
.tpl-contact-us .formBox .item .wpcf7-form-control-wrap {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.tpl-contact-us .formBox .checkboxBlock {
  text-align: left;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  padding-bottom: 50px;
}
.tpl-contact-us .formBox .checkboxBlock > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
.tpl-contact-us .formBox .checkboxBlock .wpcf7-list-item {
  display: block;
  margin: 8px 0;
  color: #484848;
}
.tpl-contact-us .formBox .checkboxBlock .wpcf7-list-item label {
  display: inline-block;
}
.tpl-contact-us .formBox .checkboxBlock .wpcf7-list-item label span {
  position: relative;
  display: inline-block;
  padding-left: 45px;
  cursor: pointer;
  vertical-align: top;
}
.tpl-contact-us .formBox .checkboxBlock .wpcf7-list-item label span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  content: '';
  border: 1px solid #d1dbe4;
  background: #fff;
}
.tpl-contact-us .formBox .checkboxBlock .wpcf7-list-item label span:after {
  font-size: 17px;
  font-weight: 700;
  position: absolute;
  top: -1px;
  left: 6px;
  content: '\2713';
  opacity: 0;
  color: #e60e19;
}
.tpl-contact-us .formBox .checkboxBlock .wpcf7-list-item label input {
  display: none;
}
.tpl-contact-us .formBox .checkboxBlock .wpcf7-list-item label input:checked + span:after {
  opacity: 1;
}
.tpl-contact-us .formBox .button {
  min-width: 180px;
}
.tpl-warranty .warrantyBox {
  padding: 30px 0;
}
.tpl-warranty .warrantyBox h2 {
  font-family: "Bebas";
  font-weight: 700;
  line-height: 1.4;
  font-size: 36px;
  padding-bottom: 30px;
}
.tpl-warranty .warrantyBox figure {
  -webkit-flex-basis: 43%;
  -moz-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
}
.tpl-warranty .warrantyBox .textBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-about h2 {
  font-weight: 500;
  font-size: 30px;
  padding-bottom: 35px;
}
.tpl-about .topText {
  background-color: #f5f7fa;
  padding: 120px 0 150px;
}
.tpl-about .section-1 {
  padding: 30px 0;
}
.tpl-about .section-1 .textBox {
  width: 50%;
}
.tpl-about .section-2 {
  padding: 125px 0 130px;
  background: #f5f7fa;
}
.tpl-about .section-2 figure {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  margin-right: 8%;
}
.tpl-about .section-2 .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-about .section-3 {
  padding: 30px 0;
}
.tpl-about .section-3 .textBox {
  width: 50%;
}
.tpl-air-conditioning h3 {
  font-size: 24px;
  font-weight: 500;
}
.tpl-air-conditioning .textImageBlock {
  background: #f7f9fb;
  padding: 100px 0 70px;
}
.tpl-air-conditioning .textImageBlock figure {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  margin-left: 11%;
}
.tpl-air-conditioning .textImageBlock .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-air-conditioning .textImageBlock .alignnone {
  margin-bottom: 10px;
}
.tpl-air-conditioning .twoColBox p {
  color: #333;
}
.tpl-air-conditioning .twoColBox .item {
  padding: 110px 50px 95px 135px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-air-conditioning .twoColBox .item .textBox {
  width: 520px;
  max-width: 100%;
}
.tpl-air-conditioning .twoColBox .leftBox {
  background: #f7f9fb;
}
.tpl-air-conditioning .twoColBox .rightBox img {
  width: 111px;
}
.tpl-air-conditioning .listBlock {
  color: #fff;
  padding: 30px 0;
}
.tpl-air-conditioning .listBlock .container {
  width: 400px;
}
.tpl-air-conditioning .listBlock h3 {
  text-align: center;
}
.tpl-air-conditioning .listBlock ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-air-conditioning .listBlock ul li {
  -webkit-flex-basis: 40%;
  -moz-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
}
.tpl-air-conditioning .bgBox .rightBox {
  background: #f7f9fb;
}
.tpl-boilers h3 {
  font-size: 24px;
  font-weight: 500;
}
.tpl-boilers .textImageBlock {
  background: #f7f9fb;
  padding: 100px 0 70px;
}
.tpl-boilers .textImageBlock figure {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  margin-left: 11%;
}
.tpl-boilers .textImageBlock .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-boilers .textImageBlock .alignnone {
  margin-bottom: 10px;
}
.tpl-boilers .columnsBox .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-boilers .columnsBox .items .item {
  padding: 110px 50px 95px 135px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-boilers .columnsBox .items .item .textBox {
  width: 520px;
  max-width: 94%;
}
.tpl-boilers .columnsBox .items .item .textBox p {
  color: #3e4046;
}
.tpl-boilers .columnsBox .items .item.white {
  background: #fff;
}
.tpl-boilers .columnsBox .items .item.gray {
  background: #f0f3f8;
}
.tpl-boilers .columnsBox .items .item.image {
  color: #fff;
}
.tpl-boilers .columnsBox .items .item.image p {
  color: #fff;
}
.tpl-repipes h3 {
  font-size: 24px;
  font-weight: 500;
}
.tpl-repipes .textBgBlock {
  padding: 30px 0;
}
.tpl-repipes .textBgBlock .textBox {
  width: 50%;
}
.tpl-repipes .textBgBlock .textBox p {
  color: #333;
  text-align: justify;
}
.tpl-repipes .columnsBox .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-repipes .columnsBox .items .item {
  padding: 110px 50px 95px 135px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-repipes .columnsBox .items .item .textBox {
  width: 570px;
  max-width: 100%;
}
.tpl-repipes .columnsBox .items .item .textBox p {
  color: #3e4046;
}
.tpl-repipes .columnsBox .items .item.white {
  background: #fff;
}
.tpl-repipes .columnsBox .items .item.gray {
  background: #f0f3f8;
}
.tpl-repipes .columnsBox .items .item.blue {
  background: #0054a6;
  color: #fff;
}
.tpl-repipes .columnsBox .items .item.blue p {
  color: #fff;
}
.tpl-repipes .textImageBlock {
  padding: 125px 0 50px;
}
.tpl-repipes .textImageBlock figure {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  margin-right: 11%;
}
.tpl-repipes .textImageBlock .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-repipes .textImageBlock .alignnone {
  margin-bottom: 10px;
}
.tpl-repipes .buttonBlock {
  padding-bottom: 115px;
}
.tpl-water-heaters h3 {
  font-size: 24px;
  font-weight: 500;
}
.tpl-water-heaters .textImageBlock {
  padding: 50px 0 70px;
  background: #f7f9fb;
}
.tpl-water-heaters .textImageBlock figure {
  -webkit-flex-basis: 39%;
  -moz-flex-basis: 39%;
  -ms-flex-preferred-size: 39%;
  flex-basis: 39%;
  margin-left: 8%;
}
.tpl-water-heaters .textImageBlock .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-water-heaters .centerTextBlock {
  padding: 95px 0 50px;
}
.tpl-water-heaters .centerTextBlock h3 {
  text-align: center;
}
.tpl-water-heaters .centerTextBlock ul {
  width: 370px;
  max-width: 100%;
  margin: 0 auto 20px;
}
.tpl-water-heaters .columnsBox .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-water-heaters .columnsBox .items .item {
  padding: 110px 50px 95px 135px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-water-heaters .columnsBox .items .item .textBox {
  width: 570px;
  max-width: 100%;
}
.tpl-water-heaters .columnsBox .items .item .textBox p {
  color: #191919;
}
.tpl-water-heaters .columnsBox .items .item.white {
  background: #fff;
}
.tpl-water-heaters .columnsBox .items .item.gray {
  background: #f0f3f8;
}
.tpl-water-heaters .columnsBox .items .item.blue {
  background: #0054a6;
  color: #fff;
}
.tpl-water-heaters .columnsBox .items .item.blue p {
  color: #fff;
}
.tpl-water-heaters .columnsBox .items .item.dark_gray {
  background: #9eb5ca;
  color: #fff;
}
.tpl-water-heaters .columnsBox .items .item.dark_gray p {
  color: #fff;
}
.tpl-water-heaters .buttonBlock {
  padding: 80px 0;
}
.tpl-toilet-repair h3 {
  font-size: 24px;
  font-weight: 500;
}
.tpl-toilet-repair .textImageBlock {
  padding: 50px 0 0;
  background: #f7f9fb;
}
.tpl-toilet-repair .textImageBlock figure {
  -webkit-flex-basis: 30%;
  -moz-flex-basis: 30%;
  -ms-flex-preferred-size: 30%;
  flex-basis: 30%;
  margin-left: 10%;
}
.tpl-toilet-repair .textImageBlock .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-toilet-repair .textImageBlock p {
  color: #333;
}
.tpl-toilet-repair .blueBox .container {
  width: 1000px;
}
.tpl-toilet-repair .blueBox p {
  font-style: italic;
  padding-bottom: 35px;
}
.tpl-toilet-repair .centerTextBlock {
  padding: 105px 0 80px;
  text-align: center;
}
.tpl-toilet-repair .centerTextBlock .container {
  width: 650px;
}
.tpl-toilet-repair .columnsBox .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-toilet-repair .columnsBox .items .item {
  padding: 110px 50px 95px 135px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-toilet-repair .columnsBox .items .item .textBox {
  width: 660px;
  max-width: 100%;
}
.tpl-toilet-repair .columnsBox .items .item .textBox p {
  color: #191919;
}
.tpl-toilet-repair .columnsBox .items .item ul {
  -moz-column-count: 2;
  /* Для Firefox */
  -webkit-column-count: 2;
  /* Для Safari и Chrome */
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  margin-left: 80px;
}
.tpl-toilet-repair .columnsBox .items .item.white {
  background: #fff;
}
.tpl-toilet-repair .columnsBox .items .item.gray {
  background: #f0f3f8;
}
.tpl-toilet-repair .columnsBox .items .item.blue {
  background: #0054a6;
  color: #fff;
}
.tpl-toilet-repair .columnsBox .items .item.blue p {
  color: #fff;
}
.tpl-toilet-repair .columnsBox .items .item.dark_gray {
  background: #9eb5ca;
  color: #fff;
}
.tpl-toilet-repair .columnsBox .items .item.dark_gray p {
  color: #fff;
}
.tpl-toilet-repair .buttonBlock {
  padding: 0 0 65px;
}
.tpl-employment .textBox p {
  color: #333;
  padding-bottom: 25px;
}
.tpl-employment .textBox.gray {
  background: #eff3f7;
  padding: 80px 0 70px;
}
.tpl-employment .textBox.gray h3 {
  font-size: 24px;
  font-family: "Bebas";
  font-weight: 700;
  padding-bottom: 45px;
}
.tpl-employment .textBox.gray ul {
  -moz-column-count: 3;
  /* Для Firefox */
  -webkit-column-count: 3;
  /* Для Safari и Chrome */
  column-count: 3;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.tpl-employment .textBox.white {
  background: #fff;
  padding: 65px 0 25px;
}
.tpl-employment .textBox.white h2 {
  text-align: center;
  font-size: 48px;
  color: #2359c4;
  font-family: "Bebas";
  font-weight: 700;
}
.tpl-employment .formBox {
  background: #ecf4f7;
  padding: 90px 0 45px;
  text-align: center;
}
.tpl-employment .formBox h2 {
  text-align: left;
  padding-bottom: 60px;
}
.tpl-employment .formBox .title {
  font-weight: 700;
  line-height: 1;
  padding-left: 30px;
  text-align: left;
  display: block;
  padding-bottom: 20px;
}
.tpl-employment .formBox .item {
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-employment .formBox .item .wpcf7-form-control-wrap {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.tpl-employment .formBox .wpcf7-form-control-wrap {
  margin-bottom: 40px;
}
.tpl-employment .formBox .button {
  min-width: 180px;
}
.tpl-water_services h3 {
  font-size: 24px;
  font-weight: 500;
}
.tpl-water_services .textImageBlock {
  background: #f7f9fb;
}
.tpl-water_services .textImageBlock figure {
  -webkit-flex-basis: 46%;
  -moz-flex-basis: 46%;
  -ms-flex-preferred-size: 46%;
  flex-basis: 46%;
  margin-right: 9%;
}
.tpl-water_services .textImageBlock .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-water_services .textImageBlock .textBox p {
  color: #333;
}
.tpl-water_services .fullTextBlock {
  padding: 100px 0 110px;
}
.tpl-water_services .fullTextBlock .text {
  text-align: center;
}
.tpl-water_services .fullTextBlock .text h2 {
  padding-bottom: 40px;
}
.tpl-water_services .columnsBox .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-water_services .columnsBox .items .item {
  padding: 110px 50px 95px 135px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-water_services .columnsBox .items .item .textBox {
  width: 570px;
  max-width: 100%;
}
.tpl-water_services .columnsBox .items .item .textBox p {
  color: #3e4046;
}
.tpl-water_services .columnsBox .items .item.white {
  background: #fff;
}
.tpl-water_services .columnsBox .items .item.gray {
  background: #f0f3f8;
}
.tpl-water_services .columnsBox .items .item.blue {
  background: #0054a6;
  color: #fff;
}
.tpl-water_services .columnsBox .items .item.blue p {
  color: #fff;
}
.tpl-water_services .textLogoBlock {
  padding: 70px 0 50px;
}
.tpl-water_services .listBlock {
  background: #eff3f7;
  text-align: center;
  padding: 125px 0 0;
}
.tpl-water_services .listBlock p {
  color: #333;
  font-weight: 500;
}
.tpl-water_services .listBlock ul {
  text-align: left;
  -moz-column-count: 2;
  /* Для Firefox */
  -webkit-column-count: 2;
  /* Для Safari и Chrome */
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
}
.tpl-water_services .buttonBlock {
  background: #eff3f7;
  padding: 40px 0 60px;
}
.tpl-faucets h3 {
  font-size: 24px;
  font-weight: 500;
}
.tpl-faucets .textImageBlock {
  padding: 40px 0;
}
.tpl-faucets .textImageBlock .textBox {
  width: 50%;
}
.tpl-faucets .textImageBlock p {
  color: #333;
}
.tpl-faucets .blueBox .container {
  width: 1000px;
}
.tpl-faucets .blueBox h2 {
  padding-bottom: 40px;
}
.tpl-faucets .blueBox p {
  font-style: italic;
  padding-bottom: 35px;
}
.tpl-faucets .columnsBox .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-faucets .columnsBox .items .item {
  min-height: 430px;
  padding: 75px 50px 60px 135px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-faucets .columnsBox .items .item .textBox {
  width: 660px;
  max-width: 100%;
}
.tpl-faucets .columnsBox .items .item .textBox p {
  color: #191919;
}
.tpl-faucets .columnsBox .items .item ul {
  -moz-column-count: 2;
  /* Для Firefox */
  -webkit-column-count: 2;
  /* Для Safari и Chrome */
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-count: 2;
  column-gap: 20px;
  margin-left: 80px;
}
.tpl-faucets .columnsBox .items .item ul li {
  padding: 5px 0 5px 25px;
}
.tpl-faucets .columnsBox .items .item.white {
  background: #fff;
}
.tpl-faucets .columnsBox .items .item.gray {
  background: #f0f3f8;
}
.tpl-faucets .columnsBox .items .item.blue {
  background: #0054a6;
  color: #fff;
}
.tpl-faucets .columnsBox .items .item.blue p {
  color: #fff;
}
.tpl-faucets .columnsBox .items .item.dark_gray {
  background: #9eb5ca;
  color: #fff;
}
.tpl-faucets .columnsBox .items .item.dark_gray p {
  color: #fff;
}
.tpl-drain-sewer-services h3 {
  font-size: 24px;
  font-weight: 500;
}
.tpl-drain-sewer-services .topBox ul {
  -moz-column-count: 3;
  /* Для Firefox */
  -webkit-column-count: 3;
  /* Для Safari и Chrome */
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.tpl-drain-sewer-services .fullTextBlock {
  background: #eff3f7;
  padding: 70px 0 65px;
}
.tpl-drain-sewer-services .textImageBlock {
  padding: 110px 0 120px;
}
.tpl-drain-sewer-services .textImageBlock figure {
  -webkit-flex-basis: 37%;
  -moz-flex-basis: 37%;
  -ms-flex-preferred-size: 37%;
  flex-basis: 37%;
  margin-right: 6%;
}
.tpl-drain-sewer-services .textImageBlock .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-drain-sewer-services .columnsBox .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-drain-sewer-services .columnsBox .items .item {
  padding: 110px 50px 95px 135px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-drain-sewer-services .columnsBox .items .item .textBox {
  width: 570px;
  max-width: 100%;
}
.tpl-drain-sewer-services .columnsBox .items .item .textBox p {
  color: #191919;
}
.tpl-drain-sewer-services .columnsBox .items .item.bg_white {
  background-color: #fff;
}
.tpl-drain-sewer-services .columnsBox .items .item.bg_gray {
  background-color: #dce3e9;
}
.tpl-drain-sewer-services .columnsBox .items .item.text_color_white {
  color: #fff;
}
.tpl-drain-sewer-services .columnsBox .items .item.text_color_white p {
  color: #fff;
}
.tpl-emergency-plumbing h3 {
  font-size: 24px;
  font-weight: 500;
}
.tpl-emergency-plumbing .textBgBlock {
  padding: 30px 0;
}
.tpl-emergency-plumbing .textBgBlock .container {
  width: 1600px;
}
.tpl-emergency-plumbing .textBgBlock .textBox {
  width: 48%;
  margin-left: auto;
}
.tpl-emergency-plumbing .textImageBlock {
  padding: 80px 0 90px;
}
.tpl-emergency-plumbing .textImageBlock .container {
  width: 1600px;
}
.tpl-emergency-plumbing .textImageBlock ul {
  -moz-column-count: 3;
  /* Для Firefox */
  -webkit-column-count: 3;
  /* Для Safari и Chrome */
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-count: 3;
  column-gap: 20px;
}
.tpl-emergency-plumbing .textImageBlock ul li {
  padding-bottom: 5px;
}
.tpl-emergency-plumbing .textImageBlock .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-emergency-plumbing .textImageBlock .textBox p {
  color: #333;
  font-weight: 500;
}
.tpl-emergency-plumbing .textImageBlock figure {
  -webkit-flex-basis: 28%;
  -moz-flex-basis: 28%;
  -ms-flex-preferred-size: 28%;
  flex-basis: 28%;
  margin-left: 13%;
}
.tpl-emergency-plumbing .columnsBox .items {
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-emergency-plumbing .columnsBox .items .item {
  padding: 110px 50px 95px 135px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-emergency-plumbing .columnsBox .items .item .textBox {
  width: 670px;
  max-width: 100%;
}
.tpl-emergency-plumbing .columnsBox .items .item .textBox p {
  color: #191919;
}
.tpl-emergency-plumbing .columnsBox .items .item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-btween;
  -ms-flex-pack: space-btween;
  -webkit-justify-content: space-btween;
  -moz-justify-content: space-btween;
  justify-content: space-btween;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.tpl-emergency-plumbing .columnsBox .items .item ul li {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.tpl-emergency-plumbing .columnsBox .items .item.bg_white {
  background-color: #fff;
}
.tpl-emergency-plumbing .columnsBox .items .item.bg_gray {
  background-color: #dce3e9;
}
.tpl-emergency-plumbing .columnsBox .items .item.text_color_white {
  color: #fff;
}
.tpl-emergency-plumbing .columnsBox .items .item.text_color_white p {
  color: #fff;
}
.tpl-emergency-plumbing .fullTextBlock {
  text-align: center;
  padding: 85px 0 75px;
}
.tpl-emergency-plumbing .fullTextBlock .aligncenter {
  margin: 0 auto 10px;
}
.tpl-emergency-plumbing .fullTextBlock h3 {
  padding-bottom: 35px;
}
.tpl-emergency-plumbing .fullTextBlock p {
  padding-bottom: 25px;
}
.tpl-emergency-plumbing .grayBottomBlock {
  background: #f0f3f8;
  padding: 70px 0 0;
}
.tpl-emergency-plumbing .grayBottomBlock .leftBox, .tpl-emergency-plumbing .grayBottomBlock .rightBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}
.tpl-emergency-plumbing .grayBottomBlock .leftBox .textBox, .tpl-emergency-plumbing .grayBottomBlock .rightBox .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-emergency-plumbing .grayBottomBlock .leftBox .textBox p, .tpl-emergency-plumbing .grayBottomBlock .rightBox .textBox p {
  color: #444;
}
.tpl-emergency-plumbing .grayBottomBlock .leftBox figure, .tpl-emergency-plumbing .grayBottomBlock .rightBox figure {
  margin-left: 7%;
}
.tpl-emergency-plumbing .grayBottomBlock .leftBox {
  padding: 0 100px 0 135px;
}
.tpl-emergency-plumbing .grayBottomBlock .leftBox figure {
  -webkit-flex-basis: 310px;
  -moz-flex-basis: 310px;
  -ms-flex-preferred-size: 310px;
  flex-basis: 310px;
}
.tpl-emergency-plumbing .grayBottomBlock .leftBox .textBox {
  padding-bottom: 95px;
}
.tpl-emergency-plumbing .grayBottomBlock .rightBox {
  padding: 0 70px 65px 135px;
}
.tpl-emergency-plumbing .grayBottomBlock .rightBox .textBox {
  padding-bottom: 25px;
}
.tpl-emergency-plumbing .grayBottomBlock .rightBox figure {
  -webkit-flex-basis: 318px;
  -moz-flex-basis: 318px;
  -ms-flex-preferred-size: 318px;
  flex-basis: 318px;
}
.tpl-emergency-plumbing .buttonBlock {
  padding: 65px 0 60px;
}
.tpl-services .topBox .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-services .topBox .textBox p {
  color: #5a5a5a;
  padding-bottom: 25px;
}
.tpl-services .topBox figure {
  -webkit-flex-basis: 31%;
  -moz-flex-basis: 31%;
  -ms-flex-preferred-size: 31%;
  flex-basis: 31%;
  margin-left: 95px;
}
.tpl-services .textBgBlock {
  padding: 30px 0;
}
.tpl-services .textBgBlock .textBox {
  width: 55%;
  margin-left: auto;
}
.tpl-services .textImageBlock {
  padding: 50px 0;
}
.tpl-services .textImageBlock .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.tpl-services .textImageBlock figure {
  -webkit-flex-basis: 41%;
  -moz-flex-basis: 41%;
  -ms-flex-preferred-size: 41%;
  flex-basis: 41%;
  margin-left: 95px;
}
.tpl-services .textColumnsBlock h3 {
  font-family: "Bebas";
  font-weight: 700;
  font-size: 26px;
}
.tpl-services .textColumnsBlock p {
  color: #5a5a5a;
  padding-bottom: 25px;
}
.tpl-services .textColumnsBlock .item {
  background: #eef2f6;
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  padding: 35px 40px 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tpl-services .textColumnsBlock .item:hover {
  cursor: pointer;
  background: #fff;
}
.tpl-services .textColumnsBlock .item:hover h3 {
  color: #2359c4;
}
.tpl-services .textColumnsBlock .item:hover p {
  color: #424242;
}
.tpl-services .buttonBlock {
  padding: 35px 0 50px;
}
.tpl-furnaces-heat .textImageBlock {
  background: #f7f9fb;
  padding: 40px 0;
}
.tpl-furnaces-heat .textImageBlock figure {
  -webkit-flex-basis: 21%;
  -moz-flex-basis: 21%;
  -ms-flex-preferred-size: 21%;
  flex-basis: 21%;
}
.tpl-furnaces-heat .textImageBlock .textBox {
  -webkit-flex-basis: 60%;
  -moz-flex-basis: 60%;
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
}
.tpl-furnaces-heat .textImageBlock.bottomBlock {
  padding-bottom: 0;
}
.tpl-furnaces-heat .textImageBlock.bottomBlock figure {
  margin-bottom: -25px;
  -webkit-flex-basis: 27%;
  -moz-flex-basis: 27%;
  -ms-flex-preferred-size: 27%;
  flex-basis: 27%;
}
.tpl-furnaces-heat .logosBlock {
  padding: 130px 0 110px;
}
.tpl-furnaces-heat .logosBlock .logos {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
  padding: 0 150px;
}
.tpl-furnaces-heat .logosBlock .logos > * {
  width: 23%;
  margin: 0 1% 1.25em;
}
.tpl-furnaces-heat .logosBlock .logos .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.tpl-furnaces-heat .logosBlock .textBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.tpl-furnaces-heat .logosBlock .textBox ul {
  font-size: 0;
}
.tpl-furnaces-heat .logosBlock .textBox ul li {
  display: inline-block;
  font-size: 16px;
  width: 25%;
}
.tpl-furnaces-heat .columnsBox .items .item {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  padding: 75px 50px 60px 135px;
}
.tpl-furnaces-heat .columnsBox .items .item h3 {
  font-size: 24px;
  padding-bottom: 30px;
}
.tpl-furnaces-heat .columnsBox .items .item p {
  color: #3e4046;
}
.tpl-furnaces-heat .columnsBox .items .item .textBox {
  width: 580px;
  max-width: 100%;
}
.tpl-furnaces-heat .columnsBox .items .item.gray {
  background: #f0f3f8;
}
.tpl-furnaces-heat .columnsBox .items .item.text_color_white {
  color: #fff;
}
.tpl-furnaces-heat .columnsBox .items .item.text_color_white p {
  color: #fff;
}
.tpl-furnaces-heat .textColumnsBlock {
  padding: 45px 0 0;
}
.tpl-furnaces-heat .textColumnsBlock h3 {
  font-family: "Bebas";
  font-weight: 700;
  font-size: 26px;
}
.tpl-furnaces-heat .textColumnsBlock p {
  color: #5a5a5a;
  padding-bottom: 25px;
}
.tpl-furnaces-heat .textColumnsBlock figure {
  height: 140px;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.tpl-furnaces-heat .textColumnsBlock .item {
  background: #eef2f6;
  -webkit-flex-basis: 24%;
  -moz-flex-basis: 24%;
  -ms-flex-preferred-size: 24%;
  flex-basis: 24%;
  padding: 35px 40px 10px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.tpl-furnaces-heat .textColumnsBlock .item:hover {
  cursor: pointer;
  background: #fff;
}
.tpl-furnaces-heat .textColumnsBlock .item:hover h3 {
  color: #2359c4;
}
.tpl-furnaces-heat .textColumnsBlock .item:hover p {
  color: #424242;
}
.tpl-furnaces-heat .buttonBlock {
  padding: 40px 0 60px;
}
.post-type-archive-testimonials .post {
  padding: 90px 0 70px;
}
.post-type-archive-testimonials .post h3 {
  font-size: 17px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.8;
  padding-bottom: 25px;
}
.post-type-archive-testimonials .post p {
  padding-bottom: 25px;
  color: #464a5b;
  font-style: italic;
}
.post-type-archive-testimonials .post .info {
  margin-bottom: -10px;
}
.post-type-archive-testimonials .post .titleBox {
  -webkit-flex-basis: 340px;
  -moz-flex-basis: 340px;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  margin-right: 100px;
}
.post-type-archive-testimonials .post .textBox {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.post-type-archive-testimonials .post:nth-child(2n+1) {
  background: #f5f7fa;
}
.post-type-archive-testimonials .post .authorBox {
  padding-left: 35px;
  position: relative;
}
.post-type-archive-testimonials .post .authorBox .fa-user-circle {
  position: absolute;
  left: 0;
  top: 4px;
  color: #546080;
}
.postsBlock {
  padding: 35px 0 0;
}
.postsBlock .container {
  width: 1425px;
}
.postsBlock h1 {
  color: #000;
  padding-bottom: 15px;
}
.postsBlock .dateBox {
  padding-bottom: 25px;
}
.postsBlock .dateBox mark {
  color: #4f4e4e;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
}
.postsBlock .dateBox span {
  font-size: 12px;
  color: #606060;
}
.postsBlock .dateBox span:after {
  content: "|";
  font-size: 16px;
}
.postsBlock .dateBox span:last-child:after {
  display: none;
}
.postsBlock article {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.postsBlock aside {
  -webkit-flex-basis: 280px;
  -moz-flex-basis: 280px;
  -ms-flex-preferred-size: 280px;
  flex-basis: 280px;
  margin-left: 165px;
}
.postsBlock .widget h2 {
  background: #f8f8f8;
  border-left: 3px solid #2359c4;
  padding: 15px 15px 15px 20px;
  font-family: "Bebas";
  font-weight: 700;
  font-size: 18px;
  color: #000;
  margin-bottom: 10px;
}
.postsBlock .widget ul {
  margin-bottom: 45px;
}
.postsBlock .widget ul li {
  padding: 5px 0 5px 20px;
}
.postsBlock .widget ul li a {
  color: #2359c4;
  text-decoration: underline;
}
.postsBlock .widget ul li:hover, .postsBlock .widget ul li.current-cat {
  background: #2359c4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.postsBlock .widget ul li:hover a, .postsBlock .widget ul li.current-cat a {
  color: #fff;
  text-decoration: none;
}
.postsBlock .widget ul li:before {
  display: none;
}
.single-post .postsBlock figure {
  margin-bottom: 40px;
}
.single-post .postsBlock figure img {
  margin: 0 auto;
}
.single-post .postsBlock .textBox {
  padding-bottom: 25px;
}
.single-post .postsBlock .textBox p {
  color: #606060;
}
.single-post .postsBlock .textBox iframe {
  text-align: center;
}
.single-post .postsBlock .frameBox {
  text-align: center;
}
.single-post .postsBlock .shareBox {
  border-bottom: 1px solid #e1e0e0;
  padding-bottom: 80px;
}
.single-post .postsBlock .navBox {
  padding: 25px 0;
}
.single-post .postsBlock .navBox a {
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.single-post .postsBlock .navBox i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #818181;
}
.single-post .postsBlock .navBox .pagiNavi {
  display: none;
}
.single-post .postsBlock .navBox .pagiNavi:hover a {
  color: #2359c4;
  text-decoration: none;
}
.single-post .postsBlock .navBox .pagiNavi:hover i {
  color: #2359c4;
}
.single-post .postsBlock .formBox {
  text-align: center;
  padding: 35px 0 50px;
}
.single-post .postsBlock .formBox h2 {
  padding-bottom: 25px;
}
.single-post .postsBlock .formBox .wpcf7-form-control-wrap {
  -webkit-flex-basis: 49%;
  -moz-flex-basis: 49%;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%;
}
.single-post .postsBlock .formBox textarea {
  margin-bottom: 0;
}
.single-post .postsBlock .formBox .button {
  min-width: 180px;
  margin-top: -7px;
}
.blog .post, .category .post, .date .post {
  margin-bottom: 80px;
}
.blog .post .thumb, .category .post .thumb, .date .post .thumb {
  -webkit-flex-basis: 48%;
  -moz-flex-basis: 48%;
  -ms-flex-preferred-size: 48%;
  flex-basis: 48%;
  margin-right: 40px;
}
.blog .post .thumb:hover, .category .post .thumb:hover, .date .post .thumb:hover {
  opacity: 0.8;
}
.blog .post .info, .category .post .info, .date .post .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-top: -11px;
  position: relative;
  padding-bottom: 55px;
}
.blog .post .info .dateBox, .category .post .info .dateBox, .date .post .info .dateBox {
  padding: 0;
  text-align: right;
}
.blog .post .info .bottomBox, .category .post .info .bottomBox, .date .post .info .bottomBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.blog .post h3 a, .category .post h3 a, .date .post h3 a {
  color: #2359c4;
  font-size: 40px;
  font-family: "Bebas";
  text-decoration: underline;
}
.blog .post h3 a:hover, .category .post h3 a:hover, .date .post h3 a:hover {
  text-decoration: none;
  color: #e60e19;
}
.blog .post .more, .category .post .more, .date .post .more {
  display: inline-block;
  line-height: 3.4375rem;
  padding: 0 1.25rem;
  font-size: 1rem;
  background: #2359c4;
  color: #fff;
  font-family: "Roboto";
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  min-width: 200px;
  margin-right: 10px;
}
.blog .post .more:hover, .category .post .more:hover, .date .post .more:hover {
  background: #e60e19;
  text-decoration: none;
}
.blog .navBox, .category .navBox, .date .navBox {
  padding: 30px 0 50px;
}
.blog .wp-pagenavi, .category .wp-pagenavi, .date .wp-pagenavi {
  border-top: 1px solid #e1e0e0;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
.blog .wp-pagenavi a, .category .wp-pagenavi a, .date .wp-pagenavi a {
  border: none;
  font-family: "Roboto";
  font-size: 18px;
  color: #000;
  text-transform: uppercase;
  font-weight: 500;
}
.blog .wp-pagenavi a:hover, .category .wp-pagenavi a:hover, .date .wp-pagenavi a:hover {
  color: #2359c4;
  text-decoration: none;
}
.blog .wp-pagenavi i, .category .wp-pagenavi i, .date .wp-pagenavi i {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  color: #818181;
}
.home h1 {
  font-size: 72px;
  font-weight: 300;
}
.home .topBox {
  padding: 30px 0;
  color: #fff;
  text-align: center;
}
.home .topBox h2 {
  font-family: "Bebas";
  font-weight: 700;
}
.home .serviceBox {
  padding: 75px 0;
  text-align: center;
}
.home .serviceBox .container {
  width: 850px;
}
.home .serviceBox .services {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1.25%;
  width: 102.5%;
}
.home .serviceBox .services > * {
  width: 30.8333333333%;
  margin: 0 1.25% 1.6666666667em;
}
.home .serviceBox .item {
  background: #fff;
  display: block;
  padding: 70px 20px 50px;
}
.home .serviceBox .item h4 {
  font-size: 22px;
  font-family: "Bebas";
  font-weight: 700;
  color: #333;
  padding-bottom: 0;
}
.home .serviceBox .item figure {
  margin-bottom: 40px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.home .serviceBox .item figure img {
  height: 90px;
  margin: 0 auto;
}
.home .serviceBox .item:hover {
  text-decoration: none;
}
.home .serviceBox .item:hover figure {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.home .bottomServices {
  padding: 70px 0 45px;
  text-align: center;
}
.home .bottomServices .container {
  width: 1105px;
}
.home .bottomServices figure {
  height: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}
.home .bottomServices figure img {
  max-height: 200px;
}
.home .bottomServices .text {
  padding: 30px 0 70px;
}
.home .bottomServices .text p {
  color: #252525;
  font-weight: 500;
  padding-bottom: 0;
}
.home .bottomServices .items {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.home .bottomServices .items > * {
  width: 31.3333333333%;
  margin: 0 1% 1.3333333333em;
}
#st-1 .st-btn {
  background: transparent !important;
  margin-right: 0 !important;
  font-size: 30px !important;
}
#st-1 .st-btn > svg {
  fill: #999 !important;
  height: 25px !important;
  width: 25px !important;
}
#st-1 .st-btn:hover > svg {
  fill: #e60e19 !important;
}
.custom-file-upload-hidden {
  display: none;
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.custom-file-upload {
  display: block;
  width: auto;
  font-size: 16px;
  margin-top: 30px;
}
.custom-file-upload label {
  display: block;
  margin-bottom: 5px;
}
.file-upload-wrapper {
  position: relative;
}
.file-upload-input {
  padding: 0 150px 0 30px;
}
.file-upload-button {
  position: absolute;
  top: 10px;
  right: 13px;
  min-width: 130px;
  cursor: pointer;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  padding: 0 20px;
  line-height: 43px;
  border: none;
  background-color: #2359c4;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.file-upload-button:hover {
  background-color: #e60e19;
}
#menu-footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}
#menu-footer-menu li {
  line-height: 1;
}
#menu-footer-menu li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  position: relative;
}
#menu-footer-menu li a:before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  display: block;
  width: 100%;
  height: 4px;
  background: #fff;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#menu-footer-menu li:hover > a, #menu-footer-menu li.current-menu-item > a {
  text-decoration: none;
}
#menu-footer-menu li:hover > a:before, #menu-footer-menu li.current-menu-item > a:before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.contactBottomBlock {
  background: #eff3f7;
  padding: 40px 0 55px;
}
.contactBottomBlock .container {
  width: 1100px;
}
.contactBottomBlock h3 {
  font-family: "Bebas";
  font-weight: 700;
  font-size: 22px;
  padding-bottom: 25px;
}
.contactBottomBlock h4 {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.5;
  padding-bottom: 0;
}
.contactBottomBlock .button {
  min-width: 180px;
  background: #9ab;
  margin-top: 12px;
}
.contactBottomBlock .button:hover {
  background: #e60e19;
}
.contactBottomBlock .servicesBox, .contactBottomBlock .phoneBox, .contactBottomBlock .lifetimeBox {
  -webkit-flex-basis: 20%;
  -moz-flex-basis: 20%;
  -ms-flex-preferred-size: 20%;
  flex-basis: 20%;
}
.contactBottomBlock .servicesBox a {
  color: #2359c4;
  font-size: 15px;
  font-weight: 500;
  line-height: 2;
}
.contactBottomBlock .phoneBox .items {
  padding: 5px 0;
}
.contactBottomBlock .phoneBox .item {
  padding-bottom: 8px;
}
.contactBottomBlock .phoneBox .item a {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
}
.contactBottomBlock .lifetimeBox .items {
  padding: 5px 0;
}
.contactBottomBlock .lifetimeBox p {
  font-size: 16px;
  line-height: 1.9;
  color: #333;
}
.contactBottomBlock .lifetimeBox .button {
  margin-top: 10px;
}
.mapBlock {
  min-height: 590px;
}
.mapBlock .acf-map {
  width: 100%;
  height: 100%;
}
.mapBlock .infoBox, .mapBlock .mapBox {
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.mapBlock .titleBox {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}
.mapBlock .titleBox .button {
  -webkit-flex-basis: 200px;
  -moz-flex-basis: 200px;
  -ms-flex-preferred-size: 200px;
  flex-basis: 200px;
  margin: 8px 0 0 50px;
}
.mapBlock .infoBox {
  padding: 70px 70px 70px 95px;
}
.mapBlock .infoBox h3 {
  font-size: 36px;
  font-weight: 500;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -moz-flex: 1;
  -ms-flex: 1;
  flex: 1;
  letter-spacing: -1px;
  padding-bottom: 45px;
}
.mapBlock .infoBox p {
  font-size: 16px;
  color: #5a5a5a;
  padding-bottom: 25px;
}
.mapBlock .imageBox img {
  margin: 0 auto;
}
footer {
  background: #2359c4;
  padding: 65px 0 45px;
}
footer .container {
  width: 1360px;
}
footer .bottonInfo {
  padding-bottom: 35px;
}
footer .phoneNumber {
  -webkit-flex-basis: 26.5%;
  -moz-flex-basis: 26.5%;
  -ms-flex-preferred-size: 26.5%;
  flex-basis: 26.5%;
}
footer .phoneNumber span {
  color: #fff;
  font-family: "Bebas";
  font-weight: 700;
  font-size: 48px;
  line-height: 1;
  padding-bottom: 25px;
  display: inline-block;
}
footer .phoneNumber a {
  color: #3192ff;
  font-weight: 700;
  font-size: 36px;
  line-height: 1;
}
footer .phoneNumber a:hover {
  text-decoration: none;
  color: #e60e19;
}
footer .bottomNav {
  -webkit-flex-basis: 43%;
  -moz-flex-basis: 43%;
  -ms-flex-preferred-size: 43%;
  flex-basis: 43%;
}
footer .addressBox {
  color: #fff;
  font-size: 16px;
  margin-top: 45px;
}
footer .imageBox {
  -webkit-flex-basis: 160px;
  -moz-flex-basis: 160px;
  -ms-flex-preferred-size: 160px;
  flex-basis: 160px;
}
footer .copyright span {
  color: #fff;
  font-size: 13px;
  line-height: 1;
}
.reviews-images {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-flow: wrap;
  -moz-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -1%;
  width: 102%;
}
.reviews-images > * {
  width: 18%;
  margin: 0 1% 1.2em;
}
.reviews-images .item {
  text-align: center;
  margin-bottom: 20px;
}
.reviews-images .item a {
  display: block;
  max-width: 80px;
  margin: 0 auto 5px;
}

/*-- New-css-30-09-2024-(Start) --*/

.textBgBlock.cover.alc.plumbing-service-desk {
    background-size: auto auto;
    background-color: #f8f9fb;
    padding-top: 60px;
}
.topBox.black-header h2 a {
    color: #333;
}
.topBox.black-header h2 a:hover {
    color: #e60e19;
} 

/*-- New-css-30-09-2024-(End) --*/

@media screen and (max-width: 1800px) {
  header .topBluePanel, header .navPanel {
    padding: 5px 5% 5px 2%;
  }
  header .telNumbers .item {
    margin-right: 20px;
  }
  header .telNumbers a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1640px) {
  #logo {
    -webkit-flex-basis: 280px;
    -moz-flex-basis: 280px;
    -ms-flex-preferred-size: 280px;
    flex-basis: 280px;
  }
  .mapBlock .titleBox {
    display: block;
  }
  .mapBlock .titleBox .button {
    margin: 0 0 30px 0;
    display: block;
  }
  footer .phoneNumber {
    -webkit-flex-basis: 35%;
    -moz-flex-basis: 35%;
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%;
  }
  .tpl-emergency-plumbing .grayBottomBlock .rightBox {
    padding: 0 30px 65px 90px;
  }
  .tpl-emergency-plumbing .grayBottomBlock .rightBox figure {
    margin-left: 3%;
  }
  .tpl-emergency-plumbing .grayBottomBlock .leftBox {
    padding: 0 10px 0 90px;
  }
  .tpl-emergency-plumbing .grayBottomBlock .leftBox figure {
    margin-left: 3%;
  }
}
@media screen and (max-width: 1500px) {
  #logo {
    margin: 10px;
  }
  header .topBluePanel, header .navPanel {
    padding: 10px 2% 10px 2%;
  }
  header .telNumbers .item {
    margin-right: 15px;
  }
  header .topBluePanel figure {
    width: 50px;
  }
  header .topBluePanel .bbbLogo {
    width: 80px;
  }
  header .imageBox {
    width: 100px;
    margin-left: 15px;
  }
  header .navPanel .button {
    margin: 0 0 0 30px;
    font-size: 14px;
    line-height: 40px;
  }
  #mainMenu > ul > li > a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1450px) {
  .postsBlock aside {
    margin-left: 80px;
  }
  .tpl-emergency-plumbing .textBgBlock {
    background-position: 20% 50%;
  }
  .tpl-emergency-plumbing .textBgBlock .textBox {
    width: 45%;
  }
  .tpl-emergency-plumbing .grayBottomBlock {
    display: block;
  }
  .tpl-emergency-plumbing .grayBottomBlock .leftBox {
    padding: 0 60px 0 90px;
    border-bottom: 5px solid #fff;
  }
  .tpl-emergency-plumbing .grayBottomBlock .rightBox {
    padding: 50px 30px 20px 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .tpl-emergency-plumbing .grayBottomBlock .rightBox figure {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -moz-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 50px 0 0;
  }
  .tpl-emergency-plumbing .grayBottomBlock .rightBox .textBox {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
  .textBgBlock.cover.alc.plumbing-service-desk {
    background-size: 100%;
  }
}
@media screen and (max-width: 1390px) {
  .tpl-about .section-1 {
    background-position: 65% 50%;
  }
  .tpl-about .section-1 .textBox {
    width: 45%;
  }
  .tpl-about .section-3 {
    background-position: 70% 50%;
  }
  .tpl-about .section-3 .textBox {
    width: 45%;
  }
  .blog .post h3 a, .category .post h3 a, .date .post h3 a {
    font-size: 35px;
  }
  .tpl-emergency-plumbing .columnsBox .items .item {
    padding: 50px 50px 40px 80px;
  }
  .tpl-emergency-plumbing .columnsBox .items .item ul li {
    -webkit-flex-basis: 51%;
    -moz-flex-basis: 51%;
    -ms-flex-preferred-size: 51%;
    flex-basis: 51%;
  }
}
@media screen and (max-width: 1290px) {
  header .telNumbers a {
    font-size: 20px;
  }
  .blog .post, .category .post, .date .post {
    display: block;
    margin-bottom: 20px;
  }
  .blog .post img, .category .post img, .date .post img {
    margin: 0 auto;
  }
  .blog .post .info, .category .post .info, .date .post .info {
    margin: 0;
  }
  .tpl-emergency-plumbing .textImageBlock figure {
    margin-left: 5%;
  }
  .tpl-faucets .columnsBox .items .item {
    padding: 75px 50px 60px 100px;
  }
  .tpl-faucets .columnsBox .items .item ul {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  header > .flex {
    display: block;
  }
  header .menuBox {
    padding: 10px 0 15px;
  }
  header .telNumbers {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -moz-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-right: 50px;
  }
  header .navPanel {
    display: block;
    text-align: center;
  }
  header .navPanel .button {
    display: inline-block;
    margin: 0 auto;
    width: 50%;
  }
  header .navPanel .imageBox {
    display: inline-block;
    vertical-align: top;
  }
  header .bbbLogo {
    margin-left: 20px;
  }
  img {
    margin: 0 auto;
  }
  .mapBlock {
    display: block;
  }
  .mapBlock .infoBox {
    padding: 70px;
  }
  .mapBlock .titleBox {
    display: flex;
  }
  .mapBlock .titleBox .button {
    margin: 8px 0 0 50px;
  }
  .mapBlock .acf-map {
    height: 400px;
  }
  .tpl-services .textColumnsBlock .items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tpl-services .textColumnsBlock .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 40px;
  }
  .tpl-services .buttonBlock {
    padding: 0 0 50px;
  }
  .tpl-furnaces-heat .logosBlock {
    display: block;
  }
  .tpl-furnaces-heat .logosBlock .logos {
    margin-bottom: 40px;
  }
  .tpl-furnaces-heat .logosBlock .textBox {
    padding: 0 10%;
  }
  .tpl-furnaces-heat .textColumnsBlock .items {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tpl-furnaces-heat .textColumnsBlock .item {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
    margin-bottom: 40px;
  }
  footer .bottonInfo > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .phoneNumber, footer .bottomNav {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  footer .imageBox {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 40px;
  }
  footer .copyright {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  html {
    font-size: 14px;
  }
  #menuOpen {
    display: block;
  }
  #menuOpen.opened + #mainMenu {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #mainMenu {
    position: fixed;
    top: 50px;
    width: 100%;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background: rgba(26, 26, 26, 0.95);
    right: 0;
    bottom: 0;
    z-index: 100;
  }
  #mainMenu ul li {
    display: inline-block;
    width: 100%;
    padding: 0;
  }
  #mainMenu ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 15px 3%;
    border-bottom: 1px solid #000;
    position: relative;
    display: block;
    text-decoration: none;
  }
  #mainMenu ul li a:after {
    display: none;
  }
  #mainMenu ul li:hover > a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li.current-menu-item > a {
    background: #e60e19;
    color: #fff;
  }
  #mainMenu ul li.menu-item-has-children > a:after {
    display: none;
  }
  #mainMenu ul li span {
    width: 60px;
    background: #e60e19;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
  }
  #mainMenu ul li span:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 18px;
    height: 2px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: #fff;
    width: 2px;
    height: 18px;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  #mainMenu ul li span.active:after {
    opacity: 0;
  }
  #mainMenu ul li ul {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
    width: 100%;
    position: static;
    background: none;
    display: none;
    -webkit-transition: none 0.4s ease;
    -moz-transition: none 0.4s ease;
    -ms-transition: none 0.4s ease;
    -o-transition: none 0.4s ease;
    transition: none 0.4s ease;
  }
  #mainMenu ul li ul li {
    display: inline-block;
    float: none;
    width: 100%;
    padding-bottom: 0;
  }
  #mainMenu ul li ul li a {
    margin: 0;
    color: #fff;
    font-size: 18px;
    padding: 10px 6%;
    border-bottom: 1px solid #000;
    position: relative;
    text-decoration: none;
  }
  #mainMenu ul li ul li span {
    background: none;
  }
  #mainMenu ul li ul li:hover a {
    background: none;
    color: #fff;
  }
  #mainMenu ul li ul li.current-menu-item a {
    background: #e60e19;
    color: #fff;
  }
  #mainMenu ul li ul li ul li a {
    font-size: 16px;
    font-style: italic;
  }
  .alignleft, .aligncenter, .alignright {
    float: none;
    margin: 0 auto 20px;
  }
  .alignnone {
    margin: 0 0 20px;
  }
  header {
    padding-top: 50px;
  }
  header .topBluePanel {
    display: block;
    text-align: center;
  }
  header .topBluePanel .some, header .topBluePanel figure, header .topBluePanel .bbbLink {
    display: inline-block;
    vertical-align: middle;
    line-height: 1;
  }
  header .telNumbers {
    margin: 0 0 20px;
  }
  #logo {
    width: 200px;
    display: block;
    margin: 10px auto;
  }
  .contactBottomBlock .servicesBox, .contactBottomBlock .phoneBox, .contactBottomBlock .lifetimeBox {
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
  }
  .home h1 {
    font-size: 60px;
  }
  .home .topBox {
    min-height: 500px !important;
  }
  .tpl-services .topBox > .alc {
    display: block;
  }
  .tpl-services .topBox figure {
    margin-left: 0;
  }
  .tpl-services .textBgBlock {
    min-height: 400px !important;
  }
  .tpl-services .textImageBlock > .alc {
    display: block;
  }
  .tpl-services .textImageBlock figure {
    margin-left: 0;
  }
  .tpl-water_services .columnsBox .items .item {
    padding: 60px 50px 40px 50px;
  }
  .tpl-water_services .textLogoBlock .textBox {
    margin-left: 25px;
  }
  .tpl-water_services .listBlock {
    padding: 70px 0 0;
  }
  .tpl-water-heaters .columnsBox .items .item {
    padding: 60px 50px 40px 50px;
  }
  .tpl-water-heaters .columnsBox .items .image {
    min-height: 300px !important;
  }
  .tpl-warranty .warrantyBox {
    min-height: 500px !important;
  }
  .tpl-warranty .warrantyBox > .flex {
    display: block;
  }
  .tpl-warranty .warrantyBox figure {
    padding-bottom: 20px;
  }
  .tpl-toilet-repair .columnsBox .items .item {
    padding: 60px 50px 40px 50px;
  }
  .tpl-toilet-repair .columnsBox .items .item ul {
    margin-left: 0;
  }
  .tpl-toilet-repair .columnsBox .items .image {
    min-height: 300px !important;
  }
  .tpl-repipes .textBgBlock {
    min-height: 350px !important;
  }
  .tpl-repipes .columnsBox .items .item {
    padding: 60px 50px 40px 50px;
  }
  .tpl-furnaces-heat .logosBlock {
    padding: 50px 0 30px;
  }
  .tpl-furnaces-heat .columnsBox .items .item {
    padding: 60px 50px 40px 50px;
  }
  footer .bottonInfo {
    text-align: center;
  }
  footer .bottonInfo > .flex {
    display: block;
  }
  footer .phoneNumber {
    padding-bottom: 40px;
  }
  footer #menu-footer-menu {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
  }
  footer #menu-footer-menu li:not(:last-child) {
    padding-right: 10px;
  }
  footer .phoneNumber, footer .bottomNav {
    -webkit-flex-basis: 48%;
    -moz-flex-basis: 48%;
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  footer .imageBox {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-top: 40px;
  }
  footer .copyright {
    text-align: center;
  }
  .tpl-about .topText {
    padding: 40px 0;
  }
  .tpl-about .section-1 {
    padding: 40px 0;
    background: none !important;
    min-height: 0 !important;
  }
  .tpl-about .section-1 h2 {
    text-align: center;
  }
  .tpl-about .section-1 .textBox {
    width: 100%;
  }
  .tpl-about .section-2 {
    padding: 40px 0;
  }
  .tpl-about .section-3 {
    padding: 40px 0;
    min-height: 330px !important;
  }
  .tpl-air-conditioning .textImageBlock > .flex {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }
  .tpl-air-conditioning .twoColBox .item {
    padding: 95px 50px;
  }
  .postsBlock > .flex {
    display: block;
  }
  .postsBlock aside {
    margin-left: 0;
  }
  .blog .navBox, .category .navBox, .date .navBox {
    padding: 30px 0;
  }
  .tpl-boilers .columnsBox .items {
    display: block;
  }
  .tpl-boilers .columnsBox .items .item {
    padding: 50px;
    min-height: 0 !important;
  }
  .tpl-coupons .couponsBox {
    padding-bottom: 0;
  }
  .tpl-coupons .couponsBox .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .tpl-coupons .couponsBox .items > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .tpl-drain-sewer-services .columnsBox .items {
    display: block;
  }
  .tpl-drain-sewer-services .columnsBox .items .item {
    min-height: 0 !important;
    padding: 100px 50px 100px 100px;
  }
  .tpl-drain-sewer-services .textImageBlock {
    padding: 50px 0;
  }
  .tpl-drain-sewer-services .textImageBlock > .alc {
    display: block;
  }
  .tpl-drain-sewer-services .textImageBlock figure {
    margin-bottom: 30px;
  }
  .tpl-emergency-plumbing .textBgBlock .textBox {
    padding: 30px;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
  }
  .tpl-emergency-plumbing .textBgBlock .textBox p {
    color: #333;
  }
  .tpl-emergency-plumbing .textImageBlock figure {
    margin-left: 5%;
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .tpl-emergency-plumbing .textImageBlock ul {
    -moz-column-count: 1;
    /* Для Firefox */
    -webkit-column-count: 1;
    /* Для Safari и Chrome */
    column-count: 1;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .tpl-emergency-plumbing .columnsBox .items {
    display: block;
  }
  .tpl-emergency-plumbing .columnsBox .items .item {
    min-height: 0 !important;
  }
  .tpl-employment .textBox.gray ul {
    -moz-column-count: 2;
    /* Для Firefox */
    -webkit-column-count: 2;
    /* Для Safari и Chrome */
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-count: 2;
    column-gap: 20px;
  }
  .tpl-employment .formBox .item {
    display: block;
  }
  .tpl-faucets .textImageBlock {
    background-color: #f8f9fb !important;
    background-image: none !important;
    min-height: 0 !important;
  }
  .tpl-faucets .textImageBlock .textBox {
    width: 100%;
  }
  .tpl-faucets .columnsBox .items {
    display: block;
  }
  .tpl-faucets .columnsBox .items .item {
    padding: 40px 50px 40px 70px;
    min-height: 0;
  }
  .tpl-faucets .columnsBox .items .item .textBox {
    width: 100%;
  }
  .textBgBlock.cover.alc.plumbing-service-desk {
    background-size: cover;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  header .topBluePanel {
    display: block;
  }
  header .telNumbers {
    margin-right: 0;
  }
  header .telNumbers a {
    font-size: 18px;
  }
  .buttonBlock .button {
    min-width: 100%;
  }
  .mapBlock .infoBox {
    padding: 40px;
  }
  .mapBlock .infoBox h3 {
    font-size: 27px;
    text-align: center;
  }
  .mapBlock .titleBox {
    display: block;
  }
  .mapBlock .titleBox .button {
    margin: 0 0 20px;
    width: 100%;
  }
  .contactBottomBlock > .flex {
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contactBottomBlock .servicesBox {
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    text-align: center;
    padding-bottom: 30px;
  }
  .contactBottomBlock .phoneBox, .contactBottomBlock .lifetimeBox {
    -webkit-flex-basis: 40%;
    -moz-flex-basis: 40%;
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
  }
  .home h1 {
    font-size: 40px;
  }
  .home .topBox {
    min-height: 300px !important;
  }
  .home .serviceBox {
    padding: 50px 0 20px;
  }
  .home .serviceBox .services {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .home .serviceBox .services > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
  .home .serviceBox .item {
    padding: 40px 20px 30px;
  }
  .home .bottomServices {
    padding: 50px 0 20px;
  }
  .home .bottomServices .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .home .bottomServices .items > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
  .home .bottomServices .text {
    padding: 30px 0;
  }
  .home .bottomServices figure {
    height: 180px;
  }
  .tpl-services .textBgBlock .textBox {
    width: 100%;
    padding: 15px 20px 0;
    position: relative;
    z-index: 0;
  }
  .tpl-services .textBgBlock .textBox:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  .tpl-services .textColumnsBlock .items {
    display: block;
  }
  .tpl-water_services .textImageBlock > .alc {
    display: block;
  }
  .tpl-water_services .fullTextBlock {
    padding: 50px 0 30px;
  }
  .tpl-water_services .columnsBox .items {
    display: block;
  }
  .tpl-water_services .textLogoBlock {
    padding: 40px 0 20px;
    text-align: center;
  }
  .tpl-water_services .textLogoBlock > .alc {
    display: block;
  }
  .tpl-water_services .textLogoBlock figure {
    padding-bottom: 20px;
  }
  .tpl-water_services .textLogoBlock img {
    height: 200px;
  }
  .tpl-water_services .textLogoBlock .textBox {
    margin-left: 0;
  }
  .tpl-water_services .listBlock {
    padding: 50px 0 30px;
  }
  .tpl-water_services .listBlock ul {
    column-count: 1;
  }
  .tpl-water_services .buttonBlock {
    padding: 0 0 30px;
  }
  .tpl-water-heaters .textImageBlock {
    padding: 30px 0;
  }
  .tpl-water-heaters .textImageBlock > .alc {
    display: block;
  }
  .tpl-water-heaters .textImageBlock h2 {
    font-size: 24px;
  }
  .tpl-water-heaters .textImageBlock img {
    height: 300px;
  }
  .tpl-water-heaters .columnsBox .items {
    display: block;
  }
  .tpl-water-heaters .centerTextBlock {
    padding: 50px 0 20px;
  }
  .tpl-water-heaters .buttonBlock {
    padding: 30px 0;
  }
  .tpl-warranty .warrantyBox {
    min-height: 500px !important;
  }
  .tpl-warranty .warrantyBox h2 {
    font-size: 24px;
  }
  .tpl-warranty .warrantyBox img {
    height: 200px;
  }
  .tpl-toilet-repair .centerTextBlock {
    padding: 50px 0 30px;
  }
  .tpl-toilet-repair .textImageBlock > .alc {
    display: block;
  }
  .tpl-toilet-repair .textImageBlock figure {
    margin-left: 0;
  }
  .tpl-toilet-repair .columnsBox .items {
    display: block;
  }
  .tpl-toilet-repair .buttonBlock {
    padding: 0 0 20px;
  }
  .tpl-repipes .textBgBlock {
    min-height: 250px !important;
  }
  .tpl-repipes .textBgBlock .textBox {
    width: 100%;
    padding: 15px 20px 0;
    position: relative;
    z-index: 0;
  }
  .tpl-repipes .textBgBlock .textBox:before {
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: -1;
  }
  .tpl-repipes .columnsBox .items {
    display: block;
  }
  .tpl-repipes .textImageBlock {
    padding: 30px 0 10px;
  }
  .tpl-repipes .textImageBlock > .alc {
    display: block;
  }
  .tpl-repipes .textImageBlock h2 {
    font-size: 24px;
  }
  .tpl-repipes .textImageBlock img {
    height: 200px;
  }
  .tpl-repipes .textImageBlock figure {
    margin-right: 0;
    padding-bottom: 20px;
  }
  .tpl-repipes .buttonBlock {
    padding: 30px 0;
  }
  .tpl-furnaces-heat .logosBlock .logos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
    padding: 0;
  }
  .tpl-furnaces-heat .logosBlock .logos > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  .tpl-furnaces-heat .logosBlock .textBox ul li {
    width: 50%;
  }
  .tpl-furnaces-heat .columnsBox .items {
    display: block;
  }
  .tpl-furnaces-heat .columnsBox .items .image {
    min-height: 300px !important;
  }
  .tpl-furnaces-heat .textColumnsBlock .items {
    display: block;
  }
  .tpl-furnaces-heat .buttonBlock {
    padding: 20px 0;
  }
  .tpl-furnaces-heat .textImageBlock {
    padding: 30px 0 10px;
  }
  .tpl-furnaces-heat .textImageBlock > .alc {
    display: block;
  }
  .tpl-furnaces-heat .textImageBlock h2 {
    font-size: 24px;
  }
  .tpl-furnaces-heat .textImageBlock img {
    height: 200px;
  }
  .tpl-furnaces-heat .textImageBlock figure {
    margin-right: 0;
    padding-bottom: 20px;
  }
  footer {
    padding: 35px;
  }
  footer .phoneNumber {
    padding-bottom: 25px;
  }
  footer .phoneNumber span {
    font-size: 35px;
  }
  footer .phoneNumber a {
    font-size: 30px;
  }
  footer #menu-footer-menu {
    display: block;
  }
  footer #menu-footer-menu li {
    padding-right: 0;
    padding-bottom: 10px;
  }
  footer .imageBox {
    padding-top: 25px;
  }
  footer .addressBox {
    margin-top: 10px;
  }
  h2 {
    font-size: 22px !important;
  }
  .blueBox {
    padding: 40px 0;
  }
  .tpl-about h2 {
    font-size: 20px;
  }
  .tpl-about .section-2 > .alc {
    display: block;
  }
  .tpl-about .section-2 h2 {
    text-align: center;
  }
  .tpl-about .section-2 figure {
    margin: 0 0 40px;
  }
  .tpl-about .section-3 .textBox {
    background: rgba(255, 255, 255, 0.7);
    width: 100%;
    padding: 20px;
  }
  .tpl-about .section-3 .textBox h2 {
    text-align: center;
  }
  .tpl-about .section-3 .textBox p {
    color: #333;
    font-weight: 500;
  }
  .tpl-air-conditioning .textImageBlock {
    padding: 50px 0;
  }
  .tpl-air-conditioning .textImageBlock > .flex {
    display: block;
  }
  .tpl-air-conditioning .textImageBlock .alignnone {
    margin: 0 auto 10px;
  }
  .tpl-air-conditioning .textImageBlock .textBox {
    padding-bottom: 20px;
  }
  .tpl-air-conditioning .textImageBlock figure {
    margin: 0;
  }
  .tpl-air-conditioning .twoColBox {
    display: block;
  }
  .tpl-air-conditioning .twoColBox .item {
    padding: 50px 0 35px;
  }
  .tpl-air-conditioning .twoColBox .item .alignnone {
    margin: 0 auto 15px;
  }
  .tpl-air-conditioning .twoColBox .item .textBox {
    margin: 0 auto;
    max-width: 94%;
  }
  .tpl-air-conditioning .twoColBox.bgBox .leftBox {
    min-height: 0 !important;
  }
  .blog .post h3 a, .category .post h3 a, .date .post h3 a {
    font-size: 22px;
  }
  .blog .post .info .bottomBox, .category .post .info .bottomBox, .date .post .info .bottomBox {
    position: static;
    display: block;
    text-align: center;
  }
  .blog .post .info .dateBox, .category .post .info .dateBox, .date .post .info .dateBox {
    text-align: center;
  }
  .blog .post .info, .category .post .info, .date .post .info {
    padding-bottom: 0;
  }
  .single-post .postsBlock .formBox .flex {
    display: block;
  }
  .tpl-boilers .textImageBlock {
    padding: 50px 0;
  }
  .tpl-boilers .textImageBlock .flex {
    display: block;
  }
  .tpl-boilers .textImageBlock .alignnone {
    margin: 0 auto 15px;
  }
  .tpl-boilers .textImageBlock figure {
    margin: 0;
  }
  .tpl-contact-us .formBox .flex {
    display: block;
  }
  .tpl-contact-us .formBox .checkboxBlock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .tpl-contact-us .formBox .checkboxBlock > * {
    width: 47%;
    margin: 0 1.5% 2.25em;
  }
  .tpl-drain-sewer-services .topBox ul {
    -moz-column-count: 2;
    /* Для Firefox */
    -webkit-column-count: 2;
    /* Для Safari и Chrome */
    column-count: 2;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .tpl-drain-sewer-services .columnsBox .items {
    display: block;
  }
  .tpl-drain-sewer-services .columnsBox .items .item {
    min-height: 0 !important;
    padding: 50px;
  }
  .tpl-emergency-plumbing .textImageBlock {
    padding: 40px 0;
  }
  .tpl-emergency-plumbing .textImageBlock > .alc {
    display: block;
  }
  .tpl-emergency-plumbing .textImageBlock .textBox {
    margin-bottom: 20px;
  }
  .tpl-emergency-plumbing .textImageBlock figure {
    margin-left: 0;
  }
  .tpl-emergency-plumbing .columnsBox .items .item {
    padding: 50px 30px 40px 30px;
  }
  .tpl-emergency-plumbing .fullTextBlock {
    padding: 50px 0 30px;
  }
  .tpl-emergency-plumbing .grayBottomBlock {
    padding: 50px 0 0;
  }
  .tpl-emergency-plumbing .grayBottomBlock .leftBox {
    display: block;
    padding: 0 40px;
  }
  .tpl-emergency-plumbing .grayBottomBlock .leftBox .textBox {
    padding-bottom: 20px;
  }
  .tpl-emergency-plumbing .grayBottomBlock .leftBox figure {
    margin: 0;
  }
  .tpl-emergency-plumbing .grayBottomBlock .rightBox {
    display: block;
    padding: 30px 40px;
  }
  .tpl-emergency-plumbing .grayBottomBlock .rightBox .textBox {
    padding-bottom: 20px;
  }
  .tpl-emergency-plumbing .grayBottomBlock .rightBox figure {
    margin: 0;
  }
  .tpl-employment .textBox.gray {
    padding: 40px 0 30px;
  }
  .tpl-employment .textBox.gray h3 {
    padding-bottom: 20px;
  }
  .tpl-employment .textBox.gray ul {
    -moz-column-count: 1;
    /* Для Firefox */
    -webkit-column-count: 1;
    /* Для Safari и Chrome */
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
  .reviews-images {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .reviews-images > * {
    width: 31.3333333333%;
    margin: 0 1% 1.3333333333em;
  }
}
@media screen and (max-width: 479px) {
  .reviews-images {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .reviews-images > * {
    width: 48%;
    margin: 0 1% 1.5em;
  }
  #logo img {
    height: 80px;
  }
  header .navPanel {
    padding: 20px 2%;
  }
  header .navPanel .button {
    width: 100%;
    margin-bottom: 15px;
  }
  header .topBluePanel {
    display: block;
    text-align: center;
  }
  header .topBluePanel .telNumbers {
    display: block;
  }
  header .topBluePanel .telNumbers .item {
    margin-right: 0;
  }
  header .topBluePanel .some, header .topBluePanel figure, header .topBluePanel .bbbLink {
    display: block;
    margin-bottom: 10px;
  }
  header .topBluePanel figure, header .topBluePanel .bbbLogo {
    width: 100%;
  }
  header .bbbLogo {
    margin: 10px 0;
  }
  h1 {
    font-size: 25px;
  }
  h2 {
    font-size: 20px;
  }
  h3 {
    font-size: 18px;
  }
  .buttonBlock {
    padding: 20px 0;
  }
  .buttonBlock .button {
    font-size: 13px;
    padding: 0 5px;
  }
  .mapBlock .infoBox {
    padding: 20px;
  }
  .mapBlock .infoBox h3 {
    font-size: 20px;
    padding-bottom: 20px;
  }
  .contactBottomBlock {
    padding: 25px 0 10px;
  }
  .contactBottomBlock > .flex {
    display: block;
  }
  .contactBottomBlock .phoneBox .item {
    display: block;
  }
  .contactBottomBlock .phoneBox, .contactBottomBlock .lifetimeBox {
    padding-bottom: 30px;
    text-align: center;
  }
  .home h1 {
    font-size: 25px;
  }
  .home .serviceBox .services {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .home .serviceBox .services > * {
    width: 97%;
    margin: 0 1.5% 3em;
  }
  .home .serviceBox .services .item {
    padding: 20px;
    margin-bottom: 10px;
  }
  .home .serviceBox .services .item figure {
    margin-bottom: 15px;
  }
  .home .bottomServices {
    padding: 30px 0 10px;
  }
  .home .bottomServices .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1.5%;
    width: 103%;
  }
  .home .bottomServices .items > * {
    width: 97%;
    margin: 0 1.5% 3em;
  }
  .home .bottomServices figure {
    height: 150px;
  }
  .tpl-services .textBgBlock {
    min-height: 300px !important;
  }
  .tpl-services .textImageBlock {
    padding: 25px 0;
  }
  .tpl-services .textColumnsBlock .item {
    padding: 20px 20px 10px;
    margin-bottom: 20px;
  }
  .tpl-services .textColumnsBlock h3 {
    font-size: 20px;
  }
  .tpl-water_services h3 {
    font-size: 18px;
  }
  .tpl-water_services .fullTextBlock {
    padding: 20px 0 10px;
  }
  .tpl-water_services .fullTextBlock .text h2 {
    padding-bottom: 20px;
  }
  .tpl-water_services .fullTextBlock .text p {
    padding-bottom: 10px;
  }
  .tpl-water_services .columnsBox .items .item {
    padding: 30px 30px 10px;
  }
  .tpl-water_services .textLogoBlock {
    padding: 20px 0 10px;
  }
  .tpl-water_services .textLogoBlock img {
    height: 130px;
  }
  .tpl-water_services .listBlock {
    padding: 30px 0 0;
  }
  .tpl-water-heaters h3 {
    font-size: 18px;
  }
  .tpl-water-heaters .textImageBlock h2 {
    font-size: 20px;
  }
  .tpl-water-heaters .textImageBlock img {
    height: 200px;
  }
  .tpl-water-heaters .columnsBox .items .item {
    padding: 30px 30px 10px;
  }
  .tpl-water-heaters .centerTextBlock {
    padding: 30px 0 0;
  }
  .tpl-warranty .warrantyBox {
    min-height: 300px !important;
    padding: 30px 0 10px;
  }
  .tpl-warranty .warrantyBox h2 {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .tpl-warranty .warrantyBox img {
    height: 150px;
  }
  .tpl-toilet-repair .textImageBlock {
    padding: 20px 0 0;
  }
  .tpl-toilet-repair .textImageBlock img {
    height: 250px;
  }
  .tpl-toilet-repair .columnsBox h3 {
    font-size: 18px;
  }
  .tpl-toilet-repair .columnsBox .items .item {
    padding: 30px 30px 10px;
  }
  .tpl-repipes .columnsBox h3 {
    font-size: 18px;
  }
  .tpl-repipes .columnsBox .items .item {
    padding: 30px 30px 10px;
  }
  .tpl-repipes .textImageBlock h2 {
    font-size: 20px;
  }
  .tpl-repipes .textImageBlock img {
    height: 150px;
  }
  .tpl-furnaces-heat .logosBlock {
    padding: 30px 0 10px;
  }
  .tpl-furnaces-heat .logosBlock .logos {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .tpl-furnaces-heat .logosBlock .logos > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .tpl-furnaces-heat .logosBlock .textBox ul li {
    width: 100%;
  }
  .tpl-furnaces-heat .columnsBox h3 {
    font-size: 18px;
  }
  .tpl-furnaces-heat .columnsBox .items .item {
    padding: 30px 30px 10px;
  }
  .tpl-furnaces-heat .textColumnsBlock .item {
    padding: 20px 20px 10px;
    margin-bottom: 20px;
  }
  .tpl-furnaces-heat .textColumnsBlock h3 {
    font-size: 20px;
  }
  footer {
    padding: 20px;
  }
  footer .phoneNumber {
    padding-bottom: 15px;
  }
  footer .phoneNumber span {
    font-size: 25px;
  }
  footer .phoneNumber a {
    font-size: 20px;
  }
  footer #menu-footer-menu a {
    font-size: 18px;
  }
  footer .imageBox {
    padding-top: 10px;
  }
  footer .bottonInfo {
    padding-bottom: 20px;
  }
  .tpl-air-conditioning .listBlock {
    min-height: 330px !important;
  }
  .tpl-air-conditioning .listBlock ul li {
    font-size: 13px;
  }
  .tpl-contact-us .formBox .checkboxBlock {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -0.5%;
    width: 101%;
  }
  .tpl-contact-us .formBox .checkboxBlock > * {
    width: 99%;
    margin: 0 0.5% 1em;
  }
  .tpl-coupons .couponsBox .items {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-flow: wrap;
    -moz-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 0 -1%;
    width: 102%;
  }
  .tpl-coupons .couponsBox .items > * {
    width: 98%;
    margin: 0 1% 2em;
  }
  .tpl-drain-sewer-services .topBox ul {
    -moz-column-count: 1;
    /* Для Firefox */
    -webkit-column-count: 1;
    /* Для Safari и Chrome */
    column-count: 1;
    -webkit-column-gap: 10px;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .tpl-faucets .columnsBox .items .item {
    padding: 40px;
  }
  .tpl-faucets .columnsBox .items .item ul {
    -moz-column-count: 1;
    /* Для Firefox */
    -webkit-column-count: 1;
    /* Для Safari и Chrome */
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-count: 1;
    column-gap: 20px;
  }
}
