/*================================== Шрифты*/
/* ============================ 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: 15px;
  padding-left: 15px;
  margin: 0 auto;
}
/* ============================ Базовые стили */
a {
  color: #000;
  text-decoration: none;
  transition: all 0.1s;
}
a:hover {
  color: #f31f1f;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1.3;
}
.title-block {
  display: inline-block;
  position: relative;
  color: #000000;
  font-size: 30px;
  font-weight: 400;
  text-transform: uppercase;
}
.title-block:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -5px;
  width: 100%;
  height: 5px;
  background-color: #03baab;
}
/* ============================ Шапка */
.menu {
  float: left;
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu li {
  float: left;
  line-height: 78px;
}
.menu a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
}
.menu a:hover,
.menu a.active {
  color: #fff;
  background-color: #02376d;
}
.contacts-header {
  float: right;
  padding-top: 10px;
}
.contacts-header .email {
  padding-left: 50px;
}
.contacts-header .payment span {
  font-size: 14px;
}
.contacts-header .payment img {
  vertical-align: middle;
}
.top-line {
  background-color: #03baab;
  height: 100px;
}
.logo {
  float: left;
  padding-top: 24px;
  position: relative;
}
.logo:after {
    content: "";
    position: absolute;
    right: -58px;
    top: -37px;
    background: url(/images/icon-logo-site.png) no-repeat;
    width: 88px;
    height: 128px;
}
.contacts-phone {
	float: right;
    height: 93px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contacts-phone p {
  color: #ffffff;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}
.payment a {
	cursor: inherit;
}
/* ============================ Контент */
.content {

}
#path {
  padding: 15px 0;
}
.page-title {
  margin-bottom: 20px;
}
/* ============================ О компании */
.about {
  margin-bottom: 50px;
  margin-top: 50px;
}
.about .info {
  margin-bottom: 35px;
}
.about .info img {
  float: left;
}
.about .info__txt {
  float: right;
  width: 485px;
  padding-top: 45px;
  padding-left: 30px;
}
.about .info__txt h1 {
  margin-bottom: 30px;
  color: #02376d;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.3em;
  text-transform: uppercase;
}
.about .info__txt p {
  font-size: 14px;
}
.about__txt p {
  font-size: 14px;
  line-height: 1.5;
}
.about .slogan {
  margin-top: 20px;
  color: #02376d;
  font-size: 24px;
  font-weight: 700;
  font-style: italic;
  line-height: 1.125em;
}
/* ============================ Услуги */
.services {
  margin-bottom: 50px;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #ebebeb;
}
.services .title-block {
  margin-bottom: 15px;
}
.services p {
  font-size: 14px;
}
.services-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.services-list li {
  float: left;
  width: 290px;
  margin: 10px;
}
.services-list li:first-child {
  padding-top: 30px;
}
.services-list__item {
  text-align: center;
}
.services-list__item a:hover img {
  box-shadow: 0px 4px 4px #ccc;
}
.services-list__item a:hover span {
  color: #4a5690;
  font-weight: 700;
}
.services-list__item img {
  margin-bottom: 15px;
  width: 230px;
  height: 230px;
  border-radius: 50%;
  box-shadow: 0px 0px 0px #ccc;
}
.services-list__item span {
  display: inline-block;
  max-width: 200px;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* ============================ Специалисты */
.specialists {
  text-align: center;
}
.specialists .title-block {
  margin-bottom: 50px;
}
.specialists-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.specialists-list li {
  display: inline-block;
  margin: 20px;
  width: 215px;
  vertical-align: top;
}
.specialists-list li img {
  display: block;
  width: 137px;
  height: 174px;
  margin: 0 auto 35px;
}
.specialists-list li b {
  margin-bottom: 15px;
  display: inline-block;
  max-width: 150px;
}
.specialists-list li p {
  color: #2c2c2c;
  font-size: 14px;
  font-style: italic;
}
/* ============================ Сертификаты */
.certificates {
  margin-bottom: 100px;
  text-align: center;
}
.certificates .title-block {
  margin-bottom: 50px;
}
.certificates-carousel {
  position: relative;
  width: 780px!important;
  margin: 0 auto;
  text-align: center;
}
.certificates-carousel .owl-item img {
  display: inline-block !important;
  max-width: 190px;
}
.certificates-carousel .owl-prev,
.certificates-carousel .owl-next {
  position: absolute;
  top: 40%;
  width: 38px;
  height: 38px;
}
.certificates-carousel .owl-prev {
  left: -45px;
  background: url(/images/arrow1.png) 0 0 no-repeat;
}
.certificates-carousel .owl-next {
  right: -45px;
  background: url(/images/arrow2.png) 0 0 no-repeat;
}
/* ============================ Подвал */
.main-footer {
  padding-top: 17px;
  margin-top: -140px;
  height: 140px;
  background-color: #ebebeb;
}
.fl {
  float: left;
}
.menu-footer {
  margin-bottom: 20px;
}
.menu-footer ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu-footer li {
  display: inline-block;
  margin-right: 25px;
}
.menu-footer a {
  font-size: 14px;
}
.contacts-footer {
  font-size: 14px;
}
.contacts-footer p {
  margin-bottom: 5px;
}
.copyright_sitenn {
  float: right;
}
.copyright_sitenn .counter {
  margin-top: 30px;
}
.copyright_sitenn a {
	color: #03baab;
}
/* ============================ Админ часть */
.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);
}

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