@charset "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Roboto:400,500,700&subset=latin,cyrillic-ext);
html {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #1e1e1e;
  height: 100%;
  font: 16px/21px Roboto, Geneva, sans-serif;
}

body {
  background: #fff;
  margin: 0;
  padding: 0;
  color: #1e1e1e;
  height: 100%;
  font: 16px/21px Roboto, Geneva, sans-serif;
  position: relative;
}

img {
  max-width: 100%;
}

table img {
  max-width: none;
}

a img {
  border: 0 none;
}

h1, h2, h3, h4, h5 {
  padding: 0;
  margin: 1.2em 0 0.8em;
  font-weight: normal;
}

a {
  text-decoration: underline;
  color: #1e1e1e;
}

a:hover {
  color: #ff9f26;
}

a span, a font {
  cursor: pointer;
}

label {
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input[type="submit"], button {
  cursor: pointer;
}

textarea {
  resize: vertical;
}

input, textarea {
  font-family: inherit;
  color: inherit;
  outline: 0 none;
}

button {
  font-family: inherit;
  color: inherit;
  outline: 0 none;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

::-moz-selection, ::-moz-selection {
  color: #fff;
  background: #ff9f26;
}

::selection, ::-moz-selection {
  color: #fff;
  background: #ff9f26;
}

/* end reset */
/* ������� ����� �� ��� ������, ���� ���� ������� ��� ��� ������� =) */
.wr {
  width: 980px;
  padding: 0;
  margin: 0 auto;
  position: relative;
}

.main {
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

.logo, .slideprev, .slidenext {
  font: 0px/0px Arial;
  outline: 0 none;
  -moz-user-select: none;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.over {
  overflow: hidden;
}

.clear {
  clear: both;
}

.top {
  overflow: hidden;
  padding: 25px 0 30px;
}

.top .wr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.logo {
  background: url("../img/logo.png") no-repeat;
  height: 60px;
  float: left;
}

.logo-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 35%;
  float: left;
  padding-top: 10px
}

.logo-title {
  text-transform: uppercase;
  font-size: 13px;
  color: #4a5f60;
  text-align: justify;
  display: none;
}

.tcontact {
  float: right;
  font-size: 16px;
  line-height: 24px;
  text-align: right;
  margin: 3px 2px 0;
  color: #333;
}

.taddr {
  margin-top: 9px;
}

.taddr a {
  color: #464646;
  text-decoration: none;
  border-bottom: 1px dashed #464646;
  display: inline-block;
  line-height: 18px;
}

.taddr a:hover {
  border-bottom: 0;
}

.ttell {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 3px 0 0;
}

.tnav {
  background: #c12026;
  text-align: center;
  font-size: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.tnav > ul {
  width: 980px;
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tnav li {
  display: inline-block;
  position: relative;
  width: 20%;
}

.tnav a {
  color: #ffffff;
  display: block;
  padding: 15px 0px 20px;
  text-decoration: none;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 20px;
  width: 100%;
}

.tnav a:hover {
  background: #95383a;
}

.tnav li:first-child a:after, .tnav li:first-child a:before {
  display: none;
}

.tnav .subnav {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  text-align: left;
  padding: 7px 20px 7px 14px;
  width: 200px;
  z-index: 500;
  background: #ff8000;
  background: -webkit-gradient(linear, left bottom, left top, from(#ff8000), to(#ff9f26));
  background: linear-gradient(0deg, #ff8000 0%, #ff9f26 100%);
}

.tnav .subnav li {
  display: block;
  width: 100%;
}

.tnav .subnav a {
  display: inline-block;
  padding: 0 0 10px 0;
  border: 0 none;
  text-shadow: none;
  font-size: 14px;
  line-height: 1.4em;
  text-transform: normal;
}

.tnav .subnav a:after, .tnav .subnav a:before {
  display: none;
}

.tnav .subnav a:hover {
  background: transparent;
  text-decoration: underline;
}

.mslide {
  position: relative;
  width: 672px;
  height: 340px;
  overflow: hidden;
  margin: 0 0 20px;
}

.mslide .oneslide {
  position: relative;
  width: 672px;
  height: 340px;
  overflow: hidden;
}

.mslide .slides_conatiner {
  position: absolute;
  left: 0;
  top: 0;
  width: 10000px;
  height: 100%;
}

.mslide .oneslide {
  float: left;
}

.mslide .name {
  position: absolute;
  left: 0;
  top: 113px;
  font-size: 24px;
  line-height: 29px;
  color: #fff;
  background: #003e7c;
  background: rgba(0, 62, 124, 0.8);
  padding: 12px 14px;
  width: 42%;
  -webkit-border-top-right-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-radius-topright: 15px;
  -moz-border-radius-bottomright: 15px;
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}

.mslide .button {
  position: absolute;
  right: 16px;
  bottom: 23px;
}

.side-block {
  margin: 0 0 40px;
}

.name-block {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  padding: 5px 15px 6px;
  background-color: #575756;
}

.brand-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.brand-nav li.open a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.brand-nav > li {
  font-size: 16px;
  line-height: 1.2em;
  border-bottom: 1px solid #e1e1e1;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.brand-nav > li a {
  display: block;
  padding: 20px 60px 20px 20px;
  text-decoration: none;
  color: #4a5f60;
  position: relative;
}

/*.brand-nav > li a:after {
  content: "";
  position: absolute;
  top: calc(50% - 5px/2);
  right: 30px;
  background-image: url(../img/arrow-down.png);
  width: 7px;
  height: 5px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}*/


.brand-nav > li a:hover {
  color: #c12026;
}

.brand-nav > li nav {
  display: none;
}

.brand-nav > li nav ul {
  list-style: none;
  margin-bottom: 10px;
}

.brand-nav > li nav ul li {
  position: relative;
}

.brand-nav > li nav ul li:before {
  content: "";
  position: absolute;
  height: 4px;
  width: 4px;
  border-radius: 50%;
  color: #4a5f60;
  left: 10px;
  top: calc(50% - 4px/2);
  background-color: #4a5f60;
}

.brand-nav > li nav ul li a {
  color: #4a5f60;
  font-size: 14px;
  line-height: 1.3em;
  text-transform: uppercase;
  padding: 10px 0 10px 25px;
}

.brand-nav > li nav ul li a:after {
  content: unset;
}

.snews {
  background: #f4f4f4;
  padding: 13px 16px;
}

.snews .one-news {
  margin: 14px 0 0;
}

.snews .one-news a {
  display: inline-block;
}

.snews .one-news:first-child {
  margin-top: 0;
}

.snews .date {
  font-size: 12px;
  line-height: 18px;
}

.side-info {
  font-size: 12px;
  line-height: 14px;
  margin: 20px 0;
}

.side-info .name {
  font-size: 20px;
  line-height: 22px;
  margin: 0 0 10px;
}

.side-info img {
  float: left;
  margin: 0 10px 5px 0;
}

/* page */
.path {
  color: #666;
  margin: 0 0 24px;
  font-size: 13px;
  line-height: 16px;
}

.page {
  overflow: hidden;
  margin: 25px 0;
}

.content {
  float: left;
  width: 100%;
}

.container {
  margin: 0 0 0 31.288%;
}

.lside {
  float: left;
  width: 25.767%;
  margin: 0 0 0 -100%;
}

.title, .header {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 0;
}

.text {
  overflow: hidden;
  margin: 3px 0 18px;
}

.text p {
  margin: 4px 0 8px;
}

.text h1, .text h2, .text h3, .text h4, .text h5, .text h6 {
  font-weight: bold;
  margin: 7px 0 11px;
}

.text h1 {
  font-size: 18px;
  line-height: 22px;
}

.text h2 {
  font-size: 16px;
  line-height: 20px;
}

.text h3 {
  font-size: 15px;
  line-height: 20px;
}

.text h4, .text h5, .text h6 {
  font-size: 14px;
  line-height: 20px;
}

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

.text img[align="left"] {
  margin-right: 17px;
}

.text img[align="right"] {
  margin-left: 17px;
}

.text q {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  quotes: "" "";
  position: relative;
  top: 1px;
  display: block;
  background: #eee;
  border-left: 6px solid #00bbeb;
  padding: 9px 15px 20px;
  margin: 7px 0 21px;
}

.text q:after, .text q:before {
  content: "";
}

.text blockquote {
  font-size: 14px;
  line-height: 20px;
  font-style: normal;
  font-weight: normal;
  quotes: "" "";
  position: relative;
  top: 1px;
  display: block;
  background: #fff;
  border-left: 5px solid #00bbeb;
  padding: 9px 15px 7px;
  margin: 7px 10px 11px 0;
}

.text blockquote:after, .text blockquote:before {
  content: "";
}

.text ul {
  margin: 10px 0;
  padding: 0 0 0 25px;
}

.text table {
  background: #fff;
  margin: 25px 0 34px;
  border-collapse: collapse;
  border: 0 none;
  width: 100%;
}

.text th {
  background: #eee;
  color: #000;
  font-weight: normal;
  text-align: center;
}

.text td, .text th {
  border: 1px solid #ccc;
  padding: 7px 10px;
}

/* END page */
/* Cookie message */
#cookie_text {
  background-color: #c2c2c2;
  background-color: rgba(194, 194, 194, 0.9);
  z-index: 1000;
  position: fixed;
  bottom: 0px;
  left: 0;
  width: 100%;
  padding-left: 5px;
  font-size: 80%;
}

#cookie_text button {
  float: right;
  text-decoration: none;
  color: black;
  background-color: #ababab;
  background-color: rgba(171, 171, 171, 0.5);
  border: none;
  padding: 0 5px 0 5px;
  margin: 5px 10px;
}

#cookie_text button:hover {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.5);
}

/* transition */
input[type="text"]:focus {
  transition: all ease 0.3s;
  -o-transition: all ease 0.3s;
  -moz-transition: all ease 0.3s;
  -webkit-transition: all ease 0.3s;
}

.main a {
  transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -webkit-transition: background-color ease 0.2s;
}

/* button */
.button {
  background: #fff;
  font-size: 12px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 500;
  color: #4a5f60;
  text-decoration: none;
  display: inline-block;
  padding: 13px 25px;
  min-width: 100px;
  text-align: center;
  margin: 0;
  border: 1px solid transparent;
}

.button:hover {
  border-color: #c12026;
  color: #c12026;
}

.button:active {
  -webkit-box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.5);
  box-shadow: inset 0 2px 5px 0 rgba(0, 0, 0, 0.5);
}

/* radius */
/* footer */
.pfooter {
  min-height: 285px;
}

.footer {
  position: relative;
  background: #474747;
}

.footer p {
  margin: 0;
}

.footer a {
  color: #fff;
  text-decoration: none;
}

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

.footer .over {
  padding: 21px 0 0;
  color: #fff;
}

.footer_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
  max-width: 980px;
}

.footer_item {
  width: 23%;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 14px;
}

.footer_item ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 12px;
}

.footer_item .footer_copy, .footer_item .footer_dev {
  margin-bottom: 40px;
}

.footer_cat {
  padding-right: 40px;
}

.footer_contacts {
  font-size: 14px;
}

.footer_contacts .header_address, .footer_contacts .header_phone, .footer_contacts .header_youtube {
  margin-left: 40px;
  margin-bottom: 30px;
}

.footer_contacts .header_address .header_title, .footer_contacts .header_phone .header_title, .footer_contacts .header_youtube .header_title {
  font-size: 12px;
  text-transform: none;
}

.footer_contacts .header_address {
  text-transform: uppercase;
  font-weight: 500;
  margin-top: 40px;
}

.footer_contacts .header_address:before {
  background-image: url(../img/f_map.png);
}

.footer_contacts .header_phone:before {
  background-image: url(../img/f_phone.png);
}

.footer_contacts .header_youtube {
  text-transform: uppercase;
  font-weight: 500;
}

.footer_contacts .header_youtube:before {
  background-image: url(../img/f_yt.png);
}

.footer_info {
  font-size: 14px;
}

.footer_title {
  margin-bottom: 20px;
  font-weight: 500;
  text-transform: uppercase;
  opacity: 0.6;
}

.footer_bot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
  max-width: 980px;
  margin: 0 auto;
}

.footer hr {
  padding: 0;
  margin: 0;
  color: #fff;
  height: 1px;
}

.copy {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 6px;
}

.copy-text {
  font-size: 12px;
  line-height: 14px;
}

.fcontact {
  font-size: 16px;
  line-height: 18px;
  margin: 3px 0 0;
}

.ftell {
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  margin: 3px 0 0;
}

.dev {
  font-size: 12px;
  line-height: 14px;
  margin: 34px 0 20px;
}

.counter {
  font-size: 0;
  line-height: 0;
}

.counter img {
  width: 79px;
  margin: 0 0 2px 2px;
}

.counter a {
  margin: 0 10px;
}

.fnav {
  font-size: 14px;
  line-height: 18px;
  overflow: hidden;
}

.fnav div {
  float: left;
  width: 33.3%;
  margin: 2px 0 18px;
}

.button-block {
  overflow: hidden;
  margin: 0 0 0;
}

.my-button {
  width: 100%;
}

.my-button .img {
  float: left;
  margin: 0 16px 0 0;
}

.my-button .info {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
}

.my-button .info div {
  margin: 0 0 5px;
}

.my-button .info a {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
}

.my-all-button {
  margin: 0 0 0 69%;
}

.my-all-button div {
  margin: 0 0 5px;
}

/* the end */
.text .catalog_group_text td, .text .catalog_text td, .text .nostyle td {
  border: 0;
}

.call {
  width: 405px;
  padding: 26px 37px;
  border: 1px solid #45ad30;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 3px #0095d9;
          box-shadow: 0 0 3px #0095d9;
  position: fixed;
  z-index: 101;
  left: 50%;
  top: 40%;
  margin-top: -253px;
  margin-left: -233px;
  background: #fff;
  font-size: 14px;
  color: #2c3e50;
  line-height: 19px;
}

.call .header {
  font-size: 30px;
  line-height: normal;
  color: #45ad30;
  margin-bottom: 2px;
}

.call table {
  font-size: 17px;
  color: #2c3e50;
  text-align: left;
  margin-top: 18px;
}

.call table th {
  vertical-align: middle;
  font-weight: normal !important;
  width: 137px;
}

.call table td {
  vertical-align: middle;
}

.call input[type="text"] {
  width: 240px;
  height: 30px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-bottom: 8px;
  margin-top: 7px;
  font-size: 16px;
  color: #2c3e50;
  padding-left: 10px;
}

.call textarea {
  height: 86px;
  width: 241px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  font-size: 16px;
  color: #2c3e50;
  padding-left: 10px;
}

.closer {
  float: right;
  background: url("/t/img/close2.png") 0 0 no-repeat;
  width: 12px;
  height: 12px;
  display: block;
  margin-right: -27px;
  margin-top: -17px;
  cursor: pointer;
}

.call input[type="text"]:focus {
  border: 1px solid #00b0d9;
}

.overlay {
  background: #ffffff;
  position: fixed;
  height: 100%;
  width: 100%;
  opacity: 0.65;
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=65);
  top: 0;
  left: 0;
  z-index: 100;
}

