﻿.top-banner {
	background: #75828a;
    background-size: cover;
    background-repeat: no-repeat;
	min-height: 380px;
	display: none;
	justify-content: center;
	background-position: 0% 70%;
	margin-top: -80px;
}

.big-headline {
	font-family: Roboto;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 54px;
    line-height: 66px;
    letter-spacing: -0.5px;
	/*padding-top: 130px;*/
}

.small-headline {
	font-family: Roboto;
    color: #ffffff;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    line-height: 37px;
    padding-top: 22px;
}

.headline-container {
    text-align: left;
    width: 80%;
	margin-top: 60px;
}

/* поиск */


.search-bar-parent {
    position: relative;
    display: flex;
    justify-content: center;
}

.search-bar-child {
    position: absolute;
    top: -131px;
    width: 100%;
}

.vin-model {
    height: 70px;
}

.button-holder {
    width: 1100px;
    height: 70px;
    display: flex;
}

.search-vin {
    padding-left: 20px;
    padding-right: 20px;
    height: 66px;
    width: 120px;
    background-color: #323233;
    border-top: 4px solid #ec4242;
    color: #ffffff;
    text-align: center;
    padding-top: 20px;
}

.search-artikul {
    height: 70px;
    width: 120px;
    background: rgba(50, 50, 51, 0.6);
    margin-left: 20px;
    color: #ffffff;
    text-align: center;
    padding-top: 10px;
}

.search-bar {
    background-color: #ffffff;
    display: flex;
    justify-content: center;
}

.search form {
    width: 90%;
}

.search {
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #323233;
}

.search3 {
	margin-top: 130px;
    width: 100%;
    height: 50px;
    display: none;
    align-items: center;
    justify-content: center;
	background: rgba(0, 0, 0, 0.75);
	position: fixed;
    z-index: 1000;
}

.search-text {
    width: 85%;
    border: none;
    height: 30px;
    outline: none;
    padding-left: 10px;
    font-size: 16px;
}

.search-submit {
    width: 170px;
    height: 30px;
    border: none;
    background-color: #e94141;
    color: #ffffff;
    margin-left: 15px;
    font-size: 17px;
    font-weight: normal;
    font-style: normal;
    outline: none;
}

.search-name {
	font-size: 12px;
	padding: 5px 10px;
	margin-bottom: 0px;
}

.search-submit:hover {
    background-color: #0c5460;
}

.btn-rus {
	border-radius: 0px !important;
}

/* поиск */


.advantage-container {
	margin-top: 100px;
	display: flex;
	justify-content: space-between;
	margin-bottom: 40px;
}

.advantage {
	width: 25%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.advantage p {
	font-family: Roboto;
	margin-bottom: 0px;
	padding: 0px 10px;
	font-size: 20px;
}

/* banner-middle */

.middle-banner {
	background: url(/templates/_default/_swan/images/banner-middle.jpg);
    background-size: cover;
    background-position: center;
	height: 300px;
}

.middle-banner-container {
    margin: 0 auto;
    width: 80%;
    display: flex;
    justify-content: space-between;
}

.banner-text h1 {
    color: #ffffff;
    font-style: normal;
    font-weight: 600;
    font-size: 41px;
    line-height: 51px;
    padding: 60px 0px;
}

.banner-button {
    color: #ffffff;
    background-color: #e94141;
    padding: 8px 41px;
}

.banner-button:hover {
    background-color: #0c5460;
	color: #ffffff;
	text-decoration: none;
}

.description-block {
    background-color: #ffffff;
	margin-bottom: 50px;
	font-family: Roboto;
	font-style: normal;
    font-weight: normal;
}

.description-container {
    margin: 0 auto;
    line-height: normal;
	/*padding-bottom: 40px;*/
}

.description-headline {
    font-size: 39px;
    line-height: 56px;
    margin-top: 50px;
    margin-bottom: 40px;
}
.description-text {
    font-size: 13px;
    line-height: 16px;
    padding: 0px 0px 16px 0px;
}

.top-search {
	width: 400px !important;
}


/* MEDIA */


@media only screen and (max-width : 992px) {

	.top-banner {
		margin-top: -50px;
		background-position: 65%;
		min-height: 300px;
	}
	
	.big-headline {
    font-size: 40px;
	}
	
	.small-headline {
    font-size: 15px;
	padding-top: 0px; 
	line-height: 20px;
	}

}
@media only screen and (max-width : 575px) {
	.search-bar-parent {
		display: none;
	}
	.advantage-container {
	margin-top: 30px;
	}
	
}

@media only screen and (min-width : 576px) and (max-width : 866px) {
	.search-bar-tab.active {
    width: 105px !important;
	}
	
	.search-bar-tab {
	width: 105px !important;
	}
	
}

@media only screen and (min-width : 768px) and (max-width : 1199px) {
	.middle-banner {
    background-position: 50%;
	}
	
	.banner-text h1 {
    width: 300px;
    padding: 35px 0px 40px 0px;
	}
	
}

@media only screen and (min-width : 768px) and (max-width : 991px) {

}

@media only screen and (min-width : 870px) and (max-width : 1089px) {
	.advantage img {
		height: 70%;
	}
	
	.advantage p {
	font-size: 15px;
	}
}	

@media only screen and (min-width : 768px) and (max-width : 869px) {
	.advantage img {
		height: 50%;
	}
	
	.advantage p {
	font-size: 14px;
	}
	
}	

@media only screen and (min-width : 577px) and (max-width : 767px) {
	.advantage-container {
	flex-wrap: wrap;
	}
	
	.advantage {
	width: 50%;
	display: flex;
    justify-content: center;
	}
	
	.advantage img {
		height: 50%;
	}
	
	.advantage p {
	font-size: 14px;
	}	
	
	.banner-text h1 {
    width: 300px;
    padding: 35px 0px 40px 0px;
	}
}


@media only screen and (max-width : 576px) {
	
	.advantage {
	width: 50%;
	display: flex;
    justify-content: center;
	}
	
	.advantage-container {
	flex-direction: column;
	align-items: center;
	}	
	
	.advantage img {
		height: 40%;
	}
	
	.advantage p {
	font-size: 12px;
	}	
	
	.middle-banner {
    background-position: 55%;
	}
	
	.banner-text h1 {
    width: 150px;
    font-size: 24px;
    line-height: 30px;
    padding: 60px 0px 40px 0px;
	}
	
}


