#cars_3d_presentation {
  /* HTML5 display-role reset for older browsers */
}
#cars_3d_presentation ::-webkit-scrollbar {
  width: 8px;
  height: 10px;
  background: rgba(255, 255, 255, 0);
}
#cars_3d_presentation ::-webkit-scrollbar-thumb {
  background: #E0E8EB;
  border-radius: 4px;
}
#cars_3d_presentation ::-webkit-scrollbar-thumb:hover {
  background: #d6dee1;
  cursor: pointer;
}
#cars_3d_presentation ::-webkit-scrollbar-thumb:active {
  background: #C2D0D5;
}
@font-face {
  font-family: Exo2;
  src: url('../fonts/Exo2-Regular.ttf');
}
@font-face {
  font-family: Exo2L;
  src: url('../fonts/Exo2-Light.ttf');
}
@font-face {
  font-family: Exo2M;
  src: url('../fonts/Exo2-Medium.ttf');
}
@font-face {
  font-family: Exo2B;
  src: url('../fonts/Exo2-Bold.ttf');
}
#cars_3d_presentation html,
#cars_3d_presentation body,
#cars_3d_presentation div,
#cars_3d_presentation span,
#cars_3d_presentation applet,
#cars_3d_presentation object,
#cars_3d_presentation iframe,
#cars_3d_presentation h1,
#cars_3d_presentation h2,
#cars_3d_presentation h3,
#cars_3d_presentation h4,
#cars_3d_presentation h5,
#cars_3d_presentation h6,
#cars_3d_presentation p,
#cars_3d_presentation blockquote,
#cars_3d_presentation pre,
#cars_3d_presentation a,
#cars_3d_presentation abbr,
#cars_3d_presentation acronym,
#cars_3d_presentation address,
#cars_3d_presentation big,
#cars_3d_presentation cite,
#cars_3d_presentation code,
#cars_3d_presentation del,
#cars_3d_presentation dfn,
#cars_3d_presentation em,
#cars_3d_presentation img,
#cars_3d_presentation ins,
#cars_3d_presentation kbd,
#cars_3d_presentation q,
#cars_3d_presentation s,
#cars_3d_presentation samp,
#cars_3d_presentation small,
#cars_3d_presentation strike,
#cars_3d_presentation strong,
#cars_3d_presentation sub,
#cars_3d_presentation sup,
#cars_3d_presentation tt,
#cars_3d_presentation var,
#cars_3d_presentation b,
#cars_3d_presentation u,
#cars_3d_presentation i,
#cars_3d_presentation center,
#cars_3d_presentation dl,
#cars_3d_presentation dt,
#cars_3d_presentation dd,
#cars_3d_presentation ol,
#cars_3d_presentation ul,
#cars_3d_presentation li,
#cars_3d_presentation fieldset,
#cars_3d_presentation form,
#cars_3d_presentation label,
#cars_3d_presentation legend,
#cars_3d_presentation table,
#cars_3d_presentation caption,
#cars_3d_presentation tbody,
#cars_3d_presentation tfoot,
#cars_3d_presentation thead,
#cars_3d_presentation tr,
#cars_3d_presentation th,
#cars_3d_presentation td,
#cars_3d_presentation article,
#cars_3d_presentation aside,
#cars_3d_presentation canvas,
#cars_3d_presentation details,
#cars_3d_presentation embed,
#cars_3d_presentation figure,
#cars_3d_presentation figcaption,
#cars_3d_presentation footer,
#cars_3d_presentation header,
#cars_3d_presentation hgroup,
#cars_3d_presentation menu,
#cars_3d_presentation nav,
#cars_3d_presentation output,
#cars_3d_presentation ruby,
#cars_3d_presentation section,
#cars_3d_presentation summary,
#cars_3d_presentation time,
#cars_3d_presentation mark,
#cars_3d_presentation audio,
#cars_3d_presentation video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  -webkit-appearance: none;
}
#cars_3d_presentation *,
#cars_3d_presentation *::before,
#cars_3d_presentation *::after {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
#cars_3d_presentation article,
#cars_3d_presentation aside,
#cars_3d_presentation details,
#cars_3d_presentation figcaption,
#cars_3d_presentation figure,
#cars_3d_presentation footer,
#cars_3d_presentation header,
#cars_3d_presentation hgroup,
#cars_3d_presentation menu,
#cars_3d_presentation nav,
#cars_3d_presentation section,
#cars_3d_presentation main {
  display: block;
}
#cars_3d_presentation body {
  margin: 0;
  padding: 0;
  line-height: 1;
}
#cars_3d_presentation ol,
#cars_3d_presentation ul {
  list-style: none;
}
#cars_3d_presentation blockquote,
#cars_3d_presentation q {
  quotes: none;
}
#cars_3d_presentation blockquote:before,
#cars_3d_presentation blockquote:after,
#cars_3d_presentation q:before,
#cars_3d_presentation q:after {
  content: '';
  content: none;
}
#cars_3d_presentation table {
  border-collapse: collapse;
  border-spacing: 0;
}
.scene_popups_content {
  position: absolute;
  display: none;
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation {
  width: 100%;
  position: relative;
  height: auto;
  min-height: 80vh;
  max-height: 980px;
  background: #ecf0f1;
}
#cars_3d_presentation.fullScreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh !important;
  min-height: auto !important;
  max-height: none !important;
  z-index: 999999999999999999;
}
#cars_3d_presentation.fullScreen .protblock {
  height: 100vh;
  padding: 0 !important;
  min-height: auto !important;
  max-height: none !important;
}
#cars_3d_presentation {
  /* animation */
}
#cars_3d_presentation .mobile-scene {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #ecf0f1;
  z-index: 999;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#cars_3d_presentation .mobile-scene div {
  width: 80%;
  top: 55%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#cars_3d_presentation .mobile-scene div .moduleLoadRules {
  margin: auto;
  font-family: Exo2M;
}
#cars_3d_presentation .mobile-scene div img {
  width: 100%;
  margin-bottom: -40px;
}
#cars_3d_presentation .mobile-scene.active {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#cars_3d_presentation .protblock {
  width: 100%;
  max-width: 1920px;
  height: 80vh;
  min-height: 540px;
  background: #ecf0f1;
  position: relative;
  z-index: 1;
  padding: 0 15px;
  padding-top: 20px;
  font-family: Exo2;
  overflow: hidden;
  margin: auto;
}
#cars_3d_presentation .protblock__scene {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}
#cars_3d_presentation .protblock__scene .anchor,
#cars_3d_presentation .protblock__scene .anchor-intterior {
  pointer-events: all;
  display: none;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: -200px;
  top: -200px;
  width: 30px;
  height: 30px;
  background: rgba(26, 54, 68, 0.5);
  position: absolute;
  z-index: 2;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  border-radius: 100%;
  border: 2px solid rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 4px 20px -1px rgba(26, 54, 68, 0.2);
          box-shadow: 0 4px 20px -1px rgba(26, 54, 68, 0.2);
}
#cars_3d_presentation .protblock__scene .anchor.hide,
#cars_3d_presentation .protblock__scene .anchor-intterior.hide {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#cars_3d_presentation .protblock__scene .anchor.offscreen,
#cars_3d_presentation .protblock__scene .anchor-intterior.offscreen {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#cars_3d_presentation .protblock__scene .anchor.active,
#cars_3d_presentation .protblock__scene .anchor-intterior.active {
  width: 46px;
  height: 46px;
  background: rgba(26, 54, 68, 0.6);
  border: 4px solid #fff;
}
#cars_3d_presentation .protblock__scene .anchor::before,
#cars_3d_presentation .protblock__scene .anchor-intterior::before,
#cars_3d_presentation .protblock__scene .anchor::after,
#cars_3d_presentation .protblock__scene .anchor-intterior::after {
  content: '';
  width: 60%;
  height: 4px;
  border-radius: 2px;
  background: #ffffff;
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#cars_3d_presentation .protblock__scene .anchor::after,
#cars_3d_presentation .protblock__scene .anchor-intterior::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#cars_3d_presentation .protblock__scene .anchor:hover,
#cars_3d_presentation .protblock__scene .anchor-intterior:hover {
  cursor: pointer;
  opacity: 1;
  -webkit-transform: scale(1.15);
      -ms-transform: scale(1.15);
          transform: scale(1.15);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#cars_3d_presentation .protblock__scene[data-where="exterior"] .anchor {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#cars_3d_presentation .protblock__scene[data-where="interior"] .anchor-intterior {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
