

/* Start:/bitrix/templates/5565/jquery-ui.css?15756150887142*/
/*! jQuery UI - v1.12.1 - 2018-05-02
* http://jqueryui.com
* Includes: core.css, slider.css, theme.css
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -10px;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/bitrix/templates/5565/components/owljs/owl.carousel.min.css?15756150883351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/bitrix/templates/5565/components/owljs/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/bitrix/templates/5565/components/owljs/owl.theme.default.min.css?15756150881013*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}
/* End */


/* Start:/bitrix/templates/5565/styles.css?1762502826148994*/
/* @import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&display=swap&subset=cyrillic,cyrillic-ext'); */

@font-face {
    font-family: 'Peugeot';
    src: url('/fonts/Peugeot Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot';
    src: url('/bitrix/templates/5565/fonts/Peugeot Light Italic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
}

@font-face {
    font-family: 'Peugeot';
    src: url('/bitrix/templates/5565/fonts/Peugeot Normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot';
    src: url('/bitrix/templates/5565/fonts/Peugeot Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot';
    src: url('/bitrix/templates/5565/fonts/Peugeot Bold Italic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
}

@font-face {
    font-family: 'Peugeot Expanded';
    src: url('/bitrix/templates/5565/fonts/Peugeot Expanded ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot Expanded';
    src: url('/bitrix/templates/5565/fonts/Peugeot Expanded Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot Expanded';
    src: url('/bitrix/templates/5565/fonts/Peugeot Expanded Normal.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot Expanded';
    src: url('/bitrix/templates/5565/fonts/Peugeot Expanded Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Peugeot Expanded';
    src: url('/bitrix/templates/5565/fonts/Peugeot Expanded Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


/*HEADER*/

html,
body {
    /* font-family: 'Roboto Condensed', sans-serif; */
    overflow-x: hidden;
    font: 16px/normal 'Peugeot', sans-serif;
}

::-webkit-scrollbar {
    width: 3px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #666;
    border-radius: 3px;
}

::-webkit-scrollbar-corner {
    background-color: #999;
}

::-webkit-resizer {
    background-color: #666;
}

h1 {
    /* font-family: Peugeot; */
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 27px;
    color: #1C1C1C;
}

h2 {
    font-family: Peugeot;
    font-style: normal;
    font-weight: normal;
    font-size: 24px;
    line-height: 27px;
    color: #1C1C1C;
}

td,
th {
    padding: 10px;
}

body>header>div>div.col.head-text>div>div>h2 {
    padding: 0px;
    color: #fff;
    font-size: 24px;
    font-weight: 300;
    padding-bottom: 10px;
    padding-left: 10px;
}

div.col.head-text>div>div.col-6 {
    /* border: 1px solid rgba(255, 255, 255, 0.12); */
    border-bottom: unset;
    margin-left: 15px;
}

body>header>div>div>div>div>h1 {
    padding-top: 10px;
    color: white;
    margin: 0px;
    font-size: 28px;
    font-weight: 500;
    padding-left: 10px;
}

.information-blcok {
    padding-top: 20px;
    /* border-right: 1px solid rgba(255, 255, 255, 0.12); */
    color: white;
    font-size: 19px;
    font-weight: 300;
}

.information-blcok p {
    padding-left: 35px;
}

.map-icon {
    opacity: 0.5;
    position: absolute;
    left: 10px;
}

ul {
    list-style: none;
    /*убираем маркеры списка*/
    margin: 0;
    /*убираем верхнее и нижнее поле, равное 1em*/
    padding-left: 0;
    /*убираем левый отступ, равный 40px*/
}

a {
    text-decoration: none;
    color: unset;
    /*убираем подчеркивание текста ссылок*/
}

.menu-main {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
    /* border: 1px solid rgba(255, 255, 255, 0.12); */
    padding: 0px 60px 0px 25px;
    margin: 0;
}

.menu-main li {
    padding-top: 10px;
    z-index: 6;
}

.menu-main p {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: white;
    text-transform: uppercase;
    padding-left: 0px;
}

.active-menu {
    display: none;
}

.menu-dup-service {
    position: absolute;
    top: 100%;
    z-index: 100;
    padding: 0px 20px 20px 20px;
    margin-right: 20px;
    background-color: #122134;
    color: white;
}

#toggle-six {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 100;
    padding: 0px 20px 20px 20px;
    background-color: #122134;
    color: white;
}

ul.menu-dup-service li {
    padding-top: 10px
}

.menu-dup-service>li>a,
#toggle-sec>li>a,
#toggle-thrd>li>a {
    color: white;
    text-transform: uppercase;
    padding-left: 0px;
}

.img-rotare {
    -moz-transform: rotate(90deg);
    /* Для Firefox */
    -ms-transform: rotate(90deg);
    /* Для IE */
    -webkit-transform: rotate(90deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(90deg);
    /* Для Opera */
    transform: rotate(90deg);
    transition: all 0.3s linear;
}

body>header>div>div.col.head-text>ul>li>img {
    margin: 7px 0px 0px 10px;
    cursor: pointer;
}

body>header>div>div.col.head-text>ul>li {
    display: flex;
}

.col.head-text {
    padding: 0px
}

.container {
    padding-right: 0px;
    padding-left: 0px;
}

body>header>div>div.col.head-text>ul>li {
    cursor: pointer;
}


/*FOOTER*/

.text-join {
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px 20px 0px;
}

footer {
    background-color: #cecece;
    color: #3c3947;
}

.footer-menu {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.social {
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    opacity: 0.4;
}

.facebook {
    padding-right: 40px;
}

.instagram {
    padding-right: 40px;
}

.ourtel {
    text-align: right;
    font-size: 22px;
}

.ourtel-1 {
    text-align: right;
}

.conners-left {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.conners-right {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.padding-conners {
    padding: 40px 80px 40px 60px;
}

.botom-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.botom-text-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.botom-text-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
}

.botom-text-3 {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    justify-content: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.botom-text-1 a {
    text-transform: uppercase;
}

.botom-text-2 a {
    text-transform: uppercase;
}

.botom-text-3 a {
    text-transform: uppercase;
}


/*БОКОВЕ МЕНЮ*/

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a .rollOutState .wrapperButton img {
    max-width: none;
    min-width: 0;
    width: 30px;
    position: absolute;
    top: -33px;
    left: 20px;
}

.sidebarToolsDesktopReview .buttonListWrapper {
    display: table;
    width: 100%;
    height: 100%;
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList {
    width: 70px;
}

.sidebarToolsDesktopReview .buttonListWrapper>* {
    display: table-cell;
    vertical-align: middle;
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li {
    display: inline-block;
    width: 70px;
}

.sliceNew .cta.cta-left {
    text-align: left;
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a {
    display: block;
    position: relative;
}

.sidebarToolsDesktopReview {
    position: fixed;
    padding-bottom: 0;
    z-index: 5 !important;
    width: 70px;
    background-color: rgba(0, 0, 0, 0);
    top: 0;
    right: 0;
}

.sliceServicesCustomer ul {
    text-align: center;
    margin-top: -60px;
}

.sliceNew {
    color: #646464;
    padding-bottom: 30px;
}

.sliceServicesCustomer ul li.customer-block {
    display: inline-block;
}

.sliceServicesCustomer ul li .customer-style-1 {
    background-color: #e4dfce;
}

.sliceServicesCustomer ul li .customer-style {
    padding-top: 80px;
    padding-bottom: 1px;
    color: #4b4a4d;
}

.sliceServicesCustomer ul li .customer-txt {
    width: 270px;
    background-color: #fff;
    margin: 2px 3px;
    height: 71px;
    text-transform: uppercase;
    padding-top: 7px;
    display: block;
    position: relative;
}

.sliceServicesCustomer ul {
    text-align: center;
    margin-top: -60px;
}

.sliceServicesCustomer ul li.customer-block {
    display: inline-block;
}

.sliceServicesCustomer ul li .customer-style-1:hover {
    color: #B48F6D;
}

.sliceServicesCustomer ul a:hover .customer-style-1,
.sliceServicesCustomer ul a:hover .customer-style-2,
.sliceServicesCustomer ul a:hover .customer-style-3 {
    color: #B48F6D;
}

.sliceServicesCustomer ul li .customer-style-2 {
    background-color: #e4dfce;
}

.sliceServicesCustomer ul li .customer-style-3 {
    background-color: #e4dfce;
}

.sliceServicesCustomer ul li .customer-txt div {
    margin-right: 20px;
    font-size: 16px;
    line-height: 16px;
    padding-right: 20px;
    font-weight: 700;
    color: currentColor;
    width: 70%;
    text-align: left;
    display: inline-block;
    vertical-align: middle;
    padding-top: 0;
}

.navbar-toggler {
    margin-right: 60px;
}

.sliceNew:not(.sliceAnimStrongPointsDesk) img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    width: auto;
}

.sliceServicesCustomer ul img {
    position: relative;
    top: 83px;
}

nav.navbar .dropdown:hover>.dropdown-menu {
    display: block;
}

.sidebarToolsDesktopReview.sliceNew {
    display: none;
}

.clslanguetteshowroom .addmore.open a:before,
.icon-VK:before,
.icon-arrow-bottom:before,
.icon-arrow-left:before,
.icon-arrow-top:before,
.icon-arrow:before,
.icon-camera:before,
.icon-check-mini:before,
.icon-check:before,
.icon-citroen-blog:before,
.icon-city:before,
.icon-close:before,
.icon-configurator:before,
.icon-customer-devis:before,
.icon-customer-eboutique:before,
.icon-customer-garantie:before,
.icon-customer-persospace:before,
.icon-customer-rdv:before,
.icon-customer-rent:before,
.icon-drag:before,
.icon-edit:before,
.icon-exterior-design:before,
.icon-facebook:before,
.icon-google:before,
.icon-highway:before,
.icon-info-full:before,
.icon-info:before,
.icon-instagram:before,
.icon-interior-design:before,
.icon-large-close:before,
.icon-less:before,
.icon-linkedin:before,
.icon-magnifier:before,
.icon-more:before,
.icon-play:before,
.icon-plus:before,
.icon-reset:before,
.icon-road:before,
.icon-share:before,
.icon-star_filled:before,
.icon-star_half:before,
.icon-star_umpty:before,
.icon-target:before,
.icon-twitter:before,
.icon-wcag:before,
.icon-xing:before,
.icon-youtube:before,
.overlayPopinRedirect .popinRedirect .cancelRedirect:after,
.overlayPopinRedirect .popinRedirect .close:before,
.overlayPopinRedirect .popinRedirect .goRedirect:after,
.popin.redirectParticulier a.buttonTransversal:after,
.secret .closer:before,
.showroom-mobile.btn-up:after,
.sidebarToolsMobileReview .columns a:after,
.sliceNew .MentionBarWrapper .globalWrapper .button-toggle .less:before,
.sliceNew .MentionBarWrapper .globalWrapper .button-toggle .more:before,
.sliceNew .actions .buttonLink:after,
.sliceNew .actions .buttonTransversalInvert:after,
.sliceNew .actions li a.buttonShowroom:after,
.sliceNew .buttonArrowLeft:after,
.sliceNew .buttonArrowRight:after,
.sliceNew .buttonExpandN2:after,
.sliceNew .buttonLead:after,
.sliceNew .buttonLeadPicto:after,
.sliceNew .buttonLink:after,
.sliceNew .buttonTransversal:after,
.sliceNew .buttonTransversalInvert:after,
.sliceNew .ds .buttonTransversal:after,
.sliceNew .icon-play:before,
.sliceNew .list-links a:after,
.sliceNew .selectZone .select:after,
.sliceNew .showadv:after,
.sliceNew .star-holder .star-filled:before,
.sliceNew .star-holder .star-half:before,
.sliceNew .star-holder .star-umpty:before,
.sliceNew .vjs-default-skin .vjs-big-play-button:before,
.sliceNew .zonetexte .buttonLink:after,
.sneezies .bx-next:after,
.sneezies .bx-prev:after,
.sneezies .closer:before,
.sneezies .icon-play:before,
.sneezies .vjs-default-skin .vjs-big-play-button:before,
.sticker.top a:after {
    font-family: iconfont;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none
}

.ie-old body {
    min-width: 958px
}

.row:after,
.row:before {
    content: " ";
    display: table
}

.row:after {
    clear: both
}

.responsive-images {
    display: block;
    max-width: 100%
}

.columns {
    float: left;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.columns.right {
    float: right
}

.hide {
    display: none
}

.hide-desktop {
    display: none!important
}

@media (max-width:480px) {
    .hide-desktop,
    .hide-desktop div.hide-desktop {
        display: block!important
    }
    .hide-desktop a.hide-desktop,
    .hide-desktop span.hide-desktop {
        display: inline!important
    }
}

@media (max-width:768px) {
    .hide-desktop,
    .hide-desktop div.hide-desktop {
        display: block!important
    }
    .hide-desktop a.hide-desktop,
    .hide-desktop span.hide-desktop {
        display: inline!important
    }
}

.column_5 {
    width: 5%!important
}

.column_10 {
    width: 10%!important
}

.column_15 {
    width: 15%!important
}

.column_20 {
    width: 20%!important
}

.column_25 {
    width: 25%!important
}

.column_30 {
    width: 30%!important
}

.column_33 {
    width: 33.33%!important
}

.column_35 {
    width: 35%!important
}

.column_40 {
    width: 40%!important
}

.column_45 {
    width: 45%!important
}

.column_50 {
    width: 50%!important
}

.column_55 {
    width: 55%!important
}

.column_60 {
    width: 60%!important
}

.column_65 {
    width: 65%!important
}

.column_66 {
    width: 66.66%!important
}

.column_70 {
    width: 70%!important
}

.column_75 {
    width: 75%!important
}

.column_80 {
    width: 80%!important
}

.column_85 {
    width: 85%!important
}

.column_90 {
    width: 90%!important
}

.column_95 {
    width: 95%!important
}

.column_100 {
    width: 100%!important
}

.column_5_no_important {
    width: 5%
}

.column_10_no_important {
    width: 10%
}

.column_15_no_important {
    width: 15%
}

.column_20_no_important {
    width: 20%
}

.column_25_no_important {
    width: 25%
}

.column_30_no_important {
    width: 30%
}

.column_33_no_important {
    width: 33.33%
}

.column_35_no_important {
    width: 35%
}

.column_40_no_important {
    width: 40%
}

.column_45_no_important {
    width: 45%
}

.column_50_no_important {
    width: 50%
}

.column_55_no_important {
    width: 55%
}

.column_60_no_important {
    width: 60%
}

.column_65_no_important {
    width: 65%
}

.column_66_no_important {
    width: 66.66%
}

.column_70_no_important {
    width: 70%
}

.column_75_no_important {
    width: 75%
}

.column_80_no_important {
    width: 80%
}

.column_85_no_important {
    width: 85%
}

.column_90_no_important {
    width: 90%
}

.column_95_no_important {
    width: 95%
}

.column_100_no_important {
    width: 100%
}

@media (max-width:1024px) {
    .hide-desktop,
    .hide-desktop div.hide-desktop {
        display: block!important
    }
    .hide-desktop a.hide-desktop,
    .hide-desktop span.hide-desktop {
        display: inline!important
    }
    .hide-breakL {
        display: none!important
    }
    .show-breakL {
        display: block!important
    }
    .column_breakL_5 {
        width: 5%!important
    }
    .column_breakL_10 {
        width: 10%!important
    }
    .column_breakL_15 {
        width: 15%!important
    }
    .column_breakL_20 {
        width: 20%!important
    }
    .column_breakL_25 {
        width: 25%!important
    }
    .column_breakL_30 {
        width: 30%!important
    }
    .column_breakL_33 {
        width: 33.33%!important
    }
    .column_breakL_35 {
        width: 35%!important
    }
    .column_breakL_40 {
        width: 40%!important
    }
    .column_breakL_45 {
        width: 45%!important
    }
    .column_breakL_50 {
        width: 50%!important
    }
    .column_breakL_55 {
        width: 55%!important
    }
    .column_breakL_60 {
        width: 60%!important
    }
    .column_breakL_65 {
        width: 65%!important
    }
    .column_breakL_66 {
        width: 66.66%!important
    }
    .column_breakL_70 {
        width: 70%!important
    }
    .column_breakL_75 {
        width: 75%!important
    }
    .column_breakL_80 {
        width: 80%!important
    }
    .column_breakL_85 {
        width: 85%!important
    }
    .column_breakL_90 {
        width: 90%!important
    }
    .column_breakL_95 {
        width: 95%!important
    }
    .column_breakL_100 {
        width: 100%!important
    }
}

@media (max-width:768px) {
    .hide-breakM {
        display: none!important
    }
    .show-breakM {
        display: block!important
    }
    .column_breakM_5 {
        width: 5%!important
    }
    .column_breakM_10 {
        width: 10%!important
    }
    .column_breakM_15 {
        width: 15%!important
    }
    .column_breakM_20 {
        width: 20%!important
    }
    .column_breakM_25 {
        width: 25%!important
    }
    .column_breakM_30 {
        width: 30%!important
    }
    .column_breakM_33 {
        width: 33.33%!important
    }
    .column_breakM_35 {
        width: 35%!important
    }
    .column_breakM_40 {
        width: 40%!important
    }
    .column_breakM_45 {
        width: 45%!important
    }
    .column_breakM_50 {
        width: 50%!important
    }
    .column_breakM_55 {
        width: 55%!important
    }
    .column_breakM_60 {
        width: 60%!important
    }
    .column_breakM_65 {
        width: 65%!important
    }
    .column_breakM_66 {
        width: 66.66%!important
    }
    .column_breakM_70 {
        width: 70%!important
    }
    .column_breakM_75 {
        width: 75%!important
    }
    .column_breakM_80 {
        width: 80%!important
    }
    .column_breakM_85 {
        width: 85%!important
    }
    .column_breakM_90 {
        width: 90%!important
    }
    .column_breakM_95 {
        width: 95%!important
    }
    .column_breakM_100 {
        width: 100%!important
    }
}

@media (max-width:480px) {
    .hide-breakS {
        display: none!important
    }
    .show-breakS {
        display: block!important
    }
    .column_breakS_5 {
        width: 5%!important
    }
    .column_breakS_10 {
        width: 10%!important
    }
    .column_breakS_15 {
        width: 15%!important
    }
    .column_breakS_20 {
        width: 20%!important
    }
    .column_breakS_25 {
        width: 25%!important
    }
    .column_breakS_30 {
        width: 30%!important
    }
    .column_breakS_33 {
        width: 33.33%!important
    }
    .column_breakS_35 {
        width: 35%!important
    }
    .column_breakS_40 {
        width: 40%!important
    }
    .column_breakS_45 {
        width: 45%!important
    }
    .column_breakS_50 {
        width: 50%!important
    }
    .column_breakS_55 {
        width: 55%!important
    }
    .column_breakS_60 {
        width: 60%!important
    }
    .column_breakS_65 {
        width: 65%!important
    }
    .column_breakS_66 {
        width: 66.66%!important
    }
    .column_breakS_70 {
        width: 70%!important
    }
    .column_breakS_75 {
        width: 75%!important
    }
    .column_breakS_80 {
        width: 80%!important
    }
    .column_breakS_85 {
        width: 85%!important
    }
    .column_breakS_90 {
        width: 90%!important
    }
    .column_breakS_95 {
        width: 95%!important
    }
    .column_breakS_100 {
        width: 100%!important
    }
}

* {
    box-sizing: border-box
}

ul {
    list-style: none
}

strong {
    font-weight: 700
}

input:focus,
keygen:focus,
select:focus,
textarea:focus {
    /*outline-offset:none;border:none*/
}

:focus {
    outline: -webkit-focus-ring-color auto 0
}

section.row {
    padding-top: 0
}

input[type=text]::-ms-clear {
    display: none;
    width: 0;
    height: 0
}

input[type=text]::-ms-reveal {
    display: none;
    width: 0;
    height: 0
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
    display: none
}

.valign {
    display: table;
    width: 100%
}

.valign>* {
    display: table-cell;
    vertical-align: middle
}

a * {
    cursor: pointer
}

.globalWrapper {
    margin: 0 auto;
    max-width: 1280px
}

.desktop .globalWrapper {
    min-width: 886px
}

.easyWide {
    position: absolute
}

.well {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin: 15px 0;
    padding: 15px
}

@font-face {
    font-family: iconfont;
    src: url(/bitrix/templates/5565/../fonts/iconfont.eot?#iefix) format("embedded-opentype"), url(/bitrix/templates/5565/../fonts/iconfont.woff) format("woff"), url(/bitrix/templates/5565/../fonts/iconfont.ttf) format("truetype"), url(/bitrix/templates/5565/../fonts/iconfont.svg#iconfont) format("svg");
    font-weight: 400;
    font-style: normal
}

.icon-VK:before {
    content: ""
}

.icon-arrow-bottom:before {
    content: ""
}

.icon-arrow-left:before {
    content: ""
}

.icon-arrow-top:before {
    content: ""
}

.icon-arrow:before {
    content: ""
}

.icon-camera:before {
    content: ""
}

.icon-check-mini:before {
    content: ""
}

.icon-check:before {
    content: ""
}

.icon-citroen-blog:before {
    content: ""
}

.icon-city:before {
    content: ""
}

.icon-close:before {
    content: ""
}

.icon-configurator:before {
    content: ""
}

.icon-customer-devis:before {
    content: ""
}

.icon-customer-eboutique:before {
    content: ""
}

.icon-customer-garantie:before {
    content: ""
}

.icon-customer-persospace:before {
    content: ""
}

.icon-customer-rdv:before {
    content: ""
}

.icon-customer-rent:before {
    content: ""
}

.icon-drag:before {
    content: ""
}

.icon-edit:before {
    content: ""
}

.icon-exterior-design:before {
    content: ""
}

.icon-facebook:before {
    content: ""
}

.icon-google:before {
    content: ""
}

.icon-highway:before {
    content: ""
}

.icon-info-full:before {
    content: ""
}

.icon-info:before {
    content: ""
}

.icon-instagram:before {
    content: ""
}

.icon-interior-design:before {
    content: ""
}

.icon-large-close:before {
    content: ""
}

.icon-less:before {
    content: ""
}

.icon-linkedin:before {
    content: ""
}

.icon-magnifier:before {
    content: ""
}

.icon-more:before {
    content: ""
}

.icon-play:before {
    content: ""
}

.icon-plus:before {
    content: ""
}

.icon-reset:before {
    content: ""
}

.icon-road:before {
    content: ""
}

.icon-share:before {
    content: ""
}

.icon-star_filled:before {
    content: ""
}

.icon-star_half:before {
    content: ""
}

.icon-star_umpty:before {
    content: ""
}

.icon-target:before {
    content: ""
}

.icon-twitter:before {
    content: ""
}

.icon-wcag:before {
    content: ""
}

.icon-xing:before {
    content: ""
}

.icon-youtube:before {
    content: ""
}

body>img[width="1"],
body>img[width="1px"] {
    display: none!important;
    width: 1px!important;
    height: 1px!important
}

body>img[width="0"] {
    display: none!important;
    width: 0!important;
    height: 0!important
}

.clear {
    clear: both
}

.video .presentationBlock a:before {
    background: 0 0
}

.presentationBlock .presentationTitle1 {
    color: #db0f32;
    font-family: citroen, Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 42px;
    font-style: normal;
    padding-bottom: 5px;
    font-weight: 800;
    word-wrap: break-word
}

.presentationBlock .presentationTitle2 {
    color: #868689;
    font-family: citroen, Arial, Helvetica, sans-serif;
    font-size: 40px;
    line-height: 42px;
    font-style: normal;
    padding-bottom: 10px;
    font-weight: 700;
    padding-left: 10px;
    word-wrap: break-word
}

.presentationBlock .presentationTitle3 {
    color: #868689;
    font-family: citroen, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-style: normal;
    padding-bottom: 10px;
    font-weight: 700;
    word-wrap: break-word
}

.presentationBlock .presentationTitle4 {
    color: #dc002e;
    font-family: citroen, Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 32px;
    font-style: normal;
    padding-bottom: 30px;
    font-weight: 700;
    word-wrap: break-word
}

.presentationBlock ul.presentation {
    padding: 0 20px 20px
}

.presentationBlock ul.presentation ul.presentation {
    padding: 0 10px 10px 30px
}

.presentationBlock .sliceSeparator {
    filter: alpha(Opacity=100);
    opacity: 1;
    background: 0 0;
    border: none;
    background-color: #ccc;
    color: #ccc;
    height: 1px;
    display: block;
    margin: 30px 0
}

.presentationBlock a.presentation {
    color: #db0f32;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 16px;
    font-style: normal;
    padding-bottom: 0;
    display: inline-block;
    font-weight: 700
}

.presentationBlock a.presentation.spaceTop {
    margin: 30px 0 0
}

.presentationBlock a.presentation:hover {
    text-decoration: underline
}

.mediaMask,
.mediaPop {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    height: 100%
}

.mediaMask {
    background-color: rgba(0, 0, 0, .8)
}

.mediaPop .bx-wrapper {
    background-color: #fff;
    height: 100%
}

.mediaPop .bx-controls {
    background-color: transparent;
    min-height: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.mediaPop .bx-controls-direction {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%
}

.mediaPop .bx-next,
.mediaPop .bx-prev {
    text-indent: 9999em;
    position: absolute
}

@media only screen and (-webkit-max-device-pixel-ratio:1.5),
only screen and (max--moz-device-pixel-ratio:1.5),
only screen and (max-device-pixel-ratio:1.5),
only screen and (max-resolution:144dpi) {
    .mediaPop .bx-next,
    .mediaPop .bx-next:hover,
    .mediaPop .bx-prev,
    .mediaPop .bx-prev:hover {
        background-size: auto
    }
}

.mediaPop .bx-next.disabled,
.mediaPop .bx-prev.disabled {
    display: none
}

.mediaPop .bx-next {
    right: 10px;
    background-position: 0 -1085px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 39px;
    height: 39px
}

.mediaPop .bx-next:hover {
    background-position: 0 -890px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 39px;
    height: 39px
}

.mediaPop .bx-prev {
    left: 10px;
    background-position: 0 -1124px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 39px;
    height: 39px
}

.mediaPop .bx-prev:hover {
    background-position: 0 -1163px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 39px;
    height: 39px
}

.mediaPop .bx-pager {
    width: 50%;
    text-align: center;
    margin: 0 auto
}

.mediaPop .bx-pager-link {
    display: block;
    border: none;
    background: #afadc3;
    width: 9px;
    height: 9px;
    text-indent: 9999em;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px
}

.mediaPop .bx-pager-link.active {
    background-color: #007c92
}

.mediaPop .bx-pager-item {
    margin: 3px;
    width: 16px;
    height: 16px;
    display: inline-block
}

.mediaPop video {
    height: 250px;
    width: 100%!important;
    left: 0!important;
    top: 50%;
    margin-top: -125px;
    margin-left: 0!important
}

.mediaPop figcaption {
    display: none
}

.mediaPop .close {
    background: 0 0;
    position: absolute;
    z-index: 101
}

body.mobile .mediaPop .close {
    background-position: 0 -370px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 26px;
    height: 26px;
    top: 10px;
    right: 10px;
    left: auto;
    margin: 0
}

body.mobile .mediaPop .close:hover {
    background-position: 0 -344px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 26px;
    height: 26px
}

body.mobile .mediaPop .close:before {
    display: none
}

.sliceNew .bx-next:before,
.sliceNew .bx-prev:before,
.sneezies .bx-next:before,
.sneezies .bx-prev:before {
    background: 0 0
}

.layertip .closer {
    position: absolute;
    top: 5px;
    right: 5px;
    background-position: 0 -370px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 26px;
    height: 26px
}

.layertip .closer:hover {
    background-position: 0 -344px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 26px;
    height: 26px
}

.layertip .closer:before {
    background-image: none
}

.layertip.clone p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
    margin: 0 0 10px;
    color: #4b4a4d
}

.layertip.clone.boundright {
    margin-left: -482px
}

.layertip.clone img {
    max-width: 100%;
    height: auto
}

.layertip.legal {
    font: italic 11px Arial, Helvetica, sans-serif
}

.legal {
    font: italic 400 11px Arial, Helvetica, sans-serif;
    color: #868689
}

.layerpop p,
.layerpop ul {
    margin: 0 0 10px
}

.layerpop small * {
    font-size: 12px
}

.sneezies {
    z-index: 10001;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, .75)
}

.sneezies-lock {
    overflow: hidden
}

.sneezies>.inner {
    background-color: #fff;
    position: fixed;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
    height: auto;
    margin: 0
}

.sneezies .bx-wrapper {
    background-color: #fff;
    position: fixed;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
    height: auto!important;
    margin: 0;
    padding: 20px 0
}

.sneezies .bx-viewport {
    height: 100%!important
}

.sneezies .bx-next {
    right: 17px;
    left: auto;
    color: #007c92;
    border: 2px solid #007c92;
    line-height: 0;
    display: inline-block;
    text-align: center;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.sneezies .bx-next:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-left: -10px;
    text-indent: 0;
    content: ""
}

.sneezies .bx-next:active,
.sneezies .bx-next:hover {
    color: #fff;
    background-color: #007c92
}

.sneezies .bx-prev {
    left: 17px;
    color: #007c92;
    border: 2px solid #007c92;
    line-height: 0;
    display: inline-block;
    text-align: center;
    background-image: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.sneezies .bx-prev:after {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 20px;
    margin-left: -10px;
    text-indent: 0;
    content: ""
}

.sneezies .bx-prev:active,
.sneezies .bx-prev:hover {
    color: #fff;
    background-color: #007c92
}

.sneezies .bx-next,
.sneezies .bx-prev {
    position: absolute;
    z-index: 250;
    background-color: transparent;
    width: 39px;
    height: 39px;
    top: 50%
}

.sneezies .bx-next:before,
.sneezies .bx-next:hover:before,
.sneezies .bx-prev:before,
.sneezies .bx-prev:hover:before {
    display: none
}

.sneezies .bx-next.disabled,
.sneezies .bx-prev.disabled {
    filter: alpha(Opacity=40);
    opacity: .4
}

.sneezies .bx-pager-link {
    border: none;
    background: #afadc3;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin: 0 6px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px
}

.sneezies .bx-pager-link.active {
    background-color: #007c92
}

.sneezies .bx-default-pager {
    text-align: center;
    position: relative;
    bottom: 10px
}

.sneezies .bx-pager-item {
    display: inline
}

.sneezies .bx-next,
.sneezies .bx-pager-link,
.sneezies .bx-prev {
    text-indent: 100%;
    overflow: hidden
}

.sneezies .vjs-default-skin .vjs-big-play-button {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none;
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    color: #c9dd03
}

.sneezies .vjs-default-skin .vjs-big-play-button:before,
.sneezies .vjs-default-skin .vjs-big-play-button:hover,
.sneezies .vjs-default-skin .vjs-big-play-button:hover:before {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    text-shadow: none
}

.sneezies .vjs-default-skin .vjs-big-play-button:before {
    position: relative;
    line-height: 40px;
    font-size: 20px;
    left: 2px;
    top: 0;
    content: ""
}

@media (max-width:480px) {
    .sneezies .vjs-default-skin .vjs-big-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        border-radius: 15px;
        text-align: center;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        color: #c9dd03
    }
    .sneezies .vjs-default-skin .vjs-big-play-button:before {
        position: relative;
        line-height: 30px;
        font-size: 15px;
        left: 1px;
        top: 1px;
        content: ""
    }
}

.sneezies .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    color: #c9dd03
}

.sneezies .icon-play:before {
    position: relative;
    line-height: 40px;
    font-size: 20px;
    left: 2px;
    top: 0;
    content: ""
}

@media (max-width:480px) {
    .sneezies .icon-play {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        border-radius: 15px;
        text-align: center;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        color: #c9dd03
    }
    .sneezies .icon-play:before {
        position: relative;
        line-height: 30px;
        font-size: 15px;
        left: 1px;
        top: 1px;
        content: ""
    }
}

.sneezies .popClose {
    display: none
}

.sneezies .closer {
    text-decoration: none;
    top: 10px;
    right: 10px;
    left: auto;
    border: 2px solid #007c92;
    width: 42px;
    height: 42px;
    font-size: 50px;
    line-height: 0;
    position: absolute;
    color: #007c92;
    margin: 0;
    cursor: pointer;
    z-index: 100
}

.sneezies .closer:before {
    content: "";
    right: 5px;
    top: 18px;
    position: relative;
    background: 0 0;
    height: 50%;
    width: 100%
}

.sneezies .closer:hover {
    text-decoration: none;
    border: none;
    background-color: #007c92;
    color: #fff
}

.sneezies .closer:hover:before {
    right: 3px;
    top: 20px
}

.sneezies .shareable .roll,
.sneezies .shareable:active .roll,
.sneezies .shareable:hover .roll {
    border-width: 0
}

.sneezies .item {
    text-align: center;
    height: 100%;
    width: 100%;
    white-space: nowrap
}

.sneezies .item:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 -4px;
    width: 1px;
    height: 100%
}

.sneezies .videoTpl {
    background-color: #fff;
    position: fixed;
    top: 50px;
    bottom: 50px;
    left: 0;
    right: 0;
    margin: 0;
    height: auto
}

.sneezies .content {
    position: relative;
    display: inline-block;
    vertical-align: middle
}

.sneezies .content-img {
    max-width: 90%
}

.sneezies .content-img a img {
    max-width: 90%;
    height: auto;
    padding-top: 16px
}

.sneezies .content-iframe,
.sneezies .content-iframe .video-js,
.sneezies .content-iframe iframe,
.sneezies .content-video,
.sneezies .content-video .video-js,
.sneezies .content-video iframe {
    width: 640px;
    height: 480px
}

body .body {
    position: relative;
    margin: 0 auto;
    padding: 0 40px;
    max-width: 1280px;
    text-align: left
}

body.desktop {
    min-width: 1024px;
    padding-right: 70px;
    margin: 0
}

body.desktop.configurator,
body.desktop.iframeDs {
    padding-right: 0
}

body.desktop .body {
    min-width: 940px;
    padding: 0 15px
}

body.desktop .container {
    min-width: 940px
}

body.desktop .actions:last-child li+li {
    padding-bottom: 0
}

body.desktop .actions li {
    padding-bottom: 10px
}

body.desktop .videoYTContainer {
    margin-bottom: 10px
}

body.desktop .videoYTContainer p:last-child {
    padding-bottom: 0
}

body.desktop.fancybox-lock {
    overflow: hidden
}

body.desktop.fancybox-lock .fancybox-overlay {
    z-index: 10000!important;
    overflow-y: scroll
}

body.mobile {
    overflow-x: hidden;
    width: 100%
}

body.mobile .body {
    min-width: 320px;
    max-width: 1280px;
    padding: 0 15px
}

body.mobile .container {
    overflow-x: hidden;
    overflow-y: visible;
    position: relative;
    min-height: 100%
}

body.mobile .container.menuActive {
    height: 100%;
    overflow: hidden
}

body.mobile .container.menuActive .content {
    pointer-events: none
}

body.mobile .content {
    position: relative;
    padding: 10px 15px 0;
    overflow: visible
}

body.mobile .mediaMask {
    z-index: 9998
}

body.mobile .mediaPop {
    z-index: 9999
}

body.mobile .notice-text .close {
    background-color: #fff!important
}

body.mobile div.notice-text .title-lvl1 {
    color: #c9dd03;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 18px;
    line-height: 20px;
    font-style: normal;
    padding-bottom: 10px;
    font-weight: 700;
    text-align: left;
    margin-bottom: 0;
    letter-spacing: .05em
}

body.mobile body.mobile div.notice-text .title-lvl1 {
    font-size: 24px;
    line-height: 26px
}

body.mobile div.notice-text p {
    padding-bottom: 10px;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #646464
}

body.mobile div.notice-text .scroll {
    padding: 10px 0
}

body.mobile div.notice-text .scroll p {
    font-size: 12px
}

body.mobile .row {
    padding-bottom: 0
}

body.mobile .subtitle+.visual {
    margin-top: 0
}

body.mobile .actions:last-child li:last-child {
    padding-bottom: 0!important
}

body.mobile figure {
    margin: 10px 0
}

body.mobile section:first-of-type figure {
    padding: 0;
    margin-top: 0
}

body #btn2top.top.sticker {
    right: 80px;
    bottom: 60px;
    position: fixed
}

body .stickybarAnchor {
    display: block;
    position: relative;
    top: -120px;
    z-index: -1
}

div.notice-text {
    border-radius: 0;
    min-height: 200px
}

.mask {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    display: block;
    background-color: rgba(0, 0, 0, .8);
    z-index: 10001!important
}

.notice-text .close {
    background: 0 0;
    position: absolute;
    cursor: pointer
}

div.error-geoloc p,
div.notice-text p,
p.notice-text {
    line-height: normal
}

.fancybox-close,
body.mobile .notice-text .close {
    position: absolute;
    background-color: transparent;
    background-position: 0 -1241px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 46px;
    height: 46px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    top: 8px!important;
    right: 8px;
    left: auto;
    margin: 0
}

.fancybox-close:hover,
body.mobile .notice-text .close:hover {
    background-color: transparent;
    background-position: 0 -1287px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 46px;
    height: 46px
}

.fancybox-close:before,
body.mobile .notice-text .close:before {
    display: none
}

.fancybox-skin {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    background-color: #fff;
    padding: 20px 20px 20px 30px;
    position: relative
}

.fancybox-wrap {
    max-width: 600px;
    width: 100%!important
}

@media screen and (max-width:960px) {
    .fancybox-wrap {
        width: auto!important;
        max-width: 600px
    }
}

.fancybox-wrap .scroll {
    width: 100%!important
}

.fancybox-inner {
    width: 100%!important;
    font-family: citroen, Arial, Helvetica, sans-serif
}

.fancybox-inner .jspContainer,
.fancybox-inner .jspContainer .jspPane {
    width: 100%!important
}

.fancybox-inner .jspContainer .jspPane p {
    padding-right: 20px
}

.fancybox-inner img {
    width: auto;
    height: auto;
    max-width: 100%;
    min-width: 100%
}

.fancybox-outer {
    padding-right: 60px;
    width: 100%
}

.fancybox-overlay {
    background: rgba(0, 0, 0, .4)!important;
    z-index: 1100;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0
}

.fancybox-opened .fancybox-skin {
    box-shadow: none
}

.error-geoloc div.fermer,
.notice-text div.fermer,
.popClose,
.tooltip div.fermer {
    display: none
}

.prompt-wrap .fancybox-inner {
    display: block
}

.prompt-wrap .fancybox-inner p+p {
    margin-top: 0;
    margin-bottom: 6px
}

.js .layerpop {
    width: 100%
}

.js .layerpop .scroll {
    height: 280px
}

.js .tab {
    display: none
}

.js .tab.opened {
    display: block
}

.js .tabtitle {
    display: none
}

.js .layertip {
    z-index: 9999;
    position: absolute;
    left: -999em;
    top: -999em;
    margin: -20px 0 0 35px;
    padding: 20px;
    min-width: auto;
    max-width: 450px;
    color: #868689;
    background: #fff;
    font-style: normal;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

.js .layertip:after,
.js .layertip:before {
    content: '';
    display: block;
    position: absolute;
    top: 20px;
    left: 0
}

.js .layertip:before {
    width: 16px;
    height: 20px;
    background: url(/bitrix/templates/5565/../../images/style/sprt/layout.png) no-repeat;
    background-size: 370px auto;
    background-position: -160px -172px
}

.js .layertip:after {
    border: 6px solid #000;
    border-color: transparent transparent #fff #fff;
    transform-origin: 0 0;
    transform: rotate(45deg);
    box-shadow: -2px 4px 6px 0 rgba(0, 0, 0, .2)
}

.js .layertip.boundright:after {
    border-color: #fff #fff transparent transparent;
    box-shadow: 2px -4px 6px 0 rgba(0, 0, 0, .2);
    left: 100%
}

.js .layertip .value {
    float: right;
    font-size: 12px
}

.js .zoner {
    cursor: pointer
}

.js .secret {
    display: none
}

div.error-geoloc,
div.notice-text {
    z-index: 10002!important
}

html.touch:before {
    display: none
}

.intersticiel-popin {
    z-index: 100000
}

.tools li a:after {
    width: auto
}

.btn-up,
.showroom-mobile.btn-up {
    position: fixed;
    right: 20px;
    width: 48px;
    height: 48px;
    overflow: hidden;
    text-indent: 100%;
    bottom: 115px;
    border-radius: 0;
    background: 0 0;
    background-color: #afadc3;
    box-shadow: none;
    z-index: 900;
    color: #fff
}

.btn-up:after,
.showroom-mobile.btn-up:after {
    content: "";
    position: absolute;
    left: 11px;
    top: 6px;
    background: 0 0;
    font-size: 30px;
    text-indent: 0
}

.btn-up:hover,
.showroom-mobile.btn-up:hover {
    border: 4px solid #afadc3;
    background-color: #fff;
    color: #afadc3
}

.btn-up:hover:after,
.showroom-mobile.btn-up:hover:after {
    left: 7px;
    top: 3px
}

#sticky {
    position: relative
}

.sticker {
    position: static;
    float: right;
    margin: -20px -115px 0 0;
    padding: 20px 0 0;
    width: 80px
}

.sticker.top a {
    background-color: #afadc3;
    box-shadow: none;
    position: relative;
    color: #fff;
    text-indent: -9999em;
    overflow: hidden;
    display: block;
    border-radius: 0;
    width: 50px;
    height: 50px
}

.sticker.top a:after {
    content: "";
    position: absolute;
    left: 2px;
    top: 15px;
    background: 0 0;
    font-size: 30px;
    text-indent: 0
}

.sticker.top a:hover {
    border: 4px solid #afadc3;
    background-color: #fff;
    color: #afadc3
}

.sticker.top a:hover:after {
    top: 12px;
    left: -2px
}

.sticker.top a:hover img[width="1"] {
    width: 1px!important;
    height: 1px!important
}

#_evh-ric-c {
    min-width: 0;
    min-height: 0;
    max-width: 0;
    max-height: 0;
    padding: 20px;
    background-image: url(/bitrix/templates/5565/../../images/close.png);
    background-size: cover
}

#_ePrivacy-link {
    text-decoration: underline
}

#_bapw-notice img {
    width: 19px;
    height: 19px
}

.togbody {
    padding: 20px 40px
}

.fakehidden {
    display: none
}

.wf_form_content .infoSup {
    position: relative;
    top: 1px;
    display: inline-block
}

.wf_dropdown {
    height: 174px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

.tooltip.wf_tooltip,
.tooltip.wf_tooltip:active,
.tooltip.wf_tooltip:hover {
    height: auto;
    background-image: none;
    white-space: normal;
    text-indent: 0;
    overflow: visible;
    position: absolute;
    width: 370px;
    font-size: 12px;
    margin-top: -41px;
    z-index: 99999
}

.secret {
    border-top: 2px solid #eb6428;
    border-bottom: 2px solid #eb6428;
    position: relative;
    padding: 40px 0 0;
    margin: 40px 60px 60px
}

.secret .closer {
    cursor: pointer;
    position: absolute;
    top: -22px;
    right: 0;
    color: #eb6428;
    border: 2px solid #eb6428;
    background-color: #fff;
    width: 42px;
    height: 42px
}

.secret .closer:before {
    content: "";
    background-image: none!important;
    font-size: 42px;
    position: absolute;
    top: -3px;
    left: -1px
}

.secret .closer:hover {
    color: #fff;
    border: 2px solid #eb6428;
    background-color: #eb6428
}

.secret .closer:hover:before {
    background-image: none!important
}

.vjs-default-skin .vjs-control::before {
    font-size: 15px
}

.popin.redirectParticulier .parttitle {
    color: #007c92;
    font-size: 30px;
    line-height: 32px;
    font-style: normal;
    padding-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center
}

.popin.redirectParticulier p {
    font: 20px ubuntu, Arial, Helvetica, sans-serif;
    color: #646464
}

.popin.redirectParticulier a.buttonTransversal {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 18px 11px 16px;
    border: 4px solid #afadc3;
    background-color: #afadc3;
    color: #fff;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 40px
}

.popin.redirectParticulier a.buttonTransversal::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.popin.redirectParticulier a.buttonTransversal:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.popin.redirectParticulier a.buttonTransversal::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.popin.redirectParticulier a.buttonTransversal:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.fullUbuntu .popin.redirectParticulier a.buttonTransversal {
    padding-top: 16px;
    padding-bottom: 16px
}

.popin.redirectParticulier a.buttonTransversal:active,
.popin.redirectParticulier a.buttonTransversal:hover {
    color: #afadc3;
    background-color: #fff
}

.popin.redirectParticulier a.buttonTransversal:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px
}

.popin.redirectParticulier a.buttonTransversal:active span,
.popin.redirectParticulier a.buttonTransversal:hover span {
    color: #afadc3
}

.popin.redirectParticulier a.buttonTransversal span {
    color: #fff
}

.popin.bpf-infos .title {
    font: 700 20px/20px ubuntu, Arial, Helvetica, sans-serif;
    margin: 0 0 10px
}

.popin.bpf-infos .sub-title.PrimaryPrice {
    display: block;
    font-size: 15px
}

.popin.bpf-infos .line {
    background-color: #b29fa4;
    height: 1px;
    margin: 7px 22px 0 0
}

.popin.bpf-infos .content {
    display: inline-block;
    width: 49%;
    vertical-align: top
}

.popin.bpf-infos .content:last-child {
    vertical-align: bottom;
    padding-left: 15px
}

.popin.bpf-infos .content li {
    font-family: ubuntu, Arial, Helvetica, sans-serif
}

.popin.bpf-infos .content li p {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 3px;
    margin: 20px 0 5px
}

.popin.bpf-infos .content li span {
    display: block;
    font-size: 11px
}

.popin.bpf-infos .content>*,
.popin.bpf-infos .content>*>*,
.popin.bpf-infos .content>*>*>* {
    color: #000
}

.jspContainer {
    overflow: hidden;
    position: relative;
    padding: 0 30px 0 0;
    background: #fff
}

.jspPane {
    position: absolute;
    margin: 0
}

.jspVerticalBar {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 10px
}

.jspTrack {
    background: #F3F3F6;
    position: relative;
    border-radius: 2px
}

.jspDrag {
    background: #CECECF;
    position: relative;
    top: 0;
    left: 0;
    cursor: pointer;
    border-radius: 2px
}

.jspCap {
    display: none
}

.sliceNew {
    font: 17px ubuntu, Arial, Helvetica, sans-serif;
    color: #646464;
    padding-bottom: 30px
}

.sliceNew.arrowBottom,
.sliceNew.breadcrumbDesk,
.sliceNew.cookieBarReviewDesktop,
.sliceNew.cookieBarReviewMobile,
.sliceNew.footerReviewDesk,
.sliceNew.sliceDispatchEditionsLimiteesDesk,
.sliceNew.sliceHeadReviewDesk,
.sliceNew.sliceHeadReviewMobile,
.sliceNew.sliceHeaderDesk,
.sliceNew.sliceHeroBannerDesk {
    padding-bottom: 0
}

.sliceNew .video a:before {
    z-index: 1
}

.sliceNew .tooltip {
    cursor: pointer;
    background: 0 0;
    overflow: visible;
    display: inline-block
}

.sliceNew .star-holder .star-filled:before {
    content: ""
}

.sliceNew .star-holder .star-half:before {
    content: ""
}

.sliceNew .star-holder .star-umpty:before {
    content: ""
}

.sliceNew .cta.cta-left {
    text-align: left
}

.sliceNew .cta.cta-right {
    text-align: right;
    float: right
}

.sliceNew section .tmtl,
.sliceNew section>.caption {
    margin-bottom: 10px
}

.sliceNew section.row {
    padding-bottom: 10px
}

.sliceNew section.row:last-of-type {
    padding-bottom: 0
}

.sliceNew .row {
    margin: 0
}

body.mobile .sliceNew .row {
    padding: 0 0 40px
}

.sliceNew .checks li {
    font-size: 14px
}

.sliceNew figure {
    margin: 0 0 20px
}

.sliceNew p {
    margin-bottom: 0
}

.sliceNew .actions .buttonLink,
.sliceNew .buttonLink,
.sliceNew .zonetexte .buttonLink {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    border: none;
    color: #646464;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px
}

.sliceNew .actions .buttonLink::-webkit-input-placeholder,
.sliceNew .buttonLink::-webkit-input-placeholder,
.sliceNew .zonetexte .buttonLink::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .actions .buttonLink:-moz-placeholder,
.sliceNew .buttonLink:-moz-placeholder,
.sliceNew .zonetexte .buttonLink:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .actions .buttonLink::-moz-placeholder,
.sliceNew .buttonLink::-moz-placeholder,
.sliceNew .zonetexte .buttonLink::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .actions .buttonLink:-ms-input-placeholder,
.sliceNew .buttonLink:-ms-input-placeholder,
.sliceNew .zonetexte .buttonLink:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .actions .buttonLink:after,
.sliceNew .buttonLink:after,
.sliceNew .zonetexte .buttonLink:after {
    content: "";
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 0
}

.sliceNew .actions .buttonLink:active,
.sliceNew .actions .buttonLink:hover,
.sliceNew .buttonLink:active,
.sliceNew .buttonLink:hover,
.sliceNew .zonetexte .buttonLink:active,
.sliceNew .zonetexte .buttonLink:hover {
    color: #c9dd03
}

.sliceNew .buttonLead {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 18px 11px 16px;
    border: 4px solid #eb6428;
    background-color: #eb6428;
    color: #fff;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 40px
}

.sliceNew .buttonLead::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonLead:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonLead::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonLead:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.fullUbuntu .sliceNew .buttonLead {
    padding-top: 16px;
    padding-bottom: 16px
}

.sliceNew .buttonLead:active,
.sliceNew .buttonLead:hover {
    color: #eb6428;
    background-color: #fff
}

.sliceNew .buttonLead:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px
}

.sliceNew .buttonLead:active span,
.sliceNew .buttonLead:hover span {
    color: #eb6428
}

.sliceNew .buttonLead span {
    color: #fff
}

.sliceNew .buttonLeadPicto {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 18px 11px 16px;
    border: 4px solid #eb6428;
    background-color: #eb6428;
    color: #fff;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    padding-right: 40px;
    position: relative;
    padding-left: 40px
}

.sliceNew .buttonLeadPicto::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonLeadPicto:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonLeadPicto::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonLeadPicto:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.fullUbuntu .sliceNew .buttonLeadPicto {
    padding-top: 16px;
    padding-bottom: 16px
}

.sliceNew .buttonLeadPicto:active,
.sliceNew .buttonLeadPicto:hover {
    color: #eb6428;
    background-color: #fff
}

.sliceNew .buttonLeadPicto:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px
}

.sliceNew .buttonLeadPicto span {
    color: #fff
}

.sliceNew .buttonLeadPicto img {
    position: absolute;
    width: 40px;
    left: 0;
    top: 50%;
    margin-top: -20px;
    max-width: none;
    min-width: 0
}

.sliceNew .buttonLeadPicto img.out {
    display: block
}

.sliceNew .buttonLeadPicto img.hover {
    display: none
}

.sliceNew .buttonLeadPicto:active span,
.sliceNew .buttonLeadPicto:hover span {
    color: #eb6428
}

.sliceNew .buttonLeadPicto:active img.out,
.sliceNew .buttonLeadPicto:hover img.out {
    display: none
}

.sliceNew .buttonLeadPicto:active img.hover,
.sliceNew .buttonLeadPicto:hover img.hover {
    display: block
}

.sliceNew .buttonTransversal {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 18px 11px 16px;
    border: 4px solid #fff;
    background-color: #fff;
    color: #afadc3;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 40px
}

.sliceNew .buttonTransversal::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonTransversal:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonTransversal::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonTransversal:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.fullUbuntu .sliceNew .buttonTransversal {
    padding-top: 16px;
    padding-bottom: 16px
}

.sliceNew .buttonTransversal:active,
.sliceNew .buttonTransversal:hover {
    color: #fff;
    background-color: #afadc3
}

.sliceNew .buttonTransversal:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px
}

.sliceNew .buttonTransversal:active span,
.sliceNew .buttonTransversal:hover span {
    color: #fff
}

.sliceNew .buttonTransversal span {
    color: #afadc3
}

.sliceNew .buttonLead span,
.sliceNew .buttonTransversalInvert span {
    margin: 0 35px 0 15px
}

.sliceNew .ds .buttonTransversal {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 18px 11px 16px;
    border: 4px solid #646464;
    background-color: #646464;
    color: #E6E0DB;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 40px
}

.sliceNew .ds .buttonTransversal::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .ds .buttonTransversal:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .ds .buttonTransversal::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .ds .buttonTransversal:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.fullUbuntu .sliceNew .ds .buttonTransversal {
    padding-top: 16px;
    padding-bottom: 16px
}

.sliceNew .ds .buttonTransversal:active,
.sliceNew .ds .buttonTransversal:hover {
    color: #646464;
    background-color: #E6E0DB
}

.sliceNew .ds .buttonTransversal:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px
}

.sliceNew .ds .buttonTransversal:active span,
.sliceNew .ds .buttonTransversal:hover span {
    color: #646464
}

.sliceNew .ds .buttonTransversal span {
    color: #E6E0DB
}

.sliceNew .buttonExpandN2 {
    position: relative;
    border: 4px solid transparent;
    padding: 10px 40px 10px 12px;
    background-color: rgba(175, 173, 195, .2);
    color: #afadc3;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: block;
    font-weight: 700;
    cursor: pointer;
    min-height: 90px
}

.fullUbuntu .sliceNew .buttonExpandN2 {
    padding-top: 10px;
    padding-bottom: 10px
}

.sliceNew .buttonExpandN2:after {
    content: "";
    margin-top: -10px;
    position: absolute;
    top: 22px;
    right: 10px
}

.sliceNew .buttonExpandN2:active,
.sliceNew .buttonExpandN2:hover {
    color: #afadc3;
    background-color: #fff;
    border-color: #afadc3
}

.sliceNew .buttonTransversalInvert {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 18px 11px 16px;
    border: 4px solid #afadc3;
    background-color: #afadc3;
    color: #fff;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 40px
}

.sliceNew .buttonTransversalInvert::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonTransversalInvert:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonTransversalInvert::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .buttonTransversalInvert:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.fullUbuntu .sliceNew .buttonTransversalInvert {
    padding-top: 16px;
    padding-bottom: 16px
}

.sliceNew .buttonTransversalInvert:active,
.sliceNew .buttonTransversalInvert:hover {
    color: #afadc3;
    background-color: #fff
}

.sliceNew .buttonTransversalInvert:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px
}

.sliceNew .buttonTransversalInvert:active span,
.sliceNew .buttonTransversalInvert:hover span {
    color: #afadc3
}

.sliceNew .buttonTransversalInvert span {
    color: #fff
}

.sliceNew .subtitle {
    color: #007c92;
    font-family: citroen, Arial, Helvetica, sans-serif;
    font-size: 40px;
    font-style: normal;
    padding-bottom: 10px!important;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    line-height: 35px;
    margin-bottom: 15px
}

body.mobile .sliceNew .subtitle {
    font-size: 32px;
    line-height: 32px
}

.sliceNew .parttitle {
    color: #6e6e6e;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: normal;
    padding-bottom: 10px!important;
    font-weight: 700;
    text-align: center;
    line-height: 26px;
    text-transform: uppercase;
    display: block
}

body.mobile .sliceNew .parttitle {
    font-size: 24px;
    line-height: 26px
}

.sliceNew .buttonArrowRight {
    width: 140px;
    position: relative;
    border: 4px solid #afadc3;
    padding: 18px 40px 16px 11px;
    background-color: #fff;
    color: #afadc3;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer
}

.fullUbuntu .sliceNew .buttonArrowRight {
    padding-top: 16px;
    padding-bottom: 16px
}

.sliceNew .buttonArrowRight:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px;
    color: #afadc3
}

.sliceNew .buttonArrowRight:active,
.sliceNew .buttonArrowRight:hover {
    padding: 16px 38px 14px 9px;
    border-width: 6px;
    color: #afadc3
}

.fullUbuntu .sliceNew .buttonArrowRight:active,
.fullUbuntu .sliceNew .buttonArrowRight:hover {
    padding-top: 14px;
    padding-bottom: 14px
}

.sliceNew .buttonArrowRight:active:after,
.sliceNew .buttonArrowRight:hover:after {
    right: 8px
}

.sliceNew .buttonArrowLeft {
    width: 140px;
    position: relative;
    border: 4px solid #afadc3;
    padding: 18px 11px 16px 40px;
    background-color: #fff;
    color: #afadc3;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer
}

.fullUbuntu .sliceNew .buttonArrowLeft {
    padding-top: 16px;
    padding-bottom: 16px
}

.sliceNew .buttonArrowLeft:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    left: 10px;
    color: #afadc3
}

.sliceNew .buttonArrowLeft:active,
.sliceNew .buttonArrowLeft:hover {
    padding: 16px 9px 14px 38px;
    border-width: 6px;
    color: #afadc3
}

.fullUbuntu .sliceNew .buttonArrowLeft:active,
.fullUbuntu .sliceNew .buttonArrowLeft:hover {
    padding-top: 14px;
    padding-bottom: 14px
}

.sliceNew .buttonArrowLeft:active:after,
.sliceNew .buttonArrowLeft:hover:after {
    left: 8px
}

.sliceNew .mgchapo,
.sliceNew .parttitle,
.sliceNew .subtitle {
    padding-top: 0!important
}

.sliceNew .subtitle+.parttitle {
    margin-top: 0!important;
    margin-bottom: 0
}

.sliceNew .mgchapo {
    padding: 0 0 10px;
    color: #868689;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-style: normal;
    padding-bottom: 0;
    font-weight: 700;
    margin: 0;
    line-height: 20px
}

.sliceNew .mgchapo ul {
    margin-bottom: 10px
}

.sliceNew .mgchapo p {
    margin-bottom: 0
}

.sliceNew .mgchapo+.visual {
    margin-top: 0
}

.sliceNew .mgchapo strong {
    font-size: inherit;
    font-family: inherit;
    font-weight: inherit;
    color: inherit;
    line-height: inherit
}

body.mobile .sliceNew .mgchapo {
    margin-top: 0
}

.sliceNew .zonetexte {
    margin-bottom: 10px;
    font: 14px/1.5 ubuntu, Arial, Helvetica, sans-serif
}

.sliceNew .zonetexte p,
.sliceNew .zonetexte ul {
    padding-bottom: 10px
}

.sliceNew .zonetexte p:last-child,
.sliceNew .zonetexte ul:last-child {
    padding-bottom: 0;
    margin-bottom: 0!important
}

.sliceNew .zonetexte img {
    min-width: auto
}

.sliceNew .zonetexte strong {
    font-family: inherit
}

.sliceNew .zonetexte em,
.sliceNew .zonetexte i {
    font-style: italic
}

.sliceNew .zonetexte ol,
.sliceNew .zonetexte ul {
    list-style: outside
}

.sliceNew .zonetexte ol li,
.sliceNew .zonetexte ul li {
    margin-left: 15px
}

.sliceNew .legal,
.sliceNew .notice {
    color: #868689;
    font: italic 11px ubuntu, Arial, Helvetica, sans-serif
}

.sliceNew .legal {
    font: italic 11px/1.5 Arial, Helvetica, sans-serif
}

.sliceNew .legal a,
.sliceNew .legal.notice {
    color: #868689;
    text-decoration: underline
}

.sliceNew .legal a:hover,
.sliceNew .legal.notice:hover {
    color: #000
}

body.mobile .sliceNew .legal a:hover,
body.mobile .sliceNew .legal.notice:hover {
    color: #dc002e
}

.sliceNew .notice {
    display: block;
    padding: 0 0 10px;
    cursor: pointer
}

.sliceNew .notice span {
    text-decoration: underline
}

.sliceNew .notice:hover {
    color: #000
}

.sliceNew .legal,
.sliceNew .thumbs {
    margin-bottom: 10px;
    display: block;
    padding-bottom: 0
}

.sliceNew .legal p:last-child,
.sliceNew .thumbs p:last-child {
    padding-bottom: 0
}

.sliceNew .video,
.sliceNew .visual {
    margin: 10px 0;
    padding: 0;
    position: relative
}

.sliceNew .video.shareable .roll,
.sliceNew .visual.shareable .roll {
    display: none
}

body.mobile .sliceNew .video,
body.mobile .sliceNew .visual {
    margin-top: 0
}

body.mobile .sliceNew .video img,
body.mobile .sliceNew .visual img {
    width: 100%;
    height: auto
}

.sliceNew .thumbs {
    margin-bottom: 10px;
    padding: 0;
    clear: both
}

.sliceNew .thumbs:after {
    content: '';
    display: block;
    clear: both;
    height: 0;
    visibility: hidden
}

.sliceNew .thumbs figure {
    margin: 0
}

.sliceNew .thumbs a {
    width: 128px;
    float: left;
    margin-right: 10px;
    position: relative
}

body.mobile .sliceNew .thumbs a,
body.mobile .sliceNew .thumbs a img {
    width: 100%
}

.sliceNew .thumbs a img {
    height: auto;
    max-width: 100%
}

.sliceNew .thumbs a.grouped {
    display: none
}

.sliceNew .thumbs .legend {
    display: block;
    margin: 0;
    font-size: 11px;
    color: #868689;
    text-align: center;
    padding-top: 5px
}

.sliceNew .thumbs .video {
    position: relative;
    display: block
}

.sliceNew .thumbs .shadow.video {
    margin: 0;
    position: relative
}

body.mobile .sliceNew .thumbs {
    margin-right: -5px!important;
    margin-left: -5px!important
}

body.mobile .sliceNew .thumbs::after {
    clear: both;
    content: "";
    display: table
}

body.mobile .sliceNew .thumbs>.columns {
    padding-right: 5px;
    padding-left: 5px
}

body.mobile .sliceNew .thumbs a {
    display: block
}

body.mobile .sliceNew .thumbs a:hover {
    color: inherit
}

.sliceNew .vjs-default-skin .vjs-big-play-button,
.sliceNew .vjs-default-skin .vjs-big-play-button:before,
.sliceNew .vjs-default-skin .vjs-big-play-button:hover {
    box-shadow: none;
    border: none;
    text-shadow: none
}

.sliceNew .vjs-default-skin .vjs-big-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    color: #c9dd03
}

.sliceNew .vjs-default-skin .vjs-big-play-button:before {
    position: relative;
    line-height: 40px;
    font-size: 20px;
    left: 2px;
    top: 0;
    content: ""
}

@media (max-width:480px) {
    .sliceNew .vjs-default-skin .vjs-big-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        border-radius: 15px;
        text-align: center;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        color: #c9dd03
    }
    .sliceNew .vjs-default-skin .vjs-big-play-button:before {
        position: relative;
        line-height: 30px;
        font-size: 15px;
        left: 1px;
        top: 1px;
        content: ""
    }
}

.sliceNew .icon-play {
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #fff;
    border-radius: 20px;
    text-align: center;
    width: 40px;
    height: 40px;
    margin-top: -20px;
    margin-left: -20px;
    color: #c9dd03
}

.sliceNew .icon-play:before {
    position: relative;
    line-height: 40px;
    font-size: 20px;
    left: 2px;
    top: 0;
    content: ""
}

@media (max-width:480px) {
    .sliceNew .icon-play {
        position: absolute;
        top: 50%;
        left: 50%;
        background-color: #fff;
        border-radius: 15px;
        text-align: center;
        width: 30px;
        height: 30px;
        margin-top: -15px;
        margin-left: -15px;
        color: #c9dd03
    }
    .sliceNew .icon-play:before {
        position: relative;
        line-height: 30px;
        font-size: 15px;
        left: 1px;
        top: 1px;
        content: ""
    }
}

.sliceNew .popit {
    position: relative
}

.sliceNew .popit:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(/bitrix/templates/5565/../../images/style/fancy/blank.gif)
}

