@charset "UTF-8";
#header .top-part:after, #header .container:after, #header .phone-box:after, #about-company .container:after, #filials .container:after, #filials .filial-block:after, #clients:after, #clients .row:after, #clients .article .article-header:after, #contacts .container:after, #contacts .contacts-block:after, #contacts .head-block:after, #contacts .filial-block:after, #mobil1:after, #mobil1 .head-block:after, #mobil1 .filial-block:after, #other-news .article .article-header:after, #news:after, #news:after, #news .news-list:after, #footer .main-block:after, #footer .copyright:after {
  display: table;
  content: "";
  clear: both; }

#news .main-content .clearfix:after {
  display: table;
  content: "";
  clear: left; }

#about-company .title-block, #filials .title-block, #clients .title-block, #contacts .title-block, #mobil1 .title-block, #news .title-block, #news .title-block {
  position: relative;
  padding-bottom: 10px;
  margin: 30px 0; }
  #about-company .title-block .title, #filials .title-block .title, #clients .title-block .title, #contacts .title-block .title, #mobil1 .title-block .title, #news .title-block .title, #news .title-block .title {
    text-transform: uppercase;
    color: #e31400;
    font-weight: bold;
    padding-left: 20px;
    font-size: 18px; }
  #about-company .title-block .subtext, #filials .title-block .subtext, #clients .title-block .subtext, #contacts .title-block .subtext, #mobil1 .title-block .subtext, #news .title-block .subtext, #news .title-block .subtext {
    padding-left: 20px;
    font-size: 11px; }
  #about-company .title-block .line, #filials .title-block .line, #clients .title-block .line, #contacts .title-block .line, #mobil1 .title-block .line, #news .title-block .line, #news .title-block .line {
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 0;
    left: 0;
    background: #0065b3; }

#about-company .order-form-block{
  float: right;
margin: 0 17.5px; }
#order-form-block{float: right}
  #about-company .order-form-block .form, #order-form-block .form {
    margin-bottom: 14px;
    background-color: #0065b3;
    width: 320px;
    padding: 30px;
    border-radius: 5px; }
    #about-company .order-form-block .form .title, #order-form-block .form .title {
      color: #fff;
      width: 85%;
      margin: 0 auto 20px;
      text-align: center; }
  #about-company .order-form-block input[type="text"], #order-form-block input[type="text"] {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #313131;
    border-radius: 5px; }
    #about-company .order-form-block input[type="text"] + input[type="text"], #order-form-block input[type="text"] + input[type="text"] {
      margin-top: 15px; }
    #about-company .order-form-block input[type="text"]::-webkit-input-placeholder, #order-form-block input[type="text"]::-webkit-input-placeholder {
      color: #000; }
    #about-company .order-form-block input[type="text"]::-moz-placeholder, #order-form-block input[type="text"]::-moz-placeholder {
      color: #000; }
    #about-company .order-form-block input[type="text"]:-moz-placeholder, #order-form-block input[type="text"]:-moz-placeholder {
      color: #000; }
    #about-company .order-form-block input[type="text"]:-ms-input-placeholder, #order-form-block input[type="text"]:-ms-input-placeholder {
      color: #000; }
    #about-company .order-form-block input[type="text"]:focus::-webkit-input-placeholder, #order-form-block input[type="text"]:focus::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    #about-company .order-form-block input[type="text"]:focus::-moz-placeholder, #order-form-block input[type="text"]:focus::-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    #about-company .order-form-block input[type="text"]:focus:-moz-placeholder, #order-form-block input[type="text"]:focus:-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    #about-company .order-form-block input[type="text"]:focus:-ms-input-placeholder, #order-form-block input[type="text"]:focus:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
  #about-company .order-form-block button, #order-form-block button {
    width: 100%;
    margin-top: 25px;
    background-color: #e31400;
    color: #fff;
    padding: 15px 0;
    border-radius: 5px;
    text-transform: uppercase; }
  #about-company .order-form-block button:hover, #order-form-block button:hover {
    background: #f42511;
  }

html, body, div, span, applet, object, iframe, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, strike, sub, sup, tt, var, center, dl, dt, dd, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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

body {
  line-height: 1;
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}

main
{
    flex: 1 0 auto;
}

blockquote, q {
  quotes: none; }

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

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

a {
  color: inherit;
  text-decoration: none; }

a, a:focus, input, textarea {
  outline: none; }

button, input[type="submit"] {
  border: none;
  outline: none;
  cursor: pointer;
  font-size: inherit; }

@font-face {
  font-family: BEBAS;
  src: url(../fonts/BEBAS.ttf); }

body {
  font: 12px Tahoma, sans-serif; }

* {
  box-sizing: border-box; 
  font-size: 100%;}

.container {
  margin: 0 auto; }
  @media (min-width: 768px) {
    .container {
      width: 750px;
			padding-left: 8px;
			padding-right: 5px;
		}
	}
  @media (min-width: 992px) {
    .container {
      width: 950px; padding-left: 8px;
			padding-right: 5px; } }

#header .top-part {
  text-transform: uppercase;
  color: #fff;
  position: relative; }

#header .left-bg, #header .main-menu {
  background-color: #0065b3; }

#header .right-bg, #header .search-field {
  background-color: #e31400; }

#header .left-bg, #header .right-bg {
  display: inline-block;
  height: 100%;
  position: absolute;
  z-index: -1;
  width: 50%; }

#header .left-bg {
  left: 0; }

#header .right-bg {
  right: 0; }

#header .main-menu {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 72%; }
  #header .main-menu li {
    float: left;
    margin: 0 8px;
    line-height: 40px;
    font-size: 11px;
    position: relative;
    height: 40px; }
    #header .main-menu li:first-child {
      margin-left: 0; }
    #header .main-menu li:last-child {
      margin-right: 0; }
    #header .main-menu li:after {
      content: "";
      position: absolute;
      bottom: 20%;
      opacity: 0;
      height: 3px;
      width: 100%;
      left: 0;
      background: #ffcf00;
      -webkit-transition: all 0.5s;
      transition: all 0.5s;
    }
    #header .main-menu li a {
      display: block;
    }
    #header .main-menu li:hover a, #header .main-menu li.active a {
      color: #ffcf00; }
    #header .main-menu li:hover:after, #header .main-menu li.active:after {
      opacity: 1;
      bottom: 0; }

#header .search-field {
  width: 28%;
  float: left; }
  #header .search-field input {
    height: 40px;
    /*width: 90%; */
    border: none;
    display: block;
    font-size: 11px;
    background-color: initial;
    padding: 0 10px;
    color: inherit; }
    #header .search-field input::-webkit-input-placeholder {
      text-transform: uppercase;
      color: #fff; }
    #header .search-field input:-moz-placeholder {
      text-transform: uppercase;
      color: #fff; }
    #header .search-field input::-moz-placeholder {
      text-transform: uppercase;
      color: #fff; }
    #header .search-field input:-ms-input-placeholder {
      text-transform: uppercase;
      color: #fff; }
  #header .search-field .icon {
    width: 10%;
    background: url(../img/search-icon.png) no-repeat center;
    float: right;
    height: 40px;
    font-size: 24px;
    line-height: 40px;
    cursor: pointer; }

#header .middle-part {
  margin: 20px 0; }

#header .logo-block {
  float: left; }
  #header .logo-block .subtext {
    font-size: 10px;
    /* margin-left: 60px; */
    margin-top: -8px; }

#header .order-price-list {
  float: right;
  margin: 7px;
  padding: 5px 10px;
  border: 2px solid #e31400;
  color: #e31400;
  background: transparent;
  text-align: center;
  text-transform: uppercase;
  margin-right: 14%;
  transform: translateX(50%);
  cursor: pointer; }
  #header .order-price-list:hover {
    border-color: #0065b3;
    color: #0065b3; }

