/*------------------------- У вас есть старый магазин и вы хотите его доработать? -----------------------------*/
.old-shop {
	background: url(../images/slide-calc2.jpg) no-repeat center;
    background-size: cover;
    background-attachment: fixed;
	float: left;
	width: 100%;
	position: relative;
	padding-bottom: 30px;
}
.old-shop .title {
	margin-top: 60px;
}
.old-shop .services-list {
	display: flex;
	align-content: space-between;
	justify-content: space-between;
	margin-top: 40px;
}
.old-shop .services-list .item {
	text-align: center;
	width: 33.33333%;
}
.old-shop .services-list .item .text {
	font-size: 24px;
	font-weight: 300;
	color: #fff;
	line-height: normal;
	margin-top: 20px;
}
.old-shop .btn-container {
	text-align: center;
	margin: 40px 0 20px;
}
.old-shop .btn-container a {
	display: inline-block;
	/*background: #ff1768;
	background: -moz-linear-gradient(left, #ff1768 0%, #ba21e2 100%);
	background: -webkit-linear-gradient(left, #ff1768 0%,#ba21e2 100%);
	background: linear-gradient(to right, #ff1768 0%,#ba21e2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff1768', endColorstr='#ba21e2',GradientType=1 );*/
	background: #FE6053;
	border: none;
	color: #fff;
	font-size: 24px;
	height: 60px;
	padding: 0 60px;
	line-height: 56px;
	border-radius: 30px;
}
@media screen and (max-width: 660px) {
	.old-shop .services-list {
		flex-flow: row wrap;
	}
	.old-shop .services-list .item {
		width: 100%;
		margin-bottom: 20px;
	}
}
.tema-list {
    clear: both;
}
.tema-list .tags-block {
    margin: 0px;
    padding: 20px 0;
    text-align: center;
}

.nomtop {
    margin-top: 0!important;
}

.header-dark:after {
	display: block;
	clear: both;
	content: '';
}
.header-dark .icon {
    width: 16%;
    float: left;
    color: #fff;
    margin-top: 20px;
    padding: 55px 2% 0 2%;
    background-position: top center;
    background-repeat: no-repeat;
    text-align: center;
    font-size: 12px;
}

.header-dark {
    height: 132px;
	width: 100%;
    background: rgba(0,0,0,0.6);
    
    bottom: 0;
    z-index: 2;
}
.header-dark .icon {
    width: 20%;
    padding: 55px 0px 0 0px;
}




@media only screen and (max-width: 1200px) {
  .header-dark .icon br{display: none;}
}

.header-dark .icon.i1 {background-image:url(../images/icon-im/icon1.png);}
.header-dark .icon.i2 {background-image:url(../images/icon-im/icon2.png);}
.header-dark .icon.i3 {background-image:url(../images/icon-im/icon3.png);}
.header-dark .icon.i4 {background-image:url(../images/icon-im/icon4.png);}




/*.header-dark {width:100%; height:120px; background: rgba(0,0,0,0.6); position:absolute; bottom:0; z-index:2}*/

.header-dark .icon {width: 21%; float:left; color:#fff; margin-top:20px; padding:55px 2% 0 2%; background-position:top center; background-repeat:no-repeat; text-align:center; font-size:12px;}

.header-dark .icon div {font-size:13px; line-height:1.15em; margin-bottom:5px;}


@media only screen and (max-width: 768px) {
.header-dark .inner {margin-top:10px;}
.header-dark .icon {font-size: 11px; margin-top: 7px;}
}