.sliceNew .popit.photo img {
    height: auto;
    max-width: 100%
}

.sliceNew .popit.photo.active:after,
.sliceNew .popit.photo:active:after,
.sliceNew .popit.photo:hover:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -38px 0 0 -38px
}

.sliceNew .popit.photo:hover:after {
    background-image: none
}

.sliceNew .popit.photo.activeRoll:hover:after {
    background-position: 0 -1333px;
    background-repeat: no-repeat;
    overflow: hidden;
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #c9dd03;
    margin: -25px 0 0 -25px
}

@media (-webkit-max-device-pixel-ratio:1.99),
(max-resolution:191dpi) {
    .sliceNew .popit.photo.activeRoll:hover:after {
        background-size: auto
    }
}

.sliceNew .actions {
    margin: 0;
    clear: both
}

.sliceNew .actions li {
    margin: 0;
    display: inline-block;
    position: relative;
    padding: 0 20px 20px 0
}

.sliceNew .actions li a {
    max-width: none
}

.sliceNew .actions li a.buttonShowroom {
    position: relative;
    border: 4px solid #c9dd03;
    padding: 18px 40px 16px 11px;
    background-color: #fff;
    color: #646464;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer
}

.fullUbuntu .sliceNew .actions li a.buttonShowroom {
    padding-top: 16px;
    padding-bottom: 16px
}