#header .phone-box {
  width: 250px;
	text-align: center;
  margin: 0 auto 10px; }
  #header .phone-box .phone {
    font: 23px BEBAS, sans-serif;
    color: #0065b3;
    position: relative;
    /* padding-left: 5px; */
    display: inline-block; }
    #header .phone-box .phone:hover .phones {
      max-height: 150px; }
  #header ul {
    margin: 0;
    list-style: none;
    padding: 0;}
  #header .phone-box .phones {
    position: absolute;
    top: 100%;
    width: calc(100% + 10px);
    left: 0;
    z-index: 10;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s; }
    #header .phone-box .phones ul {
      padding: 5px; }
    #header .phone-box .phones li {
      margin-top: 5px;
      padding-top: 5px;
      border-top: 1px solid #efefef; }
  #header .phone-box .subtext {
    /* float: right; */
    cursor: pointer;
    border-bottom: 1px dashed;
		display: inline-block;
    font-size: 10px; }
  #header .phone-box .subtext:hover {
    border-bottom: 1px solid;
    color: #e31400; }

#header .bottom-part {
  background: url(../img/bg-menu.png);
  background-size: 100% 100%;
  height: 140px;
  position: relative; }
  #header .bottom-part .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    display: inline-block;
    background: #fff;
    opacity: 0.9; }
  #header .bottom-part .container {
    position: relative;
    z-index: 2; }

#header .big-menu {
  display: table;
  width: 100%;
  table-layout: fixed; }

#header .big-menu > li {
  display: table-cell;
  height: 140px;
  cursor: pointer;
  position: relative;
  vertical-align: bottom;
  background-repeat: no-repeat;
  background-position: center 35%;
  text-align: center;
  text-transform: uppercase;
  font-size: 11px;}
  #header .big-menu > li > a
  {
    display: block;
    height: 100%;
    position: relative;
  }
  #header .big-menu > li > a > span {
    height: 2em;
    display: inline-flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: absolute;
    bottom: 20px;
    left: 0;
  }
  #header .big-menu > li > a > span:after {
    content: "";
    width: 100%;
    height: 3px;
    background: #e31400;
    position: absolute;
    opacity: 0;
    left: 0;
    top: 100%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
  #header .big-menu > li:nth-child(1) {
    background-image: url(../img/menu1.png); }
  #header .big-menu > li:nth-child(2) {
    background-image: url(../img/menu2.png); }
  #header .big-menu > li:nth-child(3) {
    background-image: url(../img/menu3.png); }
  #header .big-menu > li:nth-child(4) {
    background-image: url(../img/menu4.png); }
  #header .big-menu > li:nth-child(5) {
    background-image: url(../img/menu5.png); }
  #header .big-menu > li:nth-child(6) {
    background-image: url(../img/menu6.png); }
  #header .big-menu > li:hover > a > span {
    color: #e31400; }
  #header .big-menu > li:hover > a > span:after {
    opacity: 1;
    top: 130%; }
  #header .big-menu > li:hover .submenu {
    max-height: 300px;
    -webkit-transition: max-height 0.5s;
    transition: max-height 0.5s; }
  #header .big-menu-item .submenu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    max-height: 0;
    overflow: hidden;
    min-width: 100%;
    -webkit-transition: max-height 0.2s;
    transition: max-height 0.2s;
    text-align: left; }
    #header .big-menu-item .submenu li {
      padding: 5px 10px 5px 5px;
      -webkit-transition: padding 0.1s, border 0.1s;
      transition: padding 0.1s, border 0.1s; }
      #header .big-menu-item .submenu li + li {
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
      #header .big-menu-item .submenu li:hover {
        border-left: 5px solid rgba(0, 0, 0, 0.1);
        padding-right: 5px; }
  #header .big-menu-item .text {
    text-align: center;
    text-transform: uppercase;
    font-size: 11px; }

#breadcrumbs {
  height: 50px;
  font-size: 11px;
  display: table;
  width: 100%; }
  #breadcrumbs ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  #breadcrumbs li {
    display: inline; }
    #breadcrumbs li:nth-child(2):before {
      content: ""; }
    #breadcrumbs li + li:before {
      /* content: " ▪  "; */
			content: " • ";
			}
    #breadcrumbs li:last-child{
      color: #e31400; }
    #breadcrumbs .divider{display: none;}

    #breadcrumbs li a
    {
      text-decoration: underline;
    }

#about-company {
  background: url(../img/pattern1.jpg);
  padding: 10px 0; }
  #about-company .container {
    padding: 4px 0; }
  #about-company .main-text {
    font-size: 12px; }
    #about-company .main-text p, #about-company .main-text ul {
      margin: 20px 0; }
    #about-company .main-text li:before {
      content: "- "; }
    #about-company .main-text h3 {
      color: #0065b3;
      text-transform: uppercase; }
    #about-company .main-text b {
      font-weight: bold; }

#filials .container {
  padding-top: 40px;
  padding-bottom: 30px; }

#filials .column1, #filials .column2 {
  float: left; }

#filials .column1 {
  width: 65%; }

#filials .column2 {
  width: 35%; }

#filials .map {
  max-width: 496px;
  height: 415px;
  background-image: url(../img/map.png);
  position: relative; }
  #filials .map .icon {
    width: 9px;
    height: 11px;
    background-image: url(../img/map-icon.png);
    position: absolute;
    cursor: pointer; }
  #filials .icon .tooltip {
    position: absolute;
    bottom: 130%;
    background: #0065b3;
    color: #fff;
    white-space: nowrap;
    visibility: hidden;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 2px;
    border-radius: 2px;
    z-index: 2;
  }
  #filials .icon:hover .tooltip {
    visibility: visible;
  }
  #filials .map .i1 {
    top: 66px;
    left: 221px; }
  #filials .map .i2 {
    top: 84px;
    left: 215px; }
  #filials .map .i3 {
    top: 221px;
    left: 120px; }
  #filials .map .i4 {
    top: 248px;
    left: 166px; }
  #filials .map .i5 {
    top: 270px;
    left: 105px; }
  #filials .map .i6 {
    top: 329px;
    left: 170px; }
  #filials .map .i7 {
    top: 307px;
    left: 148px; }
  #filials .map .i8 {
    top: 294px;
    left: 141px; }
  #filials .map .i9 {
    top: 364px;
    left: 141px; }
  #filials .map .i10 {
    top: 265px;
    left: 120px; }
  #filials .map .i11 {
    top: 258px;
    left: 167px; }
  #filials .map .i12 {
    top: 275px;
    left: 127px; }
  #filials .map .i13 {
    top: 51px;
    left: 230px; }
  #filials .map .i14 {
    top: 266px;
    left: 77px; }
  #filials .map .i15 {
    top: 330px;
    left: 100px; }
  #filials .map .i16 {
    top: 251px;
    left: 11px; }
  #filials .map .i17 {
    top: 373px;
    left: 153px; }
  #filials .map .i18 {
    top: 365px;
    left: 120px; }
  #filials .map .i19 {
    top: 353px;
    left: 94px; }
  #filials .map .i20 {
    top: 87px;
    left: 287px; }
  #filials .map .i21 {
    top: 41px;
    left: 197px; }
  #filials .map .i22 {
    top: 72px;
    left: 269px; }
  #filials .map .i23 {
    top: 77px;
    left: 276px; }

#filials .links .col1, #filials .links .col2 {
  width: 50%;
  float: left; }

#filials .links .col1 a {
  color: #0065b3; }

#filials .links a {
  text-decoration: underline; }
  #filials .links a:hover {
    text-decoration: none; }

#filials .mobile-centers .title-block {
  margin-left: 10px; }

#filials .filial-block {
  background-color: #e1e1e1;
  padding: 10px;
  border-radius: 5px; }
  #filials .filial-block + .filial-block {
    margin-top: 5px; }
  #filials .filial-block:nth-of-type(2n-1) {
    background-color: #efefef; }
  #filials .filial-block .title {
    color: #0065b3;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 10px; }
  #filials .filial-block .row {
    font-size: 11px; }
  #filials .filial-block .col1, #filials .filial-block .col2 {
    float: left; }
  #filials .filial-block .col1 {
    width: 29%; }
  #filials .filial-block .col2 {
    width: 71%; }

#filials .wrap {
  text-align: center;
  margin-top: 20px; }

#filials .more {
  display: none;
  margin: 0 auto;
  color: #e31400;
  font-size: 11px; }
#filials .more:hover {
  text-decoration: underline;
}