#cars_3d_presentation .protblock__steps {
  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;
  width: 100%;
  max-width: 610px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#cars_3d_presentation .protblock__steps.hide {
  top: -20px;
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .protblock__steps * {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#cars_3d_presentation .protblock__steps.step-1::after {
  left: 0;
  width: 50%;
}
#cars_3d_presentation .protblock__steps.step-2::after {
  left: 0;
  width: 100%;
}
#cars_3d_presentation .protblock__steps.step-2 > div p {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 6px;
  border-radius: 5px;
  background: rgba(26, 54, 68, 0.5);
  color: white;
}
#cars_3d_presentation .protblock__steps.step-2 > div p::before {
  content: '';
  width: 2px;
  height: 7px;
  background: rgba(26, 54, 68, 0.5);
  position: absolute;
  left: 50%;
  top: -7px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#cars_3d_presentation .protblock__steps.step-2 > div h3 {
  -webkit-transform: translateY(10px) !important;
      -ms-transform: translateY(10px) !important;
          transform: translateY(10px) !important;
  font-family: Exo2B;
  color: #fff;
}
#cars_3d_presentation .protblock__steps::before {
  z-index: 0;
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: #BBC7CC;
  top: 8px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#cars_3d_presentation .protblock__steps::after {
  z-index: 0;
  -webkit-transition: all 0.6s ease 0.2s;
  -o-transition: all 0.6s ease 0.2s;
  transition: all 0.6s ease 0.2s;
  content: '';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #E42D24;
  top: 8px;
  left: 0;
}
#cars_3d_presentation .protblock__steps > div {
  text-align: center;
  position: absolute;
  z-index: 2;
  pointer-events: none;
  cursor: pointer;
}
#cars_3d_presentation .protblock__steps > div:nth-child(1) {
  left: 0;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#cars_3d_presentation .protblock__steps > div:nth-child(2) {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#cars_3d_presentation .protblock__steps > div:nth-child(3) {
  left: 100%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
#cars_3d_presentation .protblock__steps > div:hover span {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 0.2s ease 0s;
  -o-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
}
#cars_3d_presentation .protblock__steps > div span {
  -webkit-transition: background 0.2s ease 0.6s;
  -o-transition: background 0.2s ease 0.6s;
  transition: background 0.2s ease 0.6s;
  margin: 0 auto;
  margin-bottom: 9px;
  display: block;
  width: 19px;
  height: 19px;
  background: #BBC7CC;
  border-radius: 50%;
}
#cars_3d_presentation .protblock__steps > div p {
  -webkit-transition: all 0.2s ease 0.6s;
  -o-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
  font-family: Exo2L;
  font-size: 13px;
  opacity: 0;
  white-space: nowrap;
  visibility: hidden;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
}
#cars_3d_presentation .protblock__steps > div h3 {
  -webkit-transition: all 0.4s ease 0.6s;
  -o-transition: all 0.4s ease 0.6s;
  transition: all 0.4s ease 0.6s;
  -webkit-transform: translateY(15px);
      -ms-transform: translateY(15px);
          transform: translateY(15px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease 0.6s;
  -o-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
  text-transform: capitalize;
}
#cars_3d_presentation .protblock__steps > div.active {
  pointer-events: all;
}
#cars_3d_presentation .protblock__steps > div.active span {
  background: #E42D24;
}
#cars_3d_presentation .protblock__steps > div.active p {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}
#cars_3d_presentation .protblock__steps > div.active h3 {
  -webkit-transform: translateY(5px);
      -ms-transform: translateY(5px);
          transform: translateY(5px);
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.2s ease 0.6s;
  -o-transition: all 0.2s ease 0.6s;
  transition: all 0.2s ease 0.6s;
  text-transform: capitalize;
}
#cars_3d_presentation .protblock .holder {
  width: 100%;
  max-height: 0px;
  max-width: 1200px;
  margin: 0 auto;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -70%);
      -ms-transform: translate(-50%, -70%);
          transform: translate(-50%, -70%);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
