.search-form-tm .org-button {
	font-size: 14px;
	line-height: 17px;
	padding: 14px 32px 17px 32px;
	margin-left: 17px;
	flex-shrink: 0;
	float: right;
}
.org-button {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	padding: 15px;
	background-color: #ff4f12 !important;
	border-radius: 10px;
	display: flex;
	align-items: center;
	width: fit-content;
	text-decoration: none;
	border: 0;
	min-width: 145px;
}

.blu-button {
	position: relative;
}
.circle_white{
	background: white;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	color: white;
	margin-top: 4px;
	margin-right: 6px;
	font-size: 11px;
}
.circle_blue{
	background: #3E34E9;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	color: #3E34E9;
	margin-top: 4px;
	margin-right: 7px;
	font-size: 11px;
}
.submit-text {

}

.submit-text.is-active {

	display: none;

}
.submit-spinner {
	 /* position: absolute; */
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: opacity .3s ease;
	/* background-color: #3E34E9; */
	border-radius: 10px;
	visibility: hidden;
	opacity: 0;
	display: none;
}

.submit-spinner.is-active {
	opacity: 1;
	visibility: visible;
	display: block;

}
.check-text {
padding: 30px;
background: #e3e8fb;
}
.spinner-svg {
	transform-origin: center;
	animation: spinner_z 2s linear infinite
}

.spinner-svg circle {
	stroke-linecap: round;
	animation: spinner_y 1.5s ease-in-out infinite
}

@keyframes spinner_z {
	100% {
			transform: rotate(360deg)
	}
}

@keyframes spinner_y {
	0% {
			stroke-dasharray: 0 150;
			stroke-dashoffset: 0
	}

	47.5% {
			stroke-dasharray: 42 150;
			stroke-dashoffset: -16
	}

	95%,
	100% {
			stroke-dasharray: 42 150;
			stroke-dashoffset: -59
	}
}
img {
	max-width: 100%;
}

* {
	outline: none !important;
}

a, button {
	cursor: pointer;
}




.up {
	position: fixed;
	right: 160px;
	bottom: 60px;
	border: 0;
	padding: 0;
	box-shadow: 0 2px 5px rgb(0 0 0 / 22%);
	border-radius: 10px;
}


nav.navbar {
	padding: 0;
}

.navbar-header {
	margin-right: 136px;
	flex-shrink: 0;
}

a.navbar-brand {
	padding: 0;
	margin: 0;
}

.blu-button {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #FFF;
	padding: 15px;
	background: #3E34E9;
	border-radius: 10px;
	display: flex;
	align-items: center;
	width: fit-content;
	text-decoration: none;
	border: 0;
}

.catalog-button {
	padding: 12px 15px 12px 18px;
	margin-right: 16px;
}

.catalog-button span span {
	width: 19px;
	height: 1px;
	display: block;
	background: #fff;
	margin: 5px 0;
}

.catalog-button > span {
	margin-right: 8px;
}

.catalog-button i {
	font-style: normal;
}

.collapse.navbar-collapse {
	align-items: center;
	display: flex;
	flex-grow: 1;
}

.container {
	max-width: 100%;
	width: 1340px;
	padding: 0 15px;
}

.container-small {
	width: 1054px;
}

.search-form {
	display: flex;
	align-items: center;
	flex-grow: 1;
	position: relative;
}

.search-form i {
	font-size: 18px;
}

.search-form input {
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #858585;
	padding: 15px 15px 15px 38px;
	border: 0;
	background: #EFF1F4;
	border-radius: 10px;
	width: 100%;
	max-height: 48px;
}

.search-form button {
	top: 17px;
	left: 13px;
	padding: 0;
	border: 0;
	background: transparent;
	position: absolute;
	display: flex;
	max-height: 48px;
}

.group-tm {
	display: flex;
	margin: 0 17px 0 14px;
	flex-shrink: 0;
}

.group-tm a img {
	margin-bottom: 6px;
	height: 18px;
}

.group-tm a {
	font-size: 13px;
	line-height: 16px;
	color: #3E34E9;
	display: flex;
	flex-flow: column;
	align-items: center;
	text-decoration: none;
}

.group-tm a + a {
	margin-left: 11px;
}

/*.user-enter {*/
/*    width: 46px;*/
/*    margin-right: 12px;*/
/*    flex-shrink: 0;*/
/*}*/

