@-webkit-keyframes slideme {
  0% {
    left: -40px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  to {
    left: 110%;
    margin-left: 80px; } }

@keyframes slideme {
  0% {
    left: -40px;
    margin-left: 0; }
  30% {
    left: 110%;
    margin-left: 80px; }
  to {
    left: 110%;
    margin-left: 80px; } }

@font-face {
  src: url(../fonts/Ubuntu.ttf);
  font-family: 'Ubuntu'; }

html {
  font-size: 9px; }

.sait2 {
  font-family: 'Ubuntu'
}
.sait2 {
  overflow-x: hidden; }
.warrantys222>p {
  text-align: center;
  font-family: 'Ubuntu'
}

.karaoke_b{
  background-image: url(../img_karaoke/mikros.jpg);
      padding: 120px 0;
          background-size: cover;
}


/* * {
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  outline: none; } */

.sait2 {
  text-align: left;
  min-width: 0;
  min-height: 0;
  outline: none;
}

.container222 {
  max-width: 120rem;
  width: 120rem;
  margin: 0 auto; }

.sait2 h2 {
  font-size: 4rem;
  text-transform: uppercase; }

.sait2 a {
  text-decoration: none; }

.sait2 input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: transparent; }

#header222 {
  padding: 1% 0;
  background-color: #fff; }

.header222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  -webkit-box-pack: justify;
  justify-content: space-between; }

.header__logo222 {
  max-width: 34.5rem; }
  .header__logo222 > a {
    font-size: 3rem;
    font-weight: 700;
    color: #344673; }
    .header__logo222 > a > p {
      font-size: 1.8rem;
      color: #344673;
      font-weight: 400;
      font-family: 'Ubuntu'; }
      .header__logo222 > a > p img {
        margin: 0 1%; }

.header__contacts222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-left: 0rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  .header__contacts222 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .header__contacts222 > .email > a {
    padding-left: 35px; }

.mts a {
  padding-left: 35px; }

.contacts-box222 {
  margin-top: 1rem; }
  .contacts-box222 > a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 1rem; }
    .contacts-box222 > a img {
      margin-right: 1rem; }
  .contacts-box222 .social-contacts222 {
    margin-bottom: 2rem; }
    .contacts-box222 .social-contacts222 a {
      padding: 0 0.2rem;
      height: 5rem; }

.header__contacts222 a {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 1.9rem;
  color: #000;
  margin: .5rem 0; }

