.aboutcontthirteen-item-info__btn{
border-style: solid;
}

/* стили для кнопки */

.aboutcontthirteen-item-info__btn {
	display: inline-block;
	padding: 15px 65px;
	text-align: center;
	margin: 0 auto 0;
	font-family: Roboto;
	font-size: 13px;
	font-weight: 900;
	border-radius: 4px;
	opacity: 0.8;
	outline: none;
	text-transform: uppercase;
	border-style: solid;
}

.aboutcontthirteen-item-info__btn {
	transition: all 0.2s;
}

.aboutcontthirteen-item-info__btn:hover {
 	opacity: 1;
 	text-decoration: none;
}
.aboutcontthirteen-item-info__btn:active {
 	transform: scale(0.97);
 	opacity: 0.7;
}

.aboutcontthirteen-item-info__btn:focus {
	text-decoration: none;
}

/* стили секции */

.aboutcontthirteen{
	overflow: hidden;
	position: relative;
	padding: 60px 0 85px;
	background-color: #000000;
}

.aboutcontthirteen-item-info {
	text-align: center;
	margin-bottom: 50px;
}

.aboutcontthirteen-item-info__title {
	font-family: Roboto;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.19;
	color: #ffffff;
	margin-bottom: 15px;
}

.aboutcontthirteen-item-info__textone {
	font-family: Roboto;
	font-size: 16px;
	line-height: 1.5;
	color: #c8c8c8;
	margin-bottom: 20px;
}

.aboutcontthirteen-item-info__texttwo {
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.44;
  color: #737373;
  margin-bottom: 35px;
}

.aboutcontthirteen-item-img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.aboutcontthirteen-item-img-wrap {
	max-width: 650px;
    height: 250px;
    overflow: hidden;
    display: flex;
    margin: 0 auto;
}

/* слайдер */

.catalogconteleven-slider:hover {
	cursor: -webkit-grab;cursor: grab;
}

.aboutcontthirteen-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -50px;
	list-style-type: none;
	padding-left: 0;
	margin: 0;
}
.aboutcontthirteen-dots li {
	display: inline-block;
	width: 13px;
	height: 13px;
	border-radius: 50%;
	margin-right: 10px;
	cursor: pointer;
	background-color:#fff;
	opacity: 0.3;
}
.aboutcontthirteen-dots li:last-child {
	margin-right: 0;
}
.aboutcontthirteen-dots li.slick-active,
.aboutcontthirteen-dots li:hover {
	background-color:#fff;
	opacity: 1;
}

.aboutcontthirteen-dots li button {
	font-size: 0;
	border: 0;
	outline: none;
	background: transparent;
}


@media (min-width: 450px) {
	.aboutcontthirteen-item-img-wrap{
		height: 315px;
	}
}

@media (min-width: 550px) {
	.aboutcontthirteen-item-img-wrap{
		height: 370px;
	}
}

@media (min-width: 650px) {
	.aboutcontthirteen-item-img-wrap{
		height: 410px;
	}
	
@media (min-width: 768px) {
	
.aboutcontthirteen-item{
	display: flex;
	align-items:center;
}
.aboutcontthirteen-item-info {
	max-width: 350px;
	width: 50%;
	text-align: left;
	margin-bottom: 0;
	padding-right: 15px;
}
.aboutcontthirteen-item-info__btn {
	margin: 0;
}
.aboutcontthirteen-slider-wrap {
	padding: 0 0 0 30px !important;
}

@media (min-width: 992px) {
	.aboutcontthirteen-item-img-wrap {
		height: 600px;
	}
	.aboutcontthirteen{
		padding: 0;
	}
	.aboutcontthirteen-dots {
		left: -60px;
		top: 50%;
		bottom: unset;
		transform: translateY(-50%);
	}
	.aboutcontthirteen-dots li {
		display: block;
		margin: 0 0 10px;
	}
	.aboutcontthirteen-item-info {
		margin-right: 35px;
	}
	.aboutcontthirteen-item-info {
		max-width: 450px;
	}

	.aboutcontthirteen-item {
		justify-content: flex-end;
	}
	.aboutcontthirteen-item-img-wrap {
		margin: 0;
		max-width: unset;
		width: 50%;
	}

}

@media (min-width: 1540px) {
	.aboutcontthirteen-dots {
		left: 0;
	}
	.aboutcontthirteen-item-info {
		margin-right: 100px;
	}

}