
a:hover {
    text-decoration: none;
}

/*MAIN*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset,
form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer,
header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-width: 0px;
  padding: 0px;
  margin: 0px; }

html {
  height: 100%;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none; }

input,
textarea {
  color: #333;
  font-family: "Noto Sans";
  outline: none;
  /*border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -webkit-appearance: none;*/ }

input[type="button"],
input[type="submit"],
button {
  cursor: pointer; }
.h-top__log img{
    width: 50%;
}

td {
  margin: 0px;
  padding: 0px; }

form {
  padding: 0px;
  margin: 0px; }

a:hover {
  color: #100da9;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-decoration: none;
  outline: none;
  -webkit-tap-highlight-color: transparent; }
a,
span,
div,
button {
  outline: none !important; }

input[type=submit],
input[type=button],
button {
  -webkit-appearance: none;
  outline: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.clearfix:after,
.wrapper:after,
.row:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }
body {
    width: 100%;
    margin: 0 auto;
    height: 100%;    
    font-family: 'Montserrat', sans-serif;    
}
  .main-wrapper {
    max-width: 100%;
    margin: 0 auto;
  }  
  
/*
================================================================================
|                                     HEADER                                   |
================================================================================
*/
.header {
	  background: url(../img/Fon-top.jpg) no-repeat center;
    background-size: cover;
    height: 810px;
    /*padding: 20px;*/
}
.is-active {
    position: fixed;
    top: 0;    
    z-index: 999;    
    width: 100%;  
}
.h-hed {
    background: rgba(158, 158, 158, 0.5);
    position: fixed;
    top: 0;    
    z-index: 999;    
    width: 100%;  
}
.h-top {
   align-items: center;   
}
.h-top__log {
    padding: 7px 0;
}
.h-top__txt p {
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
.h-top__tel {
    position: relative;
}
.h-tel {
  position: absolute;
  top: -17px;
  right: 0;
}
.h-top__tel p {
    position: relative;
}
.h-top__tel p a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #EBE9E9;
}
.h-txt p:nth-child(1) {
    text-transform: uppercase;
    width: 100%;
    margin-top: 200px;
    font-style: normal;
    font-weight: 900;
    font-size: 55px;
    line-height: 67px;
    letter-spacing: 0.1em;
    color: #FFFFFF;
}
.h-txt p:nth-child(2) {
    font-style: normal;
    font-weight: 900;
    font-size: 30px;
    line-height: 37px;
    letter-spacing: 0.1em;
    color: #FFED00;
    text-transform: uppercase;
}
.h-txt__txt {
    display: none;
}
.h-btn {
    width: 100%;  
}
/*.h-btn {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}*/
.h-btn p { 
    margin-top: 60px;
    width: 100%;
}
.h-btn p a {    
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #333333;
    background: linear-gradient(180.38deg, #FFED00 1.4%, #FBD600 37.88%, #F7BD00 95.87%);
    box-shadow: 0px 0px 10px rgba(255, 236, 0, 0.5);
    border-radius: 50px;
    padding: 16px 25px;
}
.h-btn p a:hover {
    background: linear-gradient(180.38deg, #FFF353 1.4%, #FFF9AC 1.41%, #FFEE8D 43.93%, #FFDB63 95.87%);
    box-shadow: 0px 0px 10px #FFE77D;
    border-radius: 50px;
}
.h-servis{
    margin-top: 70px;
    background: url(../img/CarFix-bac-block2.jpg) no-repeat top;
    background-size: contain;
    padding-top: 50px;
}
.h-servis__img {
    text-align: center;
}
.h-servis__text {
    text-align: center;
    padding: 20px 0;
}
.h-serv-marg {
    bottom: 35px;
}
.h-servis__text p {
    font-style: normal;
    font-weight: bold;
    font-size: 16px;
    line-height: 22px;
    text-transform: uppercase;
    color: #454545;
}
/*.h-servis__text p:before {
    content: url(../img/check_mark.png);
    padding-right: 10px;
}*/
.h-servis__top {
    margin-top: 20px;
    text-align: center;
}
.h-servis__top p {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #575656;
}
.h-servis__top p span {    
    font-weight: bold;    
}
.r-tel span {
    display: inline-block;
    transform: rotate(90deg);
    margin-left: 12px;
    font-size: 24px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
}
.rul-tel {
    list-style: none;
    background: rgba(3, 3, 3, .5);
    padding: 7px;
    margin-top: 20px;
}
.rul-tel a {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #EBE9E9;
}
.rul-tel a:hover {
    color: #fff;
}
/*.h-servmob {
    display: none;
}*/
/*
================================================================================
|                                     block0                                   |
================================================================================
*/
.block0 {
    background: url(../img/Fon-block3.jpg) no-repeat center;
    background-size: cover;
    width: 100%;
    height: 500px;
    margin: 100px 0;
}
.block0-name {
    width: 395px;
    margin: 0 auto;
    margin-top: 190px; 
}
.block0-name p:nth-child(1) {
    text-align: left;   
    text-transform: uppercase;
    color: #F76731;
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #FFFFFF;
    padding-bottom: 10px;
}
.block0-name p:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.block0-content {
    text-align: center;
}

/*
================================================================================
|                                     block1                                   |
================================================================================
*/
.block1 {
    /* background: url(../img/Fon-block3.png) no-repeat; */
    background-size: cover;
}
.block1-name p {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 40px;
}
.block1-text,
.foter-2_cont {
    padding-left: 25px;
}
.block1-row__txt {
    padding-bottom: 25px;
}
.block1-text p,
.foter-2_cont p {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #333333;
    padding-bottom: 16px;
    position: relative;
}
.block1-row1 {
    padding-top: 60px;    
}
.block1-row1 img {    
    margin-bottom: 0px;
    max-width: 100%;
    height: auto;
}
.block1-row__img p {
     font-size: 17px;
}
.block1-text p:before,
.foter-2_cont p:before {
    content: url(../img/correct-symbol.png);
    position: absolute;
    left: -25px;
}
a.foter-2_more {
    position: relative;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.03em;
    text-transform: uppercase;
    color: #575656;
}
a.foter-2_more:after {
    content: '\2039';
    color: rgba(141, 141, 141, .5);
    right: -17px;
    top: -1px;
    font-size: 30px;
    position: absolute;
    transform: rotate(-90deg);
    moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
}
div.collapse.show + a.foter-2_more:after {
    transform: rotate(90deg);
    right: -22px;
    top: -1px;
}
.block1 .h-btn {
    text-align: center;  
}
/*
================================================================================
|                                     block2                                   |
================================================================================
*/
.block2 {
    padding: 140px 0 100px;
}
.block2-row {
    margin-top: 60px;
}
.block2-name p {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    color: #333333;
}
.block2-row .slick-dots {
    bottom: -45px;
}
.block2-row .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #f7642e;
}
.block2-row .slick-dots li button:before {    
    font-size: 12px;    
}
.block2 .slick-slide img {   
    width: 100%;
    height: auto;
}
/*
================================================================================
|                                     block3                                   |
================================================================================
*/
.block3 {    
    padding-top: 40px;
}
.block3-content {
    padding-top: 80px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}
.block3-partner {
    width: 10%;
    text-align: center;
    padding-bottom: 40px;
}
.block3-partner img {
    width: 100%;
    height: auto;
    max-width: 130px;
    max-height: 120px;
}
.block3-partner p:nth-child(1) {
    height: 120px;
}
.block3-partner p:nth-child(2) {
    padding-top: 10px;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #626262;
}
.mobblock3-partner img {
    width: 100%;
    height: auto;
    max-width: 130px;
    max-height: 120px;
}
.mobblock3-partner p:nth-child(1) {
    height: 120px;
}
#mobblock3 {
  display: none;
}
.mobblock3 .slick-prev:before, .slick-next:before {    
    color: #f15525;    
}
/*.mobblock3 .slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
    color: red;    
}*/
.mobblock3 .slick-next {
    right: 0px;
}
.mobblock3 .slick-prev {
    left: -15px;
    z-index: 999;
}
.mobblock3 .slick-slide img {    
    margin: 0 auto;
}
.mobblock3-partner {
    text-align: center;
}
.mobblock3-content {
    margin-top: 50px;
}
/*
================================================================================
|                                     block4                                   |
================================================================================
*/
.block4 {
    /* background: url(../img/Fon-block6.png) no-repeat; */
    background-size: cover;
    margin: 60px 0 100px;
}
.block4-flex {
    display: flex;
}
.block4-row__txt {
    /*box-shadow: 0px 0px 20px rgba(51, 51, 51, 0.25);
    border-radius: 30px;*/
    padding: 0px 30px 20px;
    background: #fff;
    width: 40%;
}
.block4-row__txt p:nth-child(1) {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    color: #454545;
    padding-bottom: 20px;
}
.block4-row__txt .bl4__txt p {
    font-style: normal;
    font-weight: normal;
    line-height: 21px;
    color: #454545;
    text-indent: 15px;
    font-size: 18px;
}
.block4-row__img {
  position: relative;
  width: 60%;
}
.block4-row__img img {
    max-width: 100%;
    height: auto;
}
.bl4-txt {
    position: absolute;
    bottom: 15px;
    left: 70px;
}
.bl4-txt p:nth-child(1) {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 36px;
    color: #454545;
    max-width: 300px;
}
.bl4-txt p:nth-child(2) {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 26px;
    color: #454545;
    max-width: 300px;
}

