* {
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
}
body {
  font-family: sf;
  /*width: 1200px;*/
  min-width: 100%;
  color: #5b5d65;
  -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    /*text-rendering: optimizeLegibility;*/
    -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
  color: inherit;
}
.closepop {
  display: block;
  position: absolute;
  width: 2em;
  height: 2em;
  right: 1em;
  top: 1em;
  opacity: .5;
}
.closepop:hover {
  opacity: 1;
  transition: .5s;
}
.block {
  text-align: center;
  padding-top: 50px;
  padding-bottom: 40px;
  background-position: center !important;
  background-size: cover !important;
}
.block h2 {
  font-size: 48px;
  font-weight: bold;
  text-transform: uppercase;
}
.block h2 span {
  display: block;
  font-size: 30px;
  font-weight: 300;
  margin-top: 10px;
}
.bbb {
  border: solid 1px;
}
.tshb {
  text-shadow: 0px 1px 1px rgba(0,0,0,.5);
}
.tshw {
  text-shadow: 0px 1px 1px rgba(255,255,255,1);
}
label.error {
  display: none !important;
}
.error {
  border: 2px solid #cc506d !important;
}
.empty {
  height: 500px;
}
/* POPUP BEGIN */
.overlay {
  background-color: rgba(39, 47, 67, .95);
  bottom: 0;
  cursor: default;
  left: 0;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
  z-index: 900;
  -webkit-transition: opacity .5s;
  -moz-transition: opacity .5s;
  -ms-transition: opacity .5s;
  -o-transition: opacity .5s;
  transition: opacity .5s;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}
