@charset "UTF-8";
body {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-size: 12px;
  min-width: 320px;
  position: relative;
  line-height: 1.2;
  background: url("../img/bitumen_bckg.jpg") repeat-y center center;
  -webkit-background-size: 100%;
  -o-background-size: 100%;
  background-size: 100%;
  -webkit-font-smoothing: antialised; }

.hidden {
  display: none; }

.clear {
  clear: both; }

button, a {
  color: #000;
  text-decoration: none;
  outline: none;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all; }

a:hover, a:focus {
  outline: none;
  text-decoration: none; }

section, .main_header, .main_footer {
  position: relative; }

.section_title {
  font-family: "Gothic", sans-serif;
  font-size: 28px;
  color: #5b5b5b;
  text-align: center;
  margin-bottom: 10px;
  overflow: hidden;
  text-transform: uppercase; }
  .section_title sup {
    font-size: 18px; }
  .section_title span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
    padding-right: 20px; }
    .section_title span:before {
      content: "";
      position: absolute;
      left: 100%;
      top: 50%;
      margin-top: -2px;
      display: block;
      width: 1000%;
      height: 2px;
      background: #5B5B5B; }
    .section_title span:after {
      content: "";
      position: absolute;
      right: 100%;
      top: 50%;
      margin-top: -2px;
      display: block;
      width: 1000%;
      height: 2px;
      background: #5B5B5B; }

.section_info {
  max-width: 585px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 15px;
  font-size: 18px;
  color: #5b5b5b;
  text-transform: uppercase;
  text-align: center;
  line-height: 1.3; }
  .section_info sup {
    font-size: 12px; }

.main_header {
  width: 100%;
  background: #047EC7; }

.header_top {
  position: relative;
  width: 100%;
  padding-top: 15px;
  height: 50px;
  background: #0066A4; }
  .header_top .logo_icon {
    position: relative;
    width: 168px;
    height: 23px;
    padding-left: 50px;
    background: url("../img/logo-icon.png") no-repeat left top; }
    .header_top .logo_icon p {
      font-family: "Gothic", sans-serif;
      font-size: 8px;
      color: #FFF; }
  .header_top .where_buy {
    outline: none;
    position: relative;
    float: right;
    font-size: 12px;
    color: #5EC0FA;
    text-transform: uppercase;
    text-align: right;
    padding-top: 4px;
    font-family: "Gothic", sans-serif;
    font-weight: bold; }
    .header_top .where_buy:hover {
      color: #FFF; }
      .header_top .where_buy:hover svg path {
        fill: #fff; }
    .header_top .where_buy svg {
      width: 15px;
      height: 15px;
      line-height: 1;
      position: relative;
      top: -1px;
      display: inline-block;
      vertical-align: top;
      margin-right: 15px; }
      .header_top .where_buy svg path {
        fill: #5EC0FA;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }

.top_contacts {
  position: relative;
  width: 100%;
  text-align: center;
  padding-top: 3px; }
  .top_contacts a {
    outline: none;
    position: relative;
    margin: 0 25px;
    font-size: 12px;
    color: #5EC0FA; }
    .top_contacts a svg {
      width: 15px;
      height: 15px;
      line-height: 1;
      position: relative;
      top: -1px;
      display: inline-block;
      vertical-align: top;
      margin-right: 15px; }
      .top_contacts a svg path {
        fill: #5EC0FA;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
    .top_contacts a:hover {
      color: #FFF; }
      .top_contacts a:hover svg path {
        fill: #fff; }
  .top_contacts .tel_link {
    font-family: "Gothic", sans-serif;
    font-weight: bold; }
  .top_contacts .mail_link {
    font-family: "Open Sans", sans-serif;
    font-weight: bold; }
    .top_contacts .mail_link svg {
      top: 0px; }

.navbar {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0px;
  border: none;
  background: #047ec7;
  padding-top: 25px; }
  .navbar .container {
    height: 100%; }
  .navbar .navbar-header .navbar-brand {
    position: relative;
    top: 5px;
    margin: 0px;
    padding: 0px;
    width: 165px;
    height: 50px;
    padding-top: 43px;
    background: url("../img/logo.png") no-repeat left top;
    -webkit-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    text-transform: uppercase;
    font-family: "Gothic", sans-serif;
    font-size: 7.4px;
    line-height: 1;
    color: #FFF; }
  .navbar .navbar-nav {
    max-width: 945px;
    width: 100%;
    float: right;
    text-align: right;
    padding-top: 10px; }
    .navbar .navbar-nav .dropdown {
      background: none;
      color: #fff; }
      .navbar .navbar-nav .dropdown a {
        background: none;
        color: #FFF; }
      .navbar .navbar-nav .dropdown a:hover {
        background: none;
        color: #FFF; }
    .navbar .navbar-nav .open .dropdown-menu .inner {
      -webkit-animation: menu 0.3s ease;
      -moz-animation: menu 0.3s ease;
      -o-animation: menu 0.3s ease;
      animation: menu 0.3s ease; }
@-webkit-keyframes menu {
  0% {
    height: 0px;
    padding: 0px;
    opacity: 0; }
  100% {
    height: auto;
    padding-top: 40px;
    padding-bottom: 25px;
    opacity: 1; } }
@-moz-keyframes menu {
  0% {
    height: 0px;
    padding: 0px;
    opacity: 0; }
  100% {
    height: auto;
    padding-top: 40px;
    padding-bottom: 25px;
    opacity: 1; } }
@-o-keyframes menu {
  0% {
    height: 0px;
    padding: 0px;
    opacity: 0; }
  100% {
    height: auto;
    padding-top: 40px;
    padding-bottom: 25px;
    opacity: 1; } }
@keyframes menu {
  0% {
    height: 0px;
    padding: 0px;
    opacity: 0; }
  100% {
    height: auto;
    padding-top: 40px;
    padding-bottom: 25px;
    opacity: 1; } }
    .navbar .navbar-nav li {
      position: static;
      display: inline-block;
      vertical-align: top;
      float: none;
      margin-left: 62px;
      margin-right: 0px; }
      .navbar .navbar-nav li:hover {
        z-index: 10; }
      .navbar .navbar-nav li .arrow {
        position: relative;
        width: 100%;
        height: 0px; }
      .navbar .navbar-nav li .mobile_dropdown {
        display: none; }
      .navbar .navbar-nav li a {
        position: relative;
        outline: none;
        font-size: 14px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 5px;
        padding-bottom: 5px;
        margin-left: 0px;
        margin-right: 0px; }
        .navbar .navbar-nav li a:before {
          content: "";
          position: absolute;
          left: 51%;
          bottom: 0px;
          display: block;
          width: 0px;
          height: 1px;
          background: #FFF;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
        .navbar .navbar-nav li a:after {
          content: "";
          position: absolute;
          right: 51%;
          bottom: 0px;
          display: block;
          width: 0px;
          height: 1px;
          background: #FFF;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
        .navbar .navbar-nav li a:hover {
          color: #fbfbfb;
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
          .navbar .navbar-nav li a:hover:before {
            left: 0px;
            width: 51%; }
          .navbar .navbar-nav li a:hover:after {
            right: 0px;
            width: 51%; }
        .navbar .navbar-nav li a:focus {
          color: #FFF; }
      .navbar .navbar-nav li .dropdown-menu {
        top: 65px;
        left: 0px;
        right: 0px;
        width: 100%;
        margin: 0 auto;
        background: none;
        padding: 0px;
        padding-top: 35px;
        border: none;
        -webkit-box-shadow: none;
        box-shadow: none; }
        .navbar .navbar-nav li .dropdown-menu .inner {
          position: relative;
          width: 100%;
          padding-top: 40px;
          padding-bottom: 25px;
          margin: 0 auto;
          text-align: center;
          background: #d7edfa;
          background: -moz-linear-gradient(left, #d7edfa 0%, #ddf0fa 8%, #f8fbff 26%, #ffffff 34%, #ffffff 67%, #f4fafd 78%, #def0fb 92%, #d7edfa 100%);
          background: -webkit-linear-gradient(left, #d7edfa 0%, #ddf0fa 8%, #f8fbff 26%, #ffffff 34%, #ffffff 67%, #f4fafd 78%, #def0fb 92%, #d7edfa 100%);
          background: linear-gradient(to right, #d7edfa 0%, #ddf0fa 8%, #f8fbff 26%, #ffffff 34%, #ffffff 67%, #f4fafd 78%, #def0fb 92%, #d7edfa 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d7edfa', endColorstr='#d7edfa',GradientType=1 );
          -webkit-box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); }
        .navbar .navbar-nav li .dropdown-menu ul {
          position: relative;
          width: 100%;
          max-width: 750px;
          left: 20px;
          margin: 0 auto;
          text-align: center;
          list-style: none;
          background: none; }
          .navbar .navbar-nav li .dropdown-menu ul li {
            display: inline-block;
            float: none;
            width: 32%;
            text-align: left;
            margin: 0px;
            margin-bottom: 15px; }
            .navbar .navbar-nav li .dropdown-menu ul li a {
              font-size: 12px;
              font-weight: 800;
              text-transform: none;
              color: #0066a4;
              padding: 0px; }
              .navbar .navbar-nav li .dropdown-menu ul li a:hover {
                text-shadow: none;
                color: #0066a4; }
              .navbar .navbar-nav li .dropdown-menu ul li a:before, .navbar .navbar-nav li .dropdown-menu ul li a:after {
                background: #0066a4; }
    .navbar .navbar-nav .open .arrow:after {
      content: "";
      position: absolute;
      left: 0px;
      right: 0px;
      top: 15px;
      margin: 0 auto;
      display: block;
      z-index: 5;
      width: 0;
      height: 0;
      border-left: 22px solid transparent;
      border-right: 22px solid transparent;
      border-bottom: 20px solid #FFF; }

.main_footer {
  background: #5B5B5B;
  width: 100%;
  padding-top: 90px; }
  .main_footer .footer_bottom {
    text-align: right; }
    .main_footer .footer_bottom p {
      font-size: 9px;
      font-weight: 600;
      color: #919191;
      line-height: 1;
      padding-bottom: 10px;
      padding-top: 10px; }
  .main_footer .footer_head {
    height: 0px;
    position: relative;
    padding-bottom: 0px; }
    .main_footer .footer_head .logo_block {
      float: right;
      width: 165px; }
    .main_footer .footer_head .footer_logo {
      display: block;
      margin: 0px;
      padding: 0px;
      width: 165px;
      height: 50px;
      padding-top: 43px;
      background: url("../img/logo.png") no-repeat left top;
      -webkit-background-size: 100%;
      -o-background-size: 100%;
      background-size: 100%;
      text-transform: uppercase;
      font-family: "Gothic", sans-serif;
      font-size: 7.4px;
      line-height: 1;
      color: #FFF;
      opacity: 0.4; }
      .main_footer .footer_head .footer_logo:hover {
        opacity: 0.8; }
    .main_footer .footer_head .logo_icon {
      position: relative;
      width: 100%;
      height: 24px;
      padding-left: 52px;
      background: url("../img/logo-icon.png") no-repeat left top;
      -webkit-background-size: 44px 23px;
      -o-background-size: 44px 23px;
      background-size: 44px 23px;
      background-position: 0px 1px;
      opacity: 0.5;
      margin-bottom: 15px;
      font-family: "Gothic", sans-serif;
      font-size: 8px;
      color: #FFF;
      line-height: 1; }

.footer_body {
  padding-bottom: 15px; }

.footer_menu {
  position: relative; }
  .footer_menu .menu_title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
    color: #FFF;
    font-family: "Gothic", sans-serif;
    font-weight: bold;
    font-size: 14px;
    border-bottom: 2px solid #E7E7E7;
    margin-bottom: 12px; }
    .footer_menu .menu_title:hover {
      text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7); }
    .footer_menu .menu_title span {
      display: none; }
  .footer_menu .mobile_footer_open_menu {
    display: none; }
  .footer_menu ul {
    list-style: none;
    margin-bottom: 25px; }
    .footer_menu ul li {
      display: block; }
      .footer_menu ul li a {
        position: relative;
        display: inline-block;
        border-bottom: 1px solid rgba(255, 255, 255, 0);
        font-size: 14px;
        line-height: 22px;
        font-weight: 300;
        color: #FFF; }
        .footer_menu ul li a:before {
          content: "";
          position: absolute;
          left: 50%;
          bottom: 0px;
          display: block;
          width: 0px;
          height: 1px;
          background: #FFF;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
        .footer_menu ul li a:after {
          content: "";
          position: absolute;
          right: 50%;
          bottom: 0px;
          display: block;
          width: 0px;
          height: 1px;
          background: #FFF;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
        .footer_menu ul li a:hover {
          text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
          .footer_menu ul li a:hover:before {
            left: 0px;
            width: 50%; }
          .footer_menu ul li a:hover:after {
            right: 0px;
            width: 50%; }

.footer_contacts {
  text-align: right;
  padding-top: 15px; }
  .footer_contacts .top_contacts {
    position: relative;
    width: 100%;
    text-align: right;
    padding-top: 3px;
    clear: both;
    margin-bottom: 15px; }
    .footer_contacts .top_contacts a {
      display: inline-block;
      outline: none;
      position: relative;
      margin: 0 25px;
      margin-right: 0px;
      font-size: 12px;
      color: #fff;
      font-weight: 300;
      line-height: 17px;
      vertical-align: top; }
      .footer_contacts .top_contacts a svg {
        width: 15px;
        height: 15px;
        line-height: 1;
        position: relative;
        top: 0px;
        display: inline-block;
        vertical-align: top;
        margin-right: 7px; }
        .footer_contacts .top_contacts a svg path {
          fill: #fff;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
      .footer_contacts .top_contacts a:hover {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.5); }
        .footer_contacts .top_contacts a:hover svg path {
          fill: #fff; }
    .footer_contacts .top_contacts .mail_link svg {
      top: 1px; }
  .footer_contacts .address {
    font-weight: 300;
    font-size: 12px;
    color: #FFF;
    line-height: 1.3; }

.main_slider_section {
  background: none;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 0px; }
  .main_slider_section .main_title {
    text-align: center;
    text-transform: uppercase;
    font-size: 28px;
    color: #5B5B5B;
    margin-bottom: 25px; }

.main_swiper {
  position: relative;
  width: 100%;
  height: 490px;
  margin: 0 auto;
  overflow: hidden; }
  .main_swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    overflow: hidden; }
    .main_swiper .swiper-slide .inner_slide {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      width: 100%;
      max-width: 450px;
      height: 300px;
      background: rgba(7, 7, 7, 0.66); }
      .main_swiper .swiper-slide .inner_slide .wrapper {
        width: 100%;
        height: 220px;
        position: relative;
        padding: 20px 30px;
        padding-bottom: 75px;
        text-align: center;
        overflow: hidden; }
        .main_swiper .swiper-slide .inner_slide .wrapper h3 {
          font-size: 20px;
          font-weight: bold;
          color: #FFF;
          text-transform: uppercase;
          margin-bottom: 20px; }
        .main_swiper .swiper-slide .inner_slide .wrapper .slider_text {
          display: table;
          width: 100%;
          height: 150px;
          vertical-align: middle;
          text-align: center; }
          .main_swiper .swiper-slide .inner_slide .wrapper .slider_text p {
            display: table-cell;
            vertical-align: middle;
            text-align: left;
            padding-left: 20px;
            padding-right: 20px;
            font-size: 14px;
            color: #FFF;
            line-height: 1.6;
            padding-bottom: 20px; }
      .main_swiper .swiper-slide .inner_slide .button_block {
        position: relative;
        width: 100%;
        height: 80px;
        padding: 20px 30px;
        padding-top: 22px; }
        .main_swiper .swiper-slide .inner_slide .button_block .datails_btn {
          display: block;
          margin: 0 auto;
          text-align: center;
          width: 150px;
          height: 35px;
          border: 2px solid #fff;
          background: none;
          font-size: 14px;
          font-weight: bold;
          color: #FFF;
          text-transform: uppercase;
          padding-top: 8px; }
          .main_swiper .swiper-slide .inner_slide .button_block .datails_btn:hover {
            border-color: #fff;
            background: #000;
            border: 2px solid #fff; }
          .main_swiper .swiper-slide .inner_slide .button_block .datails_btn:active {
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9); }
  .main_swiper .slide_1 {
    background: url("../img/main-slider/slide-1.jpg") no-repeat center center; }
  .main_swiper .slide_2 {
    background: url("../img/main-slider/slide-1.jpg") no-repeat center center; }
  .main_swiper .slide_3 {
    background: url("../img/main-slider/slide-1.jpg") no-repeat center center; }
  .main_swiper .swiper-slide {
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .main_swiper .swiper-button-next, .main_swiper .swiper-button-prev {
    width: 66px;
    height: 66px;
    background: #0078c1;
    margin-top: -33px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
  .main_swiper .swiper-button-next {
    right: 0px;
    background: url("../img/slider-arrow-next.png") no-repeat center center #0078c1; }
    .main_swiper .swiper-button-next:hover {
      background: url("../img/slider-arrow-next.png") no-repeat center center #0066A4; }
  .main_swiper .swiper-button-prev {
    left: 0px;
    background: url("../img/slider-arrow-prev.png") no-repeat center center #0078c1; }
    .main_swiper .swiper-button-prev:hover {
      background: url("../img/slider-arrow-prev.png") no-repeat center center #0066A4; }

.advantages {
  width: 100%;
  background: none;
  padding-top: 30px;
  padding-bottom: 40px; }
  .advantages .advantages_text {
    max-width: 750px;
    text-align: left;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 14px;
    color: #000;
    line-height: 22px; }
  .advantages .advantages_block {
    position: relative;
    max-width: 1154px;
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 25px;
    background: #fff;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
    .advantages .advantages_block ul {
      width: 50%;
      list-style: none;
      float: left;
      padding-left: 70px;
      padding-right: 15px; }
      .advantages .advantages_block ul li {
        display: table;
        position: relative;
        font-size: 14px;
        font-weight: bold;
        color: #5B5B5B;
        text-transform: uppercase;
        margin-bottom: 5px;
        min-height: 75px; }
        .advantages .advantages_block ul li .icon {
          display: table-cell;
          vertical-align: middle;
          width: 45px;
          padding-right: 5px;
          padding-left: 10px; }
          .advantages .advantages_block ul li .icon svg {
            width: 32px;
            height: 28px;
            line-height: 1;
            position: relative;
            display: inline-block;
            vertical-align: top;
            margin-right: 15px; }
            .advantages .advantages_block ul li .icon svg path {
              fill: #047ec7;
              -webkit-transition: 0.3s all;
              -moz-transition: 0.3s all;
              -ms-transition: 0.3s all;
              -o-transition: 0.3s all;
              transition: 0.3s all; }
        .advantages .advantages_block ul li .text {
          display: table-cell;
          vertical-align: middle;
          width: 400px;
          margin-left: 60px;
          text-align: left; }
          .advantages .advantages_block ul li .text p {
            vertical-align: middle;
            font-size: 14px;
            line-height: 1.2;
            font-weight: bold;
            color: #047ec7;
            text-transform: uppercase; }
      .advantages .advantages_block ul li:last-of-type {
        margin-bottom: 0px; }

.products {
  width: 100%;
  background: none;
  padding-top: 30px;
  padding-bottom: 25px;
  text-align: center; }
  .products .section_title {
    margin-bottom: 10px; }
  .products .section_info {
    margin-bottom: 35px; }

.product_block {
  padding-left: 7px;
  padding-right: 7px; }
  .product_block .item {
    max-width: 370px;
    position: relative;
    width: 100%;
    height: 495px;
    overflow: hidden;
    background: #FFF;
    padding: 18px;
    padding-top: 20px;
    padding-bottom: 20px;
    margin: 0 auto;
    margin-bottom: 22px;
    text-align: center;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
    .product_block .item:hover .product_img:before {
      opacity: 1; }
    .product_block .item:hover .product_img img {
      opacity: 0.5; }
    .product_block .item .product_img {
      position: relative;
      width: 100%;
      max-width: 332px;
      height: 246px;
      margin: 0 auto;
      margin-bottom: 5px;
      overflow: hidden; }
      .product_block .item .product_img:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 5;
        border: 2px solid #5ec0fa;
        opacity: 0;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.3s all; }
      .product_block .item .product_img img {
        width: 100%;
        height: 100%;
        -webkit-transition: 0.3s all ease;
        -moz-transition: 0.3s all ease;
        -ms-transition: 0.3s all ease;
        -o-transition: 0.3s all ease;
        transition: 0.3s all ease; }
    .product_block .item .text_block {
      width: 100%;
      height: 165px;
      position: relative;
      overflow: hidden;
      margin-bottom: 3px; }
      .product_block .item .text_block .header_text {
        display: table;
        width: 100%;
        height: 60px;
        border-bottom: 2px solid #e7e7e7; }
        .product_block .item .text_block .header_text p {
          display: table-cell;
          vertical-align: bottom;
          font-family: "Gothic", sans-serif;
          text-align: center;
          padding-bottom: 12px;
padding-left: 25px;
padding-right: 25px;
          font-size: 18px;
          line-height: 1.2;
          color: #5b5b5b; }
      .product_block .item .text_block .body_text {
        display: table;
        width: 100%;
        height: 95px;
        padding-left: 25px;
        padding-right: 25px;
        overflow: hidden; }
        .product_block .item .text_block .body_text p {
          display: table-cell;
          vertical-align: middle;
          text-align: left;
          font-size: 12px;
          line-height: 1.2;
          color: #5b5b5b; }
    .product_block .item .details_btn {
      display: block;
      margin: 0 auto;
      width: 150px;
      height: 35px;
      border: 2px solid #047ec7;
      text-align: center;
      font-family: "Gothic", sans-serif;
      font-size: 14px;
      font-weight: bold;
      color: #047EC7;
      padding-top: 8px;
      text-transform: uppercase; }
      .product_block .item .details_btn:hover {
        background: #047ec7;
        color: #fff; }
      .product_block .item .details_btn:active {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }

.photo_gallery {
  width: 100%;
  background: none;
  padding-top: 30px;
  padding-bottom: 40px; }
  .photo_gallery .section_info {
    max-width: 650px; }

.gallery_swiper {
  position: relative;
  width: 100%;
  height: 490px;
  margin: 0 auto;
  overflow-x: hidden; }
  .gallery_swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    .gallery_swiper .swiper-slide .inner_slide {
      position: absolute;
      left: 0px;
      top: 0px;
      right: 0px;
      bottom: 0px;
      margin: auto;
      width: 100%;
      max-width: 450px;
      height: 145px;
      background: rgba(7, 7, 7, 0.66); }
      .gallery_swiper .swiper-slide .inner_slide .wrapper {
        width: 100%;
        height: 100%;
        position: relative;
        padding: 20px 30px;
        padding-bottom: 75px;
        text-align: center;
        overflow: hidden; }
        .gallery_swiper .swiper-slide .inner_slide .wrapper h3 {
          font-size: 20px;
          font-weight: bold;
          color: #FFF;
          text-transform: uppercase;
          margin-bottom: 20px; }
        .gallery_swiper .swiper-slide .inner_slide .wrapper a {
          position: absolute;
          display: inline-block;
          left: 0px;
          right: 0px;
          bottom: 15px;
          margin: 0 auto;
          max-width: 220px;
          width: 100%;
          height: 35px;
          border: 2px solid #fff;
          font-family: "Gothic", sans-serif;
          font-size: 14px;
          font-weight: bold;
          text-align: center;
          padding-top: 8px;
          color: #FFF; }
          .gallery_swiper .swiper-slide .inner_slide .wrapper a:hover {
            background: #000; }
          .gallery_swiper .swiper-slide .inner_slide .wrapper a:active {
            -webkit-transform: scale(0.9);
            -moz-transform: scale(0.9);
            -ms-transform: scale(0.9);
            -o-transform: scale(0.9);
            transform: scale(0.9); }
  .gallery_swiper .slide_1 {
    background: url("../img/gallery-slider/slide-1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .gallery_swiper .slide_2 {
    background: url("../img/gallery-slider/slide-1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .gallery_swiper .slide_3 {
    background: url("../img/gallery-slider/slide-1.jpg") no-repeat center center;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }
  .gallery_swiper .swiper-button-next, .gallery_swiper .swiper-button-prev {
    width: 66px;
    height: 66px;
    background: #0078c1;
    margin-top: -33px;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    -ms-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all; }
  .gallery_swiper .swiper-button-next {
    right: 0px;
    background: url("../img/slider-arrow-next.png") no-repeat center center #0078c1; }
    .gallery_swiper .swiper-button-next:hover {
      background: url("../img/slider-arrow-next.png") no-repeat center center #0066A4; }
  .gallery_swiper .swiper-button-prev {
    left: 0px;
    background: url("../img/slider-arrow-prev.png") no-repeat center center #0078c1; }
    .gallery_swiper .swiper-button-prev:hover {
      background: url("../img/slider-arrow-prev.png") no-repeat center center #0066A4; }

.certificates {
  width: 100%;
  background: none;
  padding-top: 30px; }
  .certificates .section_title {
    /*margin-bottom: 30px;*/ }
  .certificates .section_info {
    margin-bottom: 30px;
  }

.certificates_block {
  position: relative;
  width: 100%;
  background: #FFF;
  padding-top: 30px;
  padding-bottom: 30px; }
  .certificates_block .item {
    position: relative;
    width: 100%;
    min-height: 152px;
    margin-bottom: 30px; }
    .certificates_block .item .certif_logo {
      position: relative;
      width: 100%;
      height: 120px;
      margin: 0 auto;
      margin-bottom: 10px; }
      .certificates_block .item .certif_logo img {
        position: absolute;
        left: 0px;
        top: 0px;
        right: 0px;
        bottom: 0px;
        margin: auto;
        max-width: 100%;
        max-height: 100%; }
    .certificates_block .item p {
      max-width: 140px;
      margin: 0 auto;
      font-size: 12px;
      color: #5B5B5B;
      line-height: 1.3;
      text-align: center; }

.accordion_section {
  position: relative;
  width: 100%; }
  .accordion_section .spoiler-trigger .inner {
    position: relative; }
    .accordion_section .spoiler-trigger .inner img {
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      margin: auto; }
  .accordion_section .panel {
    position: relative;
    width: 100%;
    border: none;
    margin: 0px;
    -webkit-box-shadow: none;
    box-shadow: none; }
  .accordion_section .panel-heading {
    position: relative;
    padding: 0px;
    width: 100%;
    height: 100px;
    border: none;
    border-bottom: 2px solid #5ec0fa; }
    .accordion_section .panel-heading .spoiler-trigger {
      position: relative;
      width: 100%;
      height: 100%;
      background: #047ec7;
      text-align: center;
      cursor: pointer; }
      .accordion_section .panel-heading .spoiler-trigger .container {
        position: relative;
        height: 100%; }
      .accordion_section .panel-heading .spoiler-trigger .inner {
        display: table;
        width: 100%;
        height: 100%; }
      .accordion_section .panel-heading .spoiler-trigger p {
        display: table-cell;
        vertical-align: middle;
        font-family: "Gothic", sans-serif;
        font-size: 18px;
        color: #FFF;
        text-transform: uppercase; }
        .accordion_section .panel-heading .spoiler-trigger p span {
          border-bottom: 2px solid #b1cde8; }
      .accordion_section .panel-heading .spoiler-trigger .accordion_icon {
        position: absolute;
        right: 15px;
        top: 0px;
        bottom: 0px;
        margin: auto;
        z-index: 5;
        height: 22px; }
        .accordion_section .panel-heading .spoiler-trigger .accordion_icon:after {
          content: "";
          position: absolute;
          right: 15px;
          top: 0px;
          display: block;
          width: 34px;
          height: 22px;
          background: url("../img/accordion-icon.png") no-repeat center center;
          -webkit-background-size: 100%;
          -o-background-size: 100%;
          background-size: 100%;
          -webkit-transition: 0.3s all;
          -moz-transition: 0.3s all;
          -ms-transition: 0.3s all;
          -o-transition: 0.3s all;
          transition: 0.3s all; }
    .accordion_section .panel-heading .open .accordion_icon:after {
      -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      -ms-transform: rotateX(180deg);
      -o-transform: rotateX(180deg);
      transform: rotateX(180deg);
      transform-style: preserve-3d; }
  .accordion_section .panel-collapse {
    position: relative;
    width: 100%;
    border: none;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }
    .accordion_section .panel-collapse .panel-body {
      position: relative;
      width: 100%;
      padding: 0px;
      border: none;
      padding-top: 18px;
      text-align: center;
      background: #5EC0FA; }

.map_according .panel-heading .buttons_block {
  display: table-cell;
  vertical-align: middle; }
  .map_according .panel-heading .buttons_block button {
    position: relative;
    display: inline-block;
    width: 226px;
    height: 35px;
    border: 2px solid #fff;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    margin: 0 8px;
    background: none;
    z-index: 10; }
    .map_according .panel-heading .buttons_block button:hover {
      background: #FFF;
      color: #047ec7; }
.map_according .panel-collapse .panel-body {
  padding-top: 0px; }

.map_container {
  position: relative;
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 30px; }

#map {
  position: relative;
  width: 100%;
  height: 620px;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

#map2 {
  position: relative;
  width: 100%;
  height: 620px;
  display: none;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }

.ymaps-b-balloon__content, .ymaps-b-balloon__tl {
  border: none !important;
  background: #1e98ff !important; }

.ymaps-b-balloon__tl {
  margin-right: 0px !important; }

.ymaps-b-balloon__sprite, .ymaps-b-balloon__tail {
  background: #1e98ff !important; }

.ymaps-b-balloon__sprite_type_tail {
  left: -3px !important;
  background: url("../img/balun-marker.png") no-repeat center center !important;
  -webkit-background-size: 100% 100% !important;
  -o-background-size: 100% 100% !important;
  background-size: 100% 100% !important; }

.ymaps-b-balloon__content-head {
  font-size: 14px;
  font-weight: 800;
  color: #FFF;
  line-height: 22px; }

.ymaps-b-balloon__content-body {
  color: #FFF;
  padding-top: 10px;
  padding-bottom: 5px; }
  .ymaps-b-balloon__content-body p {
    font-size: 12px;
    color: #FFF;
    line-height: 1.3; }
  .ymaps-b-balloon__content-body a {
    font-size: 12px;
    color: #FFF; }
    .ymaps-b-balloon__content-body a:hover {
      color: #5ec0fa; }
  .ymaps-b-balloon__content-body .baloon-tel {
    display: inline-block; }

.ymaps-b-balloon_footer_yes .ymaps-b-balloon__content-foot {
  padding-bottom: 5px;
  background: #1e98ff;
  color: #5ec0fa; }
  .ymaps-b-balloon_footer_yes .ymaps-b-balloon__content-foot a {
    font-size: 12px;
    color: #5ec0fa; }
    .ymaps-b-balloon_footer_yes .ymaps-b-balloon__content-foot a:hover {
      color: #fff; }

.ymaps-b-balloon__close {
  background-image: url("../img/balun-close.png") !important;
  -webkit-background-size: 10px 10px;
  -o-background-size: 10px 10px;
  background-size: 10px 10px;
  background-position: 6px 13px !important; }

.ymaps-2-1-48-balloon, .ymaps-2-1-48-balloon__layout {
  border: none !important;
  background: #1e98ff !important;
  -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.4);
  border: 1px solid #fff !important; }

.ymaps-2-1-48-balloon {
  padding: 0px !important; }

.ymaps-2-1-48-balloon__close-button {
  display: block;
  border: none !important;
  width: 20px !important;
  height: 20px !important;
  margin-right: 0px !important;
  cursor: pointer;
  background: url("../img/balun-close.png") no-repeat !important;
  -webkit-background-size: 10px 10px !important;
  -o-background-size: 10px 10px !important;
  background-size: 10px 10px !important;
  background-position: 5px 5px !important;
  opacity: 0.3; }

.ymaps-2-1-48-balloon__close + .ymaps-2-1-48-balloon__content {
  background: #1e98ff !important;
  font-size: 12px;
  color: #FFF;
  line-height: 1.3; }
  .ymaps-2-1-48-balloon__close + .ymaps-2-1-48-balloon__content a {
    font-size: 12px;
    color: #fff; }
    .ymaps-2-1-48-balloon__close + .ymaps-2-1-48-balloon__content a:hover {
      color: #bde1ff; }

.ymaps-2-1-48-balloon-content__header {
  font-family: "Open Sans", sans-serif !important;
  margin-bottom: 10px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  color: #FFF;
  line-height: 22px !important; }

.ymaps-2-1-48-balloon-content__footer {
  margin-top: 10px !important;
  font-size: 12px !important;
  color: #bde1ff !important; }
  .ymaps-2-1-48-balloon-content__footer a {
    color: #bde1ff !important; }
    .ymaps-2-1-48-balloon-content__footer a:hover {
      color: #FFF !important; }

.ymaps-2-1-48-balloon__tail:after {
  background: #1e98ff !important; }

.ymaps-2-1-48-b-cluster-tabs__menu-item-text {
  color: #fff !important; }

.ymaps-2-1-48-b-cluster-tabs__menu-item_current_yes {
  background: #5ec0fa !important; }

.info_section {
  width: 100%;
  background: none;
  padding-top: 30px;
  padding-bottom: 55px; }
  .info_section .info_section_text {
    max-width: 750px;
    text-align: left;
    margin: 0 auto;
    font-size: 14px;
    color: #000;
    line-height: 22px; }
    .info_section .info_section_text p {
      margin-bottom: 40px; }
    .info_section .info_section_text img {
      display: block;
      margin: 0 auto; }

.accordion_section .white_container {
  background: #FFF;
  -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px; }

.contact_accordion .panel-collapse .panel-body {
  padding-top: 30px;
  padding-bottom: 20px; }
.contact_accordion .contact_info {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: left; }
  .contact_accordion .contact_info h2 {
    font-family: "Gothic", sans-serif;
    font-weight: bold;
    font-size: 18px;
    color: #010101;
    margin-bottom: 20px; }
  .contact_accordion .contact_info h3 {
    font-size: 16px;
    font-weight: 600;
    color: #010101;
    margin-bottom: 17px; }
  .contact_accordion .contact_info p {
    max-width: 292px;
    font-size: 16px;
    font-weight: 300;
    color: #010101;
    margin-bottom: 17px; }
  .contact_accordion .contact_info a {
    outline: none;
    display: inline-block;
    font-size: 14px;
    font-weight: 300;
    line-height: 1.3;
    color: #010101; }
  .contact_accordion .contact_info .tel_block {
    max-width: 180px;
    margin-bottom: 17px; }
  .contact_accordion .contact_info .mailto_link {
    margin-bottom: 35px; }
  .contact_accordion .contact_info .scheme_btn {
    position: relative;
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    padding-right: 2px;
    color: #047EC7;
    border-bottom: 2px solid #a4c5e4; }
    .contact_accordion .contact_info .scheme_btn:hover {
      text-decoration: none;
      text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
.contact_accordion .map_block {
  padding: 0px; }

#contact-map {
  position: relative;
  width: 100%;
  height: 470px; }

.manufacturer {
  padding-top: 0px; }
  .manufacturer .panel-collapse .panel-body {
    padding-top: 35px;
    padding-bottom: 20px; }
  .manufacturer .section_title {
    margin-bottom: 30px; }
  .manufacturer .text_block {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 70px;
    text-align: left; }
    .manufacturer .text_block .title {
      text-align: center;
      font-family: "Gothic", sans-serif;
      font-size: 28px;
      color: #5B5B5B;
      margin-bottom: 65px; }
    .manufacturer .text_block p {
      font-size: 14px;
      line-height: 22px;
      color: #000;
      margin-bottom: 20px; }

.empty_section {
  position: relative;
  height: 70px;
  width: 100%;
  background: none; }
  .empty_section:before {
    content: "";
    display: block;
    width: 100%;
    max-width: 975px;
    height: 2px;
    background: #5B5B5B;
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto; }

.breadcrumb_section {
  position: relative;
  width: 100%;
  background: #5ec0fa; }
  .breadcrumb_section .breadcrumb {
    position: relative;
    background: none;
    padding: 0px;
    padding-top: 17px;
    padding-bottom: 17px;
    margin: 0px; }
    .breadcrumb_section .breadcrumb li {
      font-family: "Gothic", sans-serif;
      font-size: 14px;
      color: #0066A4; }
      .breadcrumb_section .breadcrumb li a {
        color: #0066A4;
        -webkit-transition: 0.1s all;
        -moz-transition: 0.1s all;
        -ms-transition: 0.1s all;
        -o-transition: 0.1s all;
        transition: 0.1s all; }
        .breadcrumb_section .breadcrumb li a:hover {
          color: #FFF; }
    .breadcrumb_section .breadcrumb .active {
      color: #FFF; }
    .breadcrumb_section .breadcrumb li + li:before {
      padding: 0px;
      padding-left: 3px;
      color: #0066A4;
      content: "/ "; }

.item_section {
  width: 100%;
  background: none;
  padding-top: 18px;
  padding-bottom: 0px; }
  .item_section .white_wrapper {
    position: relative;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 40px;
    background: #FFF;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.2); }
  .item_section .inner_wrapper {
    position: relative;
    width: 100%;
    max-width: 1005px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto; }
  .item_section .item_tabs {
    position: relative;
    width: 100%;
    margin-bottom: 30px; }
    .item_section .item_tabs .tab-content {
      position: relative;
      width: 100%;
      height: 346px;
      margin-bottom: 10px; }
      .item_section .item_tabs .tab-content .tab-pane {
        position: relative;
        width: 100%;
        height: 100%; }
        .item_section .item_tabs .tab-content .tab-pane img {
          width: 100%;
          height: 100%; }
    .item_section .item_tabs .nav-tabs {
      position: relative;
      width: 100%;
      border: none;
      padding-right: 120px; }
      .item_section .item_tabs .nav-tabs li {
        border: none;
        width: 57px;
        height: 57px;
        border: 1px solid rgba(0, 0, 0, 0.8);
        margin-right: 10px;
        margin-bottom: 8px;
        -webkit-transition: 0.3s all;
        -moz-transition: 0.3s all;
        -ms-transition: 0.3s all;
        -o-transition: 0.3s all;
        transition: 0.1s all; }
        .item_section .item_tabs .nav-tabs li:hover {
          -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
        .item_section .item_tabs .nav-tabs li a {
          position: relative;
          border: none;
          display: block;
          width: 100%;
          height: 100%;
          padding: 0px;
          margin: 0px; }
          .item_section .item_tabs .nav-tabs li a img {
            width: 100%;
            height: 100%; }
      .item_section .item_tabs .nav-tabs .item_brand {
        position: absolute;
        right: 0px; }
      .item_section .item_tabs .nav-tabs .active {
        border: 1px solid #047ec7; }

.popover.bottom {
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #047ec7; }
  .popover.bottom .arrow {
    width: 30px;
    height: 20px;
    top: -20px;
    border-bottom-color: #047ec7; }
    .popover.bottom .arrow:after {
      top: 5px;
      margin-left: -6px;
      border-bottom-color: #047ec7; }
  .popover.bottom .popover-content {
    font-size: 12px;
    color: #FFF; }

.item_section .item_title {
  position: relative;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 45px; }
  .item_section .item_title h3 {
    font-family: "Gothic", sans-serif;
    font-size: 20px;
    color: #5B5B5B;
    margin-bottom: 10px; }
  .item_section .item_title img {
    margin-bottom: 30px;
    max-width: 100%; }
  .item_section .item_title p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #5B5B5B; }
.item_section .item_info_block {
  width: 100%;
  max-width: 678px;
  position: relative;
  margin: 0 auto; }
  .item_section .item_info_block .wrapper {
    position: relative;
    border-top: 2px solid #e7e7e7;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 8px;
    padding-bottom: 8px; }
    .item_section .item_info_block .wrapper .info_list {
      position: relative;
      max-width: 390px;
      width: 100%;
      list-style: none;
            float: left;
      margin-bottom: 30px; }
      .item_section .item_info_block .wrapper .info_list li {
        position: relative;
        padding-bottom: 22px;
        color: #5B5B5B;
        font-weight: bold;
        line-height: 22px; }
        .item_section .item_info_block .wrapper .info_list li span {
          width: 83px;
          text-align: left;
          float: right; }
      .item_section .item_info_block .wrapper .info_list li:last-of-type {
        padding-bottom: 0px; }
    .item_section .item_info_block .wrapper .item_img_block {
      position: relative;
      float: right;
      width: 195px;
      height: 160px;
      overflow: hidden; }
      .item_section .item_info_block .wrapper .item_img_block img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
    .item_section .item_info_block .wrapper p {
      max-width: 570px;
      font-size: 14px;
      line-height: 22px;
      color: #5B5B5B; }
  .item_section .item_info_block .button_wrapper {
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px; }
    .item_section .item_info_block .button_wrapper a {
      display: inline-block;
      vertical-align: top;
      border: 2px solid #047ec7;
      background: none;
      text-align: center;
      padding-left: 27px;
      padding-right: 27px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-family: "Gothic", sans-serif;
      font-weight: bold;
      font-size: 14px;
      color: #047EC7;
      text-transform: uppercase;
      margin: 0 7px;
      margin-bottom: 10px; }
      .item_section .item_info_block .button_wrapper a:hover {
        color: #FFF;
        background: #047ec7; }
      .item_section .item_info_block .button_wrapper a:active {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }

.item_accessories_section .item_title {
  position: relative;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 45px; }
  .item_accessories_section .item_title h3 {
    font-family: "Gothic", sans-serif;
    font-size: 20px;
    color: #5B5B5B;
    margin-bottom: 10px; }
  .item_accessories_section .item_title img {
    margin-bottom: 30px;
    max-width: 100%; }
  .item_accessories_section .item_title p {
    text-align: left;
    font-size: 14px;
    line-height: 22px;
    color: #5B5B5B; }
.item_accessories_section .item_info_block {
  width: 100%;
  max-width: 678px;
  position: relative;
  margin: 0 auto; }
  .item_accessories_section .item_info_block p {
    font-size: 14px;
    color: #5B5B5B;
    margin-bottom: 15px; }
  .item_accessories_section .item_info_block .wrapper {
    position: relative;
    border-top: 2px solid #e7e7e7;
    padding-left: 45px;
    padding-right: 45px;
    padding-top: 8px;
    padding-bottom: 8px; }
    .item_accessories_section .item_info_block .wrapper .info_list {
      position: relative;
      max-width: 390px;
      width: 100%;
      list-style: none;
      float: left;
      margin-bottom: 30px; }
      .item_accessories_section .item_info_block .wrapper .info_list li {
        position: relative;
        padding-bottom: 22px;
        color: #5B5B5B;
        line-height: 22px; }
        .item_accessories_section .item_info_block .wrapper .info_list li span {
          width: 83px;
          text-align: left;
          float: right; }
      .item_accessories_section .item_info_block .wrapper .info_list li:last-of-type {
        padding-bottom: 0px; }
    .item_accessories_section .item_info_block .wrapper .info_list_accessories {
      position: relative;
      max-width: 555px;
      width: 100%;
      list-style: none;
      float: none;
      margin-top: 15px;
      margin-bottom: 20px; }
      .item_accessories_section .item_info_block .wrapper .info_list_accessories li {
        position: relative;
        padding-bottom: 15px;
        padding-left: 32px;
        color: #5B5B5B;
        font-size: 14px;
        line-height: 22px; }
        .item_accessories_section .item_info_block .wrapper .info_list_accessories li:before {
          content: "";
          display: block;
          width: 7px;
          height: 7px;
          background: url("../img/list-pointer.png") no-repeat left top;
          position: absolute;
          left: 15px;
          top: 7px; }
        .item_accessories_section .item_info_block .wrapper .info_list_accessories li span {
          width: 83px;
          text-align: left;
          float: right; }
      .item_accessories_section .item_info_block .wrapper .info_list_accessories li:last-of-type {
        padding-bottom: 0px; }
    .item_accessories_section .item_info_block .wrapper .item_img_block {
      position: relative;
      float: right;
      width: 195px;
      height: 160px;
      overflow: hidden; }
      .item_accessories_section .item_info_block .wrapper .item_img_block img {
        position: absolute;
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        max-width: 100%;
        max-height: 100%;
        margin: auto; }
    .item_accessories_section .item_info_block .wrapper p {
      max-width: 570px;
      font-size: 14px;
      line-height: 22px;
      color: #5B5B5B; }
    .item_accessories_section .item_info_block .wrapper p:last-of-type {
      margin-bottom: 0px; }
  .item_accessories_section .item_info_block .img_wrapper {
    width: 100%;
    height: 215px;
    padding: 0px;
    position: relative; }
    .item_accessories_section .item_info_block .img_wrapper img {
      max-width: 100%;
      max-height: 100%;
      position: absolute;
      left: 0px;
      right: 0px;
      top: 0px;
      bottom: 0px;
      margin: auto; }
  .item_accessories_section .item_info_block .button_wrapper {
    text-align: center;
    width: 100%;
    position: relative;
    padding-top: 50px;
    padding-left: 0px;
    padding-right: 0px; }
    .item_accessories_section .item_info_block .button_wrapper a {
      display: inline-block;
      vertical-align: top;
      border: 2px solid #047ec7;
      background: none;
      text-align: center;
      padding-left: 27px;
      padding-right: 27px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-family: "Gothic", sans-serif;
      font-weight: bold;
      font-size: 14px;
      color: #047EC7;
      text-transform: uppercase;
      margin: 0 7px;
      margin-bottom: 10px; }
      .item_accessories_section .item_info_block .button_wrapper a:hover {
        color: #FFF;
        background: #047ec7; }
      .item_accessories_section .item_info_block .button_wrapper a:active {
        -webkit-transform: scale(0.9);
        -moz-transform: scale(0.9);
        -ms-transform: scale(0.9);
        -o-transform: scale(0.9);
        transform: scale(0.9); }

.document_section {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 40px; }
  .document_section .section_title {
    margin-bottom: 30px; }
  .document_section .section_info {
    margin-top: -20px; 
    margin-bottom: 35px; }
  .document_section .panel-collapse .panel-body {
    padding-top: 20px;
    padding-bottom: 30px; }
  .document_section .wrapper {
    position: relative;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    padding-top: 20px; }
    .document_section .wrapper p {
      font-size: 14px;
      line-height: 22px;
      color: #000;
      text-align: left;
      margin-bottom: 15px; }

.instructions_accordion .panel-collapse .panel-body {
  padding-top: 30px;
  padding-bottom: 30px; }
.instructions_accordion .white_container {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 0px; }
  .instructions_accordion .white_container .instr_item, .instructions_accordion .white_container .material_item {
    position: relative;
    display: block;
    float: left;
    width: 262px;
    height: 180px;
    padding-top: 5px;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 5px; }
    .instructions_accordion .white_container .instr_item .pdf_link, .instructions_accordion .white_container .material_item .pdf_link {
      display: block;
      overflow: hidden;
      width: 68px;
      height: 94px;
      position: relative;
      margin: 0 auto;
      margin-bottom: 10px;
      -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5); }
      .instructions_accordion .white_container .instr_item .pdf_link:hover, .instructions_accordion .white_container .material_item .pdf_link:hover {
        -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.8);
        box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.8); }
      .instructions_accordion .white_container .instr_item .pdf_link img, .instructions_accordion .white_container .material_item .pdf_link img {
        width: 100%;
        height: 100%; }
    .instructions_accordion .white_container .instr_item p, .instructions_accordion .white_container .material_item p {
      max-width: 200px;
      margin: 0 auto;
      text-align: left;
      font-size: 14px;
      font-weight: 400;
      text-align: center;
      color: #000;
      line-height: 22px; }
  .instructions_accordion .white_container .instr_item:nth-child(4n+4), .instructions_accordion .white_container .material_item:nth-child(4n+4) {
    margin-right: 0px; }

.certificate_accordion .panel-collapse .panel-body {
  padding-top: 30px;
  padding-bottom: 30px; }
.certificate_accordion .white_container {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 0px; }
  .certificate_accordion .white_container .inner_wrapper {
    max-width: 975px;
    margin: 0 auto;
    border-bottom: 2px solid #5b5b5b;
    margin-bottom: 22px;
    padding-left: 15px;
    padding-right: 15px; }
    .certificate_accordion .white_container .inner_wrapper:last-of-type {
      border: none; }
    .certificate_accordion .white_container .inner_wrapper .inner_title {
      font-family: "Gothic", sans-serif;
      text-align: left;
      text-transform: uppercase;
      color: #5B5B5B;
      font-size: 18px;
      font-weight: bold;
      margin-bottom: 18px; }
  .certificate_accordion .white_container .material_item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 98px;
    padding-top: 5px;
    text-align: center;
    padding-right: 10px;
    margin-bottom: 30px;
    padding-left: 97px; }
    .certificate_accordion .white_container .material_item .pdf_link {
      display: block;
      float: left;
      overflow: hidden;
      width: 68px;
      height: 94px;
      position: relative;
      margin: 0 auto;
      margin-bottom: 10px;
      -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
      box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5); }
      .certificate_accordion .white_container .material_item .pdf_link:hover {
        -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.8);
        box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.8); }
      .certificate_accordion .white_container .material_item .pdf_link img {
        width: 100%;
        height: 100%; }
    .certificate_accordion .white_container .material_item .instr_name {
      display: table;
      padding-left: 30px;
      height: 96px; }
      .certificate_accordion .white_container .material_item .instr_name p {
        display: table-cell;
        max-width: 200px;
        height: 100%;
        vertical-align: middle;
        text-align: left;
        font-size: 14px;
        line-height: 22px;
        color: #000; }

.managers_accordion .panel-collapse .panel-body {
  padding-top: 30px;
  padding-bottom: 30px;
  width: 100%; }
.managers_accordion .white_container {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 0px; }
.managers_accordion .manager_item_block {
  max-width: 975px;
  margin: 0 auto;
  border-bottom: 2px solid #5b5b5b;
  margin-bottom: 22px;
  padding-left: 15px;
  padding-right: 15px; }
  .managers_accordion .manager_item_block:last-of-type {
    border: none; }
  .managers_accordion .manager_item_block h3 {
    font-family: "Gothic", sans-serif;
    text-align: left;
    text-transform: uppercase;
    color: #5B5B5B;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 18px; }
  .managers_accordion .manager_item_block .manager_item {
    position: relative;
    display: block;
    float: left;
    width: 50%;
    height: 78px;
    padding-top: 5px;
    text-align: left;
    padding-right: 10px;
    margin-bottom: 30px;
    padding-left: 97px; }
    .managers_accordion .manager_item_block .manager_item p {
      font-size: 14px;
      line-height: 22px;
      margin: 0px;
      color: #000; }
      .managers_accordion .manager_item_block .manager_item p span {
        font-weight: bold; }
    .managers_accordion .manager_item_block .manager_item .tel {
      display: inline-block;
      width: auto;
      margin-right: 10px; }
    .managers_accordion .manager_item_block .manager_item a {
      font-size: 14px;
      line-height: 22px;
      color: #000; }
      .managers_accordion .manager_item_block .manager_item a:hover {
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3); }
.managers_accordion .manager_item_block:last-of-type {
  border: none; }

.documents_instr {
  padding-bottom: 20px; }
  .documents_instr .section_title {
    margin-bottom: 10px; }
  .documents_instr .section_info {
    margin-bottom: 15px; }
  .documents_instr .wrapper {
    padding: 15px;
    padding-top: 18px;
    padding-bottom: 30px;
    text-align: left; }
    .documents_instr .wrapper .instr_item {
      position: relative;
      width: 100%;
      min-height: 72px;
      margin-bottom: 15px; }
      .documents_instr .wrapper .instr_item .pdf_link {
        float: left;
        display: block;
        vertical-align: top;
        width: 51px;
        height: 72px;
        position: relative;
        margin: 0 auto;
        margin-right: 45px;
        -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.5); }
        .documents_instr .wrapper .instr_item .pdf_link:hover {
          -webkit-box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.8);
          box-shadow: 3px 5px 10px rgba(0, 0, 0, 0.8); }
        .documents_instr .wrapper .instr_item .pdf_link img {
          width: 100%;
          height: 100%; }
      .documents_instr .wrapper .instr_item .instr_name {
        display: table;
        height: 72px; }
        .documents_instr .wrapper .instr_item .instr_name p {
          display: table-cell;
          height: 100%;
          vertical-align: middle;
          text-align: left;
          font-size: 14px;
          line-height: 22px;
          color: #000; }

.documents_certificate {
  padding-bottom: 60px; }
  .documents_certificate .section_title {
    margin-bottom: 10px; }
  .documents_certificate .section_info {
    margin-bottom: 15px; }
  .documents_certificate .wrapper {
    padding-top: 20px; }

.where_buy {
  width: 100%;
  padding-top: 30px; }
  .where_buy .section_title {
    margin-bottom: 30px; }
  .where_buy .map_container {
    position: relative;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 35px;
    background: #5ec0fa; }

.products_gallery {
  padding-bottom: 0px; }
  .products_gallery .item {
    height: 430px; }
    .products_gallery .item .product_img {
      outline: none;
      display: block; }

.fancybox-wrap .fancybox-title {
  bottom: auto;
  top: 0px;
  margin: 0px;
  margin-top: -35px; }
  .fancybox-wrap .fancybox-title span {
    font-family: "Gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    background: none; }
.fancybox-wrap .fancybox-skin {
  padding: 0px !important;
  -webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.75);
  box-shadow: 5px 10px 25px rgba(0, 0, 0, 0.75); }

.fancybox-prev span {
  visibility: visible;
  width: 66px;
  height: 66px;
  background: #0078c1;
  margin-top: -33px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  left: 0px;
  background: url("../img/slider-arrow-prev.png") no-repeat center center #0078c1; }
  .fancybox-prev span:hover {
    background: url("../img/slider-arrow-prev.png") no-repeat center center #0066A4; }

.fancybox-next span {
  visibility: visible;
  width: 66px;
  height: 66px;
  background: #0078c1;
  margin-top: -33px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  -ms-transition: 0.3s all;
  -o-transition: 0.3s all;
  transition: 0.3s all;
  right: 0px;
  background: url("../img/slider-arrow-next.png") no-repeat center center #0078c1; }
  .fancybox-next span:hover {
    background: url("../img/slider-arrow-next.png") no-repeat center center #0066A4; }

.where_buy_map {
  padding-bottom: 10px;
  background: #5EC0FA;
  padding-top: 30px;
  padding-bottom: 30px; }
  .where_buy_map .container {
    padding: 0px; }
  .where_buy_map #map {
    margin-top: 0px; }

.fancybox-wrap .fancybox-title {
  width: 100%;
  height: 100%;
  z-index: 0;
  margin-top: 0px; }
  .fancybox-wrap .fancybox-title span {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center; }
    .fancybox-wrap .fancybox-title span h3 {
      position: relative;
      top: -35px; }
    .fancybox-wrap .fancybox-title span h4 {
      position: absolute;
      display: inline-block;
      bottom: -35px;
      margin: 0 auto;
      left: 0px;
      right: 0px; }

/*Кружок в иконках приемуществ*/

circle {  fill: #047ec7; }

/*Дополнение к карте*/

.where_buy_map {
  background: #5EC0FA;
  padding-top: 30px;
  padding-bottom: 30px; }
  .where_buy_map .container {
    padding: 0px; }
  .where_buy_map #map {
    margin-top: 0px; }
  .where_buy_map .buttons_block {
    position: relative;
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
    margin-bottom: 8px; }
    .where_buy_map .buttons_block button {
      display: inline-block;
      vertical-align: top;
      width: 185px;
      height: 35px;
      border: 2px solid #fff;
      background: none;
      color: #fff;
      font-weight: bold;
      font-size: 14px;
      text-transform: uppercase;
      margin: 0 10px;
      margin-bottom: 22px; }
      .where_buy_map .buttons_block button:hover {
        color: #5ec0fa;
        background: #fff; }


@media screen and (max-width: 479px) {
  .where_buy_map .buttons_block button {
    margin: 0 2px;
    margin-bottom: 5px;
    width: 150px;
    font-size: 12px; } }

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