﻿@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,700';
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }



blockquote:before, blockquote:after {
  content: "";
  content: none; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body,
html {
  -webkit-font-smoothing: antialiased; }

button {
  cursor: pointer; }

button,
input {
  outline: none;
  border: none; }
  button:focus,
  input:focus {
    outline: none; }

a,
button,
input,
html,
body {
  -webkit-tap-highlight-color: transparent; }

q:before, q:after {
  content: "";
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

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

img {
  max-width: 100%;
  height: auto; }

.header__logo img {
    max-width:240px;
    max-height:80px;
 }

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

  input[name=communication]
  {
	  display: none;
  }
  .communication label:before{
	 content: " ";
    border-radius: 0px;
	display: inline-block;
	 width: 50px;
	 height: 50px;
	 border: 1px;
	/* box-sizing: content-box;*/
	 margin-right: 4px;
	 margin-bottom: 5px;
	 margin-top: 5px;
	  border-color: #f3f3f3;
	 position: relative;
	 left: 0;
	 opacity: 0.7;
	 cursor: pointer;
}
	label[for=c_mail]:before {
		background-image: url(../img/Way_of_communication.svg);
		background-position: 0px 0px;
	}
	label[for=c_x]:before {
		background-image: url(../img/Way_of_communication.svg);
		background-position: -50px 0px;
	}
	label[for=c_phone]:before {
		background-image: url(../img/Way_of_communication.svg);
		background-position: -101px 0px;
	}
	.communication input[type=radio]:checked + label:before{
		opacity: 1;
	}
 .access_den:before{
	content: " ";
	width:40px;
	height: 40px;
	background-image: url(../img/icons_menu3.svg);
	 background-position: -92px 40px;
	 display: inline-block;
	 position: relative;
	 top: 15px;
	 margin-right: 25px;
 }
 .access_den{
	 padding-bottom: 25px;
 }
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 }

.fa-lg {
  font-size: 1.33333333em;
  line-height: .75em;
  vertical-align: -15%; }

.fa-2x {
  font-size: 2em; }

.fa-3x {
  font-size: 3em; }

.fa-4x {
  font-size: 4em; }

.fa-5x {
  font-size: 5em; }

.fa-fw {
  width: 1.28571429em;
  text-align: center; }

.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none; }

.fa-ul > li {
  position: relative; }

.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: .14285714em;
  text-align: center; }

.fa-li.fa-lg {
  left: -1.85714286em; }

.fa-border {
  padding: .2em .25em .15em;
  border: solid .08em #eee;
  border-radius: .1em; }

.fa-pull-left {
  float: left; }

.fa-pull-right {
  float: right; }

.fa.fa-pull-left {
  margin-right: .3em; }

.fa.fa-pull-right {
  margin-left: .3em; }

.pull-right {
  float: right; }

.pull-left {
  float: left; }

.fa.pull-left {
  margin-right: .3em; }

.fa.pull-right {
  margin-left: .3em; }

.fa-spin {
  animation: fa-spin 2s infinite linear; }

.fa-pulse {
  animation: fa-spin 1s infinite steps(8); }
@keyframes fa-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(359deg); } }
.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  transform: rotate(90deg); }

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  transform: rotate(180deg); }

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  transform: rotate(270deg); }

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  transform: scale(-1, 1); }

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  transform: scale(1, -1); }

:root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270, :root .fa-flip-horizontal, :root .fa-flip-vertical {
  filter: none; }

.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle; }

.fa-stack-1x, .fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center; }

.fa-stack-1x {
  line-height: inherit; }

.fa-stack-2x {
  font-size: 2em; }

