

/* Start:/local/templates/autosalon/components/bitrix/news.detail/.default/style.css?17537727078408*/
html {
	scroll-snap-type: unset !important;
}
body {
	background-color: #fff !important;
}
/*section.main {
    background: linear-gradient(#ffffffd0, #ffffffd0), var(--main-bg) !important;
}*/

section.card {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 0;
	transition-duration: 0.1s;
	background: #fff;
}
section.card div.detail_form {
	padding: 100px 0 100px;
}
div.photos_conatiner {
	margin: 0 80px;
	width: 100%;
	height: calc(100vh - 50px);
}
div.photos_conatiner img.detail_picture {
	width: 100%;
	height: 100%;
	object-fit: contain;
	position: relative;
}
div.photos_conatiner div.swiper-slide {
	position: relative;
}
div.photos_conatiner div.swiper-slide div.bg {
	position: absolute;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	width: 100%;
	height: 100%;

	-webkit-filter: blur(10px);
	-moz-filter: blur(10px);
	-o-filter: blur(10px);
	-ms-filter: blur(10px);
	filter: blur(10px);
}

/*div.photos_conatiner img.detail_picture::before {
	content: "";
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: -1;
  
	display: block;
	background-image: url('/upload/iblock/802/uohcthmsxwq9neezxif44ooeynv02r9v.jpg');
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
	width: 100%;
	height: 100%;
  
	-webkit-filter: blur(5px);
	-moz-filter: blur(5px);
	-o-filter: blur(5px);
	-ms-filter: blur(5px);
	filter: blur(5px);
}*/

div.photos_conatiner p.price {
	position: absolute;
	right: 0;
	bottom: 0;
	font-size: 50px;
	font-weight: 700;
	z-index: 1000;
	margin: 50px;
	color: #fff;
	text-shadow: 1px 1px 10px #000, -1px -1px 10px #000;
}

div.contact_buttons, div.fav_buttons {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
	margin: 20px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10000;
	overflow: hidden;
	transition: max-height 0.15s ease-out;
	max-height: 400px;
}
div.contact_buttons > a,
div.contact_buttons > label,
div.fav_buttons > a,
div.fav_buttons > label {
	display: inline-flex;
	align-items: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: 600;
	color: #000;
	margin: 10px 0 10px 0;
	cursor: pointer;
}
div.contact_buttons > a > p,
div.contact_buttons > label > p,
div.fav_buttons > a > p,
div.fav_buttons > label > p {
	background-color: var(--color-yellow);
	padding: 8px 20px 8px 30px;
	border-radius: 25px;
	margin: 0 0 0 -25px ;
	white-space: nowrap;
	position: relative;
	z-index: 10001;
}
div.contact_buttons > a > div,
div.contact_buttons > label > div,
div.fav_buttons > a > div,
div.fav_buttons > label > div {
	height: 56px;
	background-color: var(--color-yellow);
	width: 56px;
	border-radius: 33px;
	position: relative;
	z-index: 10002;
}
div.contact_buttons > a > div > img,
div.contact_buttons > label > div > img,
div.fav_buttons > a > div > img,
div.fav_buttons > label > div > img {
	height: 30px;
	width: 30px;
	border-radius: 30px;
	background-color: var(--color-yellow);
	padding: 5px;
	border: 4px solid #fff;
	margin: 4px;
}

div.contact_buttons > a > div.telegram {
	background-color: #1b92d1;
}
div.contact_buttons > a > div.telegram > img {
	background-color: #1b92d1;
	border: none;
	margin: 14px 11px;
	border-radius: 0;
	padding: 0;
}

div.fav_buttons {
	position: unset;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	margin: 0;
}
div.fav_buttons > a,
div.fav_buttons > label {
	font-size: 14px;
	margin: 8px 0 8px 0;
}
div.fav_buttons > a > div > img,
div.fav_buttons > label > div > img {
	height: 20px;
	width: 20px;
	border: 3px solid #fff;
	margin: 3px;
}
div.fav_buttons > a > div,
div.fav_buttons > label > div {
	height: 42px;
	width: 42px;
}
div.fav_buttons > a > p,
div.fav_buttons > label > p {
	padding: 5px 15px 5px 25px;
}

div.contact_buttons > a.autoteka_btn img,
div.fav_buttons > a.autoteka_btn img {
	background: #fff;
	height: 38px;
	width: 38px;
	border: none;
}
div.fav_buttons > a.autoteka_btn img {
	height: 26px;
	width: 26px;
}