/*
================================================================================
|                                     block5                                   |
================================================================================
*/
.block5 {
    padding-bottom: 80px;
}
.block5-name {
    padding-bottom: 50px;
}
.block5-name p:nth-child(1) {
    font-style: normal;
    font-weight: bold;
    font-size: 30px;
    line-height: 37px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #454545;
    text-transform: uppercase;
}
.block5-name p:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #AAAAAA;
}
.send-form {
    display: flex;
    justify-content: space-around;
}
.send-form p:nth-child(1) {    
    width: 50%;
}
.send-form p input {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
    border-radius: 30px;
    border: none;
    width: 100%;
    height: 52px;
    padding-left: 15px;
}
.sub-button button {
    padding: 16px 55px;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #333;
    border: none;
    background: linear-gradient(180.38deg, #FFED00 1.4%, #FBD600 37.88%, #F7BD00 95.87%);
    box-shadow: 0px 0px 10px rgba(255, 236, 0, 0.5);
    border-radius: 50px;
}
.sub-button button:hover {
    background: linear-gradient(180.38deg, #FFF353 1.4%, #FFF9AC 1.41%, #FFEE8D 43.93%, #FFDB63 95.87%);
    box-shadow: 0px 0px 10px #FFE77D;
    border-radius: 50px;
}
.msgs {
    padding-bottom: 15px;
    text-align: center;
    color: #f9c501;
}

.h-top__txt p {    
   
    padding-top: 6px;
}

/*
================================================================================
|                                     Footer                                  |
================================================================================
*/
footer {
    background: #565656;
}
.block6-logo img{
    width:30%;
}
.block6-logo {
    text-align: center;
    padding: 40px 0 20px;
}
.block6-tel-row p {  
    color: #B9B9B9;  
    text-align: center;
}
/*.block6-tel-row p a {
    color: #B9B9B9;
    text-align: center;
    position: relative;
}*/
.block6-tel-row p a {
    position: relative;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    letter-spacing: 0.03em;    
    color: #FFFFFF;
}
.block6-tel-row p a:hover {
    color: #fff;
    text-align: center;
}
.block6-tel p a:before {
    content: url(../img/icon-tel.png);
    position: absolute;
    left: -30px;
}
.block6-mail p a:before {
    content: url(../img/icon-mail.png);
    position: absolute;
    left: -30px;
}
.block6-oclock p a:before {
    content: url(../img/icon-oclock.png);
    position: absolute;
    left: -30px;
}
.soc-icon {
    text-align: center;
    border-top: 1px solid rgba(255, 237, 0, .3);
    padding: 30px 0 25px;
    margin-top: 20px;
}
.soc-icon a {
    margin: 0 5px;
}
.wasabilogo {
    text-align: center;
   padding-bottom: 20px;
}
.politic a{
    color: white;
}
.politic{
    padding-top: 20px;
}
/*
================================================================================
|                                    Modal                                  |
================================================================================
*/
.block0 .modal-dialog,
.block2 .modal-dialog {
    max-width: 593px;    
}
.block0 .modal-content,
.block2 .modal-content {
    background: #aaa;
}
.modal-content {
    background: #FFFFFF;
    box-shadow: 0px 4px 20px rgba(51, 51, 51, 0.25);
    border-radius: 30px;
    padding-bottom: 15px;
}
.help-block p:nth-child(1) {
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 28px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #333333;
}
.help-block p:nth-child(2) {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 29px;
    text-align: center;
    letter-spacing: 0.03em;
    color: #AAAAAA;
}
.modalblock5-content .send-form2 p:nth-child(1) input {
    background: #FFFFFF;
    box-shadow: 0px 0px 8px rgba(51, 51, 51, 0.2);
    border-radius: 30px;
    border: none;
    padding: 10px;
    width: 75%;
    text-align: center;
}
.modalblock5-content .send-form2 p {
    text-align: center;
    padding: 15px 0;
}
/* ---- mouse ----*/
#toTop {
  bottom: 40px;
  right: 30px;
  cursor: pointer;
  display: block;
  position: fixed;
  z-index: 999; }

.just-scroll.color-black .mouse-icon {
  border-color: #1be7e8;
  background: #000; }

.just-scroll.color-black .mouse-icon:hover {
  opacity: 0.5; }

.just-scroll.color-black .mouse-icon .wheel {
  background: #fff; }

.just-scroll.color-white .mouse-icon {
  border-color: #fff; }

.just-scroll.color-white .mouse-icon .wheel {
  background: #fff; }

.just-scroll.color-green .mouse-icon {
  border-color: #23d160; }

.just-scroll.color-green .mouse-icon .wheel {
  background: #23d160; }

.just-scroll.centered {
  margin-left: auto;
  margin-right: auto; }

.just-scroll.to-up .mouse-icon .wheel, .just-scroll.to-down .mouse-icon .wheel {
  animation-delay: 0s;
  animation-duration: 1s;
  animation-play-state: running;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 1s;
  -webkit-animation-play-state: running;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 1s;
  -moz-animation-play-state: running;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -o-animation-delay: 0s;
  -o-animation-duration: 1s;
  -o-animation-play-state: running;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite; }

.just-scroll.to-up .mouse-icon .wheel {
  animation-name: to-up-mouse-icon-wheel;
  -webkit-animation-name: to-up-mouse-icon-wheel;
  -moz-animation-name: to-up-mouse-icon-wheel;
  -o-animation-name: to-up-mouse-icon-wheel; }

.just-scroll.to-down .mouse-icon .wheel {
  animation-name: to-down-mouse-icon-wheel;
  -webkit-animation-name: to-down-mouse-icon-wheel;
  -moz-animation-name: to-down-mouse-icon-wheel;
  -o-animation-name: to-down-mouse-icon-wheel; }

@keyframes to-up-mouse-icon-wheel {
  0% {
    top: 25px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 5px;
    opacity: 0; } }
@keyframes to-down-mouse-icon-wheel {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }
@-webkit-keyframes to-up-mouse-icon-wheel {
  0% {
    top: 25px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 5px;
    opacity: 0; } }
@-webkit-keyframes to-down-mouse-icon-wheel {
  0% {
    top: 5px;
    opacity: 0; }
  30% {
    top: 10px;
    opacity: 1; }
  100% {
    top: 25px;
    opacity: 0; } }
.just-scroll {
  width: 24px; }

.just-scroll .mouse-icon {
  display: block;
  width: 24px;
  height: 40px;
  border: 2px solid;
  border-radius: 16px;
  margin-top: 10px;
  margin-bottom: 10px;
  z-index: 10;
  opacity: .7; }

.just-scroll .mouse-icon .wheel {
  position: relative;
  top: 4px;
  width: 2px;
  height: 6px;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto; }

 .equipment .modal.show .modal-dialog {    
    max-width: 800px;
}
.pulse {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    color: gray;
    background: rgba(21, 182, 85, 0.8);
    border-radius: 50%;
    animation: radial-pulse 1s infinite;
}
.wrap-pulse {
  position: fixed;
  bottom: 40px;
  right: 50px;
}
@keyframes radial-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
  }
 
  100% {
    box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
  }
}

/* -- прелоудер  --*/
.loaderArea {
  background: linear-gradient(90deg, #130f0e 10%, #1c1818 90%);
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 0;
  right:0;
  bottom:0;
  z-index: 100000;
}
.loader {
  height: 40px;
  width: 40px;
  position: absolute;
  left: 50%;
  margin-left: -20px;
  top: 50%;
  margin-top: -20px;
} 
.loader:before,
.loader:after {
  content: "";
  height: 40px;
  width: 40px;
  border: 8px solid rgba(255,255,255,.5);
  border-radius: 10px;
  position: absolute;
  top: 0;
} 
.loader:before {
  animation: animate 2s infinite linear;
} 
@keyframes animate {
  0% {
    transform: rotate(0) ;
  }   
  100% {
    transform: rotate(180deg) ;
  }
} 
.loader:after {
  animation: animate2 2s infinite linear;
} 
@keyframes animate2 {
  0% {
    transform: rotate(0) ;
  }   
  100% {
    transform: rotate(-180deg) ;
  }
}



@media screen and (max-width: 1700px) {
.block3-partner p:nth-child(2) {   
    font-size: 0.88rem;    
}
}

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

.block4-row__txt {   
    width: 54%;
    padding: 40px 80px 40px 30px;
}
.block4-row__img {   
    width: 46%;
}
.block4-row__txt p.bl4-name {    
    font-size: 20px;   
    text-align: center;
}
.block4-row__txt p:nth-child(1) {    
    font-size: 17px;    
    text-align: center;
}
.bl4-txt {    
    bottom: 145px;   
}

}


@media screen and (max-width: 1400px) {
.block3-partner p:nth-child(2) {   
    font-size: 0.7rem;    
}
}

@media screen and (max-width: 1200px) {
.block3-partner p:nth-child(2) {   
    font-size: 0.6rem;    
}
.bl4-txt {    
    width: 300px;
}
.block4-flex {
    display: flex;
    flex-direction: column;
}  
.block4-row__txt {   
    order: 2;   
    width: 100%;
}
.block4-row__img {
    order: 1;
    max-width: 634px;
    margin: 0 auto;
    width: auto;
}
.block4 {   
    margin: 90px 0 0;
    padding: 0px 0 120px;
}
.bl4-txt {   
    bottom: 10px;   
}
.block4-row__txt p:nth-child(1) {
    font-size: 20px;   
}

}

@media screen and (max-width: 992px) {
.header {   
    height: auto; 
    padding-bottom: 60px;   
}
.h-servis .h-servis__img:nth-child(3) {
    margin: 0 auto;
}
.h-top {    
    display: block;
}
.h-top__log {
  text-align: center;
  padding: 5px 0;
}
.h-top__txt p {    
    text-align: center;  
    padding-top: 9px  
}
.h-txt p:nth-child(1) {    
    font-size: 52px;   
}
.h-tel {
    position: relative;
    top: 0;
    text-align: center;
}
.rul-tel {    
    background: transparent;
    padding: 0;
    margin-top: 0;
}
.rul-tel a {    
    padding-right: 20px;
}
.block0-content img {
    max-width: 100%;
    height: auto;
}
.block0 {    
    margin: 40px 0;
}
.block0-name p:nth-child(2) {    
    font-size: 22px;   
}
.block2 {
    padding: 60px 0 60px;
}
#mobblock3 {
    display: block;
}
#mobblock3 .slick-prev:before, #mobblock3 .slick-next:before {    
    font-size: 36px;   
}
/*#mobblock3 .slick-prev, #mobblock3 .slick-next {
    width: 25px;
    height: 25px;    
    border-radius: 50%;
    background: linear-gradient(180deg, #DC1B01 0%, #F7642E 100%);
}
#mobblock3 .slick-prev:before, #mobblock3 .slick-next:before {
    color: #fff;
}*/
#mobblock3 .slick-prev:before {
    content: url(../img/play-button1.png);
    /*font-size: 25px;
    position: absolute;
    top: -5px;
    right: 7px;*/
}
#mobblock3 .slick-next:before {
    content: url(../img/play-button2.png);
    /*font-size: 25px;
    position: absolute;
    top: -5px;
    right: 5px;*/
}
#block3 {
    display: none;
}
.block4-row__txt {    
    padding: 40px 30px 40px 30px;    
}
.block6-tel-row p {   
    text-align: left;
    padding-bottom: 15px; 
    width: 160px;
    margin: 0 auto;  
}
.h-servmob {
    display: block;
}
.h-stop {
    display: none;
}
.h-servis {
    margin-top: 40px;
    background: url(../img/CarFix-bac-block2.jpg) no-repeat center center;    
    background-size: contain;
}
.block4-row__txt p:nth-child(1) {
    text-align: center;
}
.block4-row__txt .bl4__txt p {    
    text-align: justify;
}

}
@media screen and (max-width: 768px) {
  /*.header {
    background: url(../img/fon-mob.jpg) no-repeat center;
    background-size: cover;   
}  */
.h-top__txt p {
    display: none;
}
.h-txt__txt {
    display: block;
}
.h-btn { 
    width: 100%;  
  }
.h-btn p {    
    text-align: center;    
    margin-top: 60px;
    margin-bottom: 20px;
}
.h-top__tel p {   
    padding-bottom: 7px;
}

.h-txt p {    
    /*margin-top: 250px;*/
}
.h-txt .h-txt__txt {
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-top: 40px;
}
.h-top__log {
    text-align: center;
    padding: 5px 0 0;
}


.h-txt p:nth-child(1) {
    font-size: 42px;
    line-height: 48px;
}
.h-servis__img {    
    width: 335px;
    margin: 0 auto;
}
.h-servis__text {    
    width: 100%;
}
.h-servis__text p {
    margin: 0 auto;    
    width: 300px;
}
.block1-row1 {
    padding-top: 30px;    
}
.block1-row__img {
    padding-bottom: 20px;
}.block1-row2 {
    padding-top: 0px;    
}
.block4 {   
    padding: 0px 0 60px;
}
/*.block6-tel-row p {
    margin: 0 auto;
    color: #B9B9B9;
    text-align: left;
    padding-bottom: 15px;
    width: 160px;
}*/


}

