.bx-breadcrumb a,.bx-breadcrumb a span{
	color:#3790D0;
	font-size:18px !important;
	font-family:"Exo2", sans-serif !important;
}

.bx-breadcrumb .bx-breadcrumb-item span{
	font-size:18px !important;
	font-family:"Exo2", sans-serif !important;
}

/*OFFER*/
.s-offer{}
.offer{
	background-color: #F3F3F3;
	border-radius: 20px;
	position: relative;
}
.offer-wrap + .offer-wrap{
	margin-top: 30px;
}
.offer__height{
	height: 615px;
}
.offer__text{
	max-width: 600px;
}
.offer__title{
}
.offer__img{
	position: absolute;
	left: 50%;
	bottom: 0;
	top: 0;
	right: 0;
	padding-top: 0;
	margin-left: 15px;
	border-radius: 20px;
}
@media only screen and (min-width : 992px) {
	.offer-wrap_w-max .container{
		max-width: 100%;
	}
	.offer-wrap_w-max .offer__text{
		max-width: none;
		margin: 0 -30px;
	}
	.offer-wrap:not(.offer-wrap_w-max) div.offer__text{
		padding-left: 0;
		padding-right: 30px;
	}
	.offer-wrap.offer-wrap_reverse:not(.offer-wrap_w-max) div.offer__text{
		padding-left: 30px;
		padding-right: 0;
	}
	.offer-wrap_reverse	.offer__img{
		left: 0;
		right: 50%;
		margin-right: 15px;
		margin-left: 0;
	}
	.offer-wrap_h-auto .offer__height{
		height: auto;
		min-height: 370px;
	}
	.offer-wrap_reverse .offer__height{
		-webkit-box-pack: end;
		    -ms-flex-pack: end;
		        justify-content: flex-end;
	}
}
@media only screen and (max-width : 1599px) {
	.offer__height{
		height: 460px;
	}
	.offer__text{
		max-width: 460px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.offer__img{
		position: relative;
		height: 320px;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		margin: 0;
	}
	.offer__height{
		height: auto;
	}
	.offer__text{
		padding-top: 35px;
		padding-bottom: 60px;
		padding-left: 0;
		padding-right: 0;
		margin-left: 0;
		margin-right: 0;
		max-width: none;
	}
}
@media only screen and (max-width : 767px) {
	.offer-wrap .container{
		max-width: 100%;
	}
	.offer__img{
		height: 240px;
	}
	.offer__text{
		padding-top: 20px;
		padding-bottom: 30px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/OFFER*/

/*ADVANTAGES*/
.s-advantages{}
.advantages-items{
}
.advantages-items.mt--30{
	margin-top: -60px;
}
.advantages-items__item{
	margin-top: 60px;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.advantages-items__icon{
	width: 126px;
	height: 126px;
	margin-right: 15px;
	border: 3px solid #F3F3F3;
	border-radius: 50%;
	margin-right: 30px;
	position: relative;
}
.advantages-items__icon-center{
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.advantages-items__text{
	padding-top: 5px;
}
@media only screen and (max-width : 1599px) {
	.advantages-items__icon{
		width: 100px;
		height: 100px;
		margin-right: 20px;
	}
}
@media only screen and (max-width : 1199px) {
	.advantages-items.mt--30{
		margin-top: -40px;
	}
	.advantages-items__item{
		margin-top: 40px;
	}
}
@media only screen and (max-width : 991px) {
	.advantages-items__item{
		display: block;
	}
	.advantages-items__icon{
		margin-bottom: 20px;
		margin-right: 0;
	}
}
@media only screen and (max-width : 767px) {
	.advantages-items__icon{
		margin-bottom: 15px;
	}
	.advantages-items.mt--30{
		margin-top: -20px;
	}
	.advantages-items__item{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/ADVANTAGES*/

/*CONTACTS*/
.s-contacts{}
.contacts-items{
	margin-top: 30px;
}
.contacts-items__item{
	margin-top: 15px;
}
.contacts__phone .phone__link{
	font-size: 36px;
}
.contacts-items__item .soc{
	padding-top: 10px;
}
.s-contacts{
	margin-bottom: -320px;
}
.s-contacts + *::before{
	content: '';
	position: relative;
	display: block;
	height: 320px;
}
.contacts-map{
	border-radius: 20px;
	overflow: hidden;
	height: 640px;
	position: relative;
}
.contacts-map__map{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
@media only screen and (max-width : 1599px) {
	.contacts-items{
		margin-top: 20px;
	}
	.contacts__location{
		max-width: 350px;
	}
	.s-contacts{
		margin-bottom: -240px;
	}
	.s-contacts + *::before{
		height: 240px;
	}
	.contacts-map{
		height: 480px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.s-contacts{
		margin-bottom: -200px;
	}
	.s-contacts + *::before{
		height: 200px;
	}
	.contacts-map{
		height: 400px;
	}
	.contacts-items__item .soc{
		padding-top: 5px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/CONTACTS*/

/*MODELS*/
.s-models{}
.models-items{
	padding-top: 10px;
}
.models-items__item{
	text-align: center;
}
.models-items__img{
	padding: 0;
	padding-top: 78%;
	background-color: #F3F3F3;
	border-radius: 20px;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	position: relative;
}
.models-items__item:hover .models-items__img{
	background-color: #C5E0F3;
}
.models-items__img img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	max-height: 80%;
	display: inline-block;
}
.models-items__text{
	padding-top: 10px;
}
@media only screen and (max-width : 1599px) {
	.models-items{
		padding-top: 0;
	}
	.models-items__img{
		border-radius: 10px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.models-items{
		margin-top: 0;
	}
}
@media only screen and (max-width : 575px) {
}
/*/MODELS*/

/*SEO*/
.s-seo{
	padding-bottom: 120px;
}
.seo__subtitle{
	margin-top: 30px;
	color: #A1A1A1;
}
.seo__descr{
	margin-top: 10px;
}
@media only screen and (max-width : 1499px) {
	.s-seo{
		padding-bottom: 90px;
	}
	.seo__subtitle{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.s-seo{
		padding-bottom: 60px;
	}
	.seo__subtitle{
		margin-top: 15px;
	}
}
@media only screen and (max-width : 575px) {
}
/*/SEO*/

/*REPAIR*/
.s-repair{}
.s-repair__section{
}
.repair_single .repair__list{
}
.repair_single .repair-list__item{
	margin-top: 25px;
}
.repair_single .repair-list__titie{
	margin-bottom: 10px;
}
.repair__descr{
	padding-top: 20px;
}
.repair-img{
	margin-top: -60px;
	margin-right: 160px;
	height: calc(100% + 60px);
	min-height: 280px;
	position: relative;
	overflow: hidden;
}
.repair-img__img{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	max-width: 600px;
	margin: 0 auto;
	text-align: center;
}
.repair-img__img_excharge img{
	max-width: 78%;
}
.repair-img__img_iphone img{
	max-width: 61%;
}
.repair-img__img_watch img{
	max-width: 95%;
}
.repair-img__img_airPods img{
	max-width: 48%;
}
.repair-img__img_makbook img{
	max-width: 68%;
}
.repair-img-full{
	text-align: center;
}

.repair-items{
}
.repair-items__item{}
.repair-items__item .row{
	margin: 0 -30px;
}
.repair-items__item .row > div[class*='col']{
	padding: 0 30px;
}
.repair-items__label{
	margin-top: 20px;
}
.repair-items__info{
	margin-top: 30px;
}
.repair-items__title{
	margin-bottom: 5px;
}
.repair-items__descr{
	padding-top: 10px;
}
.repair-list{
	padding-top: 1px;
}
.repair-list__item{
	margin-top: 15px;
}
@media only screen and (min-width : 992px) {
	.repair-items__item .container{
		padding: 0;
	}
	.repair-items__item .container:not(.container_max){
		max-width: 100%;
	}
}
@media only screen and (min-width : 992px) {
	.repair-items__item .container_max{
		max-width: 790px;
	}
}
@media only screen and (min-width : 1200px) {
	.repair-items__item .container_max{
		max-width: 1040px;
	}
}
@media only screen and (min-width : 1600px) {
	.repair-items__item .container_max{
		max-width: 1530px;
	}
}
.repair-list__top{
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-align-items: flex-end;
	-webkit-box-align: end;
	    -ms-flex-align: end;
	        align-items: flex-end;
	overflow: hidden;
	position: relative;
	margin-left: -5px;
	margin-right: -5px;
}
.repair-list__top::before{
	content: '………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………………';
	position: absolute;
	bottom: 0px;
	left: 10px;
	right: 10px;
	opacity: .25;
}
.repair-list__label,
.repair-list__value{
	z-index: 3;
}
.repair-list__top .repair-list__label,
.repair-list__top .repair-list__value{
	padding: 0 5px;
}
.repair-list__top .repair-list__value{
	text-align: right;
}
.repair-list__label,.repair-list__label a{
	color: #3790D0;
}
.repair-list__label_black{
	color: #282828;
}
.repair-list__value{
	font-weight: 400;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.repair-list__bg{
	background-color: #F3F3F3;
}
.repair-list__price{
	display: inline-block;
	position: relative;
	color: #282828;
}
.repair-list__price.h3{
	line-height: 1em;
}
.repair-list__price_old{
	color: #A1A1A1;
	-webkit-text-decoration-line: line-through;
	        text-decoration-line: line-through;
}
.repair-list__descr{
	font-size: 14px;
	line-height: 1.5em;
}
.repair-list__time{
	display: inline;
	white-space: nowrap;
}
.repair-list__value_empty{
	width: 100%;
}
.repair-list__item div[class*='input-checkbox_memory']{
	display: none;
}
.repair-list__item div[class*='input-checkbox_memory'].active{
	display: inline-block;
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
@media only screen and (max-width : 1599px) {
	.s-repair__section.section{
		padding-top: 10px;
	}
	.repair__descr{
		padding-top: 15px;
	}
	.repair-img{
		min-height: 200px;
	}
	.repair-img__img{
	}
	.repair-img-full{
		max-width: 220px;
		margin: 0 auto;
	}
	.repair__list_result{
		padding-top: 5px;		
	}
}
@media only screen and (max-width : 1599px) and (min-width : 1200px) {
	.repair-items .col-xl-4{
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}


@media only screen and (max-width : 1199px) {
	.repair-img{
		min-height: 1px;
	}
	.repair-img__img{
		top: 40px;
		max-width: 205px;
	}
	.repair-items__info{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 991px) {
	.repair_single .repair-list__item{
		margin-top: 20px;
	}
	.repair_single .repair-list__titie{
		margin-bottom: 5px;
	}
	.repair__descr{
		padding-top: 10px;
	}
	.repair-img{
		margin-top: -40px;
		height: calc(100% + 40px);
	}
	.repair-img__img{
	}
	.repair-items__item{
		padding-left: 0;
		padding-right: 0;
	}
}
@media only screen and (max-width : 767px) {
	.s-repair__section.section{
		padding-top: 5px;
		padding-bottom: 30px;
	}
	.repair_single .repair-list__item{
		margin-top: 15px;
	}
	.repair_single .repair-list__titie{
		font-size: 18px;
	}
	.repair__descr{
		padding-top: 0;
	}
	.repair-img{
		height: 150px;
		margin: 0;
		min-height: 1px;
		max-width: 240px;
	}
	.repair-img_mobile-height-auto{
		height: auto;
	}
	.repair-img__img{
		position: relative;
		top: 0;
		text-align: left;
	}
	.repair-img-full{
		max-width: none;
		height: 160px;
		padding: 20px;
		padding-bottom: 0;
		margin: -20px;
		margin-bottom: 20px;
		border-radius: 20px 20px 0 0;
		background-color: #D8D8D8;
		overflow: hidden;
	}
	.repair-img-full__img{
		max-width: 230px;
		margin: 0;
	}
	.repair-list__item{
		margin-top: 10px;
	}
	.repair-items__item .container{
		max-width: 100%;
	}
	.repair-items__info{
		margin-top: 15px;
	}
}
@media only screen and (max-width : 575px) {

	.repair_single .repair-list__titie{
		font-size: 16px;
	}
	.repair-list__top{
		display: block;
	}
	.repair-list__top::before{
		display: none;
	}
	.repair-list__top .repair-list__value{
		text-align: left;
	}
}
/*/REPAIR*/

/*DESCR*/
.s-descr{
	padding: 30px 0;
}
.descr-items{
}
.descr-items .row{
	margin: 0 -30px;
}
.descr-items .row > div[class*="col"]{
	padding: 0 30px;
}
@media only screen and (max-width : 1599px) {
	.s-descr{
		padding: 10px 0;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
}
@media only screen and (max-width : 575px) {
}
/*/DESCR*/

/*FOOTER*/
.footer{
	padding: 65px 0;
	font-size: 14px;
	color: #A1A1A1;
}
.footer__left{
	max-width: 880px;
}
.footer-items__item{
	margin-top: 5px;
}
.footer-items__item:first-child{
	margin-top: 0;
}
@media only screen and (max-width : 1599px) {
	.footer{
		padding: 55px 0;
	}
	.footer__left{
		margin-right: -40px;
	}
	.footer__right{
		padding-left: 40px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
	.footer__left{
		margin-right: 0;
	}
	.footer__right{
		padding-left: 0;
	}
}
@media only screen and (max-width : 767px) {
	.footer{
		padding: 40px 0;
	}
	.footer__right{
		margin-top: 20px;
	}
}
@media only screen and (max-width : 575px) {
	.footer{
		text-align: center;
	}
	.footer__soc{
		margin: 20px -20px 0;
	}
	.footer__soc .soc__item{
		padding-left: 10px;
		padding-right: 10px;
		display: inline-block;
	}
}
/*/FOOTER*/

/*POPUP*/
.fancybox-nav span{
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto 0;
	width: 100px;
	height: 100px;
	background-color: rgba(229, 45, 66, 0.2);
	border-radius: 50%;
	z-index: 9;
	background-image: none;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-nav span:hover{
	background-color: rgba(229, 45, 66, 0.2);
}
.fancybox-nav span::before{
	content: '';
	position: absolute;
	top: 0;
	right: 25px;
	bottom: 0;
	border: 5px solid transparent;
	border-right: 5px solid #fff;
	width: 10px;
	height: 10px;
	margin: auto;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-nav:hover span::before{
	opacity: 1;
}
.fancybox-nav.fancybox-prev span{
	left: -50px;
}
.fancybox-nav.fancybox-next span{
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	    transform: scaleX(-1);
	-webkit-filter: FlipH;
	        filter: FlipH;
	-ms-filter: "FlipH";
	right: -50px;
}
.fancybox-nav span:hover::before{
	border-right-color: #fff;
}
.fancybox-nav{
	overflow: hidden;
}
.fancybox-nav span{
	visibility: visible!important;
}
.fancybox-close{
	background-image: none;
	width: 30px;
	height: 30px;
	top: 15px;
	right: 15px;
}
.fancybox-close::before,
.fancybox-close::after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 25px;
	height: 25px;
	margin: auto;
	height: 2px;
	background-color: #A1A1A1;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.fancybox-close:hover::before,
.fancybox-close:hover::after{
	background-color: #282828;
}
.fancybox-close::before{
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.fancybox-close::after{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-close:hover::before{
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.fancybox-close:hover::after{
	-webkit-transform: rotate(-135deg);
	-ms-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
.fancybox-overlay{
	background-image: none;
	background: rgba(0, 0, 0, 0.7);
}
.fancybox-skin{
	-webkit-box-shadow: none!important;
	        box-shadow: none!important;
	background-color: transparent!important;
}
.fancybox-inner{
	height: auto !important;
}
.popup{
	background-color: #fff;
	border-radius: 20px;
	width: 760px;
	padding: 60px;
	font-weight: 300;
	margin-left: auto;
}
@media only screen and (max-width : 1599px) {
	.popup{
		width: 680px;
		padding: 40px;
	}
}
@media only screen and (max-width : 1199px) {
}
@media only screen and (max-width : 991px) {
}
@media only screen and (max-width : 767px) {
	.popup{
		width: 100%;
		max-width: 680px;
		padding: 25px;
	}
}
@media only screen and (max-width : 575px) {
	.popup .btn{
		min-width: 1px;
		max-width: 280px;
		width: 100%;
	}
}
/*/POPUP*/