.top-butt {
  background: #45ad30;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  color: #ffffff !important;
  padding: 12px 10px;
  border-radius: 3px;
  display: block;
  width: 150px;
  margin-top: 10px;
  text-decoration: none;
}

.top-butt:hover {
  background: #156bb3;
}

.pd_info a {
  color: #fff;
}

.main_back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  display: none;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.8);
}

.main_block {
  width: 670px;
  height: 400px;
  background: white;
  margin: 10% auto 0;
  overflow: hidden;
  background: #4a5f60;
  border: 2px solid #4a5f60;
  border-radius: 10px;
  position: relative;
}

.main_box {
  width: 80%;
  margin: 70px auto 0;
}

.main_box p {
  width: 100%;
  color: #fff;
  font-size: 20px;
  text-align: center;
  display: block;
  line-height: 25px;
  letter-spacing: 0.1px;
}

.close_it {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 30px;
  color: #fff;
  text-decoration: none;
  display: block;
  cursor: pointer;
}

.show {
  display: block;
}

.link_in {
  display: block;
  text-align: center;
  color: #61c028 !important;
  font-size: 16px;
  margin: 20px 0 0 0;
}

.header-btn {
  float: left;
}

.header-btn div {
  margin-bottom: 10px;
}

.header-contacts {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header-contacts p, .header-contacts a {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #4a5f60;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
}

.header_address {
  position: relative;
  line-height: 1.2em;
}

.header_address:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -40px;
  width: 30px;
  height: 30px;
  background-image: url("../img/h_map.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header_phone {
  position: relative;
}

.header_phone:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -40px;
  width: 30px;
  height: 30px;
  background-image: url("../img/h_phone.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header_phone a:nth-last-child(1) {
  text-transform: none;
}

.header_youtube {
  position: relative;
  line-height: 1.1em;
}

.header_youtube:before {
  content: '';
  position: absolute;
  top: 7px;
  left: -40px;
  width: 30px;
  height: 20px;
  background-image: url("../img/h_yt.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.header_title {
  font-size: 12px;
  color: #808080;
  position: absolute;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
}

.text table td {
  border:  1px solid  #ccc !important;
}
/*# sourceMappingURL=main.css.map */

.brand-nav.subsection {
	display: none;
	margin-left: 20px;
}

.brand-nav.subsection li.open a:after {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}