@charset "utf-8";

@font-face {
	font-family: 'PT Sans';
	font-display: swap;
	src: local('PT Sans'), url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=cyrillic) format("woff2")
}

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font-family: 'PT Sans', sans-serif;
	font-size: 100%;
	line-height: 1.4;
	background-color: #2d2d2c
}

*,
::before,
::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}

.clear {
	clear: both
}

.conteiner,
.item {
	width: 90%;
	min-width: 320px;
	margin: 0 auto;
	max-width: 1200px
}

.conteiner {
	min-height: 700px
}

.flex {
	display: flex
}

.header {
	justify-content: space-between;
	align-items: center
}

.info {
	border-left: 1px solid #454545;
	padding: 0 15px;
	margin: 0 auto;
	width: 33%;
	box-shadow: -1px 0 0 0 #1A1A1A;
	color: #a1a1a1;
	min-width: 310px;
	font-size: .9em
}

.logo {
	font-size: .7em;
	text-align: center;
	color: #a5a5a5;
	text-decoration: none
}

.logo img {
	display: block;
	margin: 5px auto
}

.sandvich {
	display: none
}

h1 {
	color: #FFF
}

.callback,
.btn {
	padding: 6px 15px;
	background-color: #202020;
	border-radius: 40px;
	border: 2px solid #202020;
	color: #fff;
	text-decoration: none;
	outline: none;
	display: inline-block;
	cursor: pointer;
	margin: 10px auto
}

.phone {
	display: block;
	min-width: 164px;
	text-align: center
}

.phone span {
	font-size: 1.3em;
	display: block;
	margin: 10px auto
}

.menu {
	display: block;
	margin: 20px auto;
	text-align: right
}

.menu a {
	text-decoration: none;
	padding-left: 20px;
	color: #fff;
	font-size: .9em
}

.menu a:hover {
	color: #202020;
	text-shadow: 0 0 15px #000
}

.dopmenu {
	display: none
}

.activ {
	color: #504f4f;
	margin: 20px auto;
	justify-content: space-between
}

.forma {
	padding: 7px;
	text-align: center;
	margin: auto;
	width: 60%
}

input,
select,
button {
	vertical-align: baseline;
	margin: 0
}

form input,
form textarea,
select {
	display: block;
	width: 100%;
	padding: 8px 13px;
	margin-top: 5px;
	color: #fff;
	border-radius: 2px;
	border: 1px solid #727272;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #4e4e4e
}

.ui-form {
	list-style: none
}

.addcomment input,
.addcomment textarea {
	background: #FFF;
	border-color: #CCC;
	color: #303030
}

input,
select,
button {
	vertical-align: baseline
}

.bat {
	margin: 10px auto
}

.title {
	font-size: 2em;
	text-align: center;
	margin: 10px auto;
	text-transform: uppercase
}

.nav li {
	display: inline-block
}

.nav {
	background-color: #737373;
	border: 1px solid #2f2f2f;
	border-radius: 8px;
	margin-top: 15px
}

.nav ul {
	display: flex;
	justify-content: space-around;
	padding: 1px;
	margin: 0
}

.nav li a {
	padding: 8px;
	text-decoration: none;
	color: #fff;
	display: block
}

.nav li a:hover {
	background-color: #202020;
	color: #FFF;
	box-shadow: 0 0 0 1px #202020;
}

input.left {
	margin-right: 2px
}

input.right {
	margin-left: 2px
}

option {
	padding: 2px;
	color: #c6c6c6;
	font-size: 1.1em
}

option[selected] {
	padding: 0;
	color: #CCC;
	text-align: center;
	border-bottom: 1px dashed #CCC
}

.spoiler_body {
	display: none;
	padding: 5px 8px;
	background: #494949;
	color: #fff
}

.spoiler_links {
	position: relative;
	padding: 8px 50px;
	cursor: pointer;
	border-top: 1px dashed #454545;
	box-shadow: 0 -1px 0 0 #1e1d1d;
	border-radius: 10px 10px 0 0;
	text-transform: uppercase;
	text-align: center;
	margin: 10px auto;
	line-height: 1.5em;
}

.some_1 {
	color: #fff;
	margin-bottom: 0;
	padding-top: 5px;
	background-color: #202020;
	border-radius: 10px 10px 0 0
}

.some_2 {
	color: #fff;
	background: #B51515 !important;
	position: relative;
	box-shadow: 0 0 45px #736f6f
}

.some_2::after {
	content: "\2191";
	position: absolute;
	top: 5px;
	right: 20px;
	width: 10px;
	height: 10px
}

.some_2:hover {
	background: #7E7E7E !important;
	cursor: pointer
}

