<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (min-width: 1220px) {
  .middleblock {
    float: left;
    width: 910px; } }
@media screen and (min-width: 1600px) {
  .middleblock {
    float: left;
    width: 1200px; } }
@media screen and (max-width: 1219px) {
  .middleblock {
    width: 100%; } }
html {
  padding: 0;
  margin: 0;
  height: 100%; }

body {
  font-family: "Roboto", sans-serif;
  overflow-x: hidden;
  width: 100%;
  padding: 0 0 40px;
  margin: 0;
  background: #fff;
  position: relative;
  float: left;
  min-height: 100%;
  font-size: 18px;
  box-sizing: border-box; }
  @media screen and (min-width: 1220px) {
    body {
      padding-left: 290px; } }
  @media screen and (min-width: 1600px) {
    body {
      padding-left: 390px; } }
  @media screen and (max-width: 680px) {
    body {
      padding: 0 0 0; } }

main, .section, article, footer, header {
  width: 100%;
  float: left; }

html, body, .section, p, a, li, span, blockquote, div, strong {
  font-family: "Roboto", sans-serif;
  color: #232323;
  position: relative; }

form {
  padding-top: 17px;
  padding-bottom: 31px;
  text-align: center;
  box-sizing: border-box; }
  form legend {
    width: 100%;
    text-align: center;
    font-size: 22px;
    font-weight: 700; }
  form input, form textarea {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    display: block;
    margin: auto; }
  form input, form button.cb.red {
    width: 280px; }
  form input {
    text-align: center;
    box-sizing: border-box;
    height: 40px;
    border: 1px solid #e1e1e1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    border-radius: 20px;
    margin-bottom: 10px; }
  form input[type="text"]::-webkit-input-placeholder, form textarea::-webkit-input-placeholder {
    font-size: #e1e1e1; }
  form input[type="text"]::-moz-placeholder, form textarea::-moz-placeholder {
    font-size: #e1e1e1; }
  form input[type="text"]:-moz-placeholder, form textarea:-moz-placeholder {
    font-size: #e1e1e1; }
  form input[type="text"]:-ms-input-placeholder, form textarea:-ms-input-placeholder {
    font-size: #e1e1e1; }
  form button {
    margin-top: 5px; }

:focus {
  outline: 0; }

a:active {
  outline: none; }

img {
  border: none; }

.middleblock {
  position: relative;
  margin: auto; }

.cb {
  cursor: pointer;
  width: 190px;
  line-height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  border-radius: 20px;
  font-size: 16px;
  text-decoration: none; }

.cb.red {
  border: none;
  color: #fff;
  text-align: center;
  background-color: #d24a44;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease; }

.cb.red:hover {
  background-color: #dc726d; }

.secitem {
  display: none; }

.gal {
  display: none; }

header {
  position: fixed;
  z-index: 100; }
  @media screen and (max-width: 1219px) {
    header {
      width: 100%;
      top: 0;
      left: 0;
      z-index: 180; } }
  @media screen and (max-width: 480px) {
    header {
      position: absolute; } }
  header aside {
    top: 0;
    text-align: center;
    left: 0;
    width: 290px;
    height: 100vh;
    position: fixed;
    background-color: #5b7cbb;
    background-image: url(../images/bgdot.png); }
    @media screen and (min-width: 1600px) {
      header aside {
        width: 390px; } }
    @media screen and (max-width: 1219px) {
      header aside {
        width: 100%;
        height: 100%;
        position: relative;
        float: left;
        padding-bottom: 20px; } }
    @media screen and (max-width: 600px) {
      header aside {
        padding: 10px;
        box-sizing: border-box; } }
    header aside .matcap {
      font-size: 16px;
      text-transform: uppercase;
      background: #d24a44;
      box-sizing: border-box;
      width: 100%;
      float: left;
      margin-top: 30px;
      padding: 10px 0; }
      @media screen and (max-width: 1219px) {
        header aside .matcap {
          position: fixed;
          bottom: 0;
          right: 0;
          padding: 5px 0; } }
      @media screen and (max-width: 480px) {
        header aside .matcap {
          font-size: 12px; } }
      header aside .matcap span {
        padding-left: 20px;
        width: 140px;
        color: #fff;
        margin: auto;
        display: inline-block;
        vertical-align: middle;
        text-align: left; }
        @media screen and (max-width: 1219px) {
          header aside .matcap span {
            font-size: 14px;
            width: 300px;
            padding: 5px 0; } }
        @media screen and (max-width: 480px) {
          header aside .matcap span {
            font-size: 12px;
            width: 180px;
            padding: 0px 0;
            padding-left: 10px; } }
      header aside .matcap svg {
        width: 40px;
        height: 40px;
        margin: auto;
        display: inline-block;
        vertical-align: middle; }
        @media screen and (max-width: 1219px) {
          header aside .matcap svg {
            width: 30px;
            height: 30px; } }
        @media screen and (max-width: 480px) {
          header aside .matcap svg {
            width: 25px;
            height: 25px; } }
        header aside .matcap svg path {
          fill: #fff; }
    header aside .logo {
      background: url(../images/logo.png) no-repeat center;
      width: 200px;
      height: 71px;
      margin: 40px auto 0;
      display: block; }
      @media screen and (max-width: 1219px) {
        header aside .logo {
          position: absolute;
          left: 50%;
          margin-left: -75px;
          top: 0;
          margin-top: 20px;
          width: 150px;
          height: 50px;
          background-size: contain; } }
      @media screen and (max-width: 600px) {
        header aside .logo {
          width: 120px;
          height: 40px;
          position: relative;
          float: left;
          left: 0;
          margin: 0; } }
      @media screen and (max-width: 480px) {
        header aside .logo {
          width: 100%;
          height: 40px;
          position: relative;
          float: left;
          left: 0;
          margin: 0; } }
    header aside .phone {
      font-weight: 700;
      color: #fff;
      text-decoration: none;
      display: inline-block;
      font-size: 24px;
      margin: 38px auto;
      width: 100%; }
      @media screen and (max-width: 1219px) {
        header aside .phone {
          float: left;
          width: 190px;
          margin: 10px 0 0 20px;
          font-size: 20px; } }
      @media screen and (max-width: 600px) {
        header aside .phone {
          position: absolute;
          top: 10px;
          margin-top: 0px;
          font-size: 18px;
          width: 170px;
          left: 50%;
          margin-left: -85px; } }
      @media screen and (max-width: 480px) {
        header aside .phone {
          width: 100%;
          height: 40px;
          position: relative;
          float: left;
          left: 0;
          margin: 0; } }
    header aside .cb:not(.fixcb) {
      margin: auto;
      display: inline-block; }
      @media screen and (max-width: 1219px) {
        header aside .cb:not(.fixcb) {
          position: absolute;
          left: 20px;
          bottom: 10px; } }
      @media screen and (max-width: 600px) {
        header aside .cb:not(.fixcb) {
          position: relative;
          float: right;
          margin: 0;
          left: 0;
          bottom: 0;
          width: 130px; } }
      @media screen and (max-width: 480px) {
        header aside .cb:not(.fixcb) {
          width: 60%;
          margin: 0 20%;
          height: 40px;
          position: relative;
          float: left;
          left: 0; } }
    @media screen and (max-width: 480px) {
      header aside .cb.fixcb {
        z-index: 1;
        position: fixed;
        right: 15px;
        font-size: 0;
        width: 40px;
        bottom: 20px;
        border: 1px solid #fff;
        box-sizing: border-box;
        background-image: url(../images/smartphone-call.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 28px; } }
    header aside .social {
      margin-top: 35px;
      float: none;
      width: 100%;
      margin-bottom: 11px; }
      @media screen and (max-width: 1219px) {
        header aside .social {
          margin-top: 35px;
          float: right;
          width: 200px;
          margin-right: 20px; } }
      @media screen and (max-width: 600px) {
        header aside .social {
          width: 100%;
          float: left;
          margin: 10px 0 0; } }
      header aside .social a {
        background: #fff;
        text-align: center;
        margin: 0 3px;
        width: 22px;
        height: 22px;
        -webkit-transition: all 0.5s ease;
        transition: all 0.5s ease;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        -ms-border-radius: 100%;
        border-radius: 100%;
        display: inline-block;
        float: none; }
        header aside .social a svg {
          margin-top: 3px; }
          header aside .social a svg path {
            fill: #5b7cbb;
            -webkit-transition: all 0.5s ease;
            transition: all 0.5s ease; }
      header aside .social a:hover svg path {
        fill: #fff; }
      header aside .social a#vk:hover {
        background: #6182aa; }
      header aside .social a#fb:hover {
        background: #3b5998; }
      header aside .social a#ok:hover {
        background: #ee8208; }
      header aside .social a#gplus:hover {
        background: #d73d32; }
      header aside .social a#ig:hover {
        background: #2b2d2e; }
      header aside .social a#yt:hover {
        background: #e62117; }
    header aside #up {
      cursor: pointer;
      font-size: 16px;
      color: #fff;
      width: 190px;
      background-color: #5b7cbb;
      background-image: url(../images/bgdot.png);
      border: 1px solid #fff;
      height: 40px;
      -webkit-border-radius: 20px;
      -moz-border-radius: 20px;
      -ms-border-radius: 20px;
      border-radius: 20px;
      position: absolute;
      bottom: 60px;
      left: 50%;
      margin-left: -95px; }
      @media screen and (max-width: 1219px) {
        header aside #up {
          position: fixed;
          left: 110px;
          width: 40px;
          font-size: 0;
          bottom: 20px; } }
    header aside #up:before {
      content: '';
      top: -10px;
      left: 50%;
      margin-left: -3px;
      position: absolute;
      width: 6px;
      height: 6px;
      border-top: 1px solid #fff;
      border-left: 1px solid #fff;
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      @media screen and (max-width: 1219px) {
        header aside #up:before {
          top: 15px; } }
  header aside:before {
    right: 290px;
    content: '';
    position: absolute;
    background-color: #5b7cbb;
    background-image: url(../images/bgdot.png);
    width: 1000%;
    height: 100%; }
    @media screen and (max-width: 1000px) {
      header aside:before {
        display: none; } }

@media screen and (max-width: 1219px) {
  main {
    padding-top: 90px; } }
@media screen and (max-width: 480px) {
  main {
    padding-top: 174px; } }
main h1 {
  margin-left: -20px;
  padding: 25px 0 25px 65px;
  color: #ffffff;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  margin-top: 180px;
  background: rgba(91, 124, 187, 0.5); }
  @media screen and (min-width: 1600px) {
    main h1 {
      width: 720px; } }
  @media screen and (min-width: 1220px) and (max-width: 1599px) {
    main h1 {
      width: 440px; } }
  @media screen and (max-width: 1219px) {
    main h1 {
      margin-top: -10px; } }
  @media screen and (max-width: 900px) {
    main h1 {
      padding-left: 35px;
      padding-right: 40px;
      padding-top: 50px;
      width: 100%;
      margin-left: -20px; } }
  @media screen and (max-width: 480px) {
    main h1 {
      padding-right: 10px;
      padding-left: 10px;
      padding-top: 40px;
      font-size: 28px;
      text-align: center; } }
  main h1 span {
    display: block;
    color: inherit;
    font-size: 21px;
    font-weight: 400; }
main .section .middleblock {
  box-sizing: border-box;
  padding-left: 20px;
  /*@media screen and (max-width: 1199px){
    padding-left: 20px;
  }*/ }
main .section h2 {
  text-transform: uppercase;
  font-size: 28px;
  margin: 40px 0px; }
  @media screen and (max-width: 480px) {
    main .section h2 {
      font-size: 24px; } }
main #first {
  height: 601px;
  background-image: url(../images/bgfirst.jpg);
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all 1s ease;
  transition: all 1s ease; }
  @media screen and (max-width: 1100px) {
    main #first {
      height: 450px;
      background-position: center; } }
  main #first .corner {
    position: absolute;
    width: 80px;
    height: 80px;
    box-sizing: border-box;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.5);
    z-index: 2;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
  main #first .corner.lock {
    border-color: rgba(210, 74, 68, 0); }
  main #first .corner.t {
    border-bottom: none;
    top: 20px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media screen and (max-width: 900px) {
      main #first .corner.t {
        top: 10px; } }
  main #first .corner.t.lock {
    top: 100px; }
  main #first .corner.b {
    border-top: none;
    bottom: 20px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media screen and (max-width: 900px) {
      main #first .corner.b {
        bottom: 10px; } }
  main #first .corner.b.lock {
    bottom: 100px; }
  main #first .corner.r {
    border-left: none;
    right: 20px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media screen and (max-width: 900px) {
      main #first .corner.r {
        right: 10px; } }
  main #first .corner.r.lock {
    right: 100px; }
  main #first .corner.l {
    border-right: none;
    left: 20px;
    -webkit-transition: all 1s ease;
    transition: all 1s ease; }
    @media screen and (max-width: 900px) {
      main #first .corner.l {
        left: 10px; } }
  main #first .corner.l.lock {
    left: 100px; }
  main #first .middleblock {
    z-index: 1;
    height: 100%; }
    main #first .middleblock .promopar {
      width: 395px;
      right: 10px;
      bottom: 130px;
      position: absolute; }
      @media screen and (min-width: 1600px) {
        main #first .middleblock .promopar {
          width: 404px; } }
      @media screen and (max-width: 480px) {
        main #first .middleblock .promopar {
          right: 50%;
          margin-right: -43%;
          bottom: 160px;
          text-align: center;
          width: 86%; } }
      @media screen and (max-width: 413px) {
        main #first .middleblock .promopar {
          text-align: center; } }
      main #first .middleblock .promopar .name {
        line-height: 50px;
        text-align: center;
        float: left;
        width: 100%;
        color: #5b7cbb;
        background: #fff;
        font-size: 18px;
        font-weight: 700; }
        @media screen and (max-width: 413px) {
          main #first .middleblock .promopar .name {
            margin-bottom: 5px; } }
      main #first .middleblock .promopar .col {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        text-align: center;
        float: left;
        box-sizing: border-box;
        width: 33.33%;
        height: 108px;
        border: 2px solid #fff;
        border-top: none; }
        @media screen and (max-width: 413px) {
          main #first .middleblock .promopar .col {
            width: 32%;
            float: none;
            display: inline-flex;
            vertical-align: top;
            height: 80px; } }
        main #first .middleblock .promopar .col span, main #first .middleblock .promopar .col strong {
          width: 100%;
          float: left;
          color: #fff; }
        main #first .middleblock .promopar .col span {
          font-size: 14px; }
          @media screen and (max-width: 413px) {
            main #first .middleblock .promopar .col span {
              font-size: 12px; } }
        main #first .middleblock .promopar .col strong + span {
          font-size: 16px;
          font-weight: 700; }
          @media screen and (max-width: 413px) {
            main #first .middleblock .promopar .col strong + span {
              font-size: 12px; } }
        main #first .middleblock .promopar .col strong {
          font-size: 30px; }
          @media screen and (max-width: 413px) {
            main #first .middleblock .promopar .col strong {
              font-size: 18px; } }
      main #first .middleblock .promopar .col:nth-child(odd) {
        border-right: none;
        border-left: none; }
    main #first .middleblock .cb.red {
      bottom: 48px;
      width: 280px;
      margin-right: 62.5px;
      right: 0;
      position: absolute; }
      @media screen and (max-width: 480px) {
        main #first .middleblock .cb.red {
          right: 50%;
          bottom: 108px;
          margin-right: -140px; } }
