@media only screen and (max-width: 1200px) {
	body {
		font-size: 16px;
		padding-top: 50px;
	}

	body.single-car,
	body.single {
		padding-top: 50px;
	}

	/* отображается топлайн */
	body.show_topline {
		padding-top: 90px;
	}

	h1,
	.h1 {
		font-size: 50px;
	}

	h2,
	.h2 {
		font-size: 35px;
	}

	h3,
	.h3 {
		font-size: 25px;
	}

	.container {
		max-width: 760px;
		padding: 0 10px;
	}

	.section {
		padding: 50px 0;
	}

	.header__menu {
		position: fixed;
		width: 100%;
		height: 100%;
		top: 60px;
		right: 0;
		background: #fff;
		left: auto;
		z-index: 9999;
		transform: none;
		align-items: center;
		justify-content: center;
		flex-direction: column;
		transform: translateX(100%);
		transition: 0.3s ease;
	}

	.header__menu-desctop {
		display: none;
	}

	.header__menu-mobile {
		display: flex;
	}

	.header__menu:after {
		display: none;
	}

	.header__menu li {
		width: 100%;
		text-align: center;
		margin: 10px 0;
	}

	.header__menu > li > a {
		font-size: 30px;
		font-weight: 500;
		letter-spacing: 0.6px;
	}

	.header__menu .sub-menu {
		position: relative;
		left: auto;
		width: auto;
		top: auto;
		font-size: 14px;
	}

	.header__menu .sub-menu li {
		margin-bottom: 5px;
		font-size: 20px;
		line-height: 125%;
		padding-left: 10px;
	}

	.header__menu .sub-menu li a {
		/* color: #8a8a8a; */
	}

	.header__menu .menu-item-has-children {
		padding-right: 0;
	}

	.header__menu .menu-item-has-children:after {
		top: 5px;
		transform: none;
	}

	.header__menu .menu-item-has-children:hover .sub-menu,
	.header__menu .menu-item-has-children:active .sub-menu,
	.header__menu .menu-item-has-children:focus .sub-menu {
		max-height: 1000px;
		padding: 0;
	}

	.header__menu .menu-item-has-children:hover:after,
	.header__menu .menu-item-has-children:active:after,
	.header__menu .menu-item-has-children:focus:after {
		transform: rotate(180deg);
	}

	.header .show-menu {
		top:auto;
		left:auto;
		position: relative;
		background: #fff;
		border-radius: 50%;
		padding: 13px;
		width: 45px;
		height: 45px;
		align-items: center;
		display: flex;
		flex-wrap: wrap;
		order: 4;
		z-index: 9999;
		opacity: 1;
		margin-left: 10px;
	}

	.header .show-menu span {
		width: 100%;
		height: 3px;
		background: #000;
		border-radius: 3px;
		transition: 0.3s ease;
		transform-origin: 50% 50%;
		display: block;
	}

	.header .show-menu svg {
		display: none;
	}

	.header.active .show-menu span:nth-child(2) {
		opacity: 0;
	}

	.header.active .show-menu span:nth-child(1) {
		transform: rotate(-45deg) translate(-5px, 5px);
	}

	.header.active .show-menu span:nth-child(3) {
		transform: rotate(45deg) translate(-4px, -4px);
	}

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

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

	.header__sale {
		height: 40px;
		padding: 7px 0;
	}

	.header__sale-bg {
		display: none;
	}

	.header__sale-bg--tablet {
		display: block;
	}

	.topline {
		padding: 5px 0;
	}

	.topline__phones {
		margin-left: 0;
		flex-wrap: wrap;
		width: 270px;
		justify-content: flex-end;
	}

	.topline__btn {
		width: 210px;
		margin-left: 20px;
	}

	.topline__phones li {
		margin-right: 0;
	}

	.topline__models {
		flex-direction: column;
		order: 4;
		justify-content: center;
		width: 100%;
		position: fixed;
		height: 100%;
		width: 50%;
		z-index: 999;
		background-color: #fff;
		left: 0;
		top: 0;
		transform: translateX(-110%);
		transition: 0.3s ease;
	}

	.topline__models li {
		margin: 30px 0;
		width: 100%;
		text-align: center;
		position: relative;
	}

	.heading {
		padding: 25px 0;
	}

	.heading__content {
		height: 200px;
		padding-top: 50px;
	}

	.heading__title {
		font-size: 40px;
	}

	.mainheading {
		padding-bottom: 0;
	}

	.mainheading .slide {
		height: 500px;
		background-size: cover;
	}

	.mainheading .slide .item {
		height: 130px;
	}

	.mainheading .slide .item__text {
		font-size: 18px;
	}

	.mainheading .slide .item__text b,
	.mainheading .slide .item__text strong {
		font-size: 30px;
	}

	.buy__title {
		text-align: center;
		margin-bottom: 25px;
	}

	.buy__content {
		width: 100%;
	}

	.buy__image {
		width: 100%;
		text-align: center;
	}

	.buy__image img {
		margin: 0 auto;
	}

	.buy__items {
		max-width: 584px;
		margin: 0 auto;
		margin-bottom: 25px;
	}

	.buy .item {
		margin-bottom: 25px;
	}

	.buy .item__text {
		max-width: calc(100% - 100px);
	}

	.own__items {
		margin-top: 50px;
	}

	.own .item {
		max-width: 240px;
		padding-bottom: 20px;
	}

	.own .item__image {
		height: 250px;
		margin-bottom: 10px;
	}

	.own .item__text {
		font-size: 15px;
	}

	.order {
		padding-top: 0;
	}

	.order__image img {
		height: 404px;
	}

	.order__form {
		padding: 20px;
	}

	.home-reviews {
		padding-bottom: 50px;
	}

	.home-reviews__items .slick-list {
		padding: 40px 0;
		margin-right: -15px;
	}

	.home-reviews__items .slick-slide:not(:last-child) {
		margin-right: 15px;
	}

	.tesla {
		background: #f6f6f6 calc(50% + 220px) 280px no-repeat;
		background-size: 700px;
	}

	.tesla__content {
		max-width: 100%;
	}

	.tesla__fact {
		max-width: 320px;
		padding-left: 20px;
	}

	.tesla__text {
		font-size: 20px;
		margin-top: 50px;
	}

	.tesla__text2 {
		margin-bottom: 50px;
	}

	.tesla .block {
		max-width: 360px;
		margin-bottom: 20px;
	}

	.tesla .block__image {
		height: 200px;
	}

	.tesla .block__image img {
		min-width: auto;
		min-height: auto;
		height: 100%;
	}

	.tesla .block__content {
		padding: 20px;
	}

	.tesla .block-big {
		padding: 20px;
		max-width: 100%;
	}

	.tesla .block-economy {
		padding-left: 50%;
		background-size: 50%;
	}

	.tesla .block-security {
		padding-right: 50%;
		background-size: 500px;
	}

	.form-order__title {
		font-size: 19px;
	}

	.models__nav {
		margin-top: 50px;
		margin-bottom: 50px;
	}

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

	.models .slide__content {
		padding-left: 20px;
	}

	.models .slide__content ul {
		margin: 20px 0;
	}

	.models .slide__content ul li {
		padding-left: 15px;
		margin: 10px 0;
	}

	.fullbg {
		height: 400px;
		padding: 0;
	}

	.teslapark__title {
		margin-bottom: 50px;
	}

	.teslapark .block {
		margin-bottom: 50px;
	}

	.teslapark .block__image img {
		width: 100%;
	}

	.teslapark .block__content {
		max-width: 360px;
	}

	.why__subtitle {
		font-size: 20px;
		margin-bottom: 50px;
	}

	.why .item {
		margin-bottom: 50px;
	}

	.why .item__title {
		min-height: 93px;
	}

	.service__title {
		margin-bottom: 50px;
	}

	.service .block-info {
		justify-content: center;
	}

	.service .block-info__title {
		margin-bottom: 25px;
	}

	.service .block-info__image {
		order: 1;
		width: 100%;
		max-width: 420px;
		text-align: center;
	}

	.service .block-info__image img {
		width: 100%;
	}

	.service .block-info__content {
		width: 100%;
		max-width: 420px;
		order: 2;
	}

	.service .line {
		margin: 50px 0;
	}

	.service .block-services__items .item {
		max-width: 450px;
		margin-bottom: 15px;
	}

	.service .block-services__image img {
		transform: translateX(-100px);
	}

	.purchase-terms .item {
		margin-bottom: 15px;
	}

	.purchase-terms .item__header {
		padding-left: 20px;
		padding-right: 50px;
	}

	.purchase-terms .item__toggle {
		right: 20px;
	}

	.purchase-terms .item__body {
		padding: 0 20px;
	}

	.purchase-terms .item.active .item__body {
		padding: 20px;
		padding-top: 0;
	}

	.test-drive__form {
		padding: 40px;
	}

	.test-drive .input__wrap {
		width: 100%;
		max-width: 320px;
	}

	.test-drive .subm {
		max-width: 100%;
		justify-content: center;
	}

	.test-drive .subm svg {
		margin-left: 10px;
	}

	.catalog__main {
		max-width: 100%;
	}

	.catalog__sidebar {
		opacity: 0;
		position: fixed;
		top: 0;
		bottom: 0;
		right: 0;
		left: 0;
		background: rgba(0, 0, 0, 0.8);
		z-index: 999;
		max-width: 100%;
		height: 100%;
		transition: 0.3s ease;
		z-index: -99;
	}

	.catalog__sidebar.active {
		opacity: 1;
		z-index: 9999;
	}

	.catalog__sidebar.active .filters {
		transform: translateX(0);
	}

	.catalog__header {
		font-size: 16px;
	}

	.catalog__header .show-filters {
		display: flex;
	}

	.catalog .show__text,
	.catalog .view__text,
	.catalog .sort__text {
		display: none;
	}

	.filters {
		background: #fff;
		width: 320px;
		height: 100%;
		overflow: scroll;
		transition: 0.3s ease;
		transform: translateX(-100%);
	}

	.filters__header {
		padding: 10px;
		height: auto;
	}

	.filters__title {
		padding-left: 10px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	.filters__hide {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		margin-bottom: 10px;
		font-size: 18px;
	}

	.filters__hide svg {
		transform: rotate(90deg);
	}

	.filters__hide_text {
		margin-left: 10px;
	}

	.filter {
		padding: 0 10px;
	}

	.car {
		padding: 25px 0;
	}

	.car__image {
		max-width: 320px;
		height: 220px;
	}

	.car__content {
		max-width: 400px;
	}

	.car__status {
		margin-bottom: 10px;
	}

	.car__model {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.car__price {
		margin-bottom: 10px;
	}

	.car__info {
		margin-bottom: 10px;
	}

	.car__link {
		font-size: 16px;
	}

	.car .info__name {
		font-size: 15px;
	}

	.car .info__value {
		font-size: 15px;
	}

	.car-breadcrumbs {
		padding: 20px 0;
	}

	.single-car {
		padding: 30px 0;
	}

	.single-car__gallery {
		max-width: 360px;
	}

	.single-car__gallery .slick-prev,
	.single-car__gallery .slick-next {
		width: 40px;
		height: 40px;
	}

	.single-car__gallery .slick-prev {
		left: -20px;
	}

	.single-car__gallery .slick-next {
		right: -20px;
	}
	.single-car__stamp {
		background-size: contain;
		width: 70px;
		height: 50px;
		top: 5px;
		left: 5px;
	}

	.single-car__content {
		max-width: 360px;
	}

	.single-car__status {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.single-car__model {
		font-size: 25px;
	}

	.single-car__price {
		font-size: 25px;
		margin-bottom: 10px;
		padding-bottom: 20px;
	}

	.single-car__info {
		margin-bottom: 10px;
		margin-top: 15px;
	}

	.single-car .info {
		margin-bottom: 5px;
	}

	.single-car .info__name,
	.single-car .info__value {
		font-size: 14px;
	}

	.single-car__tabs {
		margin-top: 30px;
		max-width: 400px;
	}

	.single-car .tab__content {
		font-size: 15px;
	}

	.single-car__about {
		padding: 20px;
	}
	.single-car__wrapinfo {
		max-width: 320px;
		margin-top: 80px;
	}

	.single-car__about .item__text {
		font-size: 15px;
	}
	.single-car__credit-text1 b {
		display: block;
	}
	.single-car__credit-text1 {
		font-size: 12px;
	}
	.single-car__credit-text {
		font-size: 12px;
	}
	.single-car__credits {
		margin-bottom: 20px;
	}

	.single-car__credits._mod .single-car__credit-text {
		font-size: 14px;
	}

	.single-car__credits._mod .single-car__credit-text1 {
		font-size: 20px;
	}

	.similar-cars {
		padding: 30px 0;
	}

	.similar-cars__title {
		margin-bottom: 30px;
		font-size: 30px;
		text-align: center;
	}

	.similar-cars__slider .slick-slide {
		margin-right: 10px;
	}

	.similar-cars__slider .slick-prev,
	.similar-cars__slider .slick-next {
		top: 90px;
	}

	.similar-cars .car {
		max-width: 250px;
	}

	.similar-cars .car__image {
		height: 180px;
		margin-bottom: 10px;
	}

	.similar-cars .car__status {
		font-size: 15px;
	}

	.similar-cars .car__model {
		font-size: 18px;
	}

	.similar-cars .car__price {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.similar-cars .car__info {
		margin-bottom: 10px;
	}

	.blog__search {
		margin-bottom: 0;
	}

	.post {
		padding: 30px 0;
	}

	.post__image {
		max-width: 360px;
		height: 220px;
	}

	.post__image img {
		width: 100%;
	}

	.post__content {
		max-width: 360px;
	}

	.post__date {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.post__title {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.single-post {
		padding: 30px 0;
	}

	.single-post__sidebar {
		display: none;
	}

	.single-post__date {
		font-size: 15px;
		margin-bottom: 10px;
	}

	.single-post__title {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.single-post__subtitle {
		font-size: 20px;
		margin-bottom: 15px;
	}

	.single-post__body {
		padding: 20px 0;
	}

	.how-sell__title {
		margin-bottom: 50px;
	}

	.how-sell__images {
		max-width: 40%;
		margin-bottom: 30px;
	}

	.how-sell__images img {
		width: 100%;
	}

	.how-sell__videowrap {
		height: 160px;
	}

	.how-sell__content {
		max-width: 58%;
	}

	.how-sell__content p,
	.how-sell__content li {
		font-size: 18px;
	}

	.how-sell__content li {
		margin-bottom: 10px;
	}

	.sell-steps__title {
		margin-bottom: 50px;
	}

	.sell-steps .step {
		max-width: 360px;
		margin-bottom: 20px;
	}

	.sell-steps .step__image {
		height: 200px;
	}

	.sell-steps .step__content {
		padding: 20px;
	}

	.sell-steps .step__content p {
		font-size: 18px;
	}

	.commission__title {
		margin-bottom: 30px;
	}

	.commission__header {
		max-width: 360px;
	}

	.commission__content {
		max-width: 360px;
	}

	.commission__content p {
		font-size: 18px;
	}

	.commission__image {
		width: 100%;
	}

	.chanels__title {
		margin-bottom: 30px;
	}

	.chanels__text {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.chanels__gallery {
		margin-top: 30px;
	}

	.chanels__gallery .slide {
		width: 240px;
		height: 200px;
	}

	.delivery__title {
		margin-bottom: 30px;
	}

	.delivery__image {
		max-width: 360px;
	}

	.delivery__image img {
		width: 100%;
	}

	.delivery__content {
		font-size: 18px;
		max-width: 360px;
	}

	.trust__title {
		margin-bottom: 30px;
	}

	.trust .item {
		max-width: 360px;
		margin-bottom: 20px;
	}

	.trust .item__image {
		height: 200px;
	}

	.trust .item__content {
		padding: 20px;
	}

	.offer {
		background-size: 100%;
		padding-top: 200px;
	}

	.offer__form {
		padding: 30px 0;
	}

	.form .input {
		font-size: 16px;
	}

	.form-offer__title {
		margin-bottom: 30px;
	}

	.buyout__container {
		align-items: flex-start;
	}

	.buyout__title {
		margin-bottom: 50px;
	}

	.buyout__content {
		max-width: 360px;
	}

	.buyout__form {
		max-width: 360px;
		padding: 20px 40px;
	}

	.buyout__form_decor {
		left: 50%;
		top: auto;
		bottom: 0;
		transform: translate(-50%, 50%) rotate(-90deg);
	}

	.buyout__text {
		font-size: 18px;
		margin-bottom: 30px;
	}

	.buyout .item {
		margin-bottom: 20px;
	}

	.buyout .item__text {
		width: calc(100% - 80px);
	}

	.fast-sell__title {
		margin-bottom: 30px;
	}

	.fast-sell .step {
		margin-bottom: 30px;
	}

	.fast-sell .step__image {
		max-width: 370px;
		min-height: 300px;
	}

	.fast-sell .step__content {
		max-width: 370px;
		padding: 20px 40px;
	}

	.contacts {
		font-size: 16px;
	}

	.contacts__content {
		max-width: 300px;
	}

	.contacts__info {
		padding: 30px;
	}

	.contacts__social {
		padding: 30px;
	}

	.contacts__map {
		max-width: 420px;
	}

	.footer__main {
		padding: 50px 0;
	}

	.footer__car {
		width: 50%;
	}

	.footer__car img {
		width: 100%;
		top: auto;
		left: auto;
		right: auto;
		transform: none;
	}

	.footer__contacts {
		text-align: left;
	}

	.footer__block {
		max-width: 50%;
	}

	.footer__block:last-child {
		width: 100%;
		max-width: 100%;
	}

	.footer__block:last-child .footer__menu {
		display: flex;
		max-width: 100%;
		width: 100%;
		justify-content: space-between;
	}

	.about .item__image,
	.about .item__video,
	.about .item__content {
		max-width: 360px;
	}
	.about .item__video {
		height: 200px;
	}

	.about .item {
		margin-bottom: 50px;
	}

	.about .item:last-child {
		margin-bottom: 0px;
	}

	.mission__title {
		margin-bottom: 50px;
	}

	.mission__content {
		padding: 40px;
		max-width: 360px;
	}

	.mission__image img {
		transform: translateX(-180px);
	}

	.values__title {
		margin-bottom: 50px;
	}

	.values__content {
		padding: 20px;
		max-width: 400px;
		top: 0;
	}

	.team__title {
		margin-bottom: 50px;
	}

	.team .item {
		margin: 0 10px;
	}

	.reviews__title {
		margin-bottom: 50px;
	}

	.review {
		max-width: 350px;
		padding: 30px;
	}

	.reviews .slick-prev,
	.reviews .slick-next {
		top: -10px;
	}

	.reviews .slick-prev {
		right: auto;
		left: 50%;
		margin-left: -70px;
	}

	.reviews .slick-next {
		right: 50%;
		margin-right: -80px;
	}

	/*CREDIT*/
	.credit .item {
		max-width: 360px;
	}

	.credit .item__body {
		padding: 20px;
		padding-top: 40px;
	}

	/*FAQ*/
	.faq .item {
		margin-bottom: 15px;
	}

	.faq .item__header {
		padding-left: 20px;
		padding-right: 50px;
	}

	.faq .item__toggle {
		right: 20px;
	}

	.faq .item__body {
		padding: 0 20px;
	}

	.faq .item.active .item__body {
		padding: 20px;
		padding-top: 0;
	}

	/*PAGE AUTOSERVICE*/
	.autoservice-info__container {
		justify-content: center;
	}

	.autoservice-info__title {
		margin-bottom: 50px;
	}

	.autoservice-info__image,
	.autoservice-info__content {
		max-width: 360px;
		width: 100%;
	}

	.autoservice-info__image img {
		width: 100%;
	}

	.autoservice-info__content h3 {
		margin-bottom: 20px;
	}

	.autoservice-info__content ul li {
		margin-bottom: 20px;
	}

	.autoservice-services__title {
		margin-bottom: 50px;
		order: 1;
	}

	.autoservice-services__image {
		text-align: center;
		width: 100%;
		order: 2;
	}

	.autoservice-services__content {
		width: 100%;
		order: 3;
	}

	.accessories__title {
		text-align: center;
	}

	.accessories .item {
		max-width: 360px;
	}
	.accessories .item__image {
		height: 160px;
	}

	.euro-models__items {
		justify-content: space-around;
	}

	.euro-models .item {
		margin-bottom: 30px;
	}

	.euro-steps {
		text-align: center;
	}

	.euro-steps__items {
		justify-content: space-around;
	}

	.euro-steps .item {
		margin-right: 0;
	}

	.euro-steps .item__icon {
		margin: 0 auto;
		margin-bottom: 20px;
	}

	.euro-steps .item__icon:before {
		display: none;
	}

	.euro-steps__btn {
		margin: 0 auto;
	}

	.euro-why__content {
		max-width: 360px;
	}

	.euro-why__content li,
	.euro-why__content p {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.euro-why__header {
		max-width: 360px;
	}

	.euro-why__video {
		height: 180px;
	}

	.special__container {
		gap: 20px;
	}

	/*ORDER PAGE*/

	.order-heading {
		background-size: 1260px;
		min-height: 500px;
	}

	.order-heading__title {
		font-size: 30px;
	}

	.order-process__items {
		max-width: 360px;
		z-index: 10;
	}

	.order-process__image {
		max-width: 360px;
	}

	.order-process .item__icon {
		margin-right: 10px;
	}

	.order-process .item__text {
		max-width: 270px;
	}

	.order-process__text p {
		max-width: 540px;
		font-size: 20px;
		line-height: 130%;
	}

	.order-when .item {
		max-width: 240px;
	}

	.order-when .item__image {
		height: 300px;
		margin-bottom: 20px;
	}

	.order-why__content {
		max-width: 360px;
	}
	.order-why__content li {
		padding-left: 25px;
	}

	.order-why__image {
		max-width: 360px;
		background-size: cover;
	}

	.order-why__content li {
		margin-bottom: 10px;
	}

	.order-why__content li:before {
		left: 10px;
		top: 9px;
	}

	.order-why__content li {
		margin-bottom: 20px;
	}

	.order-how__title {
		margin-bottom: 50px;
	}

	.order-how .item {
		max-width: 360px;
		margin-bottom: 20px;
	}

	.order-how .item__content {
		padding: 30px;
	}

	.order-how .item__image {
		background-size: cover;
		height: 200px;
	}

	.order-how .item:last-child .item__image,
	.order-how .item:last-child .item__content {
		max-width: 360px;
	}

	.order-tesla {
		background: #f6f6f6 calc(50% + 220px) 50% no-repeat;
		background-size: 700px;
	}

	.order-tesla__content {
		max-width: 320px;
	}

	.rent-heading__title {
		font-size: 30px;
	}

	.rent-heading {
		background-size: 1260px;
		background-position: 50% 0;
		background-repeat: no-repeat;
	}
	.rent-heading__container {
		min-height: 400px;
	}

	.rent-advantages .item {
		margin-bottom: 20px;
	}

	.rent-advantages .item__text {
		font-size: 16px;
	}

	.rent-advantages {
		padding-top: 60px;
	}

	.rent-advantages__image {
		max-width: 360px;
		height: 360px;
	}

	.rent-models .item {
		max-width: 220px;
		margin: 0 10px;
	}

	.rent-models .item__image {
		height: 170px;
	}

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

	.rent-when__title {
		margin-bottom: 50px;
	}

	.rent-when .item {
		max-width: 240px;
	}

	.rent-when .item__image {
		height: auto;
		margin-bottom: 10px;
	}

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

	.rent-what .buy__image {
		transform: none;
	}

	.rent-what .buy__image img {
		width: 100%;
	}

	.rent-event__image {
		max-width: 360px;
		background-size: cover;
		height: 350px;
	}

	.rent-event__content h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}

	.rent-event__btn {
		margin-top: 20px;
		padding: 0 5px;
	}

	.rent-event__content {
		max-width: 360px;
	}

	.rent-model {
		padding: 0;
	}

	.rent-model__gallery {
		max-width: 360px;
	}

	.rent-model__content {
		max-width: 360px;
	}

	.rent-model__title {
		font-size: 25px;
		margin-bottom: 15px;
	}

	.rent-model__info .item__text {
		font-size: 15px;
	}

	.rent-model__info .item {
		margin-bottom: 10px;
	}

	.rent-model__prices {
		margin-bottom: 20px;
	}
	.rent-model__prices .item {
		flex-basis: 70px;
		font-size: 12px;
	}

	.rent-calc__wrap {
		padding: 20px;
	}

	.rent-calc__info .item__select {
		width: 340px;
		margin-bottom: 20px;
	}

	.rent-calc__info .item__input {
		width: 240px;
	}

	.gallery-for__photo_link {
		min-height: 240px;
	}

	.single-post__body p {
		font-size: 19px;
	}
	.catalog-seoblock h2 {
		font-size: 34px;
	}

	.teslamarket .banner {
		width: calc((100% - 30px) / 2);
	}

	.teslamarket .slick-dotted.slick-slider {
		margin-bottom: 20px;
	}
	.teslamarket__slider {
		margin-bottom: 20px;
	}
	.teslamarket__title{
		font-size: 40px;
	}

	.telegram-channel {
		padding: 20px;
		background-size: 50%;
	}

	.telegram-channel__content {
		gap: 20px;
	}

	.telegram-channel__title {
		font-size: 30px;
	}
}

@media only screen and (max-width: 760px) {
	body {
		font-size: 15px;
		line-height: 22px;
		padding-top: 35px;
	}

	/* отображается топлайн */
	body.show_topline {
		padding-top: 75px;
	}

	body.single-car,
	body.single {
		padding-top: 50px;
	}

	/* отображается топлайн */
	body.single-car.show_topline,
	body.single.show_topline {
		padding-top: 90px;
	}

	h2 {
		font-size: 25px;
	}

	h2 br {
		display: none;
	}

	h3 {
		font-size: 20px;
	}

	.subm {
		padding: 0 15px;
	}

	.form .input {
		padding-left: 45px;
		font-size: 14px;
	}

	.form .input__wrap {
		margin-bottom: 10px;
	}

	.section {
		padding: 30px 0;
	}

	.container {
		max-width: 340px;
	}

	.header.active .topline__btn {
		transform: none;
	}

	.header__menu {
		z-index: 99;
		top: 51px;
		height: calc(100% - 130px);
	}

	.header__menu .sub-menu {
		font-size: 12px;
		line-height: 110%;
		padding: 0;
	}

	.header__sale-bg--tablet {
		display: none;
	}

	.header__sale-bg--mobile {
		display: block;
	}

	.topline {
		font-size: 12px;
		padding-right: 0;
		z-index: 999;
		padding: 10px 0;
		max-height: 60px;
	}
	.header .show-menu{
		width: 37px;
		height: 37px;
		padding: 9px;
	}
	.header.active .show-menu span:nth-child(3) {
		transform: rotate(45deg) translate(-5px,-5px);
	}
	.header.active .show-menu span:nth-child(1) {
		transform: rotate(-45deg) translate(-4px,4px);
	}

	/* .topline__logo {
		margin-left: -15px;
	} */

	.topline__models {
		height: calc(100% - 130px);
		top: 59px;
	}

	.topline__lang a {
		margin: 0 2px;
	}

	.topline__phone {
		margin-right: 40px;
		font-weight: 400;
		font-size: 12px;
		font-weight: 700;
	}

	.topline__phones {
		margin-left: 0;
		width: 238px;
		margin-right: -3px;
	}
	.topline__logo img {
		width: 90px;
	}

	.topline__btn {
		position: fixed;
		bottom: 0;
		left: 0;
		height: 80px;
		width: 100%;
		margin: 0 auto;
		font-size: 20px;
		justify-content: center;
		border-radius: 0;
		background: #e03333;
		color: #fff;
		transform: translateY(300%);
		z-index: 99999;
	}

	.topline__btn_icon {
		margin-right: 10px;
	}

	.topline__btn_icon {
		background: #fff;
	}

	.topline__btn_icon svg path {
		fill: #e03333;
	}

	.topline__models {
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.topline__models li {
		width: 160px;
		text-align: left;
		font-size: 16px;
		line-height: 125%;
	}


	.header__menu {
		flex-wrap: wrap;
		align-items: flex-start;
	}

	.header__menu li {
		width: 100%;
		text-align: left;
		font-size: 16px;
		line-height: 125%;
		margin: 8px 0;
	}

	.header__menu>li>a {
        font-size: 18px;
	}

	.header__menu .sub-menu li {
		font-size: 16px;
	}


	.heading {
		padding-top: 0;
	}

	.heading__container {
		max-width: 100%;
		padding: 0;
	}

	.heading__content {
		height: 150px;
		padding-top: 30px;
	}

	.heading__title {
		font-size: 30px;
	}

	.heading__decor {
		width: 80px;
		height: 80px;
	}

	.heading__decor svg {
		width: 40px;
	}

	.mainheading__title {
		font-size: 35px;
	}

	.mainheading .slide {
		height: 400px;
	}

	.mainheading .slide .item__text {
		font-size: 16px;
	}

	.mainheading .slide .item__text b,
	.mainheading .slide .item__text strong {
		font-size: 20px;
	}

	.mainheading .slide .item {
		height: auto;
	}

	.buy {
		padding-top: 50px;
	}

	.buy__image img {
		width: 100%;
	}

	.own .item {
		max-width: 100%;
		text-align: center;
	}

	.order__image {
		width: 100%;
	}

	.order__image img {
		width: 100%;
		height: auto;
	}

	.order__form {
		width: 100%;
		padding: 30px;
	}

	.form .input {
		height: 50px;
		line-height: 50px;
		font-size: 16px;
	}

	.form-order {
		text-align: center;
	}

	.form-order__title {
		font-size: 16px;
		margin-bottom: 35px;
	}

	.form-order__subtitle {
		margin-bottom: 15px;
	}

	.home-reviews {
		padding-bottom: 30px;
	}

	.home-reviews__items .slick-list {
		padding: 25px 0;
	}

	.home-reviews .slick-dots button,
	.home-reviews .slick-dots li:last-child:before,
	.home-reviews__link {
		font-size: 16px;
	}

	.home-reviews__link {
		margin-top: 30px;
		margin-right: auto;
	}

	.tesla {
		background: #f6f6f6 50% 250px no-repeat;
		background-size: 500px;
	}

	.tesla__title {
		text-align: center;
	}

	.tesla__content {
		margin-top: 0;
	}

	.tesla__text {
		margin-top: 30px;
		font-size: 18px;
		text-align: center;
		margin-bottom: 170px;
	}

	.tesla__fact {
		margin-bottom: 30px;
		margin-top: 30px;
	}

	.tesla__text2 {
		margin-bottom: 30px;
		text-align: center;
	}

	.tesla .author {
		margin-bottom: 10px;
	}

	.tesla .block {
		text-align: center;
		width: 100%;
	}

	.tesla .block__content {
		padding: 20px;
	}

	.tesla .block-economy {
		padding: 20px;
		padding-bottom: 130px;
		background-position: 50% 100%;
	}

	.tesla .block-security {
		padding: 20px;
		padding-bottom: 180px;
		background-position: 100% 100%;
		background-size: 350px;
	}

	.models__nav {
		margin: 30px 0;
	}

	.models .model {
		padding: 0 10px;
		padding-bottom: 10px;
	}

	.models .model__image {
		margin-bottom: 10px;
		width: 100%;
	}

	.models .slide__image {
		width: 100%;
	}

	.models .slide__content {
		width: 100%;
		padding-left: 0;
	}

	.models .slide__content li:before {
		top: 9px;
	}

	.fullbg {
		height: 250px;
	}

	.teslapark__title {
		margin-bottom: 30px;
	}

	.teslapark .block__image {
		width: 100%;
		order: 1;
	}

	.teslapark .block__content {
		order: 2;
	}

	.teslapark .block:nth-child(odd) .block__image {
		order: 1;
	}

	.why__title {
		margin-bottom: 30px;
	}

	.why__subtitle {
		font-size: 16px;
		margin-bottom: 30px;
	}

	.why .item {
		padding-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	.why .item__title {
		min-height: auto;
		margin-bottom: 10px;
	}

	.why .item__title br {
		display: none;
	}

	.why .item__image {
		margin-bottom: 10px;
	}

	.service__title {
		margin-bottom: 30px;
	}

	.service__title br {
		display: none;
	}

	.service .item {
		margin-bottom: 20px;
	}

	.service .item__icon {
		margin-right: 10px;
		width: 60px;
		height: 60px;
	}

	.service .item__text {
		width: calc(100% - 70px);
	}

	.service .line {
		margin: 30px 0;
	}

	.service .block-services__title {
		margin-bottom: 30px;
	}

	.service .block-services__title br {
		display: none;
	}

	.service .block-services__items {
		width: 100%;
	}

	.service .block-services__image {
		width: 100%;
	}

	.service .block-services__image img {
		transform: none;
		width: 100%;
	}

	.purchase-terms__title {
		margin-bottom: 30px;
	}

	.purchase-terms__subtitle {
		margin-bottom: 30px;
	}

	.purchase-terms .item__header {
		padding-left: 10px;
		padding-right: 40px;
	}

	.purchase-terms .item__toggle {
		right: 10px;
	}

	.purchase-terms .item__title {
		width: calc(100% - 50px);
	}

	.test-drive {
		background-size: cover;
	}

	.test-drive__form {
		padding: 30px;
		text-align: center;
	}

	.test-drive .subm {
		margin-bottom: 0;
	}

	.form-test-drive__title {
		margin-bottom: 10px;
		font-size: 23px;
		margin-bottom: 30px;
	}

	.catalog__header {
		font-size: 14px;
	}

	.catalog__header .show-filters {
		/* padding: 0;
		width: 30px; */
		height: 30px;
	}

	/* .catalog__header .show-filters__text {
		display: none;
	} */

	.catalog__header .view__type,
	.catalog__header .show__type {
		width: 30px;
		height: 30px;
		margin: 0 2px;
	}

	.catalog__header .sort__select {
		height: 30px;
		width: 110px;
		margin: 0;
		font-size: 12px;
	}

	.filters {
		width: 300px;
	}

	.filters__header {
		padding: 10px;
	}

	.car {
		padding: 20px 0;
	}

	.car .info__name,
	.car .info__value {
		font-size: 12px;
	}

	.single-car {
		padding-top: 0;
	}

	.single-car__gallery {
		margin-bottom: 10px;
	}

	.single-car__model {
		font-size: 20px;
	}

	.single-car__price {
		font-size: 20px;
	}

	.single-car .info__name,
	.single-car .info__value {
		font-size: 12px;
	}

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

	.single-car .tab__name {
		font-size: 15px;
		padding-bottom: 10px;
	}

	.single-car .tab__content {
		font-size: 14px;
	}

	.single-car__about {
		padding: 20px 10px;
		margin-top: 40px;
	}

	.single-car__about__text {
		font-size: 14px;
		max-width: calc(100% - 45px);
	}
	.single-car__wrapinfo {
		margin-top: 20px;
	}
	.single-car__credit-text1 b {
		display: block;
	}

	.form-search .input {
		width: 100%;
		padding-left: 10px;
	}

	.form-search .subm {
		margin-top: 10px;
		max-width: 100%;
		height: 50px;
	}

	.blog__footer {
		margin-top: 20px;
	}

	.blog__categories_text {
		width: 100%;
		text-align: center;
		font-size: 20px;
	}

	.blog__category {
		padding: 5px;
		margin: 0 5px;
		margin-bottom: 5px;
	}

	.post {
		padding: 20px 0;
	}

	.post__image {
		height: 200px;
	}

	.post__title {
		font-size: 18px;
	}

	.post__text {
		margin-bottom: 10px;
	}

	.single-post {
		padding-top: 0;
	}

	.single-post__date {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.single-post__title {
		font-size: 25px;
		margin-bottom: 10px;
	}

	.single-post__body h2 {
		font-size: 22px;
		line-height: 150%;
	}

	.single-post__subtitle {
		font-size: 16px;
	}

	.single-post .share {
		padding: 20px 10px;
	}

	.single-post .share__title {
		font-size: 18px;
	}

	.single-post .share__button {
		margin: 0 5px;
		width: 130px;
		font-size: 16px;
	}

	.single-post .facts {
		padding: 20px 10px;
	}

	.single-post .facts__title br {
		display: none;
	}

	.single-post .facts__subtitle {
		font-size: 16px;
	}

	.single-post .facts__btn {
		margin-bottom: 10px;
	}

	.single-post .facts img {
		display: none;
	}

	.single-post .similar-posts__title {
		font-size: 25px;
		margin-bottom: 10px;
		text-align: center;
	}

	.single-car__credits._mod {
		column-gap: 5px;
	}

	.single-car__credits._mod .single-car__credit-text {
		font-size: 13px;
	}

	.single-car__credits._mod .single-car__credit-text1 {
		font-size: 18px;
		margin-bottom: 2px;
	}

	.how-sell__images {
		max-width: 100%;
	}

	.how-sell__images img {
		margin-bottom: 10px;
	}

	.how-sell__content {
		max-width: 100%;
	}

	.how-sell__content p,
	.how-sell__content li {
		font-size: 16px;
	}

	.how-sell .btn {
		padding: 0 10px;
		font-size: 14px;
		height: 40px;
		margin-top: 30px;
	}

	.sell-steps__title {
		margin-bottom: 30px;
	}

	.sell-steps .step__image {
		height: 180px;
	}

	.sell-steps .step__content {
		padding: 10px;
	}

	.sell-steps .step p {
		font-size: 16px;
	}

	.commission__content p {
		font-size: 16px;
	}

	.chanels__gallery .slide {
		width: 33%;
		height: 100px;
	}

	.delivery__content {
		font-size: 16px;
	}

	.trust .item__image {
		height: 180px;
	}

	.trust .item__content {
		padding: 10px;
	}

	.offer__form {
		padding: 20px 10px;
	}

	.buyout__title {
		margin-bottom: 30px;
	}

	.buyout__text {
		font-size: 16px;
	}

	.buyout__content {
		margin-bottom: 30px;
	}

	.buyout__form {
		padding: 20px 10px;
	}

	.buyout__form_decor {
		display: none;
	}

	.form-buyout__title {
		text-align: center;
		font-size: 20px;
		margin-bottom: 10px;
	}

	.form-buyout__subtitle {
		text-align: center;
		margin-bottom: 10px;
	}

	.fast-sell .step__image {
		order: 1;
		min-height: 250px;
	}

	.fast-sell .step__content {
		text-align: center;
		order: 2;
		padding: 20px 10px;
		padding-top: 40px;
	}

	.fast-sell .step:nth-child(even) .step__image {
		order: 1;
	}

	.fast-sell .step:nth-child(even) .step__content {
		order: 2;
	}

	.fast-sell .step__number {
		top: auto;
		bottom: 0;
		right: auto;
		left: 50%;
		transform: translate(-50%, 50%);
	}

	.contacts__content {
		max-width: 100%;
		margin-bottom: 20px;
	}

	.contacts__info {
		padding: 20px;
	}

	.contacts__social {
		padding: 20px;
	}

	.contacts__map {
		height: 400px;
	}

	.footer__main {
		justify-content: center;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.footer__car {
		width: 100%;
		height: 200px;
	}

	.footer__block {
		margin-bottom: 20px;
		width: 100%;
		max-width: 100%;
		text-align: center;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.footer__block_title {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer__menu {
		flex-wrap: wrap;
	}

	.footer__menu li {
		width: 100%;
		margin-bottom: 10px;
	}

	.footer__bottom {
		padding: 20px 0;
		justify-content: center;
	}

	.footer__social {
		margin-top: 20px;
	}

	.footer__developed {
		margin-top: 10px;
	}

	.modal-form {
		width: 320px;
		padding: 20px;
	}

	.modal-leave .modal-form {
		width: 94%;
		margin: 0 auto;
		padding: 20px;
	}

	.about .item:nth-child(even) .item__image {
		order: 2;
	}

	.about .item:nth-child(even) .item__content {
		order: 1;
	}

	.about .item {
		margin-bottom: 30px;
	}

	.about .item__content {
		margin-bottom: 20px;
	}

	.mission__image img {
		transform: none;
	}
	.mission__content {
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		padding: 20px;
	}

	.mission__title {
		margin-bottom: 25px;
	}

	.values__title {
		margin-bottom: 25px;
	}

	.values__image img {
		transform: none;
	}

	.values__content {
		position: relative;
		left: auto;
		top: auto;
	}

	.reviews__items {
		margin: 0;
	}

	.review {
		margin: 0;
		padding: 20px;
	}

	.reviews__bg {
		position: relative;
		bottom: auto;
		left: auto;
		height: 120px;
	}

	.reviews .slick__prev {
		margin-left: -80px;
	}

	.team .item {
		margin: 0;
		margin-bottom: 20px;
	}

	/*CREDIT*/
	.credit .item {
		margin-bottom: 20px;
	}
	.credit .item__image {
		height: 120px;
	}

	.credit .item__body {
		padding: 10px;
		padding-top: 40px;
	}

	.credit .item__btn {
		max-width: calc(100% - 20px);
	}

	/*FAQ*/
	.faq__title {
		margin-bottom: 30px;
	}

	.faq__subtitle {
		margin-bottom: 30px;
	}

	.faq .item__header {
		padding-left: 10px;
		padding-right: 40px;
		height: auto;
		padding-top: 10px;
		padding-bottom: 10px;
	}

	.faq .item__toggle {
		right: 10px;
	}

	.faq .item__title {
		width: calc(100% - 50px);
		font-size: 16px;
	}

	/*PAGE AUTOSERVICE*/
	.autoservice-services__image img {
		width: 100%;
	}

	.autoservice-services__content ul {
		columns: 1;
	}

	.autoservice-services__content li {
		margin-bottom: 10px;
		padding-left: 15px;
	}

	.autoservice-repair .step__content li {
		text-align: left;
		margin-bottom: 10px;
		padding-left: 15px;
	}
	.autoservice-repair .btn {
		font-size: 13px;
	}

	.accessories__title {
		font-size: 24px;
	}
	.accessories .item {
		margin-bottom: 30px;
	}

	.accessories .item__image {
		height: 140px;
	}

	.accessories .item__body {
		padding: 20px 10px;
		padding-top: 40px;
	}

	.accessories .item__body li {
		margin-bottom: 10px;
		padding-left: 15px;
	}

	.autoservice-spa__image img {
		transform: none;
	}

	.autoservice-spa__subtitle {
		margin-bottom: 30px;
	}
	.autoservice-spa__content {
		position: relative;
		right: auto;
		top: auto;
		transform: none;
		padding: 20px;
	}

	.autoservice-spa__title {
		margin-bottom: 25px;
	}

	.autoservice-spa__content ul {
		columns: 1;
	}

	.autoservice-spa__content li {
		margin-bottom: 10px;
		padding-left: 15px;
	}

	/*PAGE EURO*/

	.mainheading.euro-heading .slide .item__text p,
	.mainheading.euro-heading .slide .item__text p strong {
		font-size: 14px;
	}

	.euro-heading .mainheading__title {
		font-size: 25px;
	}

	.euro-gallery__title {
		margin-bottom: 30px;
	}

	.euro-gallery__items {
		display: block;
	}

	.euro-gallery__items img {
		margin-bottom: 10px;
		display: block;
		width: 100%;
		height: auto;
	}

	.euro-models .item__image {
		margin-bottom: 20px;
	}

	.euro-models .item__text {
		margin-bottom: 20px;
		font-size: 20px;
	}

	.euro-steps .item {
		margin-bottom: 30px;
	}

	.euro-steps__title {
		margin-bottom: 30px;
	}

	.euro-steps .item__icon {
		margin-bottom: 10px;
	}

	.euro-steps .item__title {
		margin-bottom: 10px;
		font-size: 20px;
	}

	.euro-why__video {
		margin-top: 20px;
		height: 160px;
	}

	.euro-why__header {
		order: 1;
	}

	.euro-why__content {
		order: 2;
		margin-top: 20px;
	}

	.euro-why__content h3 {
		margin-bottom: 20px;
	}

	.euro-why__content li {
		padding-left: 30px;
	}

	.euro-why__content li,
	.euro-why__content p {
		font-size: 14px;
		margin-bottom: 10px;
	}

	.special__container {
		flex-wrap: wrap;
	}

	.special__btn,
	.special__text {
		margin-top: 20px;
	}

	.page-europe .order__image {
		display: none;
	}
	.mainheading .slide .item__text p strong {
		font-size: 22px;
		margin-bottom: 5px;
	}

	.chanels .slick-prev {
		left: calc(50% - 160px);
	}
	.chanels .slick-next {
		right: calc(50% - 160px);
	}

	.section-404 .title b {
		font-size: 75px;
	}

	.reviews__items {
		margin-left: -20px;
		margin-right: -20px;
	}

	.reviews .slick-slide {
		margin: 0 20px;
	}

	.review {
		box-shadow: 0px 4px 20px rgb(0 0 0 / 5%);
	}

	.models .slide__image {
		min-height: 320px;
	}

	.single-car__tabs .tabs__nav .slick-track {
		transform: none !important;
	}
	.modal-form__title {
		font-size: 26px;
		margin-bottom: 30px;
	}
	.faq .item__body p {
		padding-left: 40px;
	}
	.faq .item.active .item__body {
		padding-bottom: 0;
	}

	.filters__footer {
		display: block;
	}

	.filters__footer_btn {
		height: 50px;
		justify-content: center;
		border-radius: 0;
	}

	.order-heading {
		background-size: 700px;
		min-height: 350px;
		background-position: 50% 100%;
		background-repeat: no-repeat;
	}

	.order-heading__title {
		font-size: 26px;
	}

	.order-process .item {
		margin-bottom: 20px;
	}

	.order-process .item__icon {
		width: 60px;
		height: 60px;
	}

	.order-process .item__text {
		max-width: 250px;
	}

	.order-process__text {
		padding: 20px;
		text-align: center;
		justify-content: center;
	}

	.order-process__image {
		width: 100%;
		margin-top: 30px;
	}

	.order-process__image img {
		width: 100%;
		transform: none;
	}

	.order-process__text p {
		font-size: 16px;
		margin-top: 20px;
	}

	.order-when .item {
		max-width: 100%;
		margin-bottom: 70px;
	}

	.order-when .item:last-child {
		margin-bottom: 0;
	}

	.order-why__title {
		margin-bottom: 20px;
	}

	.order-why__image {
		height: 300px;
		margin-bottom: 20px;
	}

	.order-how .item:last-child .item__image {
		height: 200px;
	}

	.order-tesla {
		background: #f6f6f6 50% 100% no-repeat;
		background-size: 500px;
		padding-bottom: 200px;
	}

	.order-tesla__title {
		margin-bottom: 20px;
	}

	.order-tesla__content {
		margin-bottom: 50px;
	}

	.rent-heading {
		background-size: 760px;
		padding-top: 50px;
		padding-bottom: 0;
	}

	.rent-heading__title {
		font-size: 18px;
	}

	.rent-heading__container {
		min-height: 250px;
	}

	.rent-advantages__image {
		margin-top: 50px;
		height: 320px;
	}

	.rent-advantages__image:before {
		left: 50%;
		top: 100%;
	}

	.rent-what {
		padding-top: 50px;
	}

	.rent-what .buy__image {
		order: 1;
	}

	.rent-what .buy__content {
		order: 2;
	}

	.rent-event__btn {
		font-size: 16px;
		padding: 0 20px;
	}

	.rent-models {
		padding-top: 50px;
	}

	.rent-models .item {
		margin-bottom: 30px;
	}

	.rent-when .item {
		max-width: 100%;
		margin-bottom: 40px;
	}

	.rent-event__image {
		height: 320px;
		margin-bottom: 20px;
	}

	.rent-event__content {
		text-align: center;
	}

	.rent-model__content {
		margin-top: 30px;
	}

	.rent-model__title {
		text-align: center;
	}

	.rent-model__info .item__icon {
		margin-right: 5px;
	}

	.rent-model__info .item__text {
		font-size: 12px;
	}

	.rent-model__prices .item {
		flex-basis: 80px;
	}

	.rent-model__prices .item:last-child {
		flex-basis: 100%;
		display: flex;
	}

	.rent-model__prices .item:last-child .item__text,
	.rent-model__prices .item:last-child .item__price {
		width: 50%;
	}
	.rent-model__prices .item:last-child .item__text {
		border-bottom: none;
		border-right: 1px solid #d8d8d8;
	}

	.rent-calc__title {
		text-align: center;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.rent-calc__info .item__select {
		width: 300px;
	}

	.rent-calc__info .item__input {
		width: 140px;
	}

	.rent-calc__wrap {
		padding: 20px 10px;
	}

	.rent-calc__btn {
		width: 100%;
		margin-top: 20px;
	}

	.rent-model__info .item {
		width: 100%;
	}

	.gallery-for__photo_link {
		min-height: 215px;
	}

	.single-post__body p {
		font-size: 16px;
	}

	.single-post__body h3 {
		font-size: 20px;
	}

	.catalog-faq .item__question p {
		font-size: 22px;
	}

	.catalog-faq .item__arr {
		width: 20px;
		height: 20px;
		top: calc(50% - 10px);
	}

	.catalog-faq .item {
		padding: 20px;
	}

	.magnet__content {
		width: 100%;
		max-width: 400px;
	}
	.magnet__text {
		font-size: 18px;
	}
	.magnet__text1 {
		font-size: 13px;
	}
	.magnet__input {
		height: 40px;
	}
	.magnet__wrap {
		margin-top: 10px;
	}
	.magnet__text3 {
		font-size: 12px;
		min-width: 70px;
		flex-shrink: 0;
	}
	.magnet__input {
		width: 100%;
	}
	.magnet__text4 {
		font-size: 13px;
	}
	.intl-tel-input {
		width: 100%;
	}
	.article__screen {
		width: 150px;
		height: 318px;
	}
	.catalog-seoblock h2 {
		font-size: 24px;
	}
	.catalog-seoblock h3 {
		font-size: 18px;
	}

	.teslamarket__title {
		font-size: 24px;
		text-align: center;
	}

	.teslamarket .slide {
		padding: 20px;
		height: 390px;
		display: flex !important;
        flex-direction: column;
	}

	.teslamarket .slide__title {
		margin-bottom: 22px;
		font-size: 22px;
		text-align: center;
	}

	.teslamarket .slide__btn {
		margin: 0 auto;
	}

	.teslamarket .slick-dots {
		bottom: 15px;
		padding-left: 0;
		width: fit-content;
        left: 50%;
        transform: translateX(-50%);
	}

	.teslamarket__slider .slick-dots li {
		background: #E9E9E9;
		opacity: 1;
	}

	.teslamarket__slider .slick-dots li.slick-active {
		background: #E03333;
	}

	.teslamarket__banners {
		gap: 10px;
	}

	.teslamarket .banner {
		width: calc(50% - 5px);
		padding: 20px 10px;
		height: 150px;
	}

	.teslamarket .banner__title {
		font-size: 18px;
	}

	.teslamarket {
		padding-top: 40px;
	}

	.teslamodels {
		padding-top: 0;
	}

	.teslamodels__title p {
		margin-top: 10px;
		font-size: 16px;
	}

	.teslamodels .car {
		max-width: 320px;
	}

	.teslamodels .car__model {
		min-height: 55px;
	}

	.teslamodels .car__link {
		width: 100%;
	}

	.teslamodels .item {
		padding: 30px 0;
	}
	.btn-white {
		margin-right: -10px;
	}

	.language-selection__wrap {
		width: 100%;
		padding: 50px 30px;
	}

	.language-selection__title {
		font-size: 22px;
	}

	.language-selection .topline__lang {
		position: relative;
		right: auto;
		width: 100%;
		top: auto;
		padding: 0;
		transition: .3s ease;
		transform: translateX(0);
	}
	.topline__phones{
		display: none;
		position: fixed;
		top:0;
		left:0;
		width: 100%;
		height: 60px;
		background: #fff;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		z-index: 10000;
	}
	.topline__phones.active{
		display: flex;
	}
	.topline__phones .cross{
		position: absolute;
		content:'';
		width: 30px;
		height: 30px;
		top:10px;
		right:10px;
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 6L6 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 6L18 18' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		cursor:pointer;
		background-size: contain;
		background-repeat: no-repeat;
		background-position: 50% 50%;
	}
	.topline__phone{
		margin-right: 0;
	}
	.topline__currentlang{
		width: 37px;
		height: 37px;
		padding: 8px;
	}
	.topline__phonebtn{
		background: #fff;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 37px;
		height: 37px;
		border-radius: 50%;
		padding: 10px;
	}
	.topline__phonebtn span{
		background-image: url("data:image/svg+xml,%0A%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 3C2 2.44772 2.44772 2 3 2H5.15287C5.64171 2 6.0589 2.35341 6.13927 2.8356L6.87858 7.27147C6.95075 7.70451 6.73206 8.13397 6.3394 8.3303L4.79126 9.10437C5.90756 11.8783 8.12168 14.0924 10.8956 15.2087L11.6697 13.6606C11.866 13.2679 12.2955 13.0492 12.7285 13.1214L17.1644 13.8607C17.6466 13.9411 18 14.3583 18 14.8471V17C18 17.5523 17.5523 18 17 18H15C7.8203 18 2 12.1797 2 5V3Z' fill='black'/%3E%3C/svg%3E%0A");
		background-size: contain;
		background-repeat: no-repeat;
		width: 100%;
		height: 100%;
		border-radius: 50%;
	}
	.topline__phones .cross{
		display: block;
	}

	br._desctop {
		display: none;
	}
	br._mobile {
		display: block;
	}

	.telegram-channel {
		padding-bottom: 200px;
		background-size: 100%;
	}

	.telegram-channel__title {
		font-size: 20px;
	}

	.telegram-channel__text {
		font-size: 16px;
	}
	.telegram-channel__button {
		padding: 0 20px;
	}
}