div.card {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	width: 100%;
	margin: 15px 0 0;
}
/*
div.head {
	display: flex;
	justify-content: space-between;
	width: 100%;
}*/
div.card > div.header {
	display: flex;
	flex-direction: column;
	align-self: flex-start;
	margin: 0 0 0 40px;
}
div.card > div.header > p {
	font-weight: 700;
	margin: 0;
}
div.card > div.header > p.name {
	font-size: 70px;
}
div.card > div.header > p.price {
	font-size: 40px;
}
div.card > div.header a.autoteka {
	background-color: var(--color-yellow);
    padding: 15px 25px;
    border-radius: 10px;
    color: #000;
    text-decoration: none;
    font-size: 20px;
    margin: 10px auto 0 0;
}
/*
div.head > div.buttons {
	display: flex;
	flex-direction: column;
	margin: 0 80px 0 0;
	align-items: flex-end;
	justify-content: space-evenly;
}
div.head > div.buttons > p {
	text-decoration: underline;
	cursor: pointer;
}

div.description {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}*/

div.card > div.info {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	margin: 0 80px 0 0;
}
div.card > div.info > div.tech {
	margin: 0;
}
div.card > div.info > div.tech > p{
	margin: 10px;
	font-size: 26px;
}

section.card > div.line {
	width: 100%;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	background-color: transparent;
	margin: 40px 0 0;
	scroll-snap-align: unset;
}
section.card > div.line > p {
	margin: 10px 200px;
	font-size: 36px;
}

section.card > details {
	width: 100%;
	font-size: 28px;
	color: #fff;
	background-color: var(--color-gray);
	border-bottom: 1px solid #000;
}
section.card > details > ul {
	padding: 0 150px;}
section.card > details > summary {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 20px 100px;
}
section.card > details > summary > p {
	margin: 0;
}
section.card > details > summary > img {
    width: 15px;
    height: 10px;
    transition-duration: 0.25s;
}
section.card > details[open] > summary > img {
    transform: rotate(180deg);
}

div.description {
	margin: 40px 40px 0;
    font-size: 18px;
    line-height: 1;
	display: flex;
    flex-direction: row;
	line-height: 1.2;
}
div.description > div {
	width: 50%;
}
div.description div.tech {
	display: flex;
	flex-direction: column;
}
.semibold {
	font-weight: 600;
}

@media all and (max-width: 1450px) {
	div.top > div.main > p.name {
		font-size: 80px;
	}
	div.photos_conatiner {
		height: calc(100vh - 50px);
	}
	/*div.head {
		flex-direction: column;
	}
	div.head > div.buttons {
		flex-direction: revert;
		margin: 0;
	}*/
}

@media all and (max-width: 1000px) {
	div.card > div.header > p.name {
		font-size: 80px;
	}
	div.photos_conatiner {
		height: calc(100vh - 45px);
	}
	/*div.card > div.header > p.price {
		font-size: 30px;
	}*/
	/*div.card > div.header {
		margin: 0 0 0 50px;
	}*/
	
	div.card > div.info {	
		margin: 0 50px 0 0;
	}
	/*div.contact_buttons > a:first-child {
		display: none;
	}*/
}
div.contact_buttons.hide_on_mobile > a.call {
	display: none;
}
div.contact_buttons.hide_on_mobile > label.callback {
	display: flex;
}

@media all and (max-width: 700px) {
	div.description {
		flex-direction: column;
	}
	div.description > div {
		width: 100%;
	}
	div.card > div.header, div.description {
		flex-direction: column;
		align-items: center;
	}
	/*div.contact_buttons.hide_on_mobile {
		max-height: 0;
	}*/
	div.contact_buttons.hide_on_mobile > a.call {
		display: flex;
	}
	div.contact_buttons.hide_on_mobile > label.callback {
		display: none;
	}
	div.contact_buttons {
		align-self: center;
	}
	section.card > div.line > p {
		margin: 10px auto;
	}
	section.card > details > summary {
		padding: 20px 30px;
	}
	section.card > details > ul {
		padding: 0 65px;
	}
	div.card {
		justify-content: space-evenly;
	}
	div.card > div.header {
		margin: 0;
	}
	div.card > div.header > p.name {
		text-align: center;
		font-size: 40px;
	}
	div.card > div.info {	
		margin: 0;
	}
	div.card > div.info > div.tech > p {
		font-size: 22px;
	}
	div.contact_buttons {
		margin: 0 10px;
	}
	div.photos_conatiner p.price {
		font-size: 36px;
		margin: 30px;
	}
	div.fav_buttons {
		flex-direction: column;
	}
}
@media all and (orientation: portrait) {
	div.photos_conatiner {
		height: 40vh;
	}
}
/* End */


