/********** For Mobile ********/
@media screen and (max-width: 960px) {
	.section-cars--content.section-content {
		flex-flow: wrap;
		justify-content: space-between;
	}

	.section-cars--left {
		flex: 1 0 100%;
		padding: 0 20px 30px;
	}

	.section-cars--left .section-cars--title {
		max-width: 490px;
	}

	.section-cars--left img {
		left: auto;
		top: 3vh;
	}

	.section-cars--right {
		flex: 1 0 100%;
		flex-flow: row nowrap;
		display: flex;
		justify-content: space-between;
		align-items: center;
		padding: 5vh 15px;
		overflow-x: auto;
	}

	.section-cars--right .car-example-name {
		position: relative;
		flex: 1 0 200px;
		top: -30px;
		text-align: left;
		font-size: 2.85rem;
		line-height: 1;
		padding: 0 20px 45px 0;
	}

	.section-cars--right .car-example-name:after {
		content: "";
		background: url("/images/section_two_img.jpg") no-repeat 0 0/100%;
		position: absolute;
		width: 235px;
		height: 100px;
		left: 0;
		bottom: -60%;
	}

	.section-cars--right .car-example {
		flex: 1 0 100%;
		margin: 0 10px;
	}

	.section-cars--right .car-example:before {
		content: "";
		background: #fff;
		min-height: 215px;
	}

	.section-cars--right .car-example:last-child {
		margin-right: 40px;
	}

	.section-cars--right .car-example .car-example--title {
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
	}
}

@media (max-width: 849px) {
	.header {
		padding: 15px 3%;
		transition: 0.5s;
	}

	.header .header-content {
		padding: 0 15px;
	}

	.header .header-content .logo-wrap {
		max-width: 100%;
	}

	.top-nav {
		display: none;
	}

	.top-element {
		display: none;
	}

	.left-bar {
		width: 320px;
	}

	.left-bar--link {
		font-size: 1.6rem;
	}

	.section-one--text {
		max-width: 520px;
	}

	.section-one--descript {
		padding-left: 0;
	}

	.main-section-one {
		background-image: url(../images/main-bg-mid__load.jpg);
	}

	.main-section-one.visible_img {
		background-image: url(../images/main-bg-mid.jpg);
	}

	.section-cars--left .section-cars--left-element {
		position: relative;
		max-width: 320px;
		font-size: 1.4rem;
		font-weight: bold;
		line-height: 1.2;
		padding: 20px 0 0;
	}

	.section-text .section-text--content:after {
		display: none;
	}

	.footer-content {
		padding: 70px 20px 50px;
		flex-flow: row wrap;
		justify-content: space-evenly;
		overflow: hidden;
	}

	.footer-content .footer-content--user-info {
		display: flex;
		flex-flow: row wrap;
		flex: 1 1 100%;
		order: 1;
		padding: 0 10px 60px;
	}

	.footer-content .footer-content--user-info .footer-content--title {
		display: none;
	}

	.footer-content .footer-content--user-info .fc-link {
		flex: 1 1 45%;
		background: #f5f5f5;
		border-radius: 10px;
		padding: 15px;
		margin: 0 10px 15px;
		text-align: center;
		line-height: 1.4;
	}

	.footer-content .footer-content--cotacts {
		order: 2;
		flex: 0 1 40%;
		padding-left: 4%;
		font-size: 1rem;
	}

	.footer-content .footer-content--cotacts .footer-icon {
		width: 22px;
		height: 22px;
		margin-right: 10px;
	}

	.footer-content .footer-content--form {
		order: 3;
		flex: 0 0 60%;
		top: 0;
		margin: 0 auto 50px;
	}
}

