@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Regular.eot');
    src: local('PFDinDisplayPro-Regular'),
        url('../fonts/PFDinDisplayPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Regular.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Light.eot');
    src: local('PFDinDisplayPro-Light'),
        url('../fonts/PFDinDisplayPro-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Light.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Bold.eot');
    src: local('PFDinDisplayPro-Bold'),
        url('../fonts/PFDinDisplayPro-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Bold.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'PF DinDisplay Pro';
    src: url('../fonts/PFDinDisplayPro-Medium.eot');
    src: local('PFDinDisplayPro-Medium'),
        url('../fonts/PFDinDisplayPro-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/PFDinDisplayPro-Medium.woff') format('woff'),
        url('../fonts/PFDinDisplayPro-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}



/*
font-family: 'PF DinDisplay Pro', sans-serif;
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	color: #000001;
	font-family: 'PF DinDisplay Pro', Arial, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {-webkit-font-smoothing: antialiased;}


:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
	color: transparent
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
select,
button,
a {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {outline: none;}

input[type=submit],
button,
a {
	cursor: pointer;
}


/* mix */
.error {
	box-shadow: inset 0 0 0px 3px #f00 !important;
	/*border: 1px solid #f00;*/
}

.transition {
	-moz-transition:    all 0.2s ease;
	-o-transition:      all 0.2s ease;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ta-c {
	text-align: center;
}

body {
	position: relative;
	overflow-x: hidden;
}

/* styles */
#main {}
#main .logos {
	font-size: 0;
	padding: 20px 20px 10px;
}
#main .logos > div {
	display: inline-block;
	vertical-align: middle;
	width: 50%;
}
#main .logos > div:first-child {
	text-align: left;
}
#main .logos > div:last-child {
	text-align: right;
}
#main .logos img {
	max-width: 190px;
}
#main .logos p {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 34px;
	margin: 0;
}
#main h1 {
	font-weight: bold;
	text-align: center;
	font-size: 42px;
	margin: 40px 0 60px;
}
#main .chois {
	display: inline-block;
	border: 1px solid #ddd;
	font-size: 0;
	margin-bottom: 20px;
}
#main .chois p {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 22px;
	border: 1px solid #fff;
	margin: 4px;
	padding: 10px 20px;
	width: 440px;
}
#main .chois p.active {
	border-color: #ccc;
	background-color: #eee;
}
#main .chois p:hover {
	border-color: #ccc;
}
#main .items {
	display: flex;
	flex-direction: row;
	grid-gap: 20px;
}
#main .items .item {
	border: 1px solid #ddd;
	padding: 100px 30px;
	margin-bottom: 20px;
}
#main .items .item img {
	width: 100%;
	height: auto;
}
#main .items .item .name {
	font-size: 22px;
	font-weight: 500;
	margin: 10px 0;
}
#main .items .item .price {
	font-size: 18px;
	margin: 10px 0;

}
#main .items .item:focus,
#main .items .item:active,
#main .items .item:hover {
	text-decoration: none;
}
#main .items .item:hover {
	border-color: #aaa;
}



#auto {
	position: relative;
	margin-top: 0px;
	min-width: 100vh;
	padding-top: 73px;
}
#auto .complectation {
	font-size: 0;
	border-bottom: 1px solid #ddd;
	margin-bottom: 20px;
	position: fixed;
	top:   0;
	left:  0px;
	right: 0px;
	z-index: 100;
	background-color: rgba(255,255,255,.3);
	backdrop-filter: blur(5px);
}
#auto .complectation .tab {
	cursor: pointer;
	color: #aaa;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 3px solid transparent;
	transition: color 0.2s ease;
	font-size: 22px;
	padding: 20px 30px;
	margin-bottom: -2px;
}
#auto .complectation .tab:nth-child(2) {
	transform: translateX(0px);
}
#auto .complectation .tab.active {
	color: #000001;
	border-bottom: 3px solid #000001;
	text-transform: uppercase;
}
#auto .complectation .tab:hover {
	color: #000001;
}
#auto .complectation .prev {
	cursor: pointer;
	color: #aaa;
	display: inline-block;
	vertical-align: middle;
	border-bottom: 3px solid transparent;
	transition: color 0.2s ease;
	font-size: 22px;
	padding: 20px 30px;
	margin-bottom: -2px;

	width: 74px;
	padding: 20px;
	border-right: 1px solid #ddd;
}
#auto .complectation .prev img {
	display: block;
	width: 100%;
	height: auto;
}

#auto .models-wrap {
	position: relative;
	position: fixed;
	top: 74px;
	left: 0;
	min-width: 400px;
}
#auto .models-wrap p {
	width:25%;
	font-weight: 100;
}

#auto .models-wrap:after {
	content: '';
	width: 1px;
	height: 100vh;
	background-color: #ddd;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 50;
}
#auto .models {
	background-color: #fff;
	/*position: fixed;*/
	width: 100%;
	left: 0;
	top: 100px;
	text-transform: uppercase;
}
#auto .models .tab {
	cursor: pointer;
	color: #aaa;
	border-top: 0px solid #ddd;
	border-bottom: 1px solid #ddd;
	transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	font-size: 22px;
	padding: 20px 30px;
}
#auto .models .tab.active,
#auto .models .tab:hover {
	color: #000001;
	background-color: #f8f8f8;
    border-color: #ddd;
}