#cars_3d_presentation .protblock .holder.hidden {
  -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s linear 0.5s;
  -o-transition: all 0.3s linear 0.5s;
  transition: all 0.3s linear 0.5s;
}
#cars_3d_presentation .protblock__name {
  opacity: 0;
  width: 244px;
  height: 100px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#cars_3d_presentation .protblock__name-block {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: translate(-20px, -50%);
      -ms-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}
#cars_3d_presentation .protblock__name-block.active {
  left: 0;
  width: 240px;
  -webkit-transition: all 0.4s ease 0.8s;
  -o-transition: all 0.4s ease 0.8s;
  transition: all 0.4s ease 0.8s;
  -webkit-transform: translate(-20px, -50%);
      -ms-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}
@media only screen and (max-width: 1270px), only screen and (max-device-width: 1270px) {
  #cars_3d_presentation .protblock__name-block.active {
    left: 40px;
  }
}
#cars_3d_presentation .protblock__name-block .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 12px;
}
#cars_3d_presentation .protblock__name-block p {
  color: #1A3644;
  font-size: 25px;
  white-space: nowrap;
  font-family: Exo2B;
  margin-bottom: 31px;
  text-shadow: 0 0 30px #fff, 0 0 10px #fff, 0 0 2px rgba(255, 255, 255, 0.6);
}
#cars_3d_presentation .protblock__name-block button {
  width: 130px;
  height: 44px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #7E919B;
  border-radius: 25px;
  font-family: Exo2L;
  font-size: 17px;
  line-height: 40px;
  background: none;
  cursor: pointer;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  color: #1A3644;
  padding: 0 15px 6px;
}
#cars_3d_presentation .protblock__name-block button:hover {
  background: #7E919B;
  color: #fff;
}
#cars_3d_presentation .protblock__chars {
  width: 220px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
#cars_3d_presentation .protblock__chars-block {
  position: absolute;
  top: 50%;
  width: 0;
  overflow: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translate(-20px, -50%);
      -ms-transform: translate(-20px, -50%);
          transform: translate(-20px, -50%);
}
#cars_3d_presentation .protblock__chars-block.active {
  width: 244px;
  -webkit-transition: all 0.4s ease 0.8s;
  -o-transition: all 0.4s ease 0.8s;
  transition: all 0.4s ease 0.8s;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  opacity: 1;
}
#cars_3d_presentation .protblock__chars-block > div {
  width: 244px;
  min-width: 244px;
}
#cars_3d_presentation .protblock__chars-block .item:not(:last-child) {
  margin-bottom: 18px;
}
#cars_3d_presentation .protblock__chars-block .item .tit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-bottom: 5px;
}
#cars_3d_presentation .protblock__chars-block .item .tit .icn-nav {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  fill: rgba(26, 54, 68, 0.45);
}
#cars_3d_presentation .protblock__chars-block .item .tit:hover p {
  color: #E42D24;
}
#cars_3d_presentation .protblock__chars-block .item .tit:hover .icn-nav {
  fill: rgba(26, 54, 68, 0.6);
}
#cars_3d_presentation .protblock__chars-block .item .tit p {
  font-size: 17px;
  color: #1A3644;
  font-family: Exo2L;
  position: absolute;
  left: 46px;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
#cars_3d_presentation .protblock__chars-block .item .tit p.nname {
  opacity: 0;
  color: #1A3644;
  font-size: 19px;
}
#cars_3d_presentation .protblock__chars-block .item .info {
  padding-top: 0;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transition: all 0.35s ease-in-out;
  -o-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
#cars_3d_presentation .protblock__chars-block .item .info ul {
  list-style-type: none;
  counter-reset: num;
  margin: 0 auto 10px auto;
}
#cars_3d_presentation .protblock__chars-block .item .info ul > li {
  position: relative;
  list-style: none;
  margin-bottom: 5px;
  min-height: 16px;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
  color: #1A3644;
}
#cars_3d_presentation .protblock__chars-block .item .info ul > li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 2px;
  top: 7px;
  z-index: 3;
  background: rgba(26, 54, 68, 0.2);
  border-radius: 100%;
}
#cars_3d_presentation .protblock__chars-block .item .info ul > li > * {
  margin: 10px auto 5px;
}
#cars_3d_presentation .protblock__chars-block .item .info ul > li > * > li:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 3;
  background: rgba(26, 54, 68, 0.3);
  border-radius: 100%;
}
#cars_3d_presentation .protblock__chars-block .item .info p {
  color: #1A3644;
  font-size: 13px;
  line-height: 18px;
}
#cars_3d_presentation .protblock__chars-block .item.active .tit .icn-nav {
  fill: #E42D24;
}
#cars_3d_presentation .protblock__chars-block .item.active .tit > p {
  opacity: 0;
}
#cars_3d_presentation .protblock__chars-block .item.active .tit > p.nname {
  opacity: 1;
}
#cars_3d_presentation .protblock__chars-block .item.active .info {
  max-height: 300px;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
