

/* Start:/bitrix/templates/bmw/components/intravision/model.list/.default/style.css?15256308582718*/
.productstage__box {
	position:absolute;
	text-align:left;
	right: 10%;
	bottom: 10%;
	width:25%;
	background:rgba(33,35,38,0.9);
	padding: 35px 40px 35px 40px;
	z-index: 10;
}
.productstage__box h3 {
	color:#fff;
}
.productstage__box p {
	color:#919191;
}

.threesixty_menu li {cursor:pointer;}
.threesixty_menu li.active {position:relative;}
.threesixty_menu li.active:before{content:'';position:absolute;display:block;width:35px;height:35px;left:0;right:0;top:0;bottom:0;margin:auto;border:2px solid #fff;border-radius:50%;background:rgba(0,0,0,0.3);}
.threesixty_menu li.active:after{content:'';position:absolute;display:block;width:14px;height:7px;left:0;right:0;top:0;bottom:2px;margin:auto;border-left:2px solid #fff;border-bottom:2px solid #fff;transform: rotate(-45deg);}


.ds2-sound {width:100%;height:600px;background-size:cover;background-position:50% 50%;margin-bottom:20px;position:relative;}
.soundmenu {list-style:none;}
.soundmenu li {display:inline-block;cursor:pointer;margin:0 2px;}
.soundmenu li img {border-radius:50%;width:70px;}
.soundmenu li.active {position:relative;}
.soundmenu li.active:before{content:'';position:absolute;display:block;width:35px;height:35px;left:0;right:0;top:0;bottom:0;margin:auto;border:2px solid #fff;border-radius:50%;background:rgba(0,0,0,0.3);}
.soundmenu li.active:after{content:'';position:absolute;display:block;width:14px;height:7px;left:0;right:0;top:0;bottom:2px;margin:auto;border-left:2px solid #fff;border-bottom:2px solid #fff;transform: rotate(-45deg);}

.sound__button {width:150px;height:150px;
padding: 0;
font-family: BMW_Global_Pro,Arial,sans-serif;
font-size: 22px;
line-height: 26px;
color: #16171a;
font-style: italic;
margin-bottom: 0;
text-align: inherit;
font-style: normal;
text-transform: uppercase;
color: #fff;
text-align: center;
border-radius: 50%;
background-color: #0062ff;
position: absolute;
z-index: 1;
top: 50%;
left: 50%;
-webkit-transform: translateY(-50%) translateX(-50%);
-moz-transform: translateY(-50%) translateX(-50%);
-ms-transform: translateY(-50%) translateX(-50%);
-o-transform: translateY(-50%) translateX(-50%);
transform: translateY(-50%) translateX(-50%);
-webkit-transition: background-color .5s;
-o-transition: background-color .5s;
transition: background-color .5s;}

.vz-wrapper {
    position: relative;
    height: 100%;
    width: 100%;
    /*cursor: pointer;*/
}
.vz-wrapper.-canvas {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: initial;
    width: initial;
    background: transparent;
    box-shadow: none;
}

.banner-btns  {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
}
.banner-btns a  {
	max-width:280px;
	margin:10px 5px 0;
}
/* End */


/* Start:/bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17851310343610*/
/* Общие стили для блоков */
.sp-block-table table {
    width: 100%;
    border-collapse: collapse;
}

.sp-block-table table tr {
    background: #f7f7f7;
    color: #8a8a8a;
}

.sp-block-table table tr:nth-child(odd) {
    background: #e7e6e6;
}

.sp-block-table table tr:hover {
    background: #d4d4d4;
    color: #000;
}

.sp-block-table table td {
    text-align: left;
    border: 1px solid #ccc;
    padding: 5px;
}

.sp-block-table p {
    margin: 0;
}

.sp-image img {
    width: 100%;
}

.sp-video iframe,
.sp-video-gallery iframe {
    border-width: 0;
}

.sp-iblock-sections {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-iblock-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}
.sp-medialib-elements {
    padding: 10px;
    border: 1px solid #c3c3c3;
    margin: 10px 0;
}

.sp-properties {
    width: 400px;
    border-collapse: collapse;
}

.sp-properties_title {
    border: 1px solid #ccc;
    padding: 0 5px;
    font-weight: bold;
}

.sp-properties_text {
    border: 1px solid #ccc;
    padding: 0 5px;
}

.sp-gallery-items {
    overflow: hidden;
}

.sp-gallery-item {
    float: left;
    height: 220px;
    padding: 5px;
    /*width: 20%;*/
}

.sp-gallery-item-img-wrapper {
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%;
    display: block;
    color: inherit;
}

.sp-gallery-item img {
    display: block;
    max-width: 100%;
    left: 50%;
    max-height: 100%;
    max-width: none;
    position: relative;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) translateZ(0);
    -moz-transform: translate(-50%, -50%) translateZ(0);
    -o-transform: translate(-50%, -50%) translateZ(0);
    -ms-transform: translate(-50%, -50%) translateZ(0);
    transform: translate(-50%, -50%) translateZ(0);
}

.sp-gallery-item-text {
    background-color: rgba(255, 255, 255, .7);
    cursor: pointer;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: 0;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear;
    width: 100%;
}

.sp-gallery-item-text:hover {
    opacity: 1;
}

.sp-gallery-item-text::after {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.sp-gallery-item-text-content {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
}

.sp-button_link,
.sp-button_link:link,
.sp-button_link:visited {
    display: inline-block;
    padding: 10px 20px;
    margin: 10px 0;
    border-radius: 20px;
    text-decoration: none;
    background: #ccc;
    color: #333;
}

.sp-button_link:hover {
    text-decoration: none;
    background: #333;
    color: #ccc;
}

/*accordion*/
.sp-accordion {
    border: 1px solid #ccc;
    border-radius: 5px;
}

.sp-accordion-title {
    border-top: 1px solid #ccc;
    color: #444;
    cursor: pointer;
    padding: 10px;
    text-align: left;
}

.sp-accordion-title:first-child {
    border-top: none;
}

.sp-accordion-container {
    padding: 0 10px 10px;
    display: none;
    overflow: hidden;
}

.sp-accordion-title:after {
    content: '\02795';
    font-size: 12px;
    color: #777;
    float: right;
    margin: 2px 5px;
}

.sp-accordion-title__active:after {
    content: "\2796";
}

.sp-complex-table {
    display: table;
    table-layout: fixed;
    border-spacing: 10px;
}

.sp-complex-row {
    display: table-row;
}

.sp-complex-col {
    display: table-cell;
    vertical-align: top;
}

/* End */


/* Start:/bitrix/templates/bmw/360/styles/threesixty.css?14963965322420*/
.threesixty_row {
  position: relative;
  z-index: 1;
}
.threesixty {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  display: none;
  z-index: 2;
}
.threesixty.active {
  display:block;	
}
.threesixty .threesixty_images {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
.threesixty .threesixty_images img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  width: auto;
  height: auto;
}
.threesixty .threesixty_images img.previous-image {
  visibility: hidden;
  /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */

}
.threesixty .threesixty_images img.current-image {
  visibility: visible;
  /*
           Do not put here any other styles.
           It causes massive recalc / repaints and image flickering,
           especially on Firefox.
        */

}
.threesixty .spinner {
  width: 60px;
  display: block;
  margin: 0 auto;
  height: 30px;
  background: #333;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.threesixty .spinner span {
  font-family: Arial, "MS Trebuchet", sans-serif;
  font-size: 12px;
  font-weight: bolder;
  color: #FFF;
  text-align: center;
  line-height: 30px;
  display: block;
}
.threesixty .nav_bar {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 11;
}
.threesixty .nav_bar a {
  display: block;
  width: 32px;
  height: 32px;
  float: left;
  background: url(/assets/sprites.png) no-repeat;
  text-indent: -99999px;
}
.threesixty .nav_bar a.nav_bar_play {
  background-position: 0 0 !important;
}
.threesixty .nav_bar a.nav_bar_previous {
  background-position: 0 -73px !important;
}
.threesixty .nav_bar a.nav_bar_stop {
  background-position: 0 -37px !important;
}
.threesixty .nav_bar a.nav_bar_next {
  background-position: 0 -104px !important;
}
/* html */
.threesixty:-webkit-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}
.threesixty:-moz-full-screen {
  background: #ffffff;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 200px;
}

.threesixty_menu {bottom:0;right:0;display:block;list-style:none;}
.threesixty_menu li {postion:relative;display:inline-block;}
.threesixty_menu li img {width:50px;height:50px;border-radius:50%;}

/* End */
/* /bitrix/templates/bmw/components/intravision/model.list/.default/style.css?15256308582718 */
/* /bitrix/components/sprint.editor/blocks/templates/.default/_style.css?17851310343610 */
/* /bitrix/templates/bmw/360/styles/threesixty.css?14963965322420 */