.sliceNew .actions li a.buttonShowroom:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px
}

.sliceNew .actions li a.buttonShowroom:active,
.sliceNew .actions li a.buttonShowroom:hover {
    padding: 16px 38px 14px 9px;
    border-width: 6px
}

.fullUbuntu .sliceNew .actions li a.buttonShowroom:active,
.fullUbuntu .sliceNew .actions li a.buttonShowroom:hover {
    padding-top: 14px;
    padding-bottom: 14px
}

.sliceNew .actions li a.buttonShowroom:active:after,
.sliceNew .actions li a.buttonShowroom:hover:after {
    right: 8px
}

body.mobile .sliceNew .actions li {
    display: block;
    padding: 0 0 5px
}

body.mobile .sliceNew .actions li a,
body.mobile .sliceNew .actions li a.buttonShowroom {
    display: block
}

.sliceNew .actions .buttonTransversalInvert {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 18px 11px 16px;
    border: 4px solid #afadc3;
    background-color: #afadc3;
    color: #fff;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 40px
}

.sliceNew .actions .buttonTransversalInvert::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .actions .buttonTransversalInvert:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .actions .buttonTransversalInvert::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .actions .buttonTransversalInvert:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.fullUbuntu .sliceNew .actions .buttonTransversalInvert {
    padding-top: 16px;
    padding-bottom: 16px
}

