@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+Display:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Odibee+Sans&display=swap');


/*Noto Sans Display*/

* {
	padding: 0;
	margin: 0;
	font-family: Noto Sans Display;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

header,
footer {
	height: 120px;
	width: 100%;
	background: #010101;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header-wrap,
.footer-wrap {
	width: 1600px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

header a,
footer a {
	color: #fff;	
}

header .logo-wrap .logo,
footer .logo-wrap .logo {
}

header .logo-wrap .logo img {
	
}

.menu {	
	width: 60%;
}

.menu .main-menu {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	font-size: 22px;
}

.menu .main-menu li a:hover {
	color: #309B4D;
	transition: .5s all;
}

.mob-menu,
.menu span {
	display: none;
}

.mob-menu {
	position: absolute;
	right: 5px;
	top: -4px;
	z-index: 10;
	width: 290px;
}

.mob-menu li {
	height: 50px;
	background: rgba(217, 217, 217, 0.9);
;
	margin-bottom: 2px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.menu .mob-menu li a {
	color: #000;
	font-size: 30px;
	font-weight: 300;
}

header .cont,
footer .cont {
	font-size: 24px;
}

.sections {
	width: 100%;
}

.sections-wrap {
	max-width: 1600px;
	margin: auto;
	position: relative;
}

.section1 {
	height: calc(100vh - 120px);
	background: #010101;
	width: 100%;
}

h1 {
	width: 650px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 70px;
	color: #fff;
	padding-top: 220px;
}

.section1 .img1 {
	position: absolute;
	top: 210px;
	right: 0;
	opacity: 70%;
	z-index: 1;
}

.section1 .ellipce1 {
	width: 770px;
	height: 730px;
	background: rgba(115, 124, 122, 0.27);
	border-radius: 50%;
	filter: blur(70px);
	position: absolute;
	right: 20px;
	top: 65px;
	z-index: 1;
}

.button {
	width: 360px;
	height: 95px;
	border-radius: 4px;
	background: #309B4D;
	margin-top: 100px;
	cursor: pointer;
}

.button a,
.button2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #101010;
	font-size: 50px;
	font-weight: 500;	
	width: 100%;
	height: 100%;
}

.button:hover,
.button2:hover,
.auto-items .button-details:hover,
.b-popup .b-popup-content form button:hover {
	background: #fff;;
	transition: .5s all;
}

.b-popup{
	display: none;
    width:100%;
    min-height:100%;
    background-color: rgba(0,0,0,0.8);
    overflow:hidden;
    position:fixed;
    top:0px;
  	z-index: 5;
}

.b-popup .b-popup-content {
    margin:40px auto 0px auto;
    width:850px;
    height: 750px;
    padding:10px;
    background-color: #333333;
    border-radius:15px;
    position: relative;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.b-popup .b-popup-content p {
	width: 600px;
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	padding-top: 30px;
}

.b-popup .b-popup-content .flines {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.b-popup .b-popup-content .flines p {
	text-align: right;
	width: 120px;
	margin-right: 30px;
	padding-top: 0;
}



.b-popup .b-popup-content form {
	width: 700px;
	margin-top: 40px;
}

.b-popup .b-popup-content input,
.b-popup .b-popup-content textarea {
	width: 425px;
	height: 55px;
	font-size: 24px;
}

.b-popup .b-popup-content input::placeholder {
	font-size: 24px;
	font-style: italic;
	color: #A19F9F;
	padding-left: 10px;
}

.b-popup .b-popup-content .fline3 textarea {
	height: 190px;
}

.b-popup .b-popup-content .fline3 {
	align-items: start;
}

.b-popup .b-popup-content .close {
	position: absolute;
	width: 22px;
	height: 50px;
	top: 0;
	right: 20px;
	color: #fff;
	font-size: 44px;
}

.b-popup .b-popup-content form button {
	width: 360px;
	height: 95px;
	font-size: 50px;
	font-weight: 500;
	background: #309B4D;
	border: none;
	border-radius: 4px;
	margin-top: 30px;
	margin-left: 210px;
}

.section1-5 {
	width: 100%;
	height: 1125px;
	background: #000;
}

.section1-5 .s1-5-wrap {
	width: 100%;
	height: 100%;
	position: relative;
}

.section1-5 .s1-5-green {
	width: 100%;
	height: 140px;
	background: #309B4D;
}

.section1-5 .h4-box {
	width: 730px;
	height: 195px;
	background: #fff;
	position: absolute;
	left: 200px;
	top: -80px;
	z-index: 5;
	display: flex;
	justify-content: center;
	align-items: center;
	box-shadow: 13px 13px rgba(48, 155, 77, 1);
}

.section1-5 .h4-box h4 {
	font-size: 123px;
	font-weight: 700;
	font-family: Noto Sans Display;
}

.section1-5 .s1-5-content {
	padding-top: 200px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.section1-5 .s1-5-content .item1 {
	width: 55%;
}

.section1-5 .s1-5-content .item1 img {
	width: 100%;
}

.section1-5 .s1-5-content .item2 {
	font-size: 58px;
	color: #fff;
	margin-right: 40px;
	text-align: center;
	width: 590px;
}

.section1-5 .button5 {
	width: 600px;
	height: 95px;
	background: #309B4D;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 40px auto;
	cursor: pointer;
	border-radius: 4px;
}

.section1-5 .button5 a {
	font-size: 36px;
	font-weight: 500;
	font-family: Noto Sans Display;
	color: #010101;
}

.section1-5 .button5:hover {	
	background: #fff;;
	transition: .5s all;
}


.section2 {
}

.section2 .brands {
	max-width: 1600px;
	height: 180px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin: auto;
	background: #fff;
}

.section2 .advantages {
	background: url("../img/bg1.png") no-repeat center center;
	background-size: 130%;
	padding: 0 10px 80px;	
}

h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 110px;
	color: #fff;
	padding: 40px 0;
}

.section2 .s2content-wrap {
	max-width: 1600px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;	
	margin: auto;
}

.section2 .s2content-wrap .img2 {
}

.section2 .s2content-wrap .img2 img {
	width: 700px;
}

.items2-wrap {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: space-between;
	width: 50%;
	height: 500px;
	margin-right: -35px;
}

.items2-wrap .items {
	width: 320px;
	height: 200px;
	border: 5px solid #d9d9d9;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgba(217, 217, 217, 0.3);
;
}

.items2-wrap .items p {
	font-size: 32px;
	font-weight: 300;
	text-align: center;
	color: #fff;
	width: 270px;
}



.section3 {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
	background: #393737;
	background-size: 120%;
	padding-bottom: 80px;
}

.section3 .section3-wrap {
	max-width: 1600px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.auto-items {
	width: 450px;
	height: 420px;
	position: relative;
	margin-bottom: 20px;
}

.auto-items h4 {
	font-size: 24px;
	text-transform: uppercase;
	font-weight: 600;
	margin-bottom: 5px;
	color: #fff;
}

.auto-items .item-img {
	width: 450px;
	height: 300px;
	background: #d9d9d9;
	position: relative;
}

.auto-items .first-price {
	display: block;
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 145px;
	height: 55px;
	background: #309B4D;
	text-align: center;
}

.auto-items .first-price p {
	margin-top: 10px;
	font-size: 24px;
}

.auto-items .auto-mini-sescription {
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin-top: 3px;
}

.auto-items .button-details {
	width: 240px;
	height: 64px;
	border-radius: 3px;
	background: #309B4D;
	position: absolute;
	right: 0;
	top: 350px;
	color: #101010;
	font-size: 24px;
	font-weight: 500;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}
.allcars {
	width: 1600px;
	display: flex;
	justify-content: flex-end;
	margin: 30px auto;
}

.allcars p {
	font-size: 40px;
	font-weight: 300;
	color: #fff;
	cursor: pointer;
}

.section4 {
	width: 100%;
	padding-bottom: 80px;
	background: url("../img/darkgrey_back.png") no-repeat center center;
	background-size: 150%;
}

.section4 h2 {
	padding-top: 40px;
}

.section4 .items4-wrap {
	max-width: 1600px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: auto;
}

.section4 .items4 {
	width: 430px;
	height: 250px;
	position: relative;
	background: #d9d9d9d9;
	border: 3px solid #fff;
	border-radius: 3px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 80px;
}

.section4 .items4 p {
	font-size: 36px;
	font-weight: 300;
	padding: 20px;
	color: #fff;
	text-align: center;
}

.section4 .items4 span {
	position: absolute;
	left: 0;
	top: -116px;
	font-size: 339px;
	font-weight: 900;
	color: #10101033;
}

.section4 .item6 {
	background: #309B4D99;
}

.section4 h4 {
	font-size: 110px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
}

.section4 .s4p2wrap {
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.phones {
	display: flex;
	flex-flow: column nowrap;
}

.s4p2wrap p {
	font-size: 36px;
	font-weight: 300;
	color: #fff;
	margin-bottom: 40px;
}

.s4p2wrap a {
	font-size: 65px;
	font-weight: 300;
	color: #fff;
}

.msgrs {
	width: 400px;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
}

.msgrs a img 	{
	width: 80px;
}

.button2 {
	width: 580px;
	height: 95px;
	border-radius: 4px;
	background: #309B4D;
	margin-top: 70px;
	cursor: pointer;
}

.button2 a {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #101010;
	font-size: 50px;
	font-weight: 500;	
	width: 100%;
	height: 100%;
	
}

.section5 {
	display: none;
}

.section5, .section5-5 {
	background: url("../img/grey_back.png") no-repeat center center;
	background-size: 100%;
	padding-bottom: 80px;
}

.section5 .section5-wrap, .section5-5-wrap {
	max-width: 1600px;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	margin: auto;
}

.section5 .s5content {
	width: 45%;
}

.section5 h4 {
	font-size: 36px;
	font-weight: 600;
	color: #309B4D;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.section5 .s5-items {
	display: flex;
	margin-bottom: 40px;
}

.section5 .s5-items .number,
.conditions-wrap .number {
	margin-right: 30px;
}

.section5 .s5-items span,
.conditions-wrap .number span {
	display: block;
	height: 96px;
	width: 96px;
	border-radius: 3px;
	background: #d9d9d9;
	font-size: 48px;
	font-weight: 600;
	color: #010101;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section5 .s5content-wrap p {
	font-size: 20px;
	font-weight: 300;
	color: #fff;
}

.section5 p.bold,
.section5-5 p.bold {
	font-weight: 600;
	font-size: 24px;
}

p.green, a.green {
	color: #309B4D;
	font-weight: 600;	
}

.section5 .s5img {
	width: 626px;
}

.section5 .button2 {
	margin-left: 140px;
}

.section5-5-items {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.section5-5-items .s5-5-item2 {
	width: 50%;
	color: #fff;
}

.section5-5-items .s5-5-item2 .text {
	margin-bottom: 40px;
}

.section5-5 p {
	font-weight: 300;
}

.section5-5 p,
.section5-5 .s5-5-item2 a {
	font-size: 20px;
}

.section5-5-items .s5-5-item2 span {
	font-weight: 600;
    color: #309B4D;
}

.s5-5-buttons {
	display: flex;
	justify-content: space-between;
}

.s5-5-buttons .button2 {
	width: 770px;
}

.buttons5-5-allcars {
	width: 590px;
	height: 95px;
	border-radius: 4px;
    background: #fff;
    margin-top: 70px;
    cursor: pointer;
}

.buttons5-5-allcars:hover {
	background: #309B4D;
	transition: .5s all;
}

.buttons5-5-allcars a {
	display: flex;
    justify-content: center;
    align-items: center;
    color: #101010;
    font-size: 50px;
    font-weight: 500;
    width: 100%;
    height: 100%;
}

.section6 {
	width: 100%;
	height: 400px;
	display: flex;
	flex-flow: row nowrap;
	align-items: center;
}

.section6 .s5item1 {
	width: 630px;
	height: 400px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #309B4D;	
}

.section6 .s5item1 p {
	font-family: Odibee Sans;
	font-size: 150px;
	font-weight: 400;
	color: #fff;
}

.section6 .s5item2 {
	width: calc(100% - 630px);
	height: 400px;
	background: url("../img/bgs2.png") no-repeat center center;
	display: flex;
	justify-content: center;
	align-items: center;
}

.section6 .s5item2 p {
	text-align: center;
	width: 80%;
	font-size: 40px;
	font-weight: 300;
	color: #fff;
}

.car-page-wrap {
	background: #303030;
	display: flex;
	justify-content: center;
	padding-bottom: 80px;
}

.car-wrap {
	max-width: 1600px;
}

.car-wrap h3 {
	font-size: 110px;
	font-weight: 600;
	padding-top: 30px;
	padding-bottom: 30px;
	color: #fff;
	text-transform: uppercase;	
}

.car-wrap .slider-wrap {
	width: 1280px;
}

.main-slider img {
	width: 1280px;
}

.f-thumbs__slide,
.f-thumbs__slide__button {
	width: 406px;
	height: 305px;
}

.f-carousel__nav button {
	width: 78px;
	height: 78px;
}

.f-carousel__nav .is-next {
	background: url("../img/slide-next.png");
}

.f-carousel__nav .is-prev {
	background: url("../img/slide-prev.png");
}

.f-carousel__nav svg {
	display: none;
}

.car-wrap .text-wrap {
	display: flex;
	margin-top: 30px;
}

.car-wrap .text-wrap .chars {
}

.sound {
	padding: 20px 0;
}

.sound p {
	font-size: 32px;
	font-weight: 600;
	color: #309B4D;
	margin-bottom: 10px;
}

.car-wrap .text-wrap .chars h5 {
	font-size: 48px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 30px;
}

.car-wrap .text-wrap h6 {
	font-size: 32px;
	color: #fff;
	margin-top: 20px;
	margin-bottom: 20px;
}

.car-wrap .text-wrap .chars .cahr-items,
.car-wrap .text-wrap .price .price-tems {
	display: flex;
}



.car-wrap .text-wrap .chars .cahr-items p,
.car-wrap .text-wrap .chars .ads p,
.car-wrap .text-wrap .price p,
.car-wrap .text-wrap .price span {
	font-size: 32px;
	color: #fff;
	font-weight: 100;
}

.car-wrap .text-wrap .chars .ads {
	margin-top: 30px;
}

.car-wrap .text-wrap .chars .cahr-items .bold {
	font-weight: 400;
	margin-right: 8px;
}

.car-wrap .text-wrap .price {
	margin-left: 250px;
}



.car-wrap .text-wrap .price .bld {
	font-weight: 300;
	margin-right: 8px;
}

.car-wrap .text-wrap .price span {
	font-weight: 600;
	color: #309B4D;
	margin-right: 8px;
}

.car-wrap .text-wrap .price .allcars {
	width: 600px;
	margin-top: 270px;
	display: flex;
	justify-content: space-between;
}

.car-wrap .text-wrap .price .allcars a p {	
	font-size: 48px;
}

.contacts-page-wrap {
	background: #333333;
}

.contacts-wrap {
	max-width: 1600px;
	margin: auto;
}

.contacts-wrap h2 {
	text-align: left;
}

.contacts-wrap .address {
	color: #fff;	
	font-size: 48px;
	margin-bottom: 20px;
}

.contacts-wrap .address h4 {
	font-weight: 600;
	text-transform: uppercase;
	margin: 20px 0;
}

.contacts-wrap .address p {
	font-weight: 300;
}

.contacts-wrap .phones a {
	font-size: 40px;
	color: #fff;
	font-weight: 300;
}

.contacts-wrap .msgrs  {
	width: 325px;
}

.contacts-wrap .allcars {
	width: 96%;
	margin: 0;
	padding: 40px 0;
}

.contacts-wrap .map {
	width: 100%;
	margin-top: 20px;
}


.conditions-page-wrap {
	background: #413F3F;
	display: flex;
	flex-flow: column nowrap;
	align-items: center;
}

.conditions-wrap {
	max-width: 1600px;
	color: #fff;
	font-size: 24px;
}

.conditions-wrap .conditions-items {
	display: flex;
	margin-bottom: 40px;
}

.conditions-wrap .conditions-img {
	float: right;
	margin-left: 10px;
}

.conditions-wrap .conditions-items p {
	font-weight: 300;
}

.conditions-items .details {
	margin-top: 40px;
}

.conditions-items .green {
	color: #309b4d;
}

.conditions-items .mrg {
	margin-bottom: 40px;
}

.conditions-wrap p.bold,
.conditions-wrap span.bold {
	font-weight: bold;
}

.conditions-wrap .conditions-buttons {
	display: flex;
	margin: -70px 0 80px 125px;
}

.conditions-wrap .conditions-buttons .button2 {
	margin-right: 80px;
}

footer {
	height: 200px;
}

footer .copyright {
	font-size: 16px;
	color: #fff;
}

/* ----------------------Кнопка наверх */
#upbutton {
    background: url("../img/up1.png") no-repeat top left;
    height: 100px;
    width: 100px;
    bottom: 150px;
    right: 5px;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
  }
/* END----------------------Кнопка наверх */

.warning {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: rgba(217, 217, 217, 0.5);
}

.warning--active {
	display: none;
}

.warning__text  h5 {
	font-size: 24px;
	font-weight: 600;
}

.warning__read {
	display: block;
	margin-left: 15px;
}


@media (width <= 1440px) {
	.menu {
	}

	.header-wrap, .footer-wrap {
		padding: 0 10px;
	}

	.sections-wrap {
		width: 100%;
	}

	.section1 {
		overflow: hidden;
	}

	.section1 h1 {
		margin-left: 20px;
		padding-top: 140px;
	}

	.section1 .button {
		margin-left: 20px;
	}

	.section1-5 {
		height: 900px;
	}

	.section1-5 .s1-5-content .item1 {
		width: 715px;
	}

	.section1-5 .s1-5-content .item2 {
		font-size: 40px;
		width: 520px;
	}

	.section1-5 .h4-box {
		width: 570px;
		height: 150px;
	}

	.section1-5 .h4-box h4 {
		font-size: 96px;}

	.section2 .brands {
		padding: 0 20px;
	}

	.section2 .brands .items-brand img {
		width: 200px;
	}

	.section2 .s2content-wrap .img2 img {
	    width: 600px;
	}

	.items2-wrap {
		width: auto;
		height: auto;
		margin-right: 0;
	}	

	.items2-wrap .items {
		width: 300px;
		height: 180px;
	}

	.section3 {
		background-size: 250%;
	}

	.section3 .section3-wrap {
		padding: 0 30px;
	}

	.section3 .auto-items .item-img img {
		width: 400px;
	}

	.section3 .auto-items,
	.section3 .auto-items .item-img {
		width: 400px;
		margin-bottom: 10px;
	}

	.section3 .auto-items .item-img {
		height: 265px;
	}

	.auto-items .button-details {
		width: 220px;
		height: 50px;
		top: 340px;
	}

	.section3 .allcars {
		width: 95%;
	}

	.section4 .items4-wrap {
		padding: 0 20px;
	}

	.section5 .section5-wrap, .section5-5-wrap {
		padding: 0 20px;
	}

	.buttons5-5-allcars {
		display: none;
	}

	.car-wrap h3,
	.car-wrap .slider-wrap {
		margin-left: 20px;
	}

	.car-wrap .text-wrap {
		padding: 0 20px;
	}

	.contacts-wrap {
		display: flex;
		flex-flow: column nowrap;
		align-items: center;
	}

	.contacts-wrap h4 {
		text-align: center;
	}

	.contacts-wrap .map {
		width: 96%;
	}

	.contacts-wrap .allcars {
		width: 96%;
	}

	.conditions-wrap {
		padding: 0 10px;
	}
}

@media (width <= 1366px) {
	h1 {
		font-size: 60px;
	}

	.section1 .img1 {
		width: 750px;
	}

	.section1-5 {
		height: 756px;
	}

	.section1-5 .s1-5-content {
		padding-top: 100px;
	}

	.section1-5 .s1-5-content .item1 {
		width: 680px;
	}

	.section1-5 .s1-5-content .item2 {
		font-size: 42px;
		width: auto;
	}

	.section1-5 .h4-box {
		width: 495px;
		height: 130px;
	}

	.section1-5 .h4-box h4 {
		font-size: 83px;
	}

	.section1-5 .button5 {
		width: 495px;
		height: 75px;
		font-size: 30px;
	}

	.section1-5 .button5 a {
		font-size: 30px;
	}

	h2, .car-wrap h3 {
		font-size: 90px;
	}

	.section2 .advantages {
		background-size: 200%;
	}

	.car-wrap .text-wrap .chars h5 {
		font-size: 40px;
	}

	.car-wrap .text-wrap .chars .cahr-items p {
		font-size: 26px;
	}

	.section4 .items4 {
		width: 400px;
		height: 200px;
	}

	.section4 .items4 span {
		font-size: 270px;
		top: -92px;
	}

	.section4 .items4 p {
		font-size: 28px;
	}

	.section4 h4 {
		font-size: 80px;
	}

	.b-popup .b-popup-content p {
		padding-top: 10px;
	}

	.b-popup .b-popup-content form {
		margin-top: 30px;
	}

	.b-popup .b-popup-content {
		width: 680px;
    	height: 610px;
	}

	.b-popup .b-popup-content .close {
		top: 10px;
		font-size: 30px;
	}

	.b-popup .b-popup-content .flines {
		margin-bottom: 15px;
	}

	.b-popup .b-popup-content input, .b-popup .b-popup-content textarea {
	    width: 400px;
	    height: 40px;
	    font-size: 20px;
	}

	.b-popup .b-popup-content form button {
		width: 300px;
		height: 70px;
		font-size: 40px;
	    margin-top: 20px;
	    margin-left: 223px;
	}

	header .logo img {
		width: 230px;
	}

	.menu {
		width: 59%;
	}

	.menu li a {
		font-size: 20px;
	}

	header .cont a {
		font-size: 22px;
	}

	.section1 {
		height: auto;
		padding-bottom: 40px;
	}

	.section1 .img1 {
		z-index: 0;
	}

	.section1 h1 {
		position: relative;
		z-index: 3;
	}

	.section1 .button {
		position: relative;
		z-index: 3;
	}

	.section2  {
		background: #242323;
	}

	.section2 .advantages {
		background-image: none;
	}

	.section4 {
		background: #292828;
	}

	.section5, .section5-5 {
		background: #393737;
	}

	.section6 .s5item2 p {
		font-size: 36px;
	}

	.car-wrap .slider-wrap {
    	width: 90%;
    }    

    .car-wrap .slider-wrap .main-slider img {
    	text-align: center;
    	width: 100%;
    }

    .f-thumbs__slide,
    .f-thumbs__slide__button {
    	width: 300px;
    	height: 200px;
    }

    .contacts-wrap .cont-imgs {
    	width: 96%;
    }

    .contacts-wrap .cont-imgs img {
    	width: 100%;
    }
}


@media (width <= 1366px) {
	header .logo img {
        width: 200px;
    }

    .menu {
        width: 67%;
    }

    header .cont a {
        font-size: 20px;
    }	

	.section2 .brands .items-brand img {
    	width: 100px;
    }

    .section2 .brands {
    	height: 100px;
    }

	 .car-wrap {
    	display: flex;
    	flex-flow: column nowrap;
    	align-items: center;
    	width: 100%;
    }

    .car-wrap h3 {
    	font-size: 40px;
    }    

    .car-wrap .text-wrap {
    	width: 90%;
    	display: flex;
    	justify-content: space-between;
    }

    .car-wrap .text-wrap .chars h5 {
    	font-size: 26px;
    }

    .car-wrap .text-wrap .chars .cahr-items p {
    	font-size: 18px;
    }

    .car-wrap .text-wrap h6 {
    	font-size: 24px;
    }

    .car-wrap .text-wrap .price {
    	margin-left: 20px;
    }

	.car-wrap .text-wrap .price p,
	.car-wrap .text-wrap .price span {
		font-size: 20px;
	}

	.car-wrap .text-wrap .price .allcars {
		width: 100%;
		margin-top: 150px;
	}

	.car-wrap .text-wrap .price .allcars a p {
		font-size: 28px;
	}

	.car-wrap .text-wrap .price .allcars img {
		width: 100px;
	}

	.conditions-wrap .conditions-img {
		display: none;
	}

    footer .copyright {
    	display: none;
    }   

}

@media (width <= 1024px) {

	.header-wrap, .footer-wrap{
		width: 100%;
	}

	.menu {
		order: 3;
		position: relative;
		width: auto;
	}

	.menu .main-menu {
		display: none;
	}

	.menu span {
		display: block;
		width: 60px;
		height: 60px;
		margin-right: 10px;
		cursor: pointer;
	}

	.menu span img {
		width: 60px;
		height: 60px;
	}

    .section1 .img1 {
    	width: 600px;
    	top: 180px;
    	right: 20px;
    } 

    .section1-5 {
    	height: 1366px;
    }

    .section1-5 .h4-box {
    	left: 100px;
    }

    .section1-5 .s1-5-content {
    	flex-flow: column nowrap;
    }

    .section1-5 .s1-5-content .item1 {
    	width: 850px;
    }

    .section1-5 .s1-5-content .item2 {
    	margin-top: 30px;
    	margin-right: 0;
    }

    .section1-5 .button5 {
    	margin: 140px auto;
    }

    .section2 .s2content-wrap .img2 {
    	display: none;
    }

    h2 {
    	font-size: 40px;
    }

    .section2 .advantages {
    	background-size: 260%;
    }

    .section2 .items2-wrap {
    	width: 100%;
    	flex-flow: column nowrap;
    	align-items: center;
    }

    .section2 .items2-wrap .items {
    	margin-bottom: 30px;
    	width: 320px;
    	height: 150px;
    }

    .section3 {
        background: #393737;
    }

    .section3 .section3-wrap {
    	flex-flow: column nowrap;
    	align-items: center;
    }

    .section3 .noshow {
    	display: none;
    }

    .section4 {
    	background-size: 330%;
    }

    .section4 .items4-wrap {
    	flex-flow: column nowrap;
    	align-items: center;
    }

    .section4 h4 {
    	font-size: 40px;
    }

    .section4 .s4p2wrap p {
    	font-size: 26px;
    }

    .section4 .s4p2wrap a {
    	font-size: 48px;
    }

    .section5 {
    	background-size: 200%;
    }

    .section5 .section5-wrap {
    	flex-flow: column nowrap;
    	align-items: center;
    	margin-bottom: 40px;
    }

    .section5 .s5content {
    	order: 2;
    	width: 625px;
    	margin-top: 40px;
    }

    .section5 .s5-item3 {
    	padding-bottom: 40px;
    	border-bottom: 1px solid #fff;
    }

    .section5 .s5img {
    	height: 400px;
    	overflow: hidden;
    	display: flex;
    	align-items: center;
    }

    .section5 .s5fororder {
    	margin: auto;
    	display: flex;
    	flex-flow: column nowrap;
    	align-items: center;
    	text-align: center;
    }

    .section5 p.green,
    .section5 a.green {
    	text-align: center;
    	width: 400px;
    	font-size: 36px;
    }

    .section5 .button2 {
    	margin: auto;
    }

    .section5-5-content {
    	width: 100%;
    }

    .section5-5-items {
    	width: 100%;
    	flex-flow: column nowrap;
    	align-items: center;
    }

    .section5-5-items .s5-5-item1 {
    	margin-bottom: 60px;
    }

    .section5-5-items .s5-5-item2 {
    	width: 625px;
    }

    .s5-5-buttons {
    	display: flex;
    	justify-content: center;
    }

    .section6 {
    	height: 300px;
    }

    .section6 .s5item1 {
    	width: 35%;
    	height: 100%;
    }

    .section6 .s5item1 p {
    	font-size: 100px;
    }

    .section6 .s5item2 {
    	width: 65%;
    	height: 100%;
    }

    .section6 .s5item2 p {
    	font-size: 30px;
    }

    .contacts-wrap .address {
    	font-size: 36px;
	}

	.conditions-wrap p {
		font-size: 20px;
	}
}


@media (width <= 800px) {
	.section1 .img1 {
		width: 420px;
	}

	.section1 h1 {
		padding-top: 70px;
	}

	.section1-5 .h4-box {
		width: 360px;
		height: 95px;
	}

	.section1-5 {
		height: 1280px;
	}

	.section1-5 .h4-box h4 {
		font-size: 44px;
	}

	.section1-5 .s1-5-content .item1 {
		width: 600px;
	}

    .section2 .brands {
    	height: 70px;
    }


	.section2 .brands .items-brand img {
	  	width: 60px;
	}

	.section4 .s4p2wrap {
		padding: 0 20px;
	}

	.button2  {
		width: 460px;
	}

	.section5 .s5img {
		width: 500px;
	}

	.section5 .s5img img {
		width: 100%;
	}

	.section5 .s5content {
		max-width: 500px;
	}

	.section5 p.green {
		width: 380px;
		margin: 20px 50px;
	}

	.s5-5-item1 {
		width: 500px;
	}

	.s5-5-item1 img {
		width: 100%;
	}

	.section5-5-items .s5-5-item2 {
		max-width: 500px;
	}

	.section5-5-items .s5-5-item2 p {
		font-size: 16px;
	}

	.s5-5-buttons .button2 {
    	width: 580px;
	}

	.s5-5-buttons .button2 a {
		font-size: 36px;
	}

	.section6 {
		height: 200px;
	}

	.section6 .s5item1 p {
		font-size: 70px;
	}

	.section6 .s5item2 p {
		font-size: 24px;
	}

	.f-carousel__nav button {
	    width: 35px;
	    height: 35px;
	}

	.f-carousel__nav .is-next,
	.f-carousel__nav .is-prev {
		background-size: 100%;
		background-repeat: no-repeat;
		background-position: center center;
	}

    .car-wrap .text-wrap .chars h5 {
    	font-size: 22px;
    }

    .car-wrap .text-wrap h6 {
    	font-size: 20px;
    }

    .car-wrap .text-wrap .chars .ads p {
    	font-size: 18px;
    }

    .car-wrap .button {
    	width: 300px;
    	height: 75px;
    }

    .car-wrap .button a {
    	font-size: 36px;
    }

     .f-thumbs__slide,
    .f-thumbs__slide__button {
    	width: 200px;
    	height: 130px;
    }

    .b-popup .b-popup-content {
    	width: 460px;
    	height: 500px;
    }

    .b-popup .b-popup-content p {
    	width: 400px;
    	font-size: 16px;
    }

    .b-popup .b-popup-content form {
    	width: 100%;
    }

    .b-popup .b-popup-content input,
    .b-popup .b-popup-content textarea {
    	width: 300px;
    }

    .b-popup .b-popup-content .fline3 textarea {
    	height: 140px;
    }

    .b-popup .b-popup-content form button {
    	width: 200px;
    	height: 50px;
    	margin-top: 15px;
        margin-left: 155px;
    }

    .b-popup .b-popup-content form button {
    	font-size: 28px;
    }

    .contacts-wrap .allcars p {
    	font-size: 30px;
    }

    .contacts-wrap .allcars img {
    	width: 100px;
    }

    .conditions-wrap .conditions-buttons {
    	margin: 0 auto;
    	text-align: center;
    }

    .conditions-wrap .conditions-buttons .button2 {
    	margin: 0 auto 80px;
    }
}

@media (width <= 500px) {
	header .logo img,
	footer .logo img {
		width: 150px;
	}

    header .cont a,
    footer .cont a {
    	font-size: 18px;
    }

    .menu span,
    .menu span img {
    	width: 50px;
    	height: 50px;
    }

    .section1 h1 {
    	width: 250px;
    	font-size: 26px;
    }

    .section1 .img1 {
    	top: 60px;
    	width: 300px;    
    }

    .section1 .button {
    	width: 250px;
    	height: 60px;
    }

    .section1 .button a {
    	font-size: 30px;
    }

    .section1-5 {
    	height: 800px;
    }

    .section1-5 .h4-box {
    	width: 380px;
    	height: 75px;
    	left: 30px;
    	top: -50px;
    }

    .section1-5 .h4-box h4 {
    	font-size: 36px;
    }

    .section1-5 .s1-5-content .item1 {
    	width: 400px;
    }

    .section1-5 .s1-5-content .item2 {
    	font-size: 22px;
    }

    .section1-5 .button5 {
    	width: 260px;
    	height: 40px;
    	margin: 70px auto;
    }

    .section1-5 .button5 a {
    	font-size: 16px;
    }

    h2	{
    	font-size: 30px;
    }

    .section3 .auto-items {
    	width: 300px;
    }

    .section3 .auto-items .item-img {
    	width: 300px;
    	height: 200px;
    }

    .section3 .auto-items .item-img img {
    	width: 300px;
    }

    .section3 .allcars p {
    	font-size: 24px;
    }

    .section3 .allcars span img {
    	width: 65px;
    }

    .auto-items .first-price {
    	width: 100px;
    	height: 40px;
    	bottom: 15px;
    }

    .auto-items .first-price p {
    	font-size: 16px;
    }


    .section4 .items4 {
        width: 250px;
        height: 110px;
    }

    .section4 .items4 span {
        font-size: 150px;
        top: -52px;
    }

    .section4 .items4 p {
        font-size: 18px;
    }

    .msgrs {
    	width: 200px;
    }

    .section4 .s4p2wrap a {
    	font-size: 40px;
    }

   .msgrs a img 	{
		width: 40px;
	}

    #upbutton, #upbutton img {
    	width: 50px;
    	height: 50px;
    }

    .section5 .s5img {
    	width: 400px;
    	height: 300px;
    }

    .section5 h4 {
    	font-size: 32px;
    	text-align: center;
    }

    .section5 .s5-items span,
    .conditions-items .number span {
    	width: 70px;
    	height: 70px;
    	font-size: 40px;
    	margin-left: 20px;
    }

    .section5 .s5content {
    	width: 100%;
    }

    .section5 .s5content-wrap p,
    .conditions-items p {
    	font-size: 18px;
    }


    .button2 {
    	width: 350px;
    	height: 80px;
    }

    .button2 a {
    	font-size: 40px;
    }

    .section5 p.green {
    	width: 160px;
    	margin-left: 120px;
    }

    .s5-5-item1 {
		width: 400px;
	}

	.section5-5-items .s5-5-item2 {
		width: 100%;
		padding: 0 20px;
	}

	.s5-5-buttons .button2 a {
		font-size: 30px;
	}

    .section6 {
    	flex-flow: column nowrap;
    	height: 350px;
    }

    .section6 .s5items {
    	width: 100%;
    }

    .section6 .s5item1 p {
    	font-size: 128px;
    }

    .section6 .s5item2 p {
    	font-size: 16px;
    }

    .car-wrap .button {
    	width: 200px;
    	height: 50px;
    }

    .car-wrap .button a {
    	font-size: 28px;
    }

    .car-wrap .text-wrap .price .allcars a p,
    .contacts-wrap .allcars p {
    	font-size: 20px;
    }

    .car-wrap .text-wrap .price .allcars img,
    .contacts-wrap .allcars img {
    	width: 55px;
    }

    .b-popup .b-popup-content {
    	width: 300px;
    }

    .b-popup .b-popup-content p {
    	width: 270px;
    }

    .b-popup .b-popup-content input {
    	width: 200px;
    	height: 26px;    	
    }

    .b-popup .b-popup-content .flines p {
    	width: 68px;
    }

    .b-popup .b-popup-content form button {
    	margin-top: 40px;
    	margin-left: 99px;
    }

    .b-popup .b-popup-content input::placeholder {
    	font-size: 20px;
    }

      .f-thumbs__slide,
    .f-thumbs__slide__button {
    	width: 150px;
    	height: 90px;
    }

    .car-wrap .text-wrap {
    	flex-flow: column nowrap;
    }

    .car-wrap .text-wrap .price {
    	margin-left: 0;
    }

    .car-wrap .button {
    	margin-top: 40px;
    }

    .car-wrap .text-wrap .price .allcars {
    	margin-top: 40px;
    }

    .auto-items {
    	height: 350px;
    }

    .auto-items .button-details {
    	top: 290px;
    }

    .contacts-wrap .address {
        font-size: 30px;
    }

    .contacts-wrap .phones a {
	    font-size: 30px;
	    text-align: center;
	}

	.contacts-wrap .msgrs {
	    width: 240px;
	}

    footer {
    	height: 130px;
    }
}

@media (width <= 400px) {
	.header-wrap, .footer-wrap {
		padding: 0;
	}

	header .logo img, footer .logo img {
    	width: 120px;
    }

	header .cont, footer .cont {
		height: 50px;
		font-size: 12px;
	}

	.menu span, .menu span img {
        width: 40px;
        height: 40px;
    }

    .section1 h1 {
        padding-top: 25px;
    }

    .section1 .button {
        width: 150px;
        height: 40px;
    }

    .section1 .button a {
        font-size: 22px;
    }

    .section1-5 .h4-box {
    	width: 285px;
    	height: 75px;
    }

    .section1-5 .s1-5-content {
    	overflow: hidden;
    }

    .section1-5 .s1-5-content .item1 {
    	width: 515px;
    	margin-left: 150px;
    }

    .section2 .brands {
        height: 50px;
        padding: 0 10px;
    }

    .section2 .brands .items-brand img {
        width: 40px;
    }

    .section4 .s4p2wrap a {
       	font-size: 30px;
    }

    .button2 {
    	width: 200px;
    	height: 50px;
    }

    .button2 a {
    	font-size: 22px;
    }

    .section3 .section3-wrap {
    	padding: 0 10px;
    }


    .section4 .s4p2wrap a {
    	font-size: 22px;
    }

    .section5 .s5img {
        width: 330px;
        height: 230px;
    }

    h2 {
    	padding: 40px 0;
    }

    .section5 .section5-wrap {
    	padding: 0 10px;
    }

    .section5 .s5-items .number {
	    margin-right: 10px;
	}

    .section5 .s5-items span,
    .conditions-items .number span {
        width: 50px;
        height: 50px;
        font-size: 30px;
        margin-left: 5px;
    }

	.section5 p.green {
    	margin-left: 95px;
    }

    .s5-5-item1 {
		width: 330px;
	}

    .s5-5-buttons .button2 {
    	width: 250px;
	}

	.s5-5-buttons .button2 a {
		font-size: 21px;
	}

    .section6 .s5item2 p,
    .conditions-items p {
    	font-size: 14px;
    }

    .car-wrap h3 {
    	font-size: 24px;
    }

    .car-wrap h3, .car-wrap .slider-wrap {
    	margin-left: 0;
    }

    .f-thumbs__slide, .f-thumbs__slide__button {
    	width: 100px;
    	height: 65px;
    }

    footer .cont {
    	padding-right: 5px;
    }
}