@media (max-width: 739px) {
	.section-content {
		padding: 30px 20px;
	}

	.section-sale-process .section-content {
		padding: 100px 0 30px;
	}

	.section-sale-info {
		overflow: hidden;
	}

	.section-title {
		margin: 0 0 60px;
		padding: 0 8%;
	}

	.section-one--content {
		top: 50px;
	}

	.section-page {
		display: none;
	}

	.section-text--content {
		flex-wrap: wrap;
		padding-top: 80px;
		padding-bottom: 30px;
		overflow: hidden;
	}

	.section-text--content .section-text--left-img {
		flex: 1 1 100%;
		background-image: url(../images/main-text-litt__load.jpg);
		position: relative;
		top: 0;
	}

	.section-text--content .section-text--left-img.visible_img {
		background-image: url(../images/main-text-litt.jpg);
	}

	.section-text--content .section-text--left-img:after {
		padding-top: 40%;
	}

	.section-text--content .section-text--right-text {
		padding: 10px 0 0;
	}

	.section-text--content .section-text--right-text h1 {
		margin: 1em 0;
	}
}

@media (max-width: 680px) {
	.main-section-one {
		background-image: url(../images/main-bg-litt__load.jpg);
	}

	.main-section-one.visible_img {
		background-image: url(../images/main-bg-litt.jpg);
	}

	.footer-content .footer-content--cotacts {
		padding-left: 0%;
	}
}

@media (max-width: 660px) {
	.header {
		padding: 15px 0;
	}

	.main-section-one .section-one--content {
		position: relative;
		top: 30px;
	}

	.footer-content .footer-content--form {
		flex: 1 0 97%;
		margin: 0 5px 50px;
	}

	.footer-content .footer-content--form .sf-title {
		font-size: 1.6rem;
	}

	.footer-content .footer-content--cotacts {
		position: relative;
		order: 4;
		flex: 1 0 100%;
	}

	.footer-content .footer-content--cotacts:before,
	.footer-content .footer-content--cotacts:after {
		content: "";
		background: #f8f8f8;
		border-radius: 30px;
		position: absolute;
		width: 110%;
		height: 90%;
		top: 17%;
		left: 50%;
		transform: translateX(-40%);
		z-index: 0;
	}

	.footer-content .footer-content--cotacts:after {
		background: #f0f0f0;
		height: 80%;
		top: 22%;
		left: 37%;
		transform: translateX(-50%);
		z-index: 1;
	}

	.footer-content .footer-content--cotacts .footer-content--title {
		margin-bottom: 50px;
		text-align: center;
		font-size: 1.6rem;
	}

	.footer-content .footer-content--cotacts .footer-content--info {
		max-width: 280px;
		margin: 0 auto;
		position: relative;
		padding: 8px 0 8px 10px;
		font-size: 1.2rem;
		line-height: 1.6;
		z-index: 2;
	}

	.footer-content .footer-content--cotacts .footer-content--info:last-child {
		font-size: 1rem;
	}
}

@media (max-width: 460px) {
	.section-cars--content.content-wrap {
		padding: 60px 0;
	}

	.section-cars--content.content-wrap .section-cars--left-element {
		left: 10px;
	}

	.section-cars--content.content-wrap .section-cars--left-element:before {
		top: -31px;
		left: -37px;
	}

	.section-text .section-text--content {
		padding: 50px 15px;
	}

	.footer-content {
		padding: 80px 10px 50px;
	}

	.footer-content .footer-content--user-info {
		padding: 0 0 60px;
	}

	.footer-content .footer-content--user-info .fc-link {
		flex: 1 0 40%;
	}

	.footer-content .sf-input input {
		font-size: 1.2rem;
		padding: 13px 10px 13px 45px;
	}

	.footer-content .sf-input .i-phone {
		top: 12px;
	}

	.footer-content .sf-input .btn {
		border-radius: 10px;
		display: block;
		position: relative;
		padding: 18px 15px;
		margin: 15px 0 0;
		width: 100%;
		font-size: 0.9rem;
	}
}

/*# sourceMappingURL=mobile.css.map */