.sliceNew .actions .buttonTransversalInvert:active,
.sliceNew .actions .buttonTransversalInvert:hover {
    color: #afadc3;
    background-color: #fff
}

.sliceNew .actions .buttonTransversalInvert:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px
}

.sliceNew .actions .buttonTransversalInvert:active span,
.sliceNew .actions .buttonTransversalInvert:hover span {
    color: #afadc3
}

.sliceNew .actions .buttonTransversalInvert span {
    color: #fff
}

.sliceNew .list-links {
    margin: 20px 0
}

.sliceNew .list-links a {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    border: none;
    color: #646464;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-weight: 700;
    display: inline-block;
    cursor: pointer;
    padding-right: 25px;
    position: relative;
    text-decoration: none;
    font-size: 14px;
    line-height: 20px
}

.sliceNew .list-links a::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .list-links a:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .list-links a::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .list-links a:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.sliceNew .list-links a:after {
    content: "";
    margin-top: -12px;
    position: absolute;
    top: 50%;
    right: 0
}

.sliceNew .list-links a:active,
.sliceNew .list-links a:hover {
    color: #c9dd03
}

.sliceNew .list-links li {
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle;
    padding: 0 10px 0 0
}

.sliceNew .shareButton {
    display: block;
    white-space: nowrap;
    text-indent: 9999em;
    font-size: 100px;
    overflow: hidden
}

.sliceNew input[type=radio] {
    position: absolute;
    opacity: 0
}

.sliceNew input[type=radio]+label {
    position: relative;
    cursor: pointer;
    padding-left: 35px;
    margin-right: 20px
}

.sliceNew input[type=radio]+label:after,
.sliceNew input[type=radio]+label:before {
    content: '';
    position: absolute;
    display: block
}

.sliceNew input[type=radio]+label:before {
    left: 0;
    top: 0;
    width: 22px;
    height: 22px;
    background: #fff;
    border: 1px solid #CCC;
    border-radius: 22px
}

.sliceNew input[type=radio]+label:after {
    left: 7px;
    top: 7px;
    width: 10px;
    height: 10px;
    background: #646464;
    border-radius: 10px;
    opacity: 0
}

.sliceNew input[type=radio]+label:active:after,
.sliceNew input[type=radio]+label:hover:after {
    opacity: .25
}

.sliceNew input[type=radio]:checked+label:after {
    background-color: #afadc3;
    opacity: 1
}

.sliceNew .showadv {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 10px;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.sliceNew .showadv:after {
    content: "";
    position: relative;
    top: 1px;
    font-size: 12px
}

.sliceNew .showadv:before {
    display: none
}

.sliceNew .showadv:hover {
    color: #c9dd03
}

.sliceNew .star-holder {
    top: -4px;
    position: relative;
    display: inline-block
}

.sliceNew .rating {
    display: inline-block
}

.sliceNew .rating .stars-g,
.sliceNew .rating .stars-r {
    width: 100%;
    position: relative;
    color: #e7e7e7;
    display: block;
    letter-spacing: 0;
    white-space: pre;
    font: 25px/1 monospace
}

.sliceNew .rating .stars-r {
    color: #c9dd03;
    overflow: hidden;
    position: absolute;
    top: 0
}

.sliceNew .numrating {
    color: #c9dd03;
    display: inline-block;
    position: relative;
    top: -7px;
    margin-left: 5px
}

.sliceNew .r50 .star-r {
    width: 100%
}

.sliceNew .r45 .stars-r {
    width: 90%
}

.sliceNew .r40 .stars-r {
    width: 80%
}

.sliceNew .r35 .stars-r {
    width: 70%
}

.sliceNew .r30 .stars-r {
    width: 60%
}

.sliceNew .r25 .stars-r {
    width: 50%
}

.sliceNew .r20 .stars-r {
    width: 40%
}

.sliceNew .r15 .stars-r {
    width: 30%
}

.sliceNew .r10 .stars-r {
    width: 20%
}

.sliceNew .r5 .stars-r {
    width: 10%
}

.sliceNew .r0 .stars-r {
    width: 0
}

.sliceNew .MentionBarWrapper {
    z-index: 9998;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e7e7e7
}

@media (max-width:1410px) {
    .sliceNew .MentionBarWrapper {
        padding-right: 40px
    }
}

.sliceNew .MentionBarWrapper .row {
    padding-bottom: 0!important
}

.sliceNew .MentionBarWrapper .MentionBar {
    position: relative
}

.sliceNew .MentionBarWrapper .globalWrapper {
    margin: 35px auto 10px;
    padding-right: 50px
}

.sliceNew .MentionBarWrapper .globalWrapper .button-toggle {
    width: 35px;
    cursor: pointer;
    height: 35px;
    top: -30px;
    right: 0;
    position: absolute;
    border-radius: 50%;
    border: 3px solid #c9dd03
}

.sliceNew .MentionBarWrapper .globalWrapper .button-toggle .less {
    font-size: 22px;
    line-height: 0;
    color: #c9dd03
}

.sliceNew .MentionBarWrapper .globalWrapper .button-toggle .less:before {
    content: "";
    right: -4px;
    top: 9px;
    position: relative
}

.sliceNew .MentionBarWrapper .globalWrapper .button-toggle .more:before {
    content: ""
}

.sliceNew .MentionBarWrapper .globalWrapper .txtContent {
    margin-top: 10px;
    text-align: justify;
    position: relative
}

.sliceNew .MentionBarWrapper .globalWrapper .txtContent .valign>* {
    height: 90px;
    color: #646464;
    font-size: 12px
}

.sliceNew .MentionBarWrapper .globalWrapper .panelContent {
    padding-top: 34px
}

@media (max-width:768px) {
    .sliceNew .videoYTContainer {
        width: 100%;
        height: 0;
        padding-bottom: 56.25%;
        overflow: hidden;
        position: relative
    }
    .sliceNew .videoYTContainer iframe {
        width: 100%!important;
        height: 100%!important;
        position: absolute;
        top: 0;
        left: 0
    }
}

.sliceNew .hideThis {
    display: none
}

.sliceNew .bx-wrapper {
    position: relative;
    background-color: #fff;
    height: 100%
}

.sliceNew .bx-controls {
    width: 100%
}

.sliceNew .bx-next,
.sliceNew .bx-prev {
    position: absolute;
    z-index: 250;
    background-color: transparent;
    width: 39px;
    height: 39px;
    margin-left: 0
}

.sliceNew .bx-next.disabled,
.sliceNew .bx-prev.disabled {
    filter: alpha(Opacity=40);
    opacity: .4
}

.sliceNew .bx-next:before,
.sliceNew .bx-prev:before {
    display: none
}

.sliceNew .bx-pager {
    text-align: center;
    position: relative
}

.sliceNew .bx-pager-link {
    border: none;
    background-color: #afadc3;
    width: 9px;
    height: 9px;
    display: inline-block;
    margin: 0 6px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%
}

.sliceNew .bx-pager-link.active {
    background-color: #007c92;
    border: none
}

.sliceNew .bx-pager-item {
    margin: 3px;
    width: 16px;
    height: 16px;
    display: inline-block
}

.sliceNew .bx-next,
.sliceNew .bx-pager-link,
.sliceNew .bx-prev {
    white-space: nowrap;
    text-indent: -9999em;
    overflow: hidden
}

.sliceNew:not(.sliceAnimStrongPointsDesk) img {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    width: auto
}

.sliceNew:not(.sliceAnimStrongPointsDesk) img.lazy {
    background: url(/bitrix/templates/5565/../../images/style/bg/loader.gif) center no-repeat #d9d9d9
}

.sliceNew .thumbs a:active:before,
.sliceNew .thumbs a:hover:before {
    content: '';
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #fff;
    opacity: .5
}

body.mobile .sliceNew .thumbs a:active:before,
body.mobile .sliceNew .thumbs a:hover:before {
    content: none
}

.sliceNew .shareable {
    position: relative
}

.sliceNew .shareable .roll {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    border: 0 solid rgba(255, 255, 255, .75);
    opacity: 0;
    background: 0 0;
    transition: opacity .25s, border .25s
}

.sliceNew .shareable.active .roll,
.sliceNew .shareable:active .roll,
.sliceNew .shareable:hover .roll {
    border-width: 20px;
    opacity: 1
}

.sliceNew .shareable.col .roll,
.sliceNew .shareable.shadow .roll {
    left: 20px;
    right: 20px
}

.sliceNew .sidebar {
    color: #fff
}

.sliceNew .sidebar>* {
    padding: 20px;
    margin-bottom: 10px
}

.sliceNew .sidebar .newsletter {
    background-color: #b29fa4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.sliceNew .sidebar .newsletter legend {
    font: 22px ubuntu, Arial, Helvetica, sans-serif
}

.sliceNew .sidebar .newsletter p {
    font-size: 14px;
    margin: 5px 0;
    color: #fff
}

.sliceNew .sidebar .newsletter input[type=email] {
    width: 100%;
    padding: 0 15px
}

.sliceNew .sidebar .newsletter .field {
    margin-right: 61px
}

.sliceNew .sidebar .follow {
    background-color: #b29fa4;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.sliceNew .sidebar .follow .title {
    font: 22px ubuntu, Arial, Helvetica, sans-serif;
    margin-bottom: 12px
}

.sliceNew .sidebar .rss {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0
}

.sliceNew .sidebar button,
.sliceNew .sidebar input[type=text],
.sliceNew .sidebar input[type=email],
.sliceNew .sidebar input[type=password],
.sliceNew .sidebar input[type=submit],
.sliceNew .sidebar textarea {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    border: 1px solid #b29fa4;
    color: #646464;
    height: 46px;
    font: 400 17px ubuntu, Arial, Helvetica, sans-serif!important
}

.sliceNew .sidebar .field.include+button,
.sliceNew .sidebar .field.include+input[type=submit] {
    margin: -46px 0 0;
    font-weight: 700;
    color: #b29fa4
}

.sliceNew .sidebar .field.include+input[type=submit] {
    width: 51px;
    float: right;
    cursor: pointer;
    background-color: #f4f3f8
}

.sliceNew .sidebar .field.include+input[type=submit]:active,
.sliceNew .sidebar .field.include+input[type=submit]:hover {
    background-color: #f0f0f0
}

.sliceNew .sidebar>a {
    background-color: #ef6e12;
    display: block;
    color: #fff;
    cursor: pointer
}

.sliceNew .sidebar>a:hover {
    background-color: #e66001
}

.sliceNew .socials a>img {
    min-width: auto;
    width: 40px
}

.sliceNew .socials li {
    display: inline-block;
    margin: 0 10px 10px 0
}

.sliceNew .socials img {
    opacity: 1
}

.sliceNew .socials img:active,
.sliceNew .socials img:hover {
    opacity: .8
}

.sliceNew .edge-notice {
    border: 1px solid #9b9b9b;
    padding: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 350px;
    height: 165px;
    background-color: #fff;
    text-align: center
}

.sliceNew .hidden {
    display: none
}

.sliceNew .disclaimer {
    z-index: 2;
    position: absolute;
    right: 40px;
    bottom: 20px;
    padding: 20px;
    width: 50%;
    height: 150px;
    white-space: nowrap;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .25)
}