#clients {
  padding-bottom: 10px;
  background-image: url(../img/bg-clients.jpg);
  background-size: 100% 100%; }
  #clients .clients-block, #clients .news-block {
    float: left; }
  #clients .clients-block {
    width: 58%; }
  #clients .news-block {
    width: 35%;
    margin-left: 7%; }
  #clients .row {
    margin-bottom: 20px; }
  #clients .item {
    float: left;
    cursor: pointer; }
  #clients .item a{
    display: block; }
    #clients .item + .item {
      margin-left: 30px; }
    #clients .item:hover .wrap {
      border-color: #e31400; }
    #clients .item:hover .caption {
      color: #e31400; }
    #clients .item .wrap {
      border: 1px solid #0065b3;
      border-radius: 5px;
      width: 161px;
      height: 77px;
      background-color: #fff;
      position: relative;
      overflow: hidden; }
    #clients .item img {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #clients .item .caption {
      width: 140px;
      text-align: center;
      text-transform: uppercase;
      font-size: 11px;
      margin: 0 auto; }
  #clients .article-list {
    background-color: #fff;
    width: 100%;
    padding: 15px;
    border-radius: 5px; }
  #clients .article {
    border-bottom: 1px solid;
    margin: 10px 0; }
    #clients .article .article-header {
      cursor: pointer;
      padding: 1px 0; }
      #clients .article .article-header:hover .title {
        color: #e31400; }
    #clients .article .icon {
      width: 31px;
      height: 32px;
      background: url(../img/article-icon.png) center no-repeat;
      padding: 9px 8px 5px 6px;
      border-top: 1px solid #8e8e8e;
      border-bottom: 1px solid #8e8e8e;
      float: left;
      margin-right: 6px; }
    #clients .article .title {
      font-weight: bold;
      font-size: 11px;
      line-height: 1em;
      margin-top: -3px;
      height: 2.15em; }
    #clients .article .date {
      color: #8e8e8e;
      font-size: 11px; }
    #clients .article .text {
      font-size: 11px;
      margin: 10px 0; }
  #clients .wrap-more {
        display: none;
    text-align: center; }
  #clients .more {
        display: none;
    cursor: pointer;
    color: #e31400;
    font-size: 11px; }
  #clients .more:hover {
    text-decoration: underline;
  }

#contacts {
  background: url(../img/pattern1.jpg); }
  #contacts .container {
    padding-top: 1px; }
  #contacts .contacts-block {
    width: 300px;
    float: left; }
  #contacts .logo-block {
    margin-top: -4px; }
  #contacts .logo-block a{
    display: block; }
    #contacts .logo-block .subtext {
      font-size: 10px;
      margin-left: 60px;
      margin-top: -8px; }
  #contacts .contacts-box {
    margin-top: 20px;
    display: table;
    font-size: 11px;
    margin-right: 20px; }
  #contacts .row {
    padding-bottom: 10px; }
  #contacts .cl1, #contacts .cl2 {
    display: table-cell; }
  #contacts .cl1 {
    width: 93px; }
  #contacts .cl2 {
    font-weight: bold; }
  #contacts .vk-icon {
    display: block;
    width: 37px;
    height: 37px;
    background: url(../img/vk.png); }
  #contacts .form-text {
    text-transform: uppercase;
    font-size: 11px; }
  #contacts .contact-form {
    display: table;
    font-size: 11px;
    width: inherit;
    margin: 15px 0; }
    #contacts .contact-form textarea {
      resize: none;
      height: 229px;;
      font-family: inherit; }
    #contacts .contact-form input[type="text"], #contacts .contact-form textarea {
      display: block;
      width: 100%;
      border-radius: 5px;
      padding: 15px 20px;
      font-size: inherit;
      border: 1px solid #cccccc; }
      #contacts .contact-form input[type="text"]::-webkit-input-placeholder, #contacts .contact-form textarea::-webkit-input-placeholder {
        color: #000; }
      #contacts .contact-form input[type="text"]::-moz-placeholder, #contacts .contact-form textarea::-moz-placeholder {
        color: #000; }
      #contacts .contact-form input[type="text"]:-moz-placeholder, #contacts .contact-form textarea:-moz-placeholder {
        color: #000; }
      #contacts .contact-form input[type="text"]:-ms-input-placeholder, #contacts .contact-form textarea:-ms-input-placeholder {
        color: #000; }
      #contacts .contact-form input[type="text"]:focus::-webkit-input-placeholder, #contacts .contact-form textarea:focus::-webkit-input-placeholder {
        color: rgba(0, 0, 0, 0.7);
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
      #contacts .contact-form input[type="text"]:focus::-moz-placeholder, #contacts .contact-form textarea:focus::-moz-placeholder {
        color: rgba(0, 0, 0, 0.7);
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
      #contacts .contact-form input[type="text"]:focus:-moz-placeholder, #contacts .contact-form textarea:focus:-moz-placeholder {
        color: rgba(0, 0, 0, 0.7);
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
      #contacts .contact-form input[type="text"]:focus:-ms-input-placeholder, #contacts .contact-form textarea:focus:-ms-input-placeholder {
        color: rgba(0, 0, 0, 0.7);
        -webkit-transition: color 0.5s;
        transition: color 0.5s; }
    #contacts .contact-form input + input[type="text"] {
      margin-top: 15px; }
    #contacts .contact-form button {
      display: block;
      margin-top: 20px;
      width: 100%;
      background: #0065b3;
      color: #fff;
      border-radius: 5px;
      text-transform: uppercase;
      padding: 15px 0;
      width: 235px; }
  #contacts .col1, #contacts .col2 {
    display: table-cell; }
  #contacts .col2 {
    width: 100%;
    height: 100%;
    padding-left: 20px; }
  #contacts .mobil-centers-block {
    margin: 70px 0 50px; }
  #contacts .head-block {
    margin: 25px 0; }
    #contacts .head-block .mobil-logo {
      background: url(../img/mobil-1-logo.png);
      width: 231px;
      height: 33px;
      float: left; }
    #contacts .head-block .line {
      background: #0065b3;
      width: 45px;
      height: 2px;
      float: right; }
    #contacts .head-block .more {
      clear: right;
      float: right;
      margin-top: 15px; }
    #contacts .head-block .more a:hover {
      color: #e31400;
      text-decoration: underline;
    }
  #contacts .centers {
    display: table;
    border-spacing: 5px;
    border-collapse: separate; }
    #contacts .centers > .row {
      display: table-row; }
      #contacts .centers > .row:nth-of-type(2n-1) .filial-block:nth-of-type(2n) {
        background-color: #efefef; }
      #contacts .centers > .row:nth-of-type(2n) .filial-block:nth-of-type(2n-1) {
        background-color: #efefef; }
  #contacts .filial-block {
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 5px;
    width: 32%;
    display: table-cell;
    height: 100%; }
    #contacts .filial-block:after {
      display: block; }
    #contacts .filial-block .title {
      color: #0065b3;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      margin-bottom: 10px; }
    #contacts .filial-block .row {
      font-size: 11px; }
    #contacts .filial-block .col1, #contacts .filial-block .col2 {
      float: left; }
    #contacts .filial-block .col1 {
      width: 29%; }
    #contacts .filial-block .col2 {
      width: 71%; }
  #contacts .wrap {
    text-align: center;
    margin-top: 20px; }
  #contacts .more {
    display: inline-block;
    margin: 0 auto;
    font-size: 11px; }

#map {
  height: 400px; }