/*.user-enter img {*/
/*    width: 46px;*/
/*    border-radius: 50%;*/
/*}*/

/*header {*/
/*    padding: 15px 0 30px 0;*/
/*}*/

/*ol.breadcrumb {*/
/*    padding: 0;*/
/*    background: transparent;*/
/*    display: flex;*/
/*    align-items: center;*/
/*    margin-bottom: 0;*/
/*}*/

/*.breadcrumb-item + .breadcrumb-item::before {*/
/*    content: "";*/
/*    background: url(../images/arrow-breadcrumb.svg);*/
/*    width: 4px;*/
/*    height: 8px;*/
/*    padding: 0;*/
/*    margin-right: 9px;*/
/*}*/

/*.breadcrumb-item.active {*/
/*    font-size: 13px;*/
/*    line-height: 16px;*/
/*    color: #3E34E9;*/
/*    padding-left: 8px;*/
/*}*/

/*li.breadcrumb-item a {*/
/*    font-size: 13px;*/
/*    line-height: 16px;*/
/*    color: #3E34E9;*/
/*}*/

/*nav.breadcrumb-tm {*/
/*    margin-bottom: 43px;*/
/*}*/

.report-body {
	display: flex;
}

.sidebar-r {
	width: 402px;
	margin-left: 49px;
}

.report-content {
	width: calc(100% - 451px);
	padding-bottom: 105px;
}

.car-slider-wrapper {
	width: 506px;
	max-width: 100%;
	margin-bottom: 40px;
}

.car-slide img {
	border-radius: 10px;
}

.owl-carousel .owl-nav button.owl-prev span, .owl-carousel .owl-nav button.owl-next span {
	display: none;
}

.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
	background: url("/templates/images/vin/arrow-slider.svg") !important;
	width: 35px;
	height: 35px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
	border-radius: 10px;
	margin: 0;
	position: absolute;
	top: 32%;
}


.owl-carousel .owl-nav button.owl-prev {
	left: -55px;
}

.owl-carousel .owl-nav button.owl-next {
	box-shadow: 0 -2px 5px rgb(0 0 0 / 22%);
	right: -55px;
	transform: rotate(180deg);
}

.report-block h3 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	color: #000;
	margin-bottom: 20px;
}

.report-list {
	display: none;
}

.status-report-block {
	display: flex;
}

.status-report-block-l {
	margin-right: 11px;
	flex-shrink: 0;
}

.status-report-block-r a {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #000;
	margin-bottom: 5px;
	display: block;
}

.status-report-block-r p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	margin-bottom: 0;
}

.status-report-block-l img {
	margin: -5px 0 0 0;
}

.status-report-block {
	margin-bottom: 19px;
}

.status-report-block:last-child {
	margin-bottom: 0;
}

.report-block {
	margin-bottom: 70px;
}

.report-dtp iframe {
	width: 100%;
	height: 700px;
	border: none;
	margin: 1rem 0;
}

.report-dtp iframe html {
	overflow: hidden;
}

.report-dtp iframe body {
	font-family: 'Montserrat', sans-serif;
}

p.number-owners {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	margin: -13px 0 30px 0;
}

.spoiler-button {
	width: 100%;
	text-align: left;
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: transparent;
	padding: 0;
	border: 0;
}


.spoiler-button:after {
	height: 9px;
	width: 17px;
	transition: 0.4s transform;
	content: "";
	transform: rotate(180deg);
	background: url(/templates/images/vin/temp/arrow-spoiler.svg);
	flex-shrink: 0;
}

.spoiler-button:not(.collapsed):after {
	transform: rotate(0deg);
	transition: 0.4s transform;
}


.spoiler-button > span {
	flex-grow: 1;
	padding-right: 15px;
}


.spoiler-button-int {
	display: flex;
	align-items: baseline;
}

.spoiler-button-int-l {
	width: 44px;
	flex-shrink: 0;
}

.spoiler-button-int-r {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
}

.spoiler-button-int-r span {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin-bottom: 5px;
	display: block;
}


.owner-block-card {
	padding-left: 44px;
	padding-top: 20px;
}

.owner-block-card p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	margin-bottom: 8px;
}

.owner-block-card p span {
	color: #000;
}

.owner-block-card p:last-child {
	margin-bottom: 0;
}

.owner-block {
	margin-bottom: 30px;
}

.owner-block:last-child {
	margin-bottom: 0;
}

.diagnostic-card p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	margin-bottom: 10px;
}