.sliceNew .disclaimer:before {
    content: '';
    width: 1px;
    height: 100%
}

.sliceNew .disclaimer span,
.sliceNew .disclaimer:before {
    display: inline-block;
    vertical-align: middle
}

.sliceNew .stickyplaceholder .sticky {
    background: #007c92;
    height: 33px
}

.sliceNew .stickyplaceholder .sticky ul {
    display: inline-block;
    margin-top: -6px
}

.sliceNew .stickyplaceholder .sticky .logo {
    display: none!important
}

.sliceNew .stickyplaceholder .sticky .inner {
    margin: 0 auto;
    text-align: center;
    display: block
}

.sliceNew .stickyplaceholder .sticky.fixed {
    height: 48px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    box-shadow: 0 0 5px #666;
    z-index: 260
}

.sliceNew .stickyplaceholder .sticky.fixed ul {
    margin-top: 0;
    padding-right: 70px
}

@media screen and (max-width:1024px) {
    .sliceNew .stickyplaceholder .sticky.fixed {
        width: 960px
    }
    .sliceNew .stickyplaceholder .sticky.fixed ul {
        padding-right: 0
    }
}

.sliceNew .stickyplaceholder .sticky li {
    display: inline-block;
    border: none
}

.sliceNew .stickyplaceholder .sticky li a {
    font: 13px citroen, Arial, Helvetica, sans-serif;
    padding: 4px 20px;
    vertical-align: middle;
    text-transform: uppercase;
    display: table-cell;
    height: 40px;
    line-height: 10px!important
}

.sliceNew .stickyplaceholder .sticky li a span {
    height: 40px;
    display: table-cell;
    font-weight: 700;
    line-height: 10px;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

.sliceNew .selectZone {
    position: relative;
    margin: 0;
    height: 38px
}

.sliceNew .selectZone .select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 198;
    overflow: auto;
    background-color: #fff;
    border: 0 solid #DDD
}

.sliceNew .selectZone .select:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    width: 12px;
    height: 8px;
    background-position: -8px -8px
}

.sliceNew .selectZone .select li {
    font-size: 16px
}

.sliceNew .selectZone .select li a,
.sliceNew .selectZone .select li span {
    padding: 0 20px;
    line-height: 36px;
    height: 0;
    display: block;
    overflow: hidden;
    -webkit-transition: height .25s;
    -moz-transition: height .25s;
    -ms-transition: height .25s;
    -o-transition: height .25s;
    transition: height .25s
}

.sliceNew .selectZone .select li a.on,
.sliceNew .selectZone .select li span {
    cursor: pointer;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff
}

.sliceNew .selectZone .select li a:active,
.sliceNew .selectZone .select li a:hover {
    background-color: #f0f0f0
}

.sliceNew .selectZone .select.hover {
    z-index: 200;
    max-height: 300px;
    overflow: auto;
    border-width: 2px;
    margin: -2px -2px -2px -1px
}

.sliceNew .selectZone .select.hover li a {
    cursor: pointer;
    height: 36px;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: #fff
}

.showroom.secret.hidden[class*=deployable_] {
    margin: 20px auto!important;
    max-width: 1280px;
    min-width: 940px;
    padding: 0 15px!important;
    text-align: left
}

.body .headlite {
    text-align: right
}

.txt-polish {
    font-family: citroen, Arial, Helvetica, sans-serif!important
}

.overlayPopinRedirect {
    font-family: citroen, Arial, Helvetica, sans-serif;
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, .3);
    z-index: 99000;
    height: 100%;
    width: 100%
}

.overlayPopinRedirect .popinRedirect {
    background: #fff;
    text-align: center;
    padding: 25px;
    position: fixed;
    left: 50%;
    top: 150px;
    width: 600px;
    margin-left: -300px
}

.overlayPopinRedirect .popinRedirect .close {
    color: #afadc3;
    border: 4px solid #afadc3;
    overflow: hidden;
    display: inline-block;
    width: 46px;
    height: 46px;
    position: absolute;
    top: 8px!important;
    right: 8px;
    margin: 0
}

.overlayPopinRedirect .popinRedirect .close:before {
    content: "";
    font-size: 32px
}

.overlayPopinRedirect .popinRedirect .close:hover {
    background: #afadc3;
    color: #fff
}

.overlayPopinRedirect .popinRedirect .parttitle {
    font: normal 700 30px/32px citroen, Arial, Helvetica, sans-serif;
    padding-bottom: 20px;
    text-transform: uppercase;
    color: #007c92
}

.overlayPopinRedirect .popinRedirect .content,
.overlayPopinRedirect .popinRedirect .countdownWrapper {
    font: 20px ubuntu, Arial, Helvetica, sans-serif;
    color: #646464
}

.overlayPopinRedirect .popinRedirect .countdownWrapper,
.overlayPopinRedirect .popinRedirect .cta {
    margin-top: 15px
}

.overlayPopinRedirect .popinRedirect .countdown {
    font-weight: 700;
    font-size: 24px
}

.overlayPopinRedirect .popinRedirect .cancelRedirect {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 18px 11px 16px;
    border: 4px solid #afadc3;
    background-color: #afadc3;
    color: #fff;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 40px
}

.overlayPopinRedirect .popinRedirect .cancelRedirect::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.overlayPopinRedirect .popinRedirect .cancelRedirect:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.overlayPopinRedirect .popinRedirect .cancelRedirect::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.overlayPopinRedirect .popinRedirect .cancelRedirect:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.fullUbuntu .overlayPopinRedirect .popinRedirect .cancelRedirect {
    padding-top: 16px;
    padding-bottom: 16px
}

.overlayPopinRedirect .popinRedirect .cancelRedirect:active,
.overlayPopinRedirect .popinRedirect .cancelRedirect:hover {
    color: #afadc3;
    background-color: #fff
}

.overlayPopinRedirect .popinRedirect .cancelRedirect:after {
    margin-top: -8px;
    position: absolute;
    top: 50%;
    content: '\E00B';
    right: 0;
    font-size: 32px
}

.overlayPopinRedirect .popinRedirect .cancelRedirect:active span,
.overlayPopinRedirect .popinRedirect .cancelRedirect:hover span {
    color: #afadc3
}

.overlayPopinRedirect .popinRedirect .cancelRedirect span {
    color: #fff
}

.overlayPopinRedirect .popinRedirect .goRedirect {
    background: 0 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    height: auto;
    padding: 18px 11px 16px;
    border: 4px solid #eb6428;
    background-color: #eb6428;
    color: #fff;
    font-family: ubuntu, Arial, Helvetica, sans-serif;
    font-size: 15px;
    line-height: 15px;
    text-transform: uppercase;
    display: inline-block;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    padding-right: 40px
}

.overlayPopinRedirect .popinRedirect .goRedirect::-webkit-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.overlayPopinRedirect .popinRedirect .goRedirect:-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.overlayPopinRedirect .popinRedirect .goRedirect::-moz-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.overlayPopinRedirect .popinRedirect .goRedirect:-ms-input-placeholder {
    filter: alpha(Opacity=70);
    opacity: .7
}

.fullUbuntu .overlayPopinRedirect .popinRedirect .goRedirect {
    padding-top: 16px;
    padding-bottom: 16px
}

.overlayPopinRedirect .popinRedirect .goRedirect:active,
.overlayPopinRedirect .popinRedirect .goRedirect:hover {
    color: #eb6428;
    background-color: #fff
}

.overlayPopinRedirect .popinRedirect .goRedirect:after {
    content: "";
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 10px
}

.overlayPopinRedirect .popinRedirect .goRedirect:active span,
.overlayPopinRedirect .popinRedirect .goRedirect:hover span {
    color: #eb6428
}

.overlayPopinRedirect .popinRedirect .goRedirect span {
    color: #fff
}

body.mobile .overlayPopinRedirect .popinRedirect {
    max-width: 600px;
    width: 100%;
    left: 0;
    margin-left: 0
}

.clslanguetteshowroom {
    margin-bottom: 20px;
    padding-bottom: 20px
}

.clslanguetteshowroom .addmore {
    padding-bottom: 20px;
    clear: both;
    text-align: center
}

.clslanguetteshowroom .addmore a {
    padding: 10px;
    display: inline-block;
    font: 700 17px/22px citroenregular, Arial, sans-serif;
    letter-spacing: .001em
}

.clslanguetteshowroom .addmore a:after {
    content: "";
    display: block
}

.clslanguetteshowroom .addmore.open a {
    padding: 10px 80px
}

.clslanguetteshowroom .addmore.open a span {
    text-transform: uppercase
}

.clslanguetteshowroom .addmore.open a:after {
    display: none
}

.clslanguetteshowroom .addmore.open a:before {
    content: "";
    display: block
}

body.desktop .clsgalerieniveau2 {
    margin: 0 -10px;
    padding-bottom: 30px;
    position: relative;
    display: flex;
    flex-flow: row wrap
}

body.desktop .clsgalerieniveau2 .zoner {
    display: flex;
    margin-bottom: 20px;
    padding: 0 10px;
    width: 50%
}

body.desktop .clsgalerieniveau2 .zoner>.span3 {
    width: 40%
}

body.desktop .clsgalerieniveau2 .zoner>.span4 {
    display: block;
    padding: 20px;
    width: 60%
}

body.desktop .clsgalerieniveau2 .zoner>.span4 .parttitle {
    font: 700 18px citroen, Arial, Helvetica, sans-serif
}

body.desktop .clsgalerieniveau2 .zoner>.span4 p {
    color: #868689;
    padding-bottom: 15px;
    font: normal 400 14px/16px citroen, Arial, Helvetica, sans-serif
}

body.desktop .clsgalerieniveau2 .zoner:hover .span4 {
    background-color: #E3DFE0
}

body.desktop .clsgalerieniveau2 figure {
    margin: 0
}

.notice {
    display: block;
    margin: 0;
    padding: 0 0 10px;
    font: italic 10px Arial, Verdana, sans-serif;
    color: #4b4b4e
}

.notice a,
.notice span {
    color: #4b4b4e;
    cursor: pointer;
    text-decoration: underline
}

.notice:active span,
.notice:hover span {
    color: #dc002e
}

.ds .notice:active span,
.ds .notice:hover span {
    color: #ad0040
}

.notice-flow {
    display: block;
    margin-bottom: 20px;
    font: italic 10px Arial, Verdana, sans-serif;
    color: #4b4b4e
}

.notice-flow a {
    color: #4b4b4e;
    cursor: pointer
}

p.notice-text {
    display: none;
    padding: 15px;
    min-width: 220px;
    font: 400 10px/13px robotolight, Arial, Verdana, sans-serif;
    color: #333235;
    border: 1px solid #dcdcde;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
    background: #fff
}

div.notice-text {
    display: none;
    padding: 15px 15px 30px;
    min-width: 220px;
    border: 1px solid #dcdcde;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, .25);
    background: #fff
}

div.notice-text .ajax-filled {
    display: block;
    width: 100%;
    text-align: left
}