#cars_3d_presentation .protblock .protblock__slider-block {
  width: 100%;
  max-width: 584px;
  margin: 0 auto;
  padding: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, -55%);
      -ms-transform: translate(-50%, -55%);
          transform: translate(-50%, -55%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#cars_3d_presentation .protblock .protblock__slider-block.active {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  visibility: visible;
  opacity: 1;
}
#cars_3d_presentation .protblock .protblock__slider-block .swiper-button-prev,
#cars_3d_presentation .protblock .protblock__slider-block .swiper-button-next {
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  position: relative;
  z-index: 10;
  margin: 0;
}
#cars_3d_presentation .protblock .protblock__slider-block .swiper-button-prev:after,
#cars_3d_presentation .protblock .protblock__slider-block .swiper-button-next:after {
  display: none;
}
#cars_3d_presentation .protblock__slider {
  width: 80%;
  max-width: 544px;
  position: relative;
  z-index: 1;
  overflow: hidden;
  height: 70px;
}
#cars_3d_presentation .protblock__slider .swiper-wrapper .swiper-slide {
  position: relative;
  z-index: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}
#cars_3d_presentation .protblock__slider .swiper-wrapper .swiper-slide:not(.swiper-slide-prev):not(.swiper-slide-active):not(.swiper-slide-next) {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .protblock__slider .swiper-wrapper .swiper-slide:hover img {
  -webkit-transform: translateX(-5px);
      -ms-transform: translateX(-5px);
          transform: translateX(-5px);
}
#cars_3d_presentation .protblock__slider .swiper-wrapper .swiper-slide.swiper-slide-active img {
  -webkit-transform: scale(1.8);
      -ms-transform: scale(1.8);
          transform: scale(1.8);
}
#cars_3d_presentation .protblock__slider .swiper-wrapper .swiper-slide.swiper-slide-active > div {
  right: -10px;
  bottom: 0;
  max-width: 50px;
  max-height: 50px;
  width: 50px;
  height: 50px;
  background: #E42D24;
}
#cars_3d_presentation .protblock__slider .swiper-wrapper .swiper-slide img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 70%;
  display: block;
  margin: 0 auto;
  margin-top: 10px;
}
#cars_3d_presentation .protblock__slider .swiper-wrapper .swiper-slide > div {
  position: absolute;
  bottom: 5px;
  right: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #1A3644;
}
#cars_3d_presentation .protblock__slider .swiper-wrapper .swiper-slide > div svg {
  width: 60%;
}
#cars_3d_presentation .protblock.infoActive .protblock__scene {
  pointer-events: none;
}
#cars_3d_presentation .protblock.infoActive .protblock__scene > [class*='anchor']:not(.active) {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .protblock.infoActive .protblock__scene > [class*='anchor'] {
  pointer-events: none;
}
#cars_3d_presentation .car_view_scene {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
}
#cars_3d_presentation .car_view_scene .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}
#cars_3d_presentation .car_view_scene > div {
  width: 100%;
  height: 100%;
  position: relative;
}
#cars_3d_presentation .car_view_scene__nav {
  pointer-events: all;
  position: absolute;
  padding-top: 20px;
  padding-bottom: 30px;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#cars_3d_presentation .car_view_scene__nav.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#cars_3d_presentation .car_view_scene__nav .item {
  width: 133px;
  text-align: center;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#cars_3d_presentation .car_view_scene__nav .item.active {
  pointer-events: none;
}
#cars_3d_presentation .car_view_scene__nav .item.active .img img {
  opacity: 0;
}
#cars_3d_presentation .car_view_scene__nav .item.active .img img.ac {
  opacity: 1;
}
#cars_3d_presentation .car_view_scene__nav .item a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#cars_3d_presentation .car_view_scene__nav .item.disable {
  opacity: 0.4;
  pointer-events: none;
}
#cars_3d_presentation .car_view_scene__nav .item .img {
  position: relative;
  margin: 0 auto;
  margin-bottom: 10px;
  width: 44px;
  height: 44px;
  cursor: pointer;
}
#cars_3d_presentation .car_view_scene__nav .item .img img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#cars_3d_presentation .car_view_scene__nav .item .img img.ac {
  opacity: 0;
}
#cars_3d_presentation .car_view_scene__nav .item p {
  font-family: Exo2L;
  font-size: 15px;
}
#cars_3d_presentation .car_view_scene__info {
  width: 275px;
  margin-left: auto;
  margin-right: 20px;
  pointer-events: all;
}
#cars_3d_presentation .car_view_scene__info-item {
  display: none;
  position: relative;
}
#cars_3d_presentation .car_view_scene__info-item .close {
  position: absolute;
  top: 4px;
  left: -30px;
  width: 15px !important;
  height: 15px !important;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0.5s;
  -o-transition: all 0.3s ease 0.5s;
  transition: all 0.3s ease 0.5s;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
