@charset "utf-8";
a {
  color: #18445b;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  vertical-align: top;
}
.grad-diag {
  background: #2f5f8d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2f5f8d 0%, #b9495b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2f5f8d 0%, #b9495b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2f5f8d 0%, #b9495b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f5f8d', endColorstr='#b9495b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.drad-stripe {
  background: #ef3f4a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ef3f4a 0%, #5fd2f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3f4a', endColorstr='#5fd2f5', GradientType=1);
  /* IE6-9 */
}
.grad-line {
  background: #0f679b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0f679b 0%, #0f679b 50%, #d63844 51%, #d63844 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0f679b 0%, #0f679b 50%, #d63844 51%, #d63844 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0f679b 0%, #0f679b 50%, #d63844 51%, #d63844 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f679b', endColorstr='#d63844', GradientType=1);
  /* IE6-9 */
}
.grad-line-rev {
  background: #d63844;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d63844 0%, #d63844 50%, #0f679b 51%, #0f679b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d63844 0%, #d63844 50%, #0f679b 51%, #0f679b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d63844 0%, #d63844 50%, #0f679b 51%, #0f679b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d63844', endColorstr='#0f679b', GradientType=1);
  /* IE6-9 */
}
.cf:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  overflow: hidden;
}
.cf {
  zoom: 1;
  display: block;
}
body {
  background: #232628;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 1;
}
.bdb {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.w {
  width: 980px;
  margin: 0 auto;
}
.header {
  background: #f0f6f8;
  height: 115px;
  position: relative;
  z-index: 10;
}
.header-top {
  padding: 17px 0;
}
.head-tel {
  float: right;
  font-size: 24px;
  height: 37px;
  line-height: 37px;
  position: relative;
  padding-left: 50px;
  margin-left: 185px;
  margin-top: 7px;
}
.head-tel > span {
  display: block;
  position: relative;
}
.head-tel > span:before {
  content: '';
  display: block;
  height: 1px;
  width: 54px;
  position: absolute;
  left: -100px;
  background: #3d5c87;
  top: 18px;
}
.head-tel:before {
  content: '';
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #2f5f8d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2f5f8d 0%, #b9495b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2f5f8d 0%, #b9495b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2f5f8d 0%, #b9495b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f5f8d', endColorstr='#b9495b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.head-tel:after {
  content: '';
  display: block;
  position: absolute;
  width: 20px;
  height: 19px;
  background: url(../img/icons.png) no-repeat;
  background-position: -164px -13px;
  left: 8px;
  top: 8px;
  z-index: 10;
}
.head-mail {
  float: right;
  margin-top: 7px;
  height: 37px;
  line-height: 37px;
  font-size: 14px;
  font-weight: bold;
  padding-left: 52px;
  position: relative;
}
.head-mail a {
  text-decoration: none;
}
.head-mail a:hover {
  text-decoration: underline;
}
.head-mail > span {
  display: block;
  position: relative;
}
.head-mail > span:before {
  content: '';
  display: block;
  height: 1px;
  width: 54px;
  position: absolute;
  left: -100px;
  background: #3d5c87;
  top: 18px;
}
.head-mail:before {
  content: '';
  display: block;
  width: 37px;
  height: 37px;
  border-radius: 50%;
  background: #2f5f8d;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #2f5f8d 0%, #b9495b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #2f5f8d 0%, #b9495b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #2f5f8d 0%, #b9495b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f5f8d', endColorstr='#b9495b', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: absolute;
  left: 0;
  top: 0;
  z-index: 8;
}
.head-mail:after {
  content: '';
  display: block;
  position: absolute;
  width: 21px;
  height: 13px;
  background: url(../img/icons.png) no-repeat;
  background-position: -164px -51px;
  left: 8px;
  top: 12px;
  z-index: 10;
}
.header-btm ul {
  background: #18445b;
  display: table-row;
}
.header-btm ul li {
  width: auto;
  display: table-cell;
  text-align: center;
  height: 62px;
  vertical-align: bottom;
}
.header-btm ul li a {
  font-size: 16px;
  text-transform: uppercase;
  color: #f0f6f8;
  font-weight: bold;
  text-decoration: none;
  height: 62px;
  line-height: 62px;
  width: 1000px;
  display: table-cell;
  vertical-align: middle;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.header-btm ul li a:hover {
  background: #235d7c;
}
.header-btm ul li:first-child a {
  padding: 0;
  width: 62px;
  height: 62px;
  display: block;
  background: #ef3f4a;
  position: relative;
}
.header-btm ul li:first-child a:hover {
  background: #a12d35;
}
.header-btm ul li:first-child a:before {
  content: '';
  display: block;
  width: 20px;
  height: 17px;
  background: url(../img/icons.png) no-repeat;
  background-position: -164px -33px;
  position: absolute;
  left: 21px;
  top: 22px;
}
.hero {
  background: url(../img/bg1.jpg) center center no-repeat;
  background-size: cover;
  text-align: left;
  height: 217px;
  padding-top: 100px;
}
.hero h1 {
  color: #f0f6f8;
  letter-spacing: 5px;
  margin-bottom: 36px;
  font-size: 36px;
  text-transform: uppercase;
}
.hero.index-hero {
  text-align: center;
  height: 650px;
  padding-top: 70px;
}
.hero.index-hero .hero-title {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.hero.index-hero .hero-title:after {
  content: '';
  display: block;
  height: 5px;
  width: 520px;
  background: #ef3f4a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ef3f4a 0%, #5fd2f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3f4a', endColorstr='#5fd2f5', GradientType=1);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -260px;
}
.hero.index-hero .hero-title:last-child:after {
	display:none; 
}
.hero-title {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
}
.service {
  padding-bottom: 32px;
  position: relative;
  margin-top: -111px;
}
.service:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 143px;
  background: #0e364b;
  z-index: -1;
}
.service-item {
  overflow: hidden;
  height: 222px;
  background: #fff;
  width: 480px;
  float: left;
}
.service-item:last-child {
  float: right;
}
.service-item .serv-lft {
  float: left;
  width: 230px;
}
.service-item .serv-rht {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 30px;
  float: left;
  width: 250px;
}
.service-item .serv-rht > a {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  background: #c93540;
  position: relative;
  text-align: center;
  height: 29px;
  line-height: 29px;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.service-item .serv-rht > a:after {
  content: '';
  display: block;
  position: absolute;
  width: 29px;
  height: 29px;
  right: 0;
  top: 0;
  background: #971822;
}
.service-item .serv-rht > a:before {
  content: '';
  display: block;
  width: 9px;
  height: 12px;
  background: url(../img/icons.png) no-repeat;
  background-position: -164px 0;
  position: absolute;
  right: 9px;
  top: 8px;
  z-index: 10;
}
.service-item .serv-rht > a:hover {
  background: #971822;
}
.service-item .serv-name {
  padding: 67px 0 0 30px;
  color: #17262e;
  height: 193px;
}
.service-item .serv-name > span {
  display: block;
  position: relative;
  padding-bottom: 12px;
}
.service-item .serv-name > span:after {
  content: '';
  display: block;
  height: 2px;
  width: 104px;
  background: #0f679b;
  position: absolute;
  left: 0;
  bottom: 0;
}
.pre-foot {
  background: url(../img/bg2.jpg) center bottom no-repeat;
  background-size: cover;
  padding: 77px 0 100px 0;
}
.pre-foot p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
}
.pre-foot .title {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: bold;
  color: #454748;
  line-height: 48px;
  letter-spacing: 3px;
  margin-bottom: 40px;
}
.pre-foot .title > span {
  display: block;
  position: relative;
  color: #0f679b;
}
.pre-foot .title > span:before {
  content: '';
  display: block;
  height: 3px;
  width: 416px;
  position: absolute;
  background: #0f679b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0f679b 0%, #0f679b 50%, #d63844 51%, #d63844 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0f679b 0%, #0f679b 50%, #d63844 51%, #d63844 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0f679b 0%, #0f679b 50%, #d63844 51%, #d63844 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f679b', endColorstr='#d63844', GradientType=1);
  /* IE6-9 */
  left: 0;
  top: 23px;
}
.pre-foot .title > span:after {
  content: '';
  display: block;
  height: 3px;
  width: 416px;
  position: absolute;
  right: 0;
  top: 23px;
  background: #d63844;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d63844 0%, #d63844 50%, #0f679b 51%, #0f679b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d63844 0%, #d63844 50%, #0f679b 51%, #0f679b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d63844 0%, #d63844 50%, #0f679b 51%, #0f679b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d63844', endColorstr='#0f679b', GradientType=1);
  /* IE6-9 */
}
.call-box {
  width: 646px;
  height: 140px;
  background: #175c80;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #175c80 0%, #165c81 15%, #0f679b 24%, #0f679b 37%, #695275 53%, #d63844 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #175c80 0%, #165c81 15%, #0f679b 24%, #0f679b 37%, #695275 53%, #d63844 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #175c80 0%, #165c81 15%, #0f679b 24%, #0f679b 37%, #695275 53%, #d63844 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#175c80', endColorstr='#d63844', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
  position: relative;
  font-size: 24px;
  line-height: 42px;
  padding: 19px 0 0 49px;
  font-weight: bold;
  color: #fff;
  margin: 90px auto 0 auto;
}
.call-box:after {
  content: '';
  display: block;
  position: absolute;
  right: 21px;
  bottom: 0;
  background: url(../img/icons.png) no-repeat;
  width: 163px;
  height: 126px;
  background-position: 0 0;
}
.call-box > span {
  display: block;
  font-size: 36px;
}
.footer {
  padding: 52px 0 50px 0;
}
.foot-lft {
  float: left;
  width: 300px;
}
.footer-top {
  margin-bottom: 38px;
}
.foot-rht {
  margin: 0 0 0 330px;
}
.foot-rht p {
  float: right;
  font-size: 14px;
  color: #fff;
  line-height: 24px;
}
.foot-rht p a {
  text-decoration: none;
  color: #fff;
}
.foot-rht p a:hover {
  text-decoration: underline;
}
.foot-rht ul {
  width: 170px;
  float: left;
}
.foot-rht ul:nth-child(2) {
  width: 180px;
}
.foot-rht li {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
  line-height: 24px;
  display: block;
}
.foot-rht li a {
  color: #fff;
  text-decoration: none;
}
.foot-rht li a:hover {
  color: #eb3649;
}
.copyr {
  float: left;
  font-size: 12px;
  text-transform: uppercase;
  color: #9a9a9a;
  width: 250px;
  border-top: 3px solid #0f679b;
  padding-top: 15px;
}
.breadcrums {
  color: #fff;
}
.breadcrums a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-right: 10px;
}
.main {
  background: #e6e6e6;
  padding: 43px 0 90px 0;
}
.main .title {
  font-size: 36px;
  font-weight: bold;
  color: #707070;
  padding-bottom: 25px;
  margin-bottom: 35px;
  position: relative;
}
.main .title:after {
  content: '';
  display: block;
  height: 8px;
  width: 520px;
  background: #ef3f4a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ef3f4a 0%, #5fd2f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3f4a', endColorstr='#5fd2f5', GradientType=1);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
}
.main h2,
.main h3 {
  color: #707070;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 36px;
}
.main h2 {
  position: relative;
  padding-bottom: 43px;
  margin-bottom: 34px;
}
.main h2:after {
  content: '';
  display: block;
  height: 8px;
  width: 520px;
  background: #ef3f4a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ef3f4a 0%, #5fd2f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3f4a', endColorstr='#5fd2f5', GradientType=1);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
}
.main h3 {
  margin-bottom: 52px;
}
.social {
  float: right;
}
.social a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 2px;
  background: url(../img/icons.png) no-repeat;
}
.social a.tw {
  background-position: 0 -127px;
}
.social a.tw:hover {
  background-position: 0 -160px;
}
.social a.vk {
  background-position: -41px -127px;
}
.social a.vk:hover {
  background-position: -41px -160px;
}
.social a.fb {
  background-position: -83px -127px;
}
.social a.fb:hover {
  background-position: -83px -160px;
}
.article {
  font-size: 14px;
  line-height: 24px;
}
.progress {
  background: url(../img/pic-01.jpg) left 0 no-repeat #ffffff;
  position: relative;
}
.progress-in {
  margin-left: 280px;
  padding: 35px 0;
  padding-left: 60px;
  background: #fff;
}
.progress-in > span {
  display: block;
  font-size: 36px;
  font-weight: bold;
  color: #ef3f4a;
  margin-bottom: 27px;
}
.progress-in ul li {
  display: block;
  padding-left: 80px;
  position: relative;
  font-size: 14px;
  line-height: 24px;
}
.progress-in ul li:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background: url(../img/icons.png) no-repeat;
  background-position: -117px -127px;
  position: absolute;
  left: 14px;
  top: 0;
}
.call-us {
  background: url(../img/bg3.jpg) center 0 no-repeat;
  background-size: cover;
  padding: 112px 0 125px 0;
}
.call-us strong {
  display: block;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
  color: #fff;
}
.call-us .call-box {
  margin-top: 54px;
}
.samples {
  background: #e6e6e6;
  padding: 30px 0;
}
.samples .title {
  font-size: 36px;
  line-height: 36px;
  position: relative;
  margin-bottom: 80px;
  font-weight: bold;
  text-align: center;
  color: #175c80;
}
.samples .title:before {
  content: '';
  display: block;
  height: 3px;
  width: 312px;
  position: absolute;
  background: #0f679b;
  /* Old browsers */
  background: -moz-linear-gradient(left, #0f679b 0%, #0f679b 50%, #d63844 51%, #d63844 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #0f679b 0%, #0f679b 50%, #d63844 51%, #d63844 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #0f679b 0%, #0f679b 50%, #d63844 51%, #d63844 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f679b', endColorstr='#d63844', GradientType=1);
  /* IE6-9 */
  left: 0;
  top: 20px;
}
.samples .title:after {
  content: '';
  display: block;
  height: 3px;
  width: 312px;
  position: absolute;
  right: 0;
  top: 20px;
  background: #d63844;
  /* Old browsers */
  background: -moz-linear-gradient(left, #d63844 0%, #d63844 50%, #0f679b 51%, #0f679b 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d63844 0%, #d63844 50%, #0f679b 51%, #0f679b 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d63844 0%, #d63844 50%, #0f679b 51%, #0f679b 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d63844', endColorstr='#0f679b', GradientType=1);
  /* IE6-9 */
}
.unit {
  margin-bottom: 87px;
}
.unit .unit-top {
  background: #fff;
  margin-bottom: 23px;
}
.unit .unit-lft {
  float: left;
  width: 397px;
}
.unit .unit-rht {
  margin-left: 415px;
}
.unit .unit-title {
  background: #ef3f4a;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  height: 109px;
  padding: 30px 0 0 85px;
  position: relative;
  top: -24px;
}
.unit-txt {
  padding-left: 86px;
  padding-right: 55px;
  font-size: 14px;
  line-height: 24px;
}
.unit-txt > span {
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  color: #ef3f4a;
  padding-top: 10px;
}
.unit-btm {
  text-align: center;
}
.unit-btm a {
  display: inline-block;
  margin: 0 10px;
  width: 283px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  vertical-align: top;
  background: #175c80;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #175c80 0%, #165c81 15%, #0f679b 24%, #0f679b 37%, #695275 53%, #d63844 68%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #175c80 0%, #165c81 15%, #0f679b 24%, #0f679b 37%, #695275 53%, #d63844 68%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #175c80 0%, #165c81 15%, #0f679b 24%, #0f679b 37%, #695275 53%, #d63844 68%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#175c80', endColorstr='#d63844', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */
}
.unit-btm a:hover {
  text-decoration: underline;
}
.cost {
  padding: 72px 0 105px 0;
  background: url(../img/bg4.jpg) center 0 no-repeat;
}
.cost .title {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 33px;
}
.cost li {
  display: block;
  overflow: hidden;
  background: #e6e6e6;
  margin-bottom: 10px;
  padding: 16px 0;
}
.cost li > span,
.cost li strong {
  display: block;
  height: 57px;
  float: left;
  line-height: 57px;
}
.cost li > span {
  width: 645px;
  padding-left: 42px;
}
.cost li > strong {
  width: 300px;
  text-align: center;
  border-left: 2px solid #ca3540;
}
.faq-item {
  margin-bottom: 65px;
}
.faq-item > span {
  display: block;
  font-size: 30px;
  line-height: 36px;
  color: #18445b;
  font-weight: bold;
  max-width: 90%;
  padding-bottom: 30px;
  margin-bottom: 40px;
  position: relative;
}
.faq-item > span:after {
  content: '';
  display: block;
  height: 8px;
  width: 520px;
  background: #ef3f4a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ef3f4a 0%, #5fd2f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3f4a', endColorstr='#5fd2f5', GradientType=1);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
}
.faq-item .text {
  font-size: 14px;
  line-height: 24px;
}
.faq-form {
  background: url(../img/bg4.jpg) center 0 no-repeat;
  background-size: cover;
  padding-bottom: 30px;
  position: relative;
  z-index: 10;
}
.form-box {
  width: 815px;
  background: #fff;
  padding: 30px 0 44px 84px;
  position: relative;
  top: -66px;
}
.form-box .form-title {
  font-size: 30px;
  color: #dd4a56;
  font-weight: bold;
  margin-bottom: 35px;
}
.form-box .form-line {
  margin-bottom: 25px;
}
.form-box .form-line label {
  display: block;
  float: left;
  width: 83px;
  height: 35px;
  line-height: 35px;
  color: #6f6f6f;
}
.form-box .form-line .form-txt,
.form-box .form-line .form-area {
  width: 477px;
  background: #efefef;
  height: 35px;
  border: 0;
  padding: 10px;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  -webkit-transition: background 0.25s ease-in-out;
  -moz-transition: background 0.25s ease-in-out;
  -o-transition: background 0.25s ease-in-out;
  transition: background 0.25s ease-in-out;
}
.form-box .form-line .form-txt:focus,
.form-box .form-line .form-area:focus {
  background: #f7f7f7;
}
.form-box .form-line .form-area {
  height: 122px;
  resize: vertical;
}
.form-sub {
  margin-left: 86px;
  width: 263px;
  height: 42px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  border: 0;
  background: #063155;
  cursor: pointer;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.form-sub:hover {
  background: #094c85;
}
.form-sub:active {
  background: #031625;
}
.about {
  font-size: 14px;
  line-height: 24px;
}
.about-top {
  margin-bottom: 40px;
}
.about-top > img {
  float: left;
}
.about-top .top-txt {
  margin-left: 415px;
  height: 366px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  padding-top: 50px;
}
.about-top .top-txt:before {
  content: '';
  display: block;
  height: 8px;
  width: 520px;
  background: #ef3f4a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ef3f4a 0%, #5fd2f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3f4a', endColorstr='#5fd2f5', GradientType=1);
  /* IE6-9 */
  position: absolute;
  top: 0;
  left: 0;
}
.about-top .top-txt:after {
  content: '';
  display: block;
  height: 8px;
  width: 520px;
  background: #ef3f4a;
  /* Old browsers */
  background: -moz-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #ef3f4a 0%, #5fd2f5 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #ef3f4a 0%, #5fd2f5 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ef3f4a', endColorstr='#5fd2f5', GradientType=1);
  /* IE6-9 */
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-top .top-txt strong {
  font-size: 30px;
  line-height: 24px;
  color: #235d7c;
  display: block;
  font-weight: normal;
  margin-bottom: 30px;
}
.contact-inf {
  width: 580px;
  font-size: 14px;
  line-height: 24px;
}
.contact-inf > span {
  display: block;
  font-size: 24px;
  line-height: 30px;
  color: #235d7c;
  margin-bottom: 25px;
}
.map-canvas {
  height: 566px;
  margin-top: -30px;
}
