body,
html {
  width: 100%;
  height: 100%; }

body {
  background: url("img/bg.jpg");
  text-align: center; }

body,
th,
td {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  color: #222; }

body,
form,
object,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0; }

img,
table {
  border: none; }

table {
  border-collapse: collapse; }

table td {
  padding: 0; }

table th {
  text-align: center !important; }

a {
  color: #222; }

a:hover {
  text-decoration: none; }

input,
textarea {
  margin: 0; }

section,
header,
footer,
nav,
main {
  display: block; }

body:target::before {
  content: "XS: ...575px";
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 0.2em 0.5em;
  background: rgba(0, 0, 0, 0.7);
  z-index: 999999;
  color: #fff;
  font-weight: 700; }
  @media (min-width: 576px) {
    body:target::before {
      content: "SM: 576px..767px"; } }
  @media (min-width: 768px) {
    body:target::before {
      content: "MD: 768px..991px"; } }
  @media (min-width: 992px) {
    body:target::before {
      content: "LG: 992px..1249px"; } }
  @media (min-width: 1250px) {
    body:target::before {
      content: "XL: 1250px..."; } }

body:target .contacts,
body:target .form,
body:target .read,
body:target .result,
body:target .experts,
body:target .doubt2,
body:target .why,
body:target .attention,
body:target .how,
body:target .accreditations,
body:target .problems,
body:target .guarantee,
body:target .advantages,
body:target .first-block {
  display: none; }

.bgtop {
  background: #e7e7e7 url("img/bgtop.png") repeat-x top;
  max-width: 100%;
  overflow: hidden; }

.container {
  width: 100%;
  margin: 0 auto;
  text-align: left;
  max-width: 1250px;
  min-width: 320px;
  min-height: 100vh; }

#wrapper {
  overflow: hidden;
  background: #fff;
  box-sizing: border-box;
  position: relative;
  padding: 0 40px 40px;
  margin: 0 auto; }
  @media (min-width: 576px) {
    #wrapper {
      max-width: 576px; } }
  @media (min-width: 768px) {
    #wrapper {
      max-width: 720px; } }
  @media (min-width: 992px) {
    #wrapper {
      max-width: 940px; } }
  @media (min-width: 1250px) {
    #wrapper {
      max-width: 1250px; } }
  @media (max-width: 991px) {
    #wrapper {
      padding: 0 10px 40px; } }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row::before, .row::after {
    content: '';
    display: table; }
  .row::after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xl-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xl-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xl-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xl-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xl-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xl-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xl-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xl-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xl-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xl-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xl-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12, .col-xl-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  box-sizing: border-box; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 576px) {
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; } }

@media (min-width: 768px) {
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; } }

@media (min-width: 992px) {
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; } }

@media (min-width: 1250px) {
  .col-xl-1 {
    width: 8.33333%; }
  .col-xl-2 {
    width: 16.66667%; }
  .col-xl-3 {
    width: 25%; }
  .col-xl-4 {
    width: 33.33333%; }
  .col-xl-5 {
    width: 41.66667%; }
  .col-xl-6 {
    width: 50%; }
  .col-xl-7 {
    width: 58.33333%; }
  .col-xl-8 {
    width: 66.66667%; }
  .col-xl-9 {
    width: 75%; }
  .col-xl-10 {
    width: 83.33333%; }
  .col-xl-11 {
    width: 91.66667%; }
  .col-xl-12 {
    width: 100%; } }

.expertise {
  margin-top: 10px;
  background: #fff;
  position: relative; }

.expertise .top-text {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  padding: 28px 0 22px;
  white-space: pre; }

.expertise .bxslider li {
  height: 367px;
  background: url("img/slider.jpg"); }

.expertise .bxslider li .image {
  position: absolute; }

.expertise .bxslider li .text {
  padding: 44px 0 0 575px;
  padding: 44px 0 0 50%;
  color: #fff;
  font-size: 14px;
  position: relative; }
  @media (max-width: 767px) {
    .expertise .bxslider li .text {
      background: rgba(0, 0, 0, 0.5); } }
  @media (max-width: 575px) {
    .expertise .bxslider li .text {
      padding-left: 15px; } }

.expertise .bxslider li .text .big {
  font-size: 15px;
  font-weight: 700;
  line-height: 170%; }

.expertise .bxslider li .text .city {
  color: #b0d9ff;
  margin: 12px 0 26px; }

.expertise .bxslider li .text .city img {
  vertical-align: middle;
  margin-right: 4px; }

.expertise .bxslider li .text .type {
  font-style: italic;
  margin-top: 22px;
  line-height: 180%; }

.expertise .bxslider li .text .type span {
  font-weight: 700; }

.expertise .bx-pager,
.expertise .bx-controls-auto {
  display: none; }

.expertise .bx-controls-direction a {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -99999px;
  bottom: 30px; }

.expertise .bx-controls-direction a.bx-prev {
  background: url("img/prev.png");
  right: 70px; }

.expertise .bx-controls-direction a.bx-next {
  background: url("img/next.png");
  right: 35px; }

