@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,700,500,400italic&subset=latin,cyrillic');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');
html {margin-top: 0px !important}
body{font-family: 'Roboto',tahoma, arial, sans; font-size:17px; color:#212121;padding:0;margin:0;min-width:325px !important;
     background: url(../images/bg.png) center 0 no-repeat;
     background-attachment: fixed;
     background-size: 100%;
}
ul{padding:0 !important;margin:0;}
#logo{position:absolute;top:25px;left:25px;z-index:3;}

#tophead{

  top:0;
  left:0;
  width:100%;
  background: #FAFAFA;
  box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
  padding: 0;
}

.tech-padd{
  max-width: 960px;
  margin: 0 auto;
}

.top-menu{
  background: #EBF5F7;
  background: #FAFAFA;
  padding: 10px 10px;
}

.top-menu .logo img{
  width: 185px;
  display: block;
  vertical-align: middle;
}

.logo, .address, .work{
  display: inline-block;
  vertical-align: middle;
}

.logo strong{
  color:#575757;
  font-size: 12px;
  font-weight: 300;
}

.block-top-contact{
  display: inline-block;
  width: 550px;
}

.address{
  width: auto;
  text-align: left;
}

.address .item{
  display: inline-block;
  vertical-align: middle;
  margin: 2px 0 2px 25px;
}

.address .item span{
  display: inline-block;

}

.address .item span.place, .address .item span.phone{
  font-size: 10px;
  color: #01183F;
}

.address .item span.phone{
  display: block;
}

.address .item span.place{
  font-weight: 500;
  font-size: 10px;
}

.address .item span.phone a{
  color: #49296A;
  margin: 0 0 0 0;
  font-weight: 700;
  text-decoration: none;
}

.work{
  font-size:12px;
  margin: 4px 0 2px 35px;
  text-align: left;
}

.work span{
  display: block;
  padding: 0 0 0 15px;
  line-height: 16px;
  margin: 1px 0;
}

.work span:first-child{
  padding-left:0;
}

.call-back-top {
    color: #000;
    display: inline-block;
    vertical-align: middle;
    border-radius: 5px;
    padding: 5px 10px;
    cursor: pointer;
    width: 140px;
    text-align: center;
    float:right;
    font-size: 13px;
    margin: 8px 0 0 20px;
    background: #FCB919;
    border: 1px solid #CEA609;
    box-shadow: 0 0 2px rgba(0,0,0,.2) !important;
}

.call-back-top:hover{
  color:#fff;
  border: 1px solid #49296A;
  background: #49296A;
  transition: 0.2s;
}

.call-back-top:not(:hover){
  transition: 0.2s;
}

.nav{
  background: #381F51;
  padding: 15px 10px;
  text-align: center;
  box-sizing: border-box;
  box-shadow: 0 0 3px rgba(0,0,0,0.2) !important;
  z-index: 900;
  height: 51px;
  border-bottom: 1px solid #000;
  position: relative;
}

.button-mobile {
    float: right;
    margin-top: -5px;
    cursor: pointer;
    display: none;
}

.mini-butt{
    font-size: 0px;
    border-radius: 4px;
    padding: 0 3px 3px 3px;
    display: inline-block;
    vertical-align: middle;
}

.mini-butt span {
    display: block;
    width: 30px;
    height: 3px;
    background: #FAFAFA;
    margin: 4px auto 0;
}

.button-mobile span.text-btn{
    font-size: 15px;
    line-height: 13px;
    color: #FAFAFA;
}

.button-mobile:hover .mini-butt span{
  background: #FCB919 !important;
  transition: 0.2s;
}

.button-mobile:hover span.text-btn{
  color: #FCB919;
  transition: 0.2s;
}

.logo-m{
  display: none;
  position:absolute;
  height: 17px;
  cursor: pointer;
  width: 100px;
  top:2px;
  left: 0;
  background: url(../images/logo-m.png) no-repeat 0 center;
}

.nav ul li{
  display: inline-block;
  font-size: 15px;
  margin: 0 0 0 15px;
  color: #FAFAFA;
}

.nav ul li a{
  color: #F0F0F0;
  text-decoration: none;
  cursor: pointer;
}

.nav ul li a:hover{
  color: #F5C60B;
  transition: 0.2s;
}

.nav ul li a:not(:hover){
  transition: 0.2s;
}