.diagnostic-card p span {
	color: #000;
}

.spoiler-button-2 .spoiler-button-int-r span {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #000;
}

.info-block-card-img {
	padding: 58px 33px 20px;
	width: 492px;
	max-width: 100%;
}

.history-block-r {
	max-width: 100%;
}

.info-block-card-text {
	border-top: 1px solid #E2E2E2;
	padding-top: 33px;
	margin-bottom: -13px;
}

.info-block-card-text p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	display: flex;
	margin-bottom: 13px;
}

.color {
	width: 20px;
	height: 20px;
	display: block;
	border-radius: 50%;
	margin-right: 13px;
	flex-shrink: 0;
}

.color-1 {
	background: #C5C3EF;
}

.color-2 {
	background: #3E34E9;
}

.color-3 {
	background: #8C87DF;
}

.color-4 {
	background: #D6D6D6;
}

.carsharing-block-l {
	margin-right: 25px;
	flex-shrink: 0;
}


.carsharing-block {
	display: flex;
	align-items: center;
}

.carsharing-block-r p:last-child {
	margin-bottom: 0;
}

.carsharing-block-r p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
}

p.penalties-status {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	display: flex;
	align-items: center;
	margin: -10px 0 30px 0;
}

p.penalties-status img {
	margin-right: 9px;
}


.spoiler-button-int-botton {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	display: block;
}

.spoiler-button-3 .spoiler-button-int {
	flex-flow: column;
}

.spoiler-button-int-top {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #000;
	display: block;
	margin-bottom: 5px;
}

.spoiler-button-int-top span {
	color: #02AB51;
}


.penalty-block {
	border-bottom: 1px solid #E2E2E2;
	margin-bottom: 19px;
	padding-bottom: 19px;
}


.penalty-block-card {
	padding: 30px 0 36px 0;
}

.penalty-block-card p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	margin-bottom: 20px;
}

.penalty-block-card p:last-child {
	margin-bottom: 0;
}

.penalty-block-card p span {
	color: #000;
}

.penalties-list .blu-button {
	font-size: 14px;
	line-height: 17px;
	padding: 13px 21px 15px 21px;
	margin-top: 26px;
}


.history-block {
	display: flex;
	padding-bottom: 45px;
	position: relative;
	align-items: flex-start;
}

.history-block:last-child {
	padding-bottom: 0;
}


p.date-tm {
	font-weight: 500 !important;
	font-size: 15px !important;
	line-height: 19px !important;
	color: #3E34E9 !important;
	margin-bottom: 7px !important;
}


.history-block-r h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 15px;
}

.history-block-r p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	margin-bottom: 8px !important;
}

.history-block-r p span {
	color: #000;
}

.history-block-r h4:last-child, .history-block-r p:last-child {
	margin-bottom: 0;
}

.history-block-l {
	width: 49px;
	flex-shrink: 0;
	top: 25px;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
	align-items: flex-start;
	padding: 8px 0;
	background: #fff;
	margin-top: 17px;
	z-index: 1;
}


.history-block:after {
	background: #858585;
	width: 1px;
	content: "";
	left: 15px;
	top: 58px;
	flex-grow: 1;
	position: absolute;
	height: 100%;
}


.history-block:last-child:after {
	display: none;
}

.history-block .info-block-card-img {
	padding: 40px 0 30px 0;
}


footer {
	padding: 36px 0;
	border-top: 1px solid #EDEDED;
}

footer p {
	font-size: 14px;
	line-height: 17px;
	color: #858585;
	margin-bottom: 9px;
}

.footer-links {
	display: flex;
}

.footer-links a {
	font-size: 14px;
	line-height: 17px;
	color: #333;
}

.footer-links a + a {
	margin-left: 18px;
}

.report-download {
	background: #DCE4FE;
	border-radius: 10px;
	padding: 35px 30px;
}

.car-brand {
	display: flex;
	align-items: center;
	margin-bottom: 25px;
}

.car-brand-l {
	margin-right: 19px;
	flex-shrink: 0;
}

.car-brand-r h3 {
	font-weight: 600;
	font-size: 23px;
	line-height: 28px;
	text-align: center;
	color: #000;
	margin-bottom: 0;
}

.car-brand-r p {
	font-weight: 500;
	font-size: 12px;
	line-height: 15px;
	color: #858585;
	margin-bottom: 0;
}

.report-download-list p {
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #858585;
	margin-bottom: 10px;
	display: flex;
}