#mobil1 {
  background: url(img/pattern1.jpg);
  padding: 1px 0; }
  #mobil1 .sidebar {
    float: right;
    width: 300px; }
    #mobil1 .sidebar .banner {
      width: 100%;
      margin-top: 45px; }
  #mobil1 #other-news .title-block {
    clear: right;
    margin: 0 0 35px; }
  #mobil1 .main-content {
    margin-right: 320px;
    font-size: 12px; }
    #mobil1 .main-content p, #mobil1 .main-content ul {
      margin: 1em 0; }
    #mobil1 .main-content ul.margined li {
      margin: 1em 0; }
    #mobil1 .main-content h3 {
      font-weight: bold; }
      #mobil1 .main-content h3.blue {
        color: #0065b3; }
      #mobil1 .main-content h3.red {
        color: #e31400; }
  #mobil1 .mobil-centers-block {
    margin: 40px 0 50px; }
  #mobil1 .head-block {
    margin: 25px 0;
    float: left;
    width: 100%; }
    #mobil1 .head-block .mobil-logo {
      background: url(../img/mobil-1-logo.png);
      width: 231px;
      height: 33px;
      float: left; }
    #mobil1 .head-block .line {
      background: #0065b3;
      width: 45px;
      height: 2px;
      float: right; }
    #mobil1 .head-block .more {
      clear: right;
      float: right;
      margin-top: 15px; }
      #mobil1 .head-block .more a {
        display: block;
        float: left; }
        #mobil1 .head-block .more a + a {
          margin-left: 30px; }
        #mobil1 .head-block .more a.disable {
          color: #a1a1a1; }
  #mobil1 .centers {
    display: table;
    border-spacing: 5px;
    border-collapse: separate; }
    #mobil1 .centers > .row {
      display: table-row; }
      #mobil1 .centers > .row:nth-of-type(2n-1) .filial-block:nth-of-type(2n) {
        background-color: #efefef; }
      #mobil1 .centers > .row:nth-of-type(2n) .filial-block:nth-of-type(2n-1) {
        background-color: #efefef; }
  #mobil1 .filial-block {
    background-color: #e1e1e1;
    padding: 10px;
    border-radius: 5px;
    width: 50%;
    display: table-cell;
    height: 100%; }
    #mobil1 .filial-block:after {
      display: block; }
    #mobil1 .filial-block .title {
      color: #0065b3;
      text-transform: uppercase;
      font-weight: bold;
      font-size: 12px;
      margin-bottom: 10px; }
    #mobil1 .filial-block .row {
      font-size: 11px; }
    #mobil1 .filial-block .col1, #mobil1 .filial-block .col2 {
      float: left; }
    #mobil1 .filial-block .col1 {
      width: 29%; }
    #mobil1 .filial-block .col2 {
      width: 71%; }

#order-form-block .form {
  width: 300px;
  margin: 35px 0 40px; }

#other-news .article-list {
  background-color: #fff;
  width: 100%;
  padding: 15px;
  border-radius: 5px; }

#other-news .article {
  border-bottom: 1px solid;
  margin: 10px 0; }
  #other-news .article .article-header {
    cursor: pointer;
    padding: 1px 0; }
    #other-news .article .article-header:hover .title {
      color: #e31400; }
  #other-news .article .icon {
    width: 31px;
    height: 32px;
    background: url(../img/article-icon.png) center no-repeat;
    padding: 9px 8px 5px 6px;
    border-top: 1px solid #8e8e8e;
    border-bottom: 1px solid #8e8e8e;
    float: left;
    margin-right: 6px; }
  #other-news .article .title {
    font-weight: bold;
    font-size: 11px;
    line-height: 1.2em;
    margin: -3px 0 0;
    height: 2.4em;
    width: 85%;
    display: inline-block;
    text-overflow: ellipsis;
    overflow: hidden; }
  #other-news .article .date {
    color: #8e8e8e;
    font-size: 11px; }
  #other-news .article .text {
    font-size: 11px;
    margin: 10px 0; }

#other-news .wrap-more {
  text-align: center; }

#other-news .more {
  cursor: pointer;
  font-size: 11px; }
#other-news .more:hover {
  color: #e31400;
  text-decoration: underline;
}
#links .col1 {
  margin: 35px 0 20px; }
  #links .col1 a {
    color: #0065b3; }

#links a {
  text-decoration: underline;
  line-height: 1.7em; }
  #links a:hover {
    text-decoration: none; }

#have-question .title {
  background: #ffcf00;
  color: #fff;
	font-size: 18px;
  text-align: center;
  line-height: 50px;
  text-transform: uppercase; }
  #have-question .title span {
    color: #000; }

#have-question .content {
  background: url(../img/pattern2.jpg); }
  #have-question .content .container {
    padding: 10px 125px 0;
    font-size: 11px; }

#have-question .form {
  float: left;
  margin-top: 10px;
  margin-right: 55px;
  width: 400px; }
/*  #have-question .form .form-title {
    margin: 30px 0 25px;
    text-transform: uppercase; }*/
  #have-question .form textarea {
    height: 75px;
    margin: 15px 0 0;
    resize: none;
  }
  #have-question .form input, #have-question .form textarea {
    font-size: 14px;
    width: 100%;
    padding: 12px;
    border: 2px solid #fff;
    display: block; }
    #have-question .form input + input {
      margin-top: 15px; }
    #have-question .form input::-webkit-input-placeholder, #have-question .form textarea::-webkit-input-placeholder {
      color: #000; }
    #have-question .form input::-moz-placeholder, #have-question .form textarea::-moz-placeholder {
      color: #000; }
    #have-question .form input:-moz-placeholder, #have-question .form textarea:-moz-placeholder {
      color: #000; }
    #have-question .form input:-ms-input-placeholder, #have-question .form textarea:-ms-input-placeholder {
      color: #000; }
    #have-question .form input:focus::-webkit-input-placeholder, #have-question .form textarea:focus::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    #have-question .form input:focus::-moz-placeholder, #have-question .form textarea:focus::-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    #have-question .form input:focus:-moz-placeholder, #have-question .form textarea:focus:-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    #have-question .form input:focus:-ms-input-placeholder, #have-question .form textarea:focus:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
  #have-question .form button {
    margin: 25px 0 35px;
    color: #fff;
    background: #0065b3;
		font-size: 14px;
    line-height: 50px;
    padding: 0 65px;
    text-transform: uppercase; }

#have-question .worker {
  background: url(../img/worker.png);
  width: 242px;
  height: 376px;
  display: inline-block; }

#news {
  background: url(img/pattern1.jpg);
  padding: 1px 0; }
  #news .sidebar {
    float: right;
    width: 300px; }
    #news .sidebar .banner {
      width: 100%;
      margin-top: 45px; }
  #news #other-news .title-block {
    margin: 0 0 35px; }
  #news .main-content {
    margin-right: 320px;
    font-size: 12px; }
/*    #news .main-content img {
      display: block;
      margin: 35px auto 40px; }*/
    #news .main-content .news-article img {
      display: block;
      width: 100%;
      margin: 0; }
    #news .main-content p {
      margin: 1em 0; }
    #news .main-content h3 {
      font-weight: bold;
      font-size: 1.2em; }
    #news .main-content iframe {
      margin: 35px auto 20px;
      display: block; }
    #news .main-content .line {
      height: 2px;
      width: 50px;
      background: #0065b3;
      float: left; }
      #news .main-content .line.right {
        float: right; }
    #news .main-content .previous, #news .main-content .next {
      display: block;
      margin: 15px 0 50px; }
    #news .main-content .previous {
      float: left; }
    #news .main-content .previous:before {
      content: "« "
    }
    #news .main-content .next:after {
      content: " »"
    }
    #news .pager.pagenav {
      padding: 0;}
    #news .main-content .disable {
      opacity: .35; }
    #news .main-content .next {
      float: right; }

#news {
  background: url(../img/pattern1.jpg);
  padding: 1px 0; }
  #news .title-block {
    margin-bottom: 0; }
  #news .sidebar {
    float: right;
    width: 300px; }
    #news .sidebar .banner {
      width: 100%;
      margin-top: 45px; }
  #news #other-news .title-block {
    margin: 0 0 35px; }
    #news .main-content .news-article {
      float: left;
      width: 300px;
      margin-top: 30px; }
      #news .main-content .news-article:nth-of-type(2n-1) {
        margin-left: 12px;
        float: right; }
    #news .main-content .article-header {
      margin: 25px 0;
      cursor: pointer;
      padding: 1px 0; }
      #news .main-content .article-header:hover .title {
        color: #e31400; }
      #news .main-content .article-header .icon {
        width: 31px;
        height: 32px;
        background: url(../img/article-icon.png) center no-repeat;
        padding: 9px 8px 5px 6px;
        border-top: 1px solid #8e8e8e;
        border-bottom: 1px solid #8e8e8e;
        float: left;
        margin-right: 6px; }
      #news .main-content .article-header .title {
        font-weight: bold;
        font-size: 11px;
        line-height: 1em;
        margin-top: -3px;
        height: 2.15em; }
      #news .main-content .article-header .date {
        color: #8e8e8e;
        font-size: 11px; }
    #news .main-content .text {
      font-size: 11px;
      margin: 10px 0; }
  #news .line {
    margin-top: 25px;
    background: #0065b3;
    width: 50px;
    height: 2px;}
  #news .pagination, #internet-shop .pagination {
    margin: 20px 0 50px;
    font-size: 12px; }
    #news .pagination li, #internet-shop .pagination li {
      display: inline-block; }
      #news .pagination li + li, #internet-shop .pagination li + li {
        margin-left: 15px; }
      #news .pagination li > span, #internet-shop .pagination li > span {
        color: #e31400; }
      #news li.pagination-prev > span, li.pagination-next > span,, #internet-shop .pagination-prev > span {
        color: #a0a0a0; }
      #news li.pagination-start >span, #internet-shop li.pagination-start > span {
        color: #a0a0a0;
      }

