.brn-slider-wrap {
	height: 445px;	
	direction:ltr;
}
.brn-slide {
    height: 445px !important;
	background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.brn-attributes-wrap {
	display:flex;
	flex-direction:row;
	justify-content: center;
	padding-top: 78px;	
}
.attribute {
	display:flex;
	flex-direction:row;
	margin-right: 20px;
}
.attribute img {
	display:inline;
	margin-right: 10px;
	width: 23px;
	height: 23px;
}
.attribute span {
	font-size: 22px;	
}
/*.brn-slide[data-id="2"] .brn-text-wrap h1 {
	color: #fff !important;	
}
.brn-slide[data-id="2"] .brn-text-wrap p {
	color: #fff !important;	
}
.brn-slide[data-id="2"] .brn-text-wrap a {
	display:flex;
	justify-content:center;
}
.brn-slide[data-id="2"] .brn-text-wrap {
	text-align:center;	
	margin-right: auto;
	max-width: 525px;	
}*/
.brn-text-wrap {
	max-width: 453px;
    margin-right: 0;
    margin-left: auto;
    direction: rtl;
    text-align: right;
	margin-top: 86px;
}
.brn-text-wrap h1 {
	font-size: 27px;
    line-height: 1.2;
    color: #fff;
	margin-bottom: 20px;
}
/*.brn-text-wrap h2 {
	margin-bottom: 39px;
	font-size: 25px;
}*/
.brn-text-wrap p {
    line-height: 1.33;
	font-size: 18px;
	color:#fff;

}
.brn-text-wrap button {
	width: 205px;
    height: 56px;
    background-color: #1c519a;
    font-size: 18px !important;
    color: #fff;
    border: 1px solid #1c519a;
	margin-top: 25px;
	outline: none;
}

@media only screen and (max-width: 1440px) {
/*container maxwidth 1200*/

}
	
@media only screen and (max-width: 1300px) {
/*container maxwidth 1024*/
	.brn-slide[data-id="1"] {
		background-position: 65% 50%;
	}
}
	
@media only screen and (max-width: 1100px) {
/*container maxwidth 980*/
	.brn-slide[data-id="1"] {
		background-position: 60% 50%;
	}
}
	
@media only screen and (max-width: 1024px) {
/*container maxwidth 900*/
	
}

@media only screen and (max-width: 980px) {
/*container maxwidth 700*/
	
}

@media only screen and (max-width: 767px) {
/*container maxwidth 480*/
	.brn-text-wrap {
		padding-top: 20px;
		max-width: none;
	}
	.brn-text-wrap h1, .brn-text-wrap h2, .brn-text-wrap p {
		text-align:center;
		margin-right: auto;
	}
	.brn-text-wrap a {
		display: flex;
		justify-content: center;
	}
	.brn-slide[data-id="1"] {
		background-position: 50% 50%;
	}
	
}
@media only screen and (max-width: 650px) {
	.brn-slide {
		background-position: 40% 50%;
	}
}	

@media only screen and (max-width: 540px) {
/*container maxwidth 440*/
	
}
	
@media only screen and (max-width: 480px) {
/*container maxwidth 96%*/
	.brn-text-wrap h1 {
		font-size: 32px;
	}
	/*.brn-slider-wrap {
		height: 553px;	
	}
	.brn-slide {
		height: 553px;
	}*/
	.brn-text-wrap {
		margin-top: 30px;
	}
}
	
@media only screen and (max-width: 400px) {
	.brn-text-wrap h1 {
		font-size: 32px;
	}
}
	
@media only screen and (max-width: 370px) {
	
}