.report-download-list p span {
	color: #000;
}


.color-5 {
	width: 20px;
	height: 20px;
	background: #D9D9D9;
	border: 1px solid #858585;
}

.report-download-list p span {
	color: #000;
	display: flex;
	align-items: center;
	margin-left: 4px;
}


.report-download .blu-button {
	font-size: 14px;
	line-height: 17px;
	padding: 13px 25px;
	margin-top: 25px;
}

.container-smailer {
	width: 540px;
}

.pdf-block .spoiler-button:after {
	display: none;
}


.pdf-block {
	padding-top: 60px;
}

.pdf-car-title-l {
	width: 237px;
	margin-right: 21px;
	flex-shrink: 0;
}

.pdf-car-title {
	display: flex;
}

.pdf-car-title .car-brand-r h3 {
	text-align: left;
	margin-bottom: 3px;
	font-size: 17px;
	line-height: 21px;
}

.car-brand-pdf {
	display: flex;
	margin-bottom: 29px;
}

.pdf-car-title .car-brand-l {
	flex-shrink: 0;
	width: 49px;
	margin: 0 0 0 14px;
}

.pdf-car-title .car-brand-r {
	flex-grow: 1;
}

.quarkod-block {
	display: flex;
}

.quarkod-block p {
	font-weight: 500;
	font-size: 10px;
	line-height: 128.4%;
	color: #000;
	width: 122px;
	margin-right: 9px;
}

.quarkod-block p a {
	color: #3E34E9;
}

.pdf-car-title-l img {
	border-radius: 10px;
}

.pdf-car-title {
	display: flex;
	margin-bottom: 34px;
}

.pdf-block .report-block h3 {
	margin-bottom: 22px;
	font-size: 17px;
	line-height: 21px;
}


.pdf-block .status-report-block-l {
	margin-right: 9px;
	flex-shrink: 0;
	width: 15px;
}

.pdf-block .status-report-block-r a, .pdf-block .status-report-block-r p {
	font-size: 10px;
	line-height: 13px;
}

.pdf-block .status-report-block {
	margin-bottom: 15px;
	overflow: hidden;
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	break-inside: avoid-column;
}

.pdf-block .status-report-list {
	column-count: 2;
}

.pdf-block .report-block {
	margin-bottom: 40px;
}

.owner-block-tm {
	display: flex;
}

.owner-block-tm h4 {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	color: #000;
	margin-bottom: 6px;
}

.owner-block-tm p {
	font-weight: 500;
	font-size: 10px;
	line-height: 13px;
	color: #858585;
}

.pdf-block .owner-block-l {
	width: 23px;
	margin-right: 12px;
	flex-shrink: 0;
	display: flex;
	flex-flow: column;
}


.pdf-block .owner-block-l:after {
	background: #858585;
	width: 1px;
	content: "";
	flex-grow: 1;
	margin: 6px auto;
}


.owner-block-tm:last-child .owner-block-l:after {
	display: none;
}

.footer-pdf {
	border-top: 1px solid #E2E2E2;
	padding: 25px 0;
}


.footer-pdf-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.footer-pdf-l {
	display: flex;
	align-items: center;
}

.footer-pdf-l img {
	width: 72px;
	margin-right: 22px;
}

.footer-pdf-l p {
	font-weight: 500;
	font-size: 10px;
	line-height: 13px;
	color: #858585;
	margin-bottom: 0;
}

.footer-pdf-r p {
	font-weight: 500;
	font-size: 10px;
	line-height: 12px;
	text-align: right;
	color: #858585;
	margin: 0;
}

.pdf-block .spoiler-button span, .pdf-block .diagnostic-card p {
	margin-bottom: 10px;
	font-size: 10px;
	line-height: 13px;
}


.pdf-block .info-block-card-img {
	padding: 13px 0 30px 0;
	width: 370px;
	margin: auto;
	max-width: 100%;
}

.pdf-block .info-block-card-text {
	margin-bottom: 26px;
}

.pdf-block .color {
	width: 15px;
	height: 15px;
	margin-right: 8px;
}


.pdf-block .info-block-card-text p {
	margin-bottom: 8px;
	font-size: 10px;
	line-height: 13px;
	align-items: center;
}

.pdf-block .carsharing-block-l {
	margin-right: 15px;
	flex-shrink: 0;
	width: 52px;
}