/* Start:/local/templates/autosalon/components/dimquea/form.feedback/callback/style.css?16890602241500*/
form.callback {
    /*background-color: #F5F7F6;*/
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px;
    box-sizing: border-box;
}
form.callback p.heading {
    font-size: 28px;
    font-weight: 800;
    margin: 0 0 15px;
    text-align: center;
}
form.callback p.heading.error {
    color: #EE1D23;
}
form.callback div.cont {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    max-width: 80%;
}
form.callback input, form.callback button {
    background-color: #fff;
    outline: none;
    border: 1px solid #000;
    border-radius: 7px;
    padding: 20px;
    line-height: 0;
    font-family: 'Exo 2';
    font-size: 14px;
    font-weight: 600;
    width: calc(100% - 40px);
    height: 0;
}
form.callback button {
    background-color: #FEE100;
    color: #000;
    border: 1px solid #FEE100;
    width: 100%;
    cursor: pointer;
}
/*form.callback p.dim {
    font-size: 12px;
    color: #A2A4A7;
    margin: 0;
}*/
form.callback label.main-user-consent-request {
    font-size: 12px;
    color: #A2A4A7;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
form.callback label.main-user-consent-request > input[type='checkbox'] {
    height: 16px;
    width: 16px;
}

@media all and (max-width: 700px) {
    form.callback div.cont {
        grid-template-columns: repeat(1, 1fr);
    }
}
/* End */


/* Start:/bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?16751530963754*/
.main-user-consent-request a{cursor:pointer}.main-user-consent-request-popup{position:fixed;top:0;left:0;bottom:0;right:0;background-color:rgba(0,0,0,0.5);overflow:hidden;z-index:9000}.main-user-consent-request-popup-cont{min-height:290px;position:absolute;top:50%;left:50%;margin:0 auto;padding:20px;min-width:320px;width:100%;max-width:600px;background:#fff;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-border-radius:5px;border-radius:5px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.main-user-consent-request-popup-header{margin:0 0 10px 0;font:normal 18px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#000;text-align:left;text-overflow:ellipsis;overflow:hidden;white-space:nowrap;max-width:260px}.main-user-consent-request-popup-textarea-block{margin:0 0 20px 0}.main-user-consent-request-popup-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.main-user-consent-request-popup-button{display:inline-block;height:39px;margin:0 10px 5px 0;padding:0 18px;border:0;border-radius:2px;font:normal 12px/39px var(--ui-font-family-primary,var(--ui-font-family-helvetica));color:#535c69;outline:0;vertical-align:middle;text-decoration:none;text-transform:uppercase;text-shadow:none;white-space:nowrap;-webkit-font-smoothing:antialiased;-webkit-transition:background-color .2s linear,color .2s linear;transition:background-color .2s linear,color .2s linear;cursor:pointer}.main-user-consent-request-popup-button-acc{background:#bbed21}.main-user-consent-request-popup-button-acc:hover{background:#d2f95f}.main-user-consent-request-popup-button-rej{-webkit-box-shadow:inset 0 0 0 1px #a1a6ac;box-shadow:inset 0 0 0 1px #a1a6ac;background:0}.main-user-consent-request-popup-button-rej:hover{background:#cfd4d8}.main-user-consent-request-popup-text{border:1px solid #999;overflow:auto;padding:8px;text-align:left;color:#545454}.main-user-consent-request-popup-link{height:130px;display:flex;justify-content:center;align-items:center;flex-direction:column}.main-user-consent-request-popup-link a{display:block;margin:20px 0 0 0;text-overflow:ellipsis;overflow:hidden;max-width:260px}.main-user-consent-request-loader{position:relative;height:100px;width:100px;margin:0 auto;-webkit-transform:translate(0,50%);transform:translate(0,50%)}.main-user-consent-request-path{stroke:#80868e;stroke-dasharray:100,200}.main-user-consent-request-loader:before{content:'';display:block;padding-top:100%}.main-user-consent-request-circular{position:absolute;top:0;bottom:0;left:0;right:0;margin:auto;height:inherit;width:inherit;-webkit-animation:rotate 1s linear infinite;animation:rotate 1s linear infinite;-webkit-transform-origin:center center;transform-origin:center center}.main-user-consent-request-path{stroke:#ccc;stroke-dasharray:60,200;stroke-dashoffset:0;-webkit-animation:dash 1.5s ease-in-out infinite;animation:dash 1.5s ease-in-out infinite;stroke-linecap:round}.main-user-consent-request-announce{color:#333;font-size:13px;line-height:15px}.main-user-consent-request-announce-link{cursor:pointer}@keyframes rotate{100%{transform:rotate(360deg)}}@-webkit-keyframes rotate{100%{-webkit-transform:rotate(360deg)}}@media(min-width:1000px){.main-user-consent-request-popup-cont{min-height:400px;min-width:640px}.main-user-consent-request-popup-header{max-width:590px}.main-user-consent-request-popup-text,.main-user-consent-request-popup-link{height:240px}.main-user-consent-request-popup-link a{max-width:200px}}@media(max-width:768px){.main-user-consent-request-popup-cont{height:100%}}
/* End */
/* /local/templates/autosalon/components/bitrix/news.detail/.default/style.css?17537727078408 */
/* /local/templates/autosalon/components/dimquea/form.feedback/callback/style.css?16890602241500 */
/* /bitrix/components/bitrix/main.userconsent.request/templates/.default/user_consent.min.css?16751530963754 */