@media screen and (max-width: 572px) {
    .h-top__log img {
    width: 25%;
}
    
.h-top__tel p a {    
    font-size: 16px;
    line-height: 20px;
}
.rul-tel a {    
    font-size: 16px;  
    line-height: 20px;  
}
.h-txt p:nth-child(1) {
    font-size: 30px;
    line-height: 48px;
    margin-top: 160px;
}
.h-txt p:nth-child(2) {
    font-size: 20px;
    width: 100%;
    padding-left: 15px;
}
.h-txt p:nth-child(3) {    
    padding-left: 15px;
}

.h-btn p {   
    margin-top: 80px;
}
.h-txt p:nth-child(1) {    
    padding-left: 15px;
}
.block4-row__img img {
    margin-left: 0;
    max-width: 100%;
    height: auto;
}
.bl4-txt {        
    left: 100px;
    bottom: 8px;
}
.bl4-txt p:nth-child(1) {    
    font-size: 18px;
    line-height: 26px;   
}
.bl4-txt p:nth-child(2) {   
    font-size: 14px;    
}
.block5-name p:nth-child(1) {   
    font-size: 24px;
    line-height: 34px;    
}
.block5-name p:nth-child(2) {    
    font-size: 18px;
    line-height: 24px;    
}
.send-form {    
    flex-direction: column;
    align-items: center;
}
.send-form p:nth-child(1) {
    width: 80%;
    margin-bottom: 30px;
}
.block5-name {
    padding-bottom: 20px;
}
.help-block p:nth-child(2) {   
    line-height: 20px;   
}
.h-txt .h-txt__txt {    
    margin-top: 20px;
}

}

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

    .header{
        /* background-position-x: -450px; */
        background: url(../img/mob-fon-top.jpg) no-repeat center;
    }