.spoiler_links.some_1:after {
	content: "";
	position: absolute;
	top: 15px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #FFF;
	border-bottom: 2px solid #FFF;
	transform: rotate(-135deg)
}

.spoiler_links:after {
	content: "";
	position: absolute;
	top: 10px;
	right: 20px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #999;
	border-bottom: 2px solid #999;
	transform: rotate(45deg)
}

.spoiler_links:hover {
	color: #fff !important;
	background-color: #202020;
}

.spoiler_body a {
	padding: 5px 15px;
	display: block !important;
	background-color: #3E3E3E;
	margin: 1px;
	border: none !important;
	color: #cecece;
	text-decoration: none
}

.spoiler_body a:hover {
	color: #202020;;
	background-color: #292929
}

h1,
h2 {
	text-transform: uppercase;
	font-weight: 300;
	text-align: center;
	margin-bottom: 0
}

.spoiler_body span {
	display: flex !important;
	justify-content: space-between !important
}

h2 {
	font-size: 1.2em;
	color: #FFF
}

h3.spoiler_links {
	border: none;
	background-color: #2D2D2C;
	color: #fff;
	text-align: right;
	box-shadow: none !important;
	font-size: 1em
}

img.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(100% - (2 * 5px))
}

.preim img.fr-dii {
	display: inline-block;
	float: none;
	vertical-align: bottom;
	margin-left: 5px;
	margin-right: 5px;
	max-width: calc(100% - (2 * 5px));
	-webkit-filter: brightness(1.9);
	-moz-filter: brightness(1.9);
	-ms-filter: brightness(1.9);
	-o-filter: brightness(1.9);
	filter: brightness(1.9)
}

.diagnoz::before,
.time::before,
.zip::before,
.error::before,
.garant::before,
.cena::before,
.repair::before,
.oplata::before,
.skidka::before {
	background-image: url(/uploads/diagnoz.png);
	content: "";
	position: absolute;
	top: 5px;
	left: 20px;
	width: 50px;
	height: 60px;
	background-repeat: no-repeat;
	background-size: 50%;
	-webkit-transition: 1s;
	-moz-transition: 1s;
	-ms-transition: 1s;
	-o-transition: 1s;
	transition: 1s;
	-webkit-filter: grayscale(100%) brightness(2.9);
	-moz-filter: grayscale(100%) brightness(2.9);
	-ms-filter: grayscale(100%) brightness(2.9);
	-o-filter: grayscale(100%) brightness(2.9);
	filter: grayscale(100%) brightness(2.9);
	filter: gray
}

.time::before {
	background-image: url(/uploads/time.png)
}

.zip::before {
	background-image: url(/uploads/zip.png)
}

.error::before {
	background-image: url(/uploads/error.png)
}

.garant::before {
	background-image: url(/uploads/garant.png)
}

.cena::before {
	background-image: url(/uploads/cena.png)
}

.repair::before {
	background-image: url(/uploads/repair.png)
}

.oplata::before {
	background-image: url(/uploads/oplata.png)
}

.skidka::before {
	background-image: url(/uploads/skidka.png)
}

.note {
	margin: 40px auto;
	border: 2px solid #2D2D2C;
	padding: 10px;
	background: #444;
	box-shadow: 0 0 0 2px #444;
	color: #FFF
}

.some_1::before {
	opacity: 1
}

h3.spoiler_links.some_1 {
	color: #202020;
}

.logo span {
	display: block;
	font-family: PT Sans;
	font-size: .4em;
	margin-top: -.7em
}

.info span {
	font-size: 1.2em;
	font-weight: 700;
	display: block
}

.viezd {
	margin: 10px auto
}

.viezd input {
	width: 40px;
	display: inline-block
}

.small {
	font-size: .7em;
	color: #6F6F6F
}

.preim {
	margin: 25px auto;
	display: block
}

.col {
	float: left;
	width: 33%;
	margin-bottom: 10px
}

.col .flex {
	display: flex;
	align-items: center;
	padding: 5px;
	border: 1px solid #595656;
	margin: 2px 5px;
	min-height: 125px;
	background-color: #1D1D1D
}

.col .flex img {
	width: 110px
}

.flex.tech {
	justify-content: space-between
}

.tech a span {
	font-size: .8em;
	color: #FFF;
	position: absolute;
	left: 0;
	width: 100%;
	background: #202020;
	padding: 15px 5px;
	height: 0;
	display: none;
	bottom: -154px;
	text-align: center;
	text-shadow: 0 0 10px #2f0000;
	border-radius: 10px
}

.tech img {
	margin: 1px;
	border: 1px solid #CCC;
	max-width: 100%;
	border-radius: 10px
}

.tech a {
	opacity: .75;
	position: relative
}