.pdf-block .carsharing-block-r p {
	font-size: 10px;
	line-height: 13px;
}


.pdf-block p.penalties-status {
	font-size: 10px;
	line-height: 13px;
	margin: -12px 0 20px 0;
}

.pdf-block p.penalties-status img {
	width: 15px;
	margin-right: 8px;
}

.pdf-block .spoiler-button-3 .spoiler-button-int, .pdf-block .spoiler-button-3 span.spoiler-button-int-botton {
	margin-bottom: 0 !important;
}

.pdf-block .penalty-block-card {
	padding: 15px 0 15px 0;
}

.pdf-block .penalty-block-card p {
	margin-bottom: 7px;
	font-size: 10px;
	line-height: 13px;
}

.pdf-block .penalty-block {
	margin-bottom: 15px;
	padding-bottom: 0;
}

.pdf-block .penalty-block-card p:last-child {
	margin-bottom: 0;
}
.bg-vin-bblock{
	border-radius: 10px;
}

.bg-vin-block{
	background: #dde4fe;
	border-radius: 10px;
}

.pdf-block .penalty-block:last-child {
	border: 0;
}

.pdf-block .penalties-list {
	margin-bottom: 77px;
}


.search-top {
	padding: 120px 0 150px 0;
		max-width: 900px;
	margin: auto;
}

.search-top h1 {
	font-weight: 600;
	font-size: 32px;
	line-height: 120%;
	color: #000;
	margin-bottom: 15px;
}

.search-top h1 span {
	color: #3E34E9;
}

.search-top p {
	font-weight: 500;
	font-size: 20px;
	line-height: 24px;
	text-align: center;
	color: #858585;
	margin-bottom: 60px;
}


.search-form-tm {
	display: flex;

	margin: auto;
	max-width: 100%;
}

.search-bottom {
	border-radius: 10px;
	padding: 50px 62px;
	background: url(/templates/images/vin/bg-1.png) no-repeat right center, #E3E8FB;
	width: 920px;
	margin: auto;
	max-width: 100%;
}
.search-bottom-block {
	border-radius: 10px;
	padding: 50px 62px;
	width: 920px;
	margin: auto;
	max-width: 100%;
}
.search-bottom-block h3 {
	font-weight: 600;
	font-size: 21px;
	line-height: 26px;
	color: #000;
	margin-bottom: 26px;
}
.search-bottom-block p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #000;
	margin-bottom: 10px;
}
.search-bottom h3 {
	font-weight: 600;
	font-size: 21px;
	line-height: 26px;
	color: #000;
	margin-bottom: 26px;
}

.search-bottom p img {
	margin-right: 11px;
}

.search-bottom p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #000;
	margin-bottom: 10px;
	display: flex;
}

.search-bottom p a {
	color: #3E34E9;
}


.search-section {
	padding-bottom: 95px;
}

.search-form-tm .blu-button {
	font-size: 14px;
	line-height: 17px;
	padding: 14px 32px 17px 32px;
	margin-left: 17px;
	flex-shrink: 0;
}


p.p-tm {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin: 40px 0 15px 0;
}

p.p-tm-2 {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	margin: 0 0 40px 0;
}

.size-block h3 {
	font-size: 20px;
	line-height: 24px;
	margin-bottom: 8px;
}

.specification-block {
	display: flex;
	margin-bottom: 55px;
}

.specification-block-text h4 {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin-bottom: 15px;
}

.specification-block-img {
	margin-right: 38px;
	flex-shrink: 0;
}

.specification-block-text p {
	font-weight: 500;
	font-size: 15px;
	line-height: 19px;
	color: #858585;
	margin-bottom: 8px;
}

.specification-block-text p span {
	color: #000;
}

.specification-block-reverse {
	flex-flow: row-reverse;
}


.specification-block-reverse .specification-block-img {
	margin: 0 0 0 38px;
}

.specification-block-text {
	flex-grow: 1;
}

.specification-block-block {
	display: block;
}

.specification-block-block .specification-block-img {
	float: right;
}


@media screen and (max-width: 1199px) {
	.car-slider-wrapper {
		padding: 0 50px;
	}


}