#cars_3d_presentation .car_view_scene__info-item .close.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#cars_3d_presentation .car_view_scene__info-item .close:hover svg {
  opacity: 0;
  -webkit-transform: translateY(-17px);
      -ms-transform: translateY(-17px);
          transform: translateY(-17px);
}
#cars_3d_presentation .car_view_scene__info-item .close:hover svg.cl {
  opacity: 1;
}
#cars_3d_presentation .car_view_scene__info-item .close:hover svg path {
  fill: #E42D24;
}
#cars_3d_presentation .car_view_scene__info-item .close svg {
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#cars_3d_presentation .car_view_scene__info-item .close svg path {
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#cars_3d_presentation .car_view_scene__info-item > div {
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
  width: 0;
  overflow: hidden;
}
#cars_3d_presentation .car_view_scene__info-item > div.active {
  width: 100%;
}
#cars_3d_presentation .car_view_scene__info-item .title {
  width: 275px;
  font-size: 25px;
  font-family: Exo2M;
  margin-bottom: 15px;
}
#cars_3d_presentation .car_view_scene__info-item .title h3 {
  display: none;
  color: #1A3644;
  font-family: Exo2L;
}
#cars_3d_presentation .car_view_scene__info-item .text {
  font-family: Exo2L;
  font-size: 15px;
  width: 275px;
}
#cars_3d_presentation .car_view_scene__info-item .text > div {
  display: none;
}
#cars_3d_presentation .car_view_scene__info-item .text p {
  color: #1A3644;
  line-height: 17px;
  margin-bottom: 20px;
}
#cars_3d_presentation .car_view_scene__info-item .text ul li {
  position: relative;
  padding-left: 15px;
  margin-bottom: 10px;
  color: #1A3644;
}
#cars_3d_presentation .car_view_scene__info-item .text ul li:before {
  content: '';
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #BBC7CC;
  left: 0;
  top: 5px;
}
#cars_3d_presentation .car_view_scene__info-item .text .gb {
  margin-bottom: 20px;
}
#cars_3d_presentation .car_view_scene__info-item .text .gb > p {
  margin-bottom: 0;
  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;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#cars_3d_presentation .car_view_scene__info-item .text .gb > p span {
  white-space: nowrap;
}
#cars_3d_presentation .car_view_scene__info-item .text .gb > p span.l {
  display: block;
  width: 100%;
  border-bottom: 1px dashed #ccc;
  margin: 0 10px;
}
#cars_3d_presentation .car_view_scene__info-item .text .gb p.tit {
  display: block;
  font-size: 22px;
  margin-bottom: 5px;
}
#cars_3d_presentation .wrapper {
  width: 100%;
  max-width: 1204px;
  margin: 0 auto;
  position: relative;
}
#cars_3d_presentation .drag_div {
  position: absolute;
  bottom: 20%;
  left: 50%;
  opacity: 0;
}
#cars_3d_presentation .drag_div.active {
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
#cars_3d_presentation .drag_div svg {
  width: 50px;
  height: 50px;
  fill: rgba(26, 54, 68, 0.5);
}
@-webkit-keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100px) scale(1);
            transform: translateX(-100px) scale(1);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(-100px) scale(0.8);
            transform: translateX(-100px) scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px) scale(0.8);
            transform: translateX(100px) scale(0.8);
  }
}
@keyframes slide {
  0% {
    opacity: 1;
    -webkit-transform: translateX(-100px) scale(1);
            transform: translateX(-100px) scale(1);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateX(-100px) scale(0.8);
            transform: translateX(-100px) scale(0.8);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100px) scale(0.8);
            transform: translateX(100px) scale(0.8);
  }
}
#cars_3d_presentation .loader {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(30px) saturate(10%);
          backdrop-filter: blur(30px) saturate(10%);
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}
#cars_3d_presentation .loader.hidden {
  opacity: 0;
  visibility: hidden;
  -webkit-backdrop-filter: blur(0) saturate(100%);
          backdrop-filter: blur(0) saturate(100%);
}
#cars_3d_presentation .loader .progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}
#cars_3d_presentation .loader .progress em {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  text-align: center;
  font-style: normal !important;
  font-size: 30px;
  color: #1A3644;
}
#cars_3d_presentation .loader .progress > div {
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: heart 1s infinite linear;
          animation: heart 1s infinite linear;
}
#cars_3d_presentation .loader .progress > div::before,
#cars_3d_presentation .loader .progress > div span {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: url('../img/loading.png') 0 50% no-repeat;
  background-size: 60px 60px !important;
}
#cars_3d_presentation .loader .progress > div::before {
  -webkit-filter: grayscale(1) opacity(0.5);
          filter: grayscale(1) opacity(0.5);
  z-index: 1;
}
#cars_3d_presentation .loader .progress > div span {
  width: 50%;
  z-index: 2;
}
#cars_3d_presentation .splash {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 99;
  background: #ffffff;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  top: 0;
  left: 0;
}
@-webkit-keyframes heart {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
@keyframes heart {
  0% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  20% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  40% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  60% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  80% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
  100% {
    -webkit-transform: scale(0.75);
            transform: scale(0.75);
  }
}
#cars_3d_presentation #canvas {
  display: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 90;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#cars_3d_presentation #canvas.hide {
  -webkit-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .dots_test {
  display: block;
  background: rgba(26, 54, 68, 0);
  position: absolute;
  width: 100%;
  height: 100vh;
  z-index: 30;
  left: 0;
  right: 0;
}
#cars_3d_presentation .dots_test > div {
  pointer-events: all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 30px;
  height: 30px;
  background: rgba(26, 54, 68, 0.5);
  position: absolute;
  z-index: 2;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-box-shadow: 0 4px 20px -1px rgba(26, 54, 68, 0.2);
          box-shadow: 0 4px 20px -1px rgba(26, 54, 68, 0.2);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#cars_3d_presentation .dots_test > div::before,
#cars_3d_presentation .dots_test > div::after {
  content: '';
  width: 60%;
  height: 2px;
  border-radius: 1px;
  background: #ffffff;
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#cars_3d_presentation .dots_test > div::after {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
#cars_3d_presentation .dots_test > div:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#cars_3d_presentation .dots_test > div:hover::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cars_3d_presentation .dots_test > div:hover::after {
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
#cars_3d_presentation .dots_test .dots_test-1 {
  left: 30%;
  top: 10%;
}
#cars_3d_presentation .dots_test .dots_test-2 {
  left: 60%;
  top: 40%;
}
#cars_3d_presentation .nav-icons__sprite {
  display: none;
}
#cars_3d_presentation .icn-nav {
  width: 44px;
  min-width: 44px;
  height: 44px;
  min-height: 44px;
  fill: rgba(26, 54, 68, 0.75);
  fill-rule: nonzero;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