main #first:after {
  top: 0;
  left: 0px;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background-color: rgba(6, 6, 6, 0.5);
  background-image: url(../images/bgdot.png); }
main #why h2 {
  width: 49%; }
  @media screen and (max-width: 640px) {
    main #why h2 {
      width: 100%; } }
main #why ul {
  margin: 0 0 -20px -20px;
  padding: 20px 0 0;
  float: left;
  width: 100%; }
  main #why ul li {
    list-style: none;
    padding-left: 120px;
    box-sizing: border-box;
    position: relative;
    width: 33.33%;
    float: left;
    min-height: 150px; }
    @media screen and (max-width: 1024px) {
      main #why ul li {
        min-height: 200px; } }
    @media screen and (max-width: 768px) {
      main #why ul li {
        width: 49%; } }
    @media screen and (max-width: 568px) {
      main #why ul li {
        width: 100%;
        min-height: 120px; } }
    main #why ul li strong {
      font-size: 16px;
      width: 100%;
      float: left;
      text-transform: uppercase;
      position: relative;
      padding-bottom: 11px;
      margin-bottom: 11px; }
      @media screen and (max-width: 1024px) {
        main #why ul li strong {
          font-size: 14px; } }
    main #why ul li strong:before {
      content: '';
      width: 40px;
      height: 1px;
      background: #5b7cbb;
      position: absolute;
      left: 0;
      bottom: 0; }
    main #why ul li span {
      font-size: 14px;
      width: 100%;
      float: left; }
  main #why ul li:before {
    content: '';
    width: 57px;
    height: 70px;
    position: absolute;
    left: 35px;
    top: -5px;
    background-image: url(../images/whyicons.png);
    background-repeat: no-repeat; }
  main #why ul li:nth-child(1):before {
    top: -5px;
    background-position: 0px 0px; }
  main #why ul li:nth-child(2):before {
    background-position: -55px 0px; }
  main #why ul li:nth-child(3):before {
    background-position: -115px 0px; }
  main #why ul li:nth-child(4):before {
    background-position: -179px 0px; }
  main #why ul li:nth-child(5):before {
    background-position: -235px 0px; }
  main #why ul li:nth-child(6):before {
    background-position: -299px 0px; }