#mob-menu{
  position: absolute;
  right: 0;
  top:51px;
  background: #49296A;
  width: 200px;
  display: none;
}

#mob-menu ul{
  text-align: left;
  padding-left: 0;
}

#mob-menu ul li{
  display: block;
  margin: 0;
}

#mob-menu ul li a{
  padding:7px 15px;
  display: block;
  border-bottom: 1px solid #301B46;
}

#main{
  padding: 20px 15px 50px 15px;
  margin: 0;
  background: rgba(250, 250, 250, 0.4);
}

.top-utp{
  display: table;
}

.utp-block, .top-img{
  display: table-cell;
  vertical-align: top;
}

.utp-block{
  max-width: 550px;
}

.top-img{
  text-align: right;
  width: 100%;
}

.top-img img{
  width: 100%;
  display: block;
}

.top-img-padd{
  padding-left: 40px;
  max-width: 370px;
  display: inline-block;
}

h1{
  text-transform: uppercase;
  font-size: 26px;
  color: #303030;
  margin: 20px 0;
}

h1 span{
  display:block;
  font-size: 42px;
  letter-spacing: 0.1px;
  color: #FCB919;
}

.utp-top1{
  color: #303030;
  text-transform: uppercase;
  font-size: 48px;
  letter-spacing: 1px;
  font-weight: 700;
}

.utp-top2{
  box-shadow: 0 0 2px rgba(0,0,0,.2) !important;
  padding: 10px 15px;
  text-transform: uppercase;
  color: #FAFAFA;
  background: #FCB919;
  font-size: 28px;
  font-weight: 700;
  display: inline-block;
  letter-spacing: 1.2px;
}

.utp-top3 ul{
  margin: 25px 0 0 0;
  list-style-type: none;
  color: #303030;
  font-weight: 500;
}

.utp-top3 ul li{
  max-width: 600px;
  margin: 12px 0;
  font-size: 20px;
  position: relative;
  padding-left: 30px;

}

.utp-top3 ul li i{
  position: absolute;
  top: 3px;
  left: 0;
  color: #FCB919;
}

.garanty{
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
  background: #49296A;
  text-align: center;
  font-size: 24px;
  width: 100%;
  box-sizing: border-box;
  margin: 28px 0;
  font-weight: 700;
  box-shadow: 0 0 2px rgba(0,0,0,.1) !important;

}

.title-blue{
  color: #49296A;
  display: inline-block;
  text-align: center;
  font-size: 17px;
  max-width: 370px;
  width: 100%;
  font-weight: 700;
}

.skidka{
  background: #fff;
  padding: 50px 15px;
  box-shadow: 0 0 3px rgba(0,0,0,.2) !important;
}

.main-img{
  width: 100%;
  display: block;
  margin: 30px auto 50px;
  max-width: 1920px;
}

.skidka h2{
  text-transform: uppercase;
  margin: 20px 0;
  font-size: 28px;
  text-align: center;
}

.skidka h2 span{
  color: #fff;
  background: #FCB919;
  padding: 0 10px;
}

.service{
  padding: 15px 15px;
  border-top: 1px solid #C9B2E1;
  background: #49296A;
}

.service .area{
  vertical-align: top;
  position: relative;
}

.service .block254{
  min-width: 245px;
}

.service .area{
  padding: 0 0 0 65px;
  text-align: left;
  margin: 20px 0;
}

.service strong{
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin: 0;
  color: #FAFAFA;
}

.service p{
  margin: 0;
  color: #C7C7C7;
}

.service i{
  position: absolute;
  font-size: 50px;
  top: 0px;
  left: 5px;
  color: #FAFAFA;
}

#diagnostic{
  padding: 50px 15px 40px;
  background: #F0F0F0;
}

#diagnostic h2, #starter h2, #price h2, .title-h span, .sale-block h3, #contacts h3{
  font-weight: 300;
  font-size: 34px;
  margin: 0 0 20px;
  text-align: center;
  display: block;
}


#diagnostic img{
  width: 100%;
  max-width: 280px;
}

#diagnostic .area{
  vertical-align: top;
}

#diagnostic .padd-border, #price .padd-border, .skidka .padd-border, .sale-block .padd-border, #contacts .padd-border{
  padding: 0 0 3px 20px;
  border-left: 4px solid #B8B8B8;
  font-size: 18px;
  margin: 25px 0 35px;
}