#cars_3d_presentation [class*='__nav'] .item p {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#cars_3d_presentation [class*='__nav'] .item.active .icn-nav {
  fill: #E42D24;
}
#cars_3d_presentation [class*='__nav'] .item:not(.active):hover p {
  -webkit-transform: translatey(2px);
      -ms-transform: translatey(2px);
          transform: translatey(2px);
}
#cars_3d_presentation [class*='__nav'] .item:not(.active):hover .icn-nav {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
  fill: rgba(26, 54, 68, 0.99);
}
#cars_3d_presentation .goToInterior .goToInterior__classSelect {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: 92px;
  left: 50%;
  -webkit-transform: translate(-50%, -100px);
      -ms-transform: translate(-50%, -100px);
          transform: translate(-50%, -100px);
  opacity: 0;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  border-radius: 20px;
  background: #fff;
  width: 80px;
  padding: 7px 10px;
  -webkit-box-shadow: 0 10px 20px -2px rgba(26, 54, 68, 0.1);
          box-shadow: 0 10px 20px -2px rgba(26, 54, 68, 0.1);
  -webkit-transition: all 0.18s ease-in-out;
  -o-transition: all 0.18s ease-in-out;
  transition: all 0.18s ease-in-out;
}
#cars_3d_presentation .goToInterior .goToInterior__classSelect::after {
  content: '';
  display: block;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg) translate(0, 55%);
      -ms-transform: rotate(45deg) translate(0, 55%);
          transform: rotate(45deg) translate(0, 55%);
  -webkit-transform-origin: center !important;
      -ms-transform-origin: center !important;
          transform-origin: center !important;
  position: absolute;
  z-index: 20;
  bottom: 0;
  left: 50%;
  background: #fff;
}
#cars_3d_presentation .goToInterior .goToInterior__classSelect > * {
  pointer-events: all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 30;
  font-family: Exo2B;
  font-size: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px 10px;
  color: rgba(26, 54, 68, 0.5);
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
#cars_3d_presentation .goToInterior .goToInterior__classSelect > *:not(:last-child) {
  border-bottom: 1px solid rgba(26, 54, 68, 0.1);
}
#cars_3d_presentation .goToInterior .goToInterior__classSelect > *:hover {
  color: #e42d24;
}
#cars_3d_presentation .goToInterior:hover .goToInterior__classSelect {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  opacity: 1;
  visibility: visible;
}
#cars_3d_presentation .car_interior_scene__nav {
  width: 100%;
  height: 135px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.3)), color-stop(70%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0.1)));
  background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0.1) 100%);
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.3) 0%, rgba(255, 255, 255, 0.2) 70%, rgba(255, 255, 255, 0.1) 100%);
  -webkit-backdrop-filter: blur(10px) saturate(60%) brightness(120%);
          backdrop-filter: blur(10px) saturate(60%) brightness(120%);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 90;
  pointer-events: all;
  -webkit-transform: translateY(135px);
      -ms-transform: translateY(135px);
          transform: translateY(135px);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#cars_3d_presentation .car_interior_scene__nav.active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
  visibility: visible;
}
#cars_3d_presentation .car_interior_scene__nav .item {
  bottom: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
  height: 135px;
  overflow: hidden;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#cars_3d_presentation .car_interior_scene__nav .item p {
  font-family: Exo2L !important;
  font-size: 15px;
  line-height: 17px;
  max-width: 120px;
  margin: auto;
}
#cars_3d_presentation .car_interior_scene__nav .item:hover {
  cursor: pointer;
}
#cars_3d_presentation .car_interior_scene__nav .slick-arrow {
  position: absolute;
  top: 0 !important;
  width: 50px;
  height: 100%;
  background: none;
  border: none;
  outline: none;
  pointer-events: all;
  z-index: 55;
}
#cars_3d_presentation .car_interior_scene__nav .slick-arrow:hover {
  cursor: pointer;
}
#cars_3d_presentation .car_interior_scene__nav .slick-arrow:hover svg {
  stroke-width: 0.2;
}
#cars_3d_presentation .car_interior_scene__nav .slick-arrow::after,
#cars_3d_presentation .car_interior_scene__nav .slick-arrow::before {
  display: none !important;
}
#cars_3d_presentation .car_interior_scene__nav .slick-arrow svg {
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  width: 45px;
  height: 40px;
  stroke: #E42D24;
  stroke-width: 0.1;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-miterlimit: 22.9256;
  position: absolute;
  top: 50%;
  left: 30%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#cars_3d_presentation .car_interior_scene__nav .sl-prev {
  left: 0 !important;
}
#cars_3d_presentation .car_interior_scene__nav .sl-next {
  right: 0 !important;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