.who {
  margin-top: 10px;
  background: #fff;
  position: relative; }

.who .top-text {
  font-size: 18px;
  text-align: center;
  font-weight: 300;
  padding: 28px 15px;
  max-width: 820px;
  margin: auto; }

.who .slide {
  text-align: center; }

.who .bx-pager {
  display: none; }

.who .bx-controls-direction a {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -99999px;
  bottom: 152px; }

.who .bx-controls-direction a.bx-prev {
  background: url("img/prev.jpg");
  right: 70px; }

.who .bx-controls-direction a.bx-next {
  background: url("img/next.jpg");
  right: 35px; }

.who .button {
  text-align: center;
  padding: 80px 15px 58px;
  background: url("img/shadow.png") no-repeat 50% 100%; }

.who .button .btn {
  width: 100%;
  max-width: 346px;
  min-height: 60px;
  font-size: 14px; }

.reviews {
  margin-top: 10px;
  height: 488px;
  background: url("img/reviews.jpg");
  color: #fff;
  position: relative;
  overflow: hidden; }

.reviews .bxslider li {
  padding: 20px 35px; }
  @media (max-width: 767px) {
    .reviews .bxslider li a.quickbox {
      display: none; }
    .reviews .bxslider li .text {
      margin-left: 0 !important; } }

.reviews .bxslider li .image {
  float: left;
  box-shadow: #457ea9 0px 0px 30px;
  margin-top: 8px;
  width: 193px;
  height: 251px; }

.reviews .bxslider li .text {
  margin-left: 263px; }

.reviews .bxslider li .text .name {
  font-size: 24px;
  font-weight: 700;
  margin-top: -2px; }

.reviews .bxslider li .text .city {
  font-size: 14px;
  color: #9ecaf2;
  padding: 8px 0 14px; }

.reviews .bxslider li .text .city img {
  vertical-align: middle;
  margin-right: 4px; }

.reviews .bxslider li .text p {
  font-size: 14px;
  font-style: italic;
  line-height: 175%;
  font-weight: 300; }

.reviews .bx-pager,
.reviews .bx-controls-auto {
  display: none; }

.reviews .bx-controls-direction a {
  position: absolute;
  display: block;
  width: 25px;
  height: 25px;
  text-indent: -99999px;
  bottom: 30px; }

.reviews .bx-controls-direction a.bx-prev {
  background: url("img/prev.png");
  right: 70px; }

.reviews .bx-controls-direction a.bx-next {
  background: url("img/next.png");
  right: 35px; }

#toTop {
  width: 100px;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
  padding: 5px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
  display: none;
  color: #333;
  font-family: verdana;
  font-size: 11px; }

.zvonok span {
  display: none; }

