h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Intro, sans-serif;
  font-size: 50px;
  line-height: 70px;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: 'PT Sans', sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: center;
}

img {
  display: inline-block;
  max-width: 100%;
}


.priv-label {
    float: left;
    margin-top: 9px;
    padding-left: 10px;
    color: #000!important;
  width: 250px;
  text-align: left;
  }
.priv-label a {
color: #000!important;
text-decoration: underline;
}
.privaticy-checkbox {
    float: left;
    width: 20px;
  }
.privaticy-check {
max-width: 300px;
float: left;
overflow: hidden;
margin: 0 auto;
}
#qustions .privaticy-check {
max-width: 100%;
float: none;
color: #fff!important;
text-align: center;
}
#qustions .privaticy-checkbox {
    float: none;
    margin: 0 0;
  }
#qustions .priv-label {
width: auto;
float: none;
display: inline-block;
color: #fff!important;
}
#qustions .priv-label a {
color: #fff!important;
}
.services-category-section {
  position: relative;
  padding-top: 60px;
  padding-bottom: 0px;
  font-family: 'PT Sans', sans-serif;
}

.container {
  position: relative;
  max-width: 1100px;
  min-width: 320px;
}

.container.header-adress {
  position: relative;
}

.container.main-section {
  z-index: 5;
  padding-top: 100px;
}

.container.service-photo-container {
  overflow: hidden;
}

.services-category-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;padding-bottom: 80px;
}

.services-category-wrapper.services {
  margin-top: 100px;
}

.services-category-wrapper.services.form {
  display: block;
  margin-top: 50px;
}

.services-category-block {
  position: relative;
  overflow: hidden;
  width: 24%;
  height: 210px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  background-image: url('../images/example-bg.png');
  background-position: 50% 50%;
  background-size: cover;
}