#auto .photo {
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 0px;
}
#auto .photo img {
	width: 100%;
	//max-width: 640px;
    max-width: 480px;
}
#auto .photo .info {
	padding-left: 20px;
}
#auto .photo .name {
	font-weight: bold;
	margin: 10px 0;
	font-size: 24px;
}
#auto .photo .price {
	margin: 10px 0;
	font-size: 23px;
}
#auto .photo .colors {
	cursor: default;
	margin-top: 20px;
}
#auto .photo .colors span {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	width:  37px;
	height: 37px;
	border-radius: 100%;
	margin: 0 0px;
	border: 3px solid #fff;
}
#auto .photo .colors span.active {
	box-shadow: 0 0 0 3px #ddd;
}

#auto .desc {
	margin-top: 20px;
	padding-right: 74px;
}
#auto .desc .item {
	border-top: 1px solid #ddd;
}
#auto .desc .item .title {
	position: relative;
	cursor: pointer;
	font-weight: 300;
	margin: 0;
	font-size: 22px;
	padding: 20px 20px;
}
#auto .desc .item .title:after {
	content: '';
	display: block;
	width:  30px;
	height: 30px;
	background: url(../img/arr-down.svg) center no-repeat;
	position: absolute;
	right: 20px;
	top: 20px;
}
#auto .desc .item .block {
	overflow: hidden;
}
#auto .desc .item .block ul {
	margin: 0;
	padding: 0;
	margin-left: 20px;
	margin-bottom: 40px;
	list-style: none;
}
#auto .desc .item .block ul li {
	position: relative;
	font-size: 20px;
	color: #999;
	margin: 10px 0;
	padding-left: 20px;
}
#auto .desc .item .block ul li:before {
	content: '';
	display: block;
	width:  5px;
	height: 5px;
	border-radius: 100%;
	background-color: #000;
	position: absolute;
	top: 12px;
	left: 0px;
}
#auto .desc .item.active {}
#auto .desc .item.active .block {}
#auto .desc .item.active .title {}
#auto .desc .item.active .title:after {
	transform: rotate(180deg);
}

#auto .gall {
	font-size: 0;
}
#auto .gall a {
	display: inline-block;
	vertical-align: middle;
	width: 10%;
	border: 1px solid #fff;
}
#auto .gall a img {
	width: 100%;
	height: auto;
}
#auto .gall a:hover {}



#characteristic {
	border-top: 1px solid #ddd;
	background-color: #fff;
	position: relative;
	z-index: 300;
	margin-top: 80px;
	padding: 0 74px;
	padding-top: 20px;
	padding-bottom: 50px;
}
#characteristic h2 {
	font-weight: 500;
	text-align: center;
	font-size: 32px;
}
#characteristic h3 {
	font-weight: 500;
	text-transform: uppercase;
	font-size: 18px;
	margin: 0 0 10px;
}
#characteristic .block {
	padding: 20px 0;
	border-bottom: 1px solid #fff;
}
#characteristic .line {
	display: flex;
    align-items: flex-end;
}
#characteristic .line p {
	font-size: 18px;
	margin: 5px 0;
}
#characteristic .line p:first-child {
	width: 50%;
    position: relative;
}
#characteristic .line p:first-child span {
	/*display: inline-block;*/
	color: #aaa;
	background-color: #fff;
	position: relative;
	padding-right: 10px;
	z-index: 10;
}
#characteristic .line p:last-child {
	width: 50%;
	padding-left: 20px;
}
#characteristic .line p:first-child:after {
	content: "";
    border-bottom: 1px dotted;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 11px;
    z-index: 9;
    opacity: 0.5;
}

.kung {
    width: 80px;
    position: absolute;
    top: 120px;
    left: 610px;
}

.trailer_coupling {
    width: 80px;
    position: absolute;
    top: 230px;
    left: 679px;
}

.top_headlight{
    width: 80px;
    position: absolute;
    top: 25px;
    left: 450px;
}

.top_trunk{
    width: 80px;
    position: absolute;
    top: 75px;
    left: 580px;
}

.snorkel{
    width: 80px;
    position: absolute;
    top: 137px;
    left:443px;
}
.winch {
    width: 80px;
    position: absolute;
    top: 276px;
    left: 184px;
}

.wheels {
    width: 80px;
    position: absolute;
    top: 249px;
    left: 475px;
}


.protection {
    width: 80px;
    position: absolute;
    top: 298px;
    left: 258px;
}

.storage_system{
    width: 80px;
    position: absolute;
    top: 133px;
    left: 546px;
}



/* modals */
#modals {
	display: none;
}


/* meadia */
@media (max-width: 1200px) {}
@media (max-width: 992px) {}
@media (max-width: 868px) {
/*
	#auto {}
	#auto .complectation {}
	#auto .complectation .tab {}
	#auto .complectation .tab.active {}

	#auto .models {}
	#auto .models .tab {}
	#auto .models .tab.active {}

	#auto .photo {}
	#auto .photo img {}
	#auto .photo .price {}

	#auto .desc {}
	#auto .desc .item {}
	#auto .desc .item.active {}
	#auto .desc .item .title {}
	#auto .desc .item .block {}
	#auto .desc .item .block ul {}
	#auto .desc .item .block ul li {}


	#characteristic {}
	#characteristic h2 {}
	#characteristic h3 {}
	#characteristic .block {}
	#characteristic .line {}
	#characteristic .line p:first-child {}
	#characteristic .line p:last-child {}
*/
}