.carousel {
	touch-action: none;
	font-family: 'Montserrat', 'Open Sans', sans-serif;
}
.slider, .block-txt-1, .preimush, .block-txt-2 {
	font-family: 'Montserrat', sans-serif;
}

.block-txt-1 .txt, .block-txt-2 .txt {
	font-size: 14px;
}

.slider .carousel .item{
	height: auto;
}

.slider .carousel .carousel-caption{
	bottom: initial;
	top: 80px;
	font-size: 31px;
	text-transform: uppercase;
	text-shadow: none;
	width: 50%;
	padding: 0 15px;
  line-height: 1.2;
  margin: 0 auto;
}
.slider .carousel .carousel-caption span{
	font-weight: 600;
}
.slider .carousel .carousel-caption p{
	margin-bottom: 0;
}
.slider .carousel .carousel-caption a{
	font-weight: 600;
	font-size: 12px;
	color: #fff;
	border: 2px solid #fff;
	width: 165px;
	height: 36px;
	line-height: 32px;
	display: inline-block;
}
.slider .carousel .carousel-indicators{
	margin-bottom: 0;
	bottom: 12px;
}
.slider .carousel .carousel-indicators li{
	width: 12px;
	height: 12px;
	margin: 0 10px;
	border: 2px solid #fff;
}
.slider .carousel .carousel-indicators li.active{
	margin: 0 10px;
}
.slider .carousel .carousel-control{
	background: none;
}
.slider .item img {
	width: 100%;
}
.carousel .blocks{
	overflow: hidden;
}
.carousel .block {
	float: left;
	width: 100%;
	height: auto;
	position: relative;
	background-size: cover;
	background-position: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.carousel .block:before{
	content: '';
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
}
.carousel .block .block-main {
	position: relative;
	z-index: 2;
	color: #fff;
	margin: auto;
	text-align: center;
	width: 100%;
}
.carousel .block .block-main > img {
	width: 100%;/*
	-webkit-filter: brightness(50%);
	-moz-filter: brightness(50%);
	filter: brightness(50%);*/
}
.carousel .block p{
	margin-bottom: 0;
}
.carousel .block p.title{
	font-size: 30px;
	font-weight: 600;
	text-transform: uppercase;
}
.carousel .block p.title.size{
	font-size: 19px;
}
.carousel .block p.txt{
	font-size: 17px;
    text-transform: uppercase;
    margin-top: 10px;
    line-height: 1.2;
    font-weight: 100;
}
.carousel .block .text-block {
	position: absolute;
	width: 100%;
	top: 25%;
}
.carousel .block a{
	font-size: 14px;
	color: #fff;
	display: block;
	width: 140px;
	height: 30px;
	line-height: 27px;
	margin: 0 auto;
	border: 1px solid #fff;
	margin-top: 15px;
	transition: all .25s ease;
}
.carousel .block a img{
	margin-left: 5px;
}

.block-txt-1{
	width: 1150px;
	margin: 50px auto;
	text-align: center;
}
.block-txt-1 p.title{
	font-size: 24px;
	font-weight: 600;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.block-txt-1 p.txt{
	margin-bottom: 0;
}

.preimush{
	width: 90vw;
	margin: 0 auto;
}
.preimush .blocks{
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-around;
}
.preimush .block{
	overflow: hidden;
	margin-bottom: 20px;
	display:flex; 
align-items: center ;
align-content: center ;
}
.preimush .block img{
	float: left;
	margin-right: 15px;
}
.preimush .block p.txt{
	float: left;
	margin-bottom: 0;
	font-weight: 700;
	font-size: 13px;
	text-transform: uppercase;
}

.block-txt-2{
	width: 1150px;
	margin: 20px auto 50px;
	text-align: center;
}
.block-txt-2 p.txt{
	margin-bottom: 0;
}
.owl-carousel .owl-wrapper-outer {
	border: 0;
}


@media (max-width: 1400px) {
	.carousel .block{
		width: 100%;
	}
}

	@media (min-width:786px) and (max-width:1280px)	{
		
.carousel .block p.title.size {
    font-size: 1.5vw;
}
.carousel .block p.txt {
    font-size: 1.3vw;

	}}
	


@media (max-width: 1220px) {
	.preimush{
		width: 100%;
	}
	.preimush .blocks{
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	.preimush .block{
		margin-left: 25px;
		margin-right: 25px;
	}
}






@media (max-width: 1150px) {
	.block-txt-1, .block-txt-2{
		width: 100%;
		padding-left: 15px;
		padding-right: 15px;
	}
}

@media (max-width: 770px) {
	
	
	.block-txt-1 {
    text-align: justify;
    margin: 40px auto;}
	
	.block-txt-1 p.title {
    font-size: 20px;
    margin-bottom: 20px;
    line-height: 28px;
	    text-align: center;
}
	
	.carousel .block{
		width: 100%;
	}
	.preimush .block{
		width: auto;
		display:flex; 
align-items: center ;
align-content: center ;
    height: 77px;
	margin:0
	}
	
	
	.preimush .blocks{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    align-content: center;
    width: 100%;
}

.preimush .block p.txt {    
    font-size: 12px;
width: 132px;}
.block-txt-2 p.txt {
    margin-bottom: 0;
    text-align: justify;
}
	
}

@media (max-width: 520px) {
	.slider .carousel .carousel-caption{
		top: 10px;
		font-size: 18px;
		left: 0;
		width: 100%;
	}
	.owl-item {
		width: 100%;
	}
}