main #workwith ul {
  padding-left: 20px; }
main #workwith li {
  list-style: none;
  position: relative;
  margin: 15px 0;
  padding-left: 22px; }
main #workwith .firstline {
  margin-left: -20px; }
  @media screen and (max-width: 640px) {
    main #workwith .firstline {
      margin-left: -20px; } }
  main #workwith .firstline .videobox {
    width: 50%;
    float: left;
    height: 220px; }
    @media screen and (min-width: 1600px) {
      main #workwith .firstline .videobox {
        width: 600px; } }
    @media screen and (max-width: 1599px) {
      main #workwith .firstline .videobox {
        width: 100%; } }
    @media screen and (max-width: 1024px) {
      main #workwith .firstline .videobox {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      main #workwith .firstline .videobox {
        width: 100%; } }
  main #workwith .firstline .listbox {
    float: left;
    width: 50%;
    background: #5b7cbb; }
    @media screen and (max-width: 1599px) {
      main #workwith .firstline .listbox {
        width: 100%; } }
    @media screen and (max-width: 1024px) {
      main #workwith .firstline .listbox {
        width: 100%; } }
    @media screen and (max-width: 640px) {
      main #workwith .firstline .listbox {
        width: 100%; } }
    main #workwith .firstline .listbox ul {
      margin: 0; }
      @media screen and (min-width: 1600px) {
        main #workwith .firstline .listbox ul {
          width: 100%; } }
      main #workwith .firstline .listbox ul li {
        font-size: 14px;
        color: #fff;
        position: relative; }
        main #workwith .firstline .listbox ul li strong {
          color: #fff;
          text-transform: uppercase; }
          @media screen and (max-width: 540px) {
            main #workwith .firstline .listbox ul li strong {
              width: 100%; } }
        main #workwith .firstline .listbox ul li ul {
          padding-left: 20px; }
          main #workwith .firstline .listbox ul li ul li {
            font-size: 14px;
            padding-left: 9px;
            margin: 0;
            color: #fff; }
          main #workwith .firstline .listbox ul li ul &gt; li:before {
            content: '-';
            border: none;
            background: 0;
            margin-top: 0; }
      main #workwith .firstline .listbox ul &gt; li:before {
        content: '';
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        position: absolute;
        margin-top: 6px;
        border: 1px solid #fff; }
    main #workwith .firstline .listbox &gt; ul {
      width: 45%;
      margin-right: 20px;
      float: left;
      min-height: 270px; }
      @media screen and (max-width: 540px) {
        main #workwith .firstline .listbox &gt; ul {
          width: 90%;
          min-height: 100px; }

          main #workwith .firstline .listbox &gt; ul + ul {
            width: 80%!important;
           }
          }
      main #workwith .firstline .listbox &gt; ul &gt; li {
        font-size: 16px;
        margin: 25px 0; }
    main #workwith .firstline .listbox &gt; ul + ul {
      width: 40%; }
main #workwith .greyline {
  margin-left: -20px;
  background: #fafafa;
  float: left;
  width: 100%; }
  @media screen and (max-width: 640px) {
    main #workwith .greyline {
      margin-left: -10px; } }
  main #workwith .greyline .listbox {
    width: 50%;
    float: left; }
    @media screen and (max-width: 540px) {
      main #workwith .greyline .listbox {
        width: 90%; } }
    main #workwith .greyline .listbox ul {
      float: left;
      width: 100%;
      box-sizing: border-box; }
      @media screen and (max-width: 840px) {
        main #workwith .greyline .listbox ul {
          padding-left: 20px; } }
      main #workwith .greyline .listbox ul li {
        float: left;
        width: 100%;
        font-size: 16px;
        margin: 10px 0; }
      main #workwith .greyline .listbox ul &gt; li:before {
        content: '';
        left: 0;
        width: 4px;
        height: 4px;
        border-radius: 100%;
        position: absolute;
        margin-top: 6px;
        border: 1px solid #5b7cbb; }
  main #workwith .greyline form[name="getbook"] {
    background: #fff;
    width: 50%;
    float: left;
    border: 3px solid #5b7cbb;
    position: absolute;
    right: -20px;
    z-index: 1;
    border-top: none; }
    @media screen and (min-width: 1600px) {
      main #workwith .greyline form[name="getbook"] {
        width: 600px; } }
    @media screen and (max-width: 1024px) {
      main #workwith .greyline form[name="getbook"] {
        width: 50%; } }
    @media screen and (max-width: 640px) {
      main #workwith .greyline form[name="getbook"] {
        border-top: 3px solid #5b7cbb;
        width: 100%;
        position: relative;
        float: left;
        right: 0; } }
    main #workwith .greyline form[name="getbook"] legend {
      width: 100%;
      box-sizing: border-box;
      padding: 0 10px;
      text-align: center; }
      @media screen and (max-width: 1600px) {
        main #workwith .greyline form[name="getbook"] legend {
          font-size: 18px; } }
    main #workwith .greyline form[name="getbook"] p {
      font-size: 14px; }
