/*слайдер акции  и спецпредложения*/
.maot-promotions {
	padding-top: 34px;
}
@media screen and (min-width: 830px) {
	.maot-content-wrapper-promotions {
		padding-left: 0px;
	    padding-right: 0px;
	}
}
/*общее для слайдеров*/
.maot-slider-block {
  margin-bottom: 52px;
}

.slider-block-c {
    padding: 0px 45px 0px 45px;
    position: relative;
}
@media screen and (max-width: 960px) {
	.slider-block-c {
    	padding: 0px;
	}
}
/*общее для слайдеров конец*/

.promotions_wrapper {
	margin: 0 auto;
    overflow: hidden;
    display: block;
    width: 1100px;
}
@media screen and (max-width: 1200px) {
	.promotions_wrapper {
	    width: 960px;
	    margin: 0 auto;
	}
}
@media screen and (max-width: 960px) {
	.promotions_wrapper {
	    width: 800px;
	}
}
@media screen and (max-width: 830px) {
	.promotions_wrapper {
	    width: 100%;
	}
}
.promotions_block {
    width: 254px;
    height: 215px;
    float: left;
    overflow: hidden;
}
.promotions_block {
	margin-right: 28px;
}
.promotions_block-link:nth-child(3) .promotions_block {
    width: 536px;
}
@media screen and (max-width: 1200px) {
	.promotions_block {
		width: 227px;
    	height: auto;
		margin-right: 25px;
	}
	.promotions_block-link:nth-child(3) .promotions_block {
	    width: 455px;
	}
}
@media screen and (max-width: 960px) {
	.promotions_block {
		width: 187px;
		margin-right: 20px;
	}
	.promotions_block-link:nth-child(3) .promotions_block {
	    width: 374px;
	}
}
@media screen and (max-width: 830px) {
	.promotions_block {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.promotions_block-link:nth-child(3) .promotions_block {
	    width: 100%;
	}
}
@media screen and (max-width: 480px) {
	.promotions_block {
		float: none;
    	margin: 0;
    	margin-bottom: 35px;
	}
}
.promotions_block-link {
	color: #000;
	cursor: pointer;
	    background-color: transparent;
    -webkit-text-decoration-skip: objects;
    outline: none;
}
.promotions_block-left {
    float: left;
    position: relative;
    width: 254px;
    height: 214px;
    background: rgba(0, 0, 0, .2);
    overflow: hidden;
}
@media screen and (max-width: 1200px) {
	.promotions_block-left {
		width: 227px;
    	height: auto;
	}
}
@media screen and (max-width: 960px) {
	.promotions_block-left {
		width: 187px;
	}
}
@media screen and (max-width: 830px) {
	.promotions_block-left {
		width: 35%;
		line-height: 0;
	}
}
@media screen and (max-width: 480px) {
	.promotions_block-left {
		width: 100%;
	}
}
.promotions_block-right {
	float: right;
        position: relative;
    width: 282px;
    height: 214px;
    padding: 0 7px 10px 27px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
@media screen and (max-width: 1200px) {
	.promotions_block-right {
		width: 228px;
    	height: auto;
    	padding-left: 21px;
	}
}
@media screen and (max-width: 960px) {
	.promotions_block-right {
		width: 187px;
	    height: auto;
	    padding-left: 14px;
	    padding-right: 10px;
	    padding-bottom: 0;
	}
}
@media screen and (max-width: 830px) {
	.promotions_block-right {
		position: static;
	    left: 0;
	    float: right;
	    width: 65%;
	    margin: 0px;
	    padding: 0px;
	    padding-left: 29px;
	}
}
@media screen and (max-width: 480px) {
	.promotions_block-right {
		margin-top: 20px;
	    width: 100%;
	    padding: 0px;
	}
}
.promotions_block-background {
    position: absolute;
    width: 139%;
    height: 100%;
    left: -18%;
}
@media screen and (max-width: 830px) {
	.promotions_block-background {
		position: static;
	}
}
@media screen and (max-width: 480px) {
	.promotions_block-background {
		width: 100%;
	}
}
.promotions_block_title {
	display: block;
	color: #3a4142;
	font-size: 15px;
	font-family: 'robotomedium';
	margin-bottom: 20px;
	text-align: left;
	text-decoration: none;
}
.promotions_block_title:hover,
.promotions_block_title:focus,
.promotions_block_title:visited {
	text-decoration: none;
	outline: none;
}
@media screen and (max-width: 1200px) {
	.promotions_block_title {
		font-size: 15px;
    	margin-bottom: 16px;
	}
}
@media screen and (max-width: 960px) {
	.promotions_block_title {
		font-size: 13px;
    	margin-bottom: 5px;
	}
}
.promotions_block_dsc {	
	display: block;
	font-size: 14px;
	color: #141d1e;
	font-family: 'Roboto';
	line-height: 25px;
	text-align: left;
	margin-bottom: 40px;
	text-decoration: none;
}
.promotions_block_dsc:hover,
.promotions_block_dsc:focus,
.promotions_block_dsc:visited {
	text-decoration: none;
	outline: none;
}
@media screen and (max-width: 1200px) {
	.promotions_block_dsc {
		font-size: 13px;
    	line-height: 23px;
    	margin-bottom: 21px;
	}
}
@media screen and (max-width: 960px) {
	.promotions_block_dsc {
		font-size: 12px;
    	line-height: 18px;
    	margin-bottom: 15px;
	}
}
@media screen and (max-width: 830px) {
	.promotions_block_dsc {
		font-size: 12px;
    	line-height: 16px;
    	margin-bottom: 17px;
	    height: auto;
	    max-height: none;
	    overflow: visible;
	}
}
.promotions_block_more {
	display: block;
	position: absolute;
	left: 27px;
	bottom: 0px;
	color: #000;
	font-size: 14px;
	font-family: 'robotobold';
	text-align: center;
	width: 122px;
	height: 34px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 34px;
	border: 1px solid #e5e5e5;
	text-decoration: none;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.04);
    -moz-box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.04);
    box-shadow: 0px 1px 2px 0px rgba(50, 50, 50, 0.04);
}
@media screen and (max-width: 1200px) {
	.promotions_block_more {
		position: static;
	}
}
@media screen and (max-width: 830px) {
	.promotions_block_more {
		position: static;
	}
}
.promotions_block_more:hover,
.promotions_block_more:focus,
.promotions_block_more:visited {
	text-decoration: none;
	outline: none;
}
/*слайдер акции  и спецпредложения конец*/

.promotions_image{
}