.sliderMain {
	position: relative;
	font-family: Gilroy, sans-serif;
	max-width: 1280px;
	margin: 0 auto
}

.slick-slide img {
	height: auto
}

.infoBlock_back {
	background-color: #0000001f;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all .3s ease-out
}

.slide .infoBlock {
	position: absolute;
	left: 10%;
	top: 50%;
	transform: translateY(-50%);
	display: block;
	width: 40%;
	max-width: 400px;
	color: #1f3c76;
	text-align: left;
	z-index: 9
}

.infoBlock h2 {
	font-size: 45px;
	line-height: 38px;
	margin: 0 0 10px;
	text-align: left;
	color: #e30613;
	font-weight: 700;
	-webkit-text-stroke: #ffffffc2;
	-webkit-text-stroke-width: thin;
	text-shadow: -1px 0px 10px white;
}

.infoBlock p {
	font-size: 21px;
	text-align: left;
	line-height: 28px;
	display: block;
	color: #1f3c76;
	margin: 0 0 15px
}

.button {
	/*position: relative; */
    display: inline-block;
    /* text-decoration: none; */
    /* cursor: pointer; */
    color: #ffffff;
    background: #e30613;
    border: 1px solid #e30613 !important;
    /* white-space: nowrap; */
    /* font-family: inherit; */
    /* vertical-align: middle; */
    /* text-align: center; */
    font-size: 17px;
    padding: 10px 25px;
    margin: 10px 0;
    font-weight: 700;
    border-radius: 25px;
    /* user-select: none; */
    /* -webkit-appearance: none; */
    text-transform: uppercase;
    box-shadow: 0 10px 15px -10px rgb(31 60 118 / 80%);
}
.button:hover{
	color: #e30613;
    background: #ffffff;
	
}
.slick-prev {
	left: 0;
	background-position: left top
}

.slick-next {
	right: 0;
	background-position: right top
}

@media only screen and (max-width:1280px) {
	.slick-list {
		border-radius: 0
	}
}

@media only screen and (max-width:820px) {
	.infoBlock h2 {
		font-size: 28px;
		line-height: 36px
	}
	.infoBlock p {
		font-size: 18px;
		line-height: 24px;
		margin: 0 0 10px
	}
}

@media only screen and (max-width:480px) {
	.sliderMain .slick-slide {
		height: 250px
	}
	.slide img {
		position: absolute;
		width: auto;
		height: 250px;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%)
	}
	.infoBlock {
		left: 5%!important
	}
	.infoBlock h2 {
		font-size: 18px;
		line-height: 21px
	}
	.infoBlock p {
		font-size: 14px;
		line-height: 16px;
		margin: 0 0 5px
	}
	.slick-prev {
		left: -7px
	}
	.slick-next {
		right: -7px
	}
}