#footer .logos {
  height: 85px;
  background: url(../img/logos.png) center no-repeat; }

#footer .top-line1, #footer .top-line2 {
  height: 5px; }

#footer .top-line1 {
  float: left;
  width: 65%;
  background: #0065b3; }

#footer .top-line2 {
  background: #e31400; }

#footer .main-block {
  clear: both;
  background: #fffbf0;
  padding: 30px 0;
  border-bottom: 5px solid #0065b3; }

#footer .container {
  display: table; }

#footer .col1, #footer .col2, #footer .col3, #footer .col4 {
  vertical-align: top;
  display: table-cell;
  height: 100%; }

#footer .col2, #footer .col3, #footer .col4 {
  border-left: 1px dashed #8e8e8e;
  padding: 0 10px; }

#footer .col1 {
  width: 267px; }

#footer .col2 {
  width: 165px; }

#footer .col3 {
  width: 216px; }

#footer .col4 {
  padding-right: 0; }

#footer .logo-block {
  margin-top: -4px; }
  #footer .logo-block .subtext {
    font-size: 10px;
    margin-left: 60px;
    margin-top: -8px; }

#footer .text {
  margin-top: 15px;
  font-size: 11px; }

#footer .title {
  color: #0065b3;
  font-size: 11px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px; }

#footer .nav.menu {
  margin: 0;
  padding: 0;
  list-style: none
}

#footer li /*span*/ {
  font-size: 11px;
  float: left;
  clear: left;}
  #footer li/* span*/:hover {
    color: #0065b3; }
    #footer li/* span*/:hover a {
      text-decoration: underline; }
  #footer li + li {
    margin-top: 5px; }
  #footer li/* span*/:before {
    content: "» "; }

#footer .contacts-box {
  display: table;
  font-size: 11px; }

#footer .row {
  padding-bottom: 10px; }

#footer .cl1, #footer .cl2 {
  display: table-cell; }

#footer .cl1 {
  width: 93px; }

#footer .cl2 {
  font-weight: bold; }

#footer .vk-icon {
  display: block;
  width: 37px;
  height: 37px;
  background: url(../img/vk.png); }

#footer .mid {
  vertical-align: middle; }
#footer .feedback-btn {
  font-weight: normal;
  border-bottom: 1px dashed; }
#footer .feedback-btn:hover {
  color: #e31400;
  border-bottom: 1px solid; }

#footer .copyright {
  background: #e7e7d6;
  font-size: 11px; }
  #footer .copyright .left {
    float: left;
    line-height: 35px; }
  #footer .copyright .right {
    float: right;
    line-height: 35px; }
  #footer .copyright .right > a:hover {
    color: #e31400;
    text-decoration: underline; }

    #oil-for-car:after, #partners:after {
      display: table;
      content: "";
      clear: both; }

#oil-for-car .title-block, #partners .title-block {
  position: relative;
  padding-bottom: 10px;
  margin: 30px 0; }
  #oil-for-car .title-block .title, #partners .title-block .title {
    text-transform: uppercase;
    color: #e31400;
    font-weight: bold;
    padding-left: 20px;
    font-size: 18px; }
  #oil-for-car .title-block .subtext, #partners .title-block .subtext {
    padding-left: 20px;
    font-size: 11px; }
  #oil-for-car .title-block .line, #partners .title-block .line {
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 0;
    left: 0;
    background: #0065b3; }

#oil-for-car {
  background: url(../img/pattern1.jpg);
  padding: 1px 0; }
  #oil-for-car .title-block {
    margin-bottom: 0; }
  #oil-for-car #order-form-block .title-block {
    margin: 0 0 35px; }
  #oil-for-car #other-news {
    clear: both; }
    #oil-for-car #other-news .title-block {
      margin: 35px 0; }
  #oil-for-car .sidebar {
    float: right;
    width: 300px;
    margin-left: 20px; }
    #oil-for-car .sidebar .banner {
      width: 100%;
      margin-top: 45px; }
  #oil-for-car .main-content {
    margin-right: 300px;
    font-size: 12px; }
    #oil-for-car .main-content p {
      margin: 1em 0; }
  #oil-for-car .text-block {
    margin: 30px 0 50px; }
  #oil-for-car .item-select select {
    outline: none;
    padding: 10px;
    border: 1px solid #000;
    border-radius: 5px;
    width: 200px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url(../img/arrow.png) no-repeat 95% 50% #fff; }
    #oil-for-car .item-select select + select {
      margin-left: 15px; }
  #oil-for-car .product-item {
    width: 200px;
    background: #e1e1e1;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 0; }
    #oil-for-car .product-item .wrap-img {
      background: #fff;
      display: table-cell;
      width: 190px;
      height: 190px;
      border-radius: 5px;
      vertical-align: middle;
      text-align: center; }

/*#partners {
  background: url(../img/pattern1.jpg);
  padding: 1px 0; }
  #partners .title-block {
    margin-bottom: 0; }
  #partners #order-form-block .title-block {
    margin: 0 0 35px; }
  #partners #other-news {
    clear: both; }
    #partners #other-news .title-block {
      margin: 35px 0; }
  #partners .sidebar {
    float: right;
    width: 300px;
    margin-left: 20px; }
    #partners .sidebar .banner {
      width: 100%;
      margin: 45px 0 40px; }
  #partners .main-content {
    margin-right: 320px;
    font-size: 12px; }
  #partners .head-block {
    margin: 35px 0 20px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%; }
    #partners .head-block > .text {
      float: left; }
    #partners .head-block > a {
      display: block;
      padding: 15px 30px 15px 80px;
      background: url(../img/download.png) no-repeat 15% 50% #ffcf00;
      float: right;
      text-transform: uppercase;
      border-radius: 5px; }
  #partners .text-block {
    clear: left; }
    #partners .text-block p {
      margin: 1em 0; }*/
  #mobil1 .partners-head-block {
    margin: 35px 0 20px;
    font-size: 14px;
    font-weight: bold;
    float: left;
    width: 100%; }
  #mobil1 .partners-head-block > .text {
    float: left; }

#partners {
  background: url(../img/pattern1.jpg);
  padding: 1px 0; }
  #partners .title-block {
    margin-bottom: 0; }
  #partners #other-news .title-block {
    margin: 0 0 35px; }
  #partners .sidebar {
    float: right;
    width: 300px;
    margin-left: 20px; }
    #partners .sidebar .banner {
      width: 100%;
      margin: 45px 0 40px; }
  #partners .main-content {
    margin-right: 320px;
    font-size: 12px; }
  #partners .help-list {
    margin-top: 30px; }
  #partners .row:after {
    content: "";
    display: table;
    clear: left; }
  #partners .row + .row {
    margin-top: 10px; }
  #news .help-item {
    padding: 5px;
    background: #e1e1e1;
    border-radius: 5px;
    float: left; }
    #partners .help-item + .help-item {
      margin-left: 2%; }
  #partners .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-color: #fff;
    height: 195px;
    border-radius: 5px; }
    #partners .icon1 {
      background-image: url(../img/help1.png); }
    #partners .icon2 {
      background-image: url(../img/help2.png); }
    #partners .icon3 {
      background-image: url(../img/help3.png); }
    #partners .icon4 {
      background-image: url(../img/help4.png); }
    #partners .icon5 {
      background-image: url(../img/help5.png); }
    #partners .icon6 {
      background-image: url(../img/help6.png); }
  #news .shop-main-content  .caption {
    display: block;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0 15px;
    height: 2em; }

