@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans&subset=latin,cyrillic);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/*defaults*/
* {
  box-sizing: border-box;
}

body {
  padding-top: 100px;
  font-family: "Roboto";
  min-width: 1240px;
  font-size: 16px;
  color: #000;
}

input, textarea {
  border: 0;
}

.clearfix:before, .clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.container {
  width: 1240px;
  margin: 0 auto;
}

select {
  height: 50px;
  border: 1px solid #A0A0A0;
}

.placeholder {
  background: #fff;
  position: relative;
  height: 50px;
  border: 1px solid #A0A0A0;
}
.placeholder label {
  position: absolute;
  cursor: text;
  z-index: 1;
  color: #BEBEBE;
  font-size: 18px;
  font-weight: 400;
  left: 10px;
  top: 15px;
}
.placeholder input, .placeholder textarea {
  padding: 0 10px;
  position: relative;
  background: none;
  outline: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  font-family: inherit;
  font-size: inherit;
}
.placeholder input.invalid, .placeholder textarea.invalid {
  -moz-box-shadow: inset 0 2px 0 #f00 !important;
  -webkit-box-shadow: inset 0 2px 0 #f00 !important;
  box-shadow: inset 0 2px 0 #f00 !important;
}

.modal-overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99;
}

.modal-close {
  width: 20px;
  height: 20px;
  background: url("../img/close.png") center no-repeat;
  -moz-background-size: 100% 100%;
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: absolute;
  right: -30px;
  top: -30px;
  cursor: pointer;
}

.modal-window {
  position: absolute;
  background: #fff;
  left: 0;
  right: 0;
  margin: 50px auto;
  text-align: center;
}

.modal-form {
  width: 650px;
  height: 550px;
  background-color: #FFF;
  border: 1px solid #B8B8B8;
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.35);
}
.modal-form .for-who {
  margin-bottom: 40px;
}
.modal-form .for-who li {
  font-size: 18px;
  font-weight: 400;
  width: 50%;
  float: left;
  height: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  background: #e1e1e1;
}
.modal-form .for-who li.active {
  color: #FFF;
  background-color: #206CBE;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.modal-form .placeholder {
  width: 400px !important;
}
.modal-form .placeholder.textarea {
  height: 175px;
}
.modal-form .placeholder.textarea textarea {
  resize: none;
}
.modal-form select {
  padding-left: 10px;
  width: 400px;
  color: #BEBEBE;
  font-size: 18px;
  font-weight: 400;
  margin: 0 auto 10px auto;
}
.modal-form .btn-1 {
  display: block;
  width: 230px;
  height: 50px;
  margin: 0 auto;
}

.modal-thanx {
  width: 290px;
  padding: 20px;
}
.modal-thanx h2 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  font-weight: 600;
}
.modal-thanx p {
  font-size: 18px;
  text-align: center;
}

.wrapper {
  overflow: hidden;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 80;
}
.header .top {
  background: #fff;
  height: 60px;
}
.header .nav {
  background: #e1e1e1;
  height: 40px;
}
.header .logo {
  margin-top: 6px;
  float: left;
  margin-left: 38px;
  width: 127px;
  height: 49px;
  background: url("../img/logo.png") center no-repeat;
}
.header .contacts {
  margin-top: 10px;
  float: right;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  margin-right: 60px;
}
.header .contacts a {
  color: #206CBE;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.header .callback {
  margin-top: 8px;
  float: right;
  width: 230px;
}
.header .nav-list {
  padding-top: 6px;
  font-size: 0;
  text-align: center;
}
.header .nav-list li {
  display: inline-block;
}
.header .nav-list li:first-child a {
  border-left: none;
}
.header .nav-list li a {
  padding: 0 25px;
  text-decoration: none;
  display: block;
  border-left: 1px solid #ACACAC;
  height: 25px;
  line-height: 25px;
  color: #323232;
  font-size: 14px;
  font-weight: 400;
}