@media screen and (max-width: 991px) {
	.report-content {
		width: 100%;
		padding-bottom: 0;
		margin-bottom: -20px;
	}



	.report-section .container, .container-small {
		padding: 0 35px;
	}

	.mobil-toggler {
		margin-left: 18px;
		border: 0;
		padding: 0;
		background: transparent;
	}

	.search-form input {
		padding: 11px 15px 12px 42px;
		background: #EFF1F4;
		border-radius: 10px;
		width: 100%;
	}

	.catalog-button span span {
		background: #3E34E9;
	}

	.catalog-button i {
		display: none;
	}

	.catalog-button {
		padding: 0;
		background: transparent;
	}

	.search-form button img {
		width: 17px;
	}

	.search-form button {
		top: 13px;
		left: 13px;
	}

	header {
		background: #FFF;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
		padding: 8px 0;
	}

	.report-section {
		padding: 19px 0 30px 0;
	}

	nav.breadcrumb-tm {
		margin-bottom: 20px;
	}


	.owl-carousel .owl-nav button.owl-prev, .owl-carousel .owl-nav button.owl-next {
		border-radius: 7px;
		background: url(../images/arrow-slider.svg) no-repeat center !important;
		width: 26px;
		height: 26px;
		background-size: 29px !important;
	}

	.owl-carousel .owl-nav button.owl-prev {
		left: -37px;
	}

	.owl-carousel .owl-nav button.owl-next {
		right: -37px;
	}

	.car-slider-wrapper {
		padding: 0 17px;
		width: 100%;
		margin-bottom: 35px;
	}

	.report-content .report-download {
		padding: 0;
		background: transparent;
		margin-bottom: 60px;
	}

	.penalty-block-card {
		padding: 30px 0 15px 0;
	}

	footer {
		padding: 55px 0 100px 0;
	}

	.footer-links {
		flex-flow: column;
	}

	.footer-links a + a {
		margin: 15px 0 0 0;
	}

	footer p {
		margin-bottom: 15px;
	}

	.up {
		display: none !important;
	}

	.menu-mobil ul {
		display: flex;
		list-style: none;
		padding: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		background: #FFF;
		box-shadow: 0 0 12px rgba(0, 0, 0, 0.1);
		margin-bottom: 0;
	}

	.menu-mobil ul li {
		flex-grow: 1;
	}

	.menu-mobil ul li a img {
		height: 21px;
		margin-bottom: 6px;
	}

	.menu-mobil ul li a {
		font-size: 11px;
		line-height: 13px;
		text-align: center;
		color: #3E34E9;
		padding: 14px 5px 11px 5px;
		display: flex;
		flex-flow: column;
		align-items: center;
	}

	a.color-green {
		color: #02AB51 !important;
	}


	.search-top {
		padding: 45px 0 70px 0;
	}


	.search-top p {
		margin-bottom: 35px;
	}

	.search-form-tm {
		flex-flow: column;
		display: block;
	}

	.search-form-tm .search-form {
		margin-bottom: 14px;
	}

	.search-form-tm .blu-button {
		width: 100%;
		margin: 0;
		justify-content: center;
	}

	.search-form-tm .search-form input {
		padding: 15px 15px 15px 38px;
	}

	.search-form-tm .search-form button {
		top: 16px;
	}

	.search-bottom {
		background: url(/templates/images/vin/bg-1.png) no-repeat right calc(100% - 30px), #E3E8FB;
		max-width: calc(100% + 70px);
		margin: 0 -35px;
		width: calc(100% + 70px);
		border-radius: 0;
		padding: 50px 35px 295px 35px;
	}

	.search-bottom p {
		margin-bottom: 13px;
	}

	.search-section {
		padding-bottom: 0px;
	}


	.specification-block-text img {
		margin: 30px auto;
	}

	.specification-block-text h4 {
		text-align: center;
	}

	.history-block-r {
		width: calc(100% - 49px);
	}

	.size-block h3 {
		text-align: center;
	}

	p.p-tm-2 {
		text-align: center;
	}


}


@media screen and (max-width: 550px) {
	.search-top h1 {
		font-weight: 600;
		font-size: 27px;
		line-height: 120%;
		color: #000;
		margin-bottom: 15px;
	}

	.search-form-tm {
		flex-flow: column;
		display: block;
		max-width: 335px;
	}
	.pdf-car-title {
		flex-flow: column;
	}

	.pdf-car-title-l {
		width: 100%;
		margin: 0 0 20px 0;
	}

	.footer-pdf-wrapper {
		flex-flow: column;
	}

	.footer-pdf-l {
		flex-flow: column;
	}

	.footer-pdf-l p {
		text-align: center;
		margin: 20px 0;
	}


}




