body {
  position: relative; }

#header .phone-box .subtext {
  cursor: pointer; }

#modal-dark {
  width: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  height: 100%;
  top: 0;
  left: 0;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s; }
  #modal-dark.hidden {
    visibility: hidden;
    opacity: 0; }

#modal-form {
  position: fixed;
  top: 15%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 11;
  visibility: visible;
  opacity: 1;
  -webkit-transition: visibility 0.5s, opacity 0.5s;
  transition: visibility 0.5s, opacity 0.5s; }
  #modal-form.hidden {
    visibility: hidden;
    opacity: 0; }
  #modal-form .close-modal {
    position: absolute;
    top: 5px;
    right: 8px;
		font-size: 20px;
    color: #fff;
    cursor: pointer; }
  #modal-form .form {
    background-color: #0065b3;
    width: 300px;
    padding: 30px;
    border-radius: 5px; }
  #modal-form input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #313131;
    border-radius: 5px; }
    #modal-form input + input {
      margin-top: 15px; }
    #modal-form input::-webkit-input-placeholder {
      color: #000; }
    #modal-form input::-moz-placeholder {
      color: #000; }
    #modal-form input:-moz-placeholder {
      color: #000; }
    #modal-form input:-ms-input-placeholder {
      color: #000; }
    #modal-form input:focus::-webkit-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    #modal-form input:focus::-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    #modal-form input:focus:-moz-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
    #modal-form input:focus:-ms-input-placeholder {
      color: rgba(0, 0, 0, 0.7);
      -webkit-transition: color 0.5s;
      transition: color 0.5s; }
  #modal-form button {
    width: 100%;
    margin-top: 25px;
    background: #e31400;
    color: #fff;
    padding: 15px 0;
    border-radius: 5px;
    text-transform: uppercase; }
  #modal-form button:hover {
    background: #f42511;
  }



/* _____________ */

#links .title-block
{
  margin: 0 0 30px;
  clear: right;
}

.side-banner
{
  margin-top: 15px;
}

#news .main-content img
{
  max-width: 100%;
}

.pagination ul{
  list-style: none;
  margin: 0;
  padding: 0;
    text-align: center;
}

#mobil1 #other-news
{
  margin-top: 30px;
}

#mobil1 #links, #news #links
{
  margin-top: 25px;
}

#mobil1 .main-content
{
  padding: 0 7px 0 0;
}

#mobil1 #other-news .title-block {
    margin: 0 0 10px;}

.developing
{
  width: 50%;
  height: 200px;
  padding-top: 65px;
  text-align: center;
  font-size: 2em;
  background-color: rgb(0, 101, 179);
  color: rgb(255, 255, 255);
  margin: 30px auto;
  border-radius: 25px;
  box-shadow: 2px 2px 10px rgb(0, 0, 0), inset 0 0 0 #000;
  transition: 0.5s;
  cursor: pointer;
}

.developing:hover
{
  box-shadow: 0px 5px 8px rgb(0, 0, 0), inset 2px 5px 20px rgba(0,0,0,0.5);;
}

#about-company .order-form-block p {
  text-align: center;
  color: #0065b3;
  text-transform: uppercase;
}

#contacts .row-vk {
  text-align: center; }
#contacts .vk-icon {
  display: inline-block;
  width: 37px;
  height: 37px;
  background: url(../img/vk.png); }


#news .main-content iframe.intext {
  float: left;
  margin: 0 10px 0 0;
}

#news .shop-main-content img
{
  margin: 0;
}

#news .shop-main-content
{
  width: calc(100% - 320px);
  float: left;
  margin-right: 0;
}

#news .help-item
{
  width: 95%;
  margin: 15px auto 5px auto;
  text-align: center;
}

#news .help-item .icon
{
  height: 170px;
  margin: 0 0 5px;
  background-color: #fff;
  display: table;
  width: 100%;
  border-radius: 5px
}

#news .help-item .icon > a {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}

#news .help-item .caption {
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 15px;
  display: inline-block;
}

#news .help-item img
{
  margin: auto;
}

.shop:after {
  display: table;
  content: "";
  clear: both; }