.btn-1 {
  height: 45px;
  background-color: #01BA3A;
  color: #FFF;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 45px;
  text-decoration: none;
}
.btn-1:hover {
  background-color: #7eb433;
}

.block-1 {
  height: 720px;
  background: url("../img/bl1-bg.jpg") center no-repeat;
}
.block-1 .bl1-title {
  margin-top: 180px;
  float: left;
  color: #FFF;
  font-family: "Open Sans";
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2em;
  width: 620px;
  position: relative;
}
.block-1 .bl1-title:before {
  content: '';
  width: 89px;
  height: 231px;
  position: absolute;
  left: 100%;
  top: -40px;
  background: url("../img/bl1-arrow.png") center no-repeat;
}
.block-1 .bl1-icons {
  margin-top: 95px;
  margin-right: 73px;
  float: right;
}
.block-1 .bl1-icons li {
  position: relative;
  padding-left: 65px;
  margin-bottom: 25px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2em;
}
.block-1 .bl1-icons li img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}
.block-1 .horizontal-form {
  height: 280px;
  margin-top: 130px;
  background: url("../img/line-bg.gif");
  border: 1px solid #D0D0D0;
}
/*.block-1 .horizontal-form:before {*/
/*  width: 18px;*/
/*  height: 18px;*/
/*  background-color: #206CBE;*/
/*  content: '';*/
/*  position: absolute;*/
/*  left: -1px;*/
/*  bottom: -1px;*/
/*}*/
.block-1 .horizontal-form h2 {
  font-size: 30px;
  font-weight: 700;
  padding: 25px 0 10px 0;
}
.block-1 .horizontal-form p {
  font-size: 24px;
  font-weight: 400;
}
.block-1 .horizontal-form fieldset {
  margin-top: 45px;
}

.horizontal-form {
  color: #323232;
  text-align: center;
  position: relative;
}
.horizontal-form fieldset {
  overflow: hidden;
  width: 1030px;
  margin: 0 auto 0 auto;
}
.horizontal-form .placeholder {
  margin-left: 71px;
  float: left;
  width: 295px;
}
.horizontal-form .placeholder:first-child {
  margin-left: 0;
}
.horizontal-form .btn-1 {
  width: 295px;
  float: right;
}

.bl-title {
  text-align: center;
}
.bl-title span {
  padding: 0 30px;
  color: #323232;
  font-size: 36px;
  line-height: 1.2em;
  font-weight: 300;
  text-transform: uppercase;
  display: inline-block;
  position: relative;
}
/*.bl-title span:before {*/
/*  content: '*';*/
/*  width: 10px;*/
/*  height: 10px;*/
/*  background-color: #206CBE;*/
/*  position: absolute;*/
/*  left: 0;*/
/*  bottom: 0;*/
/*}*/

.vertical-form .placeholder {
  margin: 0 auto 10px auto;
  width: 440px;
}
.vertical-form .btn-1 {
  width: 315px;
  display: block;
  margin: 0 auto;
}