.required + span {
  display: block;
  margin: -77px 0 0 7em;
  position: absolute;
  color: #e19a9a; }

.btn {
  border-radius: 4px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  color: #634e1a;
  box-shadow: #ffde8f 1px 1px 1px;
  border: 0;
  border-bottom: 1px solid #9b8012;
  cursor: pointer;
  background: -webkit-linear-gradient(top, #ffce1f, #ffb21f);
  background: linear-gradient(to bottom, #ffce1f, #ffb21f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffce1f', endColorstr='#ffb21f');
  font-size: 14px !important; }

.btn:hover {
  background: -webkit-linear-gradient(top, #ffb21f, #ffce1f);
  background: linear-gradient(to bottom, #ffb21f, #ffce1f);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb21f', endColorstr='#ffce1f'); }

.zag h2 {
  font-size: 33px;
  font-weight: 600; }

.zag {
  font-weight: 600;
  font-size: 33px;
  text-align: center;
  padding-top: 30px; }

.zag span {
  display: inline-block;
  line-height: 40px;
  padding: 20px 0;
  border-bottom: 6px double #ffb721; }

@media (max-width: 1249px) {
  .header0 {
    padding: 20px; }
    .header0 .logo {
      margin-left: 50px; }
      .header0 .logo img {
        height: 72px; }
    .header0 .city {
      margin-left: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      font-size: 16px; }
      .header0 .city img {
        margin-right: 21px;
        min-width: 50px; }
      .header0 .city span {
        font-weight: 800; }
    .header0 .phone {
      margin: 20px 0 0;
      font-size: 16px;
      text-align: center; }
      .header0 .phone span {
        display: block;
        font-size: 34px;
        font-weight: 700;
        margin-top: -2px; }
    .header0 .btn {
      width: 218px;
      height: 45px;
      font-size: 12px;
      margin: 37px auto 0;
      display: block; } }

.header {
  height: 120px; }
  .header .logo {
    float: left;
    margin: 21px 0 0 20px; }
  .header .city {
    float: left;
    font-size: 16px;
    position: relative;
    margin: 28px 0 0 85px;
    padding: 10px 0 0 84px;
    width: 310px; }
    .header .city img {
      position: absolute;
      left: 0;
      top: 0; }
    .header .city span {
      font-weight: 800; }
  .header .phone {
    float: left;
    margin: 22px 0 0 20px;
    font-size: 16px;
    text-align: center; }
    .header .phone span {
      display: block;
      font-size: 34px;
      font-weight: 700;
      margin-top: -2px; }
  .header .btn {
    width: 218px;
    height: 45px;
    font-size: 12px;
    float: right;
    margin: 37px 0 0; }
  @media (max-width: 1249px) {
    .header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      padding: 0 10px; }
      .header .logo {
        float: none;
        margin: 0; }
      .header .city {
        float: none;
        margin: 0;
        width: auto;
        padding-left: 65px;
        padding-top: 5px; }
      .header .phone {
        float: none;
        margin: 0;
        font-size: 14px; }
        .header .phone span {
          font-size: 28px; }
      .header .btn {
        float: none;
        margin: 0; }
      .header .clear {
        display: none; } }
  @media (max-width: 991px) {
    .header {
      height: auto;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-align-content: center;
          -ms-flex-line-pack: center;
              align-content: center;
      padding: 20px; }
      .header .city {
        display: none; } }
  @media (max-width: 575px) {
    .header .city,
    .header .phone,
    .header .btn {
      margin-top: 15px; } }

@media (max-width: 991px) {
  .header {
    border-bottom: 5px solid #55636c;
    padding-left: 60px; }
  .menu-button {
    z-index: 3;
    position: fixed;
    left: 0;
    top: 0;
    width: 40px;
    background: -webkit-linear-gradient(top, #ffce1f, #ffb21f);
    background: linear-gradient(to bottom, #ffce1f, #ffb21f);
    box-sizing: border-box;
    padding: 10px 5px; }
    .menu-button span {
      display: block;
      width: 30px;
      height: 4px;
      background: #634e1a; }
      .menu-button span:not(:first-child) {
        margin-top: 4px; }
  .top-menu {
    z-index: 2;
    position: fixed;
    overflow: auto;
    width: 100%;
    height: 100vh;
    left: 0;
    top: 0;
    background: rgba(86, 100, 109, 0.3);
    display: none; }
    .__show-menu .top-menu {
      display: block; }
    .__show-menu {
      overflow: hidden; }
    .top-menu ul {
      box-sizing: border-box;
      padding: 60px 0 0;
      width: 100%;
      background: #56646d url("img/top-menu.jpg");
      max-width: 320px;
      min-height: 100vh;
      margin: 0;
      list-style: none;
      box-shadow: 0 0 15px rgba(86, 100, 109, 0.7); }
      .top-menu ul li {
        color: #b4bdc3;
        text-shadow: #353a3d 1px 1px 1px;
        text-transform: uppercase;
        text-decoration: none;
        font-size: 12px;
        font-weight: bold;
        border-bottom: 1px solid #48555d;
        border-top: 1px solid #647179; }
        .top-menu ul li a {
          color: inherit;
          text-decoration: none;
          display: block;
          padding: 1em 1.5em; } }

@media (min-width: 992px) {
  .menu-button {
    display: none; }
  .top-menu {
    height: 55px;
    background: #56646d url("img/top-menu.jpg");
    font-size: 0;
    text-align: center;
    z-index: 2; }
    .top-menu.fixed {
      position: fixed;
      top: 0;
      right: 0;
      left: 0; }
    .top-menu ul {
      padding: 0;
      margin: 0;
      list-style: none; }
      .top-menu ul li {
        display: inline-block;
        height: 55px;
        line-height: 55px;
        padding: 0 10px;
        background: url("img/top-menu-border.jpg") no-repeat right; }
        .top-menu ul li:last-child {
          background: none; }
        .top-menu ul li a {
          font-size: 12px;
          text-transform: uppercase;
          text-decoration: none;
          font-weight: 700;
          color: #b4bdc3;
          text-shadow: #353a3d 1px 1px 1px; }
          .top-menu ul li a:hover {
            color: #ffcd1f; } }

@media (min-width: 1250px) {
  .top-menu ul li {
    padding: 0 20px; }
    .top-menu ul li a {
      font-size: 14px; } }

.first-block {
  margin-top: 10px;
  min-height: 505px;
  background: #fff url("img/first-block-man.jpg") 0 0 no-repeat;
  position: relative;
  display: table;
  width: 100%;
  table-layout: fixed; }
  .first-block__content, .first-block__form {
    display: table-cell;
    vertical-align: top;
    padding-bottom: 20px; }
  .first-block__form {
    width: 460px;
    background: url("img/first-block-form.jpg") no-repeat;
    background-size: 100% 100%; }
  @media (min-width: 992px) {
    .first-block.top-margin {
      margin-top: 65px; } }
  .first-block .top-text {
    padding: 34px 0 0 228px; }
    .first-block .top-text h1 {
      width: 500px;
      font-size: 32px;
      font-weight: 300; }
      .first-block .top-text h1 span {
        font-weight: 700; }
  .first-block .icon-text {
    font-size: 21px;
    font-style: italic;
    font-weight: 600;
    padding-left: 426px; }
    .first-block .icon-text.icon1 {
      padding-top: 43px; }
      .first-block .icon-text.icon1 .icon {
        background: url("img/first-block-icon1.png"); }
    .first-block .icon-text.icon2 {
      padding-top: 46px; }
      .first-block .icon-text.icon2 .icon {
        background: url("img/first-block-icon2.png"); }
    .first-block .icon-text.icon3 {
      padding-top: 38px;
      line-height: 130%;
      padding-left: 422px; }
      .first-block .icon-text.icon3 .icon {
        background: url("img/first-block-icon3.png");
        margin: -10px 0 0 -100px; }
    .first-block .icon-text .icon {
      width: 76px;
      height: 76px;
      position: absolute;
      margin: -20px 0 0 -100px; }
  .first-block .form {
    text-align: center;
    text-shadow: #2f6088 1px 1px 1px;
    background: none;
    height: auto;
    padding: 30px 36px 0 76px;
    margin: 0; }
    .first-block .form .big-text {
      font-size: 24px;
      font-weight: 800;
      color: #f5b330; }
    .first-block .form .middle-text {
      font-size: 16px;
      color: #fff; }
      .first-block .form .middle-text span {
        font-weight: 800;
        color: #f5b330; }
    .first-block .form form {
      padding-top: 36px; }
      .first-block .form form input[type='text'] {
        width: 350px;
        width: 100%;
        height: 38px;
        border-radius: 4px;
        background: #fff;
        padding: 0;
        text-indent: 20px;
        margin-bottom: 20px;
        border: 1px solid #2b6f9a;
        box-shadow: inset #d1d6d9 0 3px 3px;
        font-family: 'Open Sans', sans-serif;
        margin-left: -1px; }
      .first-block .form form .btn {
        width: 160px;
        height: 40px;
        font-size: 14px;
        box-shadow: none; }
  @media (max-width: 1249px) {
    .first-block .top-text {
      padding-left: 120px; }
      .first-block .top-text h1 {
        font-size: 22px;
        width: auto; }
    .first-block .icon-text {
      padding-left: 220px; }
      .first-block .icon-text.icon3 {
        padding-left: 220px; } }
  @media (max-width: 991px) {
    .first-block__form {
      width: 50%; }
    .first-block .top-text {
      padding-left: 120px; }
      .first-block .top-text h1 {
        font-size: 18px; }
    .first-block .icon-text {
      font-size: 16px;
      padding-left: 220px; }
      .first-block .icon-text.icon3 {
        padding-left: 220px; } }
  @media (max-width: 767px) {
    .first-block {
      display: block;
      background: #fff; }
      .first-block__content, .first-block__form {
        width: 100%;
        display: block; }
      .first-block__form {
        box-sizing: border-box;
        padding: 20px 0;
        background: #2877b9;
        border-left: 15px solid #0f528e; }
      .first-block .form {
        padding: 0 20px; }
      .first-block .top-text {
        padding-left: 20px; }
      .first-block .icon-text {
        padding-left: 120px; }
        .first-block .icon-text.icon3 {
          padding-left: 120px; } }

.advantages {
  margin-top: 10px;
  height: 250px;
  background: url("img/advantages.jpg"); }
  .advantages .line_1 {
    padding-top: 13px; }
    .advantages .line_1 .item {
      color: #fff;
      font-size: 24px;
      font-weight: 800;
      display: inline-block; }
      .advantages .line_1 .item.item1 {
        padding-left: 105px; }
      .advantages .line_1 .item.item2 {
        padding-left: 159px; }
      .advantages .line_1 .item.item3 {
        padding-left: 79px; }
        .advantages .line_1 .item.item3 span {
          padding-left: 5px; }
      .advantages .line_1 .item.item4 {
        padding-left: 120px; }
      .advantages .line_1 .item span {
        font-size: 100px; }
  .advantages .line_2 {
    margin-top: -26px; }
    .advantages .line_2 .item {
      color: #10759e;
      font-size: 18px;
      font-weight: 800;
      display: inline-block; }
      .advantages .line_2 .item.item1 {
        padding-left: 127px; }
      .advantages .line_2 .item.item2 {
        padding-left: 179px; }
      .advantages .line_2 .item.item3 {
        padding-left: 149px; }
      .advantages .line_2 .item.item4 {
        padding-left: 202px; }
  .advantages .line_3 {
    margin-top: 40px; }
    .advantages .line_3 .item {
      color: #10759e;
      font-size: 15px;
      font-weight: 600;
      font-style: italic;
      display: inline-block;
      line-height: 120%;
      white-space: pre; }
      .advantages .line_3 .item.item1 {
        padding-left: 115px; }
      .advantages .line_3 .item.item2 {
        padding-left: 74px; }
      .advantages .line_3 .item.item3 {
        padding-left: 120px; }
      .advantages .line_3 .item.item4 {
        padding-left: 150px; }
  @media (max-width: 1249px) {
    .advantages {
      background: url("img/advantages2.jpg") 50% 0; }
      .advantages .line_1 .item.item1 {
        padding-left: 70px; }
      .advantages .line_1 .item.item2 {
        padding-left: 60px; }
      .advantages .line_1 .item.item3 {
        padding-left: 34px; }
      .advantages .line_1 .item.item4 {
        padding-left: 70px; }
      .advantages .line_2 .item.item1 {
        padding-left: 110px; }
      .advantages .line_2 .item.item2 {
        padding-left: 170px; }
      .advantages .line_2 .item.item3 {
        padding-left: 80px; }
      .advantages .line_2 .item.item4 {
        padding-left: 70px; }
      .advantages .line_3 {
        margin-top: 30px; }
        .advantages .line_3 .item.item1 {
          padding-left: 70px; }
        .advantages .line_3 .item.item2 {
          padding-left: 74px; }
        .advantages .line_3 .item.item3 {
          padding-left: 85px; }
        .advantages .line_3 .item.item4 {
          padding-left: 60px; } }
  @media (max-width: 991px) {
    .advantages .line_1 {
      padding-top: 56px; }
      .advantages .line_1 .item span {
        font-size: 60px; }
      .advantages .line_1 .item.item1 {
        padding-left: 56px; }
    .advantages .line_2 {
      margin-top: -14px; }
      .advantages .line_2 .item.item1 {
        padding-left: 78px; }
      .advantages .line_2 .item.item2 {
        padding-left: 110px; }
      .advantages .line_2 .item.item3 {
        padding-left: 30px; }
      .advantages .line_2 .item.item4 {
        padding-left: 22px; }
    .advantages .line_3 .item.item1 {
      padding-left: 36px; }
    .advantages .line_3 .item.item2 {
      padding-left: 41px; }
    .advantages .line_3 .item.item3 {
      padding-left: 20px; }
    .advantages .line_3 .item.item4 {
      padding-left: 6px; } }
  @media (max-width: 767px) {
    .advantages {
      display: none; } }

.guarantee {
  margin-top: 10px;
  min-height: 375px;
  background: #ffeab1 url("img/guarantee.jpg") 50% 0;
  text-align: center;
  padding-bottom: 20px; }
  .guarantee .text {
    max-width: 650px;
    font-size: 24px;
    font-weight: 300;
    padding: 34px 0 43px 2px;
    margin: 0 auto; }
    .guarantee .text span {
      font-weight: 800; }
  .guarantee .btn {
    width: 310px;
    height: 60px;
    font-size: 14px; }

.problems {
  box-sizing: border-box;
  margin-top: 10px;
  min-height: 531px;
  background: #2f7bb9 -webkit-linear-gradient(top, #2f7bb9, #1065a8);
  background: #2f7bb9 linear-gradient(to bottom, #2f7bb9, #1065a8);
  position: relative;
  padding-bottom: 50px; }
  .problems .zag {
    color: #fff; }
  .problems .item {
    font-size: 14px;
    color: #fff;
    position: absolute;
    line-height: 170%;
    width: 450px; }
    .problems .item.item1 {
      left: 102px;
      top: 163px; }
    .problems .item.item2 {
      left: 102px;
      top: 236px; }
    .problems .item.item3 {
      left: 102px;
      top: 309px; }
    .problems .item.item4 {
      left: 714px;
      top: 163px; }
    .problems .item.item5 {
      left: 714px;
      top: 259px; }
    .problems .item .icon {
      width: 36px;
      height: 36px;
      background: url("img/problems.png");
      position: absolute;
      margin: 5px 0 0 -66px; }
  .problems .button {
    text-align: center;
    padding-top: 299px; }
    .problems .button .btn {
      width: 462px;
      height: 60px;
      font-size: 14px;
      margin-left: 26px; }
  @media (max-width: 1249px) {
    .problems {
      height: auto; }
      .problems__part {
        width: 49%;
        display: inline-block;
        box-sizing: border-box;
        padding-left: 100px;
        padding-top: 50px;
        padding-right: 20px;
        vertical-align: top; }
      .problems .item {
        position: relative;
        width: auto;
        left: auto !important;
        top: auto !important;
        margin-bottom: 20px; }
      .problems .button {
        padding-top: 20px; } }
  @media (max-width: 767px) {
    .problems__part {
      width: 100%;
      display: block; }
      .problems__part + .problems__part {
        padding-top: 0; }
    .problems .button {
      padding: 20px 20px 0; }
      .problems .button .btn {
        width: auto;
        margin: auto; } }

.accreditations {
  margin-top: 10px;
  background: #fff;
  padding-bottom: 56px; }
  .accreditations .top-text {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    margin: 34px 0 48px;
    padding: 0 40px; }
  .accreditations .sert {
    box-sizing: border-box;
    width: 50%;
    float: left;
    text-align: center;
    padding-left: 80px;
    font-size: 14px;
    font-style: italic;
    line-height: 150%; }
  .accreditations .sert span {
    display: block; }
  .accreditations .sert.right {
    padding-right: 80px; }
  .accreditations .sert img {
    margin-top: 24px;
    max-width: 100%; }
  @media (max-width: 767px) {
    .accreditations .sert {
      float: none;
      width: auto;
      padding: 0 20px !important; } }

.how {
  margin-top: 10px;
  background: #fff;
  position: relative;
  padding: 20px 40px 0; }
  .how .zag {
    padding-top: 0; }
  .how .bottom-text {
    padding-top: 80px;
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    background: #fff0c5 -webkit-linear-gradient(top, #fff5dc, #ffecb4);
    background: #fff0c5 linear-gradient(to bottom, #fff5dc, #ffecb4);
    margin-left: -40px;
    margin-right: -40px;
    margin-top: 44px;
    padding-left: 40px;
    padding-right: 40px; }
    .how .bottom-text > div {
      max-width: 950px;
      margin: 0 auto 20px; }
    .how .bottom-text::after {
      content: '';
      background: url("img/expert.png");
      width: 309px;
      height: 145px;
      display: block;
      margin: auto; }
  .how .bottom-text span {
    font-weight: 800; }
  @media (max-width: 575px) {
    .how {
      padding-left: 15px;
      padding-right: 15px; } }

.how-steps {
  font-size: 14px;
  padding-top: 20px;
  position: relative; }
  .how-steps::after {
    content: '';
    background: url("img/arrow.png") 50% 100%;
    width: 35px;
    height: 94px;
    position: absolute;
    left: 50%;
    top: 100%;
    margin-left: -18px; }
  @media (max-width: 575px) {
    .how-steps::after {
      left: 22px; } }

.how-step {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding: 15px;
  min-height: 84px; }
  .how-step__num {
    box-sizing: border-box;
    width: 44px;
    height: 44px;
    border: 3px solid #ffb420;
    border-radius: 50%;
    color: #ffb420;
    background: #4f3d17;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -22px 0 0 -22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 26px;
    font-weight: bold; }
    .how-step__num::before, .how-step__num::after {
      content: '';
      width: 9px;
      height: 1000px;
      position: absolute;
      left: 14px;
      background: #ffb420; }
    .how-step__num::after {
      top: 100%; }
    .how-step__num::before {
      bottom: 100%; }
  .how-step:first-child .how-step__num::before {
    content: none; }
  .how-step__desc {
    box-sizing: border-box;
    width: 50%;
    min-width: 50%;
    text-align: right;
    padding-right: 45px; }
    .how-step__desc span {
      font-weight: bold; }
  .how-step__time {
    box-sizing: border-box;
    width: 50%;
    min-width: 50%;
    text-align: left;
    padding-left: 90px;
    line-height: normal;
    position: relative; }
    .how-step__time:before {
      content: '';
      width: 26px;
      height: 25px;
      background: url("img/clock2.png") no-repeat 0 0;
      background-size: contain;
      position: absolute;
      left: 45px;
      top: 50%;
      margin-top: -12px; }
  @media (max-width: 575px) {
    .how-step {
      padding-left: 0;
      padding-right: 0;
      display: block; }
      .how-step__desc, .how-step__time {
        width: 100%;
        text-align: left;
        padding-left: 60px;
        padding-right: 0; }
      .how-step__time {
        margin-top: 5px;
        padding-left: 80px; }
        .how-step__time::before {
          left: 60px;
          width: 16px;
          height: 16px;
          margin-top: -8px; }
      .how-step__num {
        left: 22px; } }

.attention {
  background: #fff url("img/attention.jpg") no-repeat bottom center;
  text-align: center;
  font-size: 18px;
  font-style: italic;
  line-height: 180%;
  padding: 50px 15px; }
  .attention .big {
    font-size: 30px;
    font-weight: 300;
    color: #f10000;
    margin-bottom: 25px;
    font-style: normal; }
  .attention .btn {
    width: 270px;
    height: 60px;
    margin-top: 30px; }

.why {
  margin-top: 10px;
  background: #fff; }
  .why .bottom-text {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    background: url("img/why.jpg") no-repeat 50% 100%;
    padding: 140px 15px 55px; }
    .why .bottom-text span {
      font-weight: 800; }
  .why .button {
    text-align: center;
    padding-top: 33px; }
  .why .button .btn {
    width: 100%;
    max-width: 415px;
    height: 60px;
    font-size: 17px; }
  @media (max-width: 575px) {
    .why .bottom-text {
      font-size: 20px;
      background: -webkit-linear-gradient(top, #fdf7d7, #ffeeba);
      background: linear-gradient(to bottom, #fdf7d7, #ffeeba);
      padding-bottom: 35px;
      padding-top: 35px; } }

.why-items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 34px 34px 0; }
  @media (max-width: 767px) {
    .why-items {
      padding: 15px 15px 0 0; } }

.why-item {
  box-sizing: border-box;
  width: 50%;
  min-width: 50%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 50px; }
  .why-item:nth-child(even) {
    padding-right: 0;
    padding-left: 50px; }
  .why-item__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .why-item__title {
    font-size: 23px;
    font-weight: 300;
    line-height: 120%;
    padding-left: 2px; }
  .why-item__desc {
    font-size: 14px;
    line-height: 170%;
    padding-left: 15px; }
    .why-item__desc a {
      color: #09c; }
    .why-item__desc span {
      font-weight: 700; }
  .why-item__icon {
    width: 99px;
    height: 99px;
    min-width: 99px;
    background: url("img/why-icon1.jpg") no-repeat 50% 50%;
    background-size: contain; }
    .why-item__icon--one {
      background-image: url("img/why-icon1.jpg"); }
    .why-item__icon--two {
      background-image: url("img/why-icon2.jpg"); }
    .why-item__icon--three {
      background-image: url("img/why-icon3.jpg"); }
    .why-item__icon--four {
      background-image: url("img/why-icon4.jpg"); }
    .why-item__icon--five {
      background-image: url("img/why-icon5.jpg"); }
    .why-item__icon--six {
      background-image: url("img/why-icon6.jpg"); }
    .why-item__icon--seven {
      background-image: url("img/why-icon7.jpg"); }
    .why-item__icon--eight {
      background-image: url("img/why-icon8.jpg"); }
  @media (max-width: 767px) {
    .why-item {
      width: 100%;
      padding: 10px 0 !important; }
      .why-item__icon {
        width: 50px;
        height: 50px;
        min-width: 50px; }
      .why-item__title {
        font-size: 18px; } }

.doubt2 {
  margin-top: 10px;
  background: #fff; }
  .doubt2 .top-text {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    padding: 28px 0; }
  .doubt2__items {
    background: #f3b313 url("img/doubt2.jpg");
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    padding: 22px 0 80px; }
  .doubt2__item {
    width: 17%;
    text-align: center; }
  .doubt2__big {
    text-align: center;
    font-weight: 800;
    font-size: 100px;
    color: #fff; }
    .doubt2__big span {
      display: block;
      font-size: 20px;
      color: #000;
      margin-top: -27px;
      white-space: nowrap; }
  .doubt2__small {
    text-align: left;
    font-size: 15px;
    font-weight: 600;
    font-style: italic;
    color: #000;
    line-height: 120%;
    margin-top: 38px;
    display: inline-block;
    white-space: pre-wrap; }
  @media (max-width: 991px) {
    .doubt2__item {
      width: 20%; } }
  @media (max-width: 767px) {
    .doubt2__items {
      display: block;
      padding: 15px; }
    .doubt2__item {
      width: 100%;
      text-align: left;
      display: inline-block; }
    .doubt2__big {
      float: left;
      font-size: 60px;
      text-align: right;
      width: 105px; }
      .doubt2__big span {
        font-size: 14px;
        margin-top: -22px; }
    .doubt2__small {
      margin-top: 18px;
      display: block;
      margin-left: 115px; } }

.experts {
  background: #fff !important;
  padding-bottom: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  position: relative;
  text-align: center; }
  .experts .top-text {
    font-size: 18px;
    text-align: center;
    font-weight: 300;
    padding: 28px 15px;
    max-width: 740px;
    margin: auto;
    display: inline-block; }
  .experts .button {
    text-align: center;
    padding: 0 15px; }
    .experts .button .btn {
      width: 100%;
      max-width: 346px;
      min-height: 60px;
      font-size: 14px; }
  .experts .expert-all {
    margin: 0 auto;
    position: relative;
    max-width: 1000px;
    text-align: center; }
  .experts .expert {
    padding: 0 15px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 50px;
    width: 320px; }
    .experts .expert span {
      display: block; }

.result {
  background: #fff;
  text-align: center;
  font-size: 24px;
  padding-bottom: 30px; }
  .result .big {
    font-weight: 800;
    padding-top: 52px;
    padding-left: 15px;
    padding-right: 15px; }
  .result .middle {
    font-weight: 300;
    margin-top: -3px;
    padding-left: 15px;
    padding-right: 15px; }
  .result .button {
    text-align: center;
    margin-top: 4px;
    padding: 30px 15px 0; }
    .result .button .btn {
      width: 100%;
      max-width: 415px;
      min-height: 60px;
      font-size: 14px; }

.read {
  margin-top: 10px;
  background: -webkit-linear-gradient(top, #fff4d6, #ffecb4);
  background: linear-gradient(to bottom, #fff4d6, #ffecb4);
  text-align: center;
  font-size: 24px;
  padding: 40px 15px 0; }
  .read::before {
    content: '';
    background: url("img/question.png");
    width: 207px;
    height: 113px;
    display: block;
    margin: auto; }
  .read .big {
    font-weight: 800;
    padding-top: 30px; }
  .read .middle {
    font-weight: 300;
    margin: auto;
    max-width: 620px; }
  .read .button {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 58px;
    background: url("img/shadow.png") 50% 100% no-repeat; }
    .read .button .btn {
      width: 100%;
      max-width: 310px;
      min-height: 62px;
      font-size: 14px; }

.form {
  margin-top: 10px;
  background: #1065a8 -webkit-linear-gradient(top, #337dbc, #1065a8);
  background: #1065a8 linear-gradient(to bottom, #337dbc, #1065a8);
  text-align: center;
  padding-bottom: 20px; }
  .form p {
    font-size: 24px;
    color: #fff;
    font-weight: 300;
    padding: 52px 0 14px;
    text-shadow: #295c86; }
    .form p span {
      font-weight: 700;
      color: #ffb721; }
      .form p span.bold {
        font-weight: 700; }
  .form form {
    padding-top: 20px; }
    .form form input[type='text'] {
      width: 100%;
      box-sizing: border-box;
      height: 60px;
      border-radius: 4px;
      background: #fff;
      padding: 0;
      text-indent: 20px;
      margin: 0;
      border: 0;
      border: 1px solid #2b6f9a;
      box-shadow: inset #d1d6d9 0 3px 3px;
      font-family: 'Open Sans', sans-serif; }
    .form form .btn {
      max-width: 284px;
      width: 100%;
      min-height: 60px;
      font-size: 14px;
      box-shadow: none;
      white-space: normal; }
  .form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 40px; }
  .form__col25, .form__col75 {
    box-sizing: border-box;
    padding: 0 15px; }
  .form__col25 {
    width: 25%; }
  .form__col75 {
    width: 75%; }
  @media (max-width: 767px) {
    .form__row {
      display: block;
      margin: 0; }
    .form__col25, .form__col75 {
      width: 100%;
      margin: 0 0 20px; } }

.contacts {
  margin-top: 10px;
  background: #fff;
  text-align: center; }
  .contacts .top-text {
    font-size: 18px;
    font-weight: 300;
    margin: 28px 0 18px; }
  .contacts .line_1 {
    font-size: 18px;
    font-weight: 300; }
    .contacts .line_1 span {
      padding: 0 13px; }
    .contacts .line_1 a {
      color: #09c; }
  .contacts .line_2 {
    font-size: 14px;
    font-weight: 300;
    padding: 12px 0 34px; }
    .contacts .line_2 span {
      padding: 0 15px; }
    .contacts .line_2 a {
      color: #09c; }

.footer .copy {
  float: left;
  font-size: 12px;
  padding-top: 27px;
  white-space: pre; }

.footer .social {
  float: right;
  line-height: 84px; }
  .footer .social img {
    vertical-align: middle;
    margin-left: 4px; }

@media (max-width: 767px) {
  .footer {
    padding: 0 15px; }
    .footer .copy {
      float: none;
      white-space: normal; }
    .footer .social {
      float: none; } }

body.fixed {
  overflow: hidden; }

.popup-back {
  position: fixed;
  z-index: 2;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: auto;
  display: none; }

.popupbg {
  display: none;
  position: fixed;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6; }

.popup {
  display: none;
  position: absolute;
  z-index: 4;
  width: 630px;
  /*height: 600px;*/
  background: #fff;
  left: 50%;
  top: 50px;
  margin: 0 0 0 -315px;
  text-align: left; }
  @media (max-width: 640px) {
    .popup {
      margin: 0;
      width: 90%;
      left: 5%; } }

.popup .close {
  position: absolute;
  right: -35px;
  top: 0;
  cursor: pointer; }
  @media (max-width: 730px) {
    .popup .close {
      right: 10px;
      top: 10px; } }

.popup .content {
  padding: 35px; }

.popup .content .big {
  font-weight: 700;
  font-size: 24px; }

.popup .content form {
  padding-top: 50px;
  font-size: 14px; }

.popup .content form input[type='text'] {
  box-sizing: border-box;
  width: 100%;
  height: 38px;
  border: 1px solid #9ac6e1;
  background: #f6fbff;
  border-radius: 4px;
  box-shadow: inset #d1d6d9 0 4px 4px;
  font-size: 14px;
  text-indent: 10px;
  font-family: 'Open Sans', sans-serif;
  outline: none;
  margin: 5px 0 10px 0; }

.popup .content form input[type='text']:focus {
  border: 1px solid #fab61f;
  background: #fff3d2;
  box-shadow: inset #d9cfb3 0 4px 4px; }

.popup .content form input[type='text'].error,
.popup .content form input[type='text'].required,
.popup .content form input[type='text'].invalid,
.eform input[type='text'].required,
.eform input[type='text'].invalid {
  border: 1px solid #e19a9a !important;
  background: #fff6f6 !important;
  box-shadow: inset #d9d2d2 0 4px 4px !important;
  color: #e19a9a !important; }

.popup .content form .submit {
  text-align: right;
  padding-top: 20px; }

.popup .content form .submit .btn {
  box-sizing: border-box;
  font-size: 16px;
  width: 100%;
  max-width: 276px;
  height: 60px; }

.up {
  text-transform: uppercase; }

.none {
  text-decoration: none; }

.clear {
  clear: both; }

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

.contacts a {
    color: #0099cb;
    -o-transition: color 0.2s ease;
    -ms-transition: color 0.2s ease;
    -moz-transition: color 0.2s ease;
    -webkit-transition: color 0.2s ease;
    transition: color 0.2s ease;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,153,203,.3);
	font-size:18px;
}

.list-city {text-align:left; padding:0 0 0 100px; padding-bottom: 30px;}
.list-city span {display:block; margin:10px;}