/*.header {    
    height: 100vh;
}*/
.h-txt p:nth-child(1) {    
    margin-top: 160px;
    font-size: 24px;
}
.h-btn p {
    margin-top: 40px;
}
.h-txt .h-txt__txt {
    margin-top: 40px;
    font-size: 16px;
}
.h-top__txt p {    
    font-size: 12px;
    line-height: 15px;
    padding-top: 6px;
}
.h-top__tel p a {
    font-size: 14px;    
}
.h-txt p {
    /*font-size: 22px;
    margin-top: 160px;*/
}
.h-servis {
    margin-top: 70px;
}
.bl4-txt p:nth-child(1) {
    font-size: 16px;
    line-height: 20px;
}
.bl4-txt p:nth-child(2) {
    font-size: 14px;
    line-height: 20px;
}
.bl4-txt {
    left: 55px;    
}
.block4-row__txt p:nth-child(1) {    
    font-size: 16px;
    line-height: 22px;    
}
.block4-row__txt .bl4__txt p {    
    line-height: 20px;    
    font-size: 14px;
}
.block4-row__txt {
    padding: 20px 10px 20px 10px;
}
.send-form p:nth-child(1) {
    width: 100%;   
}
.modalblock5-content .send-form2 p:nth-child(1) input {    
    width: 100%;    
}
.block6-tel-row {
    font-size: 14px;
}
.h-servis__img {
    width: auto;
}
.h-servis__text {
    left: 0;   
    padding-left: 30px;
}
.h-servis__text p {    
    width: auto;
}
.h-servis__img img {
    max-width: 100%;
    height: auto;
}
.h-top__tel p {
    padding-bottom: 10px;
    line-height: 1;
}
.rul-tel a {
    font-size: 14px;
}
.wasabilogo img {
    max-width: 100%;
    height: auto;
    padding: 0 15px;
}
.h-servis__top p {    
    font-size: 16px;    
}
.block0-name p:nth-child(1) {    
    font-size: 28px;
    line-height: 34px;   
}
.block0-name p:nth-child(2) {
    font-size: 18px;
}
.block1-name p {    
    line-height: 40px;
    padding-bottom: 30px;    
}
.block1-text p, .foter-2_cont p {    
    font-size: 14px;    
}
.block0 {
    margin: 40px 0 20px;
    background: url(../img/mob-fon-block3.jpg) no-repeat center;
    background-size: cover;
}
.block2-name p {   
    font-size: 28px;
    line-height: 34px;   
}
.block2-row {
    margin-top: 20px;
}
.block4 {
    margin: 30px 0 0;
}
.block5-name p:nth-child(1) {
    font-size: 18px;    
}
.block5-name p:nth-child(2) {
    font-size: 15px;    
}
.block6-tel-row p {    
    width: 150px;   
}
.block6-logo {   
    padding: 40px 0 40px;
}

}
@media screen and (max-width: 360px) {
.h-servis__img {   
    padding-right: 0;
    padding-left: 0;
}
.bl4-txt {
    left: 55px;
    bottom: 4px;
}
.bl4-txt p:nth-child(1) {
    font-size: 14px;
    line-height: 18px;
}
.bl4-txt p:nth-child(2) {
    font-size: 12px;
    line-height: 16px;
}
.bl4-txt {
    width: 240px;
}

}