.block-2 {
  padding-top: 170px;
  padding-bottom: 70px;
}
.block-2 .bl-title {
  margin-bottom: 40px;
}
.block-2 .items {
  overflow: hidden;
}
.block-2 .items .item {
  float: left;
  width: 50%;
  position: relative;
}
.block-2 .items .item:nth-child(1):before {
  background-color: #3B3B3B;
}
.block-2 .items .item:nth-child(1):after {
  background: url("../img/bl2-it1.jpg") right center no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=15);
  opacity: 0.15;
}
.block-2 .items .item:nth-child(2):before {
  background-color: #E8E8E8;
}
.block-2 .items .item:nth-child(2):after {
  background: url("../img/bl2-it2.jpg") left center no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.block-2 .items .item:nth-child(3):before {
  background-color: #D0D0D0;
}
.block-2 .items .item:nth-child(3):after {
  background: url("../img/bl2-it3.jpg") right center no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=10);
  opacity: 0.1;
}
.block-2 .items .item:nth-child(4):before {
  background-color: #3B3B3B;
}
.block-2 .items .item:nth-child(4):after {
  background: url("../img/bl2-it4.jpg") left center no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
  opacity: 0.2;
}
.block-2 .items .item:first-child .block, .block-2 .items .item:last-child .block {
  color: #fff;
}
.block-2 .items .item:nth-child(odd) .block {
  float: right;
  padding-left: 0;
}
.block-2 .items .item:nth-child(even) .block {
  float: left;
  padding-left: 50px;
}
.block-2 .items .item:before, .block-2 .items .item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.block-2 .items .item:before {
  z-index: 1;
}
.block-2 .items .item:after {
  z-index: 2;
}
.block-2 .items .item:hover:before {
  background-color: #206CBE;
}
.block-2 .items .item .block {
  color: #323232;
  width: 620px;
  height: 200px;
  position: relative;
  z-index: 3;
}
.block-2 .items .item .block h3 {
  font-size: 36px;
  font-weight: 700;
  padding: 20px 0;
}
.block-2 .items .item .block p {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.block-3 {
  background: url("../img/line-bg.gif");
  padding-top: 50px;
  padding-bottom: 50px;
}
.block-3 .services {
  margin-top: 50px;
  overflow: hidden;
}
.block-3 .services-nav {
  width: 610px;
  height: 605px;
  float: left;
}
.block-3 .services-nav li {
  cursor: pointer;
  height: 55px;
  position: relative;
  background-color: #FFF;
  border: 1px solid #B8B8B8;
}
.block-3 .services-nav li.active {
  border: 1px solid #206CBE;
  background-color: #206CBE;
}
.block-3 .services-nav li.active span {
  color: #fff;
}
.block-3 .services-nav li span {
  left: 20px;
  position: absolute;
  top: 50%;
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-3 .services-desc {
  width: 630px;
  height: 605px;
  float: left;
}
.block-3 .services-desc .service {
  width: 630px;
  height: 605px;
  background: url("../img/service-bg.jpg") center no-repeat;
  padding: 10px 20px;
}
.block-3 .services-desc .service.special h2 {
  margin-bottom: 33px;
}
.block-3 .services-desc .service h2 {
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  margin-bottom: 10px;
}
.block-3 .services-desc .service p {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  line-height: 1em;
}
.block-3 .services-desc .service p .tel {
  color: #01BA3A;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
}
.block-3 .services-desc .service ul {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 0px;
}
.block-3 .services-desc .service ul li {
  position: relative;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  padding-left: 10px;
  margin-top: 5px;
}
.block-3 .services-desc .service ul li:first-child {
  margin-bottom: 0;
}
.block-3 .services-desc .service ul li:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #206CBE;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.block-3 .services-desc .service form .placeholder.textarea {
  height: 225px;
}
.block-3 .services-desc .service form .placeholder.textarea label {
  line-height: 1.2em;
}
.block-3 .services-desc .service form .placeholder.textarea textarea {
  resize: none;
}

.block-4 {
  padding: 45px 0 60px 0;
}
.block-4 .items {
  margin-top: 45px;
  overflow: hidden;
}
.block-4 .items .item {
  float: left;
  width: 25%;
  color: #323232;
}
.block-4 .items .item .img {
  height: 130px;
}
.block-4 .items .item .img img {
  display: block;
}
.block-4 .items .item h3 {
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.block-4 .items .item p {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5em;
}

.block-5 {
  padding: 50px 0 10px 0;
  background: url("../img/line-bg.gif");
}
.block-5 .bl-title {
  margin-bottom: 20px;
}
.block-5 .client-type {
  color: #323232;
  font-size: 24px;
  font-weight: 400;
  padding-left: 30px;
  margin-left: 50px;
  margin-bottom: 50px;
  position: relative;
}
.block-5 .client-type:before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #206CBE;
  bottom: 0;
  left: 0;
}

.rsArrow {
  position: absolute;
  top: 50%;
  width: 19px;
  height: 33px;
}
.rsArrow .rsArrowIcn {
  background-image: url("../img/rsArrows.png");
  background-repeat: no-repeat;
  width: 19px;
  height: 33px;
}
.rsArrowLeft {
  left: 35px;
}
.rsArrowLeft .rsArrowIcn {
  background-position: left center;
}
.rsArrowRight {
  right: 35px;
}
.rsArrowRight .rsArrowIcn {
  background-position: right center;
}

.organizations {
  position: relative;
  width: 100%;
  height: 605px;
}
.organizations .rsArrow {
  top: 295px;
}
.organizations .item {
  overflow: hidden;
  padding-top: 140px;
  width: 1070px;
  margin: 0 auto;
}
.organizations .item .left {
  float: left;
  width: 650px;
  padding-top: 15px;
}
.organizations .item .letter {
  float: right;
  margin-right: 20px;
}
.organizations .item h3 {
  color: #323232;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 35px;
}
.organizations .item h3 small {
  font-size: 14px;
  display: block;
  margin-top: 3px;
}
.organizations .item p {
  color: #323232;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
}
.organizations .rsThumbs {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 0;
}
.organizations .rsThumbs .rsThumb {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
  opacity: 0.3;
}
.organizations .rsThumbs .rsThumb.rsNavSelected {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.organizations .rsThumbs .rsTmb {
  display: inline-block;
  margin: 0 40px;
}

.fiz-lica {
  height: 385px;
}
.fiz-lica .rsArrow {
  top: 140px;
}
.fiz-lica .rsContent .item {
  overflow: hidden;
  width: 1070px;
  margin: 0 auto;
}
.fiz-lica .rsContent .item .left {
  padding-top: 15px;
  float: left;
  width: 335px;
}
.fiz-lica .rsContent .item .left .img {
  width: 210px;
  height: 210px;
  margin-left: 20px;
  -moz-box-shadow: -20px 20px 0 #206cbe;
  -webkit-box-shadow: -20px 20px 0 #206cbe;
  box-shadow: -20px 20px 0 #206cbe;
}
.fiz-lica .rsContent .item .right {
  float: left;
  width: 660px;
}
.fiz-lica .rsContent .item .right h3 {
  color: #323232;
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 35px;
}
.fiz-lica .rsContent .item .right h3 small {
  font-size: 14px;
  display: block;
  margin-top: 3px;
}
.fiz-lica .rsContent .item .right p {
  color: #323232;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.2em;
}

.block-6 {
  height: 550px;
  background: url("../img/bl6-bg.jpg") center no-repeat;
  padding-top: 50px;
}
.block-6 .bl-title {
  margin-bottom: 65px;
}
.block-6 .questions {
  width: 100%;
  overflow: hidden;
}
.block-6 .questions .questions-inner {
  width: 200%;
  overflow: hidden;
  position: relative;
  left: 0;
}
.block-6 .questions .questions-list {
  float: left;
  width: 50%;
}
.block-6 .questions .questions-list ul {
  margin-left: 295px;
}
.block-6 .questions .questions-list ul li {
  margin-top: 30px;
}
.block-6 .questions .questions-list ul li span {
  cursor: pointer;
  font-size: 18px;
  font-weight: 400;
  color: #323232;
}
.block-6 .questions .questions-list ul li span:hover {
  color: #206CBE;
}
.block-6 .questions .answers {
  float: left;
  width: 50%;
}
.block-6 .questions .answers .answer {
  display: none;
}
.block-6 .questions .answers .answer-text {
  width: 820px;
  margin: 0 auto;
}
.block-6 .questions .answers .answer-text h2 {
  color: #323232;
  font-size: 24px;
  font-weight: 400;
  margin-bottom: 35px;
}
.block-6 .questions .answers .answer-text p {
  color: #323232;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 40px;
}
.block-6 .questions .answers .answer .horizontal-form {
  color: #323232;
  font-weight: 400;
}
.block-6 .questions .answers .answer .horizontal-form h2 {
  font-size: 24px;
}
.block-6 .questions .answers .answer .horizontal-form p {
  margin-top: 10px;
  font-size: 16px;
}
.block-6 .questions .answers .answer .horizontal-form fieldset {
  margin-top: 30px;
}
.block-6 .questions .answers .answer .back-btn {
  text-align: center;
  margin-top: 25px;
}
.block-6 .questions .answers .answer .back-btn span {
  cursor: pointer;
  padding-left: 15px;
  background: url("../img/small-arr.jpg") left center no-repeat;
  color: #323232;
  font-size: 12px;
  font-weight: 400;
}

.block-7 .container {
  position: relative;
}
.block-7 .contacts {
  position: absolute;
  z-index: 10;
  background: rgba(50, 50, 50, 0.9);
  color: #fff;
  padding: 15px 25px;
  width: 400px;
  height: 490px;
}
.block-7 .contacts .top {
  margin-bottom: 50px;
}
.block-7 .contacts .top .img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 125px;
  height: 125px;
  -moz-box-shadow: -10px 10px 0 #206cbe;
  -webkit-box-shadow: -10px 10px 0 #206cbe;
  box-shadow: -10px 10px 0 #206cbe;
}
.block-7 .contacts .top .img img {
  display: block;
}
.block-7 .contacts .top .user {
  display: inline-block;
  vertical-align: middle;
  font-weight: 400;
  padding-top: 15px;
  margin-left: 29px;
  line-height: 1.2em;
}
.block-7 .contacts .top .user .name {
  font-size: 18px;
}
.block-7 .contacts .top .user .status {
  margin-top: 13px;
  font-size: 14px;
}
.block-7 .contacts .line {
  overflow: hidden;
  color: #FFF;
  font-weight: 400;
  margin-bottom: 20px;
  line-height: 1.2em;
}
.block-7 .contacts .line small {
  width: 110px;
  float: left;
  font-size: 14px;
}
.block-7 .contacts .line span {
  width: 215px;
  float: left;
  font-size: 18px;
}
.block-7 .contacts .callback {
  width: 230px;
  margin: 40px auto 0 auto;
  display: block;
}

#map {
  height: 490px;
}

