main div.cover#remote-service-cover {
	/*height: 480px;*/
	background: url(./img/bg/bg-a.png) repeat-x;
	background-size: contain;
	min-width: 1024px;
}

section.remote-service{
	/*height: 500px;*/
	/*background: url(./img/bg/bg-a.png) repeat-x;*/
	/*background-size: contain;*/
	/*text-shadow: 0 0 1px rgba(0, 0, 0, 0.2);*/
	padding-bottom: 1.5em;
}

.block-remote-service {
	margin:0 auto;
	width: 100%;
	padding-top: 1.2em;
	line-height: 114%;
}

.remote-service-header {
	width: 49%;
	text-align: center;
	vertical-align: top;
}

.remote-service-header div {
	display: block;
}

h2#remote-service {
	margin-left: 2em;
	margin-right: 1em;
	margin-top: 1em;
	display: inline-block;
	float: left;
	padding-left: .8em;
	padding-right: .5em;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
	line-height: 125%;
	font-size: 160%;
	text-align: left;
}

.cursor-image {
	height: 1.2em;
	margin-left: .2em;
	/*margin-top: -.6em;*/
	
	/*-webkit-animation: blink 1s infinite;
	-moz-animation: blink 1s infinite;
	-o-animation: blink 1s infinite;
	animation: blink 1s infinite;*/
	
	-webkit-animation: none;
	-moz-animation: none;
	-o-animation: none;
	animation: none;
	
	/*animation: blink 2s infinite, spin-cursor 7s infinite;*/
}

h2#remote-service span.suffix {
	padding-left: 4.6em;
}


.remote-service-sub-header {
	text-align: left;
	padding-left: 20%;
	padding-top: 135px;
	padding-bottom: 2em;
	font-size: 115.56%;
	/*vertical-align: top;*/
	line-height: 114%;
}

.remote-service-info {
	width: 49%;
	/*opacity: .8;*/
}

.remote-service-info-pictogram {
	width: 90px;
	padding-left: 36px;
	display: block;
	font-size: 200%;
	text-align: left;
	float: left;
	padding-top: 25px;
}

.remote-service-info-pictogram div {
	margin-bottom: 5px;
}

#remote-service-info-divider {
	border-right: 2px solid #9EC2D2;
	height: 100px;
	/*max-height: 100px;*/
	vertical-align: top;
	position: relative;
	top: 26px;
}

.remote-service-info-details {
	padding-top: 5px;
	padding-left: .5em;
	/*padding-right: 0em;*/
	width: 340px;
	height: 250px;
	font-size: 106.67%;
	/*line-height: 114%;*/
	line-height: 125%;
	position: static;
	top: 0;
	left: 0;
}

.block-remote-service-summary {
	/*opacity: 0.95;*/
	/*opacity: 1;*/
	width: 100%;
	text-align: center;
	padding-top: 2em;
	padding-bottom: 1em;
}

.block-remote-service-summary p {
	padding-top: 1em;
	padding-bottom: 0.5em;
}

/*.remote-service-switch:hover {
	box-shadow: 0 0 20px #fec40a;
	border-radius: 30px;
	border-image-slice
	opacity: 1;
}*/

.block-remote-service-summary .question {
	font-size: 111.11%;
}

.remote-service-switch {
	position: relative;
	height: 68px;
}

.remote-service-switch-img-u {
	position:absolute; 
	left: 0;
	top: 0;	
}

.remote-service-switch-img-a {
	position:absolute; 
	left: 0;
	top: 0;	
	/*display: none;*/
}

/*#remote-service-switch-img-u-1 {
	display: none;
	visibility: hidden;
}

#remote-service-switch-img-a-2 {
	display: none;
	visibility: hidden;
}

#remote-service-switch-img-a-3 {
	display: none;
	visibility: hidden;
}*/

/*#remote-service-info-details-2 {
	display: none;
	visibility: hidden;
}

#remote-service-info-details-3 {
	display: none;
	visibility: hidden;
}*/

.block-remote-service-summary>div>p {
	margin: 0 auto;
	padding: 0;
}

/*.block-remote-service-summary-faq {
	display: none !important;
}*/

.block-remote-service-summary .question {
	margin: 1em;
	/*color: red;*/
}

.changer {
	display: inline-block;
	/*min-height: 50px;*/
	/*height: 50px;*/
	/*min-width: 10px;*/
	/*background: green;*/
	/*height: 32px;
	min-height: 32px;
	min-width: 100px;*/
}

.changer:after { /* без этой хрени страничка дергается при пустом ченджере! 
					через свойства блока залатать не вышло, поэтому всегда делаем ченджер не пустым */ 
	content: ".";
	color: #FFFC00;
}

.cursor-image {
	display: inline-block;
	/*border: 1px solid #333;*/
	vertical-align: top;
	position: relative;
	top: -8px;
	right: 10px;
}

#remote-service {
	/*height: 100px;
	min-height: 100px;
	width: 350px;*/
	display: block !important;
}