.popup {
  display: inline-block;
  left: 50%;
  opacity: 0;
  position: fixed !important;
  text-align: center;
  top: 40%;
  visibility: hidden;
  z-index: 990 !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity .5s, top .3s;
  -moz-transition: opacity .5s, top .3s;
  -ms-transition: opacity .5s, top .3s;
  -o-transition: opacity .5s, top .3s;
  transition: opacity .5s, top .3s;
  padding: 3em;
  padding-top: 3em;
  /*background: rgba(0, 0, 0, .8);*/
  background: #fff;
  background-size: cover;
  background-position: center;
  box-shadow: 0px 10px 20px rgba(0,0,0,.4);
  border-radius: 0px;
  width: 600px;
  max-width: 100%;
}
.overlay:target + .popup {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.otpr {
  width: 600px;
  max-width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.92);
  color: #000;
  padding: 20px;
  text-align: center;
  font-size: 20px;
  padding-bottom: 50px;
  padding-top: 30px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.5);
}
.otpr h2 {
  text-transform: uppercase;
  font-size: 1.2em;
  margin-top: 1em;
  color: #61656d;
}
.otpr p {
  text-transform: uppercase;
  font-size: .7em;
  font-weight: bold;
  color: #61656d;
  margin-top: 1em;
}
.contin {
  border: solid 1px #61656d;
  color: #61656d;
  display: inline-block;
  padding: 1em 2em;
  border-radius: 60px;
  cursor: pointer;
}
.contin:hover {
  background: #61656d;
  color: #fff;
  transition: .5s;
}
/* carousel */
.owl-pagination {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.owl-pagination .owl-page {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  /*pagination*/
  margin-left: 7px;
  width: .7em;
  height: .7em;
  /*background: #fff;*/
  border: solid 1px #fff;
  cursor: pointer;
}
.owl-pagination .owl-page.active {
  background: #fff;
  border: solid 1px #fff;
}
.owl-pagination .owl-page:first-child {
  margin-left: 0;
}
.owl-buttons div {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  /*navigation*/
  width: 1.625em;
  height: 3.0625em;
  opacity: .8;
}
@media screen and (max-width: 767px) {
  .owl-buttons div {
    display: none;
  }
}
.owl-buttons .owl-prev {
  left: -3em;
  background: url(../img/stl.png) center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
  /*border: solid 1px;*/
}
.owl-buttons .owl-prev:hover {
  opacity: 1;
  transition: .5s;
}
.owl-buttons .owl-next {
  right: -3em;
  background: url(../img/str.png) center no-repeat;
  background-size: contain;
  background-repeat: no-repeat;
}
.owl-buttons .owl-next:hover {
  opacity: 1;
  transition: .5s;
}
/* carousel end */
/*POPUP END*/
.before-form {
  margin-bottom: 2em;
}
.before-form div:nth-child(1) {
  font-size: 2em;
  /*font-family: gob;*/
  /*font-weight: bold;*/
  /*text-transform: uppercase;*/
  margin-bottom: .5em;
  font-weight: 200;
  color: #474a53;
  padding: 0 1em;
}
.before-form div:nth-child(1) small {
  font-size: .6em;
  display: block;
  margin-top: .5em;
  /*font-family: go;*/
  font-weight: normal;
  opacity: .7;
}
.before-form div:nth-child(2) {
  font-size: 1em;
  color: #474a53;
  opacity: .7;
  border-top: solid 1px rgba(0,0,0,.1);
  padding-top: 1em;
}
form.error {
  border: none !important;
}
input {
  width: 350px;
  height: 50px;
  max-width: 100%;
  border: none;
  box-sizing: border-box;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  border: solid 1px rgba(0,0,0,.02);
  /*box-shadow: 0px 1px 1px rgba(0,0,0,.2);*/
  background: #f9f9f9;
  border-radius: 5px;
  /*border: solid 4px #b5cfe3;*/
  color: #000;
  position: relative;
}
textarea {
  width: 300px;
  max-width: 300px;
  height: 68px;
  max-width: 90%;
  border: none;
  box-sizing: border-box;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
  border: solid 1px rgba(0,0,0,.1);
  background: #f9f9f9;
  border-radius: 5px;
  /*border: solid 1px #b5cfe3;*/
  color: #000;
  position: relative;
  text-align: left;
  padding: 1em;
}
button {
  background-color: transparent;
  border: none;
  display: inline-block;
  position: relative;
}
i {
  display: block;
  font-style: normal;
}
.empty-5 {
  height: 5px;
  position: relative;
}
.empty-10 {
  height: 10px;
  position: relative;
}
.empty-20 {
  height: 20px;
  position: relative;
}
.empty-50 {
  height: 50px;
  position: relative;
}
.empty-100 {
  height: 100px;
  position: relative;
}
.empty-200 {
  height: 200px;
  position: relative;
}
/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/
/*КОНЕЦ УСТАНОВОК*/
/*;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;*/

.screen {
  /*height: 30em;*/
  background: url(../img/bg1.jpg);
  background-size: cover;
  background-position: center top;
  padding-bottom: 10em;
}
.logo-txt {
  font-size: 1.5em;
  font-family: sfb;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}
.logo-txt a {
  display: block;
  font-size: .6em;
  font-family: sf;
  font-weight: bold;
  color: #80869a;
}
a.zvonok {
  font-size: .65em;
  color: #6c7db0;
  text-decoration: underline;
  margin-top: 1em;
  font-weight: 300;
}
a.zvonok img {
  margin-right: .4em;
}
.pre-txt {
  color: #fff;
  font-size: .75em;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-left: .5em;
}
.pre {
  display: inline-block;
  vertical-align: middle;
  margin: 1em 1.5em;
}
h1 {
  color: #fff;
  margin: 0;
  font-family: more;
  font-weight: 300;
  /*text-transform: uppercase;*/
  font-size: 3.5em;
  margin-top: 1.7em;
  margin-bottom: .5em;
}
h1 small {
  display: block;
  font-size: .6em;
}
.find {
  font-size: 16px;
  /*width: 26.875em;*/
  width: 430px;
  border-radius: 0;
  /*height: 3.75em;*/
  height: 50px;
  text-align: left;
  padding-left: 2em;
  box-shadow: 0px 0px 20px rgba(0,0,0,.5) inset;
  border: none;
  max-width: 90%;
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}
.find-but {
  display: inline-block;
  vertical-align: middle;
  /*width: 11.875em;*/
  font-size: 14px;
  width: 190px;
  height: 50px;
  font-family: sfb;
  background: #3a84ff;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  line-height: 50px;
  margin-left: -4px;
  /*margin-top: -3px;*/
  position: relative;
  cursor: pointer;
}
.find-but:hover {
  background: #0060ff;
  transition: .5s;
}
.meth {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  font-family: sfb;
  font-size: .8em;
  border-bottom: solid 4px #fff;
  padding-bottom: .3em;
  max-width: 50%;
  cursor: pointer;
}
.meth.active {
  color: #3a84ff;
  border-bottom: solid 4px #3a84ff;
}
.meth1 {
  margin-right: 2em;
}
.meth-con {
  width: 620px;
  max-width: 90%;
  position: relative;
  margin: auto;
  text-align: left;
  margin-bottom: .5em;
  /*border: solid 1px;*/
}
.dost-in {
  width: 700px;
  max-width: 90%;
  position: relative;
  margin: auto;
  font-size: 1.5em;
  /*text-transform: uppercase;*/
  color: #fff;
  text-align: center;
  font-weight: 200;
  margin-bottom: 1em;
}
.dost-in b {
  font-size: 1.3em;
  /*color: #3a84ff;*/
}
@media screen and (max-width: 767px) {
  h1 {
    margin-top: .5em;
    font-size: 2.2em;
  }
  .find {
    font-size: 11px;
  }
  .find-but {
    margin-top: 1em;
  }
}
.bg2 {
  background: url(../img/bg2.jpg);
  background-size: 100%;
  background-position: top right;
  background-repeat: no-repeat;
}
section h2 {
  font-size: 2.7em;
  font-family: more;
  /*font-weight: 200;*/
  /*text-transform: uppercase;*/
  margin-bottom: 1em;
}
section h2 small {
  display: block;
  font-family: more;
  font-weight: 300;
  text-transform: none;
  font-size: .7em;
  opacity: .7;
}
.model {
  width: 100%;
  margin-bottom: 1em;
}
.model-pic {
  width: 100%;
  height: 8.125em;
  line-height: 8.125em;
  vertical-align: middle;
  text-align: center;
}
.model-pic img {
  max-width: 100%;
}
.mod1 {
  /*background: #e8e8e8;*/
}
.mod2 {
  /*background: #bea5a5;*/
}
.mod3 {
  /*background: #cfdce4;*/
}
.mod-name {
  /*text-align: left;*/
  font-size: 1.125em;
  font-weight: 300;
  margin: .5em 0;
  padding-bottom: .5em;
}
.see {
  font-weight: 300;
  text-decoration: underline;
}
.bg3 {
  /*background: url(../img/bg3.jpg);*/
  background: #040f1d;
  /*color: #fff;*/
  background-size: cover;
  background-position: center;
}
.bg3 h2 {
  color: #fff;
}
.ste {
  width: 13px;
  height: 13px;
  border-radius: 50%;
  border: solid 1px rgba(255,255,255,.6);
  display: inline-block;
  vertical-align: middle;
}
.ste.active {
  background: #3f8ff0;
  border: solid 1px #3f8ff0;
}
.step-num {
  font-size: 18px;
  background: rgba(0,0,0,.1);
  color: #fff;
  font-family: sfb;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  margin: 1em 0;
}
.step-name {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.125em;
  font-weight: 300;
  margin-left: .5em;
}
.step {
  background: #fff;
  width: 50em;
  max-width: 100%;
  position: relative;
  margin: 1em auto;
  padding: 1em 3em;
  box-shadow: 0px 7px 0px rgba(0,0,0,.1);
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  .step {
    padding: 1em;
  }
}
.sert {
  width: 36.875em;
  height: 20.5625em;
  position: relative;
  margin: auto;
  background: url(../img/sert.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: table;
}
.sert-in {
  display: table-cell;
  vertical-align: middle;
}
.sert-txt {
  color: #52524a;
  font-weight: 300;
  font-size: 1.1em;
  padding-left: 45%;
  text-align: left;
  padding-right: 10%;
}
.sert .see {
  display: block;
  color: #527ed8;
  margin-top: .5em;
}
.post {
  width: 35em;
  max-width: 90%;
  position: relative;
  margin: auto;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.4em;
  margin-bottom: 2em;
}
.log {
  width: 9.3em;
  height: 6.25em;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: .5em;
  /*border: solid 1px;*/
}
.log1 {
  background: url(../img/log1_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.log1:hover {
  background: url(../img/log1.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .5s;
}
.log2 {
  background: url(../img/log2_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.log2:hover {
  background: url(../img/log2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .5s;
}
.log3 {
  background: url(../img/log3_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.log3:hover {
  background: url(../img/log3.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .5s;
}
.log4 {
  background: url(../img/log4_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.log4:hover {
  background: url(../img/log4.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .5s;
}
.log5 {
  background: url(../img/log5_2.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.log5:hover {
  background: url(../img/log5.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  transition: .5s;
}
.serv {
  background: url(../img/bg4.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
  padding-bottom: 15em;
}
.u-txt {
  text-transform: uppercase;
  font-family: sfb;
}
.u-txt span {
  font-family: sf;
  font-weight: normal;
  display: block;
}
.var {
  background: #f2f5f7;
  padding: 2em;
  padding-right: 12em;
}
.var-name {
  font-size: 1.5em;
  margin-bottom: .5em;
  font-family: sfb;
  text-transform: uppercase;
}
.var-txt {
  font-size: 1.125em;
  line-height: 1.4em;
  opacity: .6;
}
.var1 {
  background: url(../img/v1.jpg), #f2f5f7;
  background-position: right bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
.var2 {
  background: url(../img/v2.png), #f2f5f7;
  background-position: right bottom;
  background-size: 40%;
  background-repeat: no-repeat;
}
.bg5 {
  background: url(../img/bg5.jpg);
  background-size: cover;
  background-position: center;
  color: #fff;
}
.bg5 p {
  color: #6c8890;
  line-height: 1.3em;
  width: 30em;
  max-width: 100%;
}
.bg5 h2 {
  font-size: 3em;
  margin-bottom: .4em;
}
.bg5 .find-but {
  margin: 0;
  margin-top: 1.5em;
}
footer {
  color: #fff;
  background: #0a1b1f;
}
.men {
  display: block;
  font-size: .75em;
  text-decoration: underline;
  text-transform: uppercase;
  margin: 1em 0;
  opacity: .6;
}
.mod-out .see {
  display: none;
}
.mod-out .mod-name {
  font-size: .9em;
}
.mod-out .model:hover {
  background: #5f6f9d;
  transition: .5s;
  cursor: pointer;
}
.mod-out .model:hover .mod-name {
  color: #fff;
  padding-left: .5em;
  transition: .5s;
}
.mod-out .model.active {
  background: #292f41;
  transition: .5s;
}
.mod-out .model.active .mod-name {
  color: #fff;
  padding-left: .5em;
  transition: .5s;
}
.mod-out .model.active .model-pic {
  height: 15em;
}
.model-page .mod-out .model.active {
  background: #f9f9f9;
  transition: .5s;
}
.model-page .mod-out .model.active .mod-name {
  color: #333;
  padding-left: .5em;
  transition: .5s;
}
.change-mod {
  text-transform: uppercase;
  font-weight: 300;
  border: dotted 2px #ccc;
  padding: 1em 0;
  cursor: pointer;
}
.change-mod:hover {
  background: #5f6f9d;
  transition: .5s;
  color: #fff;
}
.select-inp {
  width: 100%;
  height: 50px;
}
.inp-name {
  font-family: sfb;
  text-transform: uppercase;
  font-size: .9em;
  margin-bottom: .5em;
}
button.find-but {
  width: auto;
  padding: 0 20px;
  margin: 0;
  width: 350px;
  max-width: 100%;
  position: relative;
}
.bottom-form {
  position: fixed;
  width: 100%;
  /*padding: 2em 0;*/
  padding-top: 1em;
  padding-bottom: 2em;
  left: 0;
  bottom: 0;
  background: rgba(39, 47, 67, .95);
  color: #fff;
}
.zapr {
  text-transform: uppercase;
  font-family: sfb;
  margin-bottom: 2em;
  border-bottom: solid 1px rgba(255,255,255,.2);
  padding-bottom: .5em;
}
.pozap h3 {
  margin: 1em 0;
  font-weight: normal;
  font-size: .9em;
}
.close-bottom {
  word-wrap: 100%;
  font-size: 16px;
  text-transform: uppercase;
  border: dotted 2px;
  height: 50px;
  line-height: 50px;
  opacity: .3;
  cursor: pointer;
}
.close-bottom:hover {
  background: #fff;
  color: rgba(39, 47, 67, 1);
  transition: .5s;
  opacity: 1;
}
.blur-add {
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  filter: blur(10px);
  transition: .5s;
  pointer-events: none;
}
.main-bmw {
  position: absolute;
  left: 50%;
  transform: translate(-50%,0);
  height: 20em;
  z-index: 3;
  width: 50em;
  max-width: 100%;
  /*border: solid 2px red;*/
  bottom: -17em;
  pointer-events: none;
}
.model-page .bg2 {
  display: none;
}
.model-page .bg3 {
  /*display: none;*/
  background: #f9f9f9;
}
.model-page .bg3 h2 {
  color: #5b5d65;
}
.model-page .ste {
  border: solid 1px #5b5d65;
}
.model-page .ste.active {
  border: none;
}
.model-page .change-mod {
  display: none !important;
}
.find-yet {
  width: 620px;
  max-width: 90%;
  /*height: 50px;*/
  padding: 16px 0;
  color: #fff;
  /*line-height: px;*/
  text-align: center;
  position: relative;
  margin: 1em auto;
  margin-top: 0;
  border: dotted 2px;
  cursor: pointer;
}
.find-yet:hover {
  background: #fff;
  color: #333;
  transition: .5s;
}
.find-open {
  width: 620px;
  max-width: 100%;
  display: block;
  position: relative;
  margin: auto;
  transition: .5s;
  margin-bottom: 1em;
}
.find-container {
  width: 800px;
  max-width: 100%;
  position: relative;
  margin: auto;
}
.find-yet1 {
  margin-top: 1em;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .logo-txt {
    font-size: 2.5em;
  }
  .meth-con {
    font-size: 1.7em;
  }
  .model {
    font-size: 1.5em;
  }
  .bg2 {
    font-size: 1.1em;
  }
  .bg3 {
    font-size: 1.4em;
  }
  .only {
    font-size: 1.5em;
  }
  .serv {
    font-size: 1.5em;
  }
  .vars {
    font-size: 1.5em;
  }
  .bg5 {
    font-size: 1.5em;
  }
  .men {
    font-size: 1.1em;
  }
  .pre {
    font-size: 1.9em;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    height: 11em;
  }
  .logo-txt {
    text-align: left;
    font-size: 2em;
  }
  .model {
    font-size: 1.2em;
  }
  .bg5 p {
    font-size: 1.5em;
  }
  .var-txt {
    font-size: 1.3em;
  }
  .men {
    font-size: 1.2em;
  }
  .lprf img {
    height: 8em;
  }
}
.pag1 {
  background: url(../img/page1.jpg);
  background-size: cover;
  background-position: center;
}
.pag2 {
  background: url(../img/page2.jpg);
  background-size: cover;
  background-position: center;
}
.pag3 {
  background: url(../img/page3.jpg);
  background-size: cover;
  background-position: center;
}












































































/**/
