@font-face {
  font-family: "Red Ring";
  font-style: normal;
  font-weight: normal;
  src: local("Crimson Text"), url("../font/RedRing-Regular.otf") format("otf"); }
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  outline: 0;
  font-family: sans-serif; }

a {
  color: #a7d42d;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  a:hover {
    text-decoration: none;
    opacity: 0.8;
    color: #a7d42d;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }

body {
  color: #4d4d4d;
  background-color: #fff;
  font-size: 14px; }

img {
  max-width: 100%; }

html {
  scroll-behavior: smooth;
}

.mbtn {
  color: #4d4d4d;
  border-radius: 50px;
  text-align: center;
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 18px 40px;
  background: #fff;
  line-height: 1; }
  .mbtn:hover {
    opacity: 0.9;
    color: #fff;
    background-color: #a7d42d;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#4d4d4d), to(#959595));
    background-image: linear-gradient(to top, #4d4d4d 0%, #959595 100%); }

.block {
  margin-top: 30px;
  margin-bottom: 30px; }

.zag {
  font-size: 30px;
  text-align: center;
  font-weight: 600;
  padding-bottom: 30px;
  text-transform: uppercase; }

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 8; }
  .header-top {
    background: #4d4d4d;
    color: #fff;
    padding-top: 15px;
    padding-bottom: 15px; }
    .header-top a {
      color: #fff; }
    .header-top .addrwrap {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
    .header-top .addr {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-left: 26.3px;
      width: auto; }
      .header-top .addr-zag {
        width: 50%;
        -ms-flex-item-align: center;
            align-self: center;
        font-size: 13px;
        padding-right: 7px; }
        .header-top .addr-zag span {
          text-transform: uppercase;
          padding: 5px 14px;
          background: #3a3a3a;
          display: inline-block;
          letter-spacing: 0.52px; }
      .header-top .addr-wrap {
        width: 50%;
        font-size: 12px; }
        .header-top .addr-wrap a {
          display: block;
          font-weight: 700;
          letter-spacing: 0.44px;
          line-height: 1; }
        .header-top .addr-wrap span {
          font-weight: 400; }
      .header-top .addr-b1 {
        padding-left: 0; }
        .header-top .addr-b1 .addr-zag {
          width: 141px; }
        .header-top .addr-b1 .addr-wrap {
          width: 115px; }
      .header-top .addr-b2 .addr-zag {
        width: 177px; }
      .header-top .addr-b2 .addr-wrap {
        width: 175px; }
      .header-top .addr-b3 .addr-zag {
        width: 121px; }
      .header-top .addr-b3 .addr-wrap {
        width: 146px; }
      .header-top .addr-b4 .addr-zag {
        width: 120px; }
      .header-top .addr-b4 .addr-wrap {
        width: 166px; }
  .header-bottom {
    padding-top: 35px;
    padding-bottom: 20px; }
    .header-bottom-logo img {
      width: 176px; }
    .header-bottom-menu {
      padding-top: 8px; }
      .header-bottom-menu a {
        text-transform: uppercase;
        color: #a7d42d;
        font-size: 16px;
        letter-spacing: 0.52px;
        font-weight: 700;
        /*margin-left: 12.5px;
        margin-right: 12.5px;*/
        margin-left: 22.5px;
        margin-right: 22.5px;
         }
      .header-bottom-menu .closewrap {
        display: none; }
      .header-bottom-menu .vipbtn {
        display: inline-block;
        /*margin-right: 12.5px;*/
        margin-right: 22.5px;
        text-transform: uppercase;
        color: #a7d42d;
        font-size: 16px;
        letter-spacing: 0.52px;
        font-weight: 700; }
        .header-bottom-menu .vipbtn span {
          display: inline-block;
          padding-right: 17px;
          position: relative;
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          cursor: pointer; }
          .header-bottom-menu .vipbtn span:hover {
            opacity: 0.8; }
          .header-bottom-menu .vipbtn span:before {
            position: absolute;
            content: "";
            width: 12px;
            height: 12px;
            top: 50%;
            -webkit-transform: translateY(-50%) rotate(-90deg);
                    transform: translateY(-50%) rotate(-90deg);
            right: 0;
            background: url("../img/icon/header-str.png") center no-repeat;
            background-size: contain;
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
        .header-bottom-menu .vipbtn .vipspis {
          position: fixed;
          width: 100%;
          left: 0;
          top: 115px;
          padding-top: 14px;
          display: none;
          z-index: 4; }
          .header-bottom-menu .vipbtn .vipspis-wrap {
            background: #fff;
            border-radius: 5px;
            padding: 20px;
            padding-top: 40px;
            -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
                    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22); }
          .header-bottom-menu .vipbtn .vipspis-wrap .spis-block {
            text-align: left;
            padding-left: 40px; }
          .header-bottom-menu .vipbtn .vipspis-wrap a {
            text-transform: uppercase;
            display: inline-block;
            margin-bottom: 20px;
            font-size: 18px;
            margin-left: 70px;
            position: relative; }
            .header-bottom-menu .vipbtn .vipspis-wrap a:after {
              position: absolute;
              content: "";
              width: 30px;
              height: 30px;
              left: -50px;
              top: 50%;
              -webkit-transform: translateY(-50%);
                      transform: translateY(-50%);
              background: url("../img/icon/brakerepair.svg") center no-repeat;
              background-size: contain;
              -webkit-filter: grayscale(1);
                      filter: grayscale(1);
              -webkit-transition: all 0.5s;
              transition: all 0.5s; }
            .header-bottom-menu .vipbtn .vipspis-wrap a:hover:after {
              -webkit-filter: grayscale(0);
                      filter: grayscale(0);
              -webkit-transition: all 0.5s;
              transition: all 0.5s; }
        .header-bottom-menu .vipbtn:hover .vipspis {
          display: block;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
        .header-bottom-menu .vipbtn:hover span {
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
          .header-bottom-menu .vipbtn:hover span:before {
            -webkit-transform: translateY(-50%) rotate(0);
                    transform: translateY(-50%) rotate(0);
            -webkit-transition: all 0.5s;
            transition: all 0.5s; }
    .header-bottom .menu-ten {
      display: none; }
    .header-bottom-phones {
      text-align: right;
      color: #a7d42d;
      padding-top: 8px; }
      .header-bottom-phones a {
        text-transform: uppercase;
        display: inline-block;
        /*font-size: 20px;*/
        font-size: 16px;
        font-weight: 700;
        line-height: 1;
        padding-left: 21px;
        position: relative; }
        /*.header-bottom-phones a:before {
          content: "";
          position: absolute;
          width: 16px;
          height: 16px;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../img/icon/phone-header.png") center no-repeat;
          background-size: contain; }*/
      .header-bottom-phones span {
        display: block;
        line-height: 1;
        padding-top: 4px;
        font-size: 15px;
        font-weight: 300;
        cursor: pointer; }
        .header-bottom-phones span:hover {
          opacity: 0.8; }
      .header-bottom-phones .adres-btn {
        display: none; }
    .header-bottom-burger {
      display: none; }

.header2 {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25), 0 2px 2px rgba(0, 0, 0, 0.22);
  background-color: #fff;
  translate: all 0.5s; }
  .header2 .header-bottom {
    padding-top: 5px;
    padding-bottom: 5px;
    translate: all 0.5s; }
    .header2 .header-bottom-logo img {
      width: 160px;
      translate: all 0.5s; }
    .header2 .header-bottom-menu {
      padding-top: 0;
      -ms-flex-item-align: center;
          align-self: center;
      translate: all 0.5s; }
      .header2 .header-bottom-menu .vipbtn .vipspis {
        top: 100px; }
    .header2 .header-bottom-phones {
      padding-top: 0;
      -ms-flex-item-align: center;
          align-self: center;
      translate: all 0.5s; }

.block1 {
  background: url("../img/von1.jpg") left center no-repeat;
  background-size: cover;
  background-attachment: fixed; }
  .block1-wrap {
    /*background-color: rgba(255, 255, 255, 0.83);*/
    min-height: 90vh;
    /*padding-top: 280px;*/
    padding-top: 215px;
    /*padding-bottom: 190px;*/
    padding-bottom: 135px;
    position: relative; }
    .block1-wrap .zag {
      /*font-size: 115px;*/
      font-size: 45px;
      font-weight: 700;
      font-style: normal;
      line-height: 1;
      text-align: left;
      /*color: #4d4d4d;*/
      color: #fff;
      background-color: rgba(0,0,0,.62);
      text-transform: uppercase;
      position: relative;
      padding-bottom: 0;
      z-index: 1; }
      .block1-wrap .zag:before {
        position: absolute;
        z-index: 1;
        content: "";
        width: 385px;
        height: 200px;
        left: -454px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: url("../img/sled.png") center no-repeat;
        background-size: contain; }
      .block1-wrap .zag span {
        font-size: 90px;
        line-height: 90px;
        display: block;
        padding-top: 0px; }
       .block1-wrap .zag span:first-child {
        font-size: 115px; }
  .block1-utp {
    color: #a7d42d;
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .block1-utp-block-brands .block1-utp-block-zag, .block1-utp-block-brands .block1-utp-block-text {
      background-color: rgba(0,0,0,.62); }
    .block1-utp-block {
      background-color: rgba(0,0,0,.62);
      margin-left: 95px; }
      .block1-utp-block-zag {
        font-size: 21px;
        font-weight: 700;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        text-transform: uppercase;
        position: relative; }
        .block1-utp-block-zag:before {
          content: "";
          position: absolute;
          width: 36px;
          height: 36px;
          left: -47px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../img/icon/check.svg") center no-repeat;
          background-size: contain; }
      .block1-utp-block-text {
        font-size: 17px;
        font-weight: 400; }
    .block1-utp-block1 {
      margin-left: 0;
      width: 225px; }
    .block1-utp-block2 {
      width: 286px; }
    .block1-utp-block3 {
      width: 216px; }
    .block1-utp-block4 {
      width: 186px; }

    .utp-brands .block1-utp-block1 {
      margin-left: 0;
      width: 310px; }
    .utp-brands .block1-utp-block2 {
      width: 310px; }
    .utp-brands .block1-utp-block3 {
      width: 293px; }
  .block1-btnwraper {
    padding-top: 40px;
    padding-bottom: 40px;
    /*background: #a7d42d;*/
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%; }
    .block1-btnwraper .mbtn, .block1-btnwrap .mbtn {
      font-size: 17px;
      font-weight: 400;
      /*color: #4d4d4d;
      background: #fff;*/
      color: #fff;
      background: #a7d42d;
      width: 350px; }
      .block1-btnwraper .mbtn:hover, .block1-btnwrap .mbtn:hover  {
        color: #fff;
        background-color: #d0ff4f;
        /*background-color: #a7d42d;
        background-image: -webkit-gradient(linear, left bottom, left top, from(#4d4d4d), to(#959595));
        background-image: linear-gradient(to top, #4d4d4d 0%, #959595 100%);*/ }
    .block1-btnwraper .mbtnots, .block1-btnwrap .mbtnots {
      margin-left: 40px;
      margin-right: 40px; }

.viborblock {
  margin-top: 120px; }
  .viborblock-top {
    border-bottom: 3px solid #8c8c8c; }
    .viborblock-top-btn {
      display: inline-block;
      color: #010101;
      font-size: 18px;
      font-weight: 900;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      text-align: left;
      text-transform: uppercase;
      padding-right: 46px;
      padding-left: 46px;
      padding-bottom: 14px;
      position: relative;
      cursor: pointer;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .viborblock-top-btn:before {
        position: absolute;
        content: "";
        width: 100%;
        height: 3px;
        background: #a7d42d;
        left: 0;
        bottom: 2px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        -webkit-transform: rotateY(90deg);
                transform: rotateY(90deg); }
      .viborblock-top-btn:hover {
        color: #a7d42d;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .viborblock-top-btn:hover:before {
          -webkit-transition: all 0.5s;
          transition: all 0.5s;
          -webkit-transform: rotateY(0);
                  transform: rotateY(0); }
    .viborblock-top-btn-active {
      color: #a7d42d; }
      .viborblock-top-btn-active:before {
        -webkit-transform: rotateY(0);
                transform: rotateY(0); }
    .viborblock-top-btn1 {
      padding-left: 0;
      padding-right: 45px; }
    .viborblock-top-btn5 {
      padding-right: 0;
      padding-left: 46px;
      text-align: right; }
  .viborblock-body {
    padding-top: 80px;
    display: none; }
    .viborblock-body-card {
      text-align: center;
      display: block;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      margin-bottom: 40px;
      padding-top: 135px; }
      .viborblock-body-card img {
        max-width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-height: 135px;
        position: absolute;
        top: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
      .viborblock-body-card span {
        display: block;
        width: 100%;
        color: #010101;
        font-size: 18px;
        font-weight: 700;
        text-transform: uppercase;
        line-height: 1;
        padding: 7px;
        background-color: #d3d1d1;
        margin-top: 20px;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
      .viborblock-body-card:hover {
        opacity: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .viborblock-body-card:hover span {
          background: #a7d42d;
          -webkit-transition: all 0.5s;
          transition: all 0.5s; }
    .viborblock-body .btnwrap {
      text-align: center;
      padding-top: 10px; }
    .viborblock-body .viborblock-skcontent {
      display: none; }
    .viborblock-body .viborblock-pokazvse {
      display: inline-block;
      margin-left: auto;
      margin-right: auto;
      font-weight: 700;
      text-transform: uppercase; }
      .viborblock-body .viborblock-pokazvse span {
        position: relative;
        padding-right: 22px;
        cursor: pointer; }
        .viborblock-body .viborblock-pokazvse span:before {
          position: absolute;
          content: "";
          width: 15px;
          height: 15px;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../img/icon/str-black.svg") center no-repeat;
          background-size: contain; }
      .viborblock-body .viborblock-pokazvse .viborblock-pokazvse-v1 {
        display: block; }
      .viborblock-body .viborblock-pokazvse .viborblock-pokazvse-v2 {
        display: none; }
        .viborblock-body .viborblock-pokazvse .viborblock-pokazvse-v2:before {
          -webkit-transform: translateY(-50%) rotateX(180deg);
                  transform: translateY(-50%) rotateX(180deg); }
  .viborblock-body1 {
    display: block; }

.blockuslugi {
  margin-top: 90px;
  background: #e4e4e3;
  padding-top: 50px;
  padding-bottom: 50px; }
  .blockuslugi .zag {
    padding-bottom: 40px; }
  .blockuslugi-card {
    /*min-height: 268px;*/
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    /*background: url("../img/usl2.jpg") center no-repeat;
    background-size: cover;*/
    color: #fff;
    position: relative;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .blockuslugi-card:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.5);
      z-index: 1; }
    .blockuslugi-card-zag {
      padding: 12px 17px;
      background-color: rgba(0, 0, 0, 0.71);
      width: 100%;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      display: block;
      line-height: normal;
      position: relative;
      z-index: 2;
      min-height: 64px;
      line-height: 1.3; }
    .blockuslugi-card ul {
      position: relative;
      z-index: 2;
      padding: 12px 17px;
      margin-top: 10px;
      font-size: 12px;
      font-weight: 600;
      line-height: normal;
      text-transform: uppercase; }
      .blockuslugi-card ul li {
        margin-bottom: 12px;
        padding-left: 9px;
        position: relative;
        line-height: 1.4; }
        .blockuslugi-card ul li:before {
          width: 4px;
          height: 4px;
          position: absolute;
          content: "";
          left: 0px;
          top: 50%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: #fff;
          border-radius: 50%; }
    .blockuslugi-card-ssil {
      display: block;
      width: 100%;
      background: #a7d42d;
      color: #000000;
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 12px 17px;
      z-index: 2;
      line-height: 1;
      font-size: 12px;
      font-weight: 600;
      text-transform: uppercase;
      opacity: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .blockuslugi-card-ssil:hover {
        opacity: 1;
        color: #000000; }
      .blockuslugi-card-ssil span {
        position: relative;
        padding-right: 22px; }
        .blockuslugi-card-ssil span:before {
          content: "";
          position: absolute;
          right: 0;
          top: 50%;
          width: 14px;
          height: 8px;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          background: url("../img/icon/str-black.svg") center no-repeat;
          background-size: contain; }
    .blockuslugi-card:hover {
      -webkit-filter: grayscale(0);
              filter: grayscale(0);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .blockuslugi-card:hover .blockuslugi-card-ssil {
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        opacity: 1; }
  .blockuslugi-pokazatvse {
    color: #fff;
    cursor: pointer;
    text-align: center;
    background: #000000;
    padding: 12px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase; }
    .blockuslugi-pokazatvse span {
      padding-right: 25px;
      position: relative; }
      .blockuslugi-pokazatvse span:before {
        position: absolute;
        content: "";
        width: 15px;
        height: 15px;
        background: url("../img/icon/str-white.svg") center no-repeat;
        background-size: contain;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .blockuslugi-pokazatvse .blockuslugi-pokazatvse-s2 {
      display: none; }
      .blockuslugi-pokazatvse .blockuslugi-pokazatvse-s2:before {
        -webkit-transform: translateY(-50%) rotateX(180deg);
                transform: translateY(-50%) rotateX(180deg); }
  .blockuslugi-skcontent {
    display: none; }
  .blockuslugi-image img {
    width: 100%; }
  .blockuslugi-text {
    position: absolute;
    top: 0px;
    width: 100%; }

.stoimostb {
  background: #e4e4e3;
  padding-bottom: 100px;
  padding-top: 50px; }
  .stoimostb .zag {
    padding-bottom: 35px;
    font-size: 30px; }
  .stoimostb-block {
    background: #fff;
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    cursor: pointer;
    position: relative; }
    .stoimostb-block:hover, .spis-block:hover {
      color: #4d4d4d;
      background: #a7d42d; }
      .stoimostb-block:hover *, .spis-block:hover *{
      color: #4d4d4d;}
    .stoimostb-block:before, .stoimostb-block-zag span:after{
      content: "";
      position: absolute;
      width: 21px;
      height: 21px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      background: url("../img/icon/str-black.svg") center no-repeat;
      background-size: contain; }
      .stoimostb-block:before{
        right: 66px; }
        .stoimostb-block-zag span:after{
          margin-left: 20px;
        }
    .stoimostb-block-img {
      position: absolute;
      max-width: 55px;
      max-height: 51px;
      left: 80px;
      top: 50%;
      -webkit-transform: translateY(-50%) translateX(-50%);
              transform: translateY(-50%) translateX(-50%); }
      .stoimostb-block-img img {
        max-height: 100%; }
    .stoimostb-block-zag {
      width: 75%;
      padding-left: 160px;
      font-weight: 400;
      font-size: 20px;
      line-height: 24px;
      -ms-flex-item-align: center;
          align-self: center;
      /*text-transform: uppercase;*/
      font-weight: bold; }
    .stoimostb-block-cena {
      width: 25%;
      padding-right: 127px;
      font-size: 21px;
      font-weight: 400;
      letter-spacing: normal;
      line-height: 24px;
      text-align: right;
      -ms-flex-item-align: center;
          align-self: center; }
  .stoimostb-item {
    margin-bottom: 7px; }
    .stoimostb-item-info {
      display: none; }
      .stoimostb-item-info-item {
        min-height: 60px;
        padding-top: 10px;
        padding-bottom: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        background-color: #efefef;
        margin-top: 2px; }
      .stoimostb-item-info-zag {
        font-size: 21px;
        padding-left: 160px;
        -ms-flex-item-align: center;
            align-self: center;
        width: 58%;
        line-height: 1.2; }
      .stoimostb-item-info-cena {
        width: 25%;
        font-size: 21px;
        text-align: right;
        font-weight: 300;
        -ms-flex-item-align: center;
        align-self: center;
        line-height: 1.2;
        padding-right: 127px;
      }
      .stoimostb-item-info-btnwrap {
        width: 30%;
        padding-left: 35px;
        padding-right: 70px;
        -ms-flex-item-align: center;
            align-self: center; }
        .stoimostb-item-info-btnwrap-btn {
          color: #a7d42d;
          border: 2px solid #a7d42d;
          background-color: #ffffff;
          line-height: 34px;
          font-size: 21px;
          font-weight: 300;
          text-align: center;
          cursor: pointer; }
          .stoimostb-item-info-btnwrap-btn:hover {
            color: #fff;
            background: #a7d42d; }
  .stoimostb .active_block .stoimostb-block {
    background: #a7d42d; }
  .stoimostb-active .info {
    display: block; }
  .stoimostb .active_block .stoimostb-block a {
    color: #4d4d4d; }
.slideusl {
  margin-top: 70px; 
  margin-bottom: 70px; }
  .slideusl-wrap {
    padding-left: 55px;
    padding-right: 55px; }
  .slideusl-slider-slide-card {
    width: 326px;
    min-height: 326px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px; }
    .slideusl-slider-slide-card-top {
      min-height: 138px;
      background: #5a5a59;
      padding: 15px 25px 12px 23px; }
      .slideusl-slider-slide-card-top-zag {
        font-size: 21px;
        color: #a7d42d;
        font-weight: 700;
        text-transform: uppercase;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal;
        margin-bottom: 7px; }
      .slideusl-slider-slide-card-top-text {
        font-size: 15px;
        font-weight: 300;
        color: #fff;
        font-style: normal;
        letter-spacing: normal;
        line-height: normal; }
    .slideusl-slider-slide-card-footer {
      position: absolute;
      height: 66px;
      background: #a7d42d;
      bottom: 0;
      right: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .slideusl-slider-slide-card-footer .cenawrap {
        -ms-flex-item-align: center;
            align-self: center;
        padding: 3px 23px; }
        .slideusl-slider-slide-card-footer .cenawrap .stcena {
          font-size: 14px;
          font-weight: 400;
          font-style: normal;
          letter-spacing: normal;
          line-height: normal;
          text-align: left;
          text-decoration: line-through;
          color: #000000;
          padding-bottom: 0px; }
        .slideusl-slider-slide-card-footer .cenawrap .cena {
          font-size: 26px;
          font-weight: 700;
          font-style: normal;
          letter-spacing: normal;
          line-height: normal;
          text-align: left;
          color: #fff;
          letter-spacing: -0.53px; }
      .slideusl-slider-slide-card-footer .mbtn {
        position: absolute;
        font-size: 12px;
        color: #000000;
        font-weight: 600;
        text-transform: uppercase;
        text-align: center;
        width: 133px;
        border-radius: 5px;
        line-height: 40px;
        padding: 0;
        right: 21px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
        .slideusl-slider-slide-card-footer .mbtn:hover {
          color: #fff; }
  .slideusl .slick-arrow {
    width: 38px;
    height: 100%;
    background: #e4e4e3;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .slideusl .slick-arrow:hover {
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .slideusl .slick-prev {
    left: -55px; }
    .slideusl .slick-prev:before {
      position: absolute;
      content: "";
      width: 38px;
      height: 34px;
      left: 0px;
      background: url("../img/icon/slide-left.svg") center no-repeat;
      background-size: contain;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .slideusl .slick-next {
    right: -55px; }
    .slideusl .slick-next:before {
      position: absolute;
      content: "";
      width: 38px;
      height: 34px;
      right: 0px;
      background: url("../img/icon/slide-next.svg") center no-repeat;
      background-size: contain;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.preimblock {
  margin-top: 90px;
  background: rgba(0, 0, 0, 0.99); }
  .preimblock-wrap {
    padding-top: 70px;
    padding-bottom: 100px;
    background: url("../img/prein-fon.png") center no-repeat fixed;
    background-size: cover; }
  .preimblock .zag {
    color: #a7d42d;
    font-weight: 400;
    padding-bottom: 10px; }
  .preimblock-card {
    min-height: 255px;
    padding: 107px 24px 24px 24px;
    position: relative;
    border: 2px solid #fff;
    color: #fff;
    text-transform: uppercase;
    margin-top: 90px; }
    .preimblock-card img {
      position: absolute;
      max-height: 122px;
      left: 24px;
      top: -50px; }
    .preimblock-card-zag {
      font-size: 17px;
      font-weight: 700;
      text-transform: uppercase;
      line-height: 20.8px;
      color: #a7d42d; }
    .preimblock-card-text {
      font-size: 14px;
      line-height: 20.8px; }

.galeryblock {
  margin-top: 85px;
  margin-bottom: 40px; }
  .galeryblock-wrap {
    padding-left: 30px;
    padding-right: 30px; }
  .galeryblock-slider-slide img {
    display: block;
    width: 330px;
    margin-left: auto;
    margin-right: auto;
    max-width: 95%; }
  .galeryblock .slick-arrow {
    width: 28px;
    height: 100%;
    background: #e4e4e3;
    z-index: 1;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .galeryblock .slick-arrow:hover {
      background: rgba(0, 0, 0, 0.8);
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .galeryblock .slick-prev {
    left: -28px; }
    .galeryblock .slick-prev:before {
      position: absolute;
      content: "";
      width: 28px;
      height: 24px;
      left: 0px;
      background: url("../img/icon/slide-left.svg") center no-repeat;
      background-size: contain;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }
  .galeryblock .slick-next {
    right: -28px; }
    .galeryblock .slick-next:before {
      position: absolute;
      content: "";
      width: 28px;
      height: 24px;
      right: 0px;
      background: url("../img/icon/slide-next.svg") center no-repeat;
      background-size: contain;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); }

.seoblock {
  color: #000000;
  font-size: 15px; }
  .seoblock .container2 {
    padding: 50px 70px 50px 70px;
    background-color: #f1f1f1; }
  .seoblock h1, .seoblock h2 {
    font-size: 24px;
    font-weight: 700;
    font-style: normal;
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    text-transform: uppercase;
    padding-bottom: 30px;
    padding-top: 15px;
    line-height: 1.2;
    margin: 0; }
  .seoblock h3, .seoblock h4 {
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    padding-bottom: 20px;
    padding-top: 10px;
    line-height: 1.2;
    margin: 0; }
  .seoblock img {
    margin-bottom: 22px; }
  .seoblock p {
    font-size: 15px;
    font-weight: 400;
    font-style: normal;
    letter-spacing: normal;
    line-height: 22px;
    text-align: left;
    margin-bottom: 20px; }
  .seoblock ul li {
    padding-left: 22px;
    margin-bottom: 10px;
    position: relative; }
    .seoblock ul li:before {
      content: "";
      position: absolute;
      left: 10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 5px;
      height: 5px;
      background: #a7d42d;
      border-radius: 50%; }
  .seoblock-skcontent {
    display: none; }
  .seoblock-skbtnwrap {
    margin-top: 35px;
    padding-top: 5px;
    border-top: 2px solid #a7d42d;
    color: #a7d42d; }
  .seoblock-skbtn {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer; }
    .seoblock-skbtn-v2 {
      display: none; }
    .seoblock-skbtn span {
      position: relative;
      padding-left: 28px; }
      .seoblock-skbtn span:before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        background: url("../img/icon/str-green-bottom.svg") center no-repeat;
        background-size: contain; }
    .seoblock-skbtn .seoblock-skbtn-v2:before {
      -webkit-transform: translateY(-50%) rotateX(180deg);
              transform: translateY(-50%) rotateX(180deg); }

.fotoservis {
  margin-top: 80px;
  text-align: center;
  background: url("../img/fotosfon.jpg") center no-repeat;
  background-size: cover;
  position: relative; }
  .fotoservis-wrap {
    padding-top: 70px;
    padding-bottom: 50px;
    background: rgba(0, 0, 0, 0.4); }
  .fotoservis .zag {
    color: #a7d42d; }
  .fotoservis-card {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px; }
    .fotoservis-card-zag {
      color: #a7d42d;
      font-size: 18px;
      font-weight: 700;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal;
      text-align: left;
      text-transform: uppercase;
      text-align: center;
      line-height: 1;
      padding-top: 20px;
      padding-bottom: 20px;
      padding-left: 23px;
      background: #5a5a59;
      margin: 0; }
      .fotoservis-card-zag span {
        position: relative; }
        .fotoservis-card-zag span:before {
          position: absolute;
          content: "";
          left: -26px;
          top: 40%;
          -webkit-transform: translateY(-50%);
                  transform: translateY(-50%);
          width: 19px;
          height: 25px;
          background: url("../img/icon/maps.svg") center no-repeat;
          background-size: contain; }
    .fotoservis-card-addr {
      padding: 10px;
      padding-bottom: 12px;
      background-color: #747473;
      margin: 0;
      color: #fefefe;
      font-size: 14px;
      font-weight: 300;
      font-style: normal;
      letter-spacing: normal;
      line-height: normal; }
      .fotoservis-card-addr-btn {
        display: block;
        color: #a7d42d;
        text-decoration: underline;
        margin-top: 3px;
        line-height: 1; }
      .fotoservis-card-addr a {
        font-size: 16px; }
    .fotoservis-card .slick-arrow {
      width: 27px;
      height: 27px;
      background: rgba(217, 218, 218, 0.33);
      border-radius: 5px;
      z-index: 1;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
      .fotoservis-card .slick-arrow:hover {
        background: rgba(0, 0, 0, 0.8);
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
    .fotoservis-card .slick-prev {
      left: 9px; }
      .fotoservis-card .slick-prev:before {
        position: absolute;
        content: "";
        width: 12px;
        height: 21px;
        left: 6px;
        background: url("../img/icon/slide-left-white.svg") center no-repeat;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .fotoservis-card .slick-next {
      right: 9px; }
      .fotoservis-card .slick-next:before {
        position: absolute;
        content: "";
        width: 12px;
        height: 21px;
        right: 6px;
        background: url("../img/icon/slide-right-white.svg") center no-repeat;
        background-size: contain;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
    .fotoservis-card-phones {
      background-color: #5a5a59;
      padding: 14px; }
    .fotoservis-card-phone {
      color: #fff;
      font-size: 17px;
      font-weight: 700;
      text-align: center; }
      .fotoservis-card-phone b {
        font-weight: 700;
        display: inline-block;
        line-height: 16px; }
      .fotoservis-card-phone span {
        font-size: 15px;
        font-weight: 400;
        letter-spacing: -0.35px;
        display: inline-block;
        line-height: 15.5px; }

.cartablock iframe {
  width: 100%;
  height: 400px;
  max-height: 90vh; }

.footer {
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 60px;
  border-top: 1px solid #ccc; }
  .footer-logo {
    max-width: 235px;
    margin-bottom: 10px; }
  .footer-copyright {
    font-size: 13px; }
  .footer-menu a {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    color: #4d4d4d; }
    .footer-menu a:hover {
      color: #a7d42d;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }

/* блок моделей */
.markiblock {
  margin-top: 60px;
  margin-bottom: 60px; }
  .markiblock-card {
    display: block;
    text-align: center;
    padding: 5px;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .markiblock-card-img {
      display: block; }
      .markiblock-card-img img {
        max-width: 100%;
        margin: auto; }
    .markiblock-card-zag {
      display: block;
      font-size: 16px;
      color: #232323;
      padding-top: 5px;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .markiblock-card:hover .markiblock-card-zag {
      color: #047bbf;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
  .markiblock-slider {
    position: relative;
    margin-bottom: 0px; }
    .markiblock-slider .markiblock-card {
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      padding: 10px; }
  .markiblock .slick-prev {
    width: 50px;
    height: 50px;
    background: #a7d42d;
    border-radius: 50%;
    bottom: -75px;
    left: 37%;
    top: auto;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .markiblock .slick-prev:before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      background: url("../img/icon/slide-left-white.svg") center no-repeat;
      background-size: 25%;
      top: 0;
      left: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .markiblock .slick-prev:hover {
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 0.8; }
      .markiblock .slick-prev:hover:before {
        background-size: 35%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
  .markiblock .slick-next {
    width: 50px;
    height: 50px;
    background:#a7d42d;
    border-radius: 50%;
    bottom: -75px;
    top: auto;
    right: 37%; }
    .markiblock .slick-next:before {
      position: absolute;
      content: "";
      width: 50px;
      height: 50px;
      background: url("../img/icon/slide-right-white.svg") center no-repeat;
      background-size: 25%;
      top: 0;
      left: 0;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }
    .markiblock .slick-next:hover {
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
      opacity: 0.8; }
      .markiblock .slick-next:hover:before {
        background-size: 35%;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
  .markiblock-spis {
    display: none; }
  .markiblock button{
    background-color: #a7d42d;
    color: #fff;
    font-size: 11px;
    border: none;
    text-transform: uppercase;
    font-weight: bold; }
  .markiblock .btn-wrap {
    text-align: center; }
    .markiblock .btn-wrap .mbtn {
      padding-bottom: 0;
      padding-top: 0;
      line-height: 48px;
      height: 48px;
      font-size: 15px; }
      .markiblock .btn-wrap .mbtn .markiblock-btn-s2 {
        display: none; }

.underprice {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 1.05rem; }
  .important {
    border-left: 4px solid #a7d42d;
    padding-left: 6px;
  }
  .underprice .mbtn {
    height: 30px;
    padding: 3px 30px;
    margin-left: 50px;
    line-height: unset;
    background-color: #a7d42d;
    color: #fff;
    border-radius: 50px; }

  .block1-btnwrap-underprice {
    margin-top: 5px;
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    /*.block1-btnwrap .mbtn {
        text-transform: uppercase;
        padding: 18px 30px;
        font-weight: 700;
        margin: 10px;
        width: 350px;
        -webkit-transition: all .5s;
        -o-transition: all .5s;
        transition: all .5s;
        letter-spacing: .5px;
        font-size: 14px;
        position: static;
        background-color: #a7d42d;
        color: #fff;
        background-image: -webkit-gradient(linear,left top,right top,from(#ff2400),to(#0039a6));
        background-image: -o-linear-gradient(left,#ff2400 0,#0039a6 100%);
        background-image: linear-gradient(to right,#ff2400 0,#0039a6 100%);
        border-radius: 50px; }*/
      .ekko-lightbox .modal-content  {
      	background-color: transparent;
      	border: none;
      }
      .ekko-lightbox .modal-header  {
      	padding-bottom: 0px;
      	border-bottom: none;
      }
      .ekko-lightbox .close{
      	font-size: 2rem;
      	color: #fff;
    	text-shadow: 0 1px 0 #000;
      }
      .ekko-lightbox .close:hover{
      	color: #fff;
      }
      .ekko-lightbox .modal-header button:focus{
      	outline: none;
      }
.main-top-scroll {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #212529;
  text-align: left;
  box-sizing: inherit;
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  position: relative;
  bottom: 15px;
  left: 48%;
  transform: translateX(-20px);
  animation: MoveUpDown 3s linear infinite;
}
.image-scroll {
	display: inline-block;
  width: 40px;
}
  .image-scroll img {
    display: block;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: 0.25s ease;
    transition: 0.25s ease;
  }
#promo.collapsed {
  display: none;
  /*margin-top: calc(-100vh + 115px);
  opacity: 0;
  z-index: -1;*/
}
.top-indent-margin {
  margin-top: 155px;
}
#scroll {
  bottom: 50px;
  position: relative;
}
@keyframes MoveUpDown {
  0% {
    bottom: 5px;
  }
  50% {
    bottom: 35px;
  }
  100% {
    bottom: 5px;
  }
}

/* popap callback */
.callback-popup {
  max-width: 400px;
}
.callback-popup-title {
  text-align: center;
  border-bottom: none;
}
.callback-popup-title h5 {
  width: 100%;
  text-transform: uppercase;
  color: #222220;
}
.callback-popup-body {
  padding: 0 14px;
}
.callback-popup-body p{
  color: #222220;
}
.callback-popup-body input{
  border: 1px solid #a0ca4c;
}
.callback-popup-body input:focus{
  box-shadow: none;
  border: 1px solid #a0ca4c;
}
.callback-popup-body select{
  border: 1px solid #a0ca4c;
}
.callback-popup-body select:focus{
  box-shadow: none;
  border: 1px solid #a0ca4c;
}
.callback-popup-footer {
  border-bottom: none;
  padding: 14px;
  text-align: center;
}
.callback-popup-footer button{
  width: 100%;
  background-color: #a0ca4c;
  color: #fff;
}
.callback-popup-footer button:hover{
  background-color: #a0ca4c;
  color: #fff;
  opacity: .9;
}
.callback-popup-footer button:focus{
  box-shadow: none;
}
/* popap callback */

/*# sourceMappingURL=style.css.map */


@media (max-width: 550px) {
  .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  .preimblock-card img {
    width: 110px !important;
    height: 100px !important;
  }
  .zag-half-size {
    font-size: 15px !important;
  }
  .stoimostb-item-info-btn {
    display: block !important;
    font-size: 14px;
  }
  .stoimostb-item-info-btn-wrap {
    width: 100%;
    -ms-flex-order: 2;
    order: 2;
    margin-top: .25rem;
    padding-right: 50px
  }
  .header-top .addr {
    padding: 0.5rem 3rem !important;
  }
  .header-top .addr .addr-wrap {
    padding-bottom: 1rem;
    border-bottom: 2px solid #a7d42d;
  }
}

@media (min-width: 551px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}

.stoimostb-item-info-btn {
  display: none;
  background-color: #a7d42d;
  color: #fff;
}
.stoimostb-item-info-btn::after {
  content: "Заказать";
}
.stoimostb-item-info-item:hover .stoimostb-item-info-btn {
  display: block !important;
}