<HTML>
<HEAD>
<TITLE>404 Not Found</TITLE>
<BASE href="/error_docs/"><!--[if lte IE 6]></BASE><![endif]-->
</HEAD>
<BODY>
<H1>Not Found</H1>
The requested document was not found on this server.
<P>
<HR>
<ADDRESS>
Web Server at sonyapresent.kz
</ADDRESS>
</BODY>
</HTML>

<!--
   - Unfortunately, Microsoft has added a clever new
   - "feature" to Internet Explorer. If the text of
   - an error's message is "too small", specifically
   - less than 512 bytes, Internet Explorer returns
   - its own error message. You can turn that off,
   - but it's pretty tricky to find switch called
   - "smart error messages". That means, of course,
   - that short error messages are censored by default.
   - IIS always returns error messages that are long
   - enough to make Internet Explorer happy. The
   - workaround is pretty simple: pad the error
   - message with a big comment like this to push it
   - over the five hundred and twelve bytes minimum.
   - Of course, that's exactly what you're reading
   - right now.
   -->

/* contacts */
.contacts.preloader {
	height: 536px;
}
.contacts__tabs {
	position: relative;
	margin: 0 -15px 20px 0;
	padding: 0 0 20px;
	overflow: hidden;
}
.contacts__tabs:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 30px;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
	z-index: 1;
}
.contacts__tabs:after {
	content: "";
	position: absolute;
	left: 0;
	right: 15px;
	bottom: 0;
	height: 1px;
	background: #e1e1e1;
}
.contacts__select { margin: 0 0 20px; padding: 0 0 20px; border-bottom: 1px solid #e1e1e1; }
.contacts__select label { padding: 0; }

.contacts__select .jq-selectbox__select { padding: 15px 40px 13px 20px; height: 46px; font: 400 16px/1 'Rubik', 'Tahoma', sans-serif; color: #fff; background: #141414; border: none; border-radius: 3px; }

.contacts__select .jq-selectbox__trigger { width: 40px; }
.contacts__select .jq-selectbox__trigger-arrow { background: url(../images/svg/select-white.svg) 50% 50%/ 12px auto no-repeat; }

.contacts__select .jq-selectbox__dropdown { left: 0; top: 100%; right: 0; margin: 2px 0 0; width: 100%; min-width: 100%; box-sizing: border-box; }

.contacts__tabs { position: relative; left: auto; top: auto; opacity: 1; visibility: visible; }
.contacts__select { position: absolute; left: 0; top: -10000px; opacity: 0; visibility: hidden; }

@media (max-width: 767px) {
	.contacts__tabs { position: absolute; left: 0; top: -10000px; opacity: 0; visibility: hidden; }
	.contacts__select { position: relative; left: auto; top: auto; opacity: 1; visibility: visible; }
}
.contacts__city {
	float: left;
	margin: 0 5px 0 0;
	padding: 14px 20px;
	height: 46px;
	background: #141414;
	border-radius: 3px;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	transition-duration: 0.2s;
	cursor: pointer;
}
.contacts__city:last-child {
	margin-right: 0;
}
.contacts__city.active {
	background: #fbcc00;
	color: #141414;
}
.contacts__block {
	display: none;
	overflow: hidden;
}
.contacts__block:first-child {
	display: block;
}
.contacts__item:after {
	display: table;
	clear: both;
	content: '';
}
/* .contacts__item ~ .contacts__item {
	margin-top: 20px;
} */
.contacts__item {
	margin-top: 20px;
}
.contacts__block[data-type="stores"] [data-discounter="1"] {
	display: none;
} 
.contacts__block[data-type="discounter"] [data-discounter="0"] {
	display: none;
} 
.contacts__list {
	float: left;
	padding: 25px 35px 5px 50px;
	width: 382px;
	min-height: 492px;
	background: #f7f7f7;
	border: solid 1px rgba(0, 0, 0, 0.13);
}
.contacts__title {
	position: relative;
	margin: 0 0 10px;
	padding: 0 0 17px;
	font-size: 26px;
	line-height: 1.153846153846154;
}
.contacts__title:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 170px;
	height: 2px;
	background: #9d9e9e;
}
.contacts__address {
	margin: 0 0 18px;
	font-size: 15px;
	line-height: 21px;
}
.contacts__phone {
	margin: 0 0 18px;
	font-size: 18px;
	line-height: 22px;
}
.contacts__phone span {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 16px;
	color: #636363;
}
.contacts__phone a {
	font-weight: 500;
}
.contacts__clock {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 20px;
}
.contacts__clock span {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 16px;
	color: #636363;
}
.contacts__email {
	margin: 0 0 18px;
	font-size: 14px;
	line-height: 20px;
}
.contacts__email span {
	display: block;
	margin: 0 0 5px;
	font-size: 12px;
	line-height: 16px;
	color: #636363;
}
.contacts__email a {
	border-bottom: 1px solid #9d9e9e;
}
.contacts__instagram {
	margin: 28px 0 0;
	font-size: 15px;
	line-height: 19px;
}
.contacts__instagram a {
	position: relative;
	padding: 0 0 0 29px;
}
.contacts__instagram a:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	background: url("../images/svg/instagram.svg") no-repeat;
	background-size: 100% auto;
}
.contacts__instagram a:after {
	content: "";
	position: absolute;
	left: 29px;
	right: 0;
	bottom: 0;
	height: 1px;
	background: #fd87b7;
	transition-duration: 0.2s;
}
.contacts__map {
	height: 492px;
	border: 1px solid #d7d7d7;
	overflow: hidden;
}
.contacts__map iframe {
	display: block;
	width: 100%;
	height: 100%;
	border: 0 !important;
}
.contacts__details {
	position: relative;
	margin: 40px 0 0;
	padding: 0 0 0 48px;
	font-size: 14px;
	line-height: 22px;
}
.contacts__details:before {
	content: "";
	position: absolute;
	left: 0;
	top: 2px;
	width: 32px;
	height: 32px;
	background: url("../images/svg/details.svg") no-repeat;
	background-size: 100% auto;
}
.contacts__details span {
	display: block;
	margin: 0 0 10px;
	font-size: 18px;
	line-height: 22px;
}
.contacts__info {
	margin: 30px 0 0;
	padding: 20px 0 0;
	border-top: 1px solid #e1e1e1;
	font-size: 15px;
	line-height: 21px;
}
.contacts__info a {
	padding: 0 2px;
	background: #fbcc00;
}

@supports (flex-wrap: wrap) {

	.contacts__item {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-flow: row wrap;
		flex-flow: row wrap;
		align-items: stretch;
		justify-content: space-between;
	}
	.contacts__item:after {
		content: none;
	}

	@media (min-width: 992px) {

		.contacts__item .contacts__map {
			height: auto;
		}
	}
}