.footer {
  height: 120px;
  background: #fff;
}
.footer .logo {
  margin-top: 33px;
  float: left;
  margin-left: 35px;
  width: 127px;
  height: 49px;
  background: url("../img/footer-logo.png") center no-repeat;
}
.footer .footer-nav {
  float: left;
  margin-left: 350px;
  margin-top: 21px;
}
.footer .footer-nav li a {
  color: #323232;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
}
.footer .footer-nav li a:hover {
  text-decoration: underline;
}
.footer .contacts {
  margin-top: 38px;
  float: right;
  color: #323232;
  font-size: 16px;
  font-weight: 400;
  text-align: right;
  margin-right: 60px;
}
.footer .contacts a {
  color: #206CBE;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
}
.err404{
	  height: 153px;
  margin-top: 130px;
  background: url("../img/line-bg.gif");
  border: 1px solid #D0D0D0;
}
.g-recaptcha-outer{
    /*text-align: center;*/
    /*border-radius: 2px;*/
    /*background: #f9f9f9;*/
    /*border-style: solid;*/
    /*border-color: #37474f;*/
    /*border-width: 1px;*/
    /*border-bottom-width: 2px;*/
}
.g-recaptcha-inner{
    width: 308px;
    height: 82px;
    overflow: hidden;
    margin: 0 auto;
}
.g-recaptcha{
    position:relative;
    left: -2px;
    top: -1px;
}