.shop .title-block {
  position: relative;
  padding-bottom: 10px;
  margin: 30px 0; }
  .shop .title-block .title {
    text-transform: uppercase;
    color: #e31400;
    font-weight: bold;
    padding-left: 20px;
    font-size: 18px; }
  .shop .title-block .subtext {
    padding-left: 20px;
    font-size: 11px; }
  .shop .title-block .line {
    position: absolute;
    height: 2px;
    width: 50px;
    bottom: 0;
    left: 0;
    background: #0065b3; }

input, button, textarea {
  font: inherit; }

.shop {
  background: url(img/pattern1.jpg);
  padding: 1px 0; }
  .shop .title-block {
    margin-bottom: 0; }
  .shop #order-form-block .title-block {
    margin: 0 0 35px; }
  .shop #other-news {
    clear: both; }
    .shop #other-news .title-block {
      margin: 35px 0; }
  .shop .sidebar {
    float: right;
    width: 300px;
    margin-left: 20px; }
    .shop .sidebar .banner {
      width: 100%;
      margin-top: 45px; }
  .shop .main-content {
    margin-right: 320px;
    font-size: 12px; }
  .shop-text-block {
    margin: 30px 0 50px; }
  .shop-item-select {
    margin-bottom: 10px; }
    .shop-item-select select {
      outline: none;
      padding: 10px;
      border: 1px solid #000;
      border-radius: 5px;
      width: 200px;
      -webkit-appearance: none;
      -moz-appearance: none;
      background: url(img2/arrow.png) no-repeat 95% 50% #fff; }
      .shop-item-select select + select {
        margin-left: 15px; }
  .shop-list-items:after {
    display: table;
    content: "";
    clear: left; }
  .shop-product-item {
    background: #e1e1e1;
    padding: 5px;
    border-radius: 5px;
    margin: 10px 0;
    width: 100%;
    float: left; }
    .shop-product-item:nth-of-type(3n-1) {
      margin: 10px; }
    .shop-product-item .wrap-img {
      background: #fff;
      width: 100%;
      height: auto;
      border-radius: 5px;
      padding: 15px;
      vertical-align: middle;
      text-align: center; }
      .shop-product-item .wrap-img img {
        width: 100%;
        height: auto;
      }
    .shop-product-item .title {
      text-align: center;
      margin: 15px 0 28px;
      height: 2em; }
    .shop-product-item .prices {
      text-align: center; }
    .shop-product-item .old-price {
      line-height: 1.5em;
      height: 1.5em;
      font-size: 1.2em;
      text-decoration: line-through;
      margin-right: 10px; }
    .shop-product-item .price {
      font-size: 1.5em;
      color: #0065b3; }
    .shop-product-item .avaliability {
      text-align: center;
      margin-bottom: 10px; }
    .shop-product-item .avaliable {
      color: #0065b3; }
    .shop-product-item .unavaliable {
      color: #e31400; }
    .shop-product-item .buy-btn a{
      display: block;
      background: #ffcf00;
      text-align: center;
      line-height: 45px;
      border-radius: 5px;
      text-transform: uppercase;
      margin: 10px 0 1px 0; }
    .shop-product-item .buy-btn a:hover{
      background: #ffef00;
    }
    .shop-product-item .buy-btn a:active{
      background: rgba(255, 207, 0, 0.93) none repeat scroll 0% 0%;
      box-shadow: 0px 0px 5px 2px rgb(146, 140, 140) inset;
      margin: 11px 0 0 0; }
  .shop-pagination .line {
    margin: 15px 0;
    height: 2px;
    width: 45px;
    background: #0065b3; }
  .shop-pagination .nav {
    margin: 0 0 40px; }
    .shop-pagination .nav span {
      margin: 0 5px; }
    .shop-pagination .nav span:first-child {
      margin-left: 0; }
    .shop-pagination .nav span:last-child {
      margin-right: 0; }
    .shop-pagination .nav .active {
      color: #e31400; }
  .shop-item-tabs {
    margin: 40px 0 0;
    padding: 0 0 0 25px; }
    .shop-item-tabs .tab {
      display: inline-block;
      background: #fff;
      padding: 10px 30px;
      border: solid #e1e1e1;
      border-width: 1px 1px 0 1px;
      border-radius: 5px 5px 0 0; }
    .shop-item-tabs .selected {
      background: #e1e1e1; }
  .shop-item-description .item-block {
    display: table;
    background: #e1e1e1;
    padding: 5px;
    border-radius: 5px;
    table-layout: fixed;
    width: 100%; }
  .shop-item-description .wrap-img {
    display: table-cell;
    width: 310px;
    height: 310px;
    background: #fff;
    border-radius: 5px;
    margin: 0 25px 0 0;
    vertical-align: middle;
    text-align: center; }
  .shop-item-description .info {
    display: table-cell;
    padding: 15px 25px; }
  .shop-item-description .avaliable {
    color: #0065b3; }
  .shop-item-description .unavaliable {
    color: #e31400; }
  .shop-item-description .prices {
    margin: 30px 0 20px;
    font-size: 1.2em; }
    .shop-item-description .prices .caption {
      text-transform: uppercase; }
  .shop-item-description .old-price {
    text-decoration: line-through; }
  .shop-item-description .price {
    color: #0065b3;
    font-size: 1.5em; }

  .shop-item-description .buy-btn .custom div{
    display: inline-block;
    background: #ffcf00;
    text-align: center;
    line-height: 45px;
    border-radius: 5px;
    width: 190px;
    text-transform: uppercase;
    padding: 0;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: inset 0px 0px 1px rgba(0,0,0,0.6);
  }

  .shop-item-description .buy-btn .custom div:active{
    box-shadow: inset 1px 1px 5px rgba(0,0,0,0.6);
  }

  .shop-item-description .buy-btn .custom div:hover{
    background: #ffef00;
  }

  .shop-item-comments {
    display: table;
    table-layout: fixed;
    width: 100%; }
    .shop-item-comments .comments-list {
      display: table-cell; }
    .shop-item-comments .comment-item {
      margin: 0 0 30px; }
      .shop-item-comments .comment-item .author {
        font-weight: bold;
        font-size: 1.2em; }
      .shop-item-comments .comment-item .text {
        margin: 20px 0 0; }
    .shop-item-comments .leave-comment-form {
      display: table-cell;
      padding-left: 40px; }
      .shop-item-comments .leave-comment-form .title {
        font-weight: bold;
        font-size: 1.2em;
        margin: 0 0 40px; }
      .shop-item-comments .leave-comment-form input, .shop-item-comments .leave-comment-form textarea {
        width: 100%;
        margin: 15px 0;
        display: block;
        padding: 10px 15px;
        color: #000;
        border: 1px solid #000;
        border-radius: 5px; }
        .shop-item-comments .leave-comment-form input::-webkit-input-placeholder, .shop-item-comments .leave-comment-form textarea::-webkit-input-placeholder {
          color: #000; }
        .shop-item-comments .leave-comment-form input::-moz-placeholder, .shop-item-comments .leave-comment-form textarea::-moz-placeholder {
          color: #000; }
        .shop-item-comments .leave-comment-form input:-moz-placeholder, .shop-item-comments .leave-comment-form textarea:-moz-placeholder {
          color: #000; }
        .shop-item-comments .leave-comment-form input:-ms-input-placeholder, .shop-item-comments .leave-comment-form textarea:-ms-input-placeholder {
          color: #000; }
        .shop-item-comments .leave-comment-form input:focus::-webkit-input-placeholder, .shop-item-comments .leave-comment-form textarea:focus::-webkit-input-placeholder {
          color: rgba(0, 0, 0, 0.7);
          -webkit-transition: color 0.5s;
          transition: color 0.5s; }
        .shop-item-comments .leave-comment-form input:focus::-moz-placeholder, .shop-item-comments .leave-comment-form textarea:focus::-moz-placeholder {
          color: rgba(0, 0, 0, 0.7);
          -webkit-transition: color 0.5s;
          transition: color 0.5s; }
        .shop-item-comments .leave-comment-form input:focus:-moz-placeholder, .shop-item-comments .leave-comment-form textarea:focus:-moz-placeholder {
          color: rgba(0, 0, 0, 0.7);
          -webkit-transition: color 0.5s;
          transition: color 0.5s; }
        .shop-item-comments .leave-comment-form input:focus:-ms-input-placeholder, .shop-item-comments .leave-comment-form textarea:focus:-ms-input-placeholder {
          color: rgba(0, 0, 0, 0.7);
          -webkit-transition: color 0.5s;
          transition: color 0.5s; }
      .shop-item-comments .leave-comment-form textarea {
        resize: none;
        height: 80px; }
      .shop-item-comments .leave-comment-form input[type='submit'] {
        width: 100%;
        background: #e31400;
        color: #fff;
        border-radius: 5px;
        line-height: 40px;
        text-transform: uppercase; }

#internet-shop .category
{
  padding: 0;
}

#internet-shop .category .title-block
{
  margin-bottom: 30px;
}

#internet-shop .caption:hover
{
  color: #e31400;
}

#internet-shop .help-item .caption
{
  line-height: 30px;
  margin: 0;
}


#news .jbzoo .category .description-teaser {
  font-weight: normal;
}

.full-product .wrap-img img{
  width: 100%;
  height: auto;
}

/*#yoo-zoo.jbzoo .pagination
{
  clear: unset;
}*/

#news .jbzoo .items .jbzoo-item {
  margin: 0;
}
#news .jbzoo .jbzoo-item .title {
  margin-bottom: 0;
}

#alert {
  position: fixed;
  top: 10px;
  opacity: 0;
  background: #0065b3;
  border: 2px solid;
  color: #fff;
  left: 50%;
  z-index: 10;
  padding: 15px 20px;
  border-radius: 5px;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
#alert.visible {
  opacity: 1;
}

#alert .close-btn {
  position: absolute;
  top: 1px;
  right: 4px;
  cursor: pointer;
}

#other-news .more
{
  color: #e31400;
}

.form-block
{
  margin-left: 300px;
}

.mobil-centers-block .more
{
  color: #e31400;
}

.artikul, .avaliability
{
  height: 1.2em;
  line-height: 1.2em;
  font-size: 11px;
}
.shop-product-item .artikul {
  text-align: center;
  margin-top: 5px;
}

.shop-product-item .avaliability {
  color: #0065b3;
}

#modal-form .temp.title {
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}

.items .title:hover
{
  text-decoration: underline;
}

.full-artikul
{
  margin: 10px 0;
}

.title-block .subtext
{
  height: 15px;
  line-height: 12px;
}

.article .text img
{
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 125px;
  display: block;
  margin: auto;
}

/*========================== 06.09.16 =========================*/
@media screen and (max-width: 998px){
	#internet-shop .sidebar #other-news,
	#internet-shop .sidebar #links,
	#have-question .worker,
	#other-news .text img{
		display: none;
}
#have-question .form{
	float: none;
}
#have-question .title{
	line-height: 25px;
}
}
@media screen and (max-width: 768px){
	.jbzoo .title a{
		font-size: 12px;
	}
	.jbzoo .items .item-title{
		line-height: 14px;
	}
	.container,
	.custom{
		padding-left: 8px;
		padding-right: 5px;
	}
}
@media screen and (max-width: 670px){
  #header .bottom-part{
    background: url(../img/bg-menu-mob.png);
    background-size: 100% auto;
  }
	#header .top-part{
		padding-left: 40px;
		overflow: hidden;
		height: 50px;
	}
	#header .main-menu,
	#header .search-field{
		float: none;
		width: 100%;
		display: none;
		z-index: 999;
	}
	#header .left-bg:before{
		content: '≡';
		position: absolute;
		font-size: 48px;
		line-height: 48px;
		color: #E31500;
		top: 0px;
		left: 5px;
		display: inline-block;
	}
	#header .main-menu li,
	#clients .item{
		float: none;
	}
	#header .right-bg,
	#banner .alexslider,
	#mobil1 #other-news .title-block,
	#other-news .article-list,
	#mobil1 #links,
	#news #links,
	#internet-shop .sidebar #other-news,
	#internet-shop .sidebar #links,
	#contacts .head-block .line{
		display: none;
	}
	#header .left-bg,
	#filials .column1,
	#filials .column2,
	#footer .col1,
	#footer .col4,
	#clients .clients-block,
	#clients .news-block,
	#have-question .form,
	#contacts .contacts-block,
	#contacts .filial-block{
		width: 100%;
	}
	#header .container .custom{
		text-align: center;
	}
	#header .order-price-list{
		/* margin-right: 50%; */
		float: none;
		transform: translateX(0);
		margin-right: 0;
		display: inline-block;
	}
	#header .bottom-part{
		height: auto;
	}
	#contacts .filial-block,
	#contacts .contact-form,
	#contacts .col1,
	#contacts .col2{
		display: block;
	}
	#header .big-menu > li{
		display: inline-block;
    width: 50%;
	}
	#about-company .order-form-block{
		float: none;
		margin: 0;
		text-align: center;
	}
	#about-company .order-form-block .form,
	#order-form-block .form{
		display: inline-block;
		width: 100%;
	}
	.custom{
		padding-left: 8px;
		padding-right: 10px;
	}
	#footer .col1, #footer .col2,
	#footer .col3, #footer .col4{
		display: inline-block;
		height: auto;
	}
	#footer .col2, #footer .col3{
		width: 50%;
	}
	#clients .row{
		margin-bottom: 15px;
		text-align: center;
	}
	#clients .item{
		display: inline-block;
		vertical-align: top;
	}
	#clients .item + .item{
		margin-left: 0;
	}
	#clients .item .wrap{
		margin: 0 auto;
	}
	#clients .news-block{
		margin-left: 0;
	}
	#footer .logos{
		background-size: contain;
		margin: 0 8px;
	}
	#news .sidebar{
		float: none;
		width: 100%;
	}
	#news .main-content{
		margin-right: 0;
		padding: 0 10px 0 8px;
	}
	#have-question .content .container{
		padding: 10px 0 0;
	}
	.form-block{
		margin-left: 0;
	}
	#contacts .col2{
		padding-left: 0;
	}
	#header .logo-block{
		float: none;
		text-align: center;
		margin: 10px 0;
	}
	#header .middle-part{
		margin: 0;
	}
	#side-filter .main-text{
		padding: 0 8px;
		height: 80px;
    overflow-y: hidden;
	}
	#side-filter .main-text .title-block .title:after{
		content: '\27A4';
		color: #E31400;
		font-size: 20px;
		display: inline-block;
	}
	#side-filter .main-text_open{
		height: auto;
		overflow-y: visible;
	}
	#side-filter .main-text_open .title-block .title:after{
		-moz-transform: rotate(90deg);
		-webkit-transform: rotate(90deg);
		-o-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	#footer .copyright .left,
	#footer .copyright .right,
	#order-form-block{
		float: none;
	}
	#about-company .title-block, #filials .title-block, #clients .title-block, #contacts .title-block, #mobil1 .title-block, #news .title-block, #news .title-block{
		margin-top: 20px;
	}
	#filials .container{
		padding-top: 0;
	}
	#footer .col2, #footer .col3, #footer .col4{
		border-left: 0;
		margin-top: 10px;
	}
	#contacts .contact-form button{
		margin-bottom: 10px;
	}
	#contacts .head-block .more{
		float: left;
	}
	#news .main-content .news-article{
		width: 100%;
		float: none;
	}
	#news .main-content .news-article:nth-of-type(2n-1){
		margin-left: 0;
    float: none;
	}
	#about-company .title-block .title,
	#filials .title-block .title,
	#clients .title-block .title,
	#contacts .title-block .title,
	#mobil1 .title-block .title,
	#news .title-block .title,
	#news .title-block .title{
		padding-top: 30px;
	}

	#news .pagination li + li, #internet-shop .pagination li + li{
		margin-left: 5px;
	}
  #internet-shop .help-item .caption{
    line-height: 20px
  }
}
@media screen and (max-width: 420px){
	#filials .filials{
		display: none;
	}
	#mobil1 .filial-block{
		width: 100%;
		display: block;
	}
	.shop-item-description .info{
		display: table-row;
	}
}
#side-filter .jbfilter-wrapper form select{
  width: 100%;
  padding: 3px;
	cursor: pointer;

}

