	@media screen and (min-width:660px) {
    * {
        margin: 0;
        padding: 0;
        outline: 0 !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    
    }
    html {
        min-width: 1200px;
        line-height: 145%;
        overflow-x: hidden;
    }
    *:before, *:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    body {
        color: #333333;
        font-family: 'Manrope', sans-serif!important;
        -webkit-overflow-scrolling: touch;
        font-weight: 300;
        font-style: normal;
        -webkit-text-size-adjust: 100%;
        overflow: hidden;
    }
    .container {
        max-width: 1200px;
        min-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
    }
    .container2 {
        max-width: 1200px;
        width: 100%;
        min-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
       
    }
    .cd-auto-hide-header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100px;
        transition: transform .5s;
        z-index: 30;
        display: flex;
        align-items: center;
      }
      .cd-auto-hide-header.is-hidden {
        transform: translateY(0%);
      }
      .animate {
        background-color: #fff;
        box-shadow: 0 4px 10px rgba(0,0,0,0.05);
      }
    section {
        padding: 80px 0;
    }
    header {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.7) 85%, rgba(255, 255, 255, 0.95) 95%, rgba(255, 255, 255, 1) 100%), url(../img/bg1.jpg);
        -webkit-background-size: cover;
        background-size: cover;
        background-position: center center;
        position: relative;
    }
        .bg2 {
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%), url(../img/bg2.jpg);
        -webkit-background-size: contain;
        background-size: contain;
        background-position: center center;
        position: relative;
    }
    
    h3 {
        font-size: 32px;
        font-weight: 600;
        text-align: center;
        line-height: 140%;
        width: 600px;
        margin: 0 auto 60px auto;
    }
    h3 small {
        font-weight: 300;
        display: block;
        font-size: 24px;
        margin-top: 10px;
    }

    .button {
        cursor: pointer;
        border-radius: 10px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        z-index: 10;
        width: 360px;
    
    }
    .button-line:after {
        content: "";
        display: block;
        width: 30px;
        height: 300px;
        margin-left: 60px;
        background: #fff;
        opacity: 0.3;
        position: absolute;
        left: -40px;
        top: -150px;
        z-index: 1;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        -webkit-transition: all 0.1s;
        transition: all 0.1s;
        -webkit-animation-name: slideme;
        animation-name: slideme;
        -webkit-animation-duration: 3s;
        animation-duration: 3s;
        -webkit-animation-delay: 0.04s;
        animation-delay: 0.04s;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-animation-iteration-count: infinite;
        animation-iteration-count: infinite;
    }
    @-webkit-keyframes slideme {
		0% {
			left: -30px;
			margin-left: 0px;
		}
		30% {
			left: 110%;
			margin-left: 80px;
		}
		100% {
			left: 110%;
			margin-left: 80px;
		}
	}
    .button button {
        padding: 25px 5px;
        background-image: linear-gradient(to top, #e34951, #d43941);
        font-family: 'Manrope', sans-serif!important;
        border-radius: 10px;
        cursor: pointer;
        border: none;
        color: #fff;
        font-size: 18px;
        font-weight: 500;
        transition: background 0.2s ease;
        box-shadow: 0 -4px #9a1e25 inset;
        width: 100%;
        transition: 0.3s;
    }
    .button button p {
        position: relative;
        z-index: 1;
    }
 
    .button button:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 5px;
        background-image: linear-gradient(to top, #d43941, #e34951);
        box-shadow: 0 -4px #9a1e25 inset;
        opacity: 0;
        transition: 0.3s;
      }
      .button button:hover:before {
        opacity: 1;
      }


      /*MENU*/
      .menu {
          display: flex;
          align-items: center;
          justify-content: space-between;
      }
      .menu p {
          font-size: 14px;
      }

      .nav {
          font-size: 14px;
          margin-left: auto;
          margin-right: auto;
          
      }

      .nav a {
        color: #333;
      }

      .logo img {
          width: 221px;
      }
      .logo p {
          margin-top: -2px;
          text-align: center;
      }
      .logo_mob {
          display: none;
      }
      .guarantee {
          display: flex;
          align-items: center;
          margin-left: 60px;
      }
      .guarantee img {
          width: 50px;
      }
      .guarantee p {
          width: 132px;
          margin-left: 15px;
          line-height: 150%;
      }

      .menu_social {
        margin-left: 0;
        margin-right: 50px;
    }
    .menu_social_icon {
      display: flex;
      justify-content: space-around;
      width: 60%;
      margin: 3px auto 0 auto;
  }
  .menu_social p::before {
    content: '●';
    margin-right: 5px;
    color: #7ecd3e;
    width: 3px;
    height: 3px;
    position: absolute;
    left: -17px;
}
.menu_social p a {
    color: #333;
    text-decoration: none;
}
.menu_social p {
    position: relative;
}
  .menu_social a {
      width: 25px;
      height: 25px;
  }

  .menu_social a img {
      width: inherit;
  }
  .tel {
      text-align: right;
  }
  .tel a {
      font-size: 24px;
      color: #333;
      text-decoration: none;
      font-weight: 600;
      display: block;
      margin-top: 3px;
  }

  /*MAIN*/
    .main {
        padding-top: 150px;
        display: flex;
        justify-content: space-between;
        padding-bottom: 80px;
        align-items: stretch;
        flex-wrap: wrap;
    }
    .main_left {
        width: 690px;
    }

    /*NEW 11.04.2022*/

    .main_right {
        width: 400px;
        margin-top: 15px;
        display: flex;
        object-fit: cover;
        flex-direction: column;
    }
    .main_right > img {
        width: 100%;
        border-radius: 5px;
        height: 390px;
        display: flex;
        object-fit: cover;
    }

    .video_main {
        width: 100%;
        height: 200px;
        border-radius: 5px;
        overflow: hidden;
        margin-top: auto;
    }

    .button_block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .button_block .button {
        width: 47%;
        height: 70px;
    }
    .button_block .button:nth-child(n+3) {
        margin-top: 15px;
    }

    .button_block .button button {
        padding: 0 20px;
        height: 100%;
    }
     /*NEW 11.04.2022*/

    h1 {
        font-size: 42px;
        font-weight: 600;
        line-height: 130%;
        color: #b83224;
        margin-bottom: 10px;
    }
    .h1_dop p {
        font-size: 32px;
        font-weight: 300;
        line-height: 140%;
    }

    .main_plusi {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 0px;
        flex-wrap: wrap;
       align-items: flex-start;
       margin-top: 70px;
    }
    .main_plusi2 {
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin-top: 60px;
        flex-wrap: wrap;
       align-items: flex-start;
    }
    .main_plus {
        display: flex;
        align-items: center;
        width: 305px;
        align-items: flex-start;
    }

    .main_plus2 {
        display: flex;
        align-items: center;
        width: 305px;
        align-items: flex-start;
    }
    .main_plusi > .main_plus:nth-child(n+4) {
        margin-top: 55px;
    }
    .main_plusi2 .main_plus:nth-child(n+4) {
        margin-top: 55px!important;
    }
    .main_plus img {
        width: 50px;
        margin-right: 15px;
    }
    .main_plus p {
       
    }

    .main_plus_remont {
        margin-top: 40px;
    }

    .main_plus_remont .main_plus:nth-child(n+3) {
        margin-top: 40px;
    }




    .forma {
        width: 360px;
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
        transform-style: preserve-3d;
        position: relative;
        background-color: #fff;
        z-index: 1;
        border-radius: 10px;
        padding: 10px;
    }

    .main .forma {
        margin-top: 17px;
    }

    .form_in {
        border-radius: 10px;
        padding: 35px;
        background-color: #fff;
        border: 1px solid #b83224;
        box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
    }
    .form-top {
        position: absolute;
        right: -50px;
        top: -50px;
        width: 180px;
        z-index: -1;
    }

    .form-bot{
        position: absolute;
        left: -50px;
        bottom: -50px;
        width: 80px;
        z-index: 2;
        transform: rotate(-30deg);
    }


    .forma h4 {
        text-align: center;
        font-size: 18px;
    }
    .form_in > p {
        text-align: center;
        font-size: 14px;
        margin-top: 7px;
        line-height: 150%;
    }

    .forma .button {
        width: 100%;
        margin-top: 25px;
    }

    .forma form {
        margin-top: 0px;
    }

    .forma form textarea {
        max-height: 100px;
        min-height: 100px;
        padding: 15px 20px;
        font-size: 16px;
        border-radius: 5px;
        border: none;
        background-color: #fefefe;
        box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
        font-family: 'Manrope', sans-serif!important;
        font-weight: 400;
        color: #777777;
        z-index: 10;
        margin-top: 20px;
        max-width: 100%;
        min-width: 100%;
        line-height: 140%;
        }

    


    .forma form input {
        padding: 20px;
        font-size: 16px;
        border-radius: 5px;
        border: none;
        background-color: #fefefe;
        box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
        font-family: 'Manrope', sans-serif!important;
        font-weight: 400;
        color: #777777;
        z-index: 10;
        width: 100%;
    }
    .forma form input:nth-child(n+2) {
        margin-top: 20px;
    }

    input::placeholder {
        color: #afafaf!important;
    }
    textarea::placeholder {
        color: #c5c5c5!important;
        font-size: 15px;
    }

    .forma_modal.forma form input {
        padding: 25px 20px!important;
    }
    
    .forma form input:focus {
        box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
    }
    .forma form input:hover {
        box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
    }
    .forma form textarea:focus {
        box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
    }
    .forma form textarea:hover {
        box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
    }

            /*TEHNIKA*/
            .texnika_all {
                position: relative;
                z-index: 2;
                margin-top: 50px;
                display: flex;
                flex-wrap: wrap;
                transition: all 0.3s ease;
            }
      
            .tehnika {
                background-color: #fff;
                height: 130px;
                position: relative;
                width: 20%;
                border-radius: 10px;
                transform: skew(-5deg);
                /* -webkit-transform: skew(-20deg);
                  -moz-transform: skew(-20deg);
                  -o-transform: skew(-20deg); */
                  overflow: hidden;
                  box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
                  cursor: pointer;
                  transition: all  0.3s ease;
            }
      
            .tehnika_dvigatel {
              background-color: #fff;
              height: 190px;
              padding: 0 20px;
              position: relative;
              width: 95%;
              border-radius: 10px;
              transform: skew(-5deg);
              /* -webkit-transform: skew(-20deg);
                -moz-transform: skew(-20deg);
                -o-transform: skew(-20deg); */
                overflow: hidden;
                box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
                cursor: pointer;
                transition: all  0.3s ease;
          }
      
          
      
            .tehnika:hover {
                /* background: #1f2944; */
                position: relative;
                /* top: -10px; */
                /* color: #fff; */
                transition: all 0.3s ease;
            }
      
            .tehnika:nth-child(n+2){
                margin-left: -5px;
            }
            .tehnika:nth-child(n+6) {
                margin-top: 20px;
            }
      
            .tehnika p {
                text-align: center;
                padding-top: 10px;
                font-size: 14px;
                font-weight: 700;
            }
            .tehnika img {
                position: absolute;
                bottom: 0px;
                right: -10px;
                width: 130px;
            }
      
            .tehnika_dvigatel img {
              width: 85%;
              margin-left: auto;
              margin-right: auto;
              position: relative;
              display: block;
              margin-top: -35px;
          }
    
            /*TEHNIKA_END*/

    /*BLOCK2*/

    .block2 {
        display: flex;
        justify-content: space-between;
        align-items: center;
        
    }
    .block2_left {
        width: 615px;
    }

    .block2_left h4 {
        font-size: 32px;
        line-height: 140%;
    }

    .block2_left > p {
        margin-top: 35px;
        font-size: 18px;
        line-height: 180%;
        width: 535px;
    }

    .block2_left .button {
        margin-top: 45px;
    }

    .block2_right {
        width: 490px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .block2_right_img {
        width: 46%;
        height: 180px;
        display: flex;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    .block2_right_img:nth-child(n+3) {
        margin-top: 40px;
    }

    .block2_right_img img{
        display: flex;
        object-fit: cover;
        width: 100%;
    }

    /*ASTRA*/
    .block2_astra {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        
    }
    .block2_left_astra {
        width: 615px;
    }

    .block2_left_astra h4 {
        font-size: 32px;
        line-height: 140%;
    }

    .block2_left_astra > p {
        margin-top: 35px;
        font-size: 18px;
        line-height: 180%;
        width: 535px;
    }

    .block2_left_astra .button {
        margin-top: 45px;
    }

    .block2_right_astra {
        width: 490px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
        flex-direction: row;
    }
    .video {
        width: 100%;
        height: 276px;
        position: absolute;
        bottom: -15px;
        top: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    }
    .block2_img {
        width: 100%;
        height: 100%;
        display: flex;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
    }
    .block2_img img {
        display: flex;
        object-fit: cover;
        width: 100%;
    }

    .name {
        position: absolute;
        top: 91px;
        right: 0;
        transform: rotate(-90deg);
    }
    .name p {
        font-size: 30px;
        font-weight: 600;
        margin-bottom: 5px;
    }
    .name small {
        font-size: 15px;
    }
    .block2_right_astra_img {
        width: 300px;
        display: flex;
        object-fit: cover;
        margin-right: auto;
        overflow: hidden;
        border-radius: 10px;
    }
    .block2_right_astra_img img{
        width: 100%;
        display: flex;
        object-fit: cover;
    }
    .block2_right_astra img {
        width: 100%;
    }

    .block2_right_img_astra {
        width: 46%;
        height: 180px;
        display: flex;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    .block2_right_img_astra:nth-child(n+3) {
        margin-top: 40px;
    }

    .block2_right_img_astra img{
        display: flex;
        object-fit: cover;
        width: 100%;
    }


    /*BLOCK3*/
    .block3 {
        display: flex;
        justify-content: space-between;
    }
    .block3_left {
        width: 30%;
        border-radius: 10px;
    }

    .remont_map {
        margin-right: auto;
        margin-left: 70px;
    }

    .block3_left:nth-child(n+2) {
        box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
        padding: 30px;
    }
    .block3_left:nth-child(n+2) {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }
    .block3_left:nth-child(n+2) b{
        font-size: 20px;
        display: block;
        margin-bottom: 10px;
     }
    .block3_left:nth-child(n+2) p{
       font-size: 14px;
    }

    .block3_left h4 {
        font-size: 30px;
        line-height: 140%;
    }
    .block3_left .button {
        width: 100%;
    }
    .work_time {
        margin: 20px 0;
    }
    .work_time p:nth-child(n+2) {
        margin-top: 5px;
    }

    .block3_left u {
        display: block;
        margin-bottom: 30px;
        font-size: 14px;
    }

    .map {
        width: 100%;
        height: 170px;
    }
    .block3_left_remont .map {
        height: 195px;
    }

    /*BLOCK4*/
    .block4 {
        display: flex;
        justify-content: space-between;
        margin-top: 50px;
    }
    .block4_img {
        width: 15%;
        height: 70px;
        object-fit: contain;
        display: flex;
    }
    .block4_img img {
        width: 100%;
        object-fit: contain;
        display: flex;
    }


    /*CENI*/

    .ceni {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .cena {
        width: 32%;
        display: flex;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
    }

    .cena:nth-child(n+4) {
        margin-top: 30px;
    }

    .cena_img {
        width: 90px;
        height: 90px;
        display: flex;
        object-fit: cover;
        border-radius: 5px;
        overflow: hidden;
    }

    .cena_img img {
        width: 100%;
        display: flex;
        object-fit: cover;
    }

    .cena_text {
        width: 230px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-left: 17px;
    }
     .cena_text b {
	font-size: 15px;
     }
    /*MOTORI*/
    .motori {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        align-items: flex-start;
    }

    .motori_remont .motor {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .motori_remont .motor:nth-child(n+2) {
        margin-top: 20px;
    } 
    .motori_remont .motor b {
        width: 410px;
        line-height: 145%;
    }
    .motori_remont .motor > p {
        width: 200px;
        margin: 0px 0 0px 0;
        text-align: center;
    }
    .motori_remont .motor .button {
        width: 300px;
    }

    .motor {
        width: 29%;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        padding: 25px;
        background-color: #fff;
        border-radius: 10px;
    }

    .motor:nth-child(n+4) {
        margin-top: 55px;
    }
    .motor_img {
        width: 100%;
    }

    .motor b {
        font-size: 20px;
    }

    .motor > p {
        margin: 10px 0 25px 0;
        color: #6c6c6c;
    }

    .motor_img img {
        width: 100%;
    }

    .motor .button {
        width: 100%;
    }



    /*DOSTAVKA*/
    .block_dostavka {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        
    }
    .block_dostavka_left {
        width: 490px;
    }

    .block_dostavka_left h4 {
        font-size: 32px;
        line-height: 140%;
    }

    .block_dostavka_left > p {
        margin-top: 35px;
        font-size: 18px;
        line-height: 180%;
        width: 515px;
    }

    .block_dostavka_right {
        width: 600px;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        display: flex;
        object-fit: cover;
        
        overflow: hidden;
    }



    .block_dostavka_right img {
        width: 100%;
        display: flex;
        object-fit: cover;
    }

    .block_dostavka_right_remont {
        flex-direction: column;
        position: relative;
    }
    .block_dostavka_right_remont img {
        height: 200px;
        border-radius: 10px;
        width: 60%;
    }
    .block_dostavka_right_remont img:first-child {
        position: absolute;
        right: 0;
        top: 0;
        width: 100%;
        height: 450px;
    }
    .block_dostavka_right_remont img:nth-child(2) {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 280px;
    }
    .block_dostavka_right_remont img:nth-child(3) {
        position: absolute;
        right: 0;
        bottom: 0;
        width: 280px;
    }

    .block_dostavka_right_img {
        width: 46%;
        height: 180px;
        display: flex;
        object-fit: cover;
        border-radius: 10px;
        overflow: hidden;
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    }
    .block_dostavka_right_img:nth-child(n+3) {
        margin-top: 40px;
    }

    .block_dostavka_right_img img{
        display: flex;
        object-fit: cover;
        width: 100%;
    }

    .block_dostavka_left .button {
        margin-top: 40px;
    }

    /*OTZIVI*/

    .owl-next, .owl-prev {
        width: 22px;
        height: 40px;
        margin-top: -20px;
        position: absolute;
        top: 40%;
    }
    .owl-theme .owl-dots, .owl-theme .owl-nav {
        text-align: center;
        -webkit-tap-highlight-color: transparent;
        margin-top: 40px;
    }

    .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
        background: #4fadfe!important;
    }
    .owl-prev {
      left: -35px;
      -webkit-filter: drop-shadow(3px 5px 5px #24242e63);
          filter: drop-shadow(3px 5px 5px #24242e63);
          transition: ease-in-out 0.2s;
    }
    .owl-prev:hover {
        transform: translate(-5px);
        transition: ease-in-out 0.2s;
    }
    .owl-next:hover {
        transform: translate(5px);
        transition: ease-in-out 0.2s;
    }
    .owl-next {
        right: -35px;
        -webkit-filter: drop-shadow(3px 5px 5px #24242e63);
          filter: drop-shadow(3px 5px 5px #24242e63);
          transition: ease-in-out 0.2s;
    }
    .owl-theme .owl-nav [class*=owl-]:hover {
        background: none!important;
        color: #FFF;
        text-decoration: none;
    } 
    .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
        background: 0 0;
        color: inherit;
        border: none;
        padding: 0!important;
        font: inherit;
        width: 60px;
    }


    /*CONTACTS*/
    .contacts_all {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
    }
    .contacts {
        width: 400px;
        background-color: #fff;
        padding: 40px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
    }

    .contacts h3 {
        width: max-content;
        text-align: left;
        margin: 0 auto 30px 0;
    }

    .contacts a,span {
        font-size: 22px;
        font-weight: 600;
        color: #333;
        text-decoration: none;
        line-height: 140%;
    }

    .cont:nth-child(n+2) {
        margin-top: 30px;
    }
    .contacts .button {
        width: 100%;
        margin-top: 40px;
    }
    .mapp {
        width: 690px;
        border-radius: 10px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        overflow: hidden;
    }
    .callback-bt-tel {
        display: none!important;
    }

    .recv {
        width: 600px;
        margin-right: auto;
        
    }
    .bottom_dop {
        margin-top: 50px;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .arroweb {
        text-align: right;
        font-weight: 400;
    }
    .arroweb a {
        font-size: 16px;
        color: #333333;
        text-decoration: none;
    }
    .arroweb p {
        color: #333333;
        display: inline-block;
    }
    .arroweb span {
        transition: all 0.4s;
        color: #118ce2;
        letter-spacing: 0.4px;
        font-size: 16px;
        font-weight: 400;
    }
    .arroweb a:hover span{
        color: #118ce2;
        text-decoration: underline;
        font-size: 16px;
    }

    .social {
        margin-top: 10px;
        margin-bottom: 40px;
    }
    .social p {
        font-size: 20px;
        font-weight: 300;
        
    }
    .social_icon {
        display: flex;
        justify-content: space-between;
        width: 380px;
        margin: 0 auto;
    }
    .soc {
        width: 155px;
        display: flex;
        flex-direction: column;
        text-align: center;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
        color: #333;
    }
    .soc img {
        width: 60px;
        margin-bottom: 10px;
    }

    .soc p {
        font-size: 14px;
    }
    .mobile {
        display: none!important;
    }
    .desctop {
        display: flex!important;
    }
    

    /*TABS*/
	/* Базовый контейнер табов */
	/* стили вкладок (табов) */
	.tabs {
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
		justify-content: space-between;
	}
	.tabs label {
		display: table-cell;
		width: 23%;
		margin: 0 0 -1px;
		padding: 10px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
		font-weight: bold;
		/* text-transform: uppercase; */
		text-align: center;
		vertical-align: middle;
		color: #333;
		background: #e7e7e7;
		border-radius: 5px;
		box-shadow: 0 10px 20px rgb(36 44 51 / 3%);
		margin-top: 20px;
	}
	.tabs label img {
		height: 110px;
	}
	.tabs label p {
		font-weight: 600;
		margin-top: 0px;
		font-size: 14px;
        line-height: 140%;
	}
	/* изменения стиля заголовков вкладок при наведении */
	.tabs label:hover {
		color: #fff;
		cursor: pointer;
		background-image: linear-gradient(to top, #e34951, #d43941);
	}
	/* стили для активной вкладки */
	.tabs input:checked+label {
		color: #fff;
		background-image: linear-gradient(to top, #e34951, #d43941);
	}
	.tabs input:checked+label p {}
	/* активация секций с помощью переключателя :checked */
	#tab1:checked~#content1,
	#tab2:checked~#content2,
	#tab3:checked~#content3,
	#tab4:checked~#content4,
    #tab5:checked~#content5,
	#tab6:checked~#content6,
	#tab7:checked~#content7,
	#tab8:checked~#content8,
	#tab9:checked~#content9,
	#tab10:checked~#content10,
	#tab11:checked~#content11,
	#tab12:checked~#content12,
	#tab13:checked~#content13 {
		display: flex;
        flex-direction: column;
	}
	/* стили секций с содержанием */
	.tabs section {
		display: none;
		width: 100%;
		margin-top: 60px;
		border-radius: 10px;

	}
	.tabs input {
		display: none;
	}
	/*TABS END*/
	.tabs section {
		padding: 0;
        
	}

    .price_all {
        margin-top: 90px;
    }



    .yandex_vidg {
        margin-left: auto;
        margin-right: auto;
        width: 760px!important;
    }


    }
    
    
    @media screen and (max-width:1200px) and (min-width:993px) {

        html {
            min-width: 993px
        }
        body {
            zoom: 80%;
        }
        .callback-bt-tel {
            display: none!important;
        }

            /*NEW 11.04.2022*/

    .main_right {
        width: 400px;
        margin-top: 15px;
        display: flex;
        object-fit: cover;
    }
    .main_right img {
        width: 100%;
        border-radius: 5px;
        height: auto;
        display: flex;
        object-fit: cover;
    }

    .main_plus p {
        line-height: 130%;
    }

    .button_block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .button_block .button {
        width: 47%;
        height: 70px;
    }
    .button_block .button:nth-child(n+3) {
        margin-top: 15px;
    }

    .button_block .button button {
        padding: 0 20px;
        height: 100%;
    }
     /*NEW 11.04.2022*/
    }


    @media screen and (max-width:992px) and (min-width:700px) {
        * {
            margin: 0;
            padding: 0;
            outline: 0 !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        
        }
        html {
            min-width: 700px;
            line-height: 145%;
            overflow-x: hidden;
        }
        *:before, *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        body {
            color: #333333;
            font-family: 'Manrope', sans-serif!important;
            -webkit-overflow-scrolling: touch;
            font-weight: 300;
            font-style: normal;
            -webkit-text-size-adjust: 100%;
            overflow: hidden;
        }
        .container {
            max-width: 700px;
            min-width: 700px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .container2 {
            max-width: 700px;
            width: 100%;
            min-width: 700px;
            margin: 0 auto;
            padding: 0 20px;
           
        }
        .cd-auto-hide-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100px;
            transition: transform .5s;
            z-index: 30;
            display: flex;
            align-items: center;
          }
          .cd-auto-hide-header.is-hidden {
            transform: translateY(0%);
          }
          .animate {
            background-color: #fff;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
          }
        section {
            padding: 70px 0;
        }
        header {
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0.95) 95%, rgba(255, 255, 255, 1) 100%), url(../img/bg1.jpg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center center;
            position: relative;
        }
            .bg2 {
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%), url(../img/bg2.jpg);
            -webkit-background-size: contain;
            background-size: contain;
            background-position: center center;
            position: relative;
        }
        
        h3 {
            font-size: 32px;
            font-weight: 600;
            text-align: center;
            line-height: 140%;
            width: 600px;
            margin: 0 auto 40px auto;
        }
        h3 small {
            font-weight: 300;
            display: block;
            font-size: 22px;
            margin-top: 12px;
        }
    
        .button {
            cursor: pointer;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            z-index: 10;
            width: 360px;
        
        }
        .button button {
            padding: 25px 5px;
            background-image: linear-gradient(to top, #e34951, #d43941);
            font-family: 'Manrope', sans-serif!important;
            border-radius: 10px;
            cursor: pointer;
            border: none;
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            transition: background 0.2s ease;
            box-shadow: 0 -4px #9a1e25 inset;
            width: 100%;
            transition: 0.3s;
        }
        .button button p {
            position: relative;
            z-index: 1;
        }
     
        .button button:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            background-image: linear-gradient(to top, #d43941, #e34951);
            box-shadow: 0 -4px #9a1e25 inset;
            opacity: 0;
            transition: 0.3s;
          }
          .button button:hover:before {
            opacity: 1;
          }
    
    
          /*MENU*/
          .menu {
              display: flex;
              align-items: flex-start;
              justify-content: space-between;
              flex-wrap: wrap;
          }
          .nav {
            font-size: 14px;
            margin-left: auto;
            margin-right: auto;

            order: 0;
            width: 100%;
            text-align: center;
            margin-bottom: 5px;
        }

        .nav a {
            color: #333;
        }
          .menu p {
              font-size: 14px;
          }
    
          .logo img {
              width: 190px;
          }
          .logo p {
              margin-top: -2px;
              font-size: 12px;
          }
          .logo {
            order: 1;
          }
    
          .guarantee {
              display: flex;
              align-items: center;
              margin-left: 60px;
              display: none;
              order: 2;
          }
          .guarantee img {
              width: 50px;
          }
          .guarantee p {
              width: 130px;
              margin-left: 15px;
          }
    
          .menu_social {
            margin-left: 55px;
            margin-right: auto;
            order: 3;
        }
        .menu_social_icon {
          display: flex;
          justify-content: space-around;
          width: 90%;
          margin: 3px auto 0 auto;
      }
      .menu_social p::before {
        content: '●';
        margin-right: 5px;
        color: #7ecd3e;
        width: 3px;
        height: 3px;
        position: absolute;
        left: -17px;
    }
    .menu_social p a {
        color: #333;
        text-decoration: none;
    }
    .menu_social p {
        position: relative;
    }
      .menu_social a {
          width: 25px;
          height: 25px;
      }
    
      .menu_social a img {
          width: inherit;
      }
      .tel {
          text-align: right;
          order: 4;
      }
      .tel a {
          font-size: 24px;
          color: #333;
          text-decoration: none;
          font-weight: 600;
          display: block;
          margin-top: 3px;
      }
    
      /*MAIN*/
        .main {
            padding-top: 160px;
            display: flex;
            justify-content: space-between;
            padding-bottom: 80px;
            flex-direction: column;
        }
        .main_left {
            width: 100%;
            order: 1;
            display: flex;
            flex-direction: column;
        }

                    /*NEW 11.04.2022*/

    .main_right {
        width: 100%;
        margin-top: 40px;
        display: flex;
        object-fit: cover;
        order: 4;
    }

    .video_main {
        width: 100%;
        height: 200px;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
    }
    .main_right img {
        width: 100%;
        border-radius: 5px;
        height: 500px;
        display: flex;
        object-fit: cover;
    }

    .button_block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 50px;
        order: 4;
    }

    .button_block .button {
        width: 47%;
        height: 70px;
    }
    .button_block .button:nth-child(n+3) {
        margin-top: 15px;
    }

    .button_block .button button {
        padding: 0 20px;
        height: 100%;
    }
     /*NEW 11.04.2022*/

     .mobile {
        display: flex!important;
    }
    .desctop {
        display: none!important;
    }
    
    
        h1 {
            font-size: 42px;
            font-weight: 600;
            line-height: 120%;
            color: #b83224;
            margin-bottom: 20px;
            order: 0;
            text-align: center;
        }
        .h1_dop p {
            font-size: 36px;
            font-weight: 300;
            order: 2;
            text-align: center;
        }
    
        .main_plusi {
            display: flex;
            justify-content: space-between;
            width: 680px;
            margin-top: 70px;
            flex-wrap: wrap;
            order: 4;
        }
        .main_plus {
            display: flex;
            align-items: flex-start;
            width: 305px;
        }

        .main_plusi > .main_plus:nth-child(n+3) {
            margin-top: 45px;
        }

        .main_plus img {
            width: 50px;
            margin-right: 15px;
        }
        .main_plus p {
           
        }
    
    
        .forma {
            width: 360px;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
            transform-style: preserve-3d;
            position: relative;
            background-color: #fff;
            z-index: 1;
            border-radius: 10px;
            margin: 120px auto 0 auto;
            padding: 10px;
            order: 3;
        }
    
        .form_in {
            border-radius: 10px;
            padding: 40px;
            background-color: #fff;
            border: 1px solid #b83224;
            box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
        }
        .form-top {
            position: absolute;
            right: -50px;
            top: -50px;
            width: 180px;
            z-index: -1;
        }
    
        .form-bot{
            position: absolute;
            left: -50px;
            bottom: -50px;
            width: 80px;
            z-index: 2;
            transform: rotate(-30deg);
        }
    
    
        .forma h4 {
            text-align: center;
            font-size: 18px;
        }
        .form_in > p {
            text-align: center;
            font-size: 14px;
            margin-top: 10px;
        }
    
        .forma .button {
            width: 100%;
            margin-top: 25px;
        }
    
        .forma form {
            margin-top: 0px;
        }
    
        .forma form textarea {
            max-height: 130px;
            min-height: 130px;
            padding: 20px;
            font-size: 16px;
            border-radius: 5px;
            border: none;
            background-color: #fefefe;
            box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
            font-family: 'Manrope', sans-serif!important;
            font-weight: 400;
            color: #777777;
            z-index: 10;
            max-width: 100%;
            margin-top: 20px;
            min-width: 100%;
            line-height: 140%;
            }
    
        
    
    
        .forma form input {
            padding: 20px;
            font-size: 16px;
            border-radius: 5px;
            border: none;
            background-color: #fefefe;
            box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
            font-family: 'Manrope', sans-serif!important;
            font-weight: 400;
            color: #777777;
            z-index: 10;
            width: 100%;
        }
        
    
        input::placeholder {
            color: #c5c5c5!important;
        }
        textarea::placeholder {
            color: #c5c5c5!important;
            font-size: 14px;
        }
    
        .forma_modal.forma form input {
            padding: 25px 20px!important;
        }
        
        .forma form input:focus {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
        }
        .forma form input:hover {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
        }
        .forma form textarea:focus {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
        }
        .forma form textarea:hover {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
        }



    
        /*BLOCK2*/
    
        .block2 {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            
        }
        .block2_left {
            width: 400px;
        }
    
        .block2_left h4 {
            font-size: 28px;
            line-height: 140%;
        }

        .block2_img {
            width: 100%;
            height: 100%;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
        }
        .block2_img img {
            display: flex;
            object-fit: cover;
            width: 100%;
        }
    
        .block2_left > p {
            margin-top: 35px;
            font-size: 16px;
            line-height: 180%;
            width: 100%;
        }
    
        .block2_left .button {
            margin-top: 45px;
        }
    
        .block2_right {
            width: 180px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    
        .block2_right_img {
            width: 100%;
            height: 100px;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        .block2_right_img:nth-child(n+2) {
            margin-top: 20px;
        }
    
        .block2_right_img img{
            display: flex;
            object-fit: cover;
            width: 100%;
        }
    
        /*ASTRA*/
        .block2_astra {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            flex-direction: column;
            
        }
        .block2_left_astra {
            width: 100%;
            order: 2;
        }
    
        .block2_left_astra h4 {
            font-size: 28px;
            line-height: 140%;
        }
    
        .block2_left_astra > p {
            margin-top: 30px;
            font-size: 16px;
            line-height: 180%;
            width: 100%;
        }
    
        .block2_left_astra .button {
            margin-top: 45px;
        }
    
        .block2_right_astra {
            width: 100%;
            height: 400px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            position: relative;
            flex-direction: column;
            margin-bottom: 50px;
        }
        .video {
            width: 100%;
            height: 120px;
            position: relative;
            bottom: 0px;
            right: 0;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        .name {
            position: relative;
            text-align: center;
            top: 0px;
            right: 0;
            transform: rotate(0deg);
        }
        .name p {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        .name small {
            font-size: 13px;
        }
        .block2_right_astra_img {
            width: 100%;
            height: 320px;
            display: flex;
            object-fit: cover;
            margin-left: auto;
            margin-right: 0;
            overflow: hidden;
            border-radius: 10px;
        }
        .block2_right_astra_img img{
            width: 100%;
            display: flex;
            object-fit: cover;
        }
        .block2_right_astra img {
            width: 100%;
        }
    
        .block2_right_img_astra {
            width: 46%;
            height: 180px;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        .block2_right_img_astra:nth-child(n+3) {
            margin-top: 40px;
        }
    
        .block2_right_img_astra img{
            display: flex;
            object-fit: cover;
            width: 100%;
        }
    
    
        /*BLOCK3*/
        .block3 {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .block3_left {
            width: 46%;
            border-radius: 10px;
        }
        .block3_left:nth-child(n+2) {
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            padding: 30px;
        }
        .block3_left:nth-child(n+2) {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
        }
        .block3_left:last-child {
            margin-top: 20px;
        }
        .block3_left:nth-child(n+2) b{
            font-size: 20px;
            display: block;
            margin-bottom: 10px;
         }
        .block3_left:nth-child(n+2) p{
           font-size: 14px;
        }
    
        .block3_left h4 {
            font-size: 27px;
            line-height: 140%;
        }
        .block3_left .button {
            width: 100%;
        }
        .work_time {
            margin: 20px 0;
        }
        .work_time p:nth-child(n+2) {
            margin-top: 5px;
        }
    
        .block3_left u {
            display: block;
            margin-bottom: 30px;
            font-size: 14px;
        }
    
        .map {
            width: 100%;
            height: 170px;
            margin-top: 15px;
    
        }
        /*BLOCK4*/
        .block4 {
            display: flex;
            justify-content: space-between;
            margin-top: 0px;
        }
        .block4_img {
            width: 17%;
            height: 70px;
            object-fit: contain;
            display: flex;
        }
        .block4_img img {
            width: 100%;
            object-fit: contain;
            display: flex;
        }
    
    
        /*CENI*/
    
        .ceni {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    
        .cena {
            width: 46%;
            display: flex;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            flex-direction: column;
        }
    
        .cena:nth-child(n+3) {
            margin-top: 30px;
        }
    
        .cena_img {
            width: 100%;
            height: 220px;
            display: flex;
            object-fit: cover;
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 10px;
        }
    
        .cena_img img {
            width: 100%;
            display: flex;
            object-fit: cover;
        }
    
        .cena_text {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-left: 0px;
        }

        .cena_text p {
            margin-top: 10px;
        }
    
    
        /*MOTORI*/
        .motori {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: flex-start;
        }
    
        .motor {
            width: 46%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 25px;
            background-color: #fff;
            border-radius: 10px;
        }
    
        .motor:nth-child(n+3) {
            margin-top: 55px;
        }
        .motor_img {
            width: 100%;
        }
    
        .motor b {
            font-size: 20px;
        }
    
        .motor > p {
            margin: 10px 0 25px 0;
            color: #6c6c6c;
        }
    
        .motor_img img {
            width: 100%;
        }
    
        .motor .button {
            width: 100%;
        }
    
    
    
        /*DOSTAVKA*/
        .block_dostavka {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            
        }
        .block_dostavka_left {
            width: 400px;
        }
    
        .block_dostavka_left h4 {
            font-size: 28px;
            line-height: 140%;
        }
    
        .block_dostavka_left > p {
            margin-top: 35px;
            font-size: 16px;
            line-height: 180%;
            width: 100%;
        }
    
        .block_dostavka_right {
            width: 220px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
        }
    
        .block_dostavka_right img {
            width: 100%;
            display: flex;
            object-fit: cover;
        }
    
        .block_dostavka_right_img {
            width: 46%;
            height: 180px;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        .block_dostavka_right_img:nth-child(n+3) {
            margin-top: 40px;
        }
    
        .block_dostavka_right_img img{
            display: flex;
            object-fit: cover;
            width: 100%;
        }
    
        .block_dostavka_left .button {
            margin-top: 40px;
            width: 100%;
        }
    
        /*OTZIVI*/
    
        .owl-next, .owl-prev {
            width: 22px;
            height: 40px;
            margin-top: -20px;
            position: absolute;
            top: 40%;
        }
        .owl-theme .owl-dots, .owl-theme .owl-nav {
            text-align: center;
            -webkit-tap-highlight-color: transparent;
            margin-top: 40px;
        }
    
        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #4fadfe!important;
        }
        .owl-prev {
          left: -35px;
          -webkit-filter: drop-shadow(3px 5px 5px #24242e63);
              filter: drop-shadow(3px 5px 5px #24242e63);
              transition: ease-in-out 0.2s;
        }
        .owl-prev:hover {
            transform: translate(-5px);
            transition: ease-in-out 0.2s;
        }
        .owl-next:hover {
            transform: translate(5px);
            transition: ease-in-out 0.2s;
        }
        .owl-next {
            right: -35px;
            -webkit-filter: drop-shadow(3px 5px 5px #24242e63);
              filter: drop-shadow(3px 5px 5px #24242e63);
              transition: ease-in-out 0.2s;
        }
        .owl-theme .owl-nav [class*=owl-]:hover {
            background: none!important;
            color: #FFF;
            text-decoration: none;
        } 
        .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0!important;
            font: inherit;
            width: 60px;
        }
    
    
        /*CONTACTS*/
        .contacts_all {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
        }
        .contacts {
            width: 400px;
            background-color: #fff;
            padding: 40px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
    
        .contacts h3 {
            width: max-content;
            text-align: left;
            margin: 0 auto 30px 0;
        }
    
        .contacts a,span {
            font-size: 22px;
            font-weight: 600;
            color: #333;
            text-decoration: none;
            line-height: 140%;
        }
    
        .cont:nth-child(n+2) {
            margin-top: 30px;
        }
        .contacts .button {
            width: 100%;
            margin-top: 40px;
        }
        .mapp {
            width: 690px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }
        .main .forma {
            margin-top: 80px;
        }
        .main_plusi2 .main_plus:nth-child(n+3) {
            margin-top: 55px!important;
        }

        .motori_remont .motor b {
            width: 260px;
            line-height: 145%;
            font-size: 16px;
        }

        .block_dostavka_right_remont {
            flex-direction: column;
            position: relative;
        }
        .block_dostavka_right_remont img {
            height: 180px;
            border-radius: 10px;
            width: 100%;
            overflow: hidden;
        }
        .block_dostavka_right_remont img:first-child {
            position: relative;
            right: 0;
            top: 0;
            width: 100%;
            height: 180px;
        }
        .block_dostavka_right_remont img:nth-child(2) {
            position: relative;
            left: 0;
            bottom: 0;
            width: 100%;
        }
        .block_dostavka_right_remont img:nth-child(3) {
            position: relative;
            right: 0;
            bottom: 0;
            width: 100%;
        }
    

        .yandex_vidg {
            margin-left: auto;
            margin-right: auto;
            width: 660px!important;
        }

    }


    @media screen and (max-width:700px) { 
        * {
            margin: 0;
            padding: 0;
            outline: 0 !important;
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        
        }
        html {
            min-width: 320px;
            line-height: 145%;
            overflow-x: hidden;
        }
        *:before, *:after {
            -webkit-box-sizing: border-box;
            -moz-box-sizing: border-box;
            box-sizing: border-box;
        }
        body {
            color: #333333;
            font-family: 'Manrope', sans-serif!important;
            -webkit-overflow-scrolling: touch;
            font-weight: 300;
            font-style: normal;
            -webkit-text-size-adjust: 100%;
            overflow: hidden;
        }
        .container {
            max-width: 400px;
            min-width: 320px;
            margin: 0 auto;
            padding: 0 20px;
        }
        .container2 {
            max-width: 400px;
            width: 100%;
            min-width: 320px;
            margin: 0 auto;
            padding: 0 20px;
           
        }
        .cd-auto-hide-header {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            transition: transform .5s;
            z-index: 30;
            display: flex;
            align-items: center;
          }
          .cd-auto-hide-header.is-hidden {
            transform: translateY(0%);
          }
          .animate {
            background-color: #fff;
            box-shadow: 0 4px 10px rgba(0,0,0,0.05);
          }
        section {
            padding: 70px 0;
        }
        header {
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 85%, rgba(255, 255, 255, 0.95) 95%, rgba(255, 255, 255, 1) 100%), url(../img/bg1.jpg);
            -webkit-background-size: cover;
            background-size: cover;
            background-position: center center;
            position: relative;
        }
            .bg2 {
            background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0.75) 20%, rgba(255, 255, 255, 0.75) 80%, rgba(255, 255, 255, 0.75) 100%), url(../img/bg2.jpg);
            -webkit-background-size: contain;
            background-size: contain;
            background-position: center center;
            position: relative;
        }
        
        h3 {
            font-size: 24px;
            font-weight: 600;
            text-align: center;
            line-height: 140%;
            width: 100%;
            margin: 0 auto 40px auto;
        }
        h3 small {
            font-weight: 300;
            display: block;
            font-size: 16px;
            margin-top: 12px;
        }
    
        .button {
            cursor: pointer;
            border-radius: 10px;
            position: relative;
            overflow: hidden;
            cursor: pointer;
            z-index: 10;
            width: 100%;
        
        }
        .button-line:after {
            content: "";
            display: block;
            width: 30px;
            height: 300px;
            margin-left: 60px;
            background: #fff;
            opacity: 0.3;
            position: absolute;
            left: -40px;
            top: -150px;
            z-index: 1;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            -webkit-animation-name: slideme;
            animation-name: slideme;
            -webkit-animation-duration: 3s;
            animation-duration: 3s;
            -webkit-animation-delay: 0.04s;
            animation-delay: 0.04s;
            -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
            -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
        }
        @-webkit-keyframes slideme {
            0% {
                left: -30px;
                margin-left: 0px;
            }
            30% {
                left: 110%;
                margin-left: 80px;
            }
            100% {
                left: 110%;
                margin-left: 80px;
            }
        }
        .button button {
            padding: 25px 5px;
            background-image: linear-gradient(to top, #e34951, #d43941);
            font-family: 'Manrope', sans-serif!important;
            border-radius: 10px;
            cursor: pointer;
            border: none;
            color: #fff;
            font-size: 18px;
            font-weight: 500;
            transition: background 0.2s ease;
            box-shadow: 0 -4px #9a1e25 inset;
            width: 100%;
            transition: 0.3s;
        }
        .button button p {
            position: relative;
            z-index: 1;
        }
     
        .button button:before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            border-radius: 5px;
            background-image: linear-gradient(to top, #d43941, #e34951);
            box-shadow: 0 -4px #9a1e25 inset;
            opacity: 0;
            transition: 0.3s;
          }
          .button button:hover:before {
            opacity: 1;
          }
    
    
          /*MENU*/
          .menu {
              display: flex;
              align-items: center;
              justify-content: space-between;
              flex-wrap: wrap;
          }
          .menu p {
              font-size: 12px;
          }

          .nav {
              margin-top: -8px;
            font-size: 13px;
            margin-left: auto;
            margin-right: auto;
            color: #333;
            order: 3;
            width: 100%;
            text-align: center;
            margin-bottom: 0px;
            display: flex;
            justify-content: space-around;
            margin-top: 5px;
            border-top: 1px solid #cbcbcb;
            border-bottom: 1px solid #cbcbcb;
        }

  
        .nav a {
          color: #333;
          width: 50%;
          text-align: center;
          text-decoration: none;
          padding: 1px 0;
        }
        .logo {
            order: 1;
        }
    
          .logo img {
              width: 80px;
              margin-top: 4px;
          }
          .logo p {
              margin-top: -2px;
              font-size: 10px;
              display: none;
          }
          .logo {
              display: flex;
              align-items: center;
          }
          .logo_desc {
              display: none;
          }

          .logo_mob {
              display: block!important;
          }

          .block_dostavka_right_remont {
            flex-direction: column;
            position: relative;
            height: auto!important;
        }
        .block_dostavka_right_remont img {
            height: 180px;
            border-radius: 10px;
            width: 100%;
            overflow: hidden;
        }
        .block_dostavka_right_remont img:first-child {
            position: relative;
            right: 0;
            top: 0;
            width: 100%;
            height: 180px;
        }
        .block_dostavka_right_remont img:nth-child(2) {
            position: relative;
            left: 0;
            bottom: 0;
            width: 100%;
        }
        .block_dostavka_right_remont img:nth-child(3) {
            position: relative;
            right: 0;
            bottom: 0;
            width: 100%;
        }
        .block_dostavka_right_remont img:nth-child(n+2) {
            margin-top: 15px;
        }
    
          .guarantee {
              display: flex;
              align-items: center;
              margin-left: 60px;
              display: none;
          }
          .guarantee img {
              width: 50px;
          }
          .guarantee p {
              width: 130px;
              margin-left: 15px;
          }
    
          .menu_social {
            margin-left: 55px;
            margin-right: auto;
            display: none;
        }
        .menu_social_icon {
          display: flex;
          justify-content: space-around;
          width: 70%;
          margin: 3px auto 0 auto;
      }
      .menu_social p::before {
        content: '●';
        margin-right: 5px;
        color: #7ecd3e;
        width: 3px;
        height: 3px;
        position: absolute;
        left: -17px;
    }
    .menu_social p a {
        color: #333;
        text-decoration: none;
    }
    .menu_social p {
        position: relative;
        margin-bottom: 6px;
    }
      .menu_social a {
          width: 30px;
          height: 30px;
      }
    
      .menu_social a img {
          width: inherit;
      }
      
      .tel {
          text-align: right;
          order: 2;
      }
      .tel a {
          font-size: 20px;
          color: #333;
          text-decoration: none;
          font-weight: 600;
          display: block;
          margin-top: -4px;
      }
    
      /*MAIN*/
        .main {
            padding-top: 130px;
            display: flex;
            justify-content: space-between;
            padding-bottom: 0px;
            flex-direction: column;
        }
        .main_left {
            width: 100%;
        }

                            /*NEW 11.04.2022*/

    .main_right {
        width: 100%;
        margin-top: 40px;
        display: flex;
        object-fit: cover;
        order: 4;
        flex-direction: column;
    }
    .video_main {
        width: 100%;
        height: 200px;
        border-radius: 5px;
        overflow: hidden;
        margin-top: 20px;
    }
    .main_right img {
        width: 100%;
        border-radius: 5px;
        height: 350px;
        display: flex;
        object-fit: cover;
    }

    .button_block {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        margin-top: 40px;
        order: 4;
    }

    .button_block .button {
        width: 100%;
        height: 70px;
    }
    .button_block .button:nth-child(n+2) {
        margin-top: 15px;
    }

    .button_block .button button {
        padding: 0 20px;
        height: 100%;
    }
    .main_plus_remont {
        margin-top: 40px!important;
    }

    .main_plus_remont .main_plus:nth-child(n+3) {
        margin-top: 30px;
    }

    .mobile {
        display: flex!important;
    }
    .desctop {
        display: none!important;
    }
     /*NEW 11.04.2022*/
    
        h1 {
            font-size: 26px;
            font-weight: 600;
            line-height: 120%;
            color: #b83224;
            margin-bottom: 20px;
            text-align: center;

        }
        .h1_dop p {
            font-size: 19px;
            font-weight: 300;
            text-align: center;
        }
    
        .main_plusi {
            display: flex;
            justify-content: space-between;
            width: 100%;
            margin-top: 70px;
            flex-wrap: wrap;
            order: 4;
        }
        .main_plus {
            display: flex;
            align-items: flex-start;
            width: 100%;
            margin: 0 auto;
        }
        .main_plus:nth-child(n+2) {
            margin-top: 45px;
        }
        .main_plus img {
            width: 50px;
            margin-right: 10px;
        }
        .main_plus p {
           width: 100%;
        }
    
    
        .forma {
            width: 100%;
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.07);
            transform-style: preserve-3d;
            position: relative;
            background-color: #fff;
            z-index: 1;
            border-radius: 10px;
            margin: 70px auto 0 auto;
            padding: 7px;
            order: 3;
        }
    
        .form_in {
            border-radius: 10px;
            padding: 20px;
            background-color: #fff;
            border: 1px solid #b83224;
            box-shadow: 0 0px 20px rgba(0, 0, 0, 0.15);
        }
        .form-top {
            position: absolute;
            right: -50px;
            top: -50px;
            width: 180px;
            z-index: -1;
        }
    
        .form-bot{
            position: absolute;
            left: -50px;
            bottom: -50px;
            width: 80px;
            z-index: 2;
            transform: rotate(-30deg);
        }
    
    
        .forma h4 {
            text-align: center;
            font-size: 18px;
        }
        .form_in > p {
            text-align: center;
            font-size: 14px;
            margin-top: 10px;
            line-height: 135%;
        }
    
        .forma .button {
            width: 100%;
            margin-top: 15px;
        }
    
        .forma form {
            margin-top: 0px;
        }
    
        .forma form textarea {
            max-height: 100px;
            min-height: 100px;
            padding: 15px 20px;
            font-size: 16px;
            border-radius: 5px;
            border: none;
            background-color: #fefefe;
            box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
            font-family: 'Manrope', sans-serif!important;
            font-weight: 400;
            color: #777777;
            z-index: 10;
            margin-top: 20px;
            max-width: 100%;
            min-width: 100%;
            line-height: 140%;
            }
    
        
    
    
        .forma form input {
            padding: 20px;
            font-size: 16px;
            border-radius: 5px;
            border: none;
            background-color: #fefefe;
            box-shadow: inset 0px 0px 15px rgba(0,0,0,0.1);
            font-family: 'Manrope', sans-serif!important;
            font-weight: 400;
            color: #777777;
            z-index: 10;
            width: 100%;
        }
        .forma form input:nth-child(n+2) {
            margin-top: 9px;
        }
    
        input::placeholder {
            color: #c5c5c5!important;
        }
        textarea::placeholder {
            color: #c5c5c5!important;
            font-size: 14px;
        }
    
        .forma_modal.forma form input {
            padding: 25px 20px!important;
        }
        
        .forma form input:focus {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
        }
        .forma form input:hover {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
        }
        .forma form textarea:focus {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
        }
        .forma form textarea:hover {
            box-shadow: inset 0px 0px 20px rgba(95, 116, 164,0.2);
        }


         /*TEHNIKA*/
         .texnika_all {
            position: relative;
            z-index: 2;
            margin-top: 50px;
            display: flex;
            flex-wrap: wrap;
            transition: all 0.3s ease;
        }
  
        .tehnika {
            background-color: #fff;
            height: 100px;
            position: relative;
            width: 33%;
            border-radius: 10px;
            transform: skew(-5deg);
            /* -webkit-transform: skew(-20deg);
              -moz-transform: skew(-20deg);
              -o-transform: skew(-20deg); */
              overflow: hidden;
              box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
              cursor: pointer;
              transition: all  0.3s ease;
        }
  
        .tehnika_dvigatel {
          background-color: #fff;
          height: 190px;
          padding: 0 20px;
          position: relative;
          width: 95%;
          border-radius: 10px;
          transform: skew(-5deg);
          /* -webkit-transform: skew(-20deg);
            -moz-transform: skew(-20deg);
            -o-transform: skew(-20deg); */
            overflow: hidden;
            box-shadow: 0 10px 20px rgb(0 0 0 / 8%);
            cursor: pointer;
            transition: all  0.3s ease;
      }
  
      
  
        .tehnika:hover {
            /* background: #1f2944; */
            position: relative;
            /* top: -10px; */
            /* color: #fff; */
            transition: all 0.3s ease;
        }
  
        .tehnika:nth-child(n+2){
            margin-left: -5px;
        }
        .tehnika:nth-child(n+4) {
            margin-top: 20px;
        }
  
        .tehnika p {
            text-align: center;
            padding-top: 10px;
            font-size: 14px;
            font-weight: 700;
        }
        .tehnika img {
            position: absolute;
            bottom: 0px;
            right: -10px;
            width: 90px;
        }
  
        .tehnika_dvigatel img {
          width: 85%;
          margin-left: auto;
          margin-right: auto;
          position: relative;
          display: block;
          margin-top: -35px;
      }

        /*TEHNIKA_END*/
    
        /*BLOCK2*/
    
        .block2 {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            flex-direction: column;
            
        }
        .block2_left {
            width: 100%;
            order: 2;
        }
    
        .block2_left h4 {
            font-size: 24px;
            line-height: 140%;
        }
    
        .block2_left > p {
            margin-top: 20px;
            font-size: 16px;
            line-height: 180%;
            width: 100%;
        }
    
        .block2_left .button {
            margin-top: 45px;
        }
    
        .block2_right {
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            order: 1;
            margin-bottom: 40px;
        }
    
        .block2_right_img {
            width: 47%;
            height: 100px;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        .block2_right_img:nth-child(n+3) {
            margin-top: 20px;
        }
    
        .block2_right_img img{
            display: flex;
            object-fit: cover;
            width: 100%;
        }

        .block2_img {
            width: 100%;
            height: 250px;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            position: relative;
        }

        .block2_img img {
            object-fit: cover;
            overflow: hidden;
            position: absolute;
            top: -75px;
        }

        .block2_img:nth-child(n+2) {
            margin-top: 15px;
        }

        .motori_remont .motor b {
            width: 100%;
            line-height: 145%;
            font-size: 16px;
            text-align: center;
            margin-left: auto;
            margin-right: auto;
            display: block;
        }
        .motori_remont .motor p {
            text-align: center;
        }
    
        /*ASTRA*/
        .block2_astra {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            flex-direction: column;
            
        }
        .block2_left_astra {
            width: 100%;
            order: 2;
            margin-top: 50px;
        }
    
        .block2_left_astra h4 {
            font-size: 24px;
            line-height: 140%;
        }
    
        .block2_left_astra > p {
            margin-top: 20px;
            font-size: 16px;
            line-height: 180%;
            width: 100%;
        }
    
        .block2_left_astra .button {
            margin-top: 45px;
            width: 100%;
        }
    
        .block2_right_astra {
            width: 100%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            position: relative;
            flex-direction: column;
            order: 1;
        }
        .video {
            width: 100%;
            height: 185px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
        }
        .name {
            position: absolute;
            text-align: center;
            top: 90px;
            right: -80px;
            transform: rotate(-90deg);
        }
        .name p {
            font-size: 26px;
            font-weight: 600;
            margin-bottom: 5px;
        }
        .name small {
            font-size: 13px;
        }
        .block2_right_astra_img {
            width: 75%;
            height: 320px;
            display: flex;
            object-fit: cover;
            margin-right: auto;
            margin-left: 0;
            overflow: hidden;
            border-radius: 10px;
        }
        .block2_right_astra_img img{
            width: 100%;
            display: flex;
            object-fit: cover;
        }
        .block2_right_astra img {
            width: 100%;
        }
    
        .block2_right_img_astra {
            width: 46%;
            height: 180px;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        .block2_right_img_astra:nth-child(n+3) {
            margin-top: 40px;
        }
    
        .block2_right_img_astra img{
            display: flex;
            object-fit: cover;
            width: 100%;
        }
    
    
        /*BLOCK3*/
        .block3 {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
        .block3_left {
            width: 100%;
            border-radius: 10px;
        }

        .remont_map {
            margin-top: 30px!important;
        }
        .block3_left:nth-child(n+2) {
            box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
            padding: 25px;
        }
        .block3_left:nth-child(n+2) {
            display: flex;
            justify-content: space-between;
            flex-direction: column;
            margin-top: 20px;
        }
        /* .block3_left:last-child {
            
        } */
        .block3_left:nth-child(n+2) b{
            font-size: 20px;
            display: block;
            margin-bottom: 10px;
         }
        .block3_left:nth-child(n+2) p{
           font-size: 14px;
        }
    
        .block3_left h4 {
            font-size: 24px;
            line-height: 140%;
        }
        .block3_left .button {
            width: 100%;
        }
        .work_time {
            margin: 20px 0;
        }
        .work_time p:nth-child(n+2) {
            margin-top: 5px;
        }
    
        .block3_left u {
            display: block;
            margin-bottom: 30px;
            font-size: 14px;
        }
    
        .map {
            width: 100%;
            height: 170px;
            margin-top: 15px;
    
        }
        /*BLOCK4*/
        .block4 {
            display: flex;
            justify-content: space-between;
            margin-top: 0px;
            flex-wrap: wrap;
        }
        .block4_img {
            width: 27%;
            height: 70px;
            object-fit: contain;
            display: flex;
        }
        .block4_img img {
            width: 100%;
            object-fit: contain;
            display: flex;
        }
    
    
        /*CENI*/
    
        .ceni {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
        }
    
        .cena {
            width: 100%;
            display: flex;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 20px;
            background-color: #fff;
            border-radius: 10px;
            flex-direction: column;
        }
    
        .cena:nth-child(n+2) {
            margin-top: 30px;
        }
    
        .cena_img {
            width: 100%;
            height: 220px;
            display: flex;
            object-fit: cover;
            border-radius: 5px;
            overflow: hidden;
            margin-bottom: 10px;
        }
    
        .cena_img img {
            width: 100%;
            display: flex;
            object-fit: cover;
        }
    
        .cena_text {
            width: 100%;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            margin-left: 0px;
        }

        .cena_text p {
            margin-top: 15px;
        }
    
    
        /*MOTORI*/
        .motori {
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: flex-start;
        }
    
        .motor {
            width: 100%;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            padding: 25px;
            background-color: #fff;
            border-radius: 10px;
        }
    
        .motor:nth-child(n+2) {
            margin-top: 15px;
        }
        .motor_img {
            width: 100%;
        }
    
        .motor b {
            font-size: 20px;
        }
    
        .motor > p {
            margin: 10px 0 25px 0;
            color: #6c6c6c;
        }
    
        .motor_img img {
            width: 100%;
        }
    
        .motor .button {
            width: 100%;
        }
    
    
    
        /*DOSTAVKA*/
        .block_dostavka {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            flex-direction: column;
            
        }
        .block_dostavka_left {
            width: 100%;
        }
    
        .block_dostavka_left h4 {
            font-size: 24px;
            line-height: 140%;
        }
    
        .block_dostavka_left > p {
            margin-top: 20px;
            font-size: 16px;
            line-height: 180%;
            width: 100%;
        }
    
        .block_dostavka_right {
            width: 100%;
            height: 207px;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            margin-bottom: 30px;
        }
    
        .block_dostavka_right img {
            width: 100%;
            display: flex;
            object-fit: cover;
        }
    
        .block_dostavka_right_img {
            width: 46%;
            height: 180px;
            display: flex;
            object-fit: cover;
            border-radius: 10px;
            overflow: hidden;
            box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
        }
        .block_dostavka_right_img:nth-child(n+3) {
            margin-top: 40px;
        }
    
        .block_dostavka_right_img img{
            display: flex;
            object-fit: cover;
            width: 100%;
        }
    
        .block_dostavka_left .button {
            margin-top: 40px;
            width: 100%;
        }
    
        /*OTZIVI*/
    
        .owl-next, .owl-prev {
            width: 20px;
            height: 40px;
            margin-top: -20px;
            position: absolute;
            top: 30%;
        }
        .owl-theme .owl-dots, .owl-theme .owl-nav {
            text-align: center;
            -webkit-tap-highlight-color: transparent;
            margin-top: 0px;
        }
    
        .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
            background: #4fadfe!important;
        }
        .owl-prev {
          left: -25px;
          -webkit-filter: drop-shadow(3px 5px 5px #24242e63);
              filter: drop-shadow(3px 5px 5px #24242e63);
              transition: ease-in-out 0.2s;
        }
        .owl-prev:hover {
            transform: translate(-5px);
            transition: ease-in-out 0.2s;
        }
        .owl-next:hover {
            transform: translate(5px);
            transition: ease-in-out 0.2s;
        }
        .owl-theme .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            margin: 5px 7px;
            background: #D6D6D6;
            display: block;
            -webkit-backface-visibility: visible;
            transition: opacity .2s ease;
            border-radius: 30px;
            margin: 0 auto!important;
        }
        .owl-next {
            right: -25px;
            -webkit-filter: drop-shadow(3px 5px 5px #24242e63);
              filter: drop-shadow(3px 5px 5px #24242e63);
              transition: ease-in-out 0.2s;
        }
        .owl-theme .owl-nav [class*=owl-]:hover {
            background: none!important;
            color: #FFF;
            text-decoration: none;
        } 
        .owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot {
            background: 0 0;
            color: inherit;
            border: none;
            padding: 0!important;
            font: inherit;
            width: 40px;
        }
    
    
        /*CONTACTS*/
        .contacts_all {
            display: flex;
            justify-content: space-between;
            align-items: stretch;
            flex-direction: column;
        }
        .contacts {
            width: 100%;
            background-color: #fff;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
        }
    
        .contacts h3 {
            width: max-content;
            text-align: left;
            margin: 0 auto 30px 0;
        }
        .contacts p {
            font-size: 14px;
        }
        .contacts a,span {
            font-size: 16px;
            font-weight: 600;
            color: #333;
            text-decoration: none;
            line-height: 140%;
        }
    
        .cont:nth-child(n+2) {
            margin-top: 25px;
        }
        .contacts .button {
            width: 100%;
            margin-top: 35px;
        }
        .mapp {
            margin-top: 50px;
            width: 100%;
            height: 300px;
            border-radius: 10px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
            overflow: hidden;
        }

        .callback-bt-desctop {
            display: none!important;
        }

        .recv {
            width: 100%;
            margin-right: auto;
            
        }
        .recv p {
            font-size: 14px;
        }
        .bottom_dop {
            margin-top: 50px;
            display: flex;
            flex-direction: column;
            justify-content: space-between;
            align-items: flex-start;
        }
    
        .arroweb {
            text-align: center;
            font-weight: 400;
            margin-top: 30px;
        }
        .arroweb a {
            font-size: 14px;
            color: #333333;
            text-decoration: none;
        }
        .arroweb p {
            color: #333333;
            display: inline-block;
        }
        .arroweb span {
            transition: all 0.4s;
            color: #118ce2;
            letter-spacing: 0.4px;
            font-size: 14px;
            font-weight: 400;
        }
        .arroweb a:hover span{
            color: #118ce2;
            text-decoration: underline;
            font-size: 14px;
        }

        .social {
            margin-top: 10px;
            margin-bottom: 40px;
            width: 100%;
        }
        .social p {
            font-size: 18px;
            font-weight: 300;
            
        }
        .social_icon {
            display: flex;
            justify-content: space-between;
            width: 90%;
            margin: 0 auto;
        }
        .social_icon a {
            width: 47%;
        }
        .soc {
            width: 100%;
            display: flex;
            flex-direction: column;
            text-align: center;
            justify-content: center;
            align-items: center;
            margin-top: 20px;
            color: #333;
        }
        .soc img {
            width: 60px;
            margin-bottom: 10px;
        }
    
        .soc p {
            font-size: 14px;
            line-height: 120%;
            margin-top: 5px;
        }


            /*TABS*/
	/* Базовый контейнер табов */
	/* стили вкладок (табов) */
	.tabs {
		display: flex;
		flex-wrap: wrap;
		margin-top: 50px;
		justify-content: space-between;
	}
	.tabs label {
		display: table-cell;
		width: 47%;
		margin: 0 0 -1px;
		padding: 10px 8px;
        display: flex;
        align-items: center;
        justify-content: center;
		font-weight: bold;
		/* text-transform: uppercase; */
		text-align: center;
		vertical-align: middle;
		color: #333;
		background: #e7e7e7;
		border-radius: 5px;
		box-shadow: 0 10px 20px rgb(36 44 51 / 3%);
	}

    .tabs label:nth-child(n+5) {
        margin-top: 20px;
    }
	.tabs label img {
		height: 110px;
	}
	.tabs label p {
		font-weight: 600;
		margin-top: 0px;
		font-size: 14px;
        line-height: 140%;
	}
	/* изменения стиля заголовков вкладок при наведении */
	.tabs label:hover {
		color: #fff;
		cursor: pointer;
		background-image: linear-gradient(to top, #e34951, #d43941);
	}
	/* стили для активной вкладки */
	.tabs input:checked+label {
		color: #fff;
		background-image: linear-gradient(to top, #e34951, #d43941);
	}
	.tabs input:checked+label p {}
	/* активация секций с помощью переключателя :checked */
	#tab1:checked~#content1,
	#tab2:checked~#content2,
	#tab3:checked~#content3,
	#tab4:checked~#content4,
    #tab5:checked~#content5,
	#tab6:checked~#content6,
	#tab7:checked~#content7,
	#tab8:checked~#content8,
	#tab9:checked~#content9,
	#tab10:checked~#content10,
	#tab11:checked~#content11,
	#tab12:checked~#content12,
	#tab13:checked~#content13 {
		display: flex;
        flex-direction: column;
	}
	/* стили секций с содержанием */
	.tabs section {
		display: none;
		width: 100%;
		margin-top: 60px;
		border-radius: 10px;

	}
	.tabs input {
		display: none;
	}
	/*TABS END*/
	.tabs section {
		padding: 0;
        
	}

    .price_all {
        margin-top: 90px;
    }


    .tabs_contet tr td {
            padding: 10px 10px!important;
        }

        .tabs_contet   tr {
            font-size: 14px;
        }

        .tabs_contet  tr td:nth-child(2) {
            font-weight: 600;
            font-size: 15px;
        }

        .tabs_contet   tr td:first-child {
            width: 62%!important;
        }

        .tabs_contet  .tab_head td {
            font-size: 14px!important;
        }

    }



    
    input[type=tel], input[type=submit], input[type=text], input[type=name],  textarea{
        -webkit-appearance: none;
    }
    img {
        pointer-events: none!important;
    }

    img {
        opacity: 1;
        transition: opacity 0.4s;
      }
       
      img[data-src] {
        opacity: 0;
      }


    /* начало кнопки звонка */
    .callback-bt-tel {
        background-image: linear-gradient(to top, #e34951, #d43941);
        border-radius:50%;
        box-shadow:0 8px 10px rgba(98,157,4,0.3);
        cursor:pointer;
        height:50px;
        text-align:center;
        width:50px;
        display: flex;
        align-items: center;
        justify-content: center;
        right: 5%;
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 2s infinite;
        animation:hoverWave linear 2s infinite;
        position: fixed;
}

.callback-bt-tel .text-call{
        height:58px;
        width:58px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
        display: flex;
        justify-content: center;
        align-items: center;
}

.callback-bt-tel .text-call span {
    text-align: center;
    color:#3469ff;
    opacity: 0;
    font-size: 0;
        position:absolute;
        right: 4px;
        top: 22px;
    line-height: 14px;
        font-weight: 600;
    text-transform: uppercase;
    transition: opacity .6s linear;
}
.fa-phone {
    margin-right: 3px;
    margin-top: 3px;
}

.callback-bt-tel .text-call:hover span {
    opacity: 1;
        font-size: 11px;
}
.callback-bt-tel:hover i {
    
}

.callback-bt-tel i {
        color:#fff;
        font-size:32px;
        transition:.3s;
        line-height: 65px;
        transition: .5s ease-in-out;
        margin-left: 4px;
}

.callback-bt-tel i  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}
/*call desc*/
.callback-bt-desctop {
    background-image: linear-gradient(to top, #e34951, #d43941);
    border-radius:50%;
    box-shadow:0 8px 10px rgba(98,157,4,0.3);
    cursor:pointer;
    height:70px;
    text-align:center;
    width:70px;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 5%;
    bottom: 5%;
    z-index:999;
    transition:.3s;
    -webkit-animation:hoverWave linear 2s infinite;
    animation:hoverWave linear 2s infinite;
    position: fixed;
}

.callback-bt-desctop .text-call{
    height:58px;
    width:58px;        
    border-radius:50%;
    position:relative;
    overflow:hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}

.callback-bt-desctop .text-call span {
text-align: center;
color:#3469ff;
opacity: 0;
font-size: 0;
    position:absolute;
    right: 4px;
    top: 22px;
line-height: 14px;
    font-weight: 600;
text-transform: uppercase;
transition: opacity .6s linear;
}
.fa-phone {
margin-right: 3px;
margin-top: 3px;
}

.callback-bt-desctop .text-call:hover span {
opacity: 1;
    font-size: 11px;
}
.callback-bt-desctop:hover i {

}

.callback-bt-desctop i {
    color:#fff;
    font-size:32px;
    transition:.3s;
    line-height: 85px;
    transition: .5s ease-in-out;
    margin-left: 4px;
    margin-top: 10px;
}

.callback-bt-desctop i  {
animation: 1200ms ease 0s normal none 1 running shake;
    animation-iteration-count: infinite;
    -webkit-animation: 1200ms ease 0s normal none 1 running shake;
    -webkit-animation-iteration-count: infinite;
}
@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(98,157,4,0.3),0 0 0 0 rgba(98,157,4,0.2),0 0 0 0 rgba(98,157,4,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(98,157,4,0.3),0 0 0 10px rgba(98,157,4,0.2),0 0 0 0 rgba(98,157,4,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(98,157,4,0.3),0 0 0 15px rgba(98,157,4,0),0 0 0 12px rgba(98,157,4,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(98,157,4,0.3),0 0 0 15px rgba(98,157,4,0),0 0 0 25px rgba(98,157,4,0.0)
}
}@keyframes hoverWave {
    0% {
        box-shadow:0 8px 10px rgba(98,157,4,0.3),0 0 0 0 rgba(98,157,4,0.2),0 0 0 0 rgba(98,157,4,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(98,157,4,0.3),0 0 0 10px rgba(98,157,4,0.2),0 0 0 0 rgba(98,157,4,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(98,157,4,0.3),0 0 0 15px rgba(98,157,4,0),0 0 0 12px rgba(98,157,4,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(98,157,4,0.3),0 0 0 15px rgba(98,157,4,0),0 0 0 25px rgba(98,157,4,0.0)
}
}

/* animations icon */

@keyframes shake {
    0% {
        transform: rotateZ(10deg);
            -ms-transform: rotateZ(10deg);
            -webkit-transform: rotateZ(10deg);
    }
    
    50% {
        transform: rotateZ(-2deg);
            -ms-transform: rotateZ(-2deg);
            -webkit-transform: rotateZ(-2deg);
    }
    
    100% {
        transform: rotateZ(10deg);
            -ms-transform: rotateZ(10deg);
            -webkit-transform: rotateZ(10deg);
    }
}

@-webkit-keyframes shake {
    0% {
        transform: rotateZ(10deg);
            -ms-transform: rotateZ(10deg);
            -webkit-transform: rotateZ(10deg);
    }
    
    50% {
        transform: rotateZ(-2deg);
            -ms-transform: rotateZ(-2deg);
            -webkit-transform: rotateZ(-2deg);
    }
    
    100% {
        transform: rotateZ(10deg);
            -ms-transform: rotateZ(10deg);
            -webkit-transform: rotateZ(10deg);
    }
}
/* конец кнопки звонка */


.tabs_contet table {
    cursor: pointer;
    margin-top: 0px;
    width: 100%;
    box-shadow: 0 10px 30px rgb(0 0 0 / 8%);
}


.tabs_contet .tab_head td {
    font-size: 18px;
    font-weight: 600;
}

.tabs_contet tr {
    background-color: #fff;
}
.tabs_contet tr:nth-child(2n) {
    background-color: #e7e7e7;
}
.tabs_contet tr td {
    padding: 10px 15px;
}
.tabs_contet tr td:first-child {
    width: 85%;
} 

.tabs_contet tr td:nth-child(2) {
font-weight: 600;
}

.tabs_contet tr:nth-child(n+2):hover {
    background-image: linear-gradient(to top, #e34951, #d43941);
    color: #fff;
}

