html,
body {
  min-width: 980px;
  overflow-x: auto;
}
body {
  position: relative;
}
body.no-fixed-supported #dialog-feedback {
  position: absolute;
}
@media only screen and (max-device-width: 980px) {
  html,
  body {
    max-width: 980px !important;
  }
  #app-layout {
    width: 980px !important;
    min-width: 980px !important;
  }
  #site-content {
    width: 980px !important;
    min-width: 980px !important;
    overflow: hidden;
  }
}
.container {
  width: 1170px !important;
}
@-webkit-keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInRight {
  from {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
/*
.home-hits-panel:hover ~ .portfolio-panel {


}*/
.site-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
}
.site-background #current-bg {
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #2f2e2e;
  display: block;
  position: fixed;
}
.site-background #current-image-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  background-size: cover;
  background-image: url(/images/system/bg11.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}
.site-background #current-overlay-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 46, 46, 0.2);
}
#site-content {
  width: 1160px;
  min-width: 1160px;
  padding-bottom: 0;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
}
#site-content #masterPage {
  top: 0px;
  width: 980px;
  position: static;
  height: 3980px;
}
#site-content #masterPage #header {
  top: 0;
  left: 0;
  width: 980px;
  height: 64px;
  position: fixed;
  position: fixed !important;
  left: auto !important;
  z-index: 50;
  padding-bottom: 10px;
}
#site-content #masterPage #header #header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #050505;
}
#site-content #masterPage #header #header-bg .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2f2e2e;
  border-top: 0px solid #2f2e2e;
  border-bottom: 0px solid #2f2e2e;
}
#site-content #masterPage #header #header-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#site-content #masterPage #header #header-menu .menu-wrapper {
  top: 20px;
  left: 179px;
  width: 672px;
  height: 24px;
  position: absolute;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul {
  height: 24px;
  display: inline-block;
  text-align: center;
  overflow: visible;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul.dropdown-menu {
  display: none;
  height: auto;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul.dropdown-menu.activate {
  display: block;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul.dropdown-menu a {
  color: black;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul li {
  display: inherit;
  position: relative;
  box-sizing: border-box;
  color: #808080;
  width: 132px;
  height: 24px;
  overflow: visible;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul li a {
  padding: 0 3px;
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  transition: color 0.4s ease 0s;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul li a:hover {
  background: none;
}
#site-content #masterPage #header #header-menu .menu-wrapper .dropdown-toggle {
  background: none;
}
#site-content #masterPage #content {
  top: 90px;
  position: absolute;
}
#site-content #masterPage #content #main_block {
  height: 400px;
}
#site-content #masterPage #content #main_block #icon-repair-wrapper svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #FFFFFF;
  fill-opacity: 1;
  stroke: transparent;
  stroke-width: 0px;
}
#site-content #masterPage #content #main_block a {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#site-content #masterPage #content #main_block .white span {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
#site-content #masterPage #content #prices {
  position: relative;
  width: 980px;
  top: 0;
  bottom: 0;
  left: calc(0%);
  height: 500px;
  display: none;
}
#site-content #masterPage #content #prices .btn {
  color: #fff;
  border: 2px solid #fff;
  font-size: 16px;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  margin-top: 15px;
}
#site-content #masterPage #content #prices .btn:hover {
  color: #333;
  background-color: #fff;
  border: 2px solid black;
}
#site-content #masterPage #content #prices.alternative .mini-overlay-service {
  width: 260px;
  background-color: rgba(255, 255, 255, 0.84);
  position: absolute;
  height: 380px;
  top: 220px;
  z-index: 0;
}
#site-content #masterPage #content #prices.alternative .mini-overlay-service.left {
  left: 80px;
}
#site-content #masterPage #content #prices.alternative .mini-overlay-service.center {
  left: 365px;
  width: 250px;
}
#site-content #masterPage #content #prices.alternative .mini-overlay-service.right {
  left: 640px;
  width: 240px;
}
#site-content #masterPage #content #prices.alternative .white {
  color: #2F2E2E;
}
#site-content #masterPage #content #prices.alternative h2 .white {
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.7);
}
#site-content #masterPage #content #prices.alternative div {
  z-index: 1;
}
#site-content #masterPage #content #prices.alternative .btn {
  color: #2F2E2E;
  background: none;
  border: 2px solid black;
}
#site-content #masterPage #content #prices.alternative svg {
  fill: #2F2E2E;
}
#site-content #masterPage #content #about-us {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 0;
  top: 112px;
  left: 102px;
  width: 761px;
  height: 659px;
  position: relative;
  visibility: inherit;
  margin-bottom: 250px;
}
#site-content #masterPage #content #about-us p {
  line-height: 1.3em;
  font: normal normal normal 17px/1.4em sans-serif;
  color: #2F2E2E;
}
#site-content #masterPage #content #contacts {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 0;
  top: 112px;
  left: 102px;
  width: 761px;
  height: 449px;
  position: relative;
  visibility: inherit;
}
#site-content #masterPage #content #contacts .first {
  top: 0;
  left: -50px;
  width: 300px;
  position: absolute;
}
#site-content #masterPage #content #contacts .second {
  top: 0;
  left: 318px;
  width: 320px;
  position: absolute;
}
#site-content #masterPage #content #contacts p {
  line-height: 1.35em;
  font: normal normal normal 17px/1.4em sans-serif;
  color: #2F2E2E;
}
#site-content #masterPage #content #pc {
  position: relative;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 0;
  top: 322px;
  left: 102px;
  width: 761px;
  height: 1659px;
}
#site-content #masterPage #content #pc p {
  font-size: 13px;
  margin-botton: 0;
}
#site-content #masterPage #content #pc table {
  font-size: 13px;
}
#site-content #masterPage #content #pc table td {
  width: 90%;
}
#site-content #masterPage #content #pc table td + td {
  width: 10%;
}
#site-content #masterPage #content form.form-horizontal {
  background: white;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 16px;
}
a {
  height: 100%;
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  cursor: pointer;
  font: normal normal normal 15px/1.4em sans-serif;
}
.h1 {
  font: normal normal normal 68px/1.4em sans-serif;
  color: #FFFFFF;
}
.h1 a {
  color: inherit;
  font: inherit;
  text-decoration: none;
}
.text {
  font: normal normal normal 17px/1.4em sans-serif;
  color: #2F2E2E;
}
.text2 {
  font: normal normal normal 20px/1.4em sans-serif;
  color: #2F2E2E;
}
.text3 {
  font: normal normal normal 34px/1.4em sans-serif;
  color: #2F2E2E;
}
.bord1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 3px solid #ffffff;
  background-color: transparent;
}
.bord3 {
  border-bottom: 3px solid #ffffff;
  height: 0 !important;
  min-height: 0 !important;
  top: 67px;
  left: 94px;
  width: 33px;
  height: 5px;
  position: absolute;
}
.bord2 {
  border-bottom: 3px solid #ffffff;
  height: 0 !important;
  min-height: 0 !important;
  top: 67px;
  left: 11px;
  width: 32px;
  height: 5px;
  position: absolute;
}
.bord4 {
  border-bottom: 3px solid #2f2e2e;
  height: 0 !important;
  min-height: 0 !important;
}
.white {
  color: #FFFFFF;
}
.black {
  color: #2F2E2E;
}
table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
table {
  width: 100%;
  margin-bottom: 18px;
}
table th,
table td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table th {
  font-weight: bold;
}
table thead th {
  vertical-align: bottom;
}
table caption + thead tr:first-child th,
table caption + thead tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + thead tr:first-child td,
table thead:first-child tr:first-child th,
table thead:first-child tr:first-child td {
  border-top: 0;
}
table tbody + tbody {
  border-top: 2px solid #ddd;
}
table table {
  background-color: #fff;
}
.table-condensed th,
.table-condensed td {
  padding: 4px 5px;
}
table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  border-radius: 4px;
}
table th,
table td {
  border-left: 1px solid #ddd;
}
table caption + thead tr:first-child th,
table caption + tbody tr:first-child th,
table caption + tbody tr:first-child td,
table colgroup + thead tr:first-child th,
table colgroup + tbody tr:first-child th,
table colgroup + tbody tr:first-child td,
table thead:first-child tr:first-child th,
table tbody:first-child tr:first-child th,
table tbody:first-child tr:first-child td {
  border-top: 0;
}
table thead:first-child tr:first-child > th:first-child,
table tbody:first-child tr:first-child > td:first-child,
table tbody:first-child tr:first-child > th:first-child {
  border-top-left-radius: 4px;
}
table thead:first-child tr:first-child > th:last-child,
table tbody:first-child tr:first-child > td:last-child,
table tbody:first-child tr:first-child > th:last-child {
  border-top-right-radius: 4px;
}
table thead:last-child tr:last-child > th:first-child,
table tbody:last-child tr:last-child > td:first-child,
table tbody:last-child tr:last-child > th:first-child,
table tfoot:last-child tr:last-child > td:first-child,
table tfoot:last-child tr:last-child > th:first-child {
  border-bottom-left-radius: 4px;
}
table thead:last-child tr:last-child > th:last-child,
table tbody:last-child tr:last-child > td:last-child,
table tbody:last-child tr:last-child > th:last-child,
table tfoot:last-child tr:last-child > td:last-child,
table tfoot:last-child tr:last-child > th:last-child {
  border-bottom-right-radius: 4px;
}
table tfoot + tbody:last-child tr:last-child td:first-child {
  border-bottom-left-radius: 0;
}
table tfoot + tbody:last-child tr:last-child td:last-child {
  border-bottom-right-radius: 0;
}
table caption + thead tr:first-child th:first-child,
table caption + tbody tr:first-child td:first-child,
table colgroup + thead tr:first-child th:first-child,
table colgroup + tbody tr:first-child td:first-child {
  border-top-left-radius: 4px;
}
table caption + thead tr:first-child th:last-child,
table caption + tbody tr:first-child td:last-child,
table colgroup + thead tr:first-child th:last-child,
table colgroup + tbody tr:first-child td:last-child {
  border-top-right-radius: 4px;
}
.table-striped tbody > tr:nth-child(odd) > td,
.table-striped tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-hover tbody tr:hover > td,
.table-hover tbody tr:hover > th {
  background-color: #f5f5f5;
}
table td[class*="span"],
table th[class*="span"],
.row-fluid table td[class*="span"],
.row-fluid table th[class*="span"] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
table tbody tr.success > td {
  background-color: #dff0d8;
}
table tbody tr.error > td {
  background-color: #f2dede;
}
table tbody tr.warning > td {
  background-color: #fcf8e3;
}
table tbody tr.info > td {
  background-color: #d9edf7;
}
table tbody tr.success:hover > td {
  background-color: #d0e9c6;
}
table tbody tr.error:hover > td {
  background-color: #ebcccc;
}
table tbody tr.warning:hover > td {
  background-color: #faf2cc;
}
table tbody tr.info:hover > td {
  background-color: #c4e3f3;
}
#app-layout {
  min-width: 1170px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}