main nav.tips {
  float: left;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: flex; }
  @media screen and (max-width: 1219px) {
    main nav.tips {
      margin-left: -20px; } }
  @media screen and (max-width: 680px) {
    main nav.tips {
      display: block;
      margin-left: -10px; } }
  @media screen and (max-width: 400px) {
    main nav.tips {
      margin-left: -10px; } }
  main nav.tips span {
    cursor: pointer;
    position: relative;
    line-height: 50px;
    width: 280px;
    font-size: 16px;
    margin-right: 14px;
    color: #5b7cbb;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border: 1px solid #5b7cbb; }
    @media screen and (max-width: 1024px) {
      main nav.tips span {
        font-size: 12px;
        width: 200px; } }
    @media screen and (max-width: 680px) {
      main nav.tips span {
        width: 100%;
        float: left;
        margin: 5px 0;
        line-height: 34px; } }
    @media screen and (min-width: 681px) {
      main nav.tips span {
        padding-left: 35px;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        display: inline-flex;
        box-sizing: border-box;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column; } }
    @media screen and (max-width: 400px) {
      main nav.tips span {
        display: flex;
        float: none;
        width: 100%;
        align-items: center;
        justify-content: center; } }
  main nav.tips span:hover {
    background: #7f99ca;
    color: #fff; }
  main nav.tips span:after {
    width: 19px;
    height: 1px;
    background: #f4f6f7;
    position: absolute;
    right: -20px;
    top: 50%;
    content: ''; }
    @media screen and (max-width: 680px) {
      main nav.tips span:after {
        display: none; } }
  main nav.tips span:last-of-type {
    margin-right: 0; }
  main nav.tips span:last-of-type:after {
    display: none; }
  main nav.tips span.chosen {
    background: #5b7cbb;
    color: #fff; }
main .secbox {
  width: 100%;
  float: left; }
main #cards {
  padding-bottom: 30px; }
  main #cards .secbox .secitem {
    float: left;
    width: 100%; }
    main #cards .secbox .secitem h3 {
      float: left;
      width: 100%;
      padding-left: 20px;
      border-left: 5px solid #d24a44;
      padding-bottom: 10px; }
    @media screen and (max-width: 1024px) {
      main #cards .secbox .secitem {
        margin-left: -20px; } }
    main #cards .secbox .secitem .card {
      position: relative;
      float: left;
      margin-bottom: 10px;
      width: 214px;
      margin-left: 11px; }
      @media screen and (min-width: 1600px) {
        main #cards .secbox .secitem .card {
          width: 288px;
          margin-left: 9px; } }
      @media screen and (max-width: 1220px) {
        main #cards .secbox .secitem .card {
          width: 259px; } }
      @media screen and (max-width: 1219px) and (min-width: 1025px) {
        main #cards .secbox .secitem .card {
          width: 24%; } }
      @media screen and (max-width: 1024px) {
        main #cards .secbox .secitem .card {
          width: 100%;
          min-height: 130px; } }
      @media screen and (max-width: 690px) {
        main #cards .secbox .secitem .card {
          min-height: 160px; } }
      @media screen and (max-width: 568px) {
        main #cards .secbox .secitem .card {
          width: 48%; } }
      @media screen and (max-width: 568px) {
        main #cards .secbox .secitem .card {
          width: 100%; } }
      main #cards .secbox .secitem .card .imgbox {
        overflow: hidden;
        position: relative;
        height: 130px; }
        @media screen and (max-width: 1024px) {
          main #cards .secbox .secitem .card .imgbox {
            width: 300px;
            position: absolute;
            top: 0;
            left: 0; } }
        @media screen and (max-width: 690px) {
          main #cards .secbox .secitem .card .imgbox {
            height: 160px; } }
        @media screen and (max-width: 568px) {
          main #cards .secbox .secitem .card .imgbox {
            position: relative;
            width: 100%; } }
        main #cards .secbox .secitem .card .imgbox img {
          position: absolute;
          bottom: 0;
          width: 285px; }
          @media screen and (min-width: 1600px) {
            main #cards .secbox .secitem .card .imgbox img {
              width: 288px; } }
          @media screen and (max-width: 1024px) {
            main #cards .secbox .secitem .card .imgbox img {
              width: 300px; } }
          @media screen and (max-width: 568px) {
            main #cards .secbox .secitem .card .imgbox img {
              width: 100%; } }
      main #cards .secbox .secitem .card .cardinfo {
        width: 100%;
        box-sizing: border-box;
        border: 1px solid #c4c4c4;
        border-top: none;
        float: left; }
        @media screen and (max-width: 1024px) {
          main #cards .secbox .secitem .card .cardinfo {
            padding-left: 300px;
            min-height: 130px;
            border-top: 1px solid #c4c4c4;
            border-left: none; } }
        @media screen and (max-width: 690px) {
          main #cards .secbox .secitem .card .cardinfo {
            min-height: 160px; } }
        @media screen and (max-width: 568px) {
          main #cards .secbox .secitem .card .cardinfo {
            padding-left: 0;
            width: 100%;
            border-top: none;
            border-left: 1px solid #c4c4c4;
            min-height: 110px; } }
        @media screen and (max-width: 414px) {
          main #cards .secbox .secitem .card .cardinfo {
            height: 160px; } }
        main #cards .secbox .secitem .card .cardinfo .infobox {
          width: 230px;
          float: left;
          margin-left: 9px;
          margin-top: 11px;
          margin-bottom: 16px; }
          main #cards .secbox .secitem .card .cardinfo .infobox strong {
            width: 100%;
            float: left; }
          main #cards .secbox .secitem .card .cardinfo .infobox span {
            width: 50%;
            float: left;
            position: relative;
            box-sizing: border-box;
            font-size: 14px;
            line-height: 17px;
            padding-left: 20px; }
            @media screen and (min-width: 1180px) and (max-width: 1599px) {
              main #cards .secbox .secitem .card .cardinfo .infobox span {
                font-size: 12px; } }
          main #cards .secbox .secitem .card .cardinfo .infobox span.size {
            width: 52%; }
            @media screen and (min-width: 1180px) and (max-width: 1599px) {
              main #cards .secbox .secitem .card .cardinfo .infobox span.size {
                width: 49%; } }
          main #cards .secbox .secitem .card .cardinfo .infobox span.time {
            width: 43%; }
          main #cards .secbox .secitem .card .cardinfo .infobox span:before {
            position: absolute;
            top: 0;
            left: 0;
            content: '';
            width: 16px;
            height: 16px;
            background: url(../images/cardsprite.png);
            background-repeat: no-repeat; }
          main #cards .secbox .secitem .card .cardinfo .infobox .prname {
            font-size: 16px;
            margin-bottom: 8px; }
          main #cards .secbox .secitem .card .cardinfo .infobox .size:before {
            background-position: 0px 0px; }
          main #cards .secbox .secitem .card .cardinfo .infobox .time:before {
            background-position: -21px 0px; }
          main #cards .secbox .secitem .card .cardinfo .infobox .price {
            font-size: 24px;
            margin-top: 10px; }
        main #cards .secbox .secitem .card .cardinfo .cb.ord {
          line-height: 30px;
          display: block;
          text-align: center;
          float: left;
          border: 1px solid #5b7cbb;
          color: #5b7cbb;
          background: none;
          width: 178px;
          -webkit-transition: all 0.5s ease;
          transition: all 0.5s ease;
          margin-bottom: 14px;
          margin-left: 9px; }
          @media screen and (max-width: 1024px) and (min-width: 415px) {
            main #cards .secbox .secitem .card .cardinfo .cb.ord {
              position: absolute;
              bottom: 0;
              right: 20px; } }
          @media screen and (max-width: 414px) {
            main #cards .secbox .secitem .card .cardinfo .cb.ord {
              position: relative;
              float: left;
              width: 80%; } }
        main #cards .secbox .secitem .card .cardinfo .cb.ord:hover {
          color: #fff;
          background: #5b7cbb; }
    main #cards .secbox .secitem .card:nth-of-type(2), main #cards .secbox .secitem .card:nth-of-type(3), main #cards .secbox .secitem .card:nth-of-type(4), main #cards .secbox .secitem .card:nth-of-type(5) {
      margin-left: 10px;
      width: 235px;
      margin-right: 0; }
      @media screen and (min-width: 1600px) {
        main #cards .secbox .secitem .card:nth-of-type(2), main #cards .secbox .secitem .card:nth-of-type(3), main #cards .secbox .secitem .card:nth-of-type(4), main #cards .secbox .secitem .card:nth-of-type(5) {
          width: 288px;
          margin-left: 9px; } }
      @media screen and (max-width: 1219px) and (min-width: 1025px) {
        main #cards .secbox .secitem .card:nth-of-type(2), main #cards .secbox .secitem .card:nth-of-type(3), main #cards .secbox .secitem .card:nth-of-type(4), main #cards .secbox .secitem .card:nth-of-type(5) {
          width: 24%; } }
      @media screen and (max-width: 1024px) {
        main #cards .secbox .secitem .card:nth-of-type(2), main #cards .secbox .secitem .card:nth-of-type(3), main #cards .secbox .secitem .card:nth-of-type(4), main #cards .secbox .secitem .card:nth-of-type(5) {
          width: 100%;
          min-height: 130px; } }
      @media screen and (max-width: 690px) {
        main #cards .secbox .secitem .card:nth-of-type(2), main #cards .secbox .secitem .card:nth-of-type(3), main #cards .secbox .secitem .card:nth-of-type(4), main #cards .secbox .secitem .card:nth-of-type(5) {
          min-height: 160px; } }
      @media screen and (max-width: 568px) {
        main #cards .secbox .secitem .card:nth-of-type(2), main #cards .secbox .secitem .card:nth-of-type(3), main #cards .secbox .secitem .card:nth-of-type(4), main #cards .secbox .secitem .card:nth-of-type(5) {
          width: 48%; } }
      @media screen and (max-width: 568px) {
        main #cards .secbox .secitem .card:nth-of-type(2), main #cards .secbox .secitem .card:nth-of-type(3), main #cards .secbox .secitem .card:nth-of-type(4), main #cards .secbox .secitem .card:nth-of-type(5) {
          width: 100%; } }
    @media screen and (min-width: 1025px) {
      main #cards .secbox .secitem .card:nth-of-type(4n+6) {
        margin-left: 0; } }
    main #cards .secbox .secitem .card.front {
      width: 400px;
      margin-left: 0;
      margin-right: 0; }
      @media screen and (min-width: 1025px) {
        main #cards .secbox .secitem .card.front {
          height: 573px; } }
      @media screen and (min-width: 1600px) {
        main #cards .secbox .secitem .card.front {
          width: 585px; } }
      @media screen and (max-width: 1199px) and (min-width: 1000px) {
        main #cards .secbox .secitem .card.front {
          width: 49%;
          margin-right: 1px; } }
      @media screen and (max-width: 1024px) {
        main #cards .secbox .secitem .card.front {
          width: 100%;
          margin-left: 10px;
          height: 200px; } }
      @media screen and (max-width: 568px) {
        main #cards .secbox .secitem .card.front {
          margin-right: 0;
          width: 100%;
          margin-left: 10px;
          height: auto; } }
      @media screen and (min-width: 1025px) {
        main #cards .secbox .secitem .card.front .cardinfo {
          position: absolute;
          bottom: -10px; } }
      main #cards .secbox .secitem .card.front .imgbox {
        overflow: hidden;
        position: relative;
        height: 466px; }
        @media screen and (max-width: 1024px) {
          main #cards .secbox .secitem .card.front .imgbox {
            width: 300px;
            height: 200px;
            position: absolute;
            top: 0;
            left: 0; } }
        @media screen and (max-width: 568px) {
          main #cards .secbox .secitem .card.front .imgbox {
            width: 100%;
            margin-left: 0px;
            height: 200px;
            position: relative;
            left: 0;
            float: left; } }
        main #cards .secbox .secitem .card.front .imgbox img {
          position: absolute;
          width: auto;
          height: 467px;
          left: -50%;
          margin-left: 200px; }
          @media screen and (min-width: 1600px) {
            main #cards .secbox .secitem .card.front .imgbox img {
              height: 517px; } }
          @media screen and (max-width: 1219px) and (min-width: 1000px) {
            main #cards .secbox .secitem .card.front .imgbox img {
              height: 497px; } }
          @media screen and (max-width: 1024px) {
            main #cards .secbox .secitem .card.front .imgbox img {
              width: 300px;
              height: auto;
              margin-left: 150px; } }
          @media screen and (max-width: 568px) {
            main #cards .secbox .secitem .card.front .imgbox img {
              width: 100%;
              height: auto;
              margin-left: 0;
              left: 0; } }
      @media screen and (max-width: 1024px) {
        main #cards .secbox .secitem .card.front .cardinfo {
          height: 200px; } }
      @media screen and (max-width: 568px) {
        main #cards .secbox .secitem .card.front .cardinfo {
          float: left;
          width: 100%;
          height: 30px; } }
      @media screen and (max-width: 414px) {
        main #cards .secbox .secitem .card.front .cardinfo {
          float: left;
          width: 100%;
          height: 170px; } }
      main #cards .secbox .secitem .card.front .cardinfo .prname {
        margin-bottom: 12px; }
      main #cards .secbox .secitem .card.front .cardinfo .price {
        margin-top: 12px; }
      main #cards .secbox .secitem .card.front .cardinfo .cb.ord {
        position: absolute;
        bottom: 0;
        right: 20px; }
        @media screen and (max-width: 414px) {
          main #cards .secbox .secitem .card.front .cardinfo .cb.ord {
            position: relative;
            float: left;
            right: 0;
            margin-left: 10px; } }
      main #cards .secbox .secitem .card.front .cardinfo .infobox {
        margin-left: 15px;
        margin-top: 11px;
        margin-bottom: 16px; }
        @media screen and (max-width: 568px) {
          main #cards .secbox .secitem .card.front .cardinfo .infobox {
            width: 230px;
            float: left;
            margin-right: 10px;
            margin-top: 11px;
            margin-bottom: 16px; } }
  main #cards .secbox .secitem:first-of-type {
    display: block; }
