
/*================================== Шрифты*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,400i,700,700i');
/* ============================ Normalize CSS */

*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{color:inherit;text-shadow:inherit;background-color:#ACCEF7}::selection{color:inherit;text-shadow:inherit;background-color:#ACCEF7}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}
/* ============================ Готовые классы помошники */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* ============================ Сетка */
html,
body {
  height: 100%;
}
body {
  font-family: 'PT Sans', Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  color: #000;
  background-color: #fff;
}
.wrap {
  min-height: 100%;
  padding-bottom: 140px;
}
.container {
  position: relative;
  width: 1000px;
  /*padding-right: 12px;
  padding-left: 12px;*/
  margin: 0 auto;
}
/* ============================ Базовые стили */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.1s;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1.2;
}
h2 {
  font-size: 36px;
}
.btn {
  display: inline-block;
  padding: 8px 30px;
  background-color: #fa832b;
  border-radius: 5px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.btn:hover {
  background-color: #ff6c00;
}
figure {
  margin: 0;
}
figcaption {
  font-size: 20px;
  line-height: 1.2;
}
/* ============================ Шапка */
header {
  height: 110px;
  padding-top: 25px;
}
.logo {
  float: left;
}
.contacts {
  float: right;
}
.contacts a {
  display: block;
}
.contacts .phone {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
}
/* ============================ Меню сверху */
.menu-header {
  position: absolute;
  top: 110px;
  width: 100%;
  height: 47px;
  background: rgba(255,255,255,0.7);
}
.menu-header ul {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
.menu-header li {
  display: inline-block;
  margin: 0 30px;
  line-height: 47px;
}
.menu-header a {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: bold;
}
.menu-header a.active,
.menu-header a:hover {
  text-decoration: underline;
}
/* ============================ ОС */
.feedback {
  margin-bottom: 55px;
  height: 748px;
  padding-top: 65px;
  background: url(/images/bg-feedback.jpg) 50% 0 no-repeat;
  color: #fff;
  text-align: center;
}
.feedback.inner {
  height: 40px;
  margin-bottom: 30px;
  padding-top: 47px;
  overflow: hidden;
}
.feedback h1 span {
	font-size: 34px;
  margin: -4px 0 0 4px;
  display: inline-block;
  position: absolute;
}
.feedback input {
  padding-left: 20px;
  margin-right: 22px;
  width: 195px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  color: #000;
}
.feedback [type="submit"] {
  padding-left: 0;
  background-color: #fa832b;
  font-weight: 700;
  color: #fff;
}
.feedback [type="submit"]:hover {
  background-color: #ff6c00;
}
.flex-cont {
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.desc-icons {
  margin-bottom: 55px;
  text-align: center;
}
.desc-icons img {
  margin-bottom: 32px;
}
/* ============================ Контент */
#path {
  margin-bottom: 10px;
}
.page-title {
  margin-bottom: 20px;
}
/* ============================ Преимущества */
.benefits {
  margin-bottom: 80px;
  text-align: center;
}
.benefits h2 {
  margin-bottom: 40px;
  letter-spacing: 2px;
}
.benefits p {
  font-size: 20px;
  line-height: 2.5em;
}
/* ============================ Коммуникации */
.comm {
  text-align: center;
  margin-bottom: 70px;
}
.comm h2 {
  margin-bottom: 55px;
}
.comm img {
  margin-bottom: 35px;
}
/* ============================ Карта */
.map {
  text-align: center;
}
.map h2 {
  margin-bottom: 30px;
}
/* ============================ Подвал */
.main-footer {
  margin-top: -140px;
  height: 140px;
  background-color: #e8e8e8;
}
.menu-footer {
  height: 47px;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.menu-footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.menu-footer li {
  display: inline-block;
  margin: 0 30px;
  line-height: 47px;
}
.menu-footer a {
  text-transform: uppercase;
  font-size: 16px;
}
.menu-footer a.active,
.menu-footer a:hover {
  text-decoration: underline;
}
.foot-contacts {
  float: left;
  line-height: 1.4;
}
.foot-contacts a {
  margin-bottom: 2px;
  display: inline-block;
}
.copyright-sitenn {
  float: right;
}


/* ============================ Call back */
#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.47);
  z-index: 500;
}
.callback {
  position: absolute;
  left: 50%;
  top: 30%;
  padding-top: 90px;
  margin-left: -375px;
  width: 750px;
  height: 450px;
  background-color: rgb(117, 195, 34);
  z-index: 501;

  display: none;
  opacity: 0;
}
.callback-close {
  position: absolute;
  top: 17px;
  right: 15px;
  width: 25px;
  height: 26px;
  background: url(/images/callback-close.png) 0 0 no-repeat;
  cursor: pointer;
}
.callback h3 {
  margin-bottom: 55px;
  color: rgb(255, 255, 255);
  font-size: 30px;
  text-align: center;
}
.callback-form input {
  margin: 0 auto;
  display: block;
  padding-left: 20px;
  margin-bottom: 25px;
  width: 250px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 5px;
  border: none;
  color: #000;
}
.callback-form [type="submit"] {
  padding-left: 0;
  background-color: #fa832b;
  font-weight: 700;
  color: #fff;
}
.callback-form [type="submit"]:hover {
  background-color: #ff6c00;
}
.callback-succes {
  display: none;
}
.callback-succes {
  padding-top: 50px;
  text-align: center;
  color: rgb(255, 255, 255);
  font-size: 46px;
  font-weight: 700;
  line-height: 3.813em;
}
/* ============================ Админ часть */
.view {
  width: 100%;
}
.view [type="checkbox"],
.view [type="radio"] {
  height: 16px;
}
.view th h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.view th {
  font-size: 13px;
}
.view th,
.view td {
  position: relative;
  padding: 5px;
}
.view .date_control {
  position: absolute;
  right: 7px;
  top: 7px;
  height: 23px!important;
}
.view td [type="text"],
.view td [type="email"],
.view td [type="password"],
.view td textarea,
.view td select {
  width: 60%;
  height: 30px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 13px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.view td textarea {
  width: 500px;
  height: 150px;
}
.view td [type="text"]:focus,
.view td [type="email"]:focus,
.view td [type="password"]:focus,
.view td textarea:focus,
.view td select:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.counter {
	margin-top: 5px;
}
/*# sourceMappingURL=index.css.map */