#app-layout .errors-layout {
  position: absolute;
  width: 250px;
  left: 50%;
  margin-left: -125px;
  z-index: 125;
  text-align: center;
}
#app-layout footer {
  background: #21394e;
  border-top: 9px solid #ff065e;
  font-size: 18px;
}
#app-layout footer .nav {
  float: left;
  position: relative;
  margin: 25px 0;
  text-align: center;
  font-size: 14px;
}
#app-layout footer .nav.contact-info {
  width: 390px;
  text-align: left;
}
#app-layout footer .nav.contact-info p {
  margin-bottom: 0;
  color: #fff;
}
#app-layout footer .nav.contact-info p.info {
  line-height: 21px;
}
#app-layout footer .nav.contact-info p.email a {
  font-weight: normal;
}
#app-layout footer .nav.contact-info p a {
  font-weight: bold;
}
#app-layout footer .nav.copyright {
  width: 420px;
  color: #fff;
}
#app-layout footer .nav.copyright p {
  margin: 0;
  font-size: 14px;
  text-align: left;
  padding-left: 130px;
}
#app-layout footer .nav.copyright a {
  color: #fff;
  font-size: 14px;
}
#app-layout footer .nav.designed-by {
  color: #fff;
  text-align: left;
}
#app-layout #scrollup {
  position: fixed;
  /* фиксированная позиция */
  opacity: 0.8;
  /* прозрачность */
  padding: 15px 10px 10px;
  /* отступы */
  background: #aaa;
  border-radius: 5px;
  /* скругление углов */
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  right: 10px;
  /* отступ слева */
  bottom: 40px;
  display: none;
  /* спрятать блок */
  cursor: pointer;
}
#app-layout hr {
  border-top: 2px solid #d4d4d4;
}