main #rebuild {
  background-image: url(../images/rebuiltbg.jpg);
  background-repeat: no-repeat;
  background-position: right; }
  @media screen and (max-width: 960px) {
    main #rebuild {
      background-size: cover; } }
  main #rebuild .middleblock {
    margin: 0;
    padding: 0; }
    main #rebuild .middleblock .leftgrey {
      padding-left: 40px;
      width: 100%;
      max-width: 600px;
      float: left;
      background: #f4f6f7; }
      @media screen and (min-width: 1840px) {
        main #rebuild .middleblock .leftgrey {
          max-width: 800px; } }
      @media screen and (max-width: 960px) {
        main #rebuild .middleblock .leftgrey {
          max-width: 960px;
          float: left;
          width: 100%;
          background: rgba(244, 246, 247, 0.8); } }
      @media screen and (max-width: 540px) {
        main #rebuild .middleblock .leftgrey {
          max-width: 100%; } }
      main #rebuild .middleblock .leftgrey h2 {
        max-width: 400px;
        position: relative; }
      main #rebuild .middleblock .leftgrey h2:before {
        content: '';
        width: 50px;
        height: 1px;
        background: #5b7cbb;
        position: absolute;
        left: 0;
        bottom: -18px; }
      main #rebuild .middleblock .leftgrey h2 + p {
        max-width: 300px; }
        main #rebuild .middleblock .leftgrey h2 + p strong {
          font-weight: 700; }
      main #rebuild .middleblock .leftgrey ul {
        max-width: 400px; }
        @media screen and (max-width: 540px) {
          main #rebuild .middleblock .leftgrey ul {
            max-width: 70%; } }
        main #rebuild .middleblock .leftgrey ul li {
          list-style: none;
          color: #7a7a7a;
          font-size: 16px;
          position: relative;
          margin-bottom: 27px;
          width: 100%; }
        main #rebuild .middleblock .leftgrey ul li:before {
          content: '';
          position: absolute;
          -webkit-border-radius: 100%;
          -moz-border-radius: 100%;
          -ms-border-radius: 100%;
          border-radius: 100%;
          width: 4px;
          height: 4px;
          border: 1px solid #5b7cbb;
          margin-top: -3px;
          left: -30px;
          top: 50%; }