#diagnostic .padd-border span, #diagnostic .padd-border span a, #price .padd-border span, .skidka .padd-border span, .skidka .padd-border span a, .sale-block .padd-border span, #contacts .padd-border span{
  color: #FCB919;
  font-weight: 600;
}

#diagnostic .padd-l{
  padding-left: 50px;
}

#diagnostic .ln-ht{
  line-height: 26px;
  margin: 0 0 35px;
}

.orange-txt{
  padding: 0 5px; background: #FCB919;  color: #fff; margin: 0 5px;
}

#starter{
  padding: 50px 15px;
  background: #FFF;
  border: 1px solid #F0F0F0;
  text-align: center;
}

#starter h2{
  margin-bottom: 40px;
}

#starter h3{
  padding: 10px 15px;
  margin: 0;
  font-size: 20px;
  background: #49296A;
  color: #fff;
}

#starter .area{
  vertical-align: top;
  text-align: left;
}

#starter .remont{
  padding: 0;
  background: url(../images/starters1.png) no-repeat right 30px;
  border: 1px solid #F0F0F0;
  background-size: 200px;
  box-shadow: 0 0 2px rgba(0,0,0,.1) !important;
}

#starter .remont2{
   background: url(../images/generators.png) no-repeat right top;
   background-size: 180px;
}

#starter .remont ul{
  margin: 0;
  padding: 15px !important;
  display: block;
  list-style: none
}

#starter .remont ul li{
  margin: 8px 0;
  font-size: 15px;
  padding: 0 0 0 25px;
  background: url(../images/list-style.png) no-repeat 0 3px;
  line-height: 23px;
}

#starter .remont ul li span.price {
    padding: 2px 3px 1px;
    background: #E8E8E8;
    font-weight: 800;
    display: inline-block;
}

#starter .title-price{
  padding: 0 20px 0;
  font-size: 15px;
  margin: 0 0 20px;
}

#price{
  background: #FAFAFA;
  padding: 50px 15px;
}

.price-block img{
  width: 190px;
  position: absolute;
  z-index: 20;
}


.price-block{
  height: 190px;
  position: relative;
}

.price-block .title-m{
  position: absolute;
  transform: skew(-20deg);
  background: #49296A;
  padding: 10px 15px 10px 40px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 1px;
  top: 30px;
  left: 145px;
  z-index: 12;
  font-size: 18px;
}

.price-block .title-s{
  position: absolute;
  transform: skew(-20deg);
  background: #FCB919;
  padding: 10px 15px 10px 40px;
  color: #FFF;
  font-weight: 600;
  letter-spacing: 1px;
  top: 72px;
  left: 150px;
  z-index: 10;
  font-size: 22px;
}

.best-price{
  padding: 50px 15px;
  background: #fff;
}

.best-price h2{
  text-align: center;
  font-size: 28px;
  margin: 20px 0 40px;
}

.b-pr-txt{
  position: relative;
  min-height: 60px;
}

.b-pr-txt i.fa-balance-scale{
  position: absolute;
  font-size: 60px;
  color: #FCB919
}

.b-pr-txt p{
  padding: 0 0 0 90px;
  font-size: 16px;
  line-height: 20px;
}

.b-pr-txt p span{
  color: #FCB919;
  font-weight: 600;
}

.best-price .title-h span{
  font-size: 30px;
  margin: 40px 0;
}

.best-price .bill{
  text-align: center;
}

.best-price .bill img{
  width: 100%;
  display: block;
  margin: 10px 0 0;
}

.best-price .bill img:hover{
  box-shadow: 0px 0px 5px #000;
}

.best-price .bill .title-bill span{
  font-size: 14px;
  color: #525252;
  text-align: left !important;
  display: block;
}

.best-price .title-bill span.name{
  font-weight: 600;
  font-size: 16px;
  color: #000;
  display: block;
  margin: 0 0 5px;
  height: 40px;
  text-align: left;
}

.best-price .tech-padd1{
  padding: 0 10px;
  margin: 15px 0;
}

.best-price .area{
  vertical-align: top;
}

#sale{
  padding: 40px 15px;
  background: #49296A;
}

#sale .title-sale{
  color: #FAFAFA;
  font-size: 22px;
  letter-spacing: 1px;
  font-weight: 600;
}