table {
	width: 100%;
	font-size: .8em;
	border: 1px solid #9f9f9f;
	background: #fff;
	color: #000
}

tr:nth-child(2n+1) {
	background: #efefef
}

td,
th {
	padding: 5px;
	border: 1px solid #c3c3c3
}

td.need {
	text-align: center
}

th {
	background-color: #202020;;
	color: #FFF;
	font-size: 1.1em;
	text-transform: uppercase
}

tr.tab-str {
	background-color: #d25c61;
	color: #FFF;
	font-size: 1.1em;
	text-align: center
}

tr.tab-str-zag {
	background-color: #202020;;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	font-weight: 600
}

td span {
	color: #0F88B6
}

.tab-td-centr {
	text-align: center
}

.footer {
	background-color: #0f0f0f;
	color: #8A8383;
	padding: 15px 0;
	margin-top: 30px;
	font-size: .9em
}

.speedbar {
	font-size: .8em;
	margin: 10px auto
}

.speedbar a {
	color: #F3F3F3;
	text-decoration: none
}

.dm-overlay {
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.75);
	display: none;
	overflow: auto;
	width: 100%;
	height: 100%;
	z-index: 1000
}

.dm-overlay:target {
	display: block;
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s
}

.dm-table {
	display: table;
	width: 100%;
	height: 100%
}

.dm-cell {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-bottom: 15px
}

.dm-modal {
	display: inline-block;
	padding: 20px;
	width: 85%;
	max-width: 30em;
	background: #242424;
	box-shadow: 0 0 0 5px #413F3F;
	color: #9b9494;
	text-align: left;
	border: 1px solid #090909
}

.close,
.close2 {
	z-index: 9999;
	float: right;
	width: 30px;
	height: 30px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	line-height: 26px;
	cursor: pointer
}

.close:after,
.close2:after {
	display: block;
	border: 2px solid #222324;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	content: 'X';
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	transition: all .6s;
	-webkit-transform: scale(0.85);
	-moz-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85)
}

.close:hover:after,
.close2:hover:after {
	border-color: #fff;
	color: #fff;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.frm-title {
	text-align: center;
	text-transform: uppercase;
	margin: 10px;
	font-weight: 700;
	border-bottom: 1px dashed #B9B2B2
}

.gr-field {
	margin: 5px auto
}

a.phone {
	text-decoration: none;
	font-size: 1.5em;
	color: #FFF !important;
	padding-bottom: 5px
}

.spoiler_body .stat {
	width: 49.55%;
	display: inline-block !important
}

.opl {
	font-size: .85em;
	color: #1e1e1e;
	background: #EFEFEF
}

.title_otz {
	color: #727272
}

.title_otz span {
	color: #ededed;
	font-weight: 600;
	display: block
}

.otz {
	margin: 25px auto;
	font-size: .9em
}

.otz img {
	margin: 10px 20px 20px 0;
	border: 1px solid #FFF;
	box-shadow: 0 0 0 1px #9c9c9c
}

.info a {
	background-color: #FFF;
	padding: 5px 10px;
	border: 1px solid #F60C0C;
	text-decoration: none;
	color: #202020;;
	border-radius: 10px;
	font-size: 1.2em;
	text-align: center;
	margin: 10px auto;
	display: inline-block
}

.vstrika {
	margin: 20px auto
}

.vstrika input {
	display: inline;
	width: auto
}

#itog {
	font-size: 1.4em;
	color: #F80000
}

.formula {
	width: 60%;
	margin: auto
}

img.fr-dib {
	display: block;
	padding: 2px;
	border: 1px solid #FFF;
	box-shadow: 0 0 0 1px #E9E9E9;
	margin: 15px auto 5px;
	text-align: center
}

h4.some_1 {
	background: none;
	box-shadow: none;
	border: none
}

.chavo {
	margin: auto;
	overflow: hidden;
	background: #242424;
	border: 1px solid #474747;
	margin: 10px auto
}

.chavo .spoiler_links {
	border: none
}

.select-item {
	display: none
}

@media only screen and (min-width:1030px) {
	.tech a:hover {
		opacity: 1
	}

	.tech a:hover span {
		display: block;
		bottom: 5px;
		height: calc(100% - 5px)
	}
}

@media only screen and (max-width:880px) {
	.flex {
		display: block
	}

	.menu {
		text-align: center
	}

	input.left {
		margin-right: 0
	}

	input.right {
		margin-left: 0
	}

	.info {
		border-left: none;
		padding: 0;
		margin: 0 auto;
		box-shadow: none;
		text-align: center
	}

	.header {
		text-align: center
	}
}