main #steps {
  background: #fafafa; }
  main #steps .tips {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex; }
    @media screen and (max-width: 680px) {
      main #steps .tips {
        display: block;
        margin-left: -10px; } }
    main #steps .tips span {
      vertical-align: middle;
      box-sizing: border-box;
      padding: 0 10px;
      height: 50px;
      text-align: left;
      line-height: 1em; }
      @media screen and (min-width: 681px) {
        main #steps .tips span {
          padding-left: 35px;
          -webkit-flex: 1;
          -ms-flex: 1;
          flex: 1;
          display: inline-flex;
          box-sizing: border-box;
          align-items: flex-start;
          justify-content: center;
          flex-direction: column; } }
      @media screen and (max-width: 680px) {
        main #steps .tips span {
          display: flex;
          align-items: center;
          justify-content: center; } }
      @media screen and (max-width: 400px) {
        main #steps .tips span {
          display: flex;
          float: none;
          width: 100%; } }
  main #steps .secbox .secitem ol {
    counter-reset: steps;
    padding-left: 0; }
    main #steps .secbox .secitem ol li {
      list-style: none;
      width: 280px;
      vertical-align: top;
      height: 120px;
      box-sizing: border-box;
      padding-left: 20px;
      float: left;
      position: relative;
      font-size: 16px;
      margin-bottom: 20px;
      margin-right: 25px; }
      @media screen and (min-width: 1600px) {
        main #steps .secbox .secitem ol li {
          margin-right: 105px;
          width: 300px; } }
      @media screen and (max-width: 1219px) and (min-width: 1025px) {
        main #steps .secbox .secitem ol li {
          margin-right: 0px;
          width: 33%; } }
      @media screen and (max-width: 959px) {
        main #steps .secbox .secitem ol li {
          width: 60%;
          font-size: 14px;
          height: 60px; } }
      @media screen and (max-width: 680px) {
        main #steps .secbox .secitem ol li {
          width: 300px;
          font-size: 14px;
          height: 60px; } }
    main #steps .secbox .secitem ol li:nth-of-type(3n) {
      margin-right: 0; }
    main #steps .secbox .secitem ol li:before {
      counter-increment: steps;
      content: counter(steps,upper-roman);
      height: 50px;
      width: 50px;
      position: relative;
      display: block;
      float: none;
      margin-bottom: 11px;
      -webkit-border-radius: 100%;
      -moz-border-radius: 100%;
      -ms-border-radius: 100%;
      border-radius: 100%;
      color: #5b7cbb;
      text-align: center;
      line-height: 50px;
      background-color: #f4f6f7;
      font-weight: 700;
      font-size: 22px; }
      @media screen and (max-width: 959px) {
        main #steps .secbox .secitem ol li:before {
          float: left;
          margin-right: 20px; } }
  main #steps .secbox .secitem:first-of-type {
    display: block; }
main #buildsteps {
  padding-bottom: 32px;
  background-color: #5b7cbb;
  background-image: url(../images/bgdot.png); }
  @media screen and (max-width: 1220px) {
    main #buildsteps .middleblock {
      padding-left: 10px;
      padding-right: 10px; } }
  main #buildsteps .middleblock h2 {
    color: #fff;
    padding-left: 20px; }
  main #buildsteps .middleblock &gt; ol {
    padding: 0;
    list-style: none;
    counter-reset: bs; }
    main #buildsteps .middleblock &gt; ol &gt; li {
      width: 384px;
      min-height: 250px;
      float: left;
      margin-right: 9px;
      overflow: hidden;
      background-size: 100%;
      background-position: center;
      transition: all 2s ease;
      position: relative;
      margin-bottom: 9px; }
      @media screen and (min-width: 1600px) {
        main #buildsteps .middleblock &gt; ol &gt; li {
          height: 346px; } }
      @media screen and (max-width: 1599px) {
        main #buildsteps .middleblock &gt; ol &gt; li {
          width: 100%; } }
      main #buildsteps .middleblock &gt; ol &gt; li ul {
        float: left;
        background: rgba(75, 93, 125, 0.85);
        box-sizing: border-box;
        width: 100%;
        height: 100%;
        padding-top: 13px; }
        @media screen and (max-width: 1599px) {
          main #buildsteps .middleblock &gt; ol &gt; li ul {
            min-height: 150px; } }
        main #buildsteps .middleblock &gt; ol &gt; li ul li {
          font-size: 16px;
          margin-bottom: 0.5em;
          color: #fff;
          font-weight: 300; }
      main #buildsteps .middleblock &gt; ol &gt; li ul:last-of-type {
        padding-right: 60px; }
      main #buildsteps .middleblock &gt; ol &gt; li strong {
        position: relative;
        width: 100%;
        font-size: 24px;
        box-sizing: border-box;
        padding-left: 20px;
        height: 110px;
        float: left;
        font-weight: 700;
        text-transform: uppercase;
        color: #fff;
        background: rgba(210, 74, 68, 0.8);
        padding-top: 40px;
        padding-right: 60px; }
        @media screen and (max-width: 540px) {
          main #buildsteps .middleblock &gt; ol &gt; li strong {
            font-size: 22px;
            padding-top: 10px; } }
      main #buildsteps .middleblock &gt; ol &gt; li strong:before {
        counter-increment: bs;
        content: counter(bs) ". "; }
      main #buildsteps .middleblock &gt; ol &gt; li strong:after {
        content: '';
        width: 50px;
        height: 1px;
        background: #fff;
        position: absolute;
        bottom: 0;
        left: 19px; }
    main #buildsteps .middleblock &gt; ol &gt; li:after {
      content: '';
      position: absolute;
      width: 80px;
      height: 80px;
      box-sizing: border-box;
      border-width: 3px;
      border-style: solid;
      border-color: rgba(255, 255, 255, 0.5);
      border-top: none;
      border-left: none;
      z-index: 2;
      -webkit-transition: all 0.5s ease;
      transition: all 0.5s ease;
      opacity: 1;
      right: 11px;
      bottom: 11px; }
    main #buildsteps .middleblock &gt; ol &gt; li:hover {
      background-size: 120%; }
    main #buildsteps .middleblock &gt; ol &gt; li:hover:after {
      opacity: 0;
      right: -20px;
      bottom: -20px; }
    main #buildsteps .middleblock &gt; ol &gt; li:nth-child(1) {
      background-image: url(../images/bld1.jpg); }
    main #buildsteps .middleblock &gt; ol &gt; li:nth-child(2) {
      background-image: url(../images/bld2.jpg); }
    main #buildsteps .middleblock &gt; ol &gt; li:nth-child(3) {
      background-image: url(../images/bld3.jpg); }
    main #buildsteps .middleblock &gt; ol &gt; li:nth-child(4) {
      background-image: url(../images/bld4.jpg); }
      @media screen and (min-width: 1600px) {
        main #buildsteps .middleblock &gt; ol &gt; li:nth-child(4) {
          width: 777px; } }
      @media screen and (max-width: 1599px) {
        main #buildsteps .middleblock &gt; ol &gt; li:nth-child(4) {
          width: 100%; } }
      main #buildsteps .middleblock &gt; ol &gt; li:nth-child(4) ul {
        width: 50%;
        min-height: 250px; }
        @media screen and (max-width: 768px) {
          main #buildsteps .middleblock &gt; ol &gt; li:nth-child(4) ul {
            width: 100%;
            min-height: 200px; } }
      @media screen and (max-width: 768px) {
        main #buildsteps .middleblock &gt; ol &gt; li:nth-child(4) ul:last-of-type {
          width: 100%;
          min-height: 120px; } }
    main #buildsteps .middleblock &gt; ol &gt; li:nth-child(5) {
      background-image: url(../images/bld5.jpg); }
      main #buildsteps .middleblock &gt; ol &gt; li:nth-child(5) strong {
        background: none; }
      main #buildsteps .middleblock &gt; ol &gt; li:nth-child(5) strong:after {
        display: none; }
    main #buildsteps .middleblock &gt; ol &gt; li:nth-child(5):after {
      display: none; }