.sale-block{
  padding: 50px 15px;
  background: #fff;
}

.sale-block p span, .sale-block p span a{
  color: #FCB919;
  font-weight: 600;
}

.sale-block .area{
  vertical-align: top;
}

.form-title-item{
  text-align: center;
  font-size: 20px;
  margin-bottom:15px;
  display: none;
}

.sale-block-item{
  margin: 30px 0;
  padding: 0 15px;
}

.sale-block-item img{
  display: block;
  width: 100%;
  max-width: 600px;
  border: 1px solid #E3E3E3;
}

.sale-block-item textarea{
  font-size: 12px;
  min-height: 92px;
}

.contacts{
  padding: 30px 15px;
  background: #49296A;
  color: #FAFAFA;
}

.contacts h3{
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 22px;
  color: #FAFAFA;
}

#contacts{
  padding: 50px 15px;

}

#contacts .phone-block span.phone{
  display: block;
  margin: 5px 0;
}

#contacts .phone-block span.phone a{
  color: #136D90;
  text-decoration: none;
}

#contacts .phone-block span.phone .fa-viber, #footer-phone  span.phone .fa-viber{
    font-size: 20px;
    color: #7D529D;
    margin-left: 1px;
}

#contacts .phone-block span.phone .fa-viber, #contacts .phone-block span.phone .fa-whatsapp, #footer-phone  span.phone .fa-viber, #footer-phone  span.phone .fa-whatsapp{
    transition: all 0.2s ease;
}

#contacts .phone-block span.phone .fa-whatsapp:hover, #contacts .phone-block span.phone .fa-viber:hover, #footer-phone  span.phone .fa-viber:hover, #footer-phone  span.phone .fa-whatsapp:hover{
    transform:rotate(50deg);
}


#contacts .phone-block span.phone .fa-whatsapp, #footer-phone  span.phone .fa-whatsapp{
    font-size: 22px;
    color: #31AC20;
    margin-left: 5px;
}

#contacts .phone-block span.phone a:hover{
  text-decoration: underline;
}

#contacts .sale-block-item{
  margin: 30px 20px;
  padding: 20px 20px;
  background: #fff;
  box-shadow: 0 0 2px rgba(0,0,0,.2) !important;
}

#contacts .sale-block-item span.geo{
    display: block;
    color: #787878;
    margin: 8px 0
}

#contacts .padd-border{
  border-left: 4px solid #303030;
}

#contacts .padd-border span{
  color: #303030;
}

#contacts .padd-border span{
  font-size: 20px;
}

#contacts .sale-block-item b.name{
  display: block;
  font-size: 20px;
}

#contacts .time{
  margin: 0 0 20px;
}

#contacts .time span:first-child{
  padding: 0 0 0;
}

#contacts .time span{
  display: block;
  font-size: 15px;
  padding: 0 0 0 19px;
  margin: 3px 0;
  color: #787878;
}

#contacts .map .block50{
  vertical-align: top;
}


.footer{
  padding: 50px 15px 80px;
  background: #1F1F1F;
  color: #A3A3A3;
  font-size: 15px;
  text-align: center;
}






.area-padd{padding:0 10px;clear:both;}
.area{width:50%;margin-bottom:10px;display:inline-block;}
.block25{width:25%;margin-bottom:10px;display:inline-block !important;}
.block254{width:24%;margin-bottom:10px;display:inline-block !important;}
.block30{width:33%;margin-bottom:10px;display:inline-block !important;}
.block65{width:63%;margin-bottom:10px;display:inline-block !important;}
.block50{width:48%;margin-bottom:10px;display:inline-block !important;}
.block100{width:100%;}
textarea{min-height:80px;min-width:100%;max-width:100%;font-family: 'Roboto',tahoma, arial, sans;}

.button a{
  display: inline-block;
  padding: 15px 20px;
  background: #FCB919;
  border: 1px solid #F6AD04;
  font-size: 20px;
  color:#262626;
  border-radius:20px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
}