#side-filter{
  margin-top: -30px;
}

#other-news{
  margin-top: 30px;
}

#internet-shop .search-wrapper .title-block{
  margin-bottom: 30px;
}

.jbzoo .jbfilter label, .jbzoo .jbfilter-label{
  margin: 10px 0;
}

#side-filter .jbzoo .jbfilter-label{
  background: #0065b3;
}

#side-filter input[type="submit"]{
  padding: 10px 15px;
  border-radius: 5px;
	-webkit-box-shadow: 3px 3px 5px #666666;
  -moz-box-shadow: 3px 3px 5px #666666;
  box-shadow: 3px 3px 5px #666666;
	background: #dddddd;
}
#side-filter input[type="submit"]:hover{
	background: #469bdb;
  background-image: -webkit-linear-gradient(top, #469bdb, #236a96);
  background-image: -moz-linear-gradient(top, #469bdb, #236a96);
  background-image: -ms-linear-gradient(top, #469bdb, #236a96);
  background-image: -o-linear-gradient(top, #469bdb, #236a96);
  background-image: linear-gradient(to bottom, #469bdb, #236a96);
}
.pagination{
  text-align: center;
}
.pagination *{
  margin: 0 5px;
}
.pagination a span{
  margin: 0;
}
.next_page span:after{
  content: " »"
}
.prev_page span:before{
  content: "« "
}
.pagination .pagenav:hover,
.pagination .toPage:hover,
.pagenav .previous:hover,
.pagenav .next:hover,
#yoo-zoo .pagination a:hover{
  text-decoration: underline;
  color: #E31400;
}
.pagination .active,
#yoo-zoo .pagination span{
  border-radius: 5px;
  background-color: #006DBD;
  padding: 3px 6px;
  color: white;
}
#yoo-zoo .pagination{
  text-align: center;
}
#yoo-zoo .pagination span, #yoo-zoo .pagination a{
  border: 0;
  display: inline-block;
  float: none
}
#yoo-zoo .pagination a:hover{
  background: transparent;
}

.full-properties{
  padding: 7px 0;
}

.full-artikul, .full-properties{
  border-bottom: 1px solid #a6a6a6;
}

.instruct-link{
  margin-top: 10px;
}

.instruct-link a{
  display: inline-block;
  padding: 15px;
  background-color: #e31400;
  color: #fff;
  width: 190px;
  text-align: center;
  text-transform: uppercase;
  border-radius: 5px;
  border-color: #e6e6e6;
  margin-top: 5px;
  transition: .2s;
}

.instruct-link a:hover{
  opacity: 0.8;
}

.avaliability{ display: none;}

.jbfilter-accordion h3{
  display: none;
}

#jbmodule-accordion-121{
  position: relative;
}

#jbmodule-accordion-121 input[type='submit']{
  position: absolute;
  right: 0;
  top: 0;
}

#ui-id-1{
  z-index: 9999 !important;
}

main .flexslider{
  margin: 0;
}


.tftable {font-size:12px;color:#333333;width:100%;border-width: 1px;border-color: #729ea5;border-collapse: collapse;}
.tftable th {font-size:12px;background-color:#acc8cc;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;text-align:left;}
.tftable tr {background-color:#d4e3e5;}
.tftable td {font-size:12px;border-width: 1px;padding: 8px;border-style: solid;border-color: #729ea5;}
.tftable tr:hover {background-color:#ffffff;}

.table-responsive
table {
    width: 100%;
	background: #ffffff;}
th {
  font-weight: normal;
  color: #202020;
  padding: 10px 15px;
}
td {
  color: #202020;
  border-top: 1px solid #E1E1E1;
  padding: 10px 15px;
}
tr:nth-child(2n) {background: #E1E1E1;}