div.notice-text .notice-wrapper {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div.notice-text .scrollnotice {
    width: 100%
}

div.notice-text figure {
    display: block;
    margin: 0 0 10px
}

.classeIco {
    height: 12px;
    width: 18px;
    position: relative;
    bottom: -2px;
    display: inline-block;
    cursor: pointer;
    line-height: 10px;
    margin-left: 4px
}

.classeIco:before {
    color: #fff;
    font-size: 8px;
    position: absolute;
    top: 2px;
    left: 5px
}

.classeIco:after {
    content: " ";
    display: block;
    width: 8px;
    right: -4px;
    top: 2px;
    height: 8px;
    position: absolute;
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: inherit
}

.classeIco.class-ap {
    background-color: #009035
}

.classeIco.class-ap:before {
    content: "A+";
    left: 3px
}

.classeIco.class-a {
    background-color: #009136
}

.classeIco.class-a:before {
    content: "A"
}

.classeIco.class-b {
    background-color: #58ab27
}

.classeIco.class-b:before {
    content: "B"
}

.classeIco.class-c {
    background-color: #c9d203
}

.classeIco.class-c:before {
    content: "C";
    color: #000
}

.classeIco.class-d {
    background-color: #fdeb01
}

.classeIco.class-d:before {
    content: "D";
    color: #000
}

.classeIco.class-e {
    background-color: #fbbb02
}

.classeIco.class-e:before {
    content: "E";
    color: #000
}

.classeIco.class-f {
    background-color: #e9690d
}

.classeIco.class-f:before {
    content: "F"
}

.classeIco.class-g {
    background-color: #e4001e
}

.classeIco.class-g:before {
    content: "G"
}

sup {
    vertical-align: super!important;
    font-size: smaller!important
}

sub {
    vertical-align: sub!important;
    font-size: smaller!important
}

.sidebarTools nav li::before {
    content: none;
    height: auto;
    margin: 0;
    width: auto
}

.sidebarTools nav li {
    display: list-item
}

.sidebarTools nav a::before {
    content: none;
    height: auto;
    margin: 0;
    width: auto
}

.sidebarTools nav a span,
.sidebarTools nav a::before,
.sidebarTools nav li::before {
    display: inline;
    vertical-align: baseline
}

.sidebarTools nav {
    bottom: auto;
    left: auto;
    padding: 0;
    right: auto
}

.sidebarTools nav a {
    border-bottom: none;
    display: inline;
    font-size: 16px;
    position: static
}

.sidebarTools nav a span {
    font: inherit;
    min-width: 0;
    overflow: visible;
    padding: 0;
    text-align: left;
    white-space: nowrap;
    width: auto
}

.sidebarToolsDesktopReview {
    font-family: citroen, Arial, Helvetica, sans-serif;
    position: fixed;
    padding-bottom: 0;
    z-index: 10001;
    height: 100%;
    width: 67px;
    top: 0;
    right: 0
}

.sidebarToolsDesktopReview .buttonListWrapper {
    display: table;
    width: 100%;
    height: 100%
}

.sidebarToolsDesktopReview .buttonListWrapper>* {
    display: table-cell;
    vertical-align: middle
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList {
    width: 70px
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li {
    display: inline-block;
    width: 70px
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a {
    display: block;
    position: relative
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a .rollOutState {
    border-top: solid #122134 1px;
    background-color: #122134;
    color: #fff;
    position: relative;
    font-size: 11px;
    width: 250px;
    height: 70px;
    text-transform: uppercase;
    text-align: center;
    left: 0;
    padding: 40px 180px 0 0;
    -o-transition-timing-function: easeOutExpo;
    -webkit-transition-timing-function: easeOutExpo;
    -moz-transition-timing-function: easeOutExpo;
    transition-timing-function: easeOutExpo;
    -o-transition-property: easeOutExpo;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a .rollOutState .wrapperButton {
    position: relative
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a .rollOutState .wrapperButton img {
    max-width: none;
    min-width: 0;
    width: 30px;
    position: absolute;
    top: -30px;
    left: 20px
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a .rollOverState {
    position: absolute;
    border-top: solid #007bff 1px;
    width: 250px;
    height: 70px;
    left: 0;
    top: 0;
    background-color: #007bff;
    text-align: left;
    padding: 0 80px 0 50px;
    color: #fff;
    font-size: 13px;
    text-transform: uppercase;
    filter: alpha(Opacity=0);
    opacity: 0;
    -o-transition-timing-function: easeOutExpo;
    -webkit-transition-timing-function: easeOutExpo;
    -moz-transition-timing-function: easeOutExpo;
    transition-timing-function: easeOutExpo;
    -o-transition-property: easeOutExpo;
    -webkit-transition-property: all;
    -moz-transition-property: all;
    transition-property: all;
    -o-transition-duration: .6s;
    -webkit-transition-duration: .6s;
    -moz-transition-duration: .6s;
    transition-duration: .6s
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a .rollOverState .wrapperButton {
    position: relative
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a .rollOverState .wrapperButton img {
    max-width: none;
    min-width: 0;
    width: 40px;
    position: absolute;
    top: 18px;
    left: -45px
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a .rollOverState .wrapperButton .valign>div {
    height: 70px
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a.active .rollOverState,
.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a:hover .rollOverState {
    filter: alpha(Opacity=100);
    opacity: 1
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a.active .rollOutState,
.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a.active .rollOverState,
.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a:hover .rollOutState,
.sidebarToolsDesktopReview .buttonListWrapper .buttonList li a:hover .rollOverState {
    left: -182px
}

.sidebarToolsDesktopReview .buttonListWrapper .buttonList li:first-child a .rollOutState,
.sidebarToolsDesktopReview .buttonListWrapper .buttonList li:first-child a .rollOverState {
    border: none
}

.sidebarToolsDesktopReview.ds {
    background-color: #AD0040
}

.sidebarToolsDesktopReview.ds .buttonListWrapper .buttonList li a .rollOutState,
.sidebarToolsDesktopReview.ds .buttonListWrapper .buttonList li a .rollOverState {
    border-top: solid #B1275A 1px;
    background-color: #AD0040
}

.sidebarToolsDesktopReview.ds .buttonListWrapper .buttonList li:first-child a .rollOutState,
.sidebarToolsDesktopReview.ds .buttonListWrapper .buttonList li:first-child a .rollOverState {
    border: none
}

.sidebarToolsMobileReview {
    font-family: citroen, Arial, Helvetica, sans-serif;
    padding-bottom: 0;
    position: fixed;
    width: 100%;
    height: 60px;
    background-color: #eb6428;
    left: 0;
    bottom: -1px;
    z-index: 9993
}

.sidebarToolsMobileReview .columns {
    border-left: 1px solid #f3933b
}

.sidebarToolsMobileReview .columns a {
    display: block;
    position: relative
}

.sidebarToolsMobileReview .columns a:after {
    content: "";
    color: #fff;
    font-size: 14px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -9px
}

.sidebarToolsMobileReview .columns .valign div {
    text-align: left;
    height: 60px;
    font-size: 11px;
    line-height: 12px;
    color: #fff;
    text-transform: uppercase;
    padding: 0
}

.sidebarToolsMobileReview .columns .valign div.visuel {
    padding-left: 3px;
    text-align: center
}

.sidebarToolsMobileReview .columns .valign div.visuel img {
    max-width: none;
    min-width: 0;
    width: 32px
}

.sidebarToolsMobileReview .columns .valign div.texte {
    padding-left: 3px;
    padding-right: 30px
}

.sidebarToolsMobileReview.ds {
    background-color: #AD0040
}

.sidebarToolsMobileReview.ds .columns {
    border-left: solid #B1275A 1px
}

.playerBlocYTHide {
    display: inline-block;
    position: relative;
    left: 50%;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

.videoEndedHideSuggestion .playerBlocYTHide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 64px 64px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjgiIGhlaWdodD0iMTI4IiB2aWV3Qm94PSIwIDAgNTEwIDUxMCI+PHBhdGggZD0iTTI1NSAxMDJWMEwxMjcuNSAxMjcuNSAyNTUgMjU1VjE1M2M4NC4xNSAwIDE1MyA2OC44NSAxNTMgMTUzcy02OC44NSAxNTMtMTUzIDE1My0xNTMtNjguODUtMTUzLTE1M0g1MWMwIDExMi4yIDkxLjggMjA0IDIwNCAyMDRzMjA0LTkxLjggMjA0LTIwNC05MS44LTIwNC0yMDQtMjA0eiIgZmlsbD0iI0ZGRiIvPjwvc3ZnPg==)
}

.videoPausedHideSuggestion .playerBlocYTHide::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 40px;
    right: 0;
    cursor: pointer;
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40px 40px;
    background-image: url(data:image/svg+xml;utf8;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEiIHdpZHRoPSIxNzA2LjY2NyIgaGVpZ2h0PSIxNzA2LjY2NyIgdmlld0JveD0iMCAwIDEyODAgMTI4MCI+PHBhdGggZD0iTTE1Ny42MzUgMi45ODRMMTI2MC45NzkgNjQwIDE1Ny42MzUgMTI3Ny4wMTZ6IiBmaWxsPSIjZmZmIi8+PC9zdmc+)
}

@font-face {
    font-family: ubuntu;
    src: url(/bitrix/templates/5565/../fonts/Ubuntu-latin_bold_italic.eot?#iefix) format("embedded-opentype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_bold_italic.woff2) format("woff2"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_bold_italic.woff) format("woff"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_bold_italic.ttf) format("truetype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_bold_italic.svg#ubuntu) format("svg");
    font-weight: 700;
    font-style: italic
}

@font-face {
    font-family: ubuntu;
    src: url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light.eot?#iefix) format("embedded-opentype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light.woff2) format("woff2"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light.woff) format("woff"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light.ttf) format("truetype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light.svg#ubuntu) format("svg");
    font-weight: 100;
    font-style: normal
}

@font-face {
    font-family: ubuntu;
    src: url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light_italic.eot?#iefix) format("embedded-opentype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light_italic.woff2) format("woff2"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light_italic.woff) format("woff"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light_italic.ttf) format("truetype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_light_italic.svg#ubuntu) format("svg");
    font-weight: 100;
    font-style: italic
}

@font-face {
    font-family: ubuntu;
    src: url(/bitrix/templates/5565/../fonts/Ubuntu-latin_italic.eot?#iefix) format("embedded-opentype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_italic.woff2) format("woff2"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_italic.woff) format("woff"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_italic.ttf) format("truetype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_italic.svg#ubuntu) format("svg");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: ubuntu;
    src: url(/bitrix/templates/5565/../fonts/Ubuntu-latin_regular.eot?#iefix) format("embedded-opentype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_regular.woff2) format("woff2"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_regular.woff) format("woff"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_regular.ttf) format("truetype"), url(/bitrix/templates/5565/../fonts/Ubuntu-latin_regular.svg#ubuntu) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: pictos;
    src: url(/bitrix/templates/5565/../fonts/fontello.eot?#iefix) format("embedded-opentype"), url(/bitrix/templates/5565/../fonts/fontello.woff2) format("woff2"), url(/bitrix/templates/5565/../fonts/fontello.woff) format("woff"), url(/bitrix/templates/5565/../fonts/fontello.ttf) format("truetype"), url(/bitrix/templates/5565/../fonts/fontello.svg#pictos) format("svg");
    font-weight: 400;
    font-style: normal
}


/*CARUSEL*/

#carouselAvialonIndicators>div>div>div>a>img {
    margin: 6px 0px 0px 0px;
}

.carousel-indicators li {
    width: 90px;
    height: 1px;
    margin-right: 0px;
    margin-left: 0px;
}


/* #carouselAvialonIndicators > div {
    height: 100vh;
    max-height: 870px;
} */


.first-slide {
    /*  */   
    background: url(/upload/c61775c43f3b9d31c254a16125eb13ca078f4459.png);
    background-position: top;
    background-size: contain;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;

}


/*#carouselAvialonIndicators .content-wrapper {
    position: relative;
}

#carouselAvialonIndicators .content-wrapper img {
    width: 100%;
    height: 90vh;
}  */

#carouselAvialonIndicators .content-wrapper .btn_link {
    position: absolute;
    right: 90px;
    z-index: 2;
    display: block;
    bottom: 70px;
}

.second-slide {
    background: url(/upload/daad29f4ec8295c894fd2d165de767015d569f3e.png);
    background-position: top;
    background-size: contain;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;

}

.third-slide {
    background: url(/upload/iblock/951/ntsgjsf2q39h8akduaqtnb02whrpa5hr.jpg);
    background-position: top;
    background-size: contain;
    height: 100%;
    position: relative;
    background-repeat: no-repeat;

}

.fourth-slide {
    background: url(/images/1920x1080_grafik_Peugeot.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.fifth-slide {
    background: url(/images/1920x1080_Peugeot_Expert-September.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.sixth-slide {
    background: url(/images/1920x1080_Avilon-Peugeot_Po-drugomu-1.jpg);
    background-position: center;
    background-size: cover;
    height: 100vh;
    position: relative;
}
.seven-slide{
    background: url(/images/1920х720_Avilon-Citroen_DO.jpg);
    background-position: left center;
    background-size: cover;
    height: 100vh;
    position: relative;
}

.carousel-control-next,
.carousel-control-prev {
    width: unset;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    padding: 30px 10px 30px 30px;
    background-color: rgba(5, 10, 29, 0.4);
}


/*MODELS*/

.models {
    background-color: #eeeeee;
    padding-bottom: 60px;
    padding-top: 60px;
}

.models-block {
    background-color: white;
    height: 450px;
    display: flex !important;
    flex-direction: column;
}

.models-btn {
    /*padding: 20px;*/
    text-align: center;
    width: 170px;
    height: 50px;
    padding: 15px 35px;
    display: inline-block;
    background-color: #57718a;
    margin: 20px auto;
    color: white;
}

.models-btn:hover {
    color: white;
}

.models-block p {
    text-align: center;
}

.models-block h2 {
    text-align: center;
    padding-top: 20px;
    font-size: 20px;
}

.owl-carousel .owl-item img {
    display: block;
    width: 80%;
    margin: auto;
}


/*NEWS*/


/* .bg-news .news-list-item:nth-child(1) {
    display: contents;
}
.bg-news .news-list-item:nth-child(1) div.card{
	flex-direction: unset;
	border-radius: unset;
}
.bg-news .news-list-item:nth-child(1) img{
	width: 600px;
	height: 300px;
	object-fit: cover;
}
.bg-news .news-list-item img {
	border-radius: 0px !important;
	height: 200px;
    object-fit: cover;
}
.bg-news .news-list-item:nth-child(1) .card-body {
	padding-top: 90px;
    background-color: #132134;
    color: white;
    position: relative;
}
.bg-news .news-list .card-title {
	display: none;
}
.bg-news .news-list {
	margin: auto;
	padding: 0px 0px 80px 0px;
}
.bg-news .news-list-item.col-sm {
	padding: 3px 0px 3px 3px;
}
.bg-news .news-list-item:nth-child(1) .btn-sm {
    padding: 20px;
    font-size: .875rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: unset;
    position: absolute;
    left: 0;
    bottom: 0;
}
.bg-news .news-list-item:not(:nth-child(1)) .btn-sm {
    padding: 20px;
    font-size: .875rem;
    line-height: 1.5;
    text-transform: uppercase;
    border-radius: unset;
    position: absolute;
    right: 0;
    bottom: 0;
}

.bg-news .news-list-item .card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
    background-color: #132134;
    color: white;
}
.bg-news .news-list-item:not(:nth-child(1)) .card-body {
    height: 200px;
}
.bg-news .news-list-item .card {
	border-radius: unset;
}

.bg-news .news-text {
    text-align: center;
    text-transform: uppercase;
    padding-top: 40px;
    padding-bottom: 20px;
    font-size: 35px;
}
.bg-news {
	background-position: bottom;
}
.news-block .card-img-top {
    height: 360px;
    object-fit: cover;
    border-radius: unset;
    border: none;
}

.news-block .btn-group-sm>.btn,.news-block .btn-sm {
    padding: 10px 20px 10px 20px !important;
    font-size: .875rem;
    text-transform: uppercase;
    position: absolute !important;
    bottom: 0;
    right: 0;
    line-height: 1.5;
    border-radius: 0;
}
.news-list .card-title, .news-list .card-title a {
    margin: 0;
    padding: 0 0 15px;
    color: #ffffff;
    font: 400 18px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.news-block .btn-group-sm>.btn,.news-block .btn-sm {
    padding: 10px 20px 10px 20px !important;
    font-size: .875rem;
    text-transform: uppercase;
    position: absolute !important;
    bottom: 0;
    right: 0;
    line-height: 1.5;
    border-radius: 0;
}
.news-list .card-title, .news-list .card-title a {
    margin: 0;
    padding: 0 0 15px;
    color: #ffffff;
    font: 400 18px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
}
.news-block .card-body {
    position: absolute;
    bottom: 0;
    background-color: #132134b5;
    width: 100%;
    height: 120px;
}
.news-block {
	padding-top: 60px;
	padding-bottom: 60px;
}
.news-txt{
	text-align: center;
    padding-bottom: 20px;
	text-transform: uppercase;
}
.news-block .card {
	border-radius: unset !important;
}
.bg-news .mb-2:nth-child(2) {
	padding-left:0;
}
.bx-newslist-img img {
    width: 100%;
    /* max-width: 100%; */


/*height: 300px;
    max-height: 100%;
    object-fit: cover;
}
.bx-newslist .btn {
    background-color: #007bff;
    border-color: #007bff;
    border-radius: unset;
    font-size: 16px;
    padding: 2px 40px;
    text-transform: uppercase;
}
.main-news-img {
	height: 400px;
    background: url(/bitrix/templates/5565/components/1593317.jpg);
    background-position: center;
    position: relative;
    background-size: cover;
} */


/*AKCII*/


/*#js-carousel-1 > div.owl-nav > button.owl-prev > span {
    position: absolute;
    font-size: 50px;
    background-color: #1321348f;
    color: white;
    top: 45%;
    width: 40px;
    height: 80px;
	left: 0;
}
#js-carousel-1 > div.owl-nav > button.owl-next > span {
    position: absolute;
    font-size: 50px;
    background-color: #1321348f;
    color: white;
    top: 45%;
    width: 40px;
    height: 80px;
	right: 0;
}*/

.bg-news .news-text {
    margin: 37px 0;
    text-align: center;
}

.bg-news .card-img-top img {
    height: 240px;
}

#bx_incl_area_1_1_1 .news-list-item.mb-2.col-sm {
    padding: 0 5px !important;
}

#bx_incl_area_1_1_1 .news-list-item.mb-2.col-sm .cart {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.09) !important;
    background-color: #f7f7f7 !important;
}

.bg-news .news-list-more {
    width: 100%;
    text-align: center;
}

.bg-news .news-list-more a {
    background-color: #57718a;
    text-transform: uppercase;
    min-width: 170px;
    height: 50px;
    padding: 15px 35px;
    border-radius: 0px !important;
    font-size: 14px;
    line-height: normal;
}

.bg-news .news-list-more a:hover {
    text-decoration: underline;
}

.bg-news .card-body {
    margin-top: 15px !important;
    margin-left: 51px !important;
    margin-right: 31px !important;
}

.bg-news .card_footer {
    margin-bottom: 29px !important;
}

.bg-news .card-title a {
    font-size: 23px;
    font-weight: 700;
    color: #313131;
}


/*SPEC OFFER*/

.img-block img {
    object-fit: cover;
    width: 100%;
    height: 300px;
}

.service-ob a {
    background-color: #57718a;
    color: white;
    padding: 20px;
    margin-top: 40px;
    max-height: 75px;
    /* position: absolute; */
}

.img-block {
    padding: 0
}

.service-ob-txt {
    text-align: center;
    padding-bottom: 40px;
    text-transform: uppercase;
    padding-top: 60px;
}


/*Информация о дилере*/

.diler-inform {
    background-color: #f7f7f7;
    padding-bottom: 70px;
}

.diler-img {
    background: url(/bitrix/templates/5565/components/arkont-peugeot-04.jpg);
    background-size: cover;
    background-position: bottom;
}

.diler-block {
    background-color: #ffffff;
}

.diler-desc {
    padding: 60px;
}

.diler-desc hr {
    width: 40%;
    margin: 20px 0px 20px 0px;
    color: #dadada;
}

.diler-inform h2 {
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px 20px 0px;
}

.diler-desc p {
    margin: 0;
}


/*----------------Ремонт peugeot------------------------*/

.service-img {
    height: 400px;
    /* background: url(/bitrix/templates/5565/components/service-avilon.jpg); */
    background-position: center;
    position: relative;
}

.service-text {
    position: absolute;
    text-transform: uppercase;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 40px;
    background-color: rgba(19, 33, 52, 0.8);
}

.service-text-part {
    position: absolute;
    left: 50%;
    top: 35%;
    transform: translate(-50%, 100%);
    margin: auto;
    color: white;
    font-size: 40px;
    background-color: rgba(19, 33, 52, 0.8);
}

.bg-uslugi {
    background-image: url(/bitrix/templates/5565/components/TO-dvigatelya.png);
    height: 230px;
    background-position: center;
    background-position-y: 56px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    border: 1px solid rgba(19, 33, 52, 0.2);
    padding-top: 10px;
}

.bg-uslugi.oil {
    background-image: url(/bitrix/templates/5565/components/oil.png);
    background-size: 264px;
    background-position: center;
    background-position-y: 66px;
}

.bg-uslugi.tor {
    background-image: url(/bitrix/templates/5565/components/tormoz.png);
    background-size: 154px;
    background-position: center;
    background-position-y: 66px;
}

.bg-uslugi.sis-kond {
    background-image: url(/bitrix/templates/5565/components/kond-sis.jpg);
    background-size: 224px;
    background-position: center;
    background-position-y: 66px;
}

.bg-uslugi.rem-pr {
    background-image: url(/bitrix/templates/5565/components/4c89f1e2478fa067d5068b0a6b67.jpg);
    background-size: 184px;
    background-position: center;
    background-position-y: 66px;
}

.bg-uslugi.rem-st {
    background-image: url(/bitrix/templates/5565/components/car-glass.png);
    background-size: 184px;
    background-position: center;
    background-position-y: 86px;
}

.bg-uslugi h4 {
    text-align: center
}

.service-go {
    background-color: #132134;
    color: white;
    display: flex;
    justify-content: center;
    text-transform: uppercase;
}

.btn-service {
    color: #ffffff;
    background-color: 5174da;
    padding: 20px;
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 40px;
}

.service-opis {
    list-style: square;
}

.service-opis-block {
    border: 1px solid black;
    padding: 45px;
}

.why-us h2 {
    text-align: center;
    text-transform: uppercase;
    padding: 40px 0px 20px 0px;
}

.srvice-block {
    display: grid;
    background-color: #132134;
    margin: 14px;
    padding: 40px;
}

.srvice-block p {
    text-align: center;
    color: white;
    padding-top: 26px;
}

.srvice-block img {
    margin: 0 auto;
}

.service-padding {
    padding-bottom: 28px;
}


/*TO*/

.to {
    background: url(/bitrix/templates/5565/components/108359731-1--56a956ae5f9b58b7d0fa7b31.jpg);
    background-position: center;
}

h2.to-text {
    padding: unset;
}

h4.bottom-to-text {
    padding-bottom: 40px;
    text-align: center;
}

.margin-to {
    margin: 30px;
}

.stand-btn {
    /*  position: absolute; */
    padding: 15px 9px;
    background-color: #57718a;
    color: #ffffff;
    line-height: 14px;
    text-transform: uppercase;
    text-align: center;
}

.stand-btn:hover {
    color: #fff;
}


/*ZAMENA MASLA*/

.oil-mn {
    background: url(/bitrix/templates/5565/components/oil-peugeot.jpg);
    background-position: center;
}

.obyaz-top {
    background-color: #132134;
    color: #ffffff;
    display: grid;
}

.obyaz-top img {
    padding-top: 30px;
    padding-bottom: 20px;
    margin: 0 auto;
}

.obyaz-top p {
    margin: 0 auto;
    height: 70px;
    text-align: center;
}

.obyaz-bottom {
    padding: 14px;
    border: 1px solid rgba(19, 33, 52, 0.5);
    height: 200px;
}


/*TORMOZNAYA SISTEMA*/

.tor-mn {
    background: url(/bitrix/templates/5565/components/t-sistem.jpg);
    background-position: center;
    background-size: cover;
}


/*KOND SISTEMA*/

.kond-mn {
    background: url(/bitrix/templates/5565/components/kond.jpg);
    background-position: center;
    background-size: cover;
}


/*REMEN PRIVODA*/

.remen-mn {
    background: url(/bitrix/templates/5565/components/85d4c26s-1920.jpg);
    background-position: center;
    background-size: cover;
}

table {
    margin-top: 20px;
    background: #fff;
    border: 1px solid #ddd;
    margin-bottom: 1.25rem;
    table-layout: auto;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}


/*REMONT STEKL*/

.stek-mn {
    /* background: url(/bitrix/templates/5565/components/m6AAAgDopOA-1920.jpg); */
    background: url(/upload/qwerty.jpg);
    background-position: center;
    background-size: cover;
}


/*-------------------AKSSESUARI I ZAPCHASTI-------------------*/

.akses-img {
    height: 400px;
    background-position: center;
    position: relative;
    background-size: cover;
}

.akses-block {
    padding: 1px;
    padding-bottom: 120px;
}

.akses-block>h2 {
    font-size: 20px;
}

.aksesuari-main {
    padding-top: 40px;
}


/*SKIDKI NA ZAPCHASTI*/

.skidki-img {
    height: 400px;
    /* background: url(https://media.peugeot.ru/image/00/7/service-promo-iban-static-02.200007.32.jpg?autocrop=1); */
    background-position: center;
    position: relative;
    background-size: cover;
}


/*ORIGINALNYE ZAPCHASTI*/

.orig-img {
    height: 400px;
    /* background: url(/images/peugeot-service.jpg); */
    background-position: center;
    position: relative;
    background-size: cover;
}


/*OPTOVYE ZAPCHASTI*/

.opt-img {
    height: 400px;
    /* background: url(/images/peugeot_208-12.jpg); */
    background-position: center;
    position: relative;
    background-size: cover;
}

div.container>ul>li {
    list-style: circle;
}

.zapas-eu-img {
    height: 400px;
    /* background: url(/images/peugeot_208-12.jpg); */
    background-position: center;
    position: relative;
    background-size: cover;
}


/*--------------Верхняя секция второстепенной страницы---------------------*/

.main-head-block {
    /* background: url(https://media.peugeot.ru/image/66/9/1280x512-showroom-.623669.18.jpg); */
    height: 500px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.title-up-block {
    background-color: rgba(23, 33, 51, 0.8);
}

.title-up-block h1 {
    color: #ffffff;
    font-weight: 200;
}

.desc-title {
    background-color: rgba(23, 33, 51, 0.8);
    color: #ffffff;
    width: 400px;
    padding: 30px;
    position: absolute;
    right: 0;
    margin: 120px 40px 0px 0px;
}


/*------------Пассажирский авто---------------------*/

.container-fluid.pod-menu>div {
    border-bottom: 1px solid #c2c7ca;
}

.container-fluid.pod-menu>div>div {
    border-right: 1px solid #c2c7ca;
    height: 70px;
}

.container-fluid.pod-menu>div>div:last-child {
    border-right: unset;
}

.pod-menu>div>div>a>span {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.container-fluid.pod-menu>div>div>a {
    color: #383838;
}

.title-pass {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
}

.bg-p-spec-pr {
    background-image: url(https://media.peugeot.ru/image/15/1/prices-and-spec.379899.35.446151.35.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    right: 10px;
}

.bg-p-test-drive {
    background-image: url(https://media.peugeot.ru/image/15/7/brochures.380736.35.446157.35.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
}

.bg-p-price {
    background-image: url(https://media.peugeot.ru/image/64/0/personal-lease-ways-to-buy-image1.445895.35-1-.446640.35.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 300px;
    left: 10px;
}

.preim-text-pass {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 100;
}

.img-adapt img {
    height: 350px;
    object-fit: cover;
    width: 100%;
}

.adapt-text {
    text-align: center;
    font-weight: 100;
    padding-bottom: 10px;
    text-transform: uppercase;
}

.padd-adapt {
    padding-bottom: 40px;
}

.bg-p-spec-pr>a,
.bg-p-test-drive>a,
.bg-p-price>a {
    text-align: center;
    position: absolute;
    color: white;
    top: 80%;
    left: 50%;
    background-color: #007bff;
    padding: 8px;
    transform: translate(-50%, -50%);
}

.desc-title>a {
    text-align: center;
    font-size: 14;
    background-color: #007bff;
    padding: 8px 40px;
}

.desc-title>p {
    font-size: 24px;
    font-weight: 300;
}


/*Галлерея*/

.container-gal {
    margin: 0 auto;
    width: 1140px;
    padding-bottom: 40px;
}

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
}

.item:hover {
    flex: 7;
}

.item-1 {
    background-image: url("https://media.peugeot.ru/image/48/8/x1b_peugeot408_navigation_nuvi.78488.17.jpg");
}

.item-2 {
    background-image: url("https://media.peugeot.ru/image/84/2/408-new-gallery-4.267842.17.jpg");
}

.item-3 {
    background-image: url("https://media.peugeot.ru/image/84/4/408-new-gallery-5.267844.17.jpg");
}

.item-4 {
    background-image: url("https://media.peugeot.ru/image/83/8/408-new-gallery-2.267838.17.jpg");
}

.item-5 {
    background-image: url("https://media.peugeot.ru/image/84/6/408-new-gallery-6.267846.17.jpg");
}

.gallery-wrap {
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 70vh;
}

.item {
    flex: 1;
    height: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: none;
    transition: flex 0.8s ease;
    /* &:hover{
    flex: 7;
  } */
}


/*Галлерея*/

.cover-p-car a {
    display: grid;
}

.design-408-p-top {
    margin-top: 40px;
}

.design-408-p-top .row {
    margin-left: unset;
    margin-right: unset;
}

.design-408-p h3 {
    margin-top: 40px;
}


/*HARAKTER*/

.change-comp {
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
}

.change-comp p {
    text-align: center;
    text-transform: uppercase;
    color: #264a7b;
    font-size: 20;
    font-weight: 900;
}

.change-comp img {
    cursor: pointer;
    padding: 30px
}

.change-active-p {
    border: 3px solid #f7f7f7;
}

.change-allure-p {
    border: 3px solid #f7f7f7;
}

.change-active-p:hover {
    border: 3px solid #264a7b;
}

.change-allure-p:hover {
    border: 3px solid #264a7b;
}

.change-comp-op {
    display: flex;
    justify-content: center;
    background-color: #f7f7f7;
}

.op-comp-active {
    padding: 0px 50px;
    display: block;
}

.op-comp-allure {
    padding: 0px 50px;
    display: block;
}


/*------------AUTO PASS-----------------*/

.auto-btn-p {
    text-align: center;
    background-color: #57718a;
    color: white;
    padding: 10px 30px;
    display: block;
}

.auto-price-p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 19px;
}

.pass-auto>.row>.auto-back-line {
    padding: 20px;
    border: 1px solid lightgray;
    margin: 10px;
}

@media (min-width: 320px) and (max-width: 767px) {
    .pass-auto>.row>.auto-back-line>img {
        height: 55%;
    }
}


/*-------------------KAK PROEKHAT----------------------*/

.kakpr-img {
    height: 400px;
    background: url(/images/xabout-img1.jpg.pagespeed.ic.gH_OqpTITx.jpg);
    background-position: center;
    position: relative;
    background-size: cover;
}

.ost-zayav {
    padding-bottom: 40px;
    text-align: center;
}

.news-detail-img {
    margin-bottom: 0px !important;
}

.block .button {
    text-align: right;
}

.block .button button {
    width: 40px;
    height: 40px;
    background: #007edb;
    border: 0px solid;
    padding: 0;
    margin: 0;
}

.block button svg {
    -moz-transform: rotate(-90deg);
    /* Для Firefox */
    -ms-transform: rotate(-90deg);
    /* Для IE */
    -webkit-transform: rotate(-90deg);
    /* Для Safari, Chrome, iOS */
    -o-transform: rotate(-90deg);
    /* Для Opera */
    transform: rotate(-90deg);
}

.block .text {
    display: none;
    background: #57718a;
    margin: 0 auto;
    color: #fff;
    padding: 45px 35px;
}

.block .text.active {
    margin-top: 15px;
    display: block;
}

div.flex {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
}

div.flex .block {
    width: 77px;
    height: 65px;
    background: #fff;
    position: relative;
}

div.flex .block .icon {
    position: relative;
   
    width: 20px;
    height: 20px;
    color: #3c3947;
}
.footer-social a{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 15px;
}
.footer-social a:nth-child(5){
    margin-right: 0;
}
/*---------FORMASVYAZI-----------------------*/

#alx_feed_back_FID1 .afbf_feedback_poles .afbf_btn {
    color: #fff !important;
    background: #007bff !important;
    border-radius: 0px !important;
}


/* ======================================= */


/* ======================================= */


/* Правки от 05.02.2020 - Главная страница */


/* ======================================= */


/* ======================================= */

.header {
    background-color: #122134;
    background: #fff;
}

.header_container .header_navigation {
    flex-basis: 0;
    flex-grow: 1;
}

.class-none.active li {
    flex-basis: 100%;
    margin: 5px 0;
}

.class-none {
    display: none !important;
}

@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {}

@media (min-width: 1200px) {
    .class-none.active {
        display: flex !important;
        flex-direction: column;
        flex-wrap: wrap;
        position: absolute;
        background: #fff;
        color: #000;
        z-index: 20;
        left: 0;
        right: 0;
        padding: 35px 62px 74px !important;
        top: 96px;
        box-shadow: 0 3px 4px rgba(0, 0, 0, 0.13);
        background-color: #ececee;
    }
    .header_container,
    .sections_container,
    .class-none.active {
        max-width: 1400px;
        width: 100%;
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }
    .header_container {
        display: flex;
        align-items: flex-end;
        padding-top: 11px;
    }
    .header_container .logo-container {
        flex-basis: 125px;
        text-align: center;
        margin-bottom: 28px;
    }
    .header_container .logo-container img {
        /* width: 78px;
        height: 55px; */
    }
    .header_container .header_navigation {
        display: flex;
        list-style-type: none;
        color: #000;
        justify-content: space-between;
        /* margin: 0 25px 11px; */
        margin-left: 70px;
        margin-right: 25px;
        margin-bottom: 11px;
    }
    .header_container .header_navigation li>a {
        text-transform: uppercase;
        font-size: 14px;
        font-weight: bold;
    }
    .header_container .header_contacts {
        flex-basis: 220px;
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        margin-bottom: 9px;
    }
    /* .header_container .header_contacts .header_contacts-logo_brand {

    } */
    .header_container .header_contacts .header_contacts-logo_brand .logo_brand-name {
        font-size: 16px;
    }
    .header_container .header_contacts .header_contacts-logo_brand .logo_brand-description {
        font-size: 12px;
    }
    .header_container .header_contacts .header_contacts-city_block {
        font-size: 10px;
        font-weight: 300;
       
    }
    .header_container .header_contacts .header_contacts-telephone_block {
        font-size: 14px;
        font-weight: 700;
    }
    .header_container .header_contacts .header_contacts-telephone_block a:hover {
        color: #000;
    }
    .header_container .header_contacts .header_contacts-logo_brand,
    .header_container .header_contacts .header_contacts-city_block,
    .header_container .header_contacts .header_contacts-telephone_block {
        text-align: right;
        color: #000;
        margin: 0 0px 5px;
    }
}


/* @media (min-width: 1400px) {
    #carouselAvialonIndicators .carousel-inner .carousel-item .content-wrapper div {
        width: 1280px;
        height: 512px;
    }
} */

.btn.btn-primary.btn-sm {
    font-size: 16px !important;
}

.class-none.active .header-submenu {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

.class-none.active .header-submenu h2 {
    color: #57718a;
    text-transform: uppercase;
}

.class-none.active .header-submenu a {
    background-color: #57718a;
    text-transform: uppercase;
    min-width: 170px;
    padding: 15px 35px;
    text-decoration: none;
    border-radius: 0px !important;
    font-size: 16px;
    text-align: center;
    line-height: normal;
    color: #fff;
}

.class-none.active .body-submenu {
    flex-basis: 20%;
}

.class-none.active .body-submenu h3 {
    text-transform: uppercase;
}

.class-none.active .body-submenu li {
    margin-left: 18px;
    list-style-type: none;
    position: relative;
}

.class-none.active .body-submenu li:before {
    content: '˃';
    font-size: 16px;
    position: absolute;
    left: -16px;
}

.class-none.active .body-submenu a {
    text-transform: none !important;
    text-decoration: none;
    color: #3e3e3e;
}

.class-none.active li {
    flex-basis: 100%;
    margin: 5px 0;
}

.class-none {
    display: none !important;
}

.header_navigation {
    display: flex;
    list-style-type: none;
    justify-content: space-between;
    /* margin: 0 25px 11px; */
    color: #fff;
    margin-left: 70px;
    margin-right: 25px;
    margin-bottom: 11px;
}

.header_navigation li>a {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
}

@media (min-width: 1200px) {
    .class-none.active {
        width: 1160px;
    }
}

.catalog_cart-list {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.catalog_cart {
    flex-basis: 25%;
    border: 0.5px solid transparent;
}

.catalog_cart:hover {
    border: 0.5px solid #979797;
}

.catalog_cart-header {
    position: relative;
}

.catalog_cart-header:before {
    position: absolute;
    content: '';
    width: 57px;
    height: 3px;
    background: #1C59A8;
    bottom: 1px;
}

.catalog_cart-header-flex {
    display: flex;
    justify-content: space-between;
}

.catalog_cart-header .catalog_cart-header_status {
    text-transform: uppercase;
    color: #fff;
    background: #1C59A8;
    padding: 6px 10px;
}

.catalog_cart-header .catalog_cart-header_action {
    text-transform: uppercase;
    color: #fff;
    background: #14778F;
    padding: 6px 10px;
}

.catalog_cart-body h3 {
    font-family: Peugeot;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 18px;
    color: #1C1C1C;
}

.catalog_cart-body div {
    font-family: Peugeot;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #AEAEAE;
}

.catalog_cart-body .desc {
    font-family: Peugeot;
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 14px;
    color: #1C1C1C;
}

.catalog_cart-body .dlc {
    font-family: Peugeot;
    font-style: normal;
    font-weight: bold;
    font-size: 14px;
    line-height: 14px;
    color: #AEAEAE;
}

.catalog_cart-footer div {
    font-family: Peugeot;
    font-style: normal;
    font-weight: normal;
    font-size: 27px;
    line-height: 27px;
    letter-spacing: -1.1px;
    color: #1C1C1C;
}

.catalog_cart-footer div span {
    font-family: Peugeot;
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 13px;
    letter-spacing: -0.52963px;
    color: #AEAEAE;
}

.catalog_cart-footer .catalog_cart-footer_disc {
    text-align: center;
    background-color: #98D2D2;
    margin-top: 10px;
    font-size: 20px;
    max-width: 100px;
}

.models_detail-element img {
    margin: 15px auto 25px;
}

.container.flex_categories {
    margin-top: 90px;
}

.flex_categories-items {
    display: flex;
    flex-wrap: wrap;
}

.flex_categories-items .categories_item {
    display: flex;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #DEDEDE;
    margin-left: -1px;
    margin-right: -1px;
    margin-bottom: 30px;
}

.flex_categories-items .categories_item-image {

    text-align: center;
}

.flex_categories-items .categories_item-title {
    text-align: center;
    font-family: Peugeot;
    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 24px;
    width: 100%;
    color: #010101;
}

.flex_categories .flex_categories-banner {
    border: 1px solid #DEDEDE;
    position: relative;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.5) 0%, rgba(0, 0, 0, 0.5) 0.04%), url(/upload/kuzov.png);
    width: 100%;
    height: 294px;
    display: block;
    margin-bottom: 45px;
}

.flex_categories .flex_categories-banner span {
    font-family: Peugeot;
    font-style: normal;
    font-weight: bold;
    font-size: 56px;
    line-height: 57px;
    text-transform: uppercase;
    color: #FFFFFF;
    position: absolute;
    left: 70%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
}

.disclamer{
    font-size: 10px;
}

@media (max-width: 991px) {
    .flex_categories-items .categories_item {
        flex-basis: 100%;
        display: inline;
    }
    .flex_categories-items .categories_item-title {

        margin: 20px 0 ;
    }

    .disclamer{
        font-size: 14px;
    }
}

@media (min-width: 992px) {
    .flex_categories-items .categories_item {
        flex-basis: 50%;
    }
}

.modal-header,
.modal-footer {
    border-bottom: none;
    border-top: none;
}

.modal-footer button {
    background-color: #57718a;
    border-color: #57718a;
    border-radius: 0;
}

.modal-body {
    text-align: center;
    font-size: 22px;
}

.btn.btn-primary {
    background: #005FC8;
    border-radius: 0px;
    text-transform: uppercase;
}

.modal-footer .modal-footer_block {
    width: 100%;
}

.modal-footer button {
    margin: 0 auto 10px;
    text-align: center;
    display: block;
}

#modal_test-drive .modal-dialog .modal-header {
    border-bottom: 1px solid transparent;
}

#modal_test-drive .modal-dialog .modal-header .modal-title {
    text-align: center;
    margin-left: 37px;
    width: 100%;
    font-size: 26px;
    text-transform: uppercase;
}

#modal_test-drive .modal-dialog .modal-body h5 {
    text-align: left;
    text-transform: uppercase;
}

#modal_test-drive .modal-dialog .modal-body {
    padding-bottom: 0;
}

#modal_test-drive .modal-dialog .modal-body .form-group label {
    margin-top: 15px;
    display: block;
    text-align: left !important;
    font-size: 14px;
    font-weight: 600;
}

#modal_test-drive .modal-dialog .modal-body .form-group input {
    border-radius: 0px;
}

#modal_test-drive .modal-dialog .modal-footer {
    padding-top: 0;
    flex-wrap: wrap;
    border-top: 1px solid transparent;
}

#modal_test-drive .modal-dialog .modal-footer .check_block {
    text-align: center;
    margin-left: 0;
    width: 100%;
}

#modal_test-drive .modal-dialog .modal-footer button {
    width: 240px;
}

#modal_test-drive .modal-dialog .modal-footer .check_block label,
#modal_test-drive .modal-dialog .modal-footer p {
    font-size: 12px;
}

#modal_order-call .modal-dialog .modal-header {
    border-bottom: 1px solid transparent;
}

#modal_order-call .modal-dialog .modal-header .modal-title {
    text-align: center;
    margin-left: 37px;
    width: 100%;
    font-size: 26px;
    text-transform: uppercase;
}

#modal_order-call .modal-dialog .modal-body h5 {
    text-align: left;
    text-transform: uppercase;
}

#modal_order-call .modal-dialog .modal-body {
    padding-bottom: 0;
}

#modal_order-call .modal-dialog .modal-body .form-group label {
    margin-top: 15px;
    display: block;
    text-align: left !important;
    font-size: 14px;
    font-weight: 600;
}

#modal_order-call .modal-dialog .modal-body .form-group input {
    border-radius: 0px;
}

#modal_test-drive .modal-dialog .modal-footer {
    padding-top: 0;
    flex-wrap: wrap;
    border-top: 1px solid transparent;
}