.button a:hover, input[type="button"]:hover{-webkit-transition:all 0.2s;transition:all 0.2s;background:#D7AE09;}
:active,:focus{outline:none !important;}


.area-padd select, input[type="text"], textarea{display:block;width:100%;box-sizing:border-box;padding:15px 15px 15px;font-size:15px;line-height:17px;color:#555;background-color:#fff;background-image:none;border:1px solid #575757;border-radius:20px;}




/*model-atom*/

#modal-atom{
  display: none;
  position: fixed;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(10, 0, 0, 0.7);
  z-index: 99999;
  overflow-y: auto;
}

#modal-atom .modal-padd{
  margin: 5% auto 20px;
  max-width: 600px;
  padding: 20px;
  background: #fff;
  border-radius:3px;
  box-shadow: 0px 0px 5px #1C1C1C;
}

#modal-atom .modal-title{
  padding-bottom: 10px;
  border-bottom: 1px solid #A8A8A8;
  margin-bottom:10px;
}

#modal-atom .modal-title span{
  font-size:16px;
  font-weight: 700;
  color: #337ab7;
}

#modal-atom .modal-title a.title-close{
  float: right;
  margin: 0 0 10px 10px;
  font-size: 20px;
  transform: rotate(45deg);
  cursor: pointer;
}


#callback .field span{
  display: block;
  font-size: 13px;
  color: #9E9E9E;
}

#callback .field{
  margin-bottom: 15px;
}

#callback .field input[type="text"], #callback .field textarea{
  width: 100%;
  padding: 10px;
  border: 2px solid #E3E3E3;
  color: #424242;
  outline: none;
  font-size: 16px;
  border-radius:0;
}

#callback .field textarea{
    height: 100px;
    border-radius:0;
}

#callback .field p{
  text-align: center;
  font-size: 16px;
  color: #737373;
}

#callback .field p i{
  font-size: 18px;
  color: #337AB7;
}


.btn-atom-blue {
    color: #fff;
    display: inline-block;
    border: 1px solid #337ab7;
    border-radius: 5px;
    padding: 7px 15px;
    cursor: pointer;
    background: #337ab7;
    font-size: 16px;
    letter-spacing: 0.3px;
}

.btn-atom-blue:hover{
    text-decoration: none;
    background: #6CA4D5;
    color: #fff;
}

.modal-content-block .desktop-geo li{
  display: block;
}

::placeholder{
  color:#ADADAD;
}


.loader-f{
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  background: rgba(255, 255, 255, 0.8) right center url(../images/loading.gif) no-repeat;
  background-size: 35px;
}

.loader-f1{
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top:0;
  left:0;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.8) center center url(../images/loading.gif) no-repeat;
  background-size: 120px;
}

#gotop {
    display: none;
    background: url(../images/uparrow.png) no-repeat bottom right;
    width: 55px;
    height: 35px;
    position: fixed;
    bottom: 18px;
    right: 23px;
    cursor: pointer;
    opacity: 0.8;
    z-index: 501;
}

#gotop:hover{
    opacity: 1;
}

#footer-phone{
  display: none;
  position: fixed;
  width: 100%;
  bottom: 0px;
  z-index: 500;
  padding: 8px 0;
  background: #381F51;
  border-top:1px solid #575757;
  box-shadow: 0 0 2px rgba(0,0,0,.2) !important;
}

#footer-phone  span.phone a{
  color: #F0F0F0;
  font-size: 14px;
  text-decoration: none;
}

#footer-phone  span.phone:first-child{
  float: left;
}

#footer-phone  span.phone:last-child{
  float: right;

}


 #popup__toggle{    bottom: 57px;right: -14px;position:fixed;z-index:999;cursor:pointer;}