main #guarantee {
  padding-top: 40px;
  padding-bottom: 30px;
  background: #f4f6f7; }
  main #guarantee ul {
    padding-left: 0;
    margin: 0; }
    main #guarantee ul li {
      position: relative;
      box-sizing: border-box;
      list-style: none;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      display: inline-flex;
      align-items: center;
      justify-content: center;
      flex-direction: row;
      max-width: 270px;
      padding-left: 100px;
      height: 86px;
      margin-right: 20px; }
      @media screen and (min-width: 1600px) {
        main #guarantee ul li {
          max-width: 340px;
          margin: 0 60px; } }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        main #guarantee ul li {
          font-size: 14px;
          width: 220px;
          padding-left: 60px; } }
      @media screen and (max-width: 767px) {
        main #guarantee ul li {
          width: 100%;
          max-width: 100%;
          justify-content: flex-start;
          margin: 5px 0; } }
      main #guarantee ul li span {
        font-size: 16px; }
        @media screen and (min-width: 1600px) {
          main #guarantee ul li span {
            max-width: 165px; } }
        @media screen and (max-width: 1024px) and (min-width: 768px) {
          main #guarantee ul li span {
            font-size: 14px; } }
    main #guarantee ul li:before {
      content: '';
      background-image: url(../images/garsprite.png);
      background-repeat: no-repeat;
      width: 80px;
      height: 86px;
      position: absolute;
      top: 0;
      left: 0; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        main #guarantee ul li:before {
          top: 20px;
          width: 50px;
          height: 50px;
          background-size: 160px; } }
    main #guarantee ul li:nth-child(1):before {
      background-position: 0px 0px; }
    main #guarantee ul li:nth-child(2):before {
      background-position: -95px 0px; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        main #guarantee ul li:nth-child(2):before {
          background-position: -54px 0px; } }
    main #guarantee ul li:nth-child(3):before {
      background-position: -190px 0px; }
      @media screen and (max-width: 1024px) and (min-width: 768px) {
        main #guarantee ul li:nth-child(3):before {
          background-position: -110px 0px; } }
@media screen and (min-width: 681px) {
  main #contacts {
    height: 564px; } }
main #contacts .continfo {
  position: absolute;
  height: 450px;
  width: 310px;
  background: #fff;
  z-index: 1;
  box-sizing: border-box;
  padding-left: 20px;
  padding-right: 10px;
  padding-top: 60px; }
  @media screen and (min-width: 1220px) {
    main #contacts .continfo {
      right: 0; } }
  @media screen and (max-width: 1199px) {
    main #contacts .continfo {
      left: 0; } }
  @media screen and (max-width: 680px) {
    main #contacts .continfo {
      position: relative;
      width: 100%;
      float: left;
      margin-left: 0px;
      height: auto;
      padding-top: 0; } }
  main #contacts .continfo div {
    font-size: 16px;
    margin-bottom: 30px;
    padding-left: 83px;
    height: 60px;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: flex;
    align-items: center;
    flex-direction: row;
    position: relative; }
    @media screen and (max-width: 680px) {
      main #contacts .continfo div {
        width: 48%;
        float: left;
        box-sizing: border-box; } }
    @media screen and (max-width: 480px) {
      main #contacts .continfo div {
        width: 100%; } }
    main #contacts .continfo div span a {
      text-decoration: none;
      display: block;
      font-weight: 700;
      font-size: 18px; }
      @media screen and (max-width: 680px) {
        main #contacts .continfo div span a {
          font-size: 14px; } }
  main #contacts .continfo div:before {
    width: 60px;
    height: 60px;
    border: 2px solid #5b7cbb;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    content: '';
    box-sizing: border-box;
    left: 0;
    top: 0;
    background-image: url(../images/contsprite.png); }
  main #contacts .continfo div.phone:before {
    background-position: -2px -2px; }
  main #contacts .continfo div.email:before {
    background-position: -62px -2px; }
main #contacts #map {
  box-sizing: border-box;
  position: relative;
  height: 450px;
  width: 100%; }
  @media screen and (max-width: 1219px) {
    main #contacts #map {
      left: 310px;
      margin-left: 0; } }
  @media screen and (max-width: 680px) {
    main #contacts #map {
      left: 0px;
      margin-left: 0;
      position: relative;
      float: left;
      width: 100%; } }

footer {
  background: #2b2b2b; }
  @media screen and (min-width: 681px) {
    footer {
      position: absolute;
      z-index: 101;
      left: 0;
      bottom: 0;
      height: 40px; } }
  @media screen and (max-width: 1219px) {
    footer {
      padding-bottom: 40px; } }
  @media screen and (max-width: 680px) {
    footer {
      float: left;
      width: 100%;
      position: relative; } }
  footer .req {
    float: right;
    margin-right: 10px; }
    @media screen and (max-width: 568px) {
      footer .req {
        width: 100%;
        margin-right: 0; } }
    footer .req span {
      color: #fff;
      line-height: 40px;
      font-size: 14px;
      margin-left: 30px; }
      @media screen and (max-width: 568px) {
        footer .req span {
          float: left;
          text-align: center;
          margin-left: 0;
          width: 100%;
          position: relative; } }

.thanks {
  display: none;
  text-align: center;
  color: #fff;
  padding-top: 70px; }
  .thanks span {
    color: inherit;
    display: block; }

form[name="getbook"] .thanks {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #5b7cbb;
  top: 0;
  left: 0;
  box-sizing: border-box; }

.fcont {
  margin-top: -200px;
  z-index: 200;
  position: fixed;
  width: 300px;
  left: 50%;
  top: 50%;
  margin-left: -150px; }
  .fcont legend {
    padding-bottom: 20px;
    width: 100%;
    color: #fff;
    text-align: center; }

.cb.ord.show {
  display: none; }

.formbox {
  display: none;
  z-index: 15;
  position: absolute;
  left: 0;
  background: #5b7cbb;
  overflow: hidden;
  top: 0;
  width: 320px;
  height: 100%; }
  @media screen and (max-width: 460px) {
    .formbox {
      width: 100%; }
      .formbox form {
        width: 100%; } }

#bpform .connected-carousels {
  display: none; }