#cars_3d_presentation .car_interior__classChange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  top: 20%;
  right: 0;
  z-index: 50;
  -webkit-transition: all 0.4s ease 0.2s;
  -o-transition: all 0.4s ease 0.2s;
  transition: all 0.4s ease 0.2s;
  -webkit-transform: translateX(155px);
      -ms-transform: translateX(155px);
          transform: translateX(155px);
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .car_interior__classChange.hide {
  -webkit-transform: translateX(155px);
      -ms-transform: translateX(155px);
          transform: translateX(155px);
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .car_interior__classChange.active:not(.hide) {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#cars_3d_presentation .car_interior__classChange > div {
  pointer-events: all;
  margin-bottom: 16px;
  padding: 0 40px 0 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: rgba(228, 45, 36, 0.5);
  font-size: 29px;
  font-family: Exo2B;
  height: 40px;
  font-weight: 700;
  color: #fff;
  border-radius: 20px 0 0 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-transform: translateX(25px);
      -ms-transform: translateX(25px);
          transform: translateX(25px);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#cars_3d_presentation .car_interior__classChange > div.active {
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  background: #e42d24;
}
#cars_3d_presentation .car_interior__classChange > div:not(.active):hover {
  cursor: pointer;
  -webkit-transform: translateX(20px);
      -ms-transform: translateX(20px);
          transform: translateX(20px);
  background: rgba(228, 45, 36, 0.7);
}
#cars_3d_presentation .car_interior__goExteriorBtn {
  pointer-events: all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #E42D24;
  top: 13px;
  left: 13px;
  z-index: 50;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .car_interior__goExteriorBtn.active {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
#cars_3d_presentation .car_interior__goExteriorBtn svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}
#cars_3d_presentation .car_interior__goExteriorBtn:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#cars_3d_presentation .fullScreenBtn {
  pointer-events: all;
  display: none;
  position: absolute;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 44px;
  height: 44px;
  border-radius: 100%;
  background: #E42D24;
  top: 13px;
  right: 13px;
  z-index: 50;
  -webkit-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
#cars_3d_presentation .fullScreenBtn svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}
#cars_3d_presentation .fullScreenBtn:not(.active) svg:nth-child(2) {
  display: none;
}
#cars_3d_presentation .fullScreenBtn.active svg:nth-child(1) {
  display: none;
}
#cars_3d_presentation .fullScreenBtn:hover {
  cursor: pointer;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
#cars_3d_presentation .dimensions_container {
  display: block;
  position: absolute;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  pointer-events: none;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 99999;
}
#cars_3d_presentation .dimensions_container > div {
  position: absolute;
  font-size: 18px;
  left: -200px;
  top: -200px;
  font-family: Exo2M;
}
@media only screen and (max-width: 1440px), only screen and (max-device-width: 1440px) {
  #cars_3d_presentation .dimensions_container > div {
    font-size: 16px;
  }
}
#cars_3d_presentation .dimensions_container > div:nth-child(1) {
  -webkit-transform: rotate(-89deg) translate(60%, -120%);
      -ms-transform: rotate(-89deg) translate(60%, -120%);
          transform: rotate(-89deg) translate(60%, -120%);
}
#cars_3d_presentation .dimensions_container > div:nth-child(2) {
  -webkit-transform: rotate(16deg) translate(-50%, 80%) skew(-20deg);
      -ms-transform: rotate(16deg) translate(-50%, 80%) skew(-20deg);
          transform: rotate(16deg) translate(-50%, 80%) skew(-20deg);
}
#cars_3d_presentation .dimensions_container > div:nth-child(3) {
  -webkit-transform: rotate(-56.5deg) translate(-20%, -120%) skew(20deg);
      -ms-transform: rotate(-56.5deg) translate(-20%, -120%) skew(20deg);
          transform: rotate(-56.5deg) translate(-20%, -120%) skew(20deg);
}
#cars_3d_presentation .car_view_scene[data-car='mercedes'] .classesList > div:not(:last-child) {
  display: none;
}
#cars_3d_presentation .car_view_scene[data-class='a'] .car_interior_scene__nav .item[data-name='monitoring'],
#cars_3d_presentation .car_view_scene[data-class='a'] .car_interior_scene__nav .item[data-name='infusion'] {
  pointer-events: none !important;
  opacity: 0.5;
}
#cars_3d_presentation .protblock__scene[data-class='a'] .anchor-intterior[data-name='monitoring'],
#cars_3d_presentation .protblock__scene[data-class='a'] .anchor-intterior[data-name='infusion'] {
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .protblock__scene .anchor-intterior[data-id='salon'],
#cars_3d_presentation .protblock__scene .anchor-intterior[data-id='salon_equipment'] {
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .popupWin {
  position: absolute;
  right: 10px;
  top: 45%;
  height: auto;
  min-height: 200px;
  border-radius: 20px;
  padding: 27px 20px 27px 27px;
  width: 468px;
  max-width: 360px;
  z-index: 50;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0) translateY(-20%);
      -ms-transform: scale(0) translateY(-20%);
          transform: scale(0) translateY(-20%);
  opacity: 0;
  visibility: hidden;
}
#cars_3d_presentation .popupWin.active {
  -webkit-transform: scale(1) translateY(-50%);
      -ms-transform: scale(1) translateY(-50%);
          transform: scale(1) translateY(-50%);
  opacity: 1;
  visibility: visible;
}
#cars_3d_presentation .popupWin .popup__close-btn {
  pointer-events: all;
  width: 40px;
  height: 40px;
  position: absolute;
  z-index: 60;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#cars_3d_presentation .popupWin .popup__close-btn:hover {
  cursor: pointer;
}
#cars_3d_presentation .popupWin .popup__close-btn:hover::before,
#cars_3d_presentation .popupWin .popup__close-btn:hover::after {
  background: #E42D24;
  width: 70%;
}
#cars_3d_presentation .popupWin .popup__close-btn:hover::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#cars_3d_presentation .popupWin .popup__close-btn:hover::before {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
#cars_3d_presentation .popupWin .popup__close-btn::before,
#cars_3d_presentation .popupWin .popup__close-btn::after {
  content: '';
  width: 60%;
  height: 2px;
  border-radius: 1px;
  background: rgba(26, 54, 68, 0.2);
  position: absolute;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#cars_3d_presentation .popupWin .popup__close-btn::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