.img-circle{background-color:#29AEE3;box-sizing:content-box;-webkit-box-sizing:content-box;}
.circlephone{box-sizing:content-box;-webkit-box-sizing:content-box;border: 2px solid #29AEE3;width:100px;height:100px;bottom:-10px;right:14px;position:absolute;-webkit-border-radius:100%;-moz-border-radius: 100%;border-radius: 100%;opacity: .5;-webkit-animation: circle-anim 2.4s infinite ease-in-out !important;-moz-animation: circle-anim 2.4s infinite ease-in-out !important;-ms-animation: circle-anim 2.4s infinite ease-in-out !important;-o-animation: circle-anim 2.4s infinite ease-in-out !important;animation: circle-anim 2.4s infinite ease-in-out !important;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.circle-fill{box-sizing:content-box;-webkit-box-sizing:content-box;background-color:#29AEE3;width:80px;height:80px;bottom:0px;right:23px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;-webkit-animation: circle-fill-anim 2.3s infinite ease-in-out;-moz-animation: circle-fill-anim 2.3s infinite ease-in-out;-ms-animation: circle-fill-anim 2.3s infinite ease-in-out;-o-animation: circle-fill-anim 2.3s infinite ease-in-out;animation: circle-fill-anim 2.3s infinite ease-in-out;-webkit-transition: all .5s;-moz-transition: all .5s;-o-transition: all .5s;transition: all 0.5s;}
.img-circle{box-sizing:content-box;-webkit-box-sizing:content-box;width:45px;height:45px;bottom: 18px;right: 41px;position:absolute;-webkit-border-radius: 100%;-moz-border-radius: 100%;border-radius: 100%;border: 2px solid transparent;opacity: .7;}
.img-circleblock{box-sizing:content-box;-webkit-box-sizing:content-box;width:50px;height:50px;text-align:center;animation-name: tossing;-webkit-animation-name: tossing;animation-duration: 1.5s;-webkit-animation-duration: 1.5s;animation-iteration-count: infinite;-webkit-animation-iteration-count: infinite;}
.img-circleblock i{
	color: #F0F0F0;
	font-size: 28px;
	margin-top:8px;
	margin-right: 6px;
	display: inline-block;
}


.img-circle:hover{opacity: 1;}
@keyframes pulse {0% {transform: scale(0.9);opacity: 1;}
  50% {transform: scale(1); opacity: 1; }
  100% {transform: scale(0.9);opacity: 1;}}
 @-webkit-keyframes pulse {0% {-webkit-transform: scale(0.95);opacity: 1;}
  50% {-webkit-transform: scale(1);opacity: 1;}
  100% {-webkit-transform: scale(0.95);opacity: 1;}}
@keyframes tossing {
  0% {transform: rotate(-8deg);}
  50% {transform: rotate(8deg);}
  100% {transform: rotate(-8deg);}}
@-webkit-keyframes tossing {
  0% {-webkit-transform: rotate(-8deg);}
  50% {-webkit-transform: rotate(8deg);}
  100% {-webkit-transform: rotate(-8deg);}}
@-moz-keyframes circle-anim {
  0% {-moz-transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;-moz-opacity: .1;-webkit-opacity: .1;-o-opacity: .1;}
  30% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;-moz-opacity: .5;-webkit-opacity: .5;-o-opacity: .5;}
  100% {-moz-transform: rotate(0deg) scale(1) skew(1deg);opacity: .6;-moz-opacity: .6;-webkit-opacity: .6;-o-opacity: .1;}}
@-webkit-keyframes circle-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.5) skew(1deg);-webkit-opacity: .1;}
  30% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);-webkit-opacity: .5;}
  100% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);-webkit-opacity: .1;}}
@-o-keyframes circle-anim {
  0% {-o-transform: rotate(0deg) kscale(0.5) skew(1deg);-o-opacity: .1;}
  30% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);-o-opacity: .5;}
  100% {-o-transform: rotate(0deg) scale(1) skew(1deg);-o-opacity: .1;}}