.site-background {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0px;
}
.site-background #current-bg {
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #2f2e2e;
  display: block;
  position: fixed;
}
.site-background #current-image-bg {
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
  opacity: 1;
  background-size: cover;
  background-image: url(/images/system/bg11.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat no-repeat;
}
.site-background #current-overlay-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(47, 46, 46, 0.2);
}
#site-content {
  width: 1160px;
  min-width: 1160px;
  padding-bottom: 0;
  min-height: 100%;
  position: relative;
  margin: 0 auto;
}
#site-content #masterPage {
  top: 0px;
  width: 980px;
  position: static;
  height: 3980px;
}
#site-content #masterPage #header {
  top: 0;
  left: 0;
  width: 980px;
  height: 64px;
  position: fixed;
  position: fixed !important;
  left: auto !important;
  z-index: 50;
  padding-bottom: 10px;
}
#site-content #masterPage #header #header-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-bottom: 1px solid #050505;
}
#site-content #masterPage #header #header-bg .bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #2f2e2e;
  border-top: 0px solid #2f2e2e;
  border-bottom: 0px solid #2f2e2e;
}
#site-content #masterPage #header #header-menu {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#site-content #masterPage #header #header-menu .menu-wrapper {
  top: 20px;
  left: 179px;
  width: 672px;
  height: 24px;
  position: absolute;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul {
  height: 24px;
  display: inline-block;
  text-align: center;
  overflow: visible;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul.dropdown-menu {
  display: none;
  height: auto;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul.dropdown-menu.activate {
  display: block;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul.dropdown-menu a {
  color: black;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul li {
  display: inherit;
  position: relative;
  box-sizing: border-box;
  color: #808080;
  width: 132px;
  height: 24px;
  overflow: visible;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul li a {
  padding: 0 3px;
  text-decoration: none;
  color: #FFFFFF;
  display: inline-block;
  padding: 0 10px;
  text-transform: uppercase;
  transition: color 0.4s ease 0s;
}
#site-content #masterPage #header #header-menu .menu-wrapper ul li a:hover {
  background: none;
}
#site-content #masterPage #header #header-menu .menu-wrapper .dropdown-toggle {
  background: none;
}
#site-content #masterPage #content {
  top: 90px;
  position: absolute;
}
#site-content #masterPage #content #main_block {
  height: 400px;
}
#site-content #masterPage #content #main_block #icon-repair-wrapper svg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  fill: #FFFFFF;
  fill-opacity: 1;
  stroke: transparent;
  stroke-width: 0px;
}
#site-content #masterPage #content #main_block a {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.3);
}
#site-content #masterPage #content #main_block .white span {
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.8);
  font-weight: bold;
}
#site-content #masterPage #content #prices {
  position: relative;
  width: 980px;
  top: 0;
  bottom: 0;
  left: calc(0%);
  height: 500px;
  display: none;
}
#site-content #masterPage #content #prices .btn {
  color: #fff;
  border: 2px solid #fff;
  font-size: 16px;
  border-radius: 4px;
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  margin-top: 15px;
}
#site-content #masterPage #content #prices .btn:hover {
  color: #333;
  background-color: #fff;
  border: 2px solid black;
}
#site-content #masterPage #content #prices.alternative .mini-overlay-service {
  width: 260px;
  background-color: rgba(255, 255, 255, 0.84);
  position: absolute;
  height: 380px;
  top: 220px;
  z-index: 0;
}
#site-content #masterPage #content #prices.alternative .mini-overlay-service.left {
  left: 80px;
}
#site-content #masterPage #content #prices.alternative .mini-overlay-service.center {
  left: 365px;
  width: 250px;
}
#site-content #masterPage #content #prices.alternative .mini-overlay-service.right {
  left: 640px;
  width: 240px;
}
#site-content #masterPage #content #prices.alternative .white {
  color: #2F2E2E;
}
#site-content #masterPage #content #prices.alternative h2 .white {
  color: #fff;
  text-shadow: 2px 4px 3px rgba(0, 0, 0, 0.7);
}
#site-content #masterPage #content #prices.alternative div {
  z-index: 1;
}
#site-content #masterPage #content #prices.alternative .btn {
  color: #2F2E2E;
  background: none;
  border: 2px solid black;
}
#site-content #masterPage #content #prices.alternative svg {
  fill: #2F2E2E;
}
#site-content #masterPage #content #about-us {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 0;
  top: 112px;
  left: 102px;
  width: 761px;
  height: 659px;
  position: relative;
  visibility: inherit;
  margin-bottom: 250px;
}
#site-content #masterPage #content #about-us p {
  line-height: 1.3em;
  font: normal normal normal 17px/1.4em sans-serif;
  color: #2F2E2E;
}
#site-content #masterPage #content #contacts {
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 0;
  top: 112px;
  left: 102px;
  width: 761px;
  height: 449px;
  position: relative;
  visibility: inherit;
}
#site-content #masterPage #content #contacts .first {
  top: 0;
  left: -50px;
  width: 300px;
  position: absolute;
}
#site-content #masterPage #content #contacts .second {
  top: 0;
  left: 318px;
  width: 320px;
  position: absolute;
}
#site-content #masterPage #content #contacts p {
  line-height: 1.35em;
  font: normal normal normal 17px/1.4em sans-serif;
  color: #2F2E2E;
}
#site-content #masterPage #content #pc {
  position: relative;
  border: 1px solid transparent;
  background-color: rgba(255, 255, 255, 0.84);
  border-radius: 0;
  top: 322px;
  left: 102px;
  width: 761px;
  height: 1659px;
}
#site-content #masterPage #content #pc p {
  font-size: 13px;
  margin-botton: 0;
}
#site-content #masterPage #content #pc table {
  font-size: 13px;
}
#site-content #masterPage #content #pc table td {
  width: 90%;
}
#site-content #masterPage #content #pc table td + td {
  width: 10%;
}
#site-content #masterPage #content form.form-horizontal {
  background: white;
  border: 1px solid #ccc;
  padding: 20px;
  font-size: 16px;
}

/*# sourceMappingURL=app.css.map */