#cars_3d_presentation .popupWin h3 {
  font-family: Exo2M;
  font-size: 22px;
  margin-bottom: 15px;
  max-width: 80%;
}
#cars_3d_presentation .popupWin .content-wrap {
  padding-bottom: 0;
}
#cars_3d_presentation .popupWin .scroll-box {
  pointer-events: all;
  padding-right: 15px;
  font-family: Exo2L;
  font-size: 15px;
  line-height: 19px;
}
#cars_3d_presentation .popupWin .scroll-box p {
  margin-bottom: 10px;
}
#cars_3d_presentation .popupWin .scroll-box blockquote {
  margin-bottom: 10px;
}
#cars_3d_presentation .popupWin .scroll-box > *:last-child {
  margin-bottom: 30px !important;
}
#cars_3d_presentation .popupWin.interiorPopup {
  left: 10px;
  background: #fff;
  -webkit-box-shadow: 0 20px 40px -2px rgba(26, 54, 68, 0.1);
          box-shadow: 0 20px 40px -2px rgba(26, 54, 68, 0.1);
}
#cars_3d_presentation .popupWin.interiorPopup .scroll-box {
  overflow: hidden;
  overflow-y: auto;
  max-height: 40vh;
}
#cars_3d_presentation .popupWin.interiorPopup::after {
  content: '';
  display: block;
  width: 100%;
  height: 60px;
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  border-radius: 0 0 20px 20px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), color-stop(70%, rgba(255, 255, 255, 0.9)), to(rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(bottom, #ffffff 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(0deg, #ffffff 0%, rgba(255, 255, 255, 0.9) 70%, rgba(255, 255, 255, 0) 100%);
}
#cars_3d_presentation .techList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -10px 10px;
  position: relative;
}
#cars_3d_presentation .techList > * {
  width: 50%;
  padding: 0 10px;
  position: static;
  text-shadow: 0 0 3px #ecf0f1, 0 0 2px #ecf0f1, 0 0 3px #ecf0f1, 0 0 3px #ecf0f1, 0 0 3px #ecf0f1, 0 0 5px #ecf0f1;
}
#cars_3d_presentation .techList > * > span {
  position: relative;
  z-index: 2;
}
#cars_3d_presentation .techList > *:nth-child(2n+2) {
  text-align: right;
}
#cars_3d_presentation .techList > *::after {
  content: '';
  display: block;
  width: 80%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -8px);
      -ms-transform: translate(-50%, -8px);
          transform: translate(-50%, -8px);
  border-top: 1px dashed rgba(26, 54, 68, 0.15);
  z-index: -1;
}
#cars_3d_presentation ul:not(.todo-list) {
  list-style-type: none;
  counter-reset: num;
  margin: 0 auto 10px auto;
}
#cars_3d_presentation ul:not(.todo-list) > li {
  position: relative;
  list-style: none;
  margin-bottom: 7px;
  min-height: 16px;
  padding-left: 15px;
}
#cars_3d_presentation ul:not(.todo-list) > li:before {
  content: '';
  width: 6px;
  height: 6px;
  position: absolute;
  left: 1px;
  top: 8px;
  z-index: 3;
  background: #E42D24;
  border-radius: 100%;
}
#cars_3d_presentation ul:not(.todo-list) > li > * {
  margin: 10px auto 5px;
}
#cars_3d_presentation ul:not(.todo-list) > li > * > li:before {
  content: '';
  width: 7px;
  height: 7px;
  position: absolute;
  left: 9px;
  top: 9px;
  z-index: 3;
  background: rgba(26, 54, 68, 0.3);
  border-radius: 100%;
}
#cars_3d_presentation ul.todo-list {
  list-style-type: none;
  counter-reset: num;
  margin: 0 auto 20px auto;
}
#cars_3d_presentation ul.todo-list > li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  min-height: 25px;
  padding-left: 30px;
}
#cars_3d_presentation ul.todo-list > li label {
  position: absolute;
  left: 0;
  top: -2px;
  margin-right: 10px;
}
#cars_3d_presentation ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 auto 20px auto;
}
#cars_3d_presentation ol > li {
  position: relative;
  list-style: none;
  margin-bottom: 15px;
  min-height: 25px;
  padding-left: 30px;
}
#cars_3d_presentation ol > li::before {
  content: counter(num) ' ' !important;
  counter-increment: num !important;
  color: #fff;
  background: #E42D24;
  width: 23px;
  height: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  line-height: 17px;
  left: 0;
  top: 3px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 100%;
}
#cars_3d_presentation .quote,
#cars_3d_presentation .quote_c,
#cars_3d_presentation blockquote {
  position: relative;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 15px;
  display: inline-block;
  width: 100%;
  background: rgba(26, 54, 68, 0.07);
  border-radius: 20px;
  padding: 20px 20px 20px 60px;
}
#cars_3d_presentation .quote_c {
  text-align: center;
  padding-left: 20px !important;
}
#cars_3d_presentation .quote::before,
#cars_3d_presentation blockquote::before {
  content: "";
  width: 40px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  display: block;
  background: rgba(228, 45, 36, 0.5);
  border-radius: 20px 0 0 20px;
}
#cars_3d_presentation .quote::after,
#cars_3d_presentation blockquote::after {
  content: '"';
  width: 40px;
  height: 40px;
  position: absolute;
  color: #fff;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Georgia, "Times New Roman", SansSerif, Exo2B;
  font-size: 50px;
  top: 30px;
  left: 10px;
  z-index: 2;
  display: block;
}
@media screen and (max-height: 770px) {
  .protblock .holder {
    top: 40%;
  }
}
@media screen and (max-width: 1300px) {
  .protblock__chars {
    -webkit-transform: translateX(-50px);
        -ms-transform: translateX(-50px);
            transform: translateX(-50px);
  }
}
@media screen and (max-width: 1023px) {
  .mobile-scene {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .protblock__scene,
  .protblock__scene-lineTo,
  .protblock__steps,
  .holder,
  .protblock__slider-block,
  .car_view_scene,
  .loader,
  .loader-bg {
    display: none;
  }
}
