@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

body {
  font-family: sans-serif;
  font-size: 13px;
  color: #000;
  line-height: 1;
  background-color: #fff; }

.wrapper {
  max-width: 1920px;
  background: url("../img/bg.png") repeat-x #E5EEF1;
  padding-top: 20px; }
  @media only screen and (min-width: 480px) and (max-width: 599px) {
    .wrapper {
      padding-top: 5px; } }
  @media only screen and (max-width: 479px) {
    .wrapper {
      padding-top: 5px; } }

.header {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  background: url("../img/top-zabor.png") repeat-x;
  background-position: center center;
  background-size: contain; }
  .header:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .header .logo {
    display: inline-block;
    padding: 10px;
    background-color: #fff; }
    .header .logo:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .header .logo a {
      display: block;
      float: left; }
      .header .logo a img {
        width: 100%;
        margin: 0;
        padding: 0; }
      @media only screen and (max-width: 479px) {
        .header .logo a {
          float: none; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .header .logo {
        padding: 38px 5px; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .header .logo {
        padding: 37px 5px; } }
    @media (min-width: 600px) and (max-width: 667px) {
      .header .logo {
        padding: 43px 5px; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .header .logo {
        width: 180px;
        padding: 48px 5px; } }
    @media only screen and (max-width: 479px) {
      .header .logo {
        width: 100%;
        margin: 0 auto;
        display: block;
        padding: 10px;
        box-sizing: border-box; } }
  .header .header-right {
    width: calc(100% - 215px);
    padding: 15px;
    float: right;
    text-align: right;
    box-sizing: border-box; }
    .header .header-right p {
      font-size: 14px; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .header .header-right p {
          font-size: 13px; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .header .header-right p {
          font-size: 12px; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .header .header-right p {
          font-size: 12px; } }
      @media only screen and (max-width: 479px) {
        .header .header-right p {
          font-size: 12px; } }
    .header .header-right .contacts-block {
      padding: 13px 0;
      margin-bottom: 10px; }
      .header .header-right .contacts-block ul {
        list-style: none;
        margin-right: 50px;
        display: inline-block;
        vertical-align: middle; }
        .header .header-right .contacts-block ul li {
          display: inline-block;
          vertical-align: middle;
          font-size: 20px;
          font-weight: 600;
          margin-right: 15px;
          color: #696969; }
          @media only screen and (min-width: 600px) and (max-width: 767px) {
            .header .header-right .contacts-block ul li {
              font-size: 14px;
              margin-right: 0;
              display: block; } }
          @media only screen and (min-width: 480px) and (max-width: 599px) {
            .header .header-right .contacts-block ul li {
              font-size: 14px;
              margin-right: 0;
              display: block; } }
          @media only screen and (max-width: 479px) {
            .header .header-right .contacts-block ul li {
              font-size: 14px;
              margin-right: 0;
              display: block; } }
        .header .header-right .contacts-block ul li:last-child {
          margin-right: 0; }
          @media only screen and (min-width: 768px) and (max-width: 979px) {
            .header .header-right .contacts-block ul li:last-child {
              margin-right: 0; } }
          @media only screen and (min-width: 600px) and (max-width: 767px) {
            .header .header-right .contacts-block ul li:last-child {
              margin-right: 0; } }
          @media only screen and (min-width: 480px) and (max-width: 599px) {
            .header .header-right .contacts-block ul li:last-child {
              margin-right: 0; } }
          @media only screen and (max-width: 479px) {
            .header .header-right .contacts-block ul li:last-child {
              margin-right: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .header .header-right .contacts-block ul {
            margin-right: 18px; } }
        @media (min-width: 768px) and (max-width: 860px) {
          .header .header-right .contacts-block ul {
            margin-right: 18px; } }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .header .header-right .contacts-block ul {
            margin-right: 10px; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .header .header-right .contacts-block ul {
            margin-right: 5px; } }
        @media only screen and (max-width: 479px) {
          .header .header-right .contacts-block ul {
            margin-right: 10px; } }
      .header .header-right .contacts-block a {
        display: inline-block;
        vertical-align: middle;
        padding: 9px 14px;
        text-decoration: none;
        background-color: #16B0E8;
        color: #fff;
        text-transform: uppercase;
        border: 1px solid #16B0E8; }
        .header .header-right .contacts-block a:hover {
          background-color: #fff;
          color: #16B0E8; }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .header .header-right .contacts-block a {
            padding: 10px; } }
    .header .header-right .service li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
      .header .header-right .service li a {
        color: #aaa;
        text-decoration: none;
        text-transform: uppercase;
        display: inline-block;
        vertical-align: middle;
        font-size: 12px;
        font-weight: 600; }
        .header .header-right .service li a img {
          width: 26px;
          height: 26px;
          display: inline-block;
          vertical-align: middle;
          margin: 0 8px 0 0; }
        .header .header-right .service li a span {
          text-transform: none; }
        .header .header-right .service li a:hover {
          color: #4F4F4F; }
      @media (min-width: 768px) and (max-width: 860px) {
        .header .header-right .service li {
          display: block;
          margin-bottom: 5px;
          text-align: left; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .header .header-right .service li {
          display: block;
          margin-bottom: 5px;
          text-align: left; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .header .header-right .service li {
          display: block;
          margin-bottom: 5px;
          text-align: left; } }
      @media only screen and (max-width: 479px) {
        .header .header-right .service li {
          display: block;
          margin-bottom: 5px;
          text-align: left; } }
    .header .header-right .service li:last-child {
      margin-right: 0; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .header .header-right .service li:last-child {
          margin: 0; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .header .header-right .service li:last-child {
          margin: 0; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .header .header-right .service li:last-child {
          margin: 0; } }
      @media only screen and (max-width: 479px) {
        .header .header-right .service li:last-child {
          margin: 0; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .header .header-right {
        width: calc(100% - 190px);
        padding: 10px; } }
    @media only screen and (max-width: 479px) {
      .header .header-right {
        width: 100%;
        display: block; } }
  @media only screen and (max-width: 479px) {
    .header {
      background: #fff; } }

.top-block {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  background-color: #fff;
  padding: 15px; }
  .top-block .block-menu:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .top-block .block-menu .menu, .top-block .block-menu .menu-bottom {
    background: #434343;
    background: linear-gradient(to top, #434343, #686868); }
    .top-block .block-menu .menu li, .top-block .block-menu .menu-bottom li {
      display: inline-block;
      vertical-align: middle; }
      .top-block .block-menu .menu li a, .top-block .block-menu .menu-bottom li a {
        display: block;
        padding: 15px;
        text-decoration: none;
        font-size: 14px;
        color: #fff; }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .top-block .block-menu .menu li a, .top-block .block-menu .menu-bottom li a {
            padding: 15px 5px; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .top-block .block-menu .menu li a, .top-block .block-menu .menu-bottom li a {
            font-size: 15px; } }
        @media only screen and (max-width: 479px) {
          .top-block .block-menu .menu li a, .top-block .block-menu .menu-bottom li a {
            font-size: 15px; } }
      .top-block .block-menu .menu li .sub-menu, .top-block .block-menu .menu-bottom li .sub-menu {
        display: none; }
        .top-block .block-menu .menu li .sub-menu li, .top-block .block-menu .menu-bottom li .sub-menu li {
          background-color: #B0E2FF; }
          .top-block .block-menu .menu li .sub-menu li a, .top-block .block-menu .menu-bottom li .sub-menu li a {
            color: #000; }
            .top-block .block-menu .menu li .sub-menu li a:hover, .top-block .block-menu .menu-bottom li .sub-menu li a:hover {
              color: #fff; }
          .top-block .block-menu .menu li .sub-menu li:hover, .top-block .block-menu .menu-bottom li .sub-menu li:hover {
            background-color: #9C9C9C; }
      .top-block .block-menu .menu li:hover, .top-block .block-menu .menu-bottom li:hover {
        background-color: #16B0E8; }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .top-block .block-menu .menu li, .top-block .block-menu .menu-bottom li {
          display: block; } }
      @media only screen and (max-width: 479px) {
        .top-block .block-menu .menu li, .top-block .block-menu .menu-bottom li {
          display: block; } }
    .top-block .block-menu .menu .active, .top-block .block-menu .menu-bottom .active {
      background-color: #16B0E8; }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .top-block .block-menu .menu .active .sub-menu, .top-block .block-menu .menu-bottom .active .sub-menu {
          display: block; } }
      @media only screen and (max-width: 479px) {
        .top-block .block-menu .menu .active .sub-menu, .top-block .block-menu .menu-bottom .active .sub-menu {
          display: block; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .top-block .block-menu .menu, .top-block .block-menu .menu-bottom {
        display: none;
        clear: both; } }
    @media only screen and (max-width: 479px) {
      .top-block .block-menu .menu, .top-block .block-menu .menu-bottom {
        display: none;
        clear: both; } }
  .top-block .block-menu .menu-bottom {
    background: #16B0E8; }
    .top-block .block-menu .menu-bottom li {
      background-color: #16B0E8; }
      .top-block .block-menu .menu-bottom li a {
        color: #000; }
        .top-block .block-menu .menu-bottom li a:hover {
          color: #fff; }
        @media only screen and (min-width: 980px) and (max-width: 1199px) {
          .top-block .block-menu .menu-bottom li a {
            padding: 15px 10px; } }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .top-block .block-menu .menu-bottom li a {
            padding: 15px 10px; } }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .top-block .block-menu .menu-bottom li a {
            padding: 10px; } }
      .top-block .block-menu .menu-bottom li:hover {
        background-color: #9C9C9C; }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .top-block .block-menu .menu-bottom li {
          display: block; } }
    .top-block .block-menu .menu-bottom .active {
      background-color: #16B0E8; }
      .top-block .block-menu .menu-bottom .active a {
        color: #fff; }
  .top-block .block-menu .icon-right {
    width: 100%;
    display: none; }
    .top-block .block-menu .icon-right p {
      float: right;
      padding: 20px 0;
      font-weight: 600;
      color: #fff; }
    .top-block .block-menu .icon-right .icons {
      display: block;
      float: right;
      padding: 5px 2px;
      margin: 10px 15px 10px 10px;
      cursor: pointer; }
      .top-block .block-menu .icon-right .icons .icon {
        width: 25px;
        height: 4px;
        margin: 3px;
        border-radius: 4px;
        background-color: #fff; }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .top-block .block-menu .icon-right {
        display: block; } }
    @media only screen and (max-width: 479px) {
      .top-block .block-menu .icon-right {
        display: block; } }
  @media only screen and (min-width: 480px) and (max-width: 599px) {
    .top-block .block-menu {
      background: #434343;
      background: linear-gradient(to top, #434343, #686868); } }
  @media only screen and (max-width: 479px) {
    .top-block .block-menu {
      background: #434343;
      background: linear-gradient(to top, #434343, #686868); } }
  .top-block .slider-block {
    padding: 15px;
    margin-top: 15px;
    background-color: #E5EEF1;
    position: relative; }
    .top-block .slider-block img {
      width: 100%;
      padding: 0;
      margin: 0; }
    .top-block .slider-block .slider-main .slider-foto {
      outline: none; }
      .top-block .slider-block .slider-main .slider-foto img {
        width: 100%;
        padding: 0;
        margin: 0; }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .top-block .slider-block {
        padding: 10px; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .top-block .slider-block {
        padding: 5px; } }
    @media only screen and (max-width: 479px) {
      .top-block .slider-block {
        padding: 0; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .top-block {
      padding: 10px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .top-block {
      padding: 5px; } }
  @media only screen and (min-width: 480px) and (max-width: 599px) {
    .top-block {
      padding: 5px; } }
  @media only screen and (max-width: 479px) {
    .top-block {
      padding: 5px; } }

.content {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  background-color: #fff; }
  .content:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .content .left-block {
    width: 30%;
    padding: 15px;
    float: left;
    box-sizing: border-box;
    background-color: #fff; }
    .content .left-block .list-block {
      margin-bottom: 20px;
      background-color: #000; }
      .content .left-block .list-block .header-list {
        padding: 15px;
        display: block;
        text-decoration: none; }
        .content .left-block .list-block .header-list h3 {
          margin-bottom: 7px;
          color: #fff;
          text-transform: uppercase; }
        .content .left-block .list-block .header-list img {
          width: 100%;
          margin: 0;
          padding: 0; }
        .content .left-block .list-block .header-list:hover {
          background-color: #16B0E8; }
      .content .left-block .list-block .list {
        list-style: none; }
        .content .left-block .list-block .list li {
          background-color: #16B0E8;
          border-bottom: 1px solid #E5EEF1; }
          .content .left-block .list-block .list li a {
            padding: 13px;
            display: block;
            text-transform: uppercase;
            color: #1C1C1C;
            text-decoration: none;
            font-size: 15px;
            font-weight: 600; }
            .content .left-block .list-block .list li a i {
              float: right;
              color: #1C1C1C; }
          .content .left-block .list-block .list li:hover {
            background-color: #E5EEF1; }
        .content .left-block .list-block .list li:last-child {
          border: none; }
    .content .left-block .list-block:last-child {
      margin-bottom: 0; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .content .left-block {
        padding: 0 5px; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .content .left-block {
        display: none; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .content .left-block {
        display: none; } }
    @media only screen and (max-width: 479px) {
      .content .left-block {
        display: none; } }
  .content .right-block {
    width: 70%;
    padding: 15px;
    float: right;
    box-sizing: border-box;
    background-color: #fff; }
    .content .right-block .text-block:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .content .right-block .text-block .img-left {
      float: left;
      margin: 10px 10px 5px 0; }
      .content .right-block .text-block .img-left img {
        max-width: 100%;
        margin: 0;
        padding: 0; }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .content .right-block .text-block .img-left {
          float: none;
          text-align: center;
          margin: 10px auto; } }
      @media only screen and (max-width: 479px) {
        .content .right-block .text-block .img-left {
          float: none;
          text-align: center;
          margin: 10px auto; } }
    .content .right-block .text-block .img-right {
      float: right;
      margin: 10px 0 5px 10px; }
      .content .right-block .text-block .img-right img {
        max-width: 100%;
        margin: 0;
        padding: 0; }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .content .right-block .text-block .img-right {
          float: none;
          text-align: center;
          margin: 10px auto; } }
      @media only screen and (max-width: 479px) {
        .content .right-block .text-block .img-right {
          float: none;
          text-align: center;
          margin: 10px auto; } }
    .content .right-block .text-block .img-center {
      margin: 10px auto;
      text-align: center; }
      .content .right-block .text-block .img-center img {
        max-width: 100%;
        margin: 0;
        padding: 0; }
    .content .right-block .text-block .cell-small {
      padding: 10px 0; }
      .content .right-block .text-block .cell-small:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0; }
      .content .right-block .text-block .cell-small .left-cell {
        width: 30%;
        float: left;
        padding: 15px;
        box-sizing: border-box; }
        .content .right-block .text-block .cell-small .left-cell img {
          width: 100%;
          padding: 0;
          margin: 0; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .content .right-block .text-block .cell-small .left-cell {
            padding: 5px; } }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .content .right-block .text-block .cell-small .left-cell {
            padding: 5px; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .content .right-block .text-block .cell-small .left-cell {
            padding: 5px; } }
        @media only screen and (max-width: 479px) {
          .content .right-block .text-block .cell-small .left-cell {
            padding: 5px;
            width: 100%; } }
      .content .right-block .text-block .cell-small .right-cell {
        width: 70%;
        padding: 15px 10px;
        box-sizing: border-box;
        float: right; }
        .content .right-block .text-block .cell-small .right-cell p {
          font-size: 18px; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .content .right-block .text-block .cell-small .right-cell ul li {
            margin-bottom: 0; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .content .right-block .text-block .cell-small .right-cell ul li {
            margin-bottom: 0; } }
        @media only screen and (max-width: 479px) {
          .content .right-block .text-block .cell-small .right-cell ul li {
            margin-bottom: 0; } }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .content .right-block .text-block .cell-small .right-cell {
            padding: 5px; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .content .right-block .text-block .cell-small .right-cell {
            padding: 5px; } }
        @media only screen and (max-width: 479px) {
          .content .right-block .text-block .cell-small .right-cell {
            padding: 5px;
            width: 100%; } }
      .content .right-block .text-block .cell-small .mark {
        clear: both;
        padding: 5px; }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .content .right-block {
        width: 100%;
        padding: 10px 5px; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .content .right-block {
        width: 100%;
        padding: 10px 5px; } }
    @media only screen and (max-width: 479px) {
      .content .right-block {
        width: 100%;
        padding: 10px 5px; } }

.card-line-block {
  border: 10px solid #FF7F00;
  margin: 10px 0;
  background-color: #fff; }
  .card-line-block:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .card-line-block .left-side {
    float: left;
    width: 17%;
    padding: 10px;
    box-sizing: border-box; }
    .card-line-block .left-side a {
      display: block; }
      .card-line-block .left-side a img {
        width: 100%;
        padding: 0;
        margin: 0; }
    @media only screen and (min-width: 980px) and (max-width: 1199px) {
      .card-line-block .left-side {
        padding: 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .card-line-block .left-side {
        padding: 5px;
        width: 20%; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .card-line-block .left-side {
        padding: 5px;
        width: 20%; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .card-line-block .left-side {
        padding: 5px;
        width: 20%; } }
    @media only screen and (max-width: 479px) {
      .card-line-block .left-side {
        padding: 5px;
        width: 30%; } }
  .card-line-block .right-side {
    padding: 15px 0 0 0;
    float: left;
    width: 83%; }
    .card-line-block .right-side a {
      text-decoration: none;
      margin-bottom: 20px;
      display: block; }
      .card-line-block .right-side a h2 {
        color: #FF7F00; }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .card-line-block .right-side a h2 {
            font-size: 20px; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .card-line-block .right-side a h2 {
            font-size: 20px; } }
        @media only screen and (max-width: 479px) {
          .card-line-block .right-side a h2 {
            font-size: 17px;
            margin: 5px 0; } }
      .card-line-block .right-side a:hover {
        text-decoration: none; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .card-line-block .right-side a {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .card-line-block .right-side a {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .card-line-block .right-side a {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 479px) {
        .card-line-block .right-side a {
          margin-bottom: 5px; } }
    .card-line-block .right-side a:hover h2 {
      color: #aaa; }
    .card-line-block .right-side p {
      font-size: 14px;
      text-align: left;
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .card-line-block .right-side p {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .card-line-block .right-side p {
          margin-bottom: 5px; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .card-line-block .right-side p {
          margin-bottom: 5px; } }
      @media only screen and (max-width: 479px) {
        .card-line-block .right-side p {
          margin-bottom: 5px; } }
    .card-line-block .right-side .price {
      padding: 10px; }
      .card-line-block .right-side .price p {
        text-align: right;
        font-size: 22px;
        padding: 0;
        margin: 0; }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .card-line-block .right-side .price p {
            font-size: 20px; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .card-line-block .right-side .price p {
            font-size: 20px; } }
        @media only screen and (max-width: 479px) {
          .card-line-block .right-side .price p {
            font-size: 18px; } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .card-line-block .right-side .price {
          padding: 0 10px; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .card-line-block .right-side .price {
          padding: 5px 10px; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .card-line-block .right-side .price {
          padding: 5px 10px; } }
      @media only screen and (max-width: 479px) {
        .card-line-block .right-side .price {
          padding: 5px 10px; } }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .card-line-block .right-side {
        width: 80%;
        padding: 5px 0 0 0; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .card-line-block .right-side {
        width: 80%;
        padding: 5px 0 0 0; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .card-line-block .right-side {
        width: 80%;
        padding: 5px 0 0 0; } }
    @media only screen and (max-width: 479px) {
      .card-line-block .right-side {
        width: 70%;
        padding: 0; } }
  @media only screen and (min-width: 480px) and (max-width: 599px) {
    .card-line-block {
      border: 7px solid #FF7F00; } }
  @media only screen and (max-width: 479px) {
    .card-line-block {
      border: 4px solid #FF7F00; } }

.cell {
  margin-bottom: 10px;
  background-color: #fff;
  background: url("../img/line.png") no-repeat bottom left; }
  .cell:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .cell .left-side {
    float: left;
    width: 30%;
    padding: 15px 15px 15px 0;
    box-sizing: border-box; }
    .cell .left-side a {
      display: block; }
      .cell .left-side a img {
        width: 100%;
        padding: 0;
        margin: 0; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .cell .left-side {
        padding: 5px 5px 5px 0;
        width: 20%; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .cell .left-side {
        padding: 5px 5px 5px 0;
        width: 20%; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .cell .left-side {
        padding: 5px 5px 5px 0;
        width: 20%; } }
    @media only screen and (max-width: 479px) {
      .cell .left-side {
        padding: 5px 5px 5px 0;
        width: 100%;
        float: none; } }
  .cell .right-side {
    float: left;
    width: 70%;
    padding: 15px 10px;
    box-sizing: border-box; }
    .cell .right-side a {
      text-decoration: none;
      margin-bottom: 20px;
      display: block; }
      .cell .right-side a h2 {
        color: #16B0E8; }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .cell .right-side a h2 {
            font-size: 20px; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .cell .right-side a h2 {
            font-size: 20px; } }
        @media only screen and (max-width: 479px) {
          .cell .right-side a h2 {
            font-size: 17px;
            margin: 5px 0; } }
      .cell .right-side a:hover {
        text-decoration: none; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .cell .right-side a {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .cell .right-side a {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .cell .right-side a {
          margin-bottom: 10px; } }
      @media only screen and (max-width: 479px) {
        .cell .right-side a {
          margin-bottom: 5px; } }
    .cell .right-side a:hover h2 {
      color: #4F4F4F; }
    .cell .right-side p {
      text-align: left;
      margin-bottom: 15px; }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .cell .right-side p {
          margin-bottom: 10px; } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .cell .right-side p {
          margin-bottom: 5px; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .cell .right-side p {
          margin-bottom: 5px; } }
      @media only screen and (max-width: 479px) {
        .cell .right-side p {
          margin-bottom: 5px; } }
    .cell .right-side .button-block {
      padding: 10px 0; }
      .cell .right-side .button-block .button {
        display: inline-block;
        padding: 10px 15px;
        margin-right: 10px;
        font-weight: 600;
        font-size: 15px;
        text-decoration: none;
        background-color: #16B0E8;
        color: #fff; }
        .cell .right-side .button-block .button:hover {
          background-color: #E5EEF1;
          color: #000; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .cell .right-side .button-block .button {
            padding: 10px; } }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .cell .right-side .button-block .button {
            width: calc(50% - 20px);
            text-align: center;
            box-sizing: border-box; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .cell .right-side .button-block .button {
            width: calc(50% - 12px);
            text-align: center;
            box-sizing: border-box;
            margin: 5px; } }
        @media only screen and (max-width: 479px) {
          .cell .right-side .button-block .button {
            width: calc(50% - 12px);
            text-align: center;
            box-sizing: border-box;
            margin: 5px; } }
      .cell .right-side .button-block .button:last-child {
        margin-right: 0; }
      .cell .right-side .button-block .orange-color {
        background-color: #FF7F00; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .cell .right-side {
        width: 80%;
        padding: 5px 10px; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .cell .right-side {
        width: 80%;
        padding: 5px; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .cell .right-side {
        width: 80%;
        padding: 5px; } }
    @media only screen and (max-width: 479px) {
      .cell .right-side {
        width: 100%;
        float: none;
        padding: 5px; } }

.main-section {
  clear: both;
  padding: 15px; }
  .main-section .title-big h2 {
    margin: 20px 0 10px 5px;
    color: #3A3A3A; }
  .main-section .card-main {
    list-style: none;
    font-size: 0; }
    .main-section .card-main li {
      display: inline-block;
      vertical-align: top;
      margin: 5px;
      padding: 10px;
      box-sizing: border-box;
      background-color: #292629; }
      .main-section .card-main li a {
        display: block;
        border: 1px solid #aaa;
        margin-bottom: 15px; }
        .main-section .card-main li a img {
          width: 100%;
          margin: 0;
          padding: 0; }
      .main-section .card-main li a:last-child {
        font-weight: 600;
        font-size: 13px;
        border: none;
        display: block;
        color: #C7C7C7;
        text-decoration: none;
        text-transform: uppercase;
        margin-bottom: 5px; }
        .main-section .card-main li a:last-child i {
          float: right;
          color: #16B0E8; }
        .main-section .card-main li a:last-child:hover {
          color: #fff; }
        @media only screen and (min-width: 768px) and (max-width: 979px) {
          .main-section .card-main li a:last-child {
            min-height: 25px; } }
      @media only screen and (min-width: 1200px) {
        .main-section .card-main li {
          width: calc(25% - 10px); } }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        .main-section .card-main li {
          width: calc(25% - 10px); } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .main-section .card-main li {
          width: calc(50% - 10px); } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .main-section .card-main li {
          width: calc(50% - 10px); } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .main-section .card-main li {
          width: calc(50% - 10px); } }
      @media only screen and (max-width: 479px) {
        .main-section .card-main li {
          width: calc(100% - 4px);
          margin: 2px; } }
  @media only screen and (min-width: 768px) and (max-width: 979px) {
    .main-section {
      padding: 10px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .main-section {
      padding: 10px; } }
  @media only screen and (min-width: 480px) and (max-width: 599px) {
    .main-section {
      padding: 5px; } }
  @media only screen and (max-width: 479px) {
    .main-section {
      padding: 5px; } }

.gallery-block {
  clear: both;
  padding: 15px 0; }
  .gallery-block .title-big h3 {
    margin: 0 0 10px 10px;
    color: #16B0E8;
    font-size: 17px;
    font-weight: bold; }
    .gallery-block .title-big h3 a {
      color: #16B0E8; }
  .gallery-block .foto-card, .gallery-block .foto-section-card {
    list-style: none;
    font-size: 0; }
    .gallery-block .foto-card li, .gallery-block .foto-section-card li {
      display: inline-block;
      vertical-align: top;
      margin: 10px;
      box-sizing: border-box;
      background-color: #292629;
      border: 2px solid #aaa; }
      .gallery-block .foto-card li a, .gallery-block .foto-section-card li a {
        display: block;
        border: 1px solid #aaa; }
        .gallery-block .foto-card li a img, .gallery-block .foto-section-card li a img {
          width: 100%;
          margin: 0;
          padding: 0; }
      @media only screen and (min-width: 1200px) {
        .gallery-block .foto-card li, .gallery-block .foto-section-card li {
          width: calc(25% - 20px); } }
      @media only screen and (min-width: 980px) and (max-width: 1199px) {
        .gallery-block .foto-card li, .gallery-block .foto-section-card li {
          width: calc(25% - 20px); } }
      @media only screen and (min-width: 768px) and (max-width: 979px) {
        .gallery-block .foto-card li, .gallery-block .foto-section-card li {
          width: calc(25% - 20px); } }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .gallery-block .foto-card li, .gallery-block .foto-section-card li {
          width: calc(50% - 10px);
          margin: 5px; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .gallery-block .foto-card li, .gallery-block .foto-section-card li {
          width: calc(50% - 10px);
          margin: 5px; } }
      @media only screen and (max-width: 479px) {
        .gallery-block .foto-card li, .gallery-block .foto-section-card li {
          width: calc(100% - 10px);
          margin: 5px; } }
  @media only screen and (min-width: 600px) and (max-width: 767px) {
    .gallery-block {
      padding: 10px; } }
  @media only screen and (min-width: 480px) and (max-width: 599px) {
    .gallery-block {
      padding: 5px; } }
  @media only screen and (max-width: 479px) {
    .gallery-block {
      padding: 5px; } }

.path {
  padding: 15px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  box-sizing: border-box;
  background-color: #E5EEF1; }
  .path ul li {
    display: inline-block;
    padding: 5px 3px;
    color: #000; }
    .path ul li a {
      color: #3E3E3E;
      text-decoration: none; }
      .path ul li a:hover {
        color: #696969; }
  .path ul li:after {
    content: '►';
    margin-left: 10px;
    font-size: 10px;
    color: #aaa; }
  .path ul li:last-child:after {
    content: ''; }
  .path ul .place {
    color: #000;
    font-weight: 600; }

.sales {
  padding: 10px 0; }
  .sales p {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }
  .sales ul {
    display: inline-block;
    vertical-align: middle;
    padding: 10px; }
    .sales ul li {
      display: inline-block;
      vertical-align: middle;
      width: 150px; }
      .sales ul li a {
        display: block; }
        .sales ul li a img {
          width: 100%;
          padding: 0;
          margin: 0; }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .sales ul li {
          width: 32%; } }
      @media only screen and (max-width: 479px) {
        .sales ul li {
          width: 100%; } }

.title-big h1 {
  text-transform: uppercase;
  margin-bottom: 22px; }
  .title-big h1 span {
    color: #16B0E8; }
  @media only screen and (min-width: 480px) and (max-width: 599px) {
    .title-big h1 {
      font-size: 18px; } }
  @media only screen and (max-width: 479px) {
    .title-big h1 {
      font-size: 17px; } }

.title-big h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #3A3A3A; }
  @media only screen and (min-width: 480px) and (max-width: 599px) {
    .title-big h2 {
      font-size: 18px; } }
  @media only screen and (max-width: 479px) {
    .title-big h2 {
      font-size: 18px; } }

.title-big h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #3A3A3A; }

.button-block {
  padding: 10px 0; }
  .button-block .button {
    display: inline-block;
    padding: 10px 15px;
    margin-right: 10px;
    font-weight: 600;
    font-size: 15px;
    background-color: #16B0E8;
    color: #fff;
    text-decoration: none; }
    .button-block .button:hover {
      background-color: #E5EEF1;
      color: #000; }
    @media only screen and (min-width: 768px) and (max-width: 979px) {
      .button-block .button {
        padding: 10px; } }
    @media only screen and (min-width: 600px) and (max-width: 767px) {
      .button-block .button {
        width: 150px;
        text-align: center;
        box-sizing: border-box; } }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .button-block .button {
        width: 150px;
        text-align: center;
        box-sizing: border-box;
        margin: 5px; } }
    @media only screen and (max-width: 479px) {
      .button-block .button {
        width: calc(50% - 12px);
        text-align: center;
        box-sizing: border-box;
        margin: 5px; } }
  .button-block .button:last-child {
    margin-right: 0; }
  .button-block .orange-color {
    background-color: #FF7F00; }

.big-tel {
  color: #121212;
  font-size: 18px;
  font-weight: bold; }
  .big-tel span {
    display: inline-block;
    margin: 0px 20px 10px 0px; }

.contact-block p {
  font-size: 17px; }
  @media only screen and (max-width: 479px) {
    .contact-block p {
      font-size: 15px; } }

.contact-block .phone {
  list-style: none;
  padding: 10px 0; }
  .contact-block .phone li {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px; }
    @media only screen and (max-width: 479px) {
      .contact-block .phone li {
        font-size: 16px; } }
  .contact-block .phone li:last-child {
    margin-bottom: 0; }

.contact-block form {
  margin-top: 50px; }
  .contact-block form h2 {
    margin-bottom: 25px; }
    @media only screen and (min-width: 480px) and (max-width: 599px) {
      .contact-block form h2 {
        font-size: 18px;
        margin-bottom: 15px; } }
    @media only screen and (max-width: 479px) {
      .contact-block form h2 {
        font-size: 18px;
        margin-bottom: 10px; } }
  .contact-block form p {
    margin-bottom: 15px;
    font-size: 14px; }
    @media only screen and (max-width: 479px) {
      .contact-block form p {
        margin-bottom: 10px;
        font-size: 13px; } }
  .contact-block form .input-block {
    margin-bottom: 10px; }
    .contact-block form .input-block p {
      margin-bottom: 3px; }
    .contact-block form .input-block input {
      width: 250px;
      padding: 5px;
      outline: none; }
  .contact-block form .textarea-block {
    margin-bottom: 10px; }
    .contact-block form .textarea-block p {
      margin-bottom: 3px; }
    .contact-block form .textarea-block textarea {
      resize: none;
      width: 350px;
      height: 100px;
      outline: none;
      padding: 5px; }
      @media only screen and (max-width: 479px) {
        .contact-block form .textarea-block textarea {
          width: 272px; } }
  .contact-block form .guard {
    padding: 10px 0;
    width: 300px; }
    .contact-block form .guard:after {
      content: ".";
      display: block;
      clear: both;
      visibility: hidden;
      line-height: 0;
      height: 0; }
    .contact-block form .guard .kod-block {
      width: 50%;
      float: left; }
      .contact-block form .guard .kod-block p {
        margin-bottom: 5px; }
      .contact-block form .guard .kod-block .picture {
        width: 95%;
        height: 40px;
        background-color: #aaa; }
    .contact-block form .guard .check-block {
      width: 50%;
      float: right; }
      .contact-block form .guard .check-block p {
        margin-bottom: 5px; }
      .contact-block form .guard .check-block input {
        width: 100%; }
    @media only screen and (max-width: 479px) {
      .contact-block form .guard {
        width: 280px; } }
  .contact-block form button {
    padding: 5px 15px;
    border: 1px solid #aaa;
    cursor: pointer; }
    .contact-block form button:hover {
      background-color: #fff;
      color: #000; }
  @media only screen and (max-width: 479px) {
    .contact-block form {
      margin-top: 25px; } }

.text-block h1, .text-block h2, .text-block h3, .text-block h4 {
  margin-top: 10px;
  margin-bottom: 10px; }

.text-block h1 {
  font-size: 32px; }

.text-block h2 {
  font-size: 24px; }

.text-block h3 {
  font-size: 18px; }

.text-block h4 {
  font-size: 16px; }

.text-block h5 {
  font-size: 14px; }

.text-block p {
  margin-bottom: 5px;
  line-height: 130%;
  font-size: 14px; }

.text-block a {
  text-decoration: none;
  color: darkblue;
  font-size: 14px; }

.text-block a:hover {
  text-decoration: underline; }

.text-block table {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 1px solid #000;
  border-collapse: collapse;
  border-spacing: 0; }

.text-block table tr {
  padding: 0;
  vertical-align: center; }

.text-block table td {
  padding: 10px 15px;
  vertical-align: top;
  border: 1px solid #000;
  font-size: 14px; }

.text-block ul, .text-block ol {
  margin-top: 10px;
  margin-left: 20px;
  margin-bottom: 10px; }

.text-block ul {
  list-style-type: disc; }

.text-block ol {
  list-style-type: decimal; }

.text-block ul li, .text-block ol li {
  padding: 0;
  margin-bottom: 5px;
  line-height: 130%;
  font-size: 14px; }

.text-block img {
  max-width: 100%;
  margin: 10px 0; }

.footer-block {
  background-color: #363636;
  margin-top: 20px; }
  .footer-block .footer {
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 15px; }
    .footer-block .footer .menu {
      list-style: none;
      text-align: right; }
      .footer-block .footer .menu li {
        display: inline-block;
        vertical-align: middle;
        margin: 5px 10px; }
        .footer-block .footer .menu li a {
          color: #aaa;
          font-size: 12px;
          text-decoration: none; }
          .footer-block .footer .menu li a:hover {
            color: #fff; }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .footer-block .footer .menu li {
            margin: 5px; } }
      .footer-block .footer .menu .active a {
        color: #fff; }
    .footer-block .footer .contact {
      list-style: none;
      text-align: right;
      padding: 35px 0; }
      .footer-block .footer .contact li {
        font-size: 26px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 5px; }
        .footer-block .footer .contact li a {
          text-decoration: none;
          font-weight: 600;
          font-size: 16px;
          color: #16B0E8; }
          @media only screen and (min-width: 600px) and (max-width: 767px) {
            .footer-block .footer .contact li a {
              font-size: 15px; } }
          @media only screen and (min-width: 480px) and (max-width: 599px) {
            .footer-block .footer .contact li a {
              font-size: 15px; } }
          @media only screen and (max-width: 479px) {
            .footer-block .footer .contact li a {
              font-size: 14px; } }
        @media only screen and (min-width: 600px) and (max-width: 767px) {
          .footer-block .footer .contact li {
            font-size: 22px; } }
        @media only screen and (min-width: 480px) and (max-width: 599px) {
          .footer-block .footer .contact li {
            font-size: 22px; } }
        @media only screen and (max-width: 479px) {
          .footer-block .footer .contact li {
            font-size: 21px; } }
      .footer-block .footer .contact li:last-child {
        margin-bottom: 0; }
      @media only screen and (min-width: 600px) and (max-width: 767px) {
        .footer-block .footer .contact {
          padding: 25px 0; } }
      @media only screen and (min-width: 480px) and (max-width: 599px) {
        .footer-block .footer .contact {
          padding: 25px 0; } }
      @media only screen and (max-width: 479px) {
        .footer-block .footer .contact {
          padding: 20px 0; } }
  @media only screen and (min-width: 480px) and (max-width: 599px) {
    .footer-block {
      margin-top: 5px; } }
  @media only screen and (max-width: 479px) {
    .footer-block {
      margin-top: 5px; } }

/*# sourceMappingURL=osn-main.css.map */