.services-category-block.diagnostics {
  background-image: url('../images/320.jpg');
  background-position: 50% 50%;
  background-size: cover;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.services-category-block.to {
  background-image: url('../images/to.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services-category-block.podves {
  background-image: url('../images/podveska.jpg');
}

.services-category-block.kuzov {
  background-image: url('../images/kuz.jpg');
}

.services-category-block.tormoz {
  background-image: url('../images/ttormoz.jpg');
  background-size: cover;
}

.services-category-block.maaslo {
  background-image: url('../images/maslo.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services-category-block.steklo {
  background-image: url('../images/stekla.jpg');
}

.services-category-block.trans {
  background-image: url('../images/trnsm.jpg');
}

.services-category-block.el {
  background-image: url('../images/el.jpg');
  background-size: cover;
}

.services-category-block.uhod {
  background-image: url('../images/ukhod.jpg');
}

.services-category-block.plenki {
  background-image: url('../images/plenki.jpg');
  background-size: cover;
}

.services-category-block.agr {
  background-image: url('../images/dvs.jpg');
}

.services-category-block.shin {
  background-image: url('../images/shin.jpg');
}

.services-category-block.dop {
  background-image: url('../images/dop.jpg');
}

.services-category-block.other {
  background-image: url('../images/other.jpg');
  background-size: cover;
}

.services-category-h3 {
  margin-bottom: 90px;
  color: #fff;
}

.services-category-title {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  background-color: rgba(7, 7, 7, .42);
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
  color: #fff;
  line-height: 1.2em;
  text-align: center;
}

.services-category-title:hover {
  background-color: rgba(7, 7, 7, .65);
}

.services-category-link {
  position: relative;
  display: block;
  width: 70%;
  margin-top: 6px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #fa0512;
  opacity: 0;
  -webkit-transform: translate(0px, 33px);
  -ms-transform: translate(0px, 33px);
  transform: translate(0px, 33px);
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.serv-cat-title {
  display: block;
  margin-bottom: 15px;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 1.2em;
  font-weight: 400;
}

.serv-cat-image {
  width: 100%;
  height: 100%;
}

.serv-cat-dop-span {
  display: block;
  max-width: 85%;
  margin-bottom: 10px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  font-family: 'PT Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 1.2em;
  text-align: left;
}

.serv-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  height: 128px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-left: 5px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 2px solid #d0d0d0;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 19px;
  line-height: 1.2em;
  text-decoration: none;
}

.bottom-border {
  position: absolute;
  left: -3px;
  right: -3px;
  bottom: -3px;
  display: block;
  width: 0px;
  height: 3px;
  margin-right: auto;
  margin-left: auto;
  background-color: #fa0512;
}

.serv-name-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.serv-more-block {
  margin: 10px;
  padding: 0px;
  border-radius: 5px;
  font-size: 15px;
}

.serv-more-wrapper {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 119%;
  z-index: 10;
  display: none;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  border-radius: 5px;
  background-color: #f1f1f1;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, .22);
}

.serv-more-arow {
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: -20px;
  width: 41px;
  border-top: 20px solid #f1f1f1;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
  -webkit-transform: translate(-50%, 0px);
  -ms-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

.serv-content {
  padding-top: 0px;
  font-family: 'PT Sans', sans-serif;
  color: #000;
}

.serv-heading-h2 {
  margin-top: 0px;
  font-family: Intro, sans-serif;
  color: #000;
  font-size: 25px;
  font-weight: 400;
  text-align: center;
}

.serv-form-text {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-bottom: 20px;
  margin-left: auto;
  font-family: 'PT Sans', sans-serif;
  color: #000;
  font-size: 17px;
  text-align: center;
}

.serv-form-input {
  display: block;
  width: 100%;
  height: 60px;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  border: 1px solid #000;
  -webkit-transition: border-color 500ms ease;
  transition: border-color 500ms ease;
  color: #000;
  font-size: 17px;
}

.serv-form-input:focus {
  border-color: #fa0512;
}

.form-button {
  display: block;
  width: 100%;
  max-width: 300px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fa0512;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 18px;
}

.form-button:hover {
  background-color: #f1f1f1;
  color: #fa0512;
}

.serv-content-image {
  margin-top: 20px;
  margin-right: 20px;
  margin-bottom: 20px;
  float: left;
}

.serv-form-wrapper {
  max-width: 360px;
  padding: 30px;
  border: 2px solid #f1f1f1;
  height: 541px;
}

.serv-button {
  display: none;
}

.serv-left-colemn {
  color: #000;
}

.span {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.header-adress {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 1200;
  background-color: #232429;
}

.header-adress-text-block {
  width: 20%;
  padding: 8px 5px;
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  text-align: center;
}

.header-adress-span {
  display: inline-block;
  max-width: 199px;
  margin-bottom: 5px;
}

.header-adress-link {
  display: inline-block;
  color: #99d66f;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  /*font-weight: 800;*/
  font-size: larger;
}

.header-adress-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width:100%;
  margin-left:0%;
}

.header-show-adress-button {
  display: none;
}

.navbar-section {
  margin-top: 85px;
}

.navbar {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid #fa0512;
  background-color: #232429;
}

.main-section-slider {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
}

.main-slide {
  background-image: url('../images/bg1-1.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.main-slide._2 {
  background-image: url('../images/bg1-2.jpg');
}

.main-slide._3 {
  background-image: url('../images/bg1-3.jpg');
}

.main-slide._4 {
  background-image: url('../images/bg4.jpg');
}

.main-slide._5 {
  background-image: url('../images/bg9.jpg');
}

.main-heading {
  display: block;
  /*width: 70%;*/
  margin-right: auto;
  margin-left: auto;
  color: #fff;
}

.nav-link {
  display: inline-block;
  padding: 10px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  margin-top: 15px;
}

.nav-link:hover {
  color: #fa0512;
}

.nav-link.w--current {
  color: #fa0512;
  text-decoration: none;
}

.nav-menu {
  display: block;
  float: right;
}

.nav-menu-button.active {
  display: none;
}

.serv-cat-hover-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .4);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.serv-cat-hover-block:hover {
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, .65);
}

.serb-cat-dop-span {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transform: translate(0px, 33px);
  -ms-transform: translate(0px, 33px);
  transform: translate(0px, 33px);
}

.serb-cat-text {
  max-width: 80%;
  margin-bottom: 8px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  opacity: 0;
  -webkit-transform: translate(0px, 33px);
  -ms-transform: translate(0px, 33px);
  transform: translate(0px, 33px);
  font-size: 15px;
  text-align: left;
}

.service-photo {
  position: relative;
  width: 25%;
  float: left;
}

.service-hover-block {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  text-decoration: none;
}

.shema{
    margin-left: 15px;
    font-size:0.8em;
    color:#00a8ff;
    white-space: nowrap;
}

.dPopup{
    width: 100%;
    height: 100%;
    background:rgba(0, 0, 0, 0.8);
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
    display:none;
}

.dPopup>div{
    width:100%;
    max-width:600px;
    margin: 0 0 0 -300px;
    position:fixed;
    top: 0;
    left:50%;
    background: #fff;
    border:solid 1px #000;
    border-radius: 10px;
}

.dPopup>div>.title{
    float:left;
    height:40px;
    display:inline-block;
    line-height: 40px;
    padding-left: 15px;
    font-size: 2em;
}

.dPopup .close{
    float:right;
    background:url(/images/close.png) no-repeat;
    width:40px;
    height:40px;
    display:inline-block;
    cursor:pointer;
}

.dPopup .inner{
    padding:15px;
    overflow-y: auto;
    width:100%;
}

.address-text .name,
.address-text .addr,
.address-text .shemadiv{
    display:inline-block;
    padding-left:10px;
    float:left;
}

.address-text .name{
    width:200px;
}

.address-text .addr{
    width:300px;
}

.clear{
    clear:both;
}



html.w-mod-js *[data-ix="initiserv-more-init"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

html.w-mod-js *[data-ix="initiserv-more-init-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

@media (max-width: 991px) {
  .container.header-adress {
    text-align: center;
  }
  .container.ha-container {
    text-align: center;
  }
  .services-category-wrapper {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .services-category-wrapper.services {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .services-category-block {
    width: 32%;
  }
  .serv-form-text {
    max-width: 300px;
  }
  .serv-content-image {
    margin-top: 0px;
  }
  .serv-form-wrapper {
    display: block;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .serv-button {
    display: inline-block;
    width: 320px;
    padding: 20px;
    clear: right;
    background-color: #fa0512;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
  }
    .services-category-section {}
  .header-adress {position: fixed;top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-adress-text-block {
    display: inline-block;
    width: 178px;
  }
  .header-adress-wrapper {
    display: block;
    height: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: 0;
  }
  .header-show-adress-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #fa0512;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
  }
  .main-heading {
    width: 90%;
    max-width: 800px;
  }
  .navbar-logo {
    margin-top: 5px;
    margin-left: 20px;
  }
  .nav-menu {
    position: absolute;
    left: 0px;
    top: 100%;
    right: 0px;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 0px;
    float: left;
    background-color: #111;
    opacity: 0;
    text-align: center;
  }
  .nav-menu-button {
    position: relative;
    display: block;
    padding: 18px;
    float: right;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-start;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    color: #fff;
  }
  .nav-menu-button.active {
    display: block;
    margin-right: 20px;
    background-color: #111;
  }
  .nav-line {
    width: 35px;
    height: 3px;
    margin-top: 5px;
    margin-bottom: 5px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    border-radius: 2px;
    background-color: #fff;
  }
  .nowork_inner {
    width: 352px;
    /* height: 516px; */
    background: url(/assets/template/images/sex.png) 0 0 no-repeat #fff;
    position: fixed;
    top: 50%;
    left: 70%;
    margin: -248px 0 0 -250px;
    z-index: 99999;
    /* border-radius: 20px; */
    border: solid 3px #aaa;
    padding: 10px;
    padding-top: 210px;
    overflow: hidden;
}
}

@media (max-width: 767px) {
  .services-category-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .services-category-block {
    width: 47.8%;
  }
  .serv-content-image {
    display: block;
    margin-right: auto;
    margin-left: auto;
    float: none;
  }
  .serv-button {
    display: block;
    width: 320px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }
  .header-adress-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .nav-link {
    display: block;
  }
}

@media (max-width: 479px) {
  h1 {
    font-size: 12vw;
    line-height: 15vw;
  }
  .services-category-block {
    width: 95%;
  }
  .serv-form-text {
    width: 100%;
  }
  .serv-form-wrapper {
    padding: 8px;
  }
  .serv-button {
    width: 100%;
    max-width: 320px;
    padding-right: 0px;
    padding-left: 0px;
  }
  .header-adress-text-block {
    display: inline-block;
    max-width: 100%;
    width: 49%;
  }
  .main-heading {
    width: 100%;
    font-size: 9vw;
    line-height: 10vw;
  }
  .navbar-logo {
    width: 192px;
    margin-left: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .nav-menu-button.active {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@media (max-width: 1600px) {
    section.part10 .left-block{
        display: block;
        margin: 0 auto;
        margin-bottom: 20px;
        padding-top: 80px;
        width: 750px;
    }
}

@media (max-width: 770px) {
        .address-text .name,
        .address-text .addr,
        .address-text .shemadiv{
            display:block;
            padding-left:0;
            float:none;
        }
}