@media (min-width: 768px) { 


.contacts-wrapper {
	display: flex;
}

.contacts-block {
	width: 33.333%;
}


.text {
	padding-left: 3vw!important;
}
.title {
	font-size: 35px;
}
.dot {
	font-size: 30px;
}

/* INDICATORS */ 

.indicators-wrapper {
	bottom: 60px;
}

/* CONTAINER INFO */

/* title */

.container-title {
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
}

/* text */

.container-text {
	max-width: 550px;
	margin-right: auto;
	margin-left: auto;
}

/* PREVIEW */ 

.preview-title {
width: calc(100% - 88px);
}
.preview-icon.prev:before {
padding-left: 0px;
}
.preview-icon.next:before {
padding-right: 0px;
}
.preview-icon {
background-color: rgba(40, 40, 40, 1);
width: 88px;
}



 }