#bpform.vis {
  width: 1100px;
  height: 600px;
  margin-top: -300px;
  margin-left: -550px; }
  @media screen and (max-width: 1100px) {
    #bpform.vis {
      position: fixed;
      width: 100%;
      margin-left: 0;
      left: 0; } }
  @media screen and (max-height: 600px) {
    #bpform.vis {
      height: 100%;
      margin-top: 0;
      position: fixed;
      top: 0; } }
  #bpform.vis .picgal {
    width: 800px;
    float: right; }
    @media screen and (min-height: 769px) and (min-width: 1025px) {
      #bpform.vis .picgal {
        height: 600px; } }
    @media screen and (max-height: 600px) {
      #bpform.vis .picgal .slick-prev,
      #bpform.vis .picgal .slick-next {
        background: black; }
      #bpform.vis .picgal .slick-prev:before,
      #bpform.vis .picgal .slick-next:before {
        opacity: 1; } }
    @media screen and (max-width: 1100px) {
      #bpform.vis .picgal {
        width: 100%;
        position: absolute;
        bottom: 0; }
        #bpform.vis .picgal .slick-prev,
        #bpform.vis .picgal .slick-next {
          background: black; }
        #bpform.vis .picgal .slick-prev:before,
        #bpform.vis .picgal .slick-next:before {
          opacity: 1; }
        #bpform.vis .picgal .slick-slide {
          max-height: 600px; } }
  #bpform.vis .infobox {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    width: 300px;
    height: 100%;
    padding: 25px 40px 10px;
    box-sizing: border-box;
    z-index: 10; }
    @media screen and (max-width: 1100px) {
      #bpform.vis .infobox {
        width: 100%;
        height: 212px; } }
    @media screen and (max-width: 840px) {
      #bpform.vis .infobox {
        position: fixed;
        top: 0;
        width: 100%;
        height: 212px;
        background: #000; } }
    @media screen and (max-width: 460px) {
      #bpform.vis .infobox {
        padding-bottom: 60px;
        height: 260px; } }
    #bpform.vis .infobox strong {
      width: 100%;
      float: left;
      color: #fff;
      padding-bottom: 10px; }
    #bpform.vis .infobox span {
      font-size: 14px;
      width: 100%;
      padding: 3px 0;
      float: left;
      position: relative;
      box-sizing: border-box;
      color: #fff;
      font-weight: 400; }
      @media screen and (max-width: 1100px) {
        #bpform.vis .infobox span {
          width: 30%; } }
      @media screen and (max-width: 700px) {
        #bpform.vis .infobox span {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        #bpform.vis .infobox span {
          width: 100%; } }
      #bpform.vis .infobox span strong {
        float: none;
        display: inline;
        font-weight: 700; }
    #bpform.vis .infobox span:before {
      display: none; }
    #bpform.vis .infobox .prname {
      font-size: 16px;
      margin-bottom: 8px; }
    #bpform.vis .infobox .price {
      font-size: 24px;
      margin-top: 10px;
      width: 100%; }
  #bpform.vis .cb.ord.show {
    display: block;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    position: absolute;
    bottom: 40px;
    border: none;
    color: #fff;
    background-color: #d24a44;
    font-size: 16px;
    left: 0;
    z-index: 21;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease; }
    @media screen and (max-width: 1100px) {
      #bpform.vis .cb.ord.show {
        font-size: 0;
        width: 70px;
        background-image: url(../images/orderpic.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 30px; } }
  #bpform.vis .cb.ord.show.opened {
    font-size: 0;
    width: 50px;
    background-image: none; }
  #bpform.vis .cb.ord.show.opened:after {
    content: '';
    top: 50%;
    margin-top: -6px;
    left: 50%;
    margin-left: -3px;
    border: 6px solid transparent;
    border-right-color: #fff;
    border-left: none;
    position: absolute; }
  #bpform.vis form {
    float: left;
    position: relative;
    width: 320px;
    height: 100%; }
    #bpform.vis form legend span {
      color: inherit;
      text-transform: lowercase; }
  #bpform.vis .sd {
    position: absolute;
    top: 240px;
    z-index: 10;
    font-size: 14px;
    padding-right: 15px;
    cursor: pointer;
    color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: dashed;
    border-bottom-color: inherit;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease; }
    @media screen and (max-width: 1100px) {
      #bpform.vis .sd {
        top: 180px; } }
    @media screen and (min-width: 841px) {
      #bpform.vis .sd {
        left: 40px; } }
    @media screen and (max-width: 840px) and (min-width: 461px) {
      #bpform.vis .sd {
        position: fixed;
        top: 180px;
        right: 40px; } }
    @media screen and (max-width: 460px) {
      #bpform.vis .sd {
        top: 220px;
        position: fixed;
        left: 40px; } }
  #bpform.vis .sd:after {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -2px;
    content: '';
    border: 4px solid transparent;
    border-top-color: #fff;
    border-bottom: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  #bpform.vis .sd.opened {
    border-bottom-color: transparent; }
  #bpform.vis .sd.opened:after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  #bpform.vis .desc {
    height: 30%;
    line-height: 1.6em;
    position: absolute;
    top: 266px;
    width: 300px;
    left: 0;
    overflow: hidden;
    z-index: 30;
    background: rgba(0, 0, 0, 0.8);
    box-sizing: border-box;
    padding: 10px 40px;
    font-size: 14px; }
    #bpform.vis .desc &gt; div {
      overflow: auto;
      padding-right: 70px;
      height: 100%;
      width: 100%; }
      #bpform.vis .desc &gt; div &gt; div {
        color: #fff; }
    @media screen and (max-width: 1100px) {
      #bpform.vis .desc {
        top: 212px;
        width: 100%; } }
    @media screen and (max-width: 840px) {
      #bpform.vis .desc {
        top: 162px; } }
    @media screen and (max-width: 460px) {
      #bpform.vis .desc {
        top: 210px; } }
  #bpform.vis .desc:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, black 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, black 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#000000',GradientType=0 ); }

#overlay {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  z-index: 190;
  background: rgba(0, 0, 0, 0.9); }

.close {
  font-size: 40px;
  position: fixed;
  top: 20px;
  right: 20px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: 14px;
  height: 20px;
  width: 24px;
  text-align: center;
  color: #fff;
  z-index: 270; }
  @media screen and (max-width: 800px) {
    .close {
      top: 8px;
      right: 5px; } }
  @media screen and (max-height: 600px) {
    .close {
      top: 8px;
      right: 5px; } }

.close:hover {
  opacity: 0.8; }

.navgal {
  width: 283px;
  position: absolute;
  bottom: 10px;
  right: 40px; }
  @media screen and (max-height: 500px) {
    .navgal {
      display: none; } }
  @media screen and (max-width: 800px) {
    .navgal {
      display: none; } }
  .navgal .slick-slide {
    width: 90px;
    margin: 0 3px;
    display: block;
    height: auto;
    cursor: pointer;
    box-sizing: border-box;
    border-width: 3px;
    border-style: solid;
    border-color: transparent;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease; }
  .navgal .slick-slide:hover, .navgal .slick-slide:focus {
    border-color: #dc726d;
    border-width: 3px; }
  .navgal .slick-slide.slick-center, .navgal .slick-slide.slick-center:hover, .navgal .slick-slide.slick-center:focus {
    border-width: 3px;
    border-color: #d24a44; }

/*# sourceMappingURL=style.css.map */</pre></body></html>