﻿.index-container {
	display: flex;
}

.left-index-content {
	width: 17.5%;
}

.right-index-content {
	width: 82.5%;
}

.call-button {
	margin: 0 auto;
    display: flex;
    align-items: center;
}

.call-button a{
    border: none;
    border-radius: 2px;
    background-color: #e98f87; /* theme color  ANOTHER!!! */
    padding: 10px;
    width: 90%;
    color: #444444;
    text-align: center;
	}
	
.call-button a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #444444;
}

.sale-container {
	margin-top: 30px;
}

.sale-element {
	background-color: #f1f1f1;
	display: flex;
	width: 90%;
	height: 130px;
	margin-bottom: 20px;
}

.sale-element:hover {
	text-decoration: none;
}

.sale-image {
	max-width: 40%;
}


.sale-image img {
	height: 65%;
	padding: 10px;
}

.sale-text h3 {
	padding-top: 20px;
	color: #DB4437;
	font-size: 20px;
}

.sale-text p {
	color: #444444;
	font-size: 12px;
}

@media only screen and (max-width : 720px){
	.left-index-content {
		display: none;
	}

	.right-index-content {
		width: 100%;
	}
	
	.catalog_item {
    width: 150px;
	}
	
	.catalog_item .image_frame img {
    max-width: 120px;
    max-height: 120px;
	}
	
	.slider__item-container a {
	font-size: 30px;
	padding-top: 20px;
    padding-left: 30px;
	line-height: 50px;
}
	
}