@media only screen and (max-width:820px) {

	.conteiner,
	.item {
		width: 98%
	}

	.nav {
		margin: 5px;
		position: absolute;
		top: 0;
		border-radius: 2px
	}

	.nav ul {
		display: none
	}

	.nav li {
		display: block;
		border-top: 1px solid #FAFAFA;
		background-color: #FFF
	}

	.nav li a {
		color: #292929
	}

	.sandvich {
		display: block;
		padding: 2px 10px;
		font-size: 1.2em;
		cursor: pointer;
		text-align: center
	}

	.col {
		width: 50%
	}

	.menu {
		margin: 30px auto
	}

	.link {
		display: none;
		margin-top: 40px
	}

	.some_2::after {
		right: 5px
	}

	.dopmenu {
		transform: rotate(90deg);
		position: absolute;
		top: 0;
		right: 10px;
		font-size: 1.8em;
		display: block;
		cursor: pointer
	}

	.link a {
		display: block;
		padding: 10px;
		text-align: right;
		background-color: #1e1e1e;
		border-bottom: 1px solid #2D2D2D
	}

	.spoiler_body .stat {
		width: 100%;
		display: block
	}

	.vstrika input {
		display: inline;
		width: auto
	}

	.formula {
		width: 90%
	}
}

@media only screen and (max-width:445px) {
	.forma {
		padding: 7px;
		text-align: center;
		margin: auto;
		width: 90%
	}

	p {
		width: 90%;
		margin: auto;
		font-size: .9em
	}

	h1 {
		color: #FFF
	}

	.col {
		width: 100%
	}

	.some_2::after {
		display: none
	}

	.header {
		margin-top: 45px
	}

	.chavo {
		width: 90%
	}

	.logo {
		display: contents;
		width: 230px;
		margin: auto
	}
}

.informer {
	padding: 1.5em;
	display: none;
	position: fixed;
	top: 85px;
	right: 1em;
	width: 300px;
	border-radius: .3em;
	color: #8a8a8a;
	background: rgba(35, 35, 35, 0.95);
	box-shadow: 0 0 20px rgba(128, 128, 128, 0.45);
	z-index: 100;
	border: 1px solid #4e4e4e
}

.informer span {
	color: #202020;
}

a {
	color: #202020;
}

.opl tr:nth-child(2n+1) {
	background: #dadada
}

.callback:hover,
.btn:hover {
	background: #202020;
}

::-webkit-input-placeholder {
	color: #FFF;
	opacity: .8
}

::-moz-placeholder {
	color: #FFF;
	opacity: .8
}

:-moz-placeholder {
	color: #FFF;
	opacity: .8
}

:-ms-input-placeholder {
	color: #FFF;
	opacity: .8
}

:focus::-webkit-input-placeholder {
	opacity: 0
}

:focus::-moz-placeholder {
	opacity: 0
}

:focus:-moz-placeholder {
	opacity: 0
}

:focus:-ms-input-placeholder {
	opacity: 0
}

.chavo .spoiler_links {
	color: #FFF
}

a:hover {
	color: #8C8C8C
}

a[rel="nofollow"],
noindex a {
	border: none !important;
}

.pulse-button {
	position: fixed;
	bottom: 3%;
	right: 3%;
	margin-left: -20px;
	margin-top: -20px;
	display: block;
	width: 80px;
	height: 80px;
	font-size: 1.3em;
	font-weight: bold;
	color: white;
	text-shadow: 0 1px 0 #202020;
	border: 1px solid #f4f4f4;
	box-shadow: 0 0 0 0 #202020, inset 0 1px 0 #202020;
	border-radius: 100%;
	background: #202020;
	background-image: none;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #f34b4b), color-stop(100%, #a80101));
	background-image: -webkit-linear-gradient(#202020);
	background-image: -moz-linear-gradient(#202020, inherit#202020);
	background-image: -o-linear-gradient(#202020, #202020);
	background-image: linear-gradient(#202020, #202020);
	cursor: pointer;
	-webkit-animation: pulse 1s infinite cubic-bezier(0.6, 0, 0, 1);
	text-align: center;
	font-size: .85em;
	font-weight: 300;
	padding-top: 20px;
	opacity: .95;
}

.pulse-button:hover {
	-webkit-animation: none;
	background: #202020;
	border: none;
	box-shadow: none;
	opacity: 1;
}

@-webkit-keyframes pulse {
	to {
		box-shadow: 0 0 0 15px rgba(90, 153, 220, 0), inset 0 1px 0 #202020;
	}
}

#ofer1 {
	cursor: pointer;
	text-decoration: underline;
	color: #BDBDBD;
}

.footer a {
	color: #bdbdbd;
	text-decoration: underline;
}

#oferta {
	font-size: .8em;
}