.bold {
  font-weight: 600;
}
/*reset*/
* {
  margin: 0;
  padding: 0;
}
:focus {
  outline: 0;
}
body {
  color: #000;
  font-size: 14px;
  line-height: 1.4;
  font-family: 'Open Sans', sans-serif;
  background: #fff;
}
a,
a:focus,
a:active,
input,
input:focus,
input:active,
button,
button:focus,
button:active,
.btn,
.btn:focus,
.btn:active {
  outline: none !important;
}
a.btn:hover,
a.btn:focus,
a.btn:active {
  text-decoration: none;
}
a:link {
  color: #0b6fc0;
  text-decoration: underline;
}
a:visited {
  color: #0b6fc0;
  text-decoration: underline;
}
a:hover {
  color: #2F95E1;
  text-decoration: none;
}
a:active {
  color: #0000FF;
  text-decoration: none;
}
a {
  /*color:#000;*/
}
a:hover {
  /*color:@blue;
    text-decoration: none;*/
}
ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.container > .navbar-header,
.container-fluid > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-collapse {
  margin-right: 0;
  margin-left: 0;
}
.clear {
  clear: both;
}
.w-100 {
  width: 100%;
}
img {
  max-width: 100%;
}
p {
  margin-bottom: 10px;
}
.navbar-toggle .icon-bar {
  background: #602980;
}
.owl-nav .owl-prev,
.owl-nav .owl-next {
  width: 40px;
  height: 80px;
  z-index: 100;
  opacity: 0.9;
  top: 50%;
  margin-top: -22px;
  position: absolute;
  font-size: 52px;
  text-align: center;
  color: #7D7D7A;
}
.owl-nav .owl-prev:hover,
.owl-nav .owl-next:hover {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3);
  opacity: 1;
}
.owl-nav .owl-prev {
  left: -60px;
}
.owl-nav .owl-next {
  right: -60px;
}
.owl-nav .owl-prev:before {
  content: "\f104";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  margin: 5px 0 0 0;
}
.owl-nav .owl-next:before {
  content: "\f105";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  margin: 5px 0 0 0;
}
.owl-dots {
  text-align: center;
  width: 100%;
  position: absolute;
  bottom: 10px;
}
.owl-dot {
  border: none;
  text-indent: -3000px;
  width: 14px;
  height: 14px;
  background: #fff;
  outline: none;
  padding: 0;
  margin: 0;
  margin-right: 8px;
  border-radius: 50%;
  display: inline-block;
}
.owl-dot.active {
  background: #d0a621;
}
.close {
  width: 32px;
  height: 32px;
  border: none;
  opacity: 1;
  font-weight: normal;
  background: transparent;
  color: #404040;
  margin-top: -8px;
  margin-right: -8px;
  text-shadow: none;
  background: url(../images/close.png) no-repeat center center;
  background-size: cover;
  /* border-radius: 50%; */
  float: right;
}
.modal-content {
  border-radius: 5px;
  border: 0px;
  padding: 20px;
  background: #fff;
}
@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
  }
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 400px;
    margin: 30px auto;
  }
}
.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}
.form-control {
  border: 1px solid #f1f0f3;
  border-radius: 4px;
  min-height: 42px;
  color: #000000;
  font-family: open-sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 12px;
  box-shadow: none;
  background: #f1f0f3;
}
.form-control:focus {
  box-shadow: none;
  background: #fff;
  border: 1px solid #C4C4C4;
}
.form-group {
  margin-bottom: 20px;
}
select.form-control {
  height: 42px;
}
label {
  min-height: 20px;
  color: #7C808C;
  font-size: 16px;
  text-align: left;
  line-height: 16px;
  font-weight: 600;
}
.btn {
  padding: 6px 12px;
  border-radius: 4px;
  background: #97d4de;
  color: #fcfdfd;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  text-transform: uppercase;
  display: inline-block;
  min-height: 42px;
  text-align: center;
  border: none;
  width: 100%;
}
.btn.blue {
  background: #299CF9;
}
.btn.blue:hover {
  background: #2e8edd;
}
.btn.blue:focus {
  background: #299CF9;
}
.btn.big {
  min-height: 61px;
  padding: 9px 12px;
}
.btn:hover {
  background: #71c5d3;
  color: #fcfdfd;
}
.btn:focus {
  color: #fff;
  background: #97d4de;
}
.win {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #eee;
  text-align: center;
  background: url(../img/header.jpg) no-repeat top center;
  background-size: cover;
  color: #fff;
  padding: 15% 0;
}
.win h1 {
  font-size: 48px;
  margin-bottom: 20px;
}
.win .btn {
  text-decoration: none;
  display: inline-block;
  max-width: 240px;
  margin-top: 20px;
}
.win .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -5;
  background: rgba(91, 81, 80, 0.85);
}
#header {
  background: url(../images/header2.jpg) no-repeat top center;
  /*background-size: cover;*/
}
#header .slogan {
  margin: 28px auto 80px;
  text-align: center;
}
#header .slogan p {
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
}
#header .slogan p.big {
  font-size: 37px;
  line-height: 44px;
  font-weight: 600;
  margin-top: 12px;
}
#header .slogan .line {
  width: 100%;
  max-width: 430px;
  height: 1px;
  margin: 9px auto 0;
  background: #000;
}
.navbar {
  max-width: 720px;
  border: none;
  background-color: #2A9CF7;
  margin: 0 auto;
  border-radius: 0px;
  margin-bottom: 0px;
}
.navbar-nav li a {
  padding: 32px 15px;
  color: #fff;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  font-weight: 400;
  border-left: 1px solid #2F95E1;
  text-decoration: none;
}
.navbar-nav li a:hover {
  background: #2F95E1;
  color: #fff;
}
.navbar-nav li a:focus {
  color: #fff;
  background: transparent;
}
.navbar-nav li:last-child a {
  border-right: 1px solid #2F95E1;
}
.navbar-brand {
  float: left;
  padding: 5px 20px;
  line-height: 1;
  height: auto;
}
#header-form {
  min-height: 573px;
  background: transparent url(../images/backing-1.png) no-repeat center top;
  /*background-size: cover;*/
  color: #fff;
  margin-top: 145px;
  position: relative;
  z-index: 5;
}
#header-form .container {
  position: relative;
}
#header-form .header-form-left {
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
  position: relative;
  margin-top: 360px;
  padding-left: 45px;
}
#header-form .header-form-left img {
  position: absolute;
  right: 50px;
  top: -30px;
}
#header-form .header-form-center {
  font-size: 27px;
  line-height: 32px;
  font-weight: 400;
  position: relative;
  margin-top: 330px;
}
#header-form .header-form-center img {
  position: absolute;
  right: 15px;
  bottom: -25px;
}
#header-form .header-form-right {
  margin-top: 40px;
}
#header-form .header-form-right .phone {
  font-size: 39px;
  text-align: left;
  line-height: 47px;
  font-weight: 400;
}
#header-form .header-form-right .phone img {
  margin-top: 30px;
}
#header-form .header-form-right .form-box {
  max-width: 382px;
  -pie-box-shadow: 0px 0px 4px 1px #BFBFBF;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25), 0px 0px 4px rgba(0, 0, 0, 0.25);
  background-color: #FFFFFF;
  border-radius: 4px;
  width: 100%;
  padding: 28px;
}
#header-form .header-form-right .form-box p.big {
  color: #B6B9BE;
  font-size: 17px;
  text-align: center;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 20px;
}
#header-form .header-form-right .form-box .bottom {
  color: #209AFD;
  font-size: 21px;
  text-align: center;
  line-height: 25px;
  font-weight: 700;
  margin-bottom: 0;
}
#free-form {
  background: #ededed url(../images/backing-1_2.png) no-repeat right top;
  padding: 40px 0 40px;
  position: relative;
  z-index: 2;
}
#free-form .form-box {
  margin: 0 auto;
  width: 100%;
  max-width: 620px;
  position: relative;
  z-index: 10;
}
#free-form .form-control {
  background: #fff;
  font-family: open-sans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  padding: 6px 23px;
  border-color: #37A2F9;
  background-color: #FFFFFF;
  border-radius: 4px;
  color: #299CF9;
}
#free-form .title {
  font-size: 21px;
  text-align: center;
  line-height: 25px;
  margin-bottom: 25px;
}
#services {
  padding: 60px 0;
}
#services .container {
  max-width: 830px;
}
#services .title {
  font-size: 25px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 70px;
}
#services .box {
  text-align: center;
  margin-bottom: 40px;
}
#services .box:hover img {
  box-shadow: none;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.15), 0px 0px 16px rgba(0, 0, 0, 0.15);
}
#services .box a {
  color: #000;
}
#services .box a:hover {
  color: #299cf9;
  cursor: pointer;
}
#services .box img {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25), 0px 0px 8px rgba(0, 0, 0, 0.25);
  border: 4px solid #fff;
  border-radius: 100%;
  margin-bottom: 20px;
}
.bottom-ban {
  text-align: center;
}
#contacts {
  margin-top: 40px;
  position: relative;
}
#contacts .container {
  position: relative;
  min-height: 680px;
}
#contacts .map {
  position: absolute;
  min-height: 680px;
  width: 100%;
  z-index: 2;
  top: 0px;
  left: 0px;
}
#contacts .address {
  background: rgba(42, 158, 252, 0.2);
  width: 100%;
  max-width: 460px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  padding: 75px 0 75px;
  position: relative;
  z-index: 10;
  margin-top: 150px;
  float: right;
}
#contacts .address p {
  margin-bottom: 0;
}
#copyrights {
  background: #2CA0FC;
  color: #fff;
  padding: 15px 0;
}
#copyrights .box {
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
}
#copyrights .copyrights-left {
  border-right: 1px solid #62b9fc;
  text-align: right;
  padding-right: 30px;
}
#copyrights .copyrights-left p {
  margin-top: 10px;
}
#copyrights .copyrights-right {
  padding-top: 8px;
  padding-left: 30px;
}
.main {
  /*max-width: 1366px;
  margin: 0 auto;*/
}
.content {
  padding-top: 40px;
  max-width: 800px;
}
.content img,
.content img.img {
  margin: 0 10px 10px;
  border-radius: 4px;
}
.title {
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  font-weight: 400;
  margin-bottom: 30px;
}
img {
  max-width: 100%;
}
.inn {
  width: 100%;
  float: left;
  margin-bottom: 30px;
}
.name {
  font-size: 18px;
  font-weight: 700;
  color: #299cf9;
}
table {
  width: 100%;
  border-collapse: collapse;
  font-size: 11.0pt;
}
table tr.no-border td {
  border: none;
}
table td {
  border: 1px solid #000;
  padding: 5px 8px;
}
#success-form,
#fail-form {
  text-align: center;
}
.b1 {
  display: block;
  z-index: 55;
  position: absolute;
  top: 70px;
  left: 200px;
  box-shadow: 0px 0px 30px #ccc;
}
h3 {
	font-size: 18px;
    margin-bottom: 15px;
}
.blue {
	color:#2A9CF7;
}
#success-form, #fail-form {
	text-align: center;
}