#modal_order-call .modal-dialog .modal-footer .check_block {
    text-align: center;
    margin-left: 0;
    width: 100%;
}

#modal_order-call .modal-dialog .modal-footer button {
    width: 240px;
}

#modal_order-call .modal-dialog .modal-footer .check_block label,
#modal_order-call .modal-dialog .modal-footer p {
    font-size: 12px;
}

@media (min-width: 1200px) {
    /* .main-head-block {
        margin-top: 55px;
    } */
    .row.base-pod-menu .col a {
        display: block;
        margin: 20px auto;
        text-align: center;
    }
}

.usp-links {
    text-align: center;
    margin-bottom: 40px;
}

.usp-links li {
    display: inline-block;
    margin: 10px;
}

.usp-links .usp-anchor {
    transition: all .15s ease-in-out;
    display: inline-block;
    background: #ececee;
    padding: 10px 25px;
    color: #3c353f;
}

@media (min-width: 1200px) {
    img.img_up-table {
        width: 653px;
    }
}

.bolder {
    font-weight: bold;
}

.add {
    padding-left: 18px;
    padding-bottom: 5px;
}

.iinstock {padding:80px 0;}
	.iinstock h1 {margin-bottom:40px;}
	.iinstock__row {display:flex; flex-wrap:wrap; margin:-30px -15px 0;}
	.iinstock__col {width:33.33%; padding:30px 15px 0;}
		.iinstock__item {border:1px solid #CECECE; height:100%; display:flex; flex-direction:column; justify-content:space-between;}
			.iinstock__top {}
				.iinstock__image {position:relative;}
					.iinstock__image img {max-width:100%; width:100%;}
					.models-item-photos {position:absolute; left:0; top:0; width:100%; height:100%; display:flex; flex-direction:row;}
						.models-item-photo {position:relative; width:100%;}
						.models-item-photo:after {content:''; display:block; position:absolute; left:5px; right:5px; bottom:-10px; height:1px; background:#DADADA; -webkit-transition:all 0.3s ease; -moz-transition:all 0.3s ease; -o-transition:all 0.3s ease; transition:all 0.3s ease;}
						.models-item-photo.-active:after {background:#525252;}
				.iinstock__content {padding:20px 14px 14px;}
					.iinstock__title {font-size:22px; margin-bottom:12px;}
					.iinstock__info {color:#868686; display:flex; justify-content:space-between; margin-bottom:24px; font-size:13px;}
					.iinstock__props {}
						.iinstock__prop {}
							.iinstock__icon {flex-shrink:1; width:16px;}
								.iinstock__icon svg {fill:#868686; display:block; margin:0 auto;}
								.iinstock__icon svg[data-icon="dot"] {fill:#43C454;}
							.iinstock__value {padding-left:0;}
						.iinstock__prop+.iinstock__prop {margin-top:12px;}
			.iinstock__controls {}
				.iinstock__price {padding:14px;}
					.iinstock__price > span {padding-right:8px; font-weight:bold; font-size:24px;}
					.iinstock__price strike {color:#868686;}
				.iinstock__button {}
					.iinstock__button .btn {width:100%; min-width:100%;}
					.iinstock__button .btn:hover {}
	.detail__instock {}
		.dinstock__title {font-size:27px; margin-bottom:24px;}
		.dinstock__row {display:flex; flex-wrap:wrap; margin:-30px -15px 0;}
			.dinstock__col {width:50%; padding:30px 15px 0;}
			.dinstock__image {}
				.dinstock__image img {max-width:100%;}
			.dinstock__info {padding-left:80px;}
			.dinstock__props {font-size:18px;}
				.dinstock__prop {}
				.dinstock__prop+.dinstock__prop {margin-top:8px;}
			.dinstock__price {margin-top:24px;}
				.dinstock__price > span {padding-right:8px; font-weight:bold; font-size:32px;}
				.dinstock__price strike {color:#868686;}
			.dinstock__buttons {margin-top:40px;}
		.dinstock__chars {margin-top:40px;}
			.dinstock__chars__list {display:flex; flex-wrap:wrap; margin:-10px -15px 0;}
				.dinstock__char {width:100%; padding:10px 15px; display:flex; align-items:center;}
				.dinstock__char:nth-child(2n) {background:#efefef;}
			.dinstock__chars__more {color:#005FC8; margin-top:24px;}
				.dinstock__chars__more span {cursor:pointer;}
				.dinstock__chars__more span:hover {color:#000;}
		.dinstock__equipments {margin-top:40px;}
			.dinstock__equipments__list {display:flex; flex-wrap:wrap; margin:-10px -15px 0;}
				.dinstock__equipment {width:33.33%; padding:10px 15px; display:flex; align-items:center;}
				.dinstock__equipment:nth-child(2n+1) {background:#cecece;}
				.dinstock__equipment:nth-child(2n) {background:#efefef;}
			.dinstock__equipments__more {color:#005FC8; margin-top:24px;}
				.dinstock__equipments__more span {cursor:pointer;}
				.dinstock__equipments__more span:hover {color:#000;}
			
	
@media (max-width: 1199px) {
	
}
@media (max-width: 991px) {
	.iinstock__col {width:50%;}
	.dinstock__col {width:100%!important;}
	.dinstock__info {padding-left:0;}
	.dinstock__equipment {width:100%;}
}
@media (max-width: 767px) {
	
}
@media (max-width: 575px) {
	.iinstock__col {width:100%;}
}
/* End */


/* Start:/bitrix/templates/5565/template_styles.css?169875750015104*/
@media (min-width: 767px) {
  .header .header_container .header_contacts .header_contacts-logo_brand div,
  .header .header_container .header_contacts .header_contacts-city_block div,
  .header
    .header_container
    .header_contacts
    .header_contacts-telephone_block
    a {
    color: #000;
  }
}

@media (max-width: 1199px) {
  /* Костыли */

  /* a.wrapprer-btn {
    margin: 10px 120px 25px 10px;
  } */


  #js-carousel-1 .owl-nav .owl-prev {
    left: 1%;
  }

  #js-carousel-1 .owl-nav .owl-next {
    right: 1%;
  }

  .container.help_time img {
    width: 100%;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    padding: 10px 0px 25px 20px !important;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    background: no-repeat 40%/90% 100%;
  }

  .models.container-fluid {
    background: #fff !important;
  }

  .models.container-fluid .news-txt {
    text-align: center;
    text-transform: uppercase;
  }

  #js-carousel-1 .owl-item {
    border: 1px solid #eee;
    /* margin-right: 0 !important; */
  }

  #js-carousel-1 .owl-prev {
    position: absolute;
    top: 50%;
    left: -5%;
    font-size: 40px;
    color: #fff;
    background: #313131;
    padding: 0px 10px !important;
  }

  #js-carousel-1 .owl-next {
    position: absolute;
    top: 50%;
    right: -5%;
    font-size: 40px;
    color: #fff;
    background: #313131;
    padding: 0px 10px !important;
  }

  .container-fluid.service-ob .row .col-12.img-block {
    width: 90%;
  }

  .container-fluid.service-ob .row .col-12 {
    width: 100%;
    text-align: center;
  }

  .container-fluid.service-ob .row a {
    text-align: center;
    margin: 10px auto 0px !important;
    display: inline-block;
    margin-top: 30px !important;
    margin-bottom: 100px !important;
  }

  .help_time {
    margin: 100px auto;
  }
  .help_time .help_time-a {
    width: 100%;
    text-align: center;
  }

  .help_time a {
    text-align: center;
    width: 170px;
    height: 50px;
    background-color: #57718a;
    padding: 8px 35px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
  }

  .footer_up {
    padding-top: 53px;
  }

  .footer_up h3 {
    color: #3c3947;
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 19px;
    border-bottom: 1px solid #aeaeae;
    margin-top: 15px;
  }

  .footer_up a {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 300;
    font-family: "Peugeot Expanded";
  }

  .footer_up a.h2 {
    color: #3c3947 !important;
    font-size: 29px;
    font-weight: 400 !important;
  }

  .footer_up .footer_up-btn1 {
    color: #fff;
    width: 100%;
    max-height: 50px;
    background-color: #57718a;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    display: inline-block;
    text-align: center;
  }

  .footer_up .footer_up-btn2 {
    width: 100%;
    max-height: 50px;
    color: #3c3947;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 15px;
    display: inline-block;
    background: #fff;
    margin-top: 20px;
  }

  .footer_down {
    /* height: 77px; */
    background-color: #fdfdfd;
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }
  .header .header_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding: 5px 0;
  }

  .header .header_container .logo-container a img {
    height: 55px;
  }

  .header
    .header_container
    .header_contacts
    .header_contacts-logo_brand
    .logo_brand-name {
    font-size: 14px;
  }

  .header
    .header_container
    .header_contacts
    .header_contacts-logo_brand
    .logo_brand-description,
  .header .header_container .header_contacts .header_contacts-city_block,
  .header .header_container .header_contacts .header_contacts-telephone_block {
    font-size: 13px;
  }

  .header .header_contacts {
    color: #fff;
  }
}

@media (max-width: 991px) {
  .header
    .header_container
    .header_contacts
    .header_contacts-logo_brand
    .logo_brand-name {
    font-size: 12px;
  }

  .header
    .header_container
    .header_contacts
    .header_contacts-logo_brand
    .logo_brand-description,
  .header .header_container .header_contacts .header_contacts-city_block,
  .header .header_container .header_contacts .header_contacts-telephone_block {
    font-size: 11px;
  }

  /* a.wrapprer-btn {
    margin: 10px 75px 25px 10px;
  } */

  .footer_up a.h2 {
    font-size: 16px;
  }

  footer .footer_up .footer_up-btn1,
  footer .footer_up .footer_up-btn2 {
    font-size: 12px;
  }
}

@media (max-width: 767px) {
  .container-fluid.service-ob .container .row .col-6 {
    flex-basis: 100% !important;
    max-width: 100%;
  }

  .container {
    padding-right: 20px !important;
    padding-left: 20px !important;
  }

  .container.help_time .row .col-3 {
    flex-basis: 100% !important;
    max-width: 100% !important;
    margin-bottom: 45px;
  }

  .footer_down {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
  }

  .footer_down a {
    flex-basis: 100%;
    border: none !important;
    padding: 0 !important;
    margin: 10px 0 0 !important;
  }

  footer .row.footer_up .col-lg-8.row {
    margin: 0 auto;
  }

  footer .row.footer_up .col-lg-4 {
    margin-top: 30px;
  }
}

@media (min-width: 1200px) {
  .header_nav-toggle {
    display: none;
  }

  .header .header_container .header_navigation.visible_table-and-mobile {
    display: none !important;
  }

  .container-fluid.service-ob .row a {
    text-align: center;
    margin: 10px auto 0px !important;
    display: inline-block;
    margin-top: 30px !important;
    margin-bottom: 100px !important;
  }

  #js-carousel-1 .owl-item {
    border: 1px solid #eee;
    /* margin-right: 0 !important; */
  }

  #js-carousel-1 .owl-prev {
    position: absolute;
    top: 50%;
    left: -2%;
    font-size: 40px;
    color: #fff;
    background: #313131;
    padding: 0px 10px !important;
  }

  #js-carousel-1 .owl-next {
    position: absolute;
    top: 50%;
    right: -2%;
    font-size: 40px;
    color: #fff;
    background: #313131;
    padding: 0px 10px !important;
  }

  .models.container-fluid {
    background: #fff !important;
  }

  .models.container-fluid .news-txt {
    text-align: center;
    text-transform: uppercase;
  }

  .footer_up {
    padding-top: 53px;
  }

  .footer_up h3 {
    color: #3c3947;
    font-size: 19px;
    font-weight: 400;
    padding-bottom: 19px;
    border-bottom: 1px solid #aeaeae;
    margin-top: 15px;
  }

  .footer_up a {
    padding: 5px 0;
    font-size: 15px;
    font-weight: 300;
    font-family: "Peugeot Expanded";
  }

  .footer_up a.h2 {
    color: #3c3947 !important;
    font-size: 29px !important;
    font-weight: 400 !important;
  }

  .footer_up .footer_up-btn1 {
    color: #fff;
    width: 100%;
    max-height: 50px;
    background-color: #57718a;
    font-size: 16px;
    font-weight: 400;
    padding: 15px;
    display: inline-block;
    text-align: center;
  }

  .footer_up .footer_up-btn2 {
    width: 100%;
    max-height: 50px;
    color: #3c3947;
    font-size: 15px;
    font-weight: 400;
    text-align: center;
    padding: 15px;
    display: inline-block;
    background: #fff;
    margin-top: 20px;
  }

  .footer_down {
    /* height: 77px; */
    background-color: #fdfdfd;
    padding: 30px 0;
    display: flex;
    justify-content: center;
  }

  .help_time {
    margin: 100px auto;
  }
  .help_time .help_time-a {
    width: 100%;
    text-align: center;
  }

  .help_time a {
    text-align: center;
    width: 170px;
    height: 50px;
    background-color: #57718a;
    padding: 8px 35px;
    color: #fff;
    display: inline-block;
    margin-top: 20px;
  }

  .spets_naservice-flex .spets_col {
    flex-basis: 33%;
    padding: 0 15px;
  }
}

section.container.pass-auto {
  margin-bottom: 25px;
}

.col.auto-back-line {
  display: flex;
  flex-wrap: wrap;
}

.auto-btn-p {
  margin-top: auto;
  width: 100%;
}

.auto-btn-p:hover {
  color: #fff;
}

.header_navigation a {
  cursor: pointer;
}

.spets_naservice h2 {
  padding: 0 15px;
  font-family: Peugeot;
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  line-height: 37px;
  text-transform: uppercase;
  text-align: left;
  color: #1c1c1c;
  margin-bottom: 60px;
}

.spets_naservice-flex {
  display: flex;
  flex-wrap: wrap;
  margin: 30px 0 35px;
  justify-content: space-between;
}

.spets_naservice-flex h4 {
  font-family: Peugeot;
  font-style: normal;
  font-weight: 500;
  font-size: 27px;
  line-height: 24px;
  margin: 30px 0 35px;
  color: #010101;
}

.bx-newsdetail-title {
  font-family: Peugeot;
  font-style: normal;
  font-weight: normal;
  font-size: 37px;
  line-height: 37px;
  text-transform: uppercase;
  color: #1c1c1c;
}

.spets_col .btn.btn-primary {
  color: #fff;
  width: 100%;
  max-height: 50px;
  background-color: #57718a;
  font-size: 16px;
  font-weight: 400;
  padding: 15px;
  display: inline-block;
  text-align: center;
  font-family: Peugeot;
  font-style: normal;
  font-weight: normal;
  font-size: 19px;
  line-height: 19px;
  text-transform: uppercase;
  border-radius: 0px;
  color: #ffffff;
}

.spets_naservice-flex .spets_col {
  margin-bottom: 20px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.container.spets_naservice {
  margin-top: 40px;
}

.spets_naservice-flex .spets_col-img img {
  width: 100%;
}

@media (min-width: 0px) {
  .header_null.scroll_menu {
    height: 94px;
  }
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

.header.fixed {
  position: fixed;
}

.header {
  position: relative;
  top: 0;
  width: 100%;
  display: block;
  z-index: 9;
}

.service_maintenance a {
  display: block;
  padding: 20px 0px !important;
  margin: 0 !important;
  line-height: 20px;
}

@media (max-width: 1365px) {
  .block .button button {
    margin-right: 50px;
  }
}

@media (max-width: 1199px) {
  .block .button button {
    margin-right: 70px;
  }
}

@media (max-width: 991px) {
  .block .button button {
    margin-right: 55px;
  }
}

@media (max-width: 767px) {
	.header_navigation.visible_table-and-mobile.active {
		top: 63px;
	}
  .block .button button {
    margin-right: 50px;
  }
  .w-100-mob{
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
  }
}

#js-carousel-1 .owl-stage-outer .owl-item .models-block h2 strong {
  text-transform: uppercase;
}

.container-fluid.title-up-block {
  display: none !important;
}

/*  */
.header_nav-toggle {
  height: 26px;
  z-index: 100;
  background-color: transparent;
  border: 1px solid #05c3d0;
  border-radius: 5px;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header_nav-toggle .sandwich {
  display: block;
  top: 8px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 200;
}

.header_nav-toggle .sandwich .sw-header {
  position: relative;
  top: -3px;
  width: 15px;
  height: 2px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  display: block;
}

.header_nav-toggle .sandwich .sw-main {
  position: relative;
  width: 15px;
  height: 2px;
  top: 0px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: -webkit-transform 0.5s, top 0.2s;
  -webkit-transition: top 0.2s, -webkit-transform 0.5s;
  transition: top 0.2s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.2s;
  transition: transform 0.5s, top 0.2s, -webkit-transform 0.5s;
  -webkit-transition-delay: 0.2s, 0s;
  transition-delay: 0.2s, 0s;
  display: block;
}

.header_nav-toggle .sandwich .sw-footer {
  position: relative;
  width: 15px;
  height: 2px;
  top: 3px;
  background: white;
  border: none;
  border-radius: 4px 4px 4px 4px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
  display: block;
}

.header_nav-toggle.active .sandwich .sw-header {
  top: 2px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #05c3d0;
}

.header_nav-toggle.active .sandwich .sw-main {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #05c3d0;
}

.header_nav-toggle.active .sandwich .sw-footer {
  opacity: 0;
  top: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

@media (max-width: 1199px) {
  .header .header_container .header_navigation.hidden_table-and-mobile,
  .header_navigation.visible_table-and-mobile {
    display: none;
  }
  html.stop_body
  ,body.stop_body {
	  overflow: hidden;
  }

  .header_navigation.visible_table-and-mobile.active {
    display: block;
    position: fixed;
    top: 67px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background: #fff;
    width: 100%;
    margin: 0;
    padding: 20px;
    z-index: 999999999999;
  }
  .header_navigation.visible_table-and-mobile.active nav li {
    flex-basis: 100%;
    padding: 10px 0;
  }
  .header_navigation.visible_table-and-mobile.active nav li .class-none.active {
    display: block !important;
  }
  .header_navigation.visible_table-and-mobile.active
    nav
    li
    .class-none.active
    .header-submenu {
    display: none;
  }
}
@media (min-width: 1200px) {
  .header_navigation.visible_table-and-mobile,
  .header .header_container .header_nav-toggle {
    display: none !important;
  }
}
.header_navigation.visible_table-and-mobile.active nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.header_navigation.visible_table-and-mobile.active a {
  color: #333;
}















@media (min-width: 1200px) {
	.content-wrapper {
    	height: 80vh;
	}

	a.wrapprer-btn {
		padding: 15px 35px;
		/* width: 170px;
		height: 50px; */
		right: 7%;
		bottom: 7%;
	}
}

@media (max-width: 1199px) {
	.content-wrapper {
    	height: 60vh;
	  }
	  
	a.wrapprer-btn {
		padding: 15px 35px;
		/* width: 170px;
		height: 50px; */
		right: 7%;
		bottom: 7%;
	}
}

@media (max-width: 991px) {
	.content-wrapper {
    	height: 49vh;
	}
	  
	.carousel-indicators {
		display: none !important;
	}
	a.wrapprer-btn {
		padding: 13px 30px;
		right: 4%;
		bottom: 6%;
	}

}

@media (max-width: 767px) {
	.content-wrapper {
    	height: 35vh;
	  }
		  
	a.wrapprer-btn {
		padding: 12px 24px;
		right: 4%;
		bottom: 7%;
  }
  
  .desc-title {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 50px;
  }

  .ost-zayav {
    display: flex;
    flex-wrap: wrap;
  }

  .ost-zayav a {
    flex-basis: 100%;
  }
}

@media (max-width: 549px) {
	.content-wrapper {
    	height: 21vh;
	  }
	  
	a.wrapprer-btn {
		padding: 9px 14px;
		right: 3%;
		bottom: 5%;
	}
}


a.wrapprer-btn {
	color: white !important;
	display: inline-block;
	position: absolute;
	background-color: #57718a;
	text-align: center;
}
.modal.show .modal-dialog {
	top: 20%;
}
/* End */
/* /bitrix/templates/5565/jquery-ui.css?15756150887142 */
/* /bitrix/templates/5565/components/owljs/owl.carousel.min.css?15756150883351 */
/* /bitrix/templates/5565/components/owljs/owl.theme.default.min.css?15756150881013 */
/* /bitrix/templates/5565/styles.css?1762502826148994 */
/* /bitrix/templates/5565/template_styles.css?169875750015104 */
