ol,
ul {
	list-style: none;
	margin-bottom: 0;
	padding-left: 0;
}

a {
	text-decoration: none;
}

a:focus {
	outline: 0;
	text-decoration: none;
}
 
a:hover,
a:active {
	outline: 0;
	text-decoration: none;
}

html, body {
	font-family: 'UbuntuR', sans-serif;
	height: 100%
}

p, h1, h2, h3, h4, h5, h6 {
	color: #000;
}

input, textarea, button {
	border: none;
	outline: none !important;
	background: none;
	color: #000;
}

.formHeader form input::-webkit-input-placeholder, .messageMail-item form input::-webkit-input-placeholder { color: #fff; }
.formHeader form input::-ms-input-placeholder, .messageMail-item form input::-ms-input-placeholder { color: #fff; }
.formHeader form input::-ms-input-placeholder, .messageMail-item form input::-ms-input-placeholder { color: #fff; }
.formHeader form input::placeholder, .messageMail-item form input::placeholder { color: #fff; }

.wrapper {
	position: relative;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.content {
	flex: 1 0 auto;
}

.flex {
	flex: 0 0 auto;
}

.btnCarShop {
	position: relative;	
	text-transform: uppercase;
	font-size: 16px;
	color: #fff;
	width: 210px;
	border: 2px solid #FF0002;
	height: 48px;
	background: #FF0002;
	border-radius: 66px;
	font-family: 'UbuntuM';
	letter-spacing: 0.06em;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	transition: all ease .25s;
}

.btnCarShop.whiteBtnCarShop {
	border-color: #fff;
	background: #fff;
	color: #000;
}

.btnCarShop:hover {
	background: transparent;
	color: #fff;
}

header {
	position: relative;
	background-image: url(../img/home.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
	overflow: hidden;
	padding-bottom: 42px;
}

header:before,
header:after,
.header-menu:before {
	content: '';
	width: 100%;
	height: 30%;
	position: absolute;
	left: 0;
}

.header-menu {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.header-menu-top.fixedM {
	position: fixed;
	width: 100%;
	top: 0;
	-ms-transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
	opacity: 0;
	background: #000;
	z-index: 9999;
	transition: all ease .5s;
}

.header-menu-top.fixedM.fixedMOpen {
	-ms-transform: translateY(0%);
	-webkit-transform: translateY(0%);
	-moz-transform: translateY(0%);
	-o-transform: translateY(0%);
	transform: translateY(0%);
	opacity: 1;
}

.header-menu .header-menu-top.fixedM .container {
	padding-top: 0;
}

.header-menu .container {
	z-index: 1
}

.header-menu .container:first-child {
	padding: 50px 0 0 0;
}

header:before {
	top: 0;
	background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
}

header:after {
	bottom: 0;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 64.46%);
}

.header-menu {
	position: relative;
	height: 100%;
}

.header-menu .container {
	position: relative;
}

.header-menu:before {
	height: 100%;
	background: rgba(0,0,0,0.44);
}

.header-menu p {
	margin: 0;
}

.header-menu a {
	color: #fff;
}

.header-phone-btn .btnCarShop {
	width: 100%;
}

.header-mailWork p {
	color: #fff;
	text-transform: uppercase;
	font-family: 'UbuntuB'
}

.header-mailWork p span {
	color: #FF0002;
}

.header-mailWork a {
	font-family: 'UbuntuL';
	letter-spacing: 0.08em;
	color: #fff;
}

.header-phone {
	text-align: right;
	color: #fff;
}

.header-phone-item {
	font-family: 'UbuntuB';
	line-height: 1.25;
}

.header-phone-item i {
	position: relative;
	top: 3.5px;
	margin-right: 8px;
	font-size: 24px;
}

.header-phone-item a {
	font-family: 'UbuntuB';
	font-size: 20px;
	color: #fff;
}

.header-phone-item a span {
	font-size: 14px;
	font-family: 'UbuntuL';
	display: inline-block;
	margin: 0 5px 0 10px;
}

.titleHome h1 {
	text-transform: uppercase;
	font-size: 54px;
	font-family: 'UbuntuB';
	color: #fff;
	width: 585px;
	line-height: 1.15;
}

.formHeader p {
	color: #fff;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-transform: uppercase;
	letter-spacing: 0.08em;
	font-size: 30px;
	width: 600px;
	line-height: 1;
	font-family: 'UbuntuL';
}

.formHeader p span {
	color: #FF0002;
}

.formHeader form {
	display: flex;
	flex-wrap: wrap;
	margin-top: 24px;
}

.formHeader form input,
.messageMail-item form input {
	width: 213px;
	height: 60px;
	color: #fff;
	border: 2px solid #fff;
	text-align: center;
	padding: 15px;
	border-radius: 66px;
	margin-right: 15px;
}

.formHeader form input[type='file'] {
	width: auto;
	height: auto;
	border: none;
	padding: 0;
}


.example-1 input[type=file] {
	outline:0;
	opacity:0;
	pointer-events:none;
	user-select:none
}

.example-1 .label {
	width:150px;
	height: 60px;
	border:2px dashed #fff;
	border-radius:66px;
	display:block;
	transition:border 300ms ease;
	cursor:pointer;
	padding-left: 20px;
	line-height: 1.25;
	margin-right: 15px;
}

.example-1 .label i{
	display:block;
	font-size:28px;
	margin-right: 10px;
}

.example-1 .label i, .example-1 .label .title {
	color: #fff;
	overflow: hidden;
	transition:200ms color;
}

.example-1 .label span {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
}

.formHeader button {
	width: 240px;
	height: 60px;
	font-size: 18px;
}

.titleSection h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-family: 'UbuntuB';
	margin-bottom: 0;
	width: 1130px;
}

.advantages {
	margin-top: 72px;
	margin-bottom: 100px;
}

.advantages .titleSection {
	margin-bottom: 36px;
}

.advantages-item svg {
	width: 60px;
	height: 60px;
}

.advantages-item h5 {
	margin: 24px 0 10px 0;
	font-size: 18px;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	font-family: 'UbuntuB'
}

.advantages-item p {
	margin: 0; 
	letter-spacing: 0.06em;
	font-size: 18px;
	font-family: 'UbuntuL'
}

.services .col-md-6 {
	padding-left: 0;
	padding-right: 0;
}

.services .titleSection {
	margin-bottom: 48px;
}

.services-cards {
	position: relative;
	text-align: center;
	padding: 42px 0;
	height: 345px;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	background-position: center right -6rem;
}

.services-cards:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000000 8.65%, rgba(0, 0, 0, 0) 100%);
}

.services-cards h5 {
	position: relative;
	color: #fff;
	font-size: 30px;
	width: 330px;
	margin: 0 auto;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	font-family: 'UbuntuL'
}



.messageMail {
	background: #000;
	padding: 36px 0;
}

.messageMail-item h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	letter-spacing: 0.08em;
	margin-bottom: 18px;
}

.messageMail-item form {
	display: flex;
	flex-wrap: wrap;
}

.messageMail-item form input {
	width: auto;
	text-align: left;
	padding: 15px 30px;
}

.messageMail-item form button {
	height: 60px;
	font-size: 18px;
	margin-left: 15px;
}

.autoSlider {
	margin-top: 66px;
	margin-bottom: 78px;
}

.autoSlider .titleSection {
	margin-bottom: 30px;
}

.autoSlider .container .row:last-child {
	padding: 0 15px;
}

.autoSlider .col-md-3 {
	padding-left: 0;
	padding-right: 0;
}

.slick-slide {
	outline: none;
}

.autoSlider-cards, .autoSlider-cards .autoSlider-cardsImg {
	position: relative;
	overflow: hidden;
}

.autoSlider-cards .autoSlider-cardsImg {
	height: 350px;
	background-repeat: no-repeat;
	background-position: top -50px right -20px;
}

.autoSlider-cards .autoSlider-cardsImg:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: linear-gradient(180deg, #000000 16.11%, rgba(0, 0, 0, 0) 80.16%);
}

.autoSlider-cards .autoSlider-cardsImg .autoSlider-cardsImgText {
	position: absolute;
	top: 0;
	padding: 30px 25px 15px 25px;
}

.autoSlider-cards .autoSlider-cardsImg .autoSlider-cardsImgText p {
	margin: 0;
	font-family: 'UbuntuL';
	color: #fff;
}

.autoSlider-cards .autoSlider-cardsImg .autoSlider-cardsImgText p span {
	font-family: 'UbuntuM';
	font-size: 20px;
}

.autoSlider-cards .autoSlider-cardsImg .autoSlider-cardsImgText a {
	font-size: 14px;
	display: inline-block;
	color: #fff;
	border-radius: 60px;
	padding: 7px 20px;
	margin-top: 15px;
	font-family: 'UbuntuM';
	pointer-events: none;
	background: #000;
}

.autoSlider-cards .autoSlider-cardsText {
	margin-top: 16px;
}

.autoSlider-cards .autoSlider-cardsText p {
	margin: 0
}

.autoSlider-cards .autoSlider-cardsText p span {
	font-family: 'UbuntuB'
}

.autoSliderSlick .slick-next,
.autoSliderSlick .slick-prev {
	top: -48px;
	width: auto;
	height: auto;
}

.autoSliderSlick .slick-prev:before, .autoSliderSlick .slick-next:before {
	font-family: 'Font Awesome 5 Pro';
	color: #000;
	font-size: 35px;
	z-index: 1;
}

.autoSliderSlick .slick-next {
	right: 15px;
}

.autoSliderSlick .slick-prev {
	left: auto;
	right: 85px;
}

.autoSliderSlick .slick-next:before {
	content: '\f178'
}

.autoSliderSlick .slick-prev:before {
	content: '\f177'	
}

footer {
	background: #000;
	padding: 40px 0;
}

footer .formHeader {
	padding-bottom: 48px;
	margin-bottom: 48px;
	border-bottom: 1px solid #fff;
}

footer .header-phone {
	text-align: left;
}

footer h5 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'UbuntuB';
	font-size: 16px;
	margin-bottom: 15px;
}

footer .header-mailWork {
	display: flex;
	flex-direction: column;
	min-height: 100%;
	justify-content: space-between;
}

.footer-logoTarget img {
	width: 186px;
}

.footer-logoTarget {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 100%
}

.modal-header {
	padding-bottom: 42px;
	padding-top: 40px;
	border-bottom: 0;
	justify-content: center;
}

.modal-title {
	text-transform: uppercase;
	font-size: 25px;
	font-family: 'UbuntuB';
	text-align: center;
	line-height: 1.25;
}

button.btn-close {
	position: absolute;
	top: 24px;
	right: 24px;
}

.modal-body {
	padding: 0 60px 40px 60px;
}

.modal-body input,
.modal-body button {
	width: 100%;
	height: 55px;
	font-size: 18px;
}

.modal-body input {
	margin-bottom: 15px;
	text-align: center;
	border: 1px solid #000;
	border-radius: 66px;
}

.modal-body button:hover {
	color: #000;
}

.onlineHome {
	width: 500px;
	display: block;
	text-align: center;
	line-height: 55px;
	font-size: 18px;
	height: 60px;
}

.thank {
	display: none;
	position: fixed;
	width: 100%;
	height: 100vh;
	background: rgba(0, 0, 0,0.8);
	top: 0;
	left: 0;
	z-index: 9999;
}

.thank h2 {
	color: #fff;
	text-transform: uppercase;
	font-family: 'UbuntuB';
	font-size: 3rem;
	position: absolute;
	top: 10%;
	text-align: center;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	flex-direction: column;
	top: 0;
}