

.topline__lang {
	display: flex;
}

.topline__lang li {
	margin: 0 5px;
}

.car__model {
	display: block;
}

#breadcrumbs a{
	color: #fff;
}

.topline__lang .current-lang a {
	color: #000;
}

.blog__categories .categories {
	list-style-type: none;
}

.blog__categories .cat-item {
	display: inline-block;
}

.blog__categories .cat-item a{
	background: #F3F3F3;
	border-radius: 3px;
	padding: 5px 15px;
	margin: 0 10px;
	margin-bottom: 20px;
	display: block;
	transition: 0.3s ease;
}

.blog__categories .cat-item a:hover {
	background-color: #000;
	color: #fff;
}

.header__menu .current-menu-item {
	overflow: visible;
}

.header__menu .current-menu-item:before {
	bottom: -25px;
	transform: none;
}


.current-menu-item a{
	font-weight: 700;
}

.footer__block a {
	transition: 0.3s ease;
}

.footer__block a:hover {
	color: #fff;
}

.car-breadcrumbs #breadcrumbs a{
	color: #000;
}

.models .model {
	width: 250px !important;
	text-align: center;
}

.models .model img {
	display: inline-block;
}

.models .model__image {
	height: 50px;
	margin-bottom: 10px;
}

.gallery-nav__photo {
	height: 70px;
	background-size: cover;
    background-position: center;
}

.section-search .posts {
	width: 100%;
	max-width: 840px;
}

/*.gallery-for__photo {
	height: 400px;
	background-size: cover;
	background-position: 50% 0;
}

.gallery-nav__photo {
	height: 70px;
	background-size: cover;
	background-position: 50% 0;
}
*/
.wp-block-columns strong {
	font-weight: 700;
}

.wp-block-image img {
	width: 100%;
	height: auto;
}


.admin-bar .header {
	top: 30px;
}

.wp-block-pullquote{
	background: #f3f3f3!important;
	padding: 50px;
	margin-bottom: 50px;
	margin-top: 50px;
}
.wp-block-pullquote p{
	font-size: 21px;
	line-height: 40px;
	text-align: left;
	margin-bottom: 0;
}

.rent-event__content p {
	margin-bottom: 10px;
}

.rent-when .item__image img {
	width: 100%;
}

.single-car .tab__content strong,
.single-car .tab__content b {
	font-weight: 700;
}

.single-car .tab__content i{
	font-style: italic;
}

.single-car .tab__content p {
	margin-bottom: 10px;
}

.single-car .tab__content .video-container {
	position: relative;
	width: 100%;
	padding-bottom: 56.25%;
}

.single-car .tab__content .video-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.single-car__prices_texts {
	display: flex;
	justify-content: space-between;
	font-size: 14px;
	flex-shrink: 1;
}

.single-car__price--custom {
	padding: 10px;
}

.single-car__price--custom span {
	display: none;
}

.text-under-price,
.text-under-price_order {
	width: 100%;
}

.text-under-price_order {
	margin-left: 20px;
}

.single-car .tab__content iframe {
	max-width: 100%;
}

/* .teslamarket .banner.banner-2 {
	display: none;
} */


@media only screen and (max-width: 1200px) {
	.header__menu .current-menu-item:before {
		display: none;
	}

}

@media only screen and (max-width: 760px) {

	/* .topline__lang {
		position: fixed;
		right: 0;
		width: 50%;
		top: 60px;
		padding: 10px;
		transition: 0.3s ease;
		transform: translateX(100%);

	} */

	.header.active .topline__lang  {
		transform: translateX(0);
	}


	.mainheading .slide {
		height: 260px;
		margin-bottom: 135px;
	}



	.mainheading__subtitle {
		margin-bottom: 70px;
	}

	.mainheading .slide__items {
		transform: translate(-50%, 110px);
	}

	.models .model {
		width: 100% !important;
	}

	.models .model__image img {
		width: 100%;
	}

	.models .slide__content {
		margin-top: 10px;
	}
	.why .item__image {
		height: 320px;
	}

	.why .item__image img {
		width: 100%;
	}

	.wp-block-column {
		width: 100%;
	}

/*	.wp-block-column:not(:only-child),
	.wp-block-column:nth-child(2n) {
		width: 100%;
		margin-left: 0 !important;
		flex-basis: 100% !important;
	}*/

	.admin-bar .header {
		top: 0px;
	}

	.wp-block-pullquote p{
    font-size: 18px;
    line-height: 28px;
  }
  .wp-block-pullquote{
    padding: 30px;
    margin-bottom: 30px;
    margin-top: 30px;
  }



}
