.header-apple{
	background: url(../img/apple_wite.jpg);
	background-repeat: no-repeat;
	height: 606px;
	background-size: cover;
	margin: 0 auto;
	    width: 100%;
	text-align: right;
	background-position: center;
}

.content__container{
	padding-right: 0px;
	padding-left: 0px;
}

.content__header, .page__breadcrumbs{
	display: none;
}

.content{
	padding-top: 0px;
}

.block-text{
	display: inline-block;
	padding: 50px;

}

.counter{
	background: #fff;
	display: inline-block;
	text-align: center;
	padding: 0px 10px;
	margin-bottom: 19px;

}

.counter ul{
	margin: 0px;
	padding: 0px;
	text-align: center;

}

.counter ul li{
    background: #000;
    display: inline-block;
    color: #fff;
    font-size: 68px;
    padding: 16px 2px;
    line-height: 0.5;
}

.counter p{
	color: #bf0006;
	font-size: 22px;
	text-align: center;
	margin: 10px;
	font-weight: bold;
}

.header-text{
	font-size: 76px;
	color: #fff;
	text-shadow: 3px 0px 11px #787878;
	margin: 0px;
	display: block;
	text-align: left;
}

.header-text1{
	color: #fff;
	text-shadow: 3px 0px 11px #787878;
	text-align: left;
	font-size: 24px;
}
.block-text div{
	text-align: left;
}

.block-text div a{
    font-size: 30px;
    color: #000;
    text-decoration: none;
    background: #ffffffe3;
    padding: 11px 25px;
    border-radius: 25px;
    transition: 1s;	
}

.block-text div a:hover{
	background: #808080d1;
}

/*======================================================Block1=================================*/
.block-section{
	margin: 0 auto;
	width: 100%;
	background: #fafafa;
	text-align: center;
	margin-top: -17px;
	padding: 52px 0px;
}


.block-section p{
	font-size: 56px;
	text-align: center;
	margin: 0px;
	margin-bottom: 52px;
}

.block-section p span{
	font-size: 27px;
	margin-top: 8px;
}

.block-section img{
	margin: -4px;
}

.block-section div{
	margin-top: 40px;
}

.block-section div a{
	font-size: 30px;
	color: #ff0000;
	text-decoration: none;
	transition: 1s;
}

.block-section div a:hover{
	text-decoration: underline;
}

.bgn{
	background: #f9f0eb;
	padding-bottom: 0px;
	margin-bottom: -2px;
}

.srm{
	background: #efefef;
	padding-bottom: 0px;
	margin-bottom: -2px;
}

.tfd{
	background: #f1ebf9;
	padding-bottom: 0px;
	margin-bottom: -2px;
}

.grj{
	background: #edf9eb;
	padding-bottom: 0px;
	margin-bottom: -2px;
}

.kdp{
	background: #f8f9eb;
	padding-bottom: 0px;
	margin-bottom: -2px;
}

.margin-bottom{
	margin: 5px !important;
}
.line-block{
	padding: 2px;
}

.line-block div, .bg1{
    display: inline-block;
    border: 6px solid #fff;
    padding-top: 11px;
    width: 556px;
    height: 444px;
    background-size: contain;
    background: url(../img/watch.jpg);
    background-repeat: no-repeat;
        background-color: #fafafa;
            background-position: bottom;
}
.line-block div.bg1{
	background-size: contain  !important;
	background: url(../img/holiday_large.png) !important;
	  background-repeat: no-repeat !important;
	  background-position: bottom !important;
        background-color: #fafafa !important;

}

.bg2{
		background-size: contain  !important;
	background: url(../img/imac.jpg) !important;
	  background-repeat: no-repeat !important;
	  background-position: bottom !important;
        background-color: #fafafa !important;
}

.bg3{
			background-size: contain  !important;
	background: url(../img/ipad.jpg) !important;
	  background-repeat: no-repeat !important;
	  background-position: bottom !important;
        background-color: #fafafa !important;
}

.line-block div p{
	text-align:center;
	color: #111;
	font-size: 40px;
	margin: 0 auto;
	line-height: 1;
}

.line-block div p span{
	font-size: 21px;
}

.container-good{
	text-align: center;
}

.line-block div img{
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {
	.header{
		width: 100%;
		height: auto;

	}

	.counter{
		margin-bottom: 0px;
	}

	.block-section img{
		width: 100%;
	}
	
}

@media screen and (max-width: 992px) {
	.header-text{
		font-size: 32px;
	}

	.header{
		background-size: cover;
	}
}

@media screen and (max-width: 653px) {
	.line-block div{
		width: 100%;
	}
}