.header__contacts222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-right: 0.5rem; }
  .header__contacts222 .contacts_top222 {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .header__contacts222 .contacts_top222 a img {
      margin-right: 1rem; }
    .header__contacts222 .contacts_top222 a:first-child {
      margin-right: 2rem; }

.social-contacts222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  .social-contacts222 span {
    font-size: 1.8rem;
    margin-right: 3rem; }
  .social-contacts222 a {
    padding: 0 1.5rem;
    height: 4.5rem; }
  .social-contacts222 img {
    height: 100%; }

.header__contacts222 .contacts-box222 > a img {
  margin-right: 1rem;
  width: 2.5rem; }

.header__call222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header__call222 a {
    display: block;
    text-decoration: none;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #1b1b1b;
    border-top: 3px solid #edaf37;
    border-bottom: 3px solid #edaf37;
    position: relative;
    margin-bottom: 1rem;
    padding: 0.4rem 2rem 0.5rem 2rem;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    .header__call222 a:hover {
      color: #edaf37; }
    .header__call222 a::before {
      content: '';
      display: block;
      height: 0.8rem;
      width: 0.8rem;
      border: #edaf37 solid 0.2rem;
      border-radius: 50%;
      position: absolute;
      top: 0.7rem;
      left: 0; }
    .header__call222 a::after {
      content: '';
      display: block;
      height: 0.8rem;
      width: 0.8rem;
      border: #edaf37 solid 0.2rem;
      border-radius: 50%;
      position: absolute;
      top: 0.7rem;
      right: 0; }

.header__bydny222, .header__rezhim222, .header__vyhodnoy222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.header__rezhim222 {
  width: 20%; }
  .header__rezhim222 p {
    margin-top: 1rem;
    margin-left: 0.3rem; }

.header__bydny222 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.header__vyhodnoy222 {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-left: 1px solid #333;
  padding-left: 1rem; }

.header__circle222 > p, .header__rezhim222 p, .header__vyhodnoy222 > p {
  font-size: 1.8rem;
  color: #333;
  width: 100%; }

.header__circle222 {
  color: #000;
  font-size: 1.8rem;
  padding: 0 0.3rem; }

.header__circle222--green {
  color: #56a709; }

.header__delivery222 {
  width: 62%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2rem; }
  .header__delivery222 > p {
    font-size: 1.8rem;
    color: #856d5b; }
  .header__delivery222 img {
    width: 7rem;
    margin-right: 2rem;
    max-height: 5.2rem; }

.header-mobile222 {
  width: 100%;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #fff;
  display: none;
  padding: 0.5rem 5%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.header-mobile__logo222 {
  font-size: 3.9rem;
  color: #344673; }

.hidden-stash222 {
  font-family: 'Ubuntu';
  background: #fff;
  border-top: 5px solid #344673;
  width: 285px;
  right: 15px;
  top: 7rem;
  padding: 10px 30px 0;
  -webkit-box-shadow: 0 8px 18px -3px rgba(0, 0, 0, 0.5);
  box-shadow: 0 8px 18px -3px rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100; }
  .hidden-stash222 > div {
    font-size: 15px;
    color: #333; }
  .hidden-stash222 a {
    font-size: 1.5rem; }
  .hidden-stash222 > div a:hover {
    color: #ea1653;
    text-decoration: underline; }

.gorod222, .life222, .mts222, .velcom222 {
  background-size: 20px;
  font-size: 19px;
  text-align: left; }

.gorod222, .life222, .mts222 {
  margin-right: 15px;
  background: url(../img/icon/mts.png) no-repeat 0.3rem;
  margin-bottom: .3rem; }

.hidden-stash222 .phone {
  background: -webkit-gradient(linear, left bottom, left top, from(#f0da4b), to(#eca835));
  background: -webkit-linear-gradient(bottom, #f0da4b 0%, #eca835 100%);
  background: -o-linear-gradient(bottom, #f0da4b 0%, #eca835 100%);
  background: linear-gradient(0deg, #f0da4b 0%, #eca835 100%);
  margin: 6px 0;
  padding: 1rem 0;
  text-align: center;
  position: relative;
  overflow: hidden; }

#form_id_FID1 {
  color: #c54250 !important;
  border-bottom: 1px dotted;
  height: 20px;
  font-size: 11px; }

.headAddr222 {
  background: url(../img/icon/addr.png) no-repeat 3px;
  padding-left: 33px;
  margin-bottom: 8px;
  font-size: 14px;
  position: relative;
  background-size: 18px;
  margin-top: 10px; }

.work-time222 {
  color: #707881;
  font-size: 11px;
  margin: 5px 0; }

.mobile-phone222 {
  display: block;
  background-size: 40px;
  background-position: center;
  width: 15%; }
  .mobile-phone222 img {
    width: 6rem; }

#mainpage222, .mainpage__logo222 {
  background-size: cover;
  background-position: center; }

#mainpage222 {
  min-height: 80rem;
  padding-top: 10rem;
  padding-bottom: 12rem;
  background-image: url(../img/bg_avto.jpg);
  position: relative;
  background-position: center; }

.mainpage__perenos222 {
  display: none; }

.mainpage222 > h1, .mainpage__title222 p {
  background-repeat: no-repeat; }

.mainpage222 > h1 {
  text-align: left;
  margin-bottom: 1rem;
  /* background-image: url(../img/bg_h1.png); */
  font-size: 5.6rem;
  color: #000;
  /* font-weight: 900 !important; */
  background-size: contain;
  background-position: center;
  /* padding: 2rem; */
  margin-left: 4rem !important; }

.mainpage222 > p {
  font-size: 3rem;
  margin-left: 4rem;
  text-transform: uppercase; }

.mainpage222 > h1 > span {
  margin-left: 8rem;
  position: relative;
  font-size: 7rem; }

.mainpage222 > h1 > img {
  margin-bottom: -1%;
  width: 10%; }

.mainpage__logo222 {
  position: absolute;
  background-image: url(../img/logo.png);
  height: 12rem;
  width: 16rem;
  background-repeat: no-repeat;
  top: -6.5rem;
  left: -5rem; }

.mainpage__content222 {
  color: #000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: start;
  /* justify-content: flex-start; */
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mainpage__title222 {
  background: rgba(255, 255, 255, 0.6);
  width: 63%;
  margin-right: 1rem;
  margin-top: 3rem;
  color: #1b1b1b !important;
  padding-left: 1.8rem;
  padding-bottom: 3rem;
  padding-top: 2rem;
  font-family: 'Ubuntu',sans-serif;
  margin-left: 2rem; }
  .mainpage__title222 p {
    font-size: 2.7rem;
    background-position: left;
    padding-left: 4.7rem;
    margin-bottom: 2rem;
    background-size: 7%;
    width: 95%;
    background-image: url(images/galochka.png);
    background-size: 6%;
    background-position-y: center; }
    .mainpage__title222 p:first-child {
      display: none !important;
      font-size: 4rem;
      color: #333;
      padding: 0;
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 75rem;
      height: 10Rem;
      background-size: 100% 100%; }
  .mainpage__title222 img {
    width: 6rem; }

.mainpage__akcia222 {
  background-color: #fff;
  border-radius: 10px;
  padding: 2.6rem;
  width: 28%;
  margin-top: 3rem;
  -webkit-box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 9px rgba(0, 0, 0, 0.3); }

::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
  color: #a5a5a5;
  font-size: 1.65rem; }

.mainpage__akcia222 > P, .mainpage__flex222 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.mainpage__akcia222 > P {
  font-size: 2.6rem;
  color: #1b1b1b;
  line-height: 3.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: 100% 100%;
  text-align: left; }

.orange222 {
  font-size: 2.9rem;
  color: #f39c20 !important; }

.mainpage__akcia222 > P span {
  font-size: 5.4rem;
  color: #9ec534; }

.mainpage__akcia222 ul {
  margin: 0 3.6rem;
  margin-top: .5rem;
  margin-bottom: 2.4rem; }
  .mainpage__akcia222 ul li {
    font-size: 2.4rem;
    list-style-type: none; }

.mainpage__flex222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem; }
  .mainpage__flex222 input, .mainpage__flex222 label {
    padding-left: 1rem;
    height: 4rem;
    width: 4rem;
    border: 1px solid #c9c9c9; }
  .mainpage__flex222 input {
    width: 100%;
    font-size: 1.8rem;
    border-left: none;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px; }
  .mainpage__flex222 label {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-right: none;
    /* margin-left: 2rem !important; */ }

.mainpage__button222 {
  overflow: hidden;
  position: relative;
  border-radius: 10px;
  margin: 0;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%; }
  .mainpage__button222::before {
    margin-left: 60px;
    content: " ";
    width: 30px;
    height: 300px;
    background: #fff;
    -webkit-animation-delay: .05s;
    animation-delay: .05s;
    position: absolute;
    left: -40px;
    top: -20rem;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -o-transition: all .1s;
    -khtml-transition: all .1s;
    -ms-transition: all .1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -khtml-transform: rotate(45deg);
    -ms-transform: rotate(45deg); }

.price-item__buttons222 .open_modal::before {
  margin-left: 60px;
  content: " ";
  width: 30px;
  height: 300px;
  background: #fff;
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
  position: absolute;
  left: -40px;
  top: -20rem;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  transition: all .1s;
  -moz-transition: all .1s;
  -webkit-transition: all .1s;
  -o-transition: all .1s;
  -khtml-transition: all .1s;
  -ms-transition: all .1s;
  -webkit-animation-name: slideme;
  animation-name: slideme;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -khtml-transform: rotate(45deg);
  -ms-transform: rotate(45deg); }

.mainpage__button222 input {
  height: 4.5rem;
  -webkit-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
  border: 0;
  width: 100%;
  font-size: 2.5rem;
  cursor: pointer;
  text-align: center;
  background: -webkit-gradient(linear, left bottom, left top, from(#f0da4b), to(#eca835));
  background: -webkit-linear-gradient(bottom, #f0da4b 0%, #eca835 100%);
  background: -o-linear-gradient(bottom, #f0da4b 0%, #eca835 100%);
  background: linear-gradient(0deg, #f0da4b 0%, #eca835 100%);
  -webkit-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease; }
  .mainpage__button222 input:hover {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    background: -webkit-gradient(linear, left bottom, left top, from(#eca835), to(#f0da4b));
    background: -webkit-linear-gradient(bottom, #eca835 0%, #f0da4b 100%);
    background: -o-linear-gradient(bottom, #eca835 0%, #f0da4b 100%);
    background: linear-gradient(0deg, #eca835 0%, #f0da4b 100%); }

.master222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.master__text222 {
  padding-top: 12rem;
  min-width: 300px; }

.master__img222 {
  padding-top: 8rem;
  margin-left: -2rem; }


.master__text222 > p {
  color: #1b1b1b;
  padding-top: 1rem;
  font-size: 1.8rem;
  line-height: 2.4rem; }

.prices222 {
  background: #f7f7f7; }

.prices__title222 {
  padding: 9rem 0 4rem 0; }
  .prices__title222 > h2 {
    text-align: center; }

.prices__title222 h2 {
  margin-left: 0 !important; }

.prices__title222 h3 {
  padding-top: 0.5rem;
  letter-spacing: 0.1rem;
  font-size: 2.5rem;
  color: #aeaeae;
  text-align: center; }

.price-block222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.price-item222 {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5);
  margin-right: 2rem;
  background: #fff; }
  .price-item222:last-child {
    margin-right: 0 !important; }

.price-item__header222 {
  background: url(../img/lak.jpg) no-repeat center top;
  padding: 4rem 1rem 1rem;
  height: 28.5rem; }
  .price-item__header222 > * {
    text-align: center;
    text-transform: uppercase; }
  .price-item__header222 p {
    font-size: 2.8rem;
    color: #fff;
    padding: 2rem 0 0.2rem 0;
    margin: 0; }
  .price-item__header222 span {
    display: block;
    font-size: 4rem !important;
    color: #f39c20;
    padding: 0 0 5rem 0;
    margin-top: -0.5rem; }

.price-200222 {
  padding: 3rem 0 5.5rem 0 !important; }

.price-item__list222 {
  background: #fff;
  padding: 0rem 1.5rem 0 1.4rem;
  font-size: 1.8rem; }

.price-item__list_padding222 {
  padding-bottom: 1rem; }

.sait2 li {
      font-weight: bold;
  list-style: none;
  background: url(../img/elipse.png) no-repeat left top 0.5rem;
  padding-left: 2.5rem;
  padding-bottom: 1.1rem; }

.price-item__buttons222 {
  margin-top: auto;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.5rem 2rem 3.5rem 2rem; }
  .price-item__buttons222 a {
    color: #000;
    text-decoration: none;
    font-size: 3rem;
    background: -webkit-gradient(linear, left bottom, left top, from(#f0da4b), to(#eca835));
    background: -webkit-linear-gradient(bottom, #f0da4b 0%, #eca835 100%);
    background: -o-linear-gradient(bottom, #f0da4b 0%, #eca835 100%);
    background: linear-gradient(0deg, #f0da4b 0%, #eca835 100%);
    padding: 0.8rem 4rem !important;
    color: #fff !important;
    position: relative;
    overflow: hidden; }

.phone .open_modal {
  background: transparent;
  color: #fff;
  padding: 2rem 0 !important; }

.price-item__buttons222 a:first-child {
  border-radius: 1rem; }

.price-item__buttons222 input {
  color: #000 !important;
  padding: 0rem 3rem; }

.price-item__buttons222 .mainpage__button222 {
  margin: 0; }
  .price-item__buttons222 .mainpage__button222 input {
    height: 3.5rem; }

.audi222 {
  background: #f7f7f7; }

.car__img222 {
  margin: -10rem auto;
  width: 70%;
  display: block; }

.podobrannye222 .slick-slide222 {
  -webkit-box-shadow: none;
  box-shadow: none; }

.podobrannye222 .slick-arrow {
  width: 6rem;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: 4.5rem;
  background-repeat: no-repeat; }

.podobrannye222 .slick-prev {
  border-radius: 0 5px 5px 0;
  background-position: -.3rem center; }

.podobrannye222 .slick-next {
  border-radius: 5px 0 0 5px;
  background-position: 1.8rem center; }

.podobrannye_title-slider222 .slick-arrow {
  border-radius: 5px; }

.podobrannye222 .section-title222 {
  text-align: center;
  margin: 15rem 0rem 4rem 0rem;
  color: #333;
  font-weight: 700;
  font-size: 4.7rem;
  text-transform: none; }

.podobrannye_title-slider222 {
  width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3rem;
  font-size: 4.4rem;
  font-weight: 700;
  color: #333; }


.podobrannye222 .slider-bg {
  padding-top: 4rem;
  padding-bottom: 3rem;
  background-color: #f7f7f7; }

.podobrannye-slide222 {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.podobrannye-slide_galery222 {
  width: 49%; }

.podobrannye-slide_galery-big222 {
  margin-bottom: 2rem; }

.podobrannye-slide_galery-big_img222 {
  margin: 0 !important; }

.podobrannye-slide_descript222 {
  width: 49%;
  font-size: 1.7rem; }
  .podobrannye-slide_descript222 h3 {
    font-size: 3.0rem;
    font-weight: 700;
    margin-bottom: 0; }
  .podobrannye-slide_descript222 > p {
    margin-bottom: 2.2rem; }
  .podobrannye-slide_descript222 div {
    margin-bottom: 0.7rem; }
  .podobrannye-slide_descript222 .podobrannye-price222 {
    color: #fcc624;
    font-size: 2.4rem;
    font-weight: 700; }
    .podobrannye-slide_descript222 .podobrannye-price222 span {
      color: #000;
      font-size: 1.7rem; }
  .podobrannye-slide_descript222 div > s, .podobrannye-slide_descript222 div > span {
    font-weight: 700; }
  .podobrannye-slide_descript222 ol {
    margin-top: 2rem;
    margin-bottom: 1.4rem; }
    .podobrannye-slide_descript222 ol li {
      background: url(../img/krestik.png) no-repeat left top 0.3rem; }
    .podobrannye-slide_descript222 ol .plus222 {
      background: url(../img/check.png) no-repeat left top 0.3rem; }

.podobrannye222 .podobrannye-price_strike222 i {
  font-size: 1.2rem; }

.podobrannye222 .podobrannye-slide_consult222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .podobrannye222 .podobrannye-slide_consult222 span {
    display: block;
    font-weight: 400; }
  .podobrannye222 .podobrannye-slide_consult222 .open_modal {
    min-width: auto;
    margin-right: 1.6rem;
    display: block;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    padding: 1.1rem 1.5rem 1.1rem 3.5rem;
    color: #333;
    background: url(../img/call-answer.svg) 1rem center;
    background-color: #fbd972;
    background-size: 2rem;
    background-repeat: no-repeat;
    border-radius: 0.5rem; }

.podobrannye222 .more-autos222 {
  margin-top: 3rem;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .podobrannye222 .more-autos222 span {
    margin-right: 1rem; }
  .podobrannye222 .more-autos222 .socials222 {
    height: 3.5rem; }
    .podobrannye222 .more-autos222 .socials222 img {
      height: 100%;
      margin: 0 1.5rem; }

.check-gropup222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.check-item222 {
  position: relative;
  width: 14%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer; }
  .check-item222 .info-modal {
    display: none;
    padding: 1rem;
    position: absolute;
    top: -1rem;
    left: 50%;
    -webkit-transform: translate3d(-50%, -100%, 0);
    transform: translate3d(-50%, -100%, 0);
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    width: 30rem;
    font-size: 1.4rem;
    line-height: 2rem;
    border-radius: 1rem;
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s; }
    .check-item222 .info-modal::after {
      content: "";
      position: absolute;
      bottom: -1.1rem;
      left: 50%;
      margin: 0 0 0 -.4em;
      border: .4em solid;
      border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
      cursor: auto; }
    .check-item222 .info-modal li {
      line-height: 1.6rem;
      background: none;
      padding: .5rem 0; }
  .check-item222:hover .info-modal {
    -webkit-transition: 1s;
    -o-transition: 1s;
    transition: 1s;
    display: block; }

.check-item_padding {
  padding-top: 2.3rem; }

.check-item__icon222 {
  margin: 0 auto; }

.check-item__name222 {
  font-size: 2rem;
  text-transform: uppercase;
  text-align: center;
  padding: 1rem 0 5rem 0; }

.section-aktia222 {
  background-image: -webkit-gradient(linear, left top, right top, from(#fbd972), color-stop(50%, #fbd971), color-stop(51%, #ffecb3), to(#ffecb3));
  background-image: -webkit-linear-gradient(left, #fbd972 0%, #fbd971 50%, #ffecb3 51%, #ffecb3 100%);
  background-image: -o-linear-gradient(left, #fbd972 0%, #fbd971 50%, #ffecb3 51%, #ffecb3 100%);
  background-image: linear-gradient(to right, #fbd972 0%, #fbd971 50%, #ffecb3 51%, #ffecb3 100%); }

.aktia-block222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 15rem; }

.aktia__text222 {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fbd972;
  color: #000;
  font-size: 3rem;
  width: 100%;
  height: 100%;
  position: relative; }
  .aktia__text222 p {
    font-size: 3rem; }
  .aktia__text222 span {
    text-transform: uppercase; }
  .aktia__text222::after {
    content: "";
    width: 0;
    height: 0;
    top: 1px;
    position: absolute;
    border-top: 7.5rem solid transparent;
    border-left: 3rem solid #fbd972;
    border-bottom: 7.5rem solid transparent;
    right: -3rem; }

.aktia-feedback222 {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 5.5rem;
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
  background-color: #ffecb3; }
  .aktia-feedback222 form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    width: 90%; }

.aktia__form222 > .mainpage__button222 input {
  height: 4rem; }

.aktia-feedback222 form .aktia__form222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.aktia-feedback222 form .mainpage__flex222 {
  margin: 0;
  -ms-flex-preferred-size: 49%;
  flex-basis: 49%; }

.aktia__flex input {
  height: 4.0rem;
  border-radius: 0px 10px 10px 0px; }

.aktia__flex label {
  height: 4.0rem;
  background-color: white;
  border-radius: 10px 0px 0px 10px;
  width: 4.0rem; }

.feedback-section222 {
  background-color: #fff;
  padding-top: 6rem;
  padding-bottom: 3rem; }
  .feedback-section222 .section-title222 {
    margin-top: 0;
    text-align: center; }
  .feedback-section222 .order-btn {
    margin: auto; }
  .feedback-section222 .slick-center {
    -webkit-transform: scale(1.08);
    -ms-transform: scale(1.08);
    transform: scale(1.08);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.15);
    border: 0 !important; }

.feedback-slider222 {
  position: relative;
  margin: 5rem 0; }
  .feedback-slider222::before {
    content: '';
    width: 20%;
    height: 100%;
    background-image: -webkit-gradient(linear, left top, right top, from(#ffffff), to(transparent));
    background-image: -webkit-linear-gradient(left, #ffffff 0%, transparent 100%);
    background-image: -o-linear-gradient(left, #ffffff 0%, transparent 100%);
    background-image: linear-gradient(to right, #ffffff 0%, transparent 100%);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1; }
  .feedback-slider222::after {
    content: '';
    width: 20%;
    height: 100%;
    background-image: -webkit-gradient(linear, right top, left top, from(#ffffff), to(transparent));
    background-image: -webkit-linear-gradient(right, #ffffff 0%, transparent 100%);
    background-image: -o-linear-gradient(right, #ffffff 0%, transparent 100%);
    background-image: linear-gradient(to left, #ffffff 0%, transparent 100%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1; }
  .feedback-slider222 .slide222 {
    background-color: #fff;
    width: 30rem;
    padding: 3rem 2rem;
    border: 2px solid #dddddd;
    border-radius: 1.5rem;
    margin: 4rem 2rem;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s; }
    .feedback-slider222 .slide222 .slide-info222 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 2rem; }
      .feedback-slider222 .slide222 .slide-info222 .slide-img222 {
        width: 6rem;
        height: 6rem;
        background-color: #61545e;
        border-radius: 50%;
        margin-right: 1.5rem;
        overflow: hidden; }
      .feedback-slider222 .slide222 .slide-info222 .feedback-photo222 {
        max-width: 6rem; }
      .feedback-slider222 .slide222 .slide-info222 p {
        font-size: 1.5rem;
        font-weight: 700;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%; }
        .feedback-slider222 .slide222 .slide-info222 p span {
          font-weight: 400;
          font-size: 1.2rem; }
    .feedback-slider222 .slide222 .slide-text222 {
      max-height: 12rem;
      overflow-y: scroll;
      font-size: 1.4rem;
      font-weight: 400;
      padding-bottom: 2rem; }

.counter-box222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 4rem; }
  .counter-box222 .arrow-prev {
    text-align: center;
    line-height: 3.5rem;
    height: 3.0rem;
    width: 3.0rem;
    cursor: pointer;
    margin-right: 3.0rem; }
  .counter-box222 .arrow-next {
    text-align: center;
    line-height: 3.5rem;
    height: 3.0rem;
    width: 3.0rem;
    cursor: pointer;
    margin-left: 3.0rem; }
  .counter-box222 .counter {
    font-size: 2.4rem;
    font-weight: 700;
    text-align: center; }

.mainpage__akcia_slider {
  height: 50%; }

.mainpage__akcia_modal222 {
  margin: 0;
  padding-top: 2rem !important;
  padding-bottom: 3rem !important; }
  .mainpage__akcia_modal222 p {
    margin-bottom: 0 !important; }

.freecons {
  background-color: #f7f7f7;
  padding: 100px 0px; }

.freecons_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 50px 30px 0px 30px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.warrantys-title222 {
  text-align: center;
  color: #1b1b1b;
  margin: 0 !important;
  padding: 9rem 0 5rem 0; }

.warranty-block222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-around; }

.warranty-block-item222 {

  padding: 2rem 1rem;
  text-shadow: 0 0 6px rgba(0, 0, 0, 0.7);
  width: 48.2%;
  color: #fff;
  text-align: center; }

.warranty-block222 div:nth-child(2) {
}

.warranty-block222 div:last-child {
}

.sait2 .warrantys222 .warranty-block-item__title222 {
  font-size: 2.3rem;
  text-transform: uppercase;
  padding-bottom: 4rem;
  text-align: center;
  font-family: 'Ubuntu'; }

.warranty-block-item__text222 {
  text-align: center;
  font-size: 1.62rem; }

.safetys222 {
  background: url(../img/bezopas_icons/autos_bg.png) no-repeat right bottom 20%;
  background-size: 30%; }

.video__title222 {
  padding: 5rem 0 4rem 0; }
  .video__title222 h2 {
    text-align: center; }

.safetys__title222 h2 {
  text-align: left;
  margin: 0 !important;
  margin-bottom: -1rem;
  padding: 9.5rem 0 0; }

.safetys__img222 {
  margin-bottom: 1rem;
  padding-bottom: 6rem;
  width: 100%; }

.safety-block222 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.safety-item222 {
  width: 33%;
  padding-bottom: 4rem; }

.sait2 .safety-item__header222 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .sait2 .safety-item__header222 img {
    max-width: 6.9rem;
    min-width: 6.9rem;
    height: auto; }
  .sait2 .safety-item__header222 h3 {
    text-align: left;
    color: #333;
    font-size: 1.7rem;
    text-transform: uppercase;
    padding-left: 1.3rem;
    padding-right: 4rem; }

.sait2 .safety-item__text222 {
  color: #333;
  font-size: 1.4rem;
  padding-right: 2rem;
  padding-top: 0.6rem; }

.slick-slide222 {
  margin: 0 2rem; }

.checkbox1 {
  text-align: left;
  margin-top: 1%;
  margin-left: 1%;
  width: 100%;
  margin-bottom: 1rem;
  display: block; }

.oferta1 {
  margin-left: 1%; }

.submit {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.submit__phone222 {
  background-image: none;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  background-color: #fff;
  padding: 0 .4rem;
  outline: 0;
  border-left: none; }

.youtube-videos222 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0 4rem;
  background: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(18%, #f4f5f5), to(#f4f5f5));
  background: -webkit-linear-gradient(top, #fff 0%, #f4f5f5 18%, #f4f5f5 100%);
  background: -o-linear-gradient(top, #fff 0%, #f4f5f5 18%, #f4f5f5 100%);
  background: linear-gradient(to bottom, #fff 0%, #f4f5f5 18%, #f4f5f5 100%);
  /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f5f5', GradientType=0) */ }
  .youtube-videos222 .videos-box222 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .youtube-videos222 .videos-box222 .video-block222 {
      width: 45%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 3rem; }
      .youtube-videos222 .videos-box222 .video-block222 iframe {
        height: 30rem; }
      .youtube-videos222 .videos-box222 .video-block222 span {
        font-size: 2rem;
        margin-top: 1rem; }

.video {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 4rem 0 4rem;
  background: #fff;
  background: -webkit-linear-gradient(top, #fff 0%, #f4f5f5 18%, #f4f5f5 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(18%, #f4f5f5), to(#f4f5f5));
  background: -o-linear-gradient(top, #fff 0%, #f4f5f5 18%, #f4f5f5 100%);
  background: linear-gradient(to bottom, #fff 0%, #f4f5f5 18%, #f4f5f5 100%);
  /* filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f5f5', GradientType=0) */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .video > h2 {
    background-image: url(../img/mazok_gray.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
    padding: 5rem;
    font-size: 4rem; }
  .video #autopodbor ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .video #autopodbor ul li span {
      text-align: center; }

.video__laptop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  background-image: url(../img/laptop.png);
  background-position: center;
  background-size: cover;
  width: 85rem;
  height: 42rem; }

.video .resp-tabs-container {
  background: 0 0 !important; }

.video .resp-tab-content {
  border: 0 !important; }

.video .resp-tab-active div {
  overflow: visible;
  -webkit-transition: color .2s;
  -o-transition: color .2s;
  -webkit-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

.video #autopodbor {
  width: auto !important; }
  .video #autopodbor ul {
    padding: 0 !important;
    border-radius: 0 !important;
    background: 0; }
    .video #autopodbor ul li {
      background-image: none;
      position: relative;
      z-index: 1;
      display: block;
      margin: 0;
      text-align: center;
      -moz-flex: 1;
      -ms-flex: 1;
      -webkit-box-flex: 1;
      flex: 1; }
      .video #autopodbor ul li div span {
        display: block;
        font-size: 15px;
        color: #333; }

.video-responsive {
  position: relative;
  top: -1.8rem; }
  .video-responsive iframe {
    width: 56rem;
    height: 31.5rem; }

.yandmap > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 3%; }
  .yandmap > div > div > a, .yandmap > div > div > p {
    font-size: 2.5rem;
    text-decoration: none;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }

#authorCTAHOK222 {
  width: 250px;
  float: right;
  margin-right: 5%;
  margin-bottom: 15px; }

#pCTAHOK222 {
  font-family: Geneva, Arial, Helvetica, sans-serif;
  color: #333;
  font-size: 11px;
  text-transform: none;
  font-weight: 400;
  margin: 7px 5px 0 0;
  float: left; }

#logoCTAHOK222 {
  width: 140px;
  float: left; }

.scrollup {
  width: 85px;
  height: 85px;
  opacity: 1;
  position: fixed;
  bottom: 15px;
  right: 0;
  display: none;
  text-indent: -9999px;
  z-index: 998;
  background: url(../img/icon_top.png) no-repeat; }

.modal_close222 {
  position: absolute;
  cursor: pointer;
  width: 19px;
  height: 19px;
  display: block;
  background: url(../img/close-ico.png) no-repeat;
  background-size: contain;
  top: 10px;
  right: 10px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: -webkit-transform .4s ease;
  -o-transition: transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  -moz-transition: transform .4s ease;
  -webkit-transition: transform 0.4s ease; }
  .modal_close222:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .7s ease;
    -o-transition: transform .7s ease;
    transition: -webkit-transform .7s ease;
    transition: transform .7s ease;
    transition: transform .7s ease, -webkit-transform .7s ease;
    -moz-transition: transform .7s ease;
    -webkit-transition: transform 0.7s ease; }

.modal_div222 {
  width: 800px;
  height: 96vh;
  border-radius: 5px;
  background: #fff;
  position: fixed;
  top: 45%;
  left: 50%;
  margin-top: -48vh;
  margin-left: -390px;
  display: block;
  opacity: 0;
  z-index: 101;
  padding: 20px 10px;
  visibility: hidden;
  overflow: auto; }
  .modal_div222 h3 {
    text-align: center;
    font-size: 2.7rem; }
  .modal_div222 #modal_close222 {
    width: 21px;
    height: 21px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    display: block; }

#modal_div222 {
  position: fixed;
  left: 0; }

#overlay {
  position: fixed;
  left: 0;
  background-color: #000;
  opacity: .8;
  -moz-opacity: .8;
  filter: alpha(opacity=80);
  height: 100%;
  top: 0;
  cursor: pointer;
  display: none;
  z-index: 99;
  width: 100%; }

#modal_div222 {
  z-index: 9999;
  background: #fff;
  margin: 0 auto;
  right: 0;
  width: 90%;
  min-width: 320px;
  max-width: 760px;
  min-height: 100px;
  padding: 10px;
  border-radius: 4px; }

.modal_divDop222 {
  width: 400px !important;
  margin-left: -200px !important;
  height: 420px;
  margin-top: -210px;
  overflow: hidden;
  padding: 0; }
  .modal_divDop222 .mainpage__akcia222 {
    width: 100%; }
    .modal_divDop222 .mainpage__akcia222 p {
      padding: 1.5rem 4rem;
      margin-bottom: 1rem; }
  .modal_divDop222 .modal__text222 {
    font-size: 1.8rem;
    padding: 3% 3.6rem; }

.outssye {
  visibility: visible !important; }

.outss {
  visibility: hidden;
  font-family: Arial;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.outss__img {
  position: absolute;
  left: 21%;
  top: 142px;
  z-index: 10; }
  .outss__img img {
    width: 50%;
    height: 25%; }

.outsscl {
  cursor: pointer;
  position: absolute;
  line-height: 32px;
  font-size: 32px;
  top: 0;
  right: 5px;
  color: #e40000; }
  .outsscl:hover {
    color: #000; }

.outss .outssback {
  background: #000;
  opacity: .8;
  position: fixed;
  width: 100%;
  height: 100%; }

.outss .outsstext {
  padding: 3%;
  border: 1px solid #333;
  background: #fff;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -25%;
  border-radius: 10px;
  text-align: center;
  width: 45%; }
  .outss .outsstext > p {
    margin-bottom: 20px; }
    .outss .outsstext > p:nth-child(2) {
      font-size: 4rem; }
    .outss .outsstext > p:nth-child(3) {
      font-size: 2rem;
      color: #707881; }
    .outss .outsstext > p:nth-child(4) {
      font-size: 4rem;
      color: #e40000;
      font-weight: 600; }
    .outss .outsstext > p:nth-child(5) {
      font-size: 2rem;
      color: #707881; }
  .outss .outsstext > form > .form-group.mainpage__button222 {
    border: 2px solid #9ec534;
    margin-top: 1%; }
    .outss .outsstext > form > .form-group.mainpage__button222 input {
      background-color: #9ec534; }

.slider__harakteristiki {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3rem; }
  .slider__harakteristiki > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-bottom: 1px #333 dashed;
    padding-bottom: 1rem;
    padding-top: 1rem; }
    .slider__harakteristiki > div > p {
      font-size: 2rem; }

.swiper-container {
  width: 100%;
  padding-top: 50px !important;
  padding-bottom: 50px !important; }

.swiper-slide222 {
  background-position: center;
  background-size: cover;
  width: 290px !important;
  height: 500px !important;
  background-color: #fff;
  -webkit-filter: blur(6px);
  filter: blur(6px); }

.cont {
  width: 900px;
  overflow: hidden;
  margin: 0 auto; }

.swiper-slide-next, .swiper-slide-prev {
  -webkit-filter: blur(6px);
  filter: blur(6px); }

.swiper-slide-active {
  -webkit-box-shadow: 0 20px 60px -10px rgba(128, 0, 0, 0.4);
  box-shadow: 0 20px 60px -10px rgba(128, 0, 0, 0.4);
  -webkit-filter: blur(0);
  filter: blur(0); }

.swiper-slide:after {
  content: '';
  background: url(../img/triangle.png) 0 0 no-repeat;
  position: absolute;
  bottom: -35px;
  right: 20px;
  width: 48px;
  height: 35px;
  display: block; }

.swiper__top--yan {
  background: #ffc706;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 12px 10px 15px;
  height: 82px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important; }
  .swiper__top--yan a {
    color: #333;
    font-size: 16px;
    text-decoration: none;
    display: block;
    margin-top: 12px; }

.swiper__body {
  padding: 15px; }
  .swiper__body h4 {
    font-size: 20px;
    line-height: 19px;
    color: #8f7b71;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 0; }
  .swiper__body p {
    font-size: 16px;
    line-height: 19px;
    color: #696868;
    outline: 0 !important;
    margin: 10px 0; }

.swiper__user {
  position: absolute;
  bottom: 20px;
  right: 0;
  left: 0;
  width: 90%;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-pack: justify;
  -o-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 50px; }
  .swiper__user span:nth-child(1) img {
    width: 50px;
    border-radius: 50%; }
  .swiper__user span:nth-child(2) {
    font-size: 15px;
    color: #e12121;
    display: block;
    text-align: left;
    -webkit-box-flex: 2;
    -o-box-flex: 2;
    -ms-box-flex: 2;
    box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    margin-left: 10px; }
  .swiper__user span:nth-child(3) {
    color: #afa29c;
    font-size: 16px;
    line-height: 19px;
    margin-left: 10px; }

.swiper__top--vk {
  background: #507299;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding: 12px 10px 15px;
  height: 82px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: 0 !important; }
  .swiper__top--vk img {
    width: 50px; }
  .swiper__top--vk a {
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    display: block;
    margin-top: 0; }

    .sait2 h3 {
  font-size: 2.7rem;
  text-align: left; }

.sait2 .podobrannye_title-slider222 h3 {
    text-align: center; }

.sait2 .prices__title222 h3 {
  padding-top: 0.5rem;
  letter-spacing: 0.1rem;
  font-size: 2.5rem;
  color: #aeaeae;
  text-align: center; }

.slick-dots li button:before {
  font-size: 10rem !important; }

.product-slider, .product-slider-nav {
  max-width: 780px !important; }

.modal_divDop222 .mainpage__akcia222 {
  border: 0; }

.footer1222 {
  padding: 5rem 0; }

.footer-logo222 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.footer-logo__img {
  padding: 0 1rem; }

.footer-logo__text222 {
  font-size: 1.5rem;
  padding: 1rem 0;
  line-height: 2.3rem; }

.footer-socials222 {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  transition: all 0.8s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .footer-socials222 a {
    padding: 0 0.5rem;
    margin-bottom: 15px; }
    .footer-socials222 a img {
      width: 40px; }

.podobrannye-slide_galery-small_img222 {
  padding-right: 40px;
}

.specialist222 {
  text-align: left;
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-width: 0;
  min-height: 0;
  outline: none;
}





    h3.tech_h3{
          font-size: 35px;
    margin-bottom: 33px;
    text-shadow: none;
    color: #222;
    margin-top: 20px;
    }

    .tech_ul{
          text-align: left;
    font-size: 20px;
    color: #111;
        text-shadow: none;
        /*font-weight: bold;*/
    }

    .container1300{
      max-width: 135rem;

    margin: 0 auto;
    padding: 0 15px;
    }

    .korea_girl{
      max-width: 100%;
      margin-top: 55px;
    }

    .ast_min_img{
           top: 4px;
    position: relative;
    }


.header-mobile__logo333 .logo img{
      width: 77px;
}




@media (max-width: 1200px) {
  .container222 {
    width: 95%; } }

@media (max-width: 1100px) {
.karaoke_b {
    background-image: unset;
    padding: 22px 0;
    padding-top: 100px;
}

.tech_ul {
    text-align: left;
    font-size: 28px;
    color: #111;
    text-shadow: none;
    /* font-weight: bold; */
}

.tech_ul ul{
  margin-top: 30px;
}

.sait2 h3 {
    font-size: 4.7rem;
}


.sait2 li {
    list-style: none;
    background: url(../img/elipse.png) no-repeat left top 1.2rem;
    padding-left: 2.5rem;
    padding-bottom: 1.2rem;
    line-height: 32px;
    margin-bottom: 22px;
    font-weight: normal;
    /* padding-top: 1.1rem; */
}

    .warranty-block-item222 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem !important; }

.korea_mob{
    display: block!important;
    width: 100%;
}

.warranty-block-item222:nth-child(1){
  display: none;
}

  .container222 {
    width: 90%; }
  #authorCTAHOK222 {
    margin-right: 3%; }
  .header__logo222 {
    width: 30rem; }
  .footer__card img {
    width: 33%;
    height: 100%; }
  .mainpage__logo222, .outss__img {
    display: none; }
  .mainpage222 > h1 > span {
    margin-left: 0; }
  .header__rezhim222 {
    width: 43%; }
  .header__call222 {
    width: 26%; }
  .header__circle222 {
    margin-right: 3%; }
  html {
    font-size: 8px; }
  .mainpage__title222 p:first-child {
    width: 97%; }
  .header__contacts222 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0 2.4rem;
    min-width: 40%; }
  .modal_divDop222 {
    height: 360px; }
  .feedback-block {
    -ms-flex-preferred-size: 57%;
    flex-basis: 57%; }
  .feedback- .mainpage__akcia222 {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%; }
  .price-item__buttons222 a {
    font-size: 2.3rem; } }

.master__text_right222 {
  margin-left: 4rem !important;
  min-width: 300px; }

@media (max-width: 950px) {
    .karaoke_b {
    padding-top: 50px;
}
  #header222 {
    padding: 0; }
  .header222 {
    display: none; }
  .header-mobile222 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #mainpage222 {
    padding-top: 12rem; }
  .mainpage__content222 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .mainpage__title222 {
    width: 100%;
    -webkit-margin-after: 3%;
    margin-block-end: 3%; }
  .mainpage222 > p, .mainpage222 > h1 {
    text-align: center; }
  .feedback__flex {
    padding-bottom: 3rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .price-block222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .price-item222 {
    margin-bottom: 4rem !important;
    width: 70%;
    margin: 0 auto; }
  .price-item__header222 {
    background-size: cover;
    padding: 2rem 1rem 1rem;
    height: 29.5rem; }
    .price-item__header222 p {
      font-size: 3.8rem; }
    .price-item__header222 span {
      font-size: 6rem !important; }
  .price-item222:last-child {
    margin: 0  auto !important; }
  .price-item__list222 {
    padding: 3rem 1.5rem 0 3.4rem;
    font-size: 2.3rem; }
  .master222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .master__img222 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    text-align: center;
    margin: 0 auto; }
  .master__text222 > p {
    font-size: 1.8rem;
    line-height: 2.6rem; }
  .master__img222 img {
    width: 80%; }
  .master__text_right222 {
    margin-left: 0rem !important;
    padding-top: 3rem !important; }
  .check-item222 {
    width: 33%; }
  .safety-item222 {
    -ms-flex-preferred-size: 49%;
    flex-basis: 49%; }
  html {
    font-size: 7px; }
  .header222 {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header__logo222 {
    margin-bottom: 1rem;
    max-width: 37rem; }
  .header__contacts222 {
    width: 30%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .header__contacts222 a {
      margin-bottom: 3% rem; }
  .mainpage222 > h1 {
    margin-left: 0;
    /* line-height: 6rem; */
    /* padding: 2rem 1rem 3rem; */
    /* font-size: 4.3rem */ }
    .mainpage222 > h1 > span {
      margin-left: 0;
      font-size: 4.7rem; }
  .mainpage__title222 p:first-child {
    padding: 5rem;
    text-align: center;
    font-size: 3.5rem;
    line-height: 3rem; }
  .mainpage__akcia222 {
    width: 50%;
    margin: auto; }
  .mainpage__akcia_slider {
    height: auto; }
  .mainpage__akcia222 .mainpage__button222 input {
    height: 4rem; }
  .resp-tabs-container .resp-accordion {
    width: 97vw;
    background-color: #ebf4fe;
    color: #333;
    border: 0; }
  .resp-tab-content {
    padding: 15px 0 !important; }
  .footer__all {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__card {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
    .footer__card img:nth-child(7) {
      margin: 0; }
  .modal_div222 {
    width: 500px;
    margin-left: -250px; }
  .modal_divDop222 {
    height: 300px; }
  .video #autopodbor ul {
    display: none; }
  .outss .outsstext {
    width: 60%;
    margin-left: -30%; }
  .cont222 {
    width: 90%; }
  .video222 {
    padding-bottom: 5rem; }
  .car__img222 {
    margin: -5rem auto; }
  .podobrannye-slide222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .podobrannye-slide_galery222 {
    width: 90%;
    margin-bottom: 2rem; }
  .podobrannye-slide_descript222 {
    width: 90%;
    font-size: 1.9rem; }
  .video-block222 {
    width: 70% !important; }
    .video-block222 iframe {
      height: 35rem !important; } }

.aktia__text222 {
  -ms-flex-preferred-size: 35%;
  flex-basis: 35%; }

.aktia-feedback222 {
  -ms-flex-preferred-size: 65%;
  flex-basis: 65%; }
  .aktia-feedback222 .mainpage__button222 input {
    font-size: 2.3rem; }

@media (max-width: 768px) {
  .karaoke_b {
    padding-top: 10px;
}
  .podobrannye_title-slider222 {
    width: 87%; }
  .podobrannye-slide222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .podobrannye-slide_galery222 {
    width: 100%; }
  .podobrannye-slide_galery-small222 {
    display: none !important; }
  .podobrannye-slide_descript222 {
    width: 100%; }
  .video-block222 {
    width: 90% !important; } }

@media (max-width: 600px) {
  ::-webkit-input-placeholder, ::-moz-placeholder, :-moz-placeholder, :-ms-input-placeholder {
    color: #a5a5a5;
    font-size: 2.65rem; }
  .podobrannye222 .more-autos222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 2.4rem; }
    .podobrannye222 .more-autos222 span {
      margin-right: 0rem;
      text-align: center;
      margin-bottom: 1.5rem; }
    .podobrannye222 .more-autos222 .socials222 {
      height: 5rem; }
      .podobrannye222 .more-autos222 .socials222 img {
        margin: 0 2.5rem; }
  .sait2 h2 {
    font-size: 3rem; }
  .sait2 .safety-item__header222 img {
    max-width: 5.9rem;
    min-width: 5.9rem; }
  .sait2 .safety-item__header222 h3 {
    font-size: 1.2rem; }
  .footer-logo222 .header__logo222 {
    margin: auto;
    text-align: center; }
  .aktia-feedback222 {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%; }
    .aktia-feedback222 form {
      width: 80%; }
      .aktia-feedback222 form .aktia__form222 {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        flex-direction: column; }
        .aktia-feedback222 form .aktia__form222 .mainpage__flex222 {
          margin: 0;
          height: 3rem;
          font-size: 1.3rem;
          margin-bottom: 1rem; }
        .aktia-feedback222 form .aktia__form222 .mainpage__button222 input {
          height: 2.5rem; }
  .sait2 .podobrannye_title-slider_block h3 {
    font-size: 2.2rem; }
  .aktia__text222 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%; }
    .aktia__text222 br {
      display: none; }
    .aktia__text222 p {
      font-size: 2.1rem; }
  .mainpage__akcia222 > P {
    font-size: 2.6rem;
    line-height: 3rem; }
  .orange222 {
    font-size: 2.6rem; }
  .safety-item222 {
    width: 100%;
    padding-bottom: 4rem; }
  .video {
    padding-bottom: 2%; }
  .yandmap > div {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .yandmap .container222 > p {
    width: 70%;
    margin-top: 1%;
    font-size: 2.5rem !important; }
  .price-item__buttons222 .open_modal {
    font-size: 2.7rem !important;
    padding: 0.6rem 2rem; }
  .car__img222 {
    margin: 0 auto;
    width: 90%; }
  .footer__contacts {
    margin-top: 2%; }
  .video__laptop {
    width: auto; }
  h2.resp-accordion {
    font-size: 3rem !important; }
  .video .resp-tabs-container .resp-accordion {
    width: 96vw; }
  .mainpage__perenos222 {
    display: block; }
  #mainpage222 {
    padding-top: 12rem;
    -webkit-box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.3); }
  .mainpage222 > h1 {
    text-align: center;
    font-size: 3.2rem;
    margin: 1rem !important;
    color: #fff;
    padding: 0 4rem;
    line-height: 3.2rem; }
    .mainpage222 > h1 > span {
      font-size: 5rem; }
  .mainpage222 > p {
    color: #fff;
    font-size: 2.5rem;
    text-align: center; }
  .mainpage__akcia222 {
    width: 100%; }
  .mainpage__title222 p {
    width: 100%; }
    .mainpage__title222 p:first-child {
      width: 100%;
      font-size: 3rem; }
  .modal_div222 {
    width: 300px;
    margin-left: -150px; }
  .slider__harakteristiki {
    padding: 2%; }
    .slider__harakteristiki > div p:nth-child(2) {
      text-align: right; }
  .slick-dots {
    bottom: -42px !important; }
  .video .resp-tabs-container .resp-accordion {
    margin: 0 auto; }
  .video__laptop {
    background: 0 0; }
  .footer__card img {
    width: 27%;
    height: 100%; }

  .scrollup {
    width: 35px;
    height: 35px;
    background-size: cover;
    left: 0; }
  #authorCTAHOK222 {
    margin-left: 25px; }
  .outss .outsstext {
    width: 80%;
    margin-left: -40%; }
  .submit__button input {
    border-radius: 0.5rem; }
  .submit__phone222 {
    border-radius: 0 0.5rem 0.5rem 0; }
  .footer__photo {
    width: 80px;
    height: 80px; }
  .footer__contacts--top > p {
        font-size: 2.5rem;
    width: calc(100% - 90px);
    margin-bottom: 3rem; }
  .mainpage__flex222 input, .mainpage__flex222 label {
    height: 4rem;
    font-size: 1.5rem; }
  .mainpage__akcia222 .mainpage__flex222 input, .mainpage__akcia222 .mainpage__flex222 label {
    height: 5rem;
    font-size: 2rem; }
  .aktia__form222 > .mainpage__button222 input {
    height: 4rem;
    font-size: 2rem;
    padding: 0; }
  .modal_divDop222 {
    height: 350px; }
  .warranty-block-item222 {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 2rem !important; }
  .safetys222 {
    background: none; }
  .safety-block222 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0; }
  .safety-item__header222 h3 {
    padding-right: 0; }
  .sait2 .safety-item__text222 {
    font-size: 1.8rem; }
  .mainpage__button222 input {
    height: 5rem;
    font-size: 3.5rem;
    cursor: pointer; }
  .warranty-block-item__title222 {
    padding-bottom: 2rem;
    font-size: 2rem; }
  .aktia__text222 {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%; }
  .aktia-feedback222 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 60%;
    flex-basis: 60%;
    padding-top: 3rem; }
  .aktia__form222 .mainpage__button222, .aktia__form222 .mainpage__flex222 {
    width: 90%; }
  .price-item222 {
    width: 90%; }
  .footer1222 {
    padding-bottom: 0; }
  .footer-logo222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .footer-logo222 .header__logo222 a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: auto; }
  .footer-socials222 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 3rem; }
  .podobrannye222 .podobrannye-slide_consult222 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .podobrannye222 .podobrannye-slide_consult222 .open_modal {
      width: 16rem;
      padding: 1.1rem 1.5rem 1rem 3.5rem;
      margin-bottom: 2rem; }
  .check-item222:nth-child(1) .info-modal, .check-item222:nth-child(4) .info-modal, .check-item222:nth-child(7) .info-modal, .check-item222:nth-child(10) .info-modal {
    -webkit-transform: translate3d(-30%, -100%, 0);
    transform: translate3d(-30%, -100%, 0); }
  .check-item222:nth-child(1) .info-modal::after, .check-item222:nth-child(4) .info-modal::after, .check-item222:nth-child(7) .info-modal::after, .check-item222:nth-child(10) .info-modal::after {
    left: 30%; }
  .check-item222:nth-child(3) .info-modal, .check-item222:nth-child(6) .info-modal, .check-item222:nth-child(9) .info-modal, .check-item222:nth-child(12) .info-modal {
    -webkit-transform: translate3d(-70%, -100%, 0);
    transform: translate3d(-70%, -100%, 0); }
  .check-item222:nth-child(3) .info-modal::after, .check-item222:nth-child(6) .info-modal::after, .check-item222:nth-child(9) .info-modal::after, .check-item222:nth-child(12) .info-modal::after {
    left: 70%; }
  .video-block222 iframe {
    height: 30rem !important; } }
.personal222{
  font-size: 1.3rem;
  text-decoration:none;
  font-family: Arial sans-serif;
}







@media (max-width: 400px) {
  .safety-item222 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%; }
  #mainpage222 {
    padding-top: 8rem; }
  .yandmap > div > div > a {
    font-size: 4.5rem; }
  .yandmap .container222 > div {
    width: 90%;
    margin-bottom: 2rem; }
  .yandmap .container222 > p {
    font-size: 3.5rem !important;
    width: 90% !important; }
  .yandmap > div > div > p {
    font-size: 4.5rem; }
  #authorCTAHOK222 {
    margin-right: 0; }
  .footer__contacts--left > div > a {
    font-size: 3.4rem;
    margin-bottom: 2rem !important; }
  .footer__contacts--right {
    margin: 0 auto;
    width: 100%; }
    .footer__contacts--right > p {
      font-size: 3.3rem;
      margin-bottom: 2rem;
      margin-bottom: 2rem !important; }
      .footer__contacts--right > p:nth-child(3) {
        font-size: 3rem !important; }
  .footer__contacts--left {
    margin: 0 auto;
    width: 100%; }
  .video-responsive iframe {
    width: auto; }
  .outss .outsstext {
    width: 96%;
    margin-left: -48%; }
  html {
    font-size: 6px; }
  .sait2 .safety-block222 {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 0; }
  .modal_divDop222 {
    width: 300px !important;
    margin-left: -150px !important; }
  .footer__all > div:nth-child(3) {
    width: 100% !important; }
  .footer__all > p {
    font-size: 2.5rem;
    padding: 5rem 7rem; }
  .mainpage222 > h1 {
    font-size: 3.2rem; }
    .mainpage222 > h1 > span {
      font-size: 4rem; }
  .factory h2 {
    font-size: 3rem;
    padding: 1.3rem;
    padding: 2rem; }
  .video > h2 {
    font-size: 3rem;
    padding: 1rem;
    padding: 2rem;
    margin-bottom: 5%;
    line-height: 3rem; }
  .video .resp-tabs-container .resp-accordion {
    width: 94vw; }
  .modal_divDop222 {
    height: 320px; }
  .cont, .price-item222 {
    width: 100%; }
  .feedback__flex {
    padding: 10px; }
  .feedback-slider222-arrow {
    top: 30%; }
  .feedback-slider222-arrow_left {
    left: -10px; }
  .feedback-slider222-arrow_right {
    right: -10px; }
  .aktia-feedback222 {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-preferred-size: 65%;
    flex-basis: 65%; }
  .aktia__text222 {
    -ms-flex-preferred-size: 35%;
    flex-basis: 35%; }
    .aktia__text222 br {
      display: none; }
    .aktia__text222 p {
      font-size: 1.7rem; }
  .mainpage__flex222 input, .mainpage__flex222 label {
    height: 4rem;
    font-size: 2rem; }
  .aktia__form222 > .mainpage__button222 input {
    height: 4rem;
    font-size: 1.8rem;
    padding: 0; }
  .video-block222 {
    width: 95% !important; } }