.fa-inverse {
  color: #fff; }

.fa-glass:before {
  content: "\f000"; }

.fa-music:before {
  content: "\f001"; }

.fa-search:before {
  content: "\f002"; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-heart:before {
  content: "\f004"; }

.fa-star:before {
  content: "\f005"; }

.fa-star-o:before {
  content: "\f006"; }

.fa-user:before {
  content: "\f007"; }

.fa-film:before {
  content: "\f008"; }

.fa-th-large:before {
  content: "\f009"; }

.fa-th:before {
  content: "\f00a"; }

.fa-th-list:before {
  content: "\f00b"; }

.fa-check:before {
  content: "\f00c"; }

.fa-remove:before, .fa-close:before, .fa-times:before {
  content: "\f00d"; }

.fa-search-plus:before {
  content: "\f00e"; }

.fa-search-minus:before {
  content: "\f010"; }

.fa-power-off:before {
  content: "\f011"; }

.fa-signal:before {
  content: "\f012"; }

.fa-gear:before, .fa-cog:before {
  content: "\f013"; }

.fa-trash-o:before {
  content: "\f014"; }

.fa-home:before {
  content: "\f015"; }

.fa-file-o:before {
  content: "\f016"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-road:before {
  content: "\f018"; }

.fa-download:before {
  content: "\f019"; }

.fa-arrow-circle-o-down:before {
  content: "\f01a"; }

.fa-arrow-circle-o-up:before {
  content: "\f01b"; }

.fa-inbox:before {
  content: "\f01c"; }

.fa-play-circle-o:before {
  content: "\f01d"; }

.fa-rotate-right:before, .fa-repeat:before {
  content: "\f01e"; }

.fa-refresh:before {
  content: "\f021"; }

.fa-list-alt:before {
  content: "\f022"; }

.fa-lock:before {
  content: "\f023"; }

.fa-flag:before {
  content: "\f024"; }

.fa-headphones:before {
  content: "\f025"; }

.fa-volume-off:before {
  content: "\f026"; }

.fa-volume-down:before {
  content: "\f027"; }

.fa-volume-up:before {
  content: "\f028"; }

.fa-qrcode:before {
  content: "\f029"; }

.fa-barcode:before {
  content: "\f02a"; }

.fa-tag:before {
  content: "\f02b"; }

.fa-tags:before {
  content: "\f02c"; }

.fa-book:before {
  content: "\f02d"; }

.fa-bookmark:before {
  content: "\f02e"; }

.fa-print:before {
  content: "\f02f"; }

.fa-camera:before {
  content: "\f030"; }

.fa-font:before {
  content: "\f031"; }

.fa-bold:before {
  content: "\f032"; }

.fa-italic:before {
  content: "\f033"; }

.fa-text-height:before {
  content: "\f034"; }

.fa-text-width:before {
  content: "\f035"; }

.fa-align-left:before {
  content: "\f036"; }

.fa-align-center:before {
  content: "\f037"; }

.fa-align-right:before {
  content: "\f038"; }

.fa-align-justify:before {
  content: "\f039"; }

.fa-list:before {
  content: "\f03a"; }

.fa-dedent:before, .fa-outdent:before {
  content: "\f03b"; }

.fa-indent:before {
  content: "\f03c"; }

.fa-video-camera:before {
  content: "\f03d"; }

.fa-photo:before, .fa-image:before, .fa-picture-o:before {
  content: "\f03e"; }

.fa-pencil:before {
  content: "\f040"; }

.fa-map-marker:before {
  content: "\f041"; }

.fa-adjust:before {
  content: "\f042"; }

.fa-tint:before {
  content: "\f043"; }

.fa-edit:before, .fa-pencil-square-o:before {
  content: "\f044"; }

.fa-share-square-o:before {
  content: "\f045"; }

.fa-check-square-o:before {
  content: "\f046"; }

.fa-arrows:before {
  content: "\f047"; }

.fa-step-backward:before {
  content: "\f048"; }

.fa-fast-backward:before {
  content: "\f049"; }

.fa-backward:before {
  content: "\f04a"; }

.fa-play:before {
  content: "\f04b"; }

.fa-pause:before {
  content: "\f04c"; }

.fa-stop:before {
  content: "\f04d"; }

.fa-forward:before {
  content: "\f04e"; }

.fa-fast-forward:before {
  content: "\f050"; }

.fa-step-forward:before {
  content: "\f051"; }

.fa-eject:before {
  content: "\f052"; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-plus-circle:before {
  content: "\f055"; }

.fa-minus-circle:before {
  content: "\f056"; }

.fa-times-circle:before {
  content: "\f057"; }

.fa-check-circle:before {
  content: "\f058"; }

.fa-question-circle:before {
  content: "\f059"; }

.fa-info-circle:before {
  content: "\f05a"; }

.fa-crosshairs:before {
  content: "\f05b"; }

.fa-times-circle-o:before {
  content: "\f05c"; }

.fa-check-circle-o:before {
  content: "\f05d"; }

.fa-ban:before {
  content: "\f05e"; }

.fa-arrow-left:before {
  content: "\f060"; }

.fa-arrow-right:before {
  content: "\f061"; }

.fa-arrow-up:before {
  content: "\f062"; }

.fa-arrow-down:before {
  content: "\f063"; }

.fa-mail-forward:before, .fa-share:before {
  content: "\f064"; }

.fa-expand:before {
  content: "\f065"; }

.fa-compress:before {
  content: "\f066"; }

.fa-plus:before {
  content: "\f067"; }

.fa-minus:before {
  content: "\f068"; }

.fa-asterisk:before {
  content: "\f069"; }

.fa-exclamation-circle:before {
  content: "\f06a"; }

.fa-gift:before {
  content: "\f06b"; }

.fa-leaf:before {
  content: "\f06c"; }

.fa-fire:before {
  content: "\f06d"; }

.fa-eye:before {
  content: "\f06e"; }

.fa-eye-slash:before {
  content: "\f070"; }

.fa-warning:before, .fa-exclamation-triangle:before {
  content: "\f071"; }

.fa-plane:before {
  content: "\f072"; }

.fa-calendar:before {
  content: "\f073"; }

.fa-random:before {
  content: "\f074"; }

.fa-comment:before {
  content: "\f075"; }

.fa-magnet:before {
  content: "\f076"; }

.fa-chevron-up:before {
  content: "\f077"; }

.fa-chevron-down:before {
  content: "\f078"; }

.fa-retweet:before {
  content: "\f079"; }

.fa-shopping-cart:before {
  content: "\f07a"; }

.fa-folder:before {
  content: "\f07b"; }

.fa-folder-open:before {
  content: "\f07c"; }

.fa-arrows-v:before {
  content: "\f07d"; }

.fa-arrows-h:before {
  content: "\f07e"; }

.fa-bar-chart-o:before, .fa-bar-chart:before {
  content: "\f080"; }

.fa-twitter-square:before {
  content: "\f081"; }

.fa-facebook-square:before {
  content: "\f082"; }

.fa-camera-retro:before {
  content: "\f083"; }

.fa-key:before {
  content: "\f084"; }

.fa-gears:before, .fa-cogs:before {
  content: "\f085"; }

.fa-comments:before {
  content: "\f086"; }

.fa-thumbs-o-up:before {
  content: "\f087"; }

.fa-thumbs-o-down:before {
  content: "\f088"; }

.fa-star-half:before {
  content: "\f089"; }

.fa-heart-o:before {
  content: "\f08a"; }

.fa-sign-out:before {
  content: "\f08b"; }

.fa-linkedin-square:before {
  content: "\f08c"; }

.fa-thumb-tack:before {
  content: "\f08d"; }

.fa-external-link:before {
  content: "\f08e"; }

.fa-sign-in:before {
  content: "\f090"; }

.fa-trophy:before {
  content: "\f091"; }

.fa-github-square:before {
  content: "\f092"; }

.fa-upload:before {
  content: "\f093"; }

.fa-lemon-o:before {
  content: "\f094"; }

.fa-phone:before {
  content: "\f095"; }

.fa-square-o:before {
  content: "\f096"; }

.fa-bookmark-o:before {
  content: "\f097"; }

.fa-phone-square:before {
  content: "\f098"; }

.fa-twitter:before {
  content: "\f099"; }

.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a"; }

.fa-github:before {
  content: "\f09b"; }

.fa-unlock:before {
  content: "\f09c"; }

.fa-credit-card:before {
  content: "\f09d"; }

.fa-feed:before, .fa-rss:before {
  content: "\f09e"; }

.fa-hdd-o:before {
  content: "\f0a0"; }

.fa-bullhorn:before {
  content: "\f0a1"; }

.fa-bell:before {
  content: "\f0f3"; }

.fa-certificate:before {
  content: "\f0a3"; }

.fa-hand-o-right:before {
  content: "\f0a4"; }

.fa-hand-o-left:before {
  content: "\f0a5"; }

.fa-hand-o-up:before {
  content: "\f0a6"; }

.fa-hand-o-down:before {
  content: "\f0a7"; }

.fa-arrow-circle-left:before {
  content: "\f0a8"; }

.fa-arrow-circle-right:before {
  content: "\f0a9"; }

.fa-arrow-circle-up:before {
  content: "\f0aa"; }

.fa-arrow-circle-down:before {
  content: "\f0ab"; }

.fa-globe:before {
  content: "\f0ac"; }

.fa-wrench:before {
  content: "\f0ad"; }

.fa-tasks:before {
  content: "\f0ae"; }

.fa-filter:before {
  content: "\f0b0"; }

.fa-briefcase:before {
  content: "\f0b1"; }

.fa-arrows-alt:before {
  content: "\f0b2"; }

.fa-group:before, .fa-users:before {
  content: "\f0c0"; }

.fa-chain:before, .fa-link:before {
  content: "\f0c1"; }

.fa-cloud:before {
  content: "\f0c2"; }

.fa-flask:before {
  content: "\f0c3"; }

.fa-cut:before, .fa-scissors:before {
  content: "\f0c4"; }

.fa-copy:before, .fa-files-o:before {
  content: "\f0c5"; }

.fa-paperclip:before {
  content: "\f0c6"; }

.fa-save:before, .fa-floppy-o:before {
  content: "\f0c7"; }

.fa-square:before {
  content: "\f0c8"; }

.fa-navicon:before, .fa-reorder:before, .fa-bars:before {
  content: "\f0c9"; }

.fa-list-ul:before {
  content: "\f0ca"; }

.fa-list-ol:before {
  content: "\f0cb"; }

.fa-strikethrough:before {
  content: "\f0cc"; }

.fa-underline:before {
  content: "\f0cd"; }

.fa-table:before {
  content: "\f0ce"; }

.fa-magic:before {
  content: "\f0d0"; }

.fa-truck:before {
  content: "\f0d1"; }

.fa-pinterest:before {
  content: "\f0d2"; }

.fa-pinterest-square:before {
  content: "\f0d3"; }

.fa-google-plus-square:before {
  content: "\f0d4"; }

.fa-google-plus:before {
  content: "\f0d5"; }

.fa-money:before {
  content: "\f0d6"; }

.fa-caret-down:before {
  content: "\f0d7"; }

.fa-caret-up:before {
  content: "\f0d8"; }

.fa-caret-left:before {
  content: "\f0d9"; }

.fa-caret-right:before {
  content: "\f0da"; }

.fa-columns:before {
  content: "\f0db"; }

.fa-unsorted:before, .fa-sort:before {
  content: "\f0dc"; }

.fa-sort-down:before, .fa-sort-desc:before {
  content: "\f0dd"; }

.fa-sort-up:before, .fa-sort-asc:before {
  content: "\f0de"; }

.fa-envelope:before {
  content: "\f0e0"; }

.fa-linkedin:before {
  content: "\f0e1"; }

.fa-rotate-left:before, .fa-undo:before {
  content: "\f0e2"; }

.fa-legal:before, .fa-gavel:before {
  content: "\f0e3"; }

.fa-dashboard:before, .fa-tachometer:before {
  content: "\f0e4"; }

.fa-comment-o:before {
  content: "\f0e5"; }

.fa-comments-o:before {
  content: "\f0e6"; }

.fa-flash:before, .fa-bolt:before {
  content: "\f0e7"; }

.fa-sitemap:before {
  content: "\f0e8"; }

.fa-umbrella:before {
  content: "\f0e9"; }

.fa-paste:before, .fa-clipboard:before {
  content: "\f0ea"; }

.fa-lightbulb-o:before {
  content: "\f0eb"; }

.fa-exchange:before {
  content: "\f0ec"; }

.fa-cloud-download:before {
  content: "\f0ed"; }

.fa-cloud-upload:before {
  content: "\f0ee"; }

.fa-user-md:before {
  content: "\f0f0"; }

.fa-stethoscope:before {
  content: "\f0f1"; }

.fa-suitcase:before {
  content: "\f0f2"; }

.fa-bell-o:before {
  content: "\f0a2"; }

.fa-coffee:before {
  content: "\f0f4"; }

.fa-cutlery:before {
  content: "\f0f5"; }

.fa-file-text-o:before {
  content: "\f0f6"; }

.fa-building-o:before {
  content: "\f0f7"; }

.fa-hospital-o:before {
  content: "\f0f8"; }

.fa-ambulance:before {
  content: "\f0f9"; }

.fa-medkit:before {
  content: "\f0fa"; }

.fa-fighter-jet:before {
  content: "\f0fb"; }

.fa-beer:before {
  content: "\f0fc"; }

.fa-h-square:before {
  content: "\f0fd"; }

.fa-plus-square:before {
  content: "\f0fe"; }

.fa-angle-double-left:before {
  content: "\f100"; }

.fa-angle-double-right:before {
  content: "\f101"; }

.fa-angle-double-up:before {
  content: "\f102"; }

.fa-angle-double-down:before {
  content: "\f103"; }

.fa-angle-left:before {
  content: "\f104"; }

.fa-angle-right:before {
  content: "\f105"; }

.fa-angle-up:before {
  content: "\f106"; }

.fa-angle-down:before {
  content: "\f107"; }

.fa-desktop:before {
  content: "\f108"; }

.fa-laptop:before {
  content: "\f109"; }

.fa-tablet:before {
  content: "\f10a"; }

.fa-mobile-phone:before, .fa-mobile:before {
  content: "\f10b"; }

.fa-circle-o:before {
  content: "\f10c"; }

.fa-quote-left:before {
  content: "\f10d"; }

.fa-quote-right:before {
  content: "\f10e"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-circle:before {
  content: "\f111"; }

.fa-mail-reply:before, .fa-reply:before {
  content: "\f112"; }

.fa-github-alt:before {
  content: "\f113"; }

.fa-folder-o:before {
  content: "\f114"; }

.fa-folder-open-o:before {
  content: "\f115"; }

.fa-smile-o:before {
  content: "\f118"; }

.fa-frown-o:before {
  content: "\f119"; }

.fa-meh-o:before {
  content: "\f11a"; }

.fa-gamepad:before {
  content: "\f11b"; }

.fa-keyboard-o:before {
  content: "\f11c"; }

.fa-flag-o:before {
  content: "\f11d"; }

.fa-flag-checkered:before {
  content: "\f11e"; }

.fa-terminal:before {
  content: "\f120"; }

.fa-code:before {
  content: "\f121"; }

.fa-mail-reply-all:before, .fa-reply-all:before {
  content: "\f122"; }

.fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
  content: "\f123"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-crop:before {
  content: "\f125"; }

.fa-code-fork:before {
  content: "\f126"; }

.fa-unlink:before, .fa-chain-broken:before {
  content: "\f127"; }

.fa-question:before {
  content: "\f128"; }

.fa-info:before {
  content: "\f129"; }

.fa-exclamation:before {
  content: "\f12a"; }

.fa-superscript:before {
  content: "\f12b"; }

.fa-subscript:before {
  content: "\f12c"; }

.fa-eraser:before {
  content: "\f12d"; }

.fa-puzzle-piece:before {
  content: "\f12e"; }

.fa-microphone:before {
  content: "\f130"; }

.fa-microphone-slash:before {
  content: "\f131"; }

.fa-shield:before {
  content: "\f132"; }

.fa-calendar-o:before {
  content: "\f133"; }

.fa-fire-extinguisher:before {
  content: "\f134"; }

.fa-rocket:before {
  content: "\f135"; }

.fa-maxcdn:before {
  content: "\f136"; }

.fa-chevron-circle-left:before {
  content: "\f137"; }

.fa-chevron-circle-right:before {
  content: "\f138"; }

.fa-chevron-circle-up:before {
  content: "\f139"; }

.fa-chevron-circle-down:before {
  content: "\f13a"; }

.fa-html5:before {
  content: "\f13b"; }

.fa-css3:before {
  content: "\f13c"; }

.fa-anchor:before {
  content: "\f13d"; }

.fa-unlock-alt:before {
  content: "\f13e"; }

.fa-bullseye:before {
  content: "\f140"; }

.fa-ellipsis-h:before {
  content: "\f141"; }

.fa-ellipsis-v:before {
  content: "\f142"; }

.fa-rss-square:before {
  content: "\f143"; }

.fa-play-circle:before {
  content: "\f144"; }

.fa-ticket:before {
  content: "\f145"; }

.fa-minus-square:before {
  content: "\f146"; }

.fa-minus-square-o:before {
  content: "\f147"; }

.fa-level-up:before {
  content: "\f148"; }

.fa-level-down:before {
  content: "\f149"; }

.fa-check-square:before {
  content: "\f14a"; }

.fa-pencil-square:before {
  content: "\f14b"; }

.fa-external-link-square:before {
  content: "\f14c"; }

.fa-share-square:before {
  content: "\f14d"; }

.fa-compass:before {
  content: "\f14e"; }

.fa-toggle-down:before, .fa-caret-square-o-down:before {
  content: "\f150"; }

.fa-toggle-up:before, .fa-caret-square-o-up:before {
  content: "\f151"; }

.fa-toggle-right:before, .fa-caret-square-o-right:before {
  content: "\f152"; }

.fa-euro:before, .fa-eur:before {
  content: "\f153"; }

.fa-gbp:before {
  content: "\f154"; }

.fa-dollar:before, .fa-usd:before {
  content: "\f155"; }

.fa-rupee:before, .fa-inr:before {
  content: "\f156"; }

.fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
  content: "\f157"; }

.fa-ruble:before, .fa-rouble:before, .fa-rub:before {
  content: "\f158"; }

.fa-won:before, .fa-krw:before {
  content: "\f159"; }

.fa-bitcoin:before, .fa-btc:before {
  content: "\f15a"; }

.fa-file:before {
  content: "\f15b"; }

.fa-file-text:before {
  content: "\f15c"; }

.fa-sort-alpha-asc:before {
  content: "\f15d"; }

.fa-sort-alpha-desc:before {
  content: "\f15e"; }

.fa-sort-amount-asc:before {
  content: "\f160"; }

.fa-sort-amount-desc:before {
  content: "\f161"; }

.fa-sort-numeric-asc:before {
  content: "\f162"; }

.fa-sort-numeric-desc:before {
  content: "\f163"; }

.fa-thumbs-up:before {
  content: "\f164"; }

.fa-thumbs-down:before {
  content: "\f165"; }

.fa-youtube-square:before {
  content: "\f166"; }

.fa-youtube:before {
  content: "\f167"; }

.fa-xing:before {
  content: "\f168"; }

.fa-xing-square:before {
  content: "\f169"; }

.fa-youtube-play:before {
  content: "\f16a"; }

.fa-dropbox:before {
  content: "\f16b"; }

.fa-stack-overflow:before {
  content: "\f16c"; }

.fa-instagram:before {
  content: "\f16d"; }

.fa-flickr:before {
  content: "\f16e"; }

.fa-adn:before {
  content: "\f170"; }

.fa-bitbucket:before {
  content: "\f171"; }

.fa-bitbucket-square:before {
  content: "\f172"; }

.fa-tumblr:before {
  content: "\f173"; }

.fa-tumblr-square:before {
  content: "\f174"; }

.fa-long-arrow-down:before {
  content: "\f175"; }

.fa-long-arrow-up:before {
  content: "\f176"; }

.fa-long-arrow-left:before {
  content: "\f177"; }

.fa-long-arrow-right:before {
  content: "\f178"; }

.fa-apple:before {
  content: "\f179"; }

.fa-windows:before {
  content: "\f17a"; }

.fa-android:before {
  content: "\f17b"; }

.fa-linux:before {
  content: "\f17c"; }

.fa-dribbble:before {
  content: "\f17d"; }

.fa-skype:before {
  content: "\f17e"; }

.fa-foursquare:before {
  content: "\f180"; }

.fa-trello:before {
  content: "\f181"; }

.fa-female:before {
  content: "\f182"; }

.fa-male:before {
  content: "\f183"; }

.fa-gittip:before, .fa-gratipay:before {
  content: "\f184"; }

.fa-sun-o:before {
  content: "\f185"; }

.fa-moon-o:before {
  content: "\f186"; }

.fa-archive:before {
  content: "\f187"; }

.fa-bug:before {
  content: "\f188"; }

.fa-vk:before {
  content: "\f189"; }

.fa-weibo:before {
  content: "\f18a"; }

.fa-renren:before {
  content: "\f18b"; }

.fa-pagelines:before {
  content: "\f18c"; }

.fa-stack-exchange:before {
  content: "\f18d"; }

.fa-arrow-circle-o-right:before {
  content: "\f18e"; }

.fa-arrow-circle-o-left:before {
  content: "\f190"; }

.fa-toggle-left:before, .fa-caret-square-o-left:before {
  content: "\f191"; }

.fa-dot-circle-o:before {
  content: "\f192"; }

.fa-wheelchair:before {
  content: "\f193"; }

.fa-vimeo-square:before {
  content: "\f194"; }

.fa-turkish-lira:before, .fa-try:before {
  content: "\f195"; }

.fa-plus-square-o:before {
  content: "\f196"; }

.fa-space-shuttle:before {
  content: "\f197"; }

.fa-slack:before {
  content: "\f198"; }

.fa-envelope-square:before {
  content: "\f199"; }

.fa-wordpress:before {
  content: "\f19a"; }

.fa-openid:before {
  content: "\f19b"; }

.fa-institution:before, .fa-bank:before, .fa-university:before {
  content: "\f19c"; }

.fa-mortar-board:before, .fa-graduation-cap:before {
  content: "\f19d"; }

.fa-yahoo:before {
  content: "\f19e"; }

.fa-google:before {
  content: "\f1a0"; }

.fa-reddit:before {
  content: "\f1a1"; }

.fa-reddit-square:before {
  content: "\f1a2"; }

.fa-stumbleupon-circle:before {
  content: "\f1a3"; }

.fa-stumbleupon:before {
  content: "\f1a4"; }

.fa-delicious:before {
  content: "\f1a5"; }

.fa-digg:before {
  content: "\f1a6"; }

.fa-pied-piper-pp:before {
  content: "\f1a7"; }

.fa-pied-piper-alt:before {
  content: "\f1a8"; }

.fa-drupal:before {
  content: "\f1a9"; }

.fa-joomla:before {
  content: "\f1aa"; }

.fa-language:before {
  content: "\f1ab"; }

.fa-fax:before {
  content: "\f1ac"; }

.fa-building:before {
  content: "\f1ad"; }

.fa-child:before {
  content: "\f1ae"; }

.fa-paw:before {
  content: "\f1b0"; }

.fa-spoon:before {
  content: "\f1b1"; }

.fa-cube:before {
  content: "\f1b2"; }

.fa-cubes:before {
  content: "\f1b3"; }

.fa-behance:before {
  content: "\f1b4"; }

.fa-behance-square:before {
  content: "\f1b5"; }

.fa-steam:before {
  content: "\f1b6"; }

.fa-steam-square:before {
  content: "\f1b7"; }

.fa-recycle:before {
  content: "\f1b8"; }

.fa-automobile:before, .fa-car:before {
  content: "\f1b9"; }

.fa-cab:before, .fa-taxi:before {
  content: "\f1ba"; }

.fa-tree:before {
  content: "\f1bb"; }

.fa-spotify:before {
  content: "\f1bc"; }

.fa-deviantart:before {
  content: "\f1bd"; }

.fa-soundcloud:before {
  content: "\f1be"; }

.fa-database:before {
  content: "\f1c0"; }

.fa-file-pdf-o:before {
  content: "\f1c1"; }

.fa-file-word-o:before {
  content: "\f1c2"; }

.fa-file-excel-o:before {
  content: "\f1c3"; }

.fa-file-powerpoint-o:before {
  content: "\f1c4"; }

.fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
  content: "\f1c5"; }

.fa-file-zip-o:before, .fa-file-archive-o:before {
  content: "\f1c6"; }

.fa-file-sound-o:before, .fa-file-audio-o:before {
  content: "\f1c7"; }

.fa-file-movie-o:before, .fa-file-video-o:before {
  content: "\f1c8"; }

.fa-file-code-o:before {
  content: "\f1c9"; }

.fa-vine:before {
  content: "\f1ca"; }

.fa-codepen:before {
  content: "\f1cb"; }

.fa-jsfiddle:before {
  content: "\f1cc"; }

.fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before, .fa-support:before, .fa-life-ring:before {
  content: "\f1cd"; }

.fa-circle-o-notch:before {
  content: "\f1ce"; }

.fa-ra:before, .fa-resistance:before, .fa-rebel:before {
  content: "\f1d0"; }

.fa-ge:before, .fa-empire:before {
  content: "\f1d1"; }

.fa-git-square:before {
  content: "\f1d2"; }

.fa-git:before {
  content: "\f1d3"; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
  content: "\f1d4"; }

.fa-tencent-weibo:before {
  content: "\f1d5"; }

.fa-qq:before {
  content: "\f1d6"; }

.fa-wechat:before, .fa-weixin:before {
  content: "\f1d7"; }

.fa-send:before, .fa-paper-plane:before {
  content: "\f1d8"; }

.fa-send-o:before, .fa-paper-plane-o:before {
  content: "\f1d9"; }

.fa-history:before {
  content: "\f1da"; }

.fa-circle-thin:before {
  content: "\f1db"; }

.fa-header:before {
  content: "\f1dc"; }

.fa-paragraph:before {
  content: "\f1dd"; }

.fa-sliders:before {
  content: "\f1de"; }

.fa-share-alt:before {
  content: "\f1e0"; }

.fa-share-alt-square:before {
  content: "\f1e1"; }

.fa-bomb:before {
  content: "\f1e2"; }

.fa-soccer-ball-o:before, .fa-futbol-o:before {
  content: "\f1e3"; }

.fa-tty:before {
  content: "\f1e4"; }

.fa-binoculars:before {
  content: "\f1e5"; }

.fa-plug:before {
  content: "\f1e6"; }

.fa-slideshare:before {
  content: "\f1e7"; }

.fa-twitch:before {
  content: "\f1e8"; }

.fa-yelp:before {
  content: "\f1e9"; }

.fa-newspaper-o:before {
  content: "\f1ea"; }

.fa-wifi:before {
  content: "\f1eb"; }

.fa-calculator:before {
  content: "\f1ec"; }

.fa-paypal:before {
  content: "\f1ed"; }

.fa-google-wallet:before {
  content: "\f1ee"; }

.fa-cc-visa:before {
  content: "\f1f0"; }

.fa-cc-mastercard:before {
  content: "\f1f1"; }

.fa-cc-discover:before {
  content: "\f1f2"; }

.fa-cc-amex:before {
  content: "\f1f3"; }

.fa-cc-paypal:before {
  content: "\f1f4"; }

.fa-cc-stripe:before {
  content: "\f1f5"; }

.fa-bell-slash:before {
  content: "\f1f6"; }

.fa-bell-slash-o:before {
  content: "\f1f7"; }

.fa-trash:before {
  content: "\f1f8"; }

.fa-copyright:before {
  content: "\f1f9"; }

.fa-at:before {
  content: "\f1fa"; }

.fa-eyedropper:before {
  content: "\f1fb"; }

.fa-paint-brush:before {
  content: "\f1fc"; }

.fa-birthday-cake:before {
  content: "\f1fd"; }

.fa-area-chart:before {
  content: "\f1fe"; }

.fa-pie-chart:before {
  content: "\f200"; }

.fa-line-chart:before {
  content: "\f201"; }

.fa-lastfm:before {
  content: "\f202"; }

.fa-lastfm-square:before {
  content: "\f203"; }

.fa-toggle-off:before {
  content: "\f204"; }

.fa-toggle-on:before {
  content: "\f205"; }

.fa-bicycle:before {
  content: "\f206"; }

.fa-bus:before {
  content: "\f207"; }

.fa-ioxhost:before {
  content: "\f208"; }

.fa-angellist:before {
  content: "\f209"; }

.fa-cc:before {
  content: "\f20a"; }

.fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
  content: "\f20b"; }

.fa-meanpath:before {
  content: "\f20c"; }

.fa-buysellads:before {
  content: "\f20d"; }

.fa-connectdevelop:before {
  content: "\f20e"; }

.fa-dashcube:before {
  content: "\f210"; }

.fa-forumbee:before {
  content: "\f211"; }

.fa-leanpub:before {
  content: "\f212"; }

.fa-sellsy:before {
  content: "\f213"; }

.fa-shirtsinbulk:before {
  content: "\f214"; }

.fa-simplybuilt:before {
  content: "\f215"; }

.fa-skyatlas:before {
  content: "\f216"; }

.fa-cart-plus:before {
  content: "\f217"; }

.fa-cart-arrow-down:before {
  content: "\f218"; }

.fa-diamond:before {
  content: "\f219"; }

.fa-ship:before {
  content: "\f21a"; }

.fa-user-secret:before {
  content: "\f21b"; }

.fa-motorcycle:before {
  content: "\f21c"; }

.fa-street-view:before {
  content: "\f21d"; }

.fa-heartbeat:before {
  content: "\f21e"; }

.fa-venus:before {
  content: "\f221"; }

.fa-mars:before {
  content: "\f222"; }

.fa-mercury:before {
  content: "\f223"; }

.fa-intersex:before, .fa-transgender:before {
  content: "\f224"; }

.fa-transgender-alt:before {
  content: "\f225"; }

.fa-venus-double:before {
  content: "\f226"; }

.fa-mars-double:before {
  content: "\f227"; }

.fa-venus-mars:before {
  content: "\f228"; }

.fa-mars-stroke:before {
  content: "\f229"; }

.fa-mars-stroke-v:before {
  content: "\f22a"; }

.fa-mars-stroke-h:before {
  content: "\f22b"; }

.fa-neuter:before {
  content: "\f22c"; }

.fa-genderless:before {
  content: "\f22d"; }

.fa-facebook-official:before {
  content: "\f230"; }

.fa-pinterest-p:before {
  content: "\f231"; }

.fa-whatsapp:before {
  content: "\f232"; }

.fa-server:before {
  content: "\f233"; }

.fa-user-plus:before {
  content: "\f234"; }

.fa-user-times:before {
  content: "\f235"; }

.fa-hotel:before, .fa-bed:before {
  content: "\f236"; }

.fa-viacoin:before {
  content: "\f237"; }

.fa-train:before {
  content: "\f238"; }

.fa-subway:before {
  content: "\f239"; }

.fa-medium:before {
  content: "\f23a"; }

.fa-yc:before, .fa-y-combinator:before {
  content: "\f23b"; }

.fa-optin-monster:before {
  content: "\f23c"; }

.fa-opencart:before {
  content: "\f23d"; }

.fa-expeditedssl:before {
  content: "\f23e"; }

.fa-battery-4:before, .fa-battery:before, .fa-battery-full:before {
  content: "\f240"; }

.fa-battery-3:before, .fa-battery-three-quarters:before {
  content: "\f241"; }

.fa-battery-2:before, .fa-battery-half:before {
  content: "\f242"; }

.fa-battery-1:before, .fa-battery-quarter:before {
  content: "\f243"; }

.fa-battery-0:before, .fa-battery-empty:before {
  content: "\f244"; }

.fa-mouse-pointer:before {
  content: "\f245"; }

.fa-i-cursor:before {
  content: "\f246"; }

.fa-object-group:before {
  content: "\f247"; }

.fa-object-ungroup:before {
  content: "\f248"; }

.fa-sticky-note:before {
  content: "\f249"; }

.fa-sticky-note-o:before {
  content: "\f24a"; }

.fa-cc-jcb:before {
  content: "\f24b"; }

.fa-cc-diners-club:before {
  content: "\f24c"; }

.fa-clone:before {
  content: "\f24d"; }

.fa-balance-scale:before {
  content: "\f24e"; }

.fa-hourglass-o:before {
  content: "\f250"; }

.fa-hourglass-1:before, .fa-hourglass-start:before {
  content: "\f251"; }

.fa-hourglass-2:before, .fa-hourglass-half:before {
  content: "\f252"; }

.fa-hourglass-3:before, .fa-hourglass-end:before {
  content: "\f253"; }

.fa-hourglass:before {
  content: "\f254"; }

.fa-hand-grab-o:before, .fa-hand-rock-o:before {
  content: "\f255"; }

.fa-hand-stop-o:before, .fa-hand-paper-o:before {
  content: "\f256"; }

.fa-hand-scissors-o:before {
  content: "\f257"; }

.fa-hand-lizard-o:before {
  content: "\f258"; }

.fa-hand-spock-o:before {
  content: "\f259"; }

.fa-hand-pointer-o:before {
  content: "\f25a"; }

.fa-hand-peace-o:before {
  content: "\f25b"; }

.fa-trademark:before {
  content: "\f25c"; }

.fa-registered:before {
  content: "\f25d"; }

.fa-creative-commons:before {
  content: "\f25e"; }

.fa-gg:before {
  content: "\f260"; }

.fa-gg-circle:before {
  content: "\f261"; }

.fa-tripadvisor:before {
  content: "\f262"; }

.fa-odnoklassniki:before {
  content: "\f263"; }

.fa-odnoklassniki-square:before {
  content: "\f264"; }

.fa-get-pocket:before {
  content: "\f265"; }

.fa-wikipedia-w:before {
  content: "\f266"; }

.fa-safari:before {
  content: "\f267"; }

.fa-chrome:before {
  content: "\f268"; }

.fa-firefox:before {
  content: "\f269"; }

.fa-opera:before {
  content: "\f26a"; }

.fa-internet-explorer:before {
  content: "\f26b"; }

.fa-tv:before, .fa-television:before {
  content: "\f26c"; }

.fa-contao:before {
  content: "\f26d"; }

.fa-500px:before {
  content: "\f26e"; }

.fa-amazon:before {
  content: "\f270"; }

.fa-calendar-plus-o:before {
  content: "\f271"; }

.fa-calendar-minus-o:before {
  content: "\f272"; }

.fa-calendar-times-o:before {
  content: "\f273"; }

.fa-calendar-check-o:before {
  content: "\f274"; }

.fa-industry:before {
  content: "\f275"; }

.fa-map-pin:before {
  content: "\f276"; }

.fa-map-signs:before {
  content: "\f277"; }

.fa-map-o:before {
  content: "\f278"; }

.fa-map:before {
  content: "\f279"; }

.fa-commenting:before {
  content: "\f27a"; }

.fa-commenting-o:before {
  content: "\f27b"; }

.fa-houzz:before {
  content: "\f27c"; }

.fa-vimeo:before {
  content: "\f27d"; }

.fa-black-tie:before {
  content: "\f27e"; }

.fa-fonticons:before {
  content: "\f280"; }

.fa-reddit-alien:before {
  content: "\f281"; }

.fa-edge:before {
  content: "\f282"; }

.fa-credit-card-alt:before {
  content: "\f283"; }

.fa-codiepie:before {
  content: "\f284"; }

.fa-modx:before {
  content: "\f285"; }

.fa-fort-awesome:before {
  content: "\f286"; }

.fa-usb:before {
  content: "\f287"; }

.fa-product-hunt:before {
  content: "\f288"; }

.fa-mixcloud:before {
  content: "\f289"; }

.fa-scribd:before {
  content: "\f28a"; }

.fa-pause-circle:before {
  content: "\f28b"; }

.fa-pause-circle-o:before {
  content: "\f28c"; }

.fa-stop-circle:before {
  content: "\f28d"; }

.fa-stop-circle-o:before {
  content: "\f28e"; }

.fa-shopping-bag:before {
  content: "\f290"; }

.fa-shopping-basket:before {
  content: "\f291"; }

.fa-hashtag:before {
  content: "\f292"; }

.fa-bluetooth:before {
  content: "\f293"; }

.fa-bluetooth-b:before {
  content: "\f294"; }

.fa-percent:before {
  content: "\f295"; }

.fa-gitlab:before {
  content: "\f296"; }

.fa-wpbeginner:before {
  content: "\f297"; }

.fa-wpforms:before {
  content: "\f298"; }

.fa-envira:before {
  content: "\f299"; }

.fa-universal-access:before {
  content: "\f29a"; }

.fa-wheelchair-alt:before {
  content: "\f29b"; }

.fa-question-circle-o:before {
  content: "\f29c"; }

.fa-blind:before {
  content: "\f29d"; }

.fa-audio-description:before {
  content: "\f29e"; }

.fa-volume-control-phone:before {
  content: "\f2a0"; }

.fa-braille:before {
  content: "\f2a1"; }

.fa-assistive-listening-systems:before {
  content: "\f2a2"; }

.fa-asl-interpreting:before, .fa-american-sign-language-interpreting:before {
  content: "\f2a3"; }

.fa-deafness:before, .fa-hard-of-hearing:before, .fa-deaf:before {
  content: "\f2a4"; }

.fa-glide:before {
  content: "\f2a5"; }

.fa-glide-g:before {
  content: "\f2a6"; }

.fa-signing:before, .fa-sign-language:before {
  content: "\f2a7"; }

.fa-low-vision:before {
  content: "\f2a8"; }

.fa-viadeo:before {
  content: "\f2a9"; }

.fa-viadeo-square:before {
  content: "\f2aa"; }

.fa-snapchat:before {
  content: "\f2ab"; }

.fa-snapchat-ghost:before {
  content: "\f2ac"; }

.fa-snapchat-square:before {
  content: "\f2ad"; }

.fa-pied-piper:before {
  content: "\f2ae"; }

.fa-first-order:before {
  content: "\f2b0"; }

.fa-yoast:before {
  content: "\f2b1"; }

.fa-themeisle:before {
  content: "\f2b2"; }

.fa-google-plus-circle:before, .fa-google-plus-official:before {
  content: "\f2b3"; }

.fa-fa:before, .fa-font-awesome:before {
  content: "\f2b4"; }

.fa-handshake-o:before {
  content: "\f2b5"; }

.fa-envelope-open:before {
  content: "\f2b6"; }

.fa-envelope-open-o:before {
  content: "\f2b7"; }

.fa-linode:before {
  content: "\f2b8"; }

.fa-address-book:before {
  content: "\f2b9"; }

.fa-address-book-o:before {
  content: "\f2ba"; }

.fa-vcard:before, .fa-address-card:before {
  content: "\f2bb"; }

.fa-vcard-o:before, .fa-address-card-o:before {
  content: "\f2bc"; }

.fa-user-circle:before {
  content: "\f2bd"; }

.fa-user-circle-o:before {
  content: "\f2be"; }

.fa-user-o:before {
  content: "\f2c0"; }

.fa-id-badge:before {
  content: "\f2c1"; }

.fa-drivers-license:before, .fa-id-card:before {
  content: "\f2c2"; }

.fa-drivers-license-o:before, .fa-id-card-o:before {
  content: "\f2c3"; }

.fa-quora:before {
  content: "\f2c4"; }

.fa-free-code-camp:before {
  content: "\f2c5"; }

.fa-telegram:before {
  content: "\f2c6"; }

.fa-thermometer-4:before, .fa-thermometer:before, .fa-thermometer-full:before {
  content: "\f2c7"; }

.fa-thermometer-3:before, .fa-thermometer-three-quarters:before {
  content: "\f2c8"; }

.fa-thermometer-2:before, .fa-thermometer-half:before {
  content: "\f2c9"; }

.fa-thermometer-1:before, .fa-thermometer-quarter:before {
  content: "\f2ca"; }

.fa-thermometer-0:before, .fa-thermometer-empty:before {
  content: "\f2cb"; }

.fa-shower:before {
  content: "\f2cc"; }

.fa-bathtub:before, .fa-s15:before, .fa-bath:before {
  content: "\f2cd"; }

.fa-podcast:before {
  content: "\f2ce"; }

.fa-window-maximize:before {
  content: "\f2d0"; }

.fa-window-minimize:before {
  content: "\f2d1"; }

.fa-window-restore:before {
  content: "\f2d2"; }

.fa-times-rectangle:before, .fa-window-close:before {
  content: "\f2d3"; }

.fa-times-rectangle-o:before, .fa-window-close-o:before {
  content: "\f2d4"; }

.fa-bandcamp:before {
  content: "\f2d5"; }

.fa-grav:before {
  content: "\f2d6"; }

.fa-etsy:before {
  content: "\f2d7"; }

.fa-imdb:before {
  content: "\f2d8"; }

.fa-ravelry:before {
  content: "\f2d9"; }

.fa-eercast:before {
  content: "\f2da"; }

.fa-microchip:before {
  content: "\f2db"; }

.fa-snowflake-o:before {
  content: "\f2dc"; }

.fa-superpowers:before {
  content: "\f2dd"; }

.fa-wpexplorer:before {
  content: "\f2de"; }

.fa-meetup:before {
  content: "\f2e0"; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

.preview__main {
  min-height: 370px;
  width: 100%;
  padding: 60px 10px 10px 70px;
  margin-bottom: 25px;
  background-image: url("../img/preview-img.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media only screen and (max-width: 991px) {
    .preview__main {
      min-height: 300px;
      padding: 30px 10px 10px 50px; } }
  @media only screen and (max-width: 568px) {
    .preview__main {
      min-height: 250px;
      padding: 10px 10px 40px 10px; } }
  .preview__main-text {
    background-color: #cd264e;
    border-radius: 15px 15px 0 15px;
    padding: 40px 20px 30px 30px;
    display: inline-block;
    max-width: 225px;
    width: 100%;
    position: relative; }
    @media only screen and (max-width: 568px) {
      .preview__main-text {
        padding: 10px 20px 20px 15px; } }
    .preview__main-text:before {
      position: absolute;
      content: "";
      bottom: -32px;
      right: -34px;
      background-image: url(../img/sprite.png);
      background-position: -110px -48px;
      width: 40px;
      height: 39px; }
    .preview__main-text p {
      color: #fff; }
.preview__list {
  padding: 35px 0; }
  @media only screen and (max-width: 480px) {
    .preview__list {
      padding: 15px 0; } }
  .preview__list li {
    display: block;
    margin-bottom: 15px;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .preview__list li {
        margin-bottom: 20px; } }
    .preview__list li i, .preview__list li p {
      display: inline-block;
      vertical-align: middle; }
    .preview__list li p {
      margin: 0 0 0 30px; }
      @media only screen and (max-width: 767px) {
        .preview__list li p {
          width: 80%;
          margin: 0;
          padding-left: 30px; } }
      @media only screen and (max-width: 480px) {
        .preview__list li p {
          padding-left: 10px; } }

.login {
  padding: 35px 0 10px; }
  @media only screen and (max-width: 767px) {
    .login {
      padding: 20px 0 50px; } }
  .login__form {
    padding-right: 20px; }
    @media only screen and (max-width: 991px) {
      .login__form {
        padding-right: 0; } }
    @media only screen and (max-width: 767px) {
      .login__form {
        padding-right: 45px; } }
    .login__form .login-input:first-child {
      margin-bottom: 23px; }
  .login .login-links {
    margin-bottom: 30px; }
    .login .login-links a {
      display: inline-block;
      font-size: 11px;
      color: #afafaf;
      text-decoration: underline; }
      @media only screen and (max-width: 767px) {
        .login .login-links a {
          margin-bottom: 5px; } }
      .login .login-links a:hover {
        text-decoration: none; }
  @media only screen and (max-width: 767px) {
    .login .login-reg p {
      font-size: 16px; } }

.desktop__block {
  padding: 5px 30px 5px 20px;
  height: 108px;
  border: 1px solid #d1d1d1;
  background-color: #f3f3f3;
  display: inline-block;
  width: 100%;
  position: relative; }
  .desktop__block:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 992px) {
    .desktop__block {
      padding: 5px 10px; } }
  @media only screen and (max-width: 991px) {
    .desktop__block {
      height: 142px; } }
  @media only screen and (max-width: 767px) {
    .desktop__block {
      height: auto;
      border: none;
      background-color: transparent;
      text-align: center;
      padding: 0; } }
  .desktop__block .desktop-img {
    display: inline-block;
    vertical-align: top;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%); }
    @media only screen and (max-width: 992px) {
      .desktop__block .desktop-img {
        left: 10px; } }
    @media only screen and (max-width: 767px) {
      .desktop__block .desktop-img {
        position: relative;
        left: 0;
        top: 0;
        transform: translateY(0);
        width: 80px;
        height: 80px;
        border: 1px solid #d1d1d1;
        background-color: #f3f3f3;
        margin: 0 auto 5px; } }
    .desktop__block .desktop-img i {
      display: inline-block; }
      @media only screen and (max-width: 767px) {
        .desktop__block .desktop-img i {
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); } }
  .desktop__block .desktop-text {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .desktop__block .desktop-text {
        height: auto;
        vertical-align: top; } }
    .desktop__block .desktop-text-wrapper {
      position: absolute;
      left: 70px;
      top: 50%;
      transform: translateY(-50%); }
      @media only screen and (max-width: 992px) {
        .desktop__block .desktop-text-wrapper {
          left: 60px; } }
      @media only screen and (max-width: 767px) {
        .desktop__block .desktop-text-wrapper {
          position: static;
          transform: translate(0);
          left: 0;
          top: 0; } }
    .desktop__block .desktop-text span {
      font-size: 15px;
      font-weight: 400;
      text-transform: uppercase;
      color: #000;
      margin-bottom: 5px;
      display: block; }
      @media only screen and (max-width: 767px) {
        .desktop__block .desktop-text span {
          font-size: 13px;
          text-transform: none; } }
    .desktop__block .desktop-text p {
      margin-bottom: 0;
      color: #000; }
      @media only screen and (max-width: 767px) {
        .desktop__block .desktop-text p {
          display: none; } }
  .desktop__block .desktop-number {
    color: #fff;
    font-size: 14px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    padding: 0 5px;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #23c1e0;
    width: auto;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .desktop__block .desktop-number {
        display: none; } }

.change {
  padding-top: 50px; }
  @media only screen and (max-width: 568px) {
    .change {
      padding-top: 20px; } }
  .change .btn {
    text-transform: uppercase; }
  .change .login-input {
    margin-bottom: 30px; }

.block-title {
  padding: 13px 0;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1; }
  @media only screen and (max-width: 767px) {
    .block-title-wrapper {
      background-color: #f3f3f3;
      display: none; } }
  @media only screen and (max-width: 767px) {
    .block-title {
      padding: 0;
      border: none; } }
  @media only screen and (max-width: 767px) {
    .block-title .block-item {
      padding: 0 10px;
      border-bottom: 1px solid #d1d1d1; } }
  .block-title .block-item p {
    margin-bottom: 6px;
    color: #000; }
    @media only screen and (max-width: 767px) {
      .block-title .block-item p {
        margin: 11px 0; } }
  @media only screen and (max-width: 767px) {
    .block-title .block-search {
      padding: 0;
      border: none; } }
  .block-title .block-filter-mini {
    display: block; }
  .block-title .sorting-block {
    padding-bottom: 10px; }
    .block-title .sorting-block .sorting-item {
      font-size: 0;
      margin-bottom: 5px;
      display: block;
      margin-bottom: 5px; }
      .block-title .sorting-block .sorting-item:after {
        content: "";
        display: table;
        clear: both; }
      .block-title .sorting-block .sorting-item a {
        display: inline-block;
        vertical-align: middle;
        margin: 0 2px;
        float: left; }
      .block-title .sorting-block .sorting-item p {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
        width: calc(100% - 100px); }
      .block-title .sorting-block .sorting-item .sorting-btn-wrapper {
        display: inline-block;
        vertical-align: middle; }
  .block-title .block-filter-btn {
    padding: 0;
    display: none; }
    @media only screen and (max-width: 767px) {
      .block-title .block-filter-btn {
        display: block; } }
  .block-title .block-filter-sorting {
    display: none; }
    @media only screen and (max-width: 767px) {
      .block-title .block-filter-sorting {
        display: block; } }

.device__table {
  /*padding: 50px 0 230px; */padding: 20px 0;}
  @media only screen and (max-width: 991px) {
    .device__table {
      padding: 20px 0; } }
  @media only screen and (max-width: 767px) {
    .device__table {
      padding: 25px 0; } }

.inner-wrapper-table {
  display: block;
  padding: 10px 0 10px; }
  @media only screen and (max-width: 767px) {
    .inner-wrapper-table {
      padding: 0;
      margin: 0 0px; } }

.inner-table {
  width: 100%; }
  .inner-table tr td {
    display: table-cell;
    /*text-align: left;*/
    padding: 15px 0 15px 0px;
    background-color: #f3f3f3;
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
    font-size: 14px;
    color: #000000;
    vertical-align: middle; }

#KEprop tr td:first-child {padding:15px 0 15 px 0;}

    @media only screen and (max-width: 991px) {
      .inner-table tr td {
        padding: 10px;
        font-size: 12px; } }
    .inner-table tr td:first-child {
      width: 210px;
      border: none;
      background-color: #fff;
      font-size: 12px;
      color: #727272; }
      @media only screen and (max-width: 991px) {
        .inner-table tr td:first-child {
          width: 100px; } }
    .inner-table tr td:nth-child(2) {
      border-left: 1px solid #d1d1d1; }
    .inner-table tr td:last-child {
      border-right: 1px solid #d1d1d1; }
    .inner-table tr td.p0 {
      padding: 0 0 0 20px; }
      @media only screen and (max-width: 991px) {
        .inner-table tr td.p0 {
          padding: 0 0 0 10px; } }
    .inner-table tr td.w560 {
      width: 560px; }
    .inner-table tr td.w260 {
      width: 260px; }
      @media only screen and (max-width: 1199px) {
        .inner-table tr td.w560 {
          width: 350px; } }
      @media only screen and (max-width: 991px) {
        .inner-table tr td.w560 {
          width: 240px; } }
    .inner-table tr td.w230 {
      width: 230px; }
      @media only screen and (max-width: 991px) {
        .inner-table tr td.w230 {
          width: 175px; } }
    .inner-table tr td .table-text {
      display: inline-block;
      vertical-align: middle;
      width: calc(100% - 45px);
      padding-left: 20px; }
    .inner-table tr td .circle {
      margin-left: 25px; }
  .inner-table tr .table-btn {
    padding: 0;
    width: 50px; }

.inner-table-m {
  margin-bottom: 23px;
  border-collapse: separate; }
  .inner-table-m tr:first-child td {
    border-top: 1px solid #d1d1d1; }
  .inner-table-m tr td {
    position: relative;
    padding: 15px 20px;
    border-top: none; }
    @media only screen and (max-width: 991px) {
      .inner-table-m tr td {
        padding: 15px 20px;
        font-size: 13px; } }
    .inner-table-m tr td:first-child {
      width: 90px;
      border: none; }
      @media only screen and (max-width: 991px) {
        .inner-table-m tr td:first-child {
          padding: 15px 6px; } }
    .inner-table-m tr td.table-btn {
      width: 50px; }
    .inner-table-m tr td .circle {
      margin-left: 0; }
    .inner-table-m tr td .input-table {
      word-wrap: break-word;
      -webkit-user-modify: read-write;
      -moz-user-modify: read-write;
      -o-user-modify: read-write;
      user-modify: read-write;
      -webkit-line-break: after-white-space;
      line-height: normal;
      padding: 20px 60px 20px 0; }

.table-label {
  position: relative;
  line-height: 0; }
  .table-label .input-table {
    width: 100%;
    border-radius: 0;
    min-height: 48px;
    height: 100%;
    background-color: #f3f3f3;
    border: none;
    font-size: 14px;
    color: #000;
    padding: 0 60px 0 0;
    outline: none; }
    .table-label .input-table:-moz-placeholder {
      color: gray; }
    .table-label .input-table::-webkit-input-placeholder {
      color: gray; }
    .table-label .input-table:focus {
      outline: none !important; }
    @media only screen and (max-width: 991px) {
      .table-label .input-table {
		text-align:left;
		padding: 0 0 0 10px;
		margin: 0;
        font-size: 12px;
		box-shadow:none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;}
	  .table-label .input-table  input[name=count] {
			text-align: center;}
		}
  .table-label .tbl {
    position: absolute;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
    background-color: #727272;
    transition: 0.4s ease-in-out; }
    .table-label .tbl:hover, .table-label .tbl:active, .table-label .tbl:focus {
      background-color: #ae3b3b;
      color: #fff; }
    .table-label .tbl i {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.table-label-wrapper {
  width: 50%;
  float: left;
  display: inline-block; }
  .table-label-wrapper:last-child {
    padding-left: 20px; }
    @media only screen and (max-width: 991px) {
      .table-label-wrapper:last-child {
        padding-left: 10px; } }

.inner-block .inner-block-application {
  margin-bottom: 20px; }
  .inner-block .inner-block-application .block-application-title {
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 0;
    color: #000;
	padding-left:10px;
	}

.inner-block-m {
  width: 100%;
  border: 1px solid #d1d1d1; }
  .inner-block-m tr {
    border-bottom: 1px solid #d1d1d1; }
    .inner-block-m tr:last-child {
      border-bottom: none; }
    .inner-block-m tr td {
      display: table-cell;
      padding: 5px 10px;
      vertical-align: middle;
      font-size: 13px;
      background-color: #f3f3f3; }
  .inner-block-m tr td.counter-m {
      padding: 0; }

      .inner-block-m tr td:last-child {
        border-left: 1px solid #d1d1d1;
        text-align: center; }
      .inner-block-m tr td p {
        color: #000;
        margin-bottom: 0; }
      .inner-block-m tr td span {
        display: block;
        color: #909090; }
    .inner-block-m tr .table-p {
      padding: 0;
	  width:80%;}

.table-position {
  height: 46px;
  padding: 15px 55px 15px 15px;
  color: #888888;
  position: relative; }
  .table-position .btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%; }
    .table-position .btn i {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }

.letter {
  padding: 0 10px; }
  @media only screen and (max-width: 767px) {
    .letter {
      padding: 0; } }
  .letter p:last-child {
    margin-bottom: 0; }
  .letter .letter-status {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px; }
    .letter .letter-status .letter-circle {
      display: inline-block;
      margin-left: 25px; }
      @media only screen and (max-width: 767px) {
        .letter .letter-status .letter-circle {
          margin-left: 15px; } }
      .letter .letter-status .letter-circle .circle {
        margin-right: 8px; }
  .letter .letter-text {
    margin-bottom: 80px;
    overflow: hidden; }
    .letter .letter-text span {
      display: block; }
  .letter a {
    color: #0060b1;
    text-decoration: underline;
    display: inline-block; }
    .letter a:hover {
      text-decoration: none; }

.letter-header-text {
  margin: 0;
  position: relative;
  top: 12px; }
  @media only screen and (max-width: 767px) {
    .letter-header-text {
      top: 0;
      margin-top: 10px; } }

.maps-list {
  border: 1px solid #d1d1d1;
  max-width: 330px;
  position: absolute;
  left: 20%;
  top: 75px;
  margin: 0; }
  @media only screen and (max-width: 767px) {
    .maps-list {
      display: none; } }
  .maps-list:before {
    position: absolute;
    content: "";
    background-image: url(../img/sprite.png);
    background-position: -32px -141px;
    width: 30px;
    height: 33px;
    left: -30px;
    top: 55%; }
  .maps-list li {
    display: block;
    background-color: #fff;
    position: relative; }
    .maps-list li:before {
      position: absolute;
      content: "";
      left: 25px;
      top: 16px; }
    .maps-list li.is-orange:before {
      background-image: url(../img/sprite.png);
      background-position: -188px -76px;
      width: 14px;
      height: 20px; }
    .maps-list li.is-black:before {
      background-image: url(../img/sprite.png);
      background-position: -188px -26px;
      width: 14px;
      height: 20px; }
    .maps-list li.is-green:before {
      background-image: url(../img/sprite.png);
      background-position: -188px -51px;
      width: 14px;
      height: 20px; }
    .maps-list li:last-child {
      margin-bottom: 0; }
    .maps-list li a {
      display: block;
      padding: 15px 25px 15px 50px;
      transition: background-color 0.3s linear; }
      .maps-list li a:hover {
        text-decoration: none;
        background-color: #f3f3f3; }
    .maps-list li p,
    .maps-list li span {
      font-size: 14px;
      margin: 0; }
    .maps-list li p {
      color: #000;
      text-transform: uppercase; }
    .maps-list li span {
      color: #666666;
      display: block;
      font-weight: 300; }
.maps__btn-list {
  margin-bottom: 15px;
  font-size: 0; }
  @media only screen and (max-width: 767px) {
    .maps__btn-list {
      display: none; } }
  .maps__btn-list li {
    display: inline-block;
    padding: 0 25px; }
    @media only screen and (max-width: 991px) {
      .maps__btn-list li {
        padding: 0 15px; } }
    .maps__btn-list li a {
      display: block;
      font-size: 14px;
      text-decoration: none;
      font-weight: 400;
      color: #000000;
      transition: 0.4s ease-in-out; }
      .maps__btn-list li a:hover {
        text-decoration: none;
        color: #ff0000; }
      .maps__btn-list li a.active {
        text-decoration: none;
        color: #ff0000; }
      .maps__btn-list li a i {
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px; }
.maps__map {
  position: relative; }
  .maps__map .map,
  .maps__map #map {
    width: 100%;
    height: 700px; }
    @media only screen and (max-width: 992px) {
      .maps__map .map,
      .maps__map #map {
        height: 500px; } }
    @media only screen and (max-width: 767px) {
      .maps__map .map,
      .maps__map #map {
        height: 420px; } }
.maps__info .table-wrapper-pos {
  margin: 0 -15px; }
  .maps__info .table-wrapper-pos .table-position {
    font-size: 13px;
    background-color: #f3f3f3; }
  .maps__info .table-wrapper-pos .table-position-list li a {
    padding: 15px 15px 10px 15px; }
  .maps__info .table-wrapper-pos .table-position-list li i {
    display: inline-block;
    vertical-align: top;
    margin-right: 8px; }
  .maps__info .table-wrapper-pos .table-position-list li p,
  .maps__info .table-wrapper-pos .table-position-list li span {
    font-size: 13px;
    display: block;
    margin: 0; }
  .maps__info .table-wrapper-pos .table-position-list li span {
    color: #666666;
    font-weight: 300; }
  .maps__info .table-wrapper-pos .table-position-list li p {
    color: #000;
    font-weight: 400; }
  .maps__info .table-wrapper-pos .table-position-list li .list-wrapper {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 35px); }

.map-btn-m {
  margin: 0 -15px;
  font-size: 0;
  display: none; }
  @media only screen and (max-width: 767px) {
    .map-btn-m {
      display: block; } }
  .map-btn-m .map-btn-status {
    height: 46px;
    line-height: 44px;
    border: 1px solid #d1d1d1;
    border-right: none;
    display: inline-block;
    width: 95px;
    font-size: 14px;
    padding-left: 10px;
    text-align: left;
    background-color: #fff;
    vertical-align: top; }
    .map-btn-m .map-btn-status.active {
      background-color: #f3f3f3; }
  .map-btn-m .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: calc(100% - 95px); }
  .map-btn-m .btn {
    height: 46px;
    border: 1px solid #d1d1d1;
    padding-right: 60px;
    padding-left: 15px;
    font-size: 14px;
    color: #000;
    background-color: #f3f3f3;
    margin: 0; }
    .map-btn-m .btn:hover, .map-btn-m .btn:focus, .map-btn-m .btn:active {
      background-color: #f3f3f3 !important;
      color: #000 !important;
      outline: none !important;
      box-shadow: none;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
      border-color: #d1d1d1 !important; }
  .map-btn-m .caret {
    width: 50px;
    height: 100%;
    top: 2px !important;
    right: 0 !important;
    border: 1px solid #d1d1d1;
    background-color: #727272;
    margin-top: 0; }
    .map-btn-m .caret:before {
      position: absolute;
      content: "";
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      background-image: url(../img/sprite.png);
      background-position: -90px -141px;
      width: 24px;
      height: 14px; }

	.map-btn-m .dropdown-menu {
    padding: 0;
    top: 100%;
    margin: 0;
    border: 1px solid #d1d1d1;
    border-bottom: none;
    border-radius: 0;
    box-shadow: none;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;
    max-height: inherit !important; }
    .map-btn-m .dropdown-menu li {
      display: block;
      border: none;
      padding: 0;
      margin: 0; }
      .map-btn-m .dropdown-menu li .glyphicon {
        display: none !important; }
      .map-btn-m .dropdown-menu li a {
        padding: 13px 14px;
        position: relative;
        font-size: 13px;
        font-weight: 400;
        color: #000;
        background-color: #f3f3f3;
        border-bottom: 1px solid #d1d1d1; }
        .map-btn-m .dropdown-menu li a:before {
          position: absolute;
          content: "";
          top: 11px;
          left: 9px; }
        .map-btn-m .dropdown-menu li a.is-green:before {
          background-image: url(../img/sprite.png);
          background-position: -188px -51px;
          width: 14px;
          height: 20px; }
        .map-btn-m .dropdown-menu li a.is-black:before {
          background-image: url(../img/sprite.png);
          background-position: -188px -26px;
          width: 14px;
          height: 20px; }
        .map-btn-m .dropdown-menu li a.is-orange:before {
          background-image: url(../img/sprite.png);
          background-position: -188px -76px;
          width: 14px;
          height: 20px; }
		  .map-btn-m .dropdown-menu li a.is-red:before {
          background-image: url(../img/icons/map-mini-red.png);
          background-repaat:no-repeat;
          width: 14px;
          height: 20px; }
        .map-btn-m .dropdown-menu li a.is-purple:before {
          background-image: url(../img/icons/sprite.png);
          background-position: -188px 0px;
          width: 15px;
          height: 21px; }
        .map-btn-m .dropdown-menu li a span.text {
          padding: 0 0 0 18px;
          margin: 0; }

.inner-block-wrapp {
  padding-bottom: 65px; }
  @media only screen and (max-width: 767px) {
    .inner-block-wrapp {
      padding-bottom: 0; } }
  .inner-block-wrapp .left-block-title {
   /*   margin: 20px 0 45px; */}
  .inner-block-wrapp .left-block-subtitle {
      margin: 20px 0 0 0;
	  font-size:12px;}


    @media only screen and (max-width: 991px) {
      .inner-block-wrapp .left-block-title {
        display: block;
        text-align: center;
        margin: 15px 0; } }
    @media only screen and (max-width: 767px) {
      .inner-block-wrapp .left-block-title {
        margin: 10px 0 10px 10px;
        text-align: left; } }
  .inner-block-wrapp .left-block {
    padding-right: 20px; }
    @media only screen and (max-width: 991px) {
      .inner-block-wrapp .left-block {
        padding-right: 0;
        text-align: center;
        display: block;
        float: none !important; } }
  @media only screen and (max-width: 991px) {
    .inner-block-wrapp .right-block {
      text-align: center !important; } }

.inner-datepicker {
  display: inline-block;
  float:left;
  margin-right: 8px;}
  @media only screen and (max-width: 991px) {
    .inner-datepicker {
      display: block;
	  margin-right: 0;
/*      text-align: center;
      padding: 5px 0 15px;
      margin: 0 -15px 0;
      border-bottom: 1px solid #d1d1d1; */}
	}
  .inner-datepicker .form-group {
    display: inline-block;
   /* max-width: 225px;
    width: 100%;*/
	margin:0;
	}
  .inner-datepicker #input-d1 {
		width:160px;
		border: 1px solid #d1d1d1;
		float:left;
	}

	#input-t1 {
		width:75px;
		border: 1px solid #d1d1d1;
		border-radius: none;
		border-radius: 0;
		margin-left:10px;
	}
  @media only screen and (max-width: 767px) {
      #input-t1  {
        margin-left: 0;
    }
     #input-d1  {
        text-align:left;
		margin-bottom: 5px;
 	}

	#KEdate  {
		margin-top:15px;
	}


	#KEdate .p0 {
		font-size:0;
		text-align:right;
	}
	}
    .inner-datepicker .form-group input {
      height: 46px;
      outline: none;
      text-align: center;
      /*color: #ff0000;*/
      background-color: #f3f3f3;
      border-radius: 0;
	  box-shadow: none;
	  -moz-box-shadow: none;
	  -webkit-box-shadow: none;	}
     .inner-datepicker .form-group .input-group-addon {
      padding: 0;
      width: 50px;
      height: 46px;
      position: relative;
      background-color: #727272;
      cursor: pointer; }
      .inner-datepicker .form-group .input-group-addon:focus, .inner-datepicker .form-group .input-group-addon:active {
        outline: none;
        box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;}
      .inner-datepicker .form-group .input-group-addon i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        margin: 0; }

.footer {
  background-color: #717171;
  padding: 30px 0 25px;
  border-top: 1px solid #d1d1d1;
  margin-top: -69px;
  clear: both; }

@media only screen and (max-width: 568px) {
    .footer {
      margin-top: -69px; }
}
  .footer.footer-letter {
    background-color: #717171;
    margin-top: -90px; }
    .footer.footer-letter .letter-copyright {
      margin-bottom: 0;
      color: #fff; }
  .footer__copyright {
    display: inline-block;
    text-align: right;
    font-size: 11px;
    color: #fff;
    vertical-align: top;
    margin: 0; }
    @media only screen and (max-width: 568px) {
      .footer__copyright {
        display: block;
        text-align: center; } }
  .footer__menu {
    font-size: 0; }
    @media only screen and (max-width: 991px) {
      .footer__menu {
        border: 1px solid #d1d1d1;
        border-bottom: none; } }
    .footer__menu li {
      display: inline-block;
      vertical-align: top;
      padding: 0 5px;
      border-right: 1px solid #d9d9d9; }
      @media only screen and (max-width: 991px) {
        .footer__menu li {
          display: block;
          padding: 0;
          border: none; } }
      .footer__menu li:first-child {
        padding-left: 0; }
      .footer__menu li:last-child {
        border: none;
        padding-right: 0; }
      .footer__menu li a {
        display: block;
        font-size: 11px;
        font-weight: 400;
        color: #fff; }
        @media only screen and (max-width: 991px) {
          .footer__menu li a {
            font-size: 13px;
            border-bottom: 1px solid #d1d1d1;
            padding: 17px 20px;
            background-color: #727272;
            text-decoration: none;
            transition: background-color 0.3s linear; }
            .footer__menu li a:hover, .footer__menu li a:focus, .footer__menu li a:active {
              text-decoration: none;
              background-color: #ae3b3b; } }

.header {
  padding: 10px 0 13px; }
  @media only screen and (max-width: 568px) {
    .header {
      padding: 6px 0; } }
  @media only screen and (max-width: 768px) {
    .header.header-letter .header__logo {
      margin: 0 auto;
      text-align: center; } }
  @media only screen and (max-width: 768px) {
    .header.header-letter .header-letter-right {
      text-align: center !important; } }
  .header__logo {
    display: inline-block;
    line-height: 0; }
    @media only screen and (max-width: 768px) {
      .header__logo-center {
        text-align: center; } }
    @media only screen and (max-width: 568px) {
      .header__logo img {
        width: 151px;
        height: 45px; } }
  .header__control {
    position: relative;
    top: 10px;
   /* padding-bottom: 25px;*/
    border-bottom: 1px solid #d1d1d1; }
    @media only screen and (max-width: 991px) {
      .header__control {
        margin-right: 40px; } }
    @media only screen and (max-width: 680px) {
      .header__control {
        padding-bottom: 5px; } }
    @media only screen and (max-width: 670px) {
      .header__control {
        border: none;
        padding-bottom: 0;
        top: 0;
        margin: 0;
        padding-right: 75px; } }
    .header__control .name i {
      display: inline-block;
      margin-right: 14px;
      vertical-align: middle; }
      @media only screen and (max-width: 700px) {
        .header__control .name i {
          margin-right: 5px; } }
      @media only screen and (max-width: 670px) {
        .header__control .name i {
          margin: 20px 0 0 0;
          background-image: url(../img/sprite.png);
          background-position: -67px -141px;
          width: 18px;
          height: 21px; } }
      @media only screen and (max-width: 568px) {
        .header__control .name i {
          margin: 10px 0 0 0; } }
    .header__control .name span {
      display: inline-block;
      vertical-align: middle;
      font-size: 12px;
      color: #6e6e6e; }
      @media only screen and (max-width: 670px) {
        .header__control .name span {
          display: none; } }
    .header__control .control-menu {
      font-size: 0;
	  margin-bottom:10px;}
      @media only screen and (max-width: 670px) {
        .header__control .control-menu {
          display: none; } }
      .header__control .control-menu li {
        display: inline-block;
        padding: 0 5px;
        border-right: 1px solid #818181; }
        .header__control .control-menu li:last-child {
          border-right: none;
          padding: 0 0 0 5px; }
        .header__control .control-menu li a {
          font-size: 12px;
          color: #6e6e6e; }

.btn {
  border: 1px solid #d1d1d1;
  color: #fff;
  font-size: 14px;
  line-height: normal;
  background-color: #727272;
  font-family: "Roboto", sans-serif;
  transition: 0.4s ease-in-out;
  padding: 10px 18px;
  display: inline-block;
  border-radius: 0;
  box-shadow: none;
  	-moz-box-shadow: none;
	-webkit-box-shadow: none;
  margin: 0 0px 10px 0; }
  .btn:hover, .btn:active, .btn:focus {
    background-color: #ae3b3b;
    color: #fff; }
  .btn-desabled {
    display: none; }
  .btn-reg {
    background-color: #b7d342;
    border-color: #b7d342;
    width: 100%;
    text-align: center;
    text-transform: uppercase; }
    .btn-reg:hover {
      border-color: #ae3b3b; }
  .btn-back {
    background-color: #fff;
    color: #000000;
    padding: 10px 23px 10px 18px; }
    .btn-back:hover i {
      background-image: url(../img/sprite.png);
      background-position: -188px -137px;
      width: 12px;
      height: 13px; }
    .btn-back i {
      display: inline-block;
      vertical-align: top;
      position: relative;
      top: 2px;
      margin-right: 13px; }
  .btn-bottom {
    width: 50px;
    height: 46px;
    position: relative; }
    .btn-bottom:focus i, .btn-bottom:active i {
      transform: rotate(-180deg); }
    .btn-bottom i {
      display: inline-block;
      position: absolute;
      left: 13px;
      top: 15px;
      transition: transform 0.4s ease-in-out; }
  .btn-calendar {
    width: 50px;
    height: 46px;
    position: relative; }
    .btn-calendar i {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .btn-plus {
    position: relative; }
    .btn-plus.active {
      background-color: #ff0000; }
	  i.minus-data{
		  width:49px;display: inline-block; background-image: url(../img/icons/icon-btn-minus-black.png);
		  height: 100%;
		  background-repeat: no-repeat;
		  background-position: 70% 48%;
		      -webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,.075);
     box-shadow: inset 0 1px 0px rgba(0,0,0,.075);
	     background-size: 15px 1px;
	  }
      .btn-plus.active i {

        background-image: url(../img/sprite.png);
        background-position: -188px -173px;
        width: 11px;
        height: 3px; }
		/* .btn-plus i.icon-btn-plus-black {
		  background-image: url(../img/icons/icon-btn-plus-black.png);

        width: 11px;
        height: 3px; }*/
	  .btn-plus.active i.icon-btn-plus-black {
        /*background-image: url(../img/sprite.png);
        background-position: -200px -173px;*/
		background-image: url(../img/icons/icon-btn-minus-black.png);
        width: 11px;
        height: 3px; }
    .btn-plus i {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .btn-sorting {
    width: 35px;
    height: 35px;
    display: inline-block;
    position: relative; }
    .btn-sorting i {
      position: absolute;
      display: inline-block;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .btn-edit {
    width: 50px;
    height: 46px;
    margin: 0;
    position: relative; }
    .btn-edit i {
      display: inline-block;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
  .btn-inner {
    margin: 0 0 20px 0;
    padding: 13px 40px 13px 10px; }
    @media only screen and (max-width: 767px) {
      .btn-inner {
        padding: 13px 10px;
        margin: 0 0 10px 0;
        font-size: 13px; } }
    .btn-inner i {
      display: inline-block;
      vertical-align: middle;
      margin-right: 12px; }
      @media only screen and (max-width: 767px) {
        .btn-inner i {
          margin-right: 9px; } }

.btn-right-block {
  margin-right: 15px; }
  @media only screen and (max-width: 991px) {
    .btn-right-block {
      margin: 20px 0 30px; } }

.btn-filter-reset {
  width: 100%;
  height: 48px;
  line-height: 46px;
  padding: 0 0 0 48px;
  margin: 0;
  background-color: #727272;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border: 1px solid #d1d1d1;
  position: relative;
  cursor: pointer;
  transition: 0.4s linear; }
  .btn-filter-reset:before {
    content: "";
    position: absolute;
    left: 20px;
    top: 15px;
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -188px -101px;
    width: 13px;
    height: 13px; }
  .btn-filter-reset:hover, .btn-filter-reset:active, .btn-filter-reset:focus {
    background-color: #ae3b3b;
    color: #fff; }

body {
  line-height: normal;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #494949; }

h1 {
  font-size: 24px;
  color: #fff;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 15px; }

h2 {
  font-size: 30px;
  font-weight: 300;
  line-height: normal;
  color: #494949;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    h2 {
      font-size: 26px;
      margin-bottom: 40px;
      text-transform: uppercase; } }

p {
  font-size: 14px;
  margin-bottom: 15px;
  font-weight: 400;
  line-height: normal;
  color: #494949; }

.ttu {
  text-transform: uppercase; }

.icon-message {
  background-image: url(../img/sprite.png);
  background-position: 0px -54px;
  width: 50px;
  height: 39px; }

.icon-edit {
  background-image: url(../img/sprite.png);
  background-position: -55px 0px;
  width: 50px;
  height: 40px; }

.icon-time {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 50px;
  height: 49px; }

.icon-comp {
  background-image: url(../img/sprite.png);
  background-position: -55px -54px;
  width: 49px;
  height: 37px; }

.icon-desktop-edit {
  background-image: url(../img/sprite.png);
  background-position: -48px -98px;
  width: 49px;
  height: 23px; }

.icon-desktop-file {
  background-image: url(../img/sprite.png);
  background-position: -110px 0px;
  width: 41px;
  height: 43px; }

.icon-desktop-device {
  background-image: url(../img/sprite.png);
  background-position: 0px -98px;
  width: 43px;
  height: 38px; }
  .icon-desktop-geo {
  background-image: url(../img/icons_menu2.svg);
  background-position: 0px 0px;
  width: 43px;
  height: 38px; }
    .icon-desktop-geo2 {
  background-image: url(../img/icons_menu3.svg);
    background-position: -46px 42px;
    width: 46px;
    height: 42px; }
  .icon-desktop-onnomenclature{
 background-image: url(../img/icons_menu2.svg);
  background-position: 45px 0px;
  width: 45px;
  height: 42px;
  }
    .icon-desktop-onnomenclature2{
 background-image: url(../img/icons_menu3.svg);
  background-position: 0px 0px;
  width: 45px;
  height: 42px;
  }
    .icon-desktop-onconsult{
 background-image: url(../img/icons_menu2.svg);
  background-position: 92px 0px;
  width: 45px;
  height: 42px;
  }
      .icon-desktop-onconsult2{
 background-image: url(../img/icons_menu3.svg);
background-position: -92px 0px;
    width: 44px;
    height: 42px;
  }
.icon-desktop-engineer {
  background-image: url(../img/callofengineer.png);
  /*background-position: 0px -98px;*/
  width: 42px;
  height: 42px; }

.icon-desktop-allengineer {
  background-image: url(../img/vsezayavki.png);
  width: 48px;
  height: 43px; }
  .icon-desktop-allengineer2 {
 background-image: url(../img/icons_menu3.svg);
    background-position: -46px 0px;
    width: 46px;
    height: 42px;}
.icon-desktop-getconsult {
  background-image: url(../img/icons_getconsult.png);
  width: 43px;
  height: 42px; }
 .icon-desktop-consult {
  background-image: url(../img/icons_consult.png);
  width: 44px;
  height: 43px; }
.icon-desktop-allconsult {
  background-image: url(../img/icons_allconsult.png);
  width: 47px;
  height: 43px; }
.icon-desktop-allKE {
  background-image: url(../img/icons_allKE.png);
  width: 49px;
  height: 24px; }
  .icon-desktop-allKE2 {
 background-image: url(../img/icons_menu3.svg);
    background-position: 0px 42px;
    width: 46px;
    height: 42px;}
.icon-user {
  background-image: url(../img/sprite.png);
  background-position: -135px -141px;
  width: 9px;
  height: 11px; }

.icon-arrow-left {
  background-image: url(../img/sprite.png);
  background-position: -170px -127px;
  width: 9px;
  height: 9px; }

.icon-btn-arrow {
  background-image: url(../img/sprite.png);
  background-position: -188px -155px;
  width: 12px;
  height: 13px; }

.icon-arrow-btn-btm {
  background-image: url(../img/sprite.png);
  background-position: -90px -141px;
  width: 24px;
  height: 14px; }

.icon-calendar {
  background-image: url(../img/sprite.png);
  background-position: -102px -98px;
  width: 19px;
  height: 20px; }

.icon-btn-plus {
  background-image: url(../img/sprite.png);
  background-position: -119px -141px;
  width: 11px;
  height: 11px; }

 .icon-btn-plus-black {
  background-image: url(../img/sprite.png);
  background-position: -119px -156px;
  width: 11px;
  height: 11px; }

.icon-btn-minus {
  background-image: url(../img/sprite.png);
  background-position: -188px -173px;
  width: 11px;
  height: 3px; }

.icon-mini-top {
  background-image: url(../img/sprite.png);
  background-position: -82px -126px;
  width: 12px;
  height: 6px; }
  .active .icon-mini-top, .icon-mini-top:hover {
    background-image: url(../img/sprite.png);
    background-position: -99px -126px;
    width: 12px;
    height: 6px; }

.icon-mini-btm {
  background-image: url(../img/sprite.png);
  background-position: -131px -126px;
  width: 11px;
  height: 6px; }
  .active .icon-mini-btm, .icon-mini-btm:hover {
    background-image: url(../img/sprite.png);
    background-position: -48px -126px;
    width: 12px;
    height: 6px; }

.icon-sorting-t {
  background-image: url(../img/sprite.png);
  background-position: -82px -126px;
  width: 12px;
  height: 6px; }

.icon-sorting-b {
  background-image: url(../img/sprite.png);
  background-position: -132px -126px;
  width: 11px;
  height: 6px; }

.icon-btn-edit {
  background-image: url(../img/sprite.png);
  background-position: -126px -98px;
  width: 23px;
  height: 15px; }

.icon-map-green {
  background-image: url(../img/sprite.png);
  background-position: -156px -85px;
  width: 27px;
  height: 37px; }

.icon-map-black {
  background-image: url(../img/sprite.png);
  background-position: -156px -43px;
  width: 27px;
  height: 37px; }

.icon-map-orange {
  background-image: url(../img/sprite.png);
  background-position: -156px 0px;
  width: 27px;
  height: 38px; }

.icon-map-red {
  background-image: url(../img/sprite.png);
  background-position: 0px -141px;
  width: 27px;
  height: 37px; }

.icon-mini-green {
  background-image: url(../img/sprite.png);
  background-position: -188px -51px;
  width: 14px;
  height: 20px; }

.icon-mini-black {
  background-image: url(../img/sprite.png);
  background-position: -188px -26px;
  width: 14px;
  height: 20px; }

.icon-mini-orange {
  background-image: url(../img/sprite.png);
  background-position: -188px -76px;
  width: 14px;
  height: 20px; }

.icon-mini-red {
  background-image: url(../img/sprite.png);
  background-position: -188px 0px;
  width: 15px;
  height: 21px; }

.login-input {
  height: 35px;
  border: 1px solid #d1d1d1;
  padding: 10px;
  font-size: 13px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #afafaf;
  margin-bottom: 10px;
  width: 100%;
  transition: 0.4s ease-in-out; }
  .login-input:-moz-placeholder {
    color: gray; }
  .login-input::-webkit-input-placeholder {
    color: gray; }
  .login-input:focus {
    box-shadow: 0 0 3px 0 #d1d1d1; }

.input-checkbox {
  display: block;
  margin-bottom: 18px; }
  .input-checkbox-wrapper {
    display: inline-block;
    vertical-align: top;
    padding-right: 20px; }
    @media only screen and (max-width: 767px) {
      .input-checkbox-wrapper {
        padding: 0;
        margin-left: 10px;
        display: block; } }
    .input-checkbox-wrapper:last-child {
      padding-right: 0; }
  .input-checkbox.input-change {
    margin-bottom: 6px; }
    @media only screen and (max-width: 767px) {
      .input-checkbox.input-change {
        margin-bottom: 11px; } }
    .input-checkbox.input-change:last-child {
      margin-bottom: 0; }
      @media only screen and (max-width: 1199px) {
        .input-checkbox.input-change:last-child {
          margin-bottom: 6px; } }
      @media only screen and (max-width: 767px) {
        .input-checkbox.input-change:last-child {
          margin-bottom: 16px; } }
    .input-checkbox.input-change input:checked + label:before {
      border: 1px solid #d1d1d1; }
    .input-checkbox.input-change input:checked + label .glyphicon {
      top: 1px; }
    .input-checkbox.input-change label {
      color: #000;
      padding-left: 29px; }
      .input-checkbox.input-change label:before {
        width: 19px;
        height: 19px;
        top: -1px; }
      .input-checkbox.input-change label .glyphicon {
        color: #ff0000;
        font-size: 14px;
        left: 2px; }
      .input-checkbox.input-change label span {
        display: inline-block;
        vertical-align: middle;
        width: 13px;
        height: 13px;
        border-radius: 50%;
        background-color: #000;
        margin-left: 6px; }
        .input-checkbox.input-change label span.is-green {
          background-color: #00b208; }
        .input-checkbox.input-change label span.is-orange {
          background-color: #ffb400; }
        .input-checkbox.input-change label span.is-purple {
          background-color: #93108e; }
  .input-checkbox input {
    position: absolute;
    opacity: 0;
    width: 0; }
    .input-checkbox input:checked + label:before {
      border: 1px solid #b7d342; }
    .input-checkbox input:checked + label .glyphicon {
      top: 4px;
      opacity: 1; }
  .input-checkbox label {
    color: #494949;
    font-size: 14px;
    line-height: normal;
    font-weight: 400;
    padding-left: 25px;
    position: relative;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .input-checkbox label {
        font-size: 15px; } }
    .input-checkbox label:before,
    .input-checkbox label .glyphicon {
      content: "";
      position: absolute;
      transition: 0.3s ease-in-out; }
    .input-checkbox label .glyphicon {
      font-size: 8px;
      left: 2px;
      top: 0;
      opacity: 0;
      color: #b7d342; }
      @media only screen and (max-width: 991px) {
        .input-checkbox label .glyphicon {
          left: 3px; } }
      @media only screen and (max-width: 767px) {
        .input-checkbox label .glyphicon {
          left: 2px; } }
    .input-checkbox label:before {
      left: 0;
      top: 2px;
      width: 13px;
      height: 13px;
      background-color: #FFF;
      border: 1px solid #d1d1d1; }



.block-input {
  width: 100%;
  height: 43px;
  background-color: #f3f3f3;
  border: 1px solid #d1d1d1;
  padding-left: 36px;
  font-size: 14px;
  color: #727272;
  font-weight: 400;
  transition: 0.4s ease-in-out; }
  .block-input:-moz-placeholder {
    color: gray; }
  .block-input::-webkit-input-placeholder {
    color: gray; }
  .block-input:focus {
    box-shadow: 0 0 3px 0 #d1d1d1; }
  @media only screen and (max-width: 767px) {
    .block-input {
      height: 31px;
      background-color: #ffffff;
      border-radius: 2px; } }
  .block-input-wrapper {
    position: relative;
    display: inline-block;
    max-width: 360px;
    width: 100%;
    margin: 13px 0; }
    @media only screen and (max-width: 767px) {
      .block-input-wrapper {
        background-color: #727272;
        padding: 7px;
        max-width: 100%;
        margin: 0; } }
    .block-input-wrapper:before {
      position: absolute;
      content: "";
      display: inline-block;
      left: 11px;
      top: 13px;
      background-image: url(../img/sprite.png);
      background-position: -188px -119px;
      width: 13px;
      height: 13px; }
      @media only screen and (max-width: 767px) {
        .block-input-wrapper:before {
          left: 16px;
          top: 16px; } }

@media only screen and (max-width: 991px) {
  .mobile-m {
    position: absolute;
    top: 86px;
    left: 0;
    width: 100%;
    z-index: 1111;
    margin: 0;
    padding: 0;
    display: none; } }
@media only screen and (max-width: 568px) {
  .mobile-m {
    top: 61px; } }

.burger {
  width: 26px;
  height: 21px;
  display: none;
  position: absolute;
  right: 15px;
  z-index: 999;
  top: 30px; }
  @media only screen and (max-width: 991px) {
    .burger {
      display: block; } }
  @media only screen and (max-width: 568px) {
    .burger {
      top: 15px; } }
  .burger span {
    width: 100%;
    height: 3px;
    background-color: #000000;
    display: inline-block;
    position: absolute;
    top: 0; }
    .burger span:before, .burger span:after {
      position: absolute;
      content: "";
      width: 100%;
      height: 3px;
      background-color: #000;
      left: 0; }
    .burger span:before {
      top: 9px; }
    .burger span:after {
      top: 18px; }

.title {
  text-align: center;
  position: relative;
  display: block;
  margin-bottom: 10px; }
  @media only screen and (max-width: 767px) {
    .title {
      text-align: left; } }
  .title-wrapper {
    display: inline-block;
    vertical-align: middle; }
    @media only screen and (max-width: 767px) {
      .title-wrapper {
        width: calc(100% - 42px); }
        .title-wrapper h2 {
          font-size: 13px; }
        .title-wrapper span {
          font-size: 10px; } }
  .title h2 {
    margin-bottom: 0;
    margin-top: 0;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle; }
  .title span {
    display: block;
    color: #666666; }

.title-letter {
  margin: 45px 0; }
  @media only screen and (max-width: 767px) {
    .title-letter {
      text-align: center;
      margin: 25px 0; } }
  .title-letter h2 {
    font-weight: 300; }

main {
  padding-bottom: 75px; }
  main:after {
    content: "";
    display: table;
    clear: both; }
  @media only screen and (max-width: 767px) {
    main {
      padding-bottom: 69px; } }
  main.main-letter {
    padding-bottom: 90px; }

html,
body,
.body-wrap {
  height: 100%; }

.body-wrap {
  height: auto;
  min-height: 100%; }

.desktop-link {
  font-size: 14px;
  color: #ff000b;
  line-height: normal;
  font-weight: 400;
  position: absolute;
  left: 1px;
  top: -10px; }
  .desktop-link:hover, .desktop-link:focus, .desktop-link:active {
    text-decoration: none;
    color: #ff000b; }
  .desktop-link:hover {
    color: #cd2a31; }
    .desktop-link:hover i {
      transform: translateX(-3px);
      background-image: url(../img/sprite.png);
      background-position: -156px -127px;
      width: 9px;
      height: 9px; }
  @media only screen and (max-width: 991px) {
    .desktop-link {
      font-size: 0;
      display: inline-block;
      position: static;
      vertical-align: middle; } }
  .desktop-link i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
    position: relative;
    transform: translateX(0);
    transition: transform 0.3s ease-in-out; }
    @media only screen and (max-width: 991px) {
      .desktop-link i {
        background-image: url(../img/sprite.png);
        background-position: -188px -155px;
        width: 12px;
        height: 13px;
        margin-right: 25px; } }

.circle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #000;
  display: inline-block;
  vertical-align: bottom; }
  .circle.is-purple {
    background-color: #93108e; }
  .circle.is-orange {
    background-color: #ffb400; }
  .circle.is-green {
    background-color: #00b208; }
  .circle.is-black {
    background-color: #686868; }
	.circle.is-red {
    background-color: red; }
.table-dev a{
  text-align:right;
width: 100%;
height: 100%;   }
.table-dev .icon-desktop-onnomenclature{
	display: inline-block;background-size:250%;
	    width: 42px;
    height: 31px;
	    background-position: 36px 0px;
}
.table-dev .icon-desktop-engineer{
	display: inline-block;
	    background-size: 100%;
    width: 30px;
    height: 30px;
    background-position: 0px -90px;
	margin-right: 5px;

}
.table-dev .icon-desktop-onconsult{
	display: inline-block;
	    background-size: 270%;
    width: 35px;
    height: 28px;
    background-position: 66px 0px;
	margin-right: 5px;

}
.table-dev {
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .table-dev {
      display: none; } }
  .table-dev thead tr td {
	 /* text-align: center;*/
    font-size: 14px;
    color: #737373;
    padding: 6px 10px; }
    @media only screen and (max-width: 1199px) {
      .table-dev thead tr td {
        font-size: 12px; } }
    .table-dev thead tr td:first-child {
      padding: 6px 10px 6px 22px; }
  .table-dev tbody {
    background-color: #f3f3f3;
    border: 1px solid #d1d1d1; }
    .table-dev tbody tr {
      border-bottom: 1px solid #d1d1d1; }
      .table-dev tbody tr:last-child {
        border-bottom: 0; }
      .table-dev:not(.table-app) tbody tr td:nth-last-child(-n+3)  {
        padding: 0;
        border-left: 1px solid #d1d1d1;
		text-align: right;
		width:110px;}
      .table-dev tbody tr td .btn {
		   position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0;
      width: 32px;
	      margin-bottom: 0;
		  text-align: center;
		   border: none;
       /* margin-bottom: 0;
        height: 76px;
        border: none;
        padding: 20px 18px;
		width: 100%;
		text-align: center;*/}
      .table-dev tbody tr td .table-text {
        display: inline-block;
        vertical-align: middle;
        width: calc(100% - 30px);
        padding-left: 10px; }
  .table-dev tr td {
	  position: relative;
    display: table-cell;
    vertical-align: middle;
    padding: 13px 10px;
    font-size: 14px;
    color: #000;
    font-weight: 400; }
    @media only screen and (max-width: 1199px) {
      .table-dev tr td {
        font-size: 12px; } }
    .table-dev tr td:first-child {
		width: 33px;
      padding: 0 16px;
      /*padding: 13px 22px;
      width: 162px;*/ }
      @media only screen and (max-width: 1199px) {
        .table-dev tr td:first-child {
          width: 145px; } }
    .table-dev tr td.wdth {
      width: 80px;
/*text-align: center;*/	  }
      @media only screen and (max-width: 1199px) {
        .table-dev tr td.wdth {
          width: 140px; } }
    .table-dev tr td.wdth140 {
      width: 140px; }
      @media only screen and (max-width: 1199px) {
        .table-dev tr td.wdth140 {
          width: 110px; } }

.table-app {
  margin-bottom: -1px;
  border-spacing: 1px;
  border: 1px solid transparent; }
  .table-app thead tr td {
    vertical-align: bottom; }
    .table-app thead tr td:last-child {
      width: 120px;
      padding: 5px 0; }
  .table-app tbody {
    border: none;
    border-spacing: 1px;
    border: 1px solid #d1d1d1; }
    .table-app tbody tr td:last-child {
      border: none; }
    .table-app tbody tr td p {
      color: #595959;
      margin: 0; }
    .table-app tbody tr td strong span {
      display: block; }
    .table-app tbody tr td .btn {
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      padding: 0;
      width: 32px; }
  .table-app tr td {
    padding: 14px 10px;
    display: table-cell !important;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .table-app tr td {
        padding: 5px 3px; } }
    .table-app tr td.wdth95 {
      width: 95px; }
      @media only screen and (max-width: 991px) {
        .table-app tr td.wdth95 {
          padding: 5px 0; } }
    .table-app tr td.wdth {
      width: 215px; }
      @media only screen and (max-width: 1199px) {
        .table-app tr td.wdth {
          width: auto; } }
    .table-app tr td.wdth75 {
      width: 75px; }
    .table-app tr td.wdth90 {
      width: 90px; }
    .table-app tr td.wdth170 {
      width: 170px; }
    .table-app tr td:first-child {
      width: 33px;
      padding: 0 16px; }
    .table-app tr td:last-child {
      width: 115px;
     /* padding: 5px 0; */}
 /* .table-app*/ tr .icon-arrow {
    /*display: inline-block;*/
    margin: 0 2px; }
    /*.table-app*/ tr .icon-arrow i {
      display: inline-block; }
.table-inner thead tr td:nth-last-child(-n+3) {
	    border-left: 0px !important;
    text-align: left !important;
    /*width: auto !important;*/
}
@media (min-width: 767px){
.block{
	background-color: #e0e0e0 !important;
}
}
.table-inner tbody tr td:nth-last-child(-n+3) {
	    border-left: 0px !important;
    text-align: left !important;
    width: auto !important;
}
.table-inner {
  width: 100%; }
  .table-inner-wrapper {
    margin-left: 32px;
    margin-bottom: 20px;
    display: block;
    padding: 15px 5px 5px 5px;
    background-color: #727272;
    display: none; }
  .table-inner thead {
    background-color: #727272; }
    .table-inner thead tr td {
      color: #fff;
      border: none; }
  .table-inner tbody {
    background-color: #727272;
    border-color: #727272; }
    .table-inner tbody tr {
      margin-bottom: 1px;
      border-bottom: 1px solid #c7c7c7;
      background-color: #fff; }
      .table-inner tbody tr td {
        background-color: #fff;
        color: #000;
        border: none; }
  .table-inner tr td {
    padding: 5px 10px; }
    .table-inner tr td:last-child {
      text-align: center; }

.table-dev-m {
  margin: 0 -15px;
  display: none; }
  @media only screen and (max-width: 767px) {
    .table-dev-m {
      display: block; } }
  .table-dev-m .table-dev-title {
    margin-bottom: 5px;
    padding: 0 10px; }
    .table-dev-m .table-dev-title span {
      display: inline-block;
      font-size: 13px;
      color: #888888; }
  .table-dev-m .table-dev-list {
    font-size: 0;
    margin-bottom: 45px; }
    .table-dev-m .table-dev-list li {
      display: block;
      border-bottom: 1px solid #d1d1d1;
      padding: 0 10px; }
      .table-dev-m .table-dev-list li:first-child {
        border-top: 1px solid #d1d1d1; }
      .table-dev-m .table-dev-list li a {
        display: block;
        font-size: 0;
        padding: 10px 0; }
      .table-dev-m .table-dev-list li .list-left,
      .table-dev-m .table-dev-list li .list-right {
        display: inline-block;
        vertical-align: top; }
      .table-dev-m .table-dev-list li .list-left {
        width: 60%; }
        .table-dev-m .table-dev-list li .list-left span {
          font-size: 13px;
          color: #000000;
          text-transform: uppercase;
          margin-bottom: 3px; }
        .table-dev-m .table-dev-list li .list-left p {
          font-size: 10px;
          color: #666666;
          margin-bottom: 0; }
      .table-dev-m .table-dev-list li .list-right {
        width: 40%;
        text-align: right; }
        .table-dev-m .table-dev-list li .list-right p {
          display: inline-block;
          vertical-align: middle;
          margin: 0 0 0 9px;
          color: #000;
          text-align: center; }

.pagination {
  padding-bottom: 20px;
  display: block;
  margin: 0;
  border-radius: 0; }
  @media only screen and (max-width: 767px) {
    .pagination {
      text-align: center; } }
  .pagination-number {
    color: #ff0000;
    font-size: 14px;
    display: inline-block;
    position: absolute;
    left: 15px;
    top: 12px; }
    @media only screen and (max-width: 767px) {
      .pagination-number {
        display: block;
        position: static;
        top: 0;
        margin-bottom: 20px; } }
  .pagination-list {
    padding-bottom: 45px;
    font-size: 0;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .pagination-list {
        padding-bottom: 20px; } }
    .pagination-list li {
      display: inline-block;
      vertical-align: middle; }
      .pagination-list li a {
        height: 40px;
        padding: 0 15px;
        text-align: center;
        line-height: 40px;
        color: #000;
        font-size: 14px;
        font-weight: 400;
        display: block;
        text-decoration: none; }
        .pagination-list li a.active {
          border: 1px solid #d1d1d1; }
        @media only screen and (max-width: 767px) {
          .pagination-list li a {
            padding: 0 13px;
            height: 35px;
            line-height: 35px; } }

.block-filter {
  display: none; }
  @media only screen and (max-width: 767px) {
    .block-filter {
      display: block; } }
  .block-filter .filter {
    height: 48px;
    border: 1px solid #d1d1d1;
    background-color: #f3f3f3;
    font-size: 0;
    margin: 0 -15px; }
    .block-filter .filter.active p {
      color: #fff;
      background-color: #b7d342; }
    .block-filter .filter .btn {
      border: none;
      border-left: 1px solid #d1d1d1;
      margin-bottom: 0; }
    .block-filter .filter p {
      display: inline-block;
      width: calc(100% - 50px);
      vertical-align: top;
      margin: 0;
      line-height: 46px;
      font-size: 14px;
      text-transform: uppercase;
      text-align: center;
      color: #000000;
      font-weight: 400; }
    .block-filter .filter a {
      display: inline-block; }

.filter-mini {
  height: 43px;
  width: 100%;
  border: 1px solid #d1d1d1;
  background-color: #f3f3f3;
  font-size: 0;
  margin: 13px 0;
  font-size: 0; }
  @media only screen and (max-width: 767px) {
    .filter-mini {
      border: none; } }
  .filter-mini a {
    height: 41px; }
    .filter-mini a.btn-bottom i {
      top: 13px; }
  .filter-mini a {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 0; }
  .filter-mini input {
	      vertical-align: top;
    height: 41px;
    line-height: 41px;
    display: inline-block;
    width: calc(100% - 254px);
    font-size: 14px;
    font-weight: 400;
    color: #000;
    padding: 0 10px 0 24px;
    white-space: nowrap;
    border-radius: none;
    border: none;
    border-radius: 0;
    background-color: #f3f3f3;
 -webkit-box-shadow: inset 0 1px 0px rgba(0,0,0,.075);
     box-shadow: inset 0 1px 0px rgba(0,0,0,.075); 	}
    .filter-mini input:-moz-placeholder {
      color: gray; }
    .filter-mini input::-webkit-input-placeholder {
      color: gray; }
    .filter-mini input:focus, .filter-mini input:active {
      outline: none !important; }
    @media only screen and (max-width: 1199px) {
      .filter-mini input {
        font-size: 11px;
		width: calc(100% - 435px);
        padding: 0 10px;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .filter-mini input {
        background-color: #727272;
        color: #fff;
        border: 1px solid #d1d1d1;
		width: calc(100% - 265px);		}
		i.minus-data{
			width: 30px;
			background-position: 50% 48%;
		}
        .filter-mini input:-moz-placeholder {
          color: gray; }
        .filter-mini input::-webkit-input-placeholder {
          color: gray; } }

.table-app-m-wrapper {
  display: none;
  margin: 0 -14px;
  border-bottom: 1px solid #d1d1d1; }
  @media only screen and (max-width: 767px) {
    .table-app-m-wrapper {
      display: block; } }

.table-app-m {
  width: 100%; }
  .table-app-m tr td {
    padding: 3px 10px;
    text-align: center;
    font-size: 13px;
    display: table-cell !important; }
    @media only screen and (max-width: 480px) {
      .table-app-m tr td {
        padding: 3px 5px;
       /* text-align: left; */}
        .table-app-m tr td:last-child {
          text-align: center;
          padding: 3px 15px 3px 5px; } }
  .table-app-m thead tr td {
    color: #888888;
    vertical-align: bottom; }
  .table-app-m tbody {
    border: 1px solid #d1d1d1;
    border-top: none;
    border-bottom: none; }
    .table-app-m tbody tr {
      min-height: 46px; }
      .table-app-m tbody tr:nth-child(odd) {
        border-top: 1px solid #d1d1d1; }
      .table-app-m tbody tr:nth-child(even) {
        border: none; }
      .table-app-m tbody tr td {
        color: #000;
        width: 25%; }
        @media only screen and (max-width: 380px) {
          .table-app-m tbody tr td {
            text-align: center; } }
        .table-app-m tbody tr td:first-child {
          padding: 0;
          width: 50px; }
          .table-app-m tbody tr td:first-child .btn {
            width: 50px;
            height: 46px;
            margin: 0; }

.table-app-inner-m {
  padding: 10px 40px 10px 10px;
  margin: 0;
  display: none;
  text-align: left; }
  @media only screen and (max-width: 400px) {
    .table-app-inner-m {
      padding: 10px; } }
  .table-app-inner-m li {
    display: block;
    margin-bottom: 3px; }
    .table-app-inner-m li:after {
      content: "";
      display: table;
      clear: both; }
    .table-app-inner-m li span {
      display: inline-block;
      vertical-align: top;
      color: #000;
      font-size: 11px; }
      .table-app-inner-m li span span {
        font-size: 11px;
        color: #7e7e7e;
        float: left;
        display: inline-block;
        vertical-align: top;
        margin: 0 3px 0px 0;
        float: left; }

.inner-table-select {
  width: 100%; }

.inner-table-select tr td.w140 {
        width: 140px; }
.inner-table-select tr td.w320 {
        width: 320px; }

  @media only screen and (max-width: 767px) {
    .inner-table-select {
      display: none; } }
  .inner-table-select tr td {
    display: table-cell;
    padding: 13px 25px; }
    .inner-table-select tr td.filter-td {
      padding: 0; }
  .inner-table-select thead tr td {
    font-size: 12px;
    color: #737373;
    padding: 6px 25px; }
    .inner-table-select thead tr td:first-child {
      padding-left: 0; }
  .inner-table-select tbody {
    border: 1px solid #d1d1d1; }
    .inner-table-select tbody tr {
      background-color: #f3f3f3;
      border-bottom: 1px solid #d1d1d1; }
      .inner-table-select tbody tr:last-child {
        border-bottom: none; }
      .inner-table-select tbody tr td {
        font-size: 14px;
        color: #000; }

.table-select {
  width: 100% !important; }
  .table-select .btn {
    height: 44px;
    border: none;
    font-size: 13px;
    background-color: #f3f3f3;
    margin: 0;
    color: #979797;
    padding: 13px 50px 13px 25px;
    outline: none !important;
    box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;}
    .table-select .btn:focus, .table-select .btn:hover, .table-select .btn:active {
      outline: none !important; }
  .table-select .select-input {
    padding: 8px 18px;
    background-color: #727272;
    position: relative; }
    .table-select .select-input:before {
      position: absolute;
      content: "";
      left: 29px;
      top: 17px;
      background-image: url(../img/sprite.png);
      background-position: -188px -119px;
      width: 13px;
      height: 13px; }
    .table-select .select-input input {
      height: 29px;
      max-width: 437px;
      width: 100%;
      border-radius: 2px;
      border: none;
      background-color: #fff;
      padding-left: 40px; }
  .table-select .dropdown-menu {
    padding: 0;
    border-radius: 0;
    top: 100%;
    border: 1px solid #d1d1d1; }
    .table-select .dropdown-menu ul li {
      border-bottom: 1px solid #d1d1d1; }
      .table-select .dropdown-menu ul li:last-child {
        border-bottom: none; }
    .table-select .dropdown-menu a {
      padding: 0;
      margin: 0; }

.caret.caret-select {
  width: 50px;
  height: 100%;
  top: 0px !important;
  right: 0 !important;
  border: 1px solid #d1d1d1 !important;
  background-color: #727272;
  margin-top: 0 !important; }
  .caret.caret-select:before {
    position: absolute;
    content: "";
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../img/sprite.png);
    background-position: -90px -141px;
    width: 24px;
    height: 14px; }

.table-mini-select {
  width: 100%;
  padding-right: 50px;
   white-space: normal;
  }
  .table-mini-select tbody {
    border: none; }
  .table-mini-select tr {
    border-bottom: 1px solid #d1d1d1;
    background-color: #f3f3f3; }
    .table-mini-select tr:last-child {
      border-bottom: none; }
    .table-mini-select tr td {
      display: table-cell;
      padding: 0; }
      .table-mini-select tr td.w140 {
        width: 140px; }
      .table-mini-select tr td.w320 {
        width: 320px; }
		.table-mini-select tr td table {
        width: 100%; }
        .table-mini-select tr td table tr td {
          padding: 13px 25px; }

.inner-block-number {
  padding-left: 90px; }
  @media only screen and (max-width: 767px) {
    .inner-block-number {
      display: none; } }
  @media only screen and (max-width: 1199px) {
    .inner-block-number {
      padding-left: 0; } }
  @media only screen and (max-width: 991px) {
    .inner-block-number {
      font-size: 0; } }
  .inner-block-number span {
    font-size: 12px;
    color: #737373;
    margin-bottom: 10px;
    display: inline-block;
	padding-left: 10px;}
    @media only screen and (max-width: 991px) {
      .inner-block-number span {
        display: block; } }

.inner-block-table {
  margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .inner-block-table {
      /*border-bottom: 1px solid #d1d1d1;*/
      margin: 0 -25px 0 -15px;
      padding: 10px 10px 15px 10px; } }

.spinner {
  display: inline-block;
  width: 100%;
  padding-left: 10px;
  position: relative;
/*margin-top: -5px;*/ }
  @media only screen and (max-width: 991px) {
    .spinner {
      width: 50%;
      margin: 0; } }
  .spinner input {
    height: 46px;
    width: 100%;
    border: 1px solid #d1d1d1;
    margin: 0;
    text-align: center;
    padding: 5px 51px;
    border-radius: 0;
    outline: none; }
    .spinner input:focus, .spinner input:active {
      outline: none; }
  .spinner .input-group-btn-vertical {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 46px;
    z-index: 111; }
    .spinner .input-group-btn-vertical .btn {
      position: absolute;
      top: 0;
      margin: 0;
      height: 46px;
      width: 50px;
      outline: none; }
      .spinner .input-group-btn-vertical .btn:first-child {
        left: 10px; }
      .spinner .input-group-btn-vertical .btn:last-child {
        right: 0; }
      .spinner .input-group-btn-vertical .btn:hover, .spinner .input-group-btn-vertical .btn:active, .spinner .input-group-btn-vertical .btn:focus {
        background-color: #ae3b3b; }
      .spinner .input-group-btn-vertical .btn i {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: inline-block; }

.table-wrapper-pos {
  position: relative; }

.table-position-list {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  border: 1px solid #d1d1d1;
  z-index: 123;
  max-height: 315px;
  overflow-y: auto;
  display: none;
  will-change: height, display; }
  .table-position-list .list-input {
    padding: 7px;
    background-color: #727272;
    position: relative; }
    .table-position-list .list-input:before {
      position: absolute;
      content: "";
      left: 17px;
      top: 15px;
      background-image: url(../img/sprite.png);
      background-position: -188px -119px;
      width: 13px;
      height: 13px; }
    .table-position-list .list-input input {
      width: 100%;
      height: 29px;
      background-color: #fff;
      padding: 10px 10px 10px 30px;
      border-radius: 2px; }
  .table-position-list li {
    display: block;
    border-bottom: 1px solid #d1d1d1; }
    .table-position-list li:last-child {
      border-bottom: none; }
    .table-position-list li a {
      display: block;
      padding: 8px 12px;
      background-color: #f3f3f3; }
    .table-position-list li p,
    .table-position-list li span {
      font-size: 13px;
      margin: 0;
      color: #000; }
    .table-position-list li span {
      color: #888888; }

@media only screen and (max-width: 767px) {
  .m-center {
    text-align: center; } }

.col-md-3.block-item.block-button input.btn{display: block; width: 100px;}


table.table-dev.table-app td.suborder {
    border: none;
    background: #fff;
}

.sortcreate{cursor:pointer;}

.table-app-m table.arrelem {
    width: 100%;
}
.table-app-m .arrelem td
{    border: 1px solid #d1d1d1;
    vertical-align: middle;
}
.table-app-m .arrelem td:nth-child(odd)
{	text-align: left;
    padding: 5px;
	color: #7e7e7e;
}

.table-app-m .arrelem td .name{color: #000;}
.btn-sorting.active{background-color: #ff0000;}

.bx-auth-profile {
	width:50%; }

@media only screen and (max-width: 991px) {
	.bx-auth-profile {
	margin: 0 20px;
	width:100%; } }

.table-dev-m .table-dev-list li a.mobilttu{padding: 0px;line-height: 20px;font-size: 12px !important;}

.file-upload {
  position: relative;
  height: 32px;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  font-family: sans-serif;
  line-height: 1.42857143;
  color: #555;
}

.file-upload:after {
  content: "Обзор";
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  z-index: 5;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0 4px 4px 0;
  padding: 6px 12px;
  color: #333;
}
.file-upload:hover:after {
  color: #333;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.file-upload:active:after {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.file-upload:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  display: block;
  width: calc(100% - 40px);
  padding: 6px 12px;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.file-upload input {
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  z-index: 99;
  width: 100%;
  opacity: 0;
}

.text12, .inner-table tr td.text12{
	font-size: 12px;
	color: #727272;
 }

#cfs .tdhr{
	padding: 10px 0;
}

#cfs hr{
	border-top: 1px solid silver;
}

.ricohTimePicker {
	width: 75px;
	float:left;
}

.allke_button_to{
	    /*font-size: 11.6px;*/
	display: inline-block;
	/*width: 90px; height: 70px;*/
	margin: 10px;
	/*text-align: right;*/
}
.allke_button_to a{
	text-align: right;
	width: 100%; height: 100%;
}
.allke_button_to i{
	position: relative;
	left: -20px;
    top: 5px;
}

@media only screen and (max-width: 767px){
.desktop__block.block{
background-color: none !important;

}


.desktop__block.block .desktop-img {
	background-color: #e0e0e0 !important;
	}
}
.table_w100{
	width: 100%;
}
.no_applications{
	float:left; color: white; width: 100%; text-align: center;padding-top:15px;
}
@media only screen and (max-width: 767px) {
	#col-md-6-KEaddr {
		padding-right:0;
		padding-left:0;
	}
	.no_applications{
		color: black;
		font-size: 16px;
	}
}