@keyframes circle-anim {
  0% {transform: rotate(0deg) scale(0.5) skew(1deg);opacity: .1;}
  30% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .5;}
  100% {transform: rotate(0deg) scale(1) skew(1deg);
opacity: .1;}}
@-moz-keyframes circle-fill-anim {
  0% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-moz-transform: rotate(0deg) -moz-scale(1) skew(1deg);opacity: .2;}
  100% {-moz-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-webkit-keyframes circle-fill-anim {
  0% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;  }
  50% {-webkit-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;  }
  100% {-webkit-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@-o-keyframes circle-fill-anim {
  0% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {-o-transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {-o-transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}
@keyframes circle-fill-anim {
  0% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}
  50% {transform: rotate(0deg) scale(1) skew(1deg);opacity: .2;}
  100% {transform: rotate(0deg) scale(0.7) skew(1deg);opacity: .2;}}

  /*МЕДИА ЗАПРОСЫ*/

@media screen and (max-width: 950px) {
  .block-top-contact{
    display: block;
    width: auto;
    text-align: center;
  }

  .call-back-top{
      display: inline-block;
      position: absolute;
      right: 10px;
      top: 10px;
    }

    .address .item{
      margin: 3px 10px;
    }

    .work{
      margin: 5px 10px 2px;
    }

}

@media screen and (max-width: 940px) {
  .top-menu-nav{
    display: none;
  }

  .button-mobile{
    display: block;
  }

}

@media screen and (max-width: 910px) {
    .utp-block{
        padding-left: 20px;
    }

     h1 span{font-size: 26px;}
    .utp-top1{font-size: 29px;}
    .utp-top2{font-size: 16px;}
    .utp-top3 ul li{font-size: 14px;margin: 6px 0;}

    .garanty{margin: 23px 0;}

    body{
      background-size: 1100px;
    }

    .price-block .title-m{
      width: 134px;
      padding-left: 45px;
    }

    .price-block .title-s{
      top: 94px;
    }

    .bill .block30{
      width: 30%;
      min-width: 235px;
    }

}



@media screen and (max-width: 845px) {
    .call-back-top{
      display: inline-block;
    }
    .work{

    }

}

@media screen and (max-width: 790px) {
    .best-price .title-bill span.name{
      height: auto;
    }

}

@media screen and (max-width: 772px) {
    .utp-block{padding-left: 0;}
    .top-img-padd{
      max-width:300px;
    }

    #diagnostic h2, #starter h2, #price h2, .title-h span, .sale-block h3, #contacts h3 {font-size: 26px; }

    #diagnostic .padd-border, #price .padd-border, .skidka .padd-border, .sale-block .padd-border, #contacts .padd-border {font-size: 16px;}

    #starter .block50{
      width: 100%;
      max-width: 600px;
      margin: 20px 0 40px;
    }

    #starter .remont{
      margin: 0 !important;
    }



    #price .block50, .sale-items .block50{
      width:auto;
      display: block !important;
      margin: 0 auto 10px;
      max-width: 339px;
    }

    .sale-items .block50{max-width: 500px;margin: 25px auto;}

    .sale-items .form-parts{
      margin-top: 60px;
    }

    .form-title-item{
      display: block;
    }

}

@media screen and (min-width: 740px) {
  #footer-phone{
    display: none !important;
  }

}

@media screen and (max-width: 740px) {
     .form-skidka .block30, #contacts .map .block50{
        max-width:300px;
        width: auto;
        display: block !important;
        margin: 0 auto 10px
     }

     #contacts .map .block50{
        max-width:600px;}

     #contacts .sale-block-item{
       margin: 30px 0;
     }

     #starter .remont ul li {
        font-size: 15px;
    }

    #gotop{
      display: none !important;
    }

}


@media screen and (max-width: 665px) {

    .block-top-contact{
       display:block;
       text-align: center;
       margin-top:10px;
    }

    .address .item{
      margin-left: 0;
    }

    .best-price h2{
      font-size: 22px;
    }

    .b-pr-txt p.n-padd{
      padding: 0 20px;
    }

}


@media screen and (max-width: 620px) {
    .top-utp,.utp-block,.top-img{
      display: block;
    }

    .top-img{
      text-align: center;
    }

    .top-img-padd{
      max-width:370px;
      padding: 0;
    }

    .skidka h2{
      font-size: 24px;
    }

    #diagnostic .block65{width:100%;}
    #diagnostic .button{ text-align: center;}
    #diagnostic .padd-l{padding-left:0;}
    #diagnostic .block30{
      display: block !important;
      width: auto;
      max-width: 280px;
      margin: 0 auto 15px;
    }


}


@media screen and (max-width: 535px) {

    .block-top-contact{
      text-align: left;
    }

    .utp-block{
      max-width: 294px;
      margin: 0 auto;
    }

    .work{
      display: none;
    }

}

@media screen and (max-width: 433px) {

    .call-back-top{
      font-size: 12px;
      width: 125px;
      top: 7px;
    }

    .top-menu .logo img{
      width: 150px;
    }

}

@media screen and (max-width: 433px) {

    .top-menu{
      padding: 15px 10px;
    }

}

@media screen and (max-width: 380px) {
    .price-block img {
        width: 165px;
    }
    .price-block .title-m{
      font-size: 15px;
      width: 90px;
      left: 119px;
    }

    .price-block .title-s{
      font-size: 17px;
      top: 85px;
      left: 111px;
    }

    #footer-phone span.phone a{
      font-size: 12px;
    }

    #footer-phone span.phone .fa-whatsapp{
      font-size: 18px;
    }
    #footer-phone span.phone .fa-viber{
      font-size: 16px;
    }

}
