/*
Theme Name: 24hino
Author: Oleg Dermenzhi
*/
button, hr, input {
  overflow: visible;
}

audio, canvas, progress, video {
  display: inline-block;
}

progress, sub, sup {
  vertical-align: baseline;
}

[type=checkbox], [type=radio], legend {
  box-sizing: border-box;
  padding: 0;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active, a:hover {
  outline-width: 0;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, select {
  text-transform: none;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
  outline: ButtonText dotted 1px;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button, [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden], template {
  display: none;
}

/* ------------------- Typography */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  background-color: #fff;
  font: 14px "Roboto", Arial, sans-serif;
  font-weight: 300;
  line-height: 22px;
  color: #1e1d1d;
  margin: 0;
  padding: 0;
  width: 100%;
}

h1, .site-h1-tt, h2, .site-h2-tt, h3, .site-h3-tt, h4, .site-h4-tt, h5, .site-h5-tt {
  display: block;
  font-family: "Rubik", Arial, sans-serif;
  line-height: 1.3em;
  color: #000;
  padding: 0;
  margin: 0 0 20px;
  font-weight: 400;
}

h1, .site-h1-tt {
  line-height: 1.2em;
}

h1, .site-h1-tt {
  font-size: 24px;
}

h2, .site-h2-tt {
  font-size: 18px;
}

h3, .site-h3-tt {
  font-size: 15px;
}

h4, .site-h4-tt {
  font-size: 14px;
}

h5, .site-h5-tt {
  font-size: 14px;
}

.text-line {
  position: relative;
  padding-bottom: 10px;
}

.text-line:before {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 55px;
  height: 1px;
  background-color: #e90000;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercase {
  text-transform: uppercase;
}

.typo-inner {
  margin-bottom: 35px;
}

.typo-inner:last-child {
  margin-bottom: 20px;
}

.check-list li {
  padding-left: 30px;
  position: relative;
}

.check-list li:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: url(img/svg/icon-check.svg) 0 0 no-repeat;
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
}

ul li {
  margin: 7px 0;
}

p {
  margin: 10px 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  color: #067ab0;
  text-decoration: underline;
}

a:hover {
  color: #e90000;
}

table {
  min-width: 100%;
  margin-left: -5px;
  margin-right: -5px;
  font-size: 11px;
  line-height: 15px;
  text-align: center;
  border: none;
  border-collapse: collapse;
  vertical-align: middle;
}

table th {
  font-weight: 500;
  padding: 2px;
  min-width: 65px;
  border-bottom: 2px solid #919191;
}

table th:first-child {
  text-align: left;
}

table td {
  padding: 5px 2px;
}

table td:first-child {
  text-align: left;
}

table tbody tr:nth-child(even) td {
  /*background-color: #f8f8f7;*/
}

/* Min width 390 pixels */
@media only screen and (min-width: 390px) {
  table {
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
  }
  table th, table td {
    padding: 5px;
  }
  /* end media min width 390 pexels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  h1, .site-h1-tt {
    font-size: 28px;
  }
  h2, .site-h2-tt {
    font-size: 18px;
  }
  h3, .site-h3-tt {
    font-size: 15px;
  }
  h4, .site-h4-tt {
    font-size: 14px;
  }
  h5, .site-h5-tt {
    font-size: 14px;
  }
  table {
    font-size: 14px;
    line-height: 18px;
  }
  table td, table th {
    padding: 5px 15px;
  }
  /* end media min width 768 pexels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .typo-inner {
    margin-bottom: 50px;
  }
  .typo-inner:last-child {
    margin-bottom: 30px;
  }
  table td:first-child, table th:first-child {
    padding-left: 40px;
  }
  table td:last-child, table th:last-child {
    padding-right: 40px;
  }
  /* end media min width 1024 pexels */
}

/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  table td:first-child, table th:first-child {
    /*padding-left: 80px;*/
  }
  table td:last-child, table th:last-child {
    padding-right: 80px;
  }
  /* end media min width 1200 pexels */
}

/* ------------------- Button styles */
.btn-form-wrapp {
  text-align: center;
}

.btn {
  min-width: 276px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 10px 20px;
  margin: 0;
  font: 400 15px/21px "Rubik", Arial, sans-serif;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  border: none;
  background-color: #0c549f;
  color: #000000;
  border-radius: 0;
  border: 2px solid #e90000;
  background-color: rgba(232, 0, 0, 0);
  text-transform: uppercase;
}

.btn:hover {
  background-color: #e90000;
  color: #fff;
}

.btn-max {
  width: 100%;
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .btn-form-wrapp {
    text-align: right;
  }
  /* end media min width 768 pexels */
}

/* ------------------- Form styles */
.st-form {
  margin: 20px 0;
}

.form-group {
  margin: 0 0 20px;
}

.form-label-tt {
  display: block;
  margin: 5px 2px;
  font-size: 15px;
  line-height: 25px;
  color: #000;
}

.placeholder {
  color: #000;
}

input,
textarea {
  border-radius: 0;
  padding: 0 15px;
  height: 35px;
  position: relative;
  outline: none;
  font: 15px "Roboto", Arial, sans-serif;
  color: #000;
  background-color: #fff;
  box-shadow: inset 1px 2px 2px rgba(0, 0, 0, 0.13);
  border: 1px solid #dbdbdb;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

input:-moz-placeholder, input::-moz-placeholder,
textarea:-moz-placeholder,
textarea::-moz-placeholder {
  color: #000;
  opacity: 1;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000;
  opacity: 1;
}

input:focus:-moz-placeholder, input:focus::-moz-placeholder,
textarea:focus:-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  opacity: 0;
}

input:hover,
textarea:hover {
  border-color: #e0e0e0;
}

input:focus,
textarea:focus {
  border-color: #e0e0e0;
}

input[type="text"],
input[type="password"] {
  width: 100%;
}

textarea {
  height: 143px;
  width: 100%;
  vertical-align: top;
  padding: 10px 12px;
  resize: none;
}

.search-form {
  height: 30px;
  padding: 5px 0;
  margin-left: 115px;
  position: relative;
}

.search-form:before {
  content: ' ';
  position: absolute;
  right: 40px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: #535353;
}

.search-form form {
  position: relative;
  height: 20px;
}

.search-form input {
  vertical-align: top;
  height: 20px;
  padding: 0 50px 0 0;
  color: #fff;
  position: relative;
  z-index: 3;
  text-align: right;
  border: none;
  background: none;
}

.search-form input:focus + button {
  z-index: 5;
}

.search-form button {
  background: none;
  border: none;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 3px;
  top: 0;
  z-index: 2;
  padding: 0;
  cursor: pointer;
}

.search-form .icon {
  position: absolute;
  right: 6px;
  top: 50%;
  margin-top: -8px;
  width: 16px;
  height: 16px;
  z-index: 1;
  fill: #fff;
}

/* Min width 480 pixels */
@media only screen and (min-width: 480px) {
  .search-form {
    float: right;
    width: 240px;
    margin-left: 0;
  }
  /* end media min width 480 pexels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .form-row {
    display: flex;
    justify-content: space-between;
  }
  .form-row .form-group {
    width: 32%;
  }
  /* end media min width 768 pexels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .search-form {
    float: left;
    margin-left: 15px;
  }
  .search-form:before {
    display: none;
  }
  .search-form input {
    padding: 0 0 0 32px;
    text-align: left;
  }
  .search-form button {
    right: auto;
    left: 6px;
  }
  .search-form .icon {
    right: auto;
    left: 8px;
  }
  .contacts-form {
    max-width: 950px;
    margin: 0 auto;
  }
  /* end media min width 1024 pexels */
}

/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  .form-row .form-group-md {
    width: 375px;
  }
  .form-row .form-group-mds {
    width: 276px;
  }
  .form-row .form-group-mdxs {
    width: 262px;
  }
  /* end media min width 1200 pexels */
}

/*----------- sprite icons *
 ------------------------------------------------------------*/
.icon {
  display: inline-block;
  vertical-align: middle;
  font-style: normal;
}

.icon-phone {
  width: 16px;
  height: 15px;
  fill: #e80000;
}

/* ------------------- Navigation */
.menu-icon-wrap {
  display: block;
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  text-align: right;
  z-index: 15;
  width: 55px;
  height: 60px;
  line-height: 60px;
  background-color: #1d1d1d;
}

.menu-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -12px 0 0 -12px;
  width: 23px;
  height: 23px;
  fill: #fff;
}

.menu-mobile-open .menu-wrapper-fixed {
  display: block;
}

.menu-wrapper-fixed {
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
  padding-top: 60px;
  background-color: #e70000;
}

.menu-open-wrapper {
  background-color: #cc0000;
  height: 100%;
  overflow: auto;
}

.menu {
  margin: 0;
  padding: 7px 0 0;
  list-style: none;
}

.menu > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  border-bottom: 1px solid #de5c5c;
}

.menu > li:last-child {
  border: none;
}

.menu > li a {
  display: block;
  color: #fff;
  line-height: 20px;
  text-decoration: none;
  font-size: 15px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 12px 30px;
  font-weight: 400;
}

.menu > li a:hover {
  text-decoration: none;
}

.menu-drop-down {
  position: relative;
}

.menu-drop-down.menu-dd-open ul {
  display: block;
}

.menu-drop-down ul {
  display: none;
  border-top: 1px solid #de5c5c;
  background-color: #bc0000;
  margin: 0;
  padding: 10px 0;
}

.menu-drop-down ul li {
  margin: 0;
}

.menu-drop-down ul li a {
  text-transform: none;
  font-size: 14px;
  display: block;
  padding: 5px 30px 5px 55px;
  text-decoration: none;
}

.menu-dd-open-link {
  display: block;
  position: relative;
  cursor: pointer;
}

.menu-dd-open-link:before {
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.menu-dd-open-link a:after {
  content: ' ';
  display: inline-block;
  vertical-align: middle;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 0;
  height: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-left: 4px solid transparent;
  margin: -2px 0 0 5px;
}

/* Min width 390 pixels */
@media only screen and (min-width: 390px) {
  .menu > li a {
    padding: 12px 55px;
  }
  .menu-drop-down ul li a {
    padding-left: 75px;
  }
  /* end media min width 390 pexels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .menu-wrapper-fixed {
    position: relative;
    left: 0;
    top: 0;
    height: auto;
    transition: none;
    width: 100%;
    display: block;
    padding: 0;
    background: none;
    border-bottom: 2px solid #e90000;
  }
  .menu-open-wrapper {
    background: none;
    padding: 0;
    height: auto;
    overflow: visible;
  }
  .menu-icon-wrap,
  .menu-drop-down.menu-dd-open ul {
    display: none;
  }
  .menu {
    padding: 0;
    text-align: center;
  }
  .menu > li {
    margin: 0 1px 0 2px;
    border: none;
    display: inline-block;
    vertical-align: top;
    position: relative;
  }
  .menu > li:after {
    content: ' ';
    position: absolute;
    left: -4px;
    top: 19px;
    height: 27px;
    width: 1px;
    background-color: #e90000;
  }
  .menu > li:first-child:after {
    display: none;
  }
  .menu > li:hover a, .menu > li.active a {
    background-color: #f3f3f3;
  }
  .menu > li.menu-drop-down:hover ul {
    display: block;
  }
  .menu > li.menu-drop-down:hover .menu-dd-open-link:after {
    display: block;
  }
  .menu > li.menu-drop-down:hover .menu-dd-open-link a:before {
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    width: 0;
    height: 0;
    border-top: 4px solid #e70000;
    border-right: 4px solid transparent;
    border-bottom: none;
    border-left: 4px solid transparent;
    margin: 0 0 0 -4px;
  }
  .menu > li a {
    width: 132px;
    color: #000000;
    font-size: 15px;
    line-height: 20px;
    padding: 20px 10px;
    line-height: 28px;
  }
  .menu-drop-down ul {
    position: absolute;
    top: 100%;
    border: none;
    left: 0;
    width: 252px;
    background: none;
    padding: 2px 0 0;
  }
  .menu-drop-down ul li {
    background-color: #f3f3f3;
    padding: 6px 35px;
  }
  .menu-drop-down ul li:first-child {
    padding-top: 25px;
  }
  .menu-drop-down ul li:last-child {
    padding-bottom: 30px;
  }
  .menu-drop-down ul li a {
    padding: 0;
    line-height: 20px;
    text-align: left;
    width: auto;
  }
  .menu-drop-down ul li a:hover {
    color: #e90000;
  }
  .menu-dd-open-link:before {
    display: none;
  }
  .menu-dd-open-link:after {
    content: ' ';
    position: absolute;
    left: 0;
    top: 100%;
    height: 2px;
    width: 100%;
    z-index: 2;
    display: none;
    background-color: #f3f3f3;
  }
  .menu-dd-open-link > a {
    position: relative;
  }
  .menu-dd-open-link > a:after {
    display: none;
  }
  .menu-dd-open-link > a:before {
    content: ' ';
    position: absolute;
    left: 50%;
    bottom: 15px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 3px;
    width: 0;
    height: 0;
    border-top: 4px solid #000;
    border-right: 4px solid transparent;
    border-bottom: none;
    border-left: 4px solid transparent;
    margin: 0 0 0 -4px;
  }
  /* end media min width 1024 pexels */
}

/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  .menu > li a {
    width: 150px;
  }
  /* end media min width 1200 pexels */
}

/*  ------------------- Page structur */
.clear {
  clear: both;
}

.group:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

#wrapper {
  position: relative;
  min-width: 320px;
}

.container {
  padding: 0 15px;
  margin: 0 auto;
}

.hidden-devices {
  display: none;
}

/*  ------------------- Bread crumbs */
.bread-crumbs {
  margin: 0 0 10px;
  padding: 0;
}

.bread-crumbs li {
  list-style-type: none;
  display: inline-block;
  vertical-align: middle;
  margin: 0 10px 0 0;
  font-family: "Rubik", Arial, sans-serif;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400;
}

.bread-crumbs li:before {
  content: '/ ';
  color: #e80000;
  margin-right: 10px;
}

.bread-crumbs li:first-child:before {
  display: none;
}

.bread-crumbs a {
  color: #1e1d1d;
  text-decoration: none;
}

.bread-crumbs a:hover {
  text-decoration: underline;
}

/* ------------------- Header */
.header {
  margin-bottom: 20px;
}

.head-panel {
  background-color: #1d1d1d;
  height: 30px;
}

.logo {
  width: 55px;
  height: 60px;
  margin-left: 40px;
  float: left;
  position: relative;
  z-index: 15;
}

.logo a {
  display: block;
  height: 100%;
  background-color: #e70000;
}

.logo-b-info {
  display: none;
}

.head-info-panel {
  padding: 10px 0 0;
}

.head-info-logo {
  float: right;
  width: 145px;
  margin-bottom: 30px;
}

.head-info-about {
  clear: both;
  font-size: 15px;
  line-height: 20px;
  border-bottom: 2px solid #e90000;
  padding-bottom: 18px;
}

.head-info-about p {
  margin: 0;
}

.head-info-about b {
  font-weight: 700;
}

.main-header {
  margin-bottom: 30px;
}

.main-header .head-info-about {
  padding-bottom: 15px;
  border: none;
}

.head-contacts {
  float: right;
  width: 250px;
  text-align: right;
  color: #000000;
}

.head-contacts span {
  display: block;
}

/* ------------------- Footer */
.footer {
  width: 100%;
  position: relative;
  min-width: 320px;
  background-color: #f8f8f7;
  padding: 33px 0 0;
  text-align: center;
}

.copy {
  background-color: #1d1d1d;
  font-size: 12px;
  line-height: 18px;
  color: #fff;
  padding: 6px 15px;
}

.footer-mobile-nav {
  margin-bottom: 30px;
}

.footer-mobile-nav ul {
  margin: 0 10px 0 0;
  padding: 5px 15px 5px 0;
  border-right: 2px solid #696969;
  display: inline-block;
  vertical-align: middle;
  text-align: right;
  font-size: 12px;
  line-height: 22px;
  font-weight: 400;
  text-transform: uppercase;
}

.footer-mobile-nav ul li {
  margin: 0;
}

.footer-mobile-nav ul li a {
  color: #000;
  text-decoration: none;
}

.footer-mobile-nav ul li a:hover {
  color: #000;
}

.footer-logo {
  display: inline-block;
  vertical-align: middle;
  width: 100px;
}

.footer-mobile-contacts {
  margin-bottom: 30px;
  color: #000;
}

.footer-mobile-contacts span {
  display: block;
}

.f-contacts-adress,
.head-adress {
  font-size: 15px;
  line-height: 20px;
}

.f-contacts-phone,
.head-phone {
  font-size: 24px;
  line-height: 24px;
  margin-bottom: 10px;
}

.f-contacts-phone span,
.head-phone span {
  font-size: 18px;
  display: inline;
}

.f-contacts-phone a,
.head-phone a {
  color: #000;
  text-decoration: none;
}

.head-phone {
  margin-bottom: 5px;
}

.f-contacts-call a,
.head-call a {
  display: inline-block;
  vertical-align: middle;
  color: #e90000;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
}

.f-contacts-call span,
.head-call span {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
}

.f-contacts-call .icon,
.head-call .icon {
  margin-top: -2px;
}

/* ------------------- all styles */
.subsection-tt-mobile {
  background-color: #f3f3f3;
  padding: 10px 30px 10px 12px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #1e1d1d;
  display: block;
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.subsection-tt-mobile:before {
  content: ' ';
  position: absolute;
  right: 16px;
  top: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
  width: 0;
  height: 0;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-bottom: none;
  border-left: 4px solid transparent;
  margin: -2px 0 0;
}

.subsection-wrap.open .subsection-links {
  display: block;
}

.tabs-inner {
  margin: 20px 0 30px;
}

.subsection-links {
  display: none;
  margin: 0;
  padding: 0;
  border: 1px solid #f3f3f3;
}

.subsection-links.links-show-mobile {
  display: block;
  border: none;
  border-bottom: 1px solid #f3f3f3;
}

.subsection-links.links-show-mobile li {
  display: inline-block;
  vertical-align: middle;
  border: none;
  padding: 8px 0;
  margin-right: 20px;
}

.subsection-links li {
  margin: 0;
  padding: 8px 12px;
  border-top: 1px solid #f3f3f3;
  font-size: 14px;
  font-weight: 400;
}

.subsection-links li:first-child {
  border: none;
}

.subsection-links li a {
  display: block;
  color: #1e1d1d;
  text-decoration: none;
}

.subsection-links li a:hover {
  color: #e90000;
}

.main-info {
  margin-bottom: 50px;
}

.main-about {
  border-bottom: 2px solid #e90000;
  margin-bottom: 30px;
}

.main-news article {
  margin-bottom: 30px;
}

.main-news article a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #1e1d1d;
}

.main-news article a:hover img {
  opacity: 0.95;
}

.m-news-img {
  min-width: 140px;
  max-width: 140px;
  margin-right: 17px;
}

.m-news-tt {
  display: block;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  margin: 10px 0;
}

.m-news-tt:hover {
  color: #e90000;
}

.m-news-date {
  display: block;
  color: #919191;
  font-size: 12px;
  margin: 10px 0;
}

.more-link {
  font-weight: 400;
  font-size: 14px;
  display: block;
  text-transform: uppercase;
}

.more-link a {
  text-decoration: none;
  color: #e90000;
}

.more-link a:hover {
  text-decoration: underline;
}

.contacts-bl {
  margin-bottom: 40px;
}

.contacts-bl .site-h3-tt {
  margin-bottom: 15px;
}

.contacts-bl ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.contacts-bl ul li {
  margin: 0 0 2px;
  color: #000;
  font-size: 15px;
}

.contacts-bl .icon {
  width: 8px;
  height: 12px;
  fill: #000;
  margin: -2px 2px 0;
}

.contacts-phone-numb a {
  color: #000;
  text-decoration: none;
}

.contacts-phone-numb a:hover {
  color: #000;
}

.product-about {
  margin-bottom: 50px;
}

/* Min width 390 pixels */
@media only screen and (min-width: 390px) {
  .footer-mobile-nav ul {
    font-size: 14px;
    padding: 7px 15px 7px 0;
  }
  .footer-mobile-nav ul li {
    margin: 3px 0;
  }
  .footer-logo {
    width: auto;
  }
  .m-news-tt {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
    padding-bottom: 13px;
  }
  .m-news-img {
    min-width: 190px;
    max-width: 190px;
  }
  /* end media min width 390 pexels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .footer-mobile {
    overflow: hidden;
    padding-bottom: 30px;
  }
  .footer-mobile-nav {
    float: left;
    margin: 0 0 0 20px;
  }
  .footer-mobile-contacts {
    float: right;
    margin: 5px 20px 0;
  }
  .head-info-about {
    clear: none;
  }
  .head-info-about p {
    margin-left: 120px;
    width: 360px;
  }
  .contacts-row .contacts-bl {
    display: inline-block;
    vertical-align: top;
    width: 250px;
    margin-right: 35px;
  }
  /* end media min width 768 pexels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .container {
    width: 1000px;
    padding: 0 10px;
  }
  .hidden-devices {
    display: block;
  }
  .hidden-desktop {
    display: none;
  }
  .footer {
    padding: 55px 0 0;
  }
  .footer-nav {
    padding-bottom: 15px;
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
  .foter-col {
    min-width: 152px;
    max-width: 152px;
  }
  .foter-col:hover .f-nav-tt {
    color: #e90000;
  }
  .foter-col ul {
    margin: 0 0 35px;
    padding: 0;
  }
  .foter-col ul li {
    margin: 0 0 5px;
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }
  .foter-col ul li a {
    color: #1e1d1d;
    text-decoration: none;
  }
  .foter-col ul li a:hover {
    color: #e90000;
    text-decoration: underline;
  }
  .f-nav-tt {
    font-weight: 400;
    text-transform: uppercase;
    display: block;
    border-bottom: 2px solid #e90000;
    padding: 0 2px 5px;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 15px;
  }
  .subsection-wrap {
    margin: 25px 0 35px;
    border-bottom: 1px solid #e0e0e0;
  }
  .subsection-links {
    display: block;
    border: none;
  }
  .subsection-links.links-show-mobile {
    border: none;
  }
  .subsection-links.links-show-mobile li {
    padding: 0;
    margin: 0 5px -1px 0;
  }
  .subsection-links li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px -1px 0;
    border: none;
    padding: 0;
  }
  .subsection-links li:first-child {
    margin-left: 0px;
  }
  .subsection-links li:first-child a {
    padding-left: 0;
  }
  .subsection-links li:first-child.active {
    margin-left: 18px;
  }
  .subsection-links li:first-child.active a {
    padding-left: 25px;
  }
  .subsection-links li.active a {
    border: 1px solid #dddcdd;
    border-bottom: 1px solid #fff;
  }
  .subsection-links li a {
    display: block;
    padding: 15px 25px;
    line-height: 16px;
  }
  .head-panel-links {
    float: right;
  }
  .head-panel-link {
    float: left;
    padding: 0 23px;
    border-left: 1px solid #535353;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;
    text-transform: uppercase;
  }
  .head-panel-link:last-child {
    padding-right: 0;
  }
  .head-panel-link a {
    color: #fff;
    text-decoration: none;
  }
  .head-panel-link a:hover {
    text-decoration: underline;
    color: #fff;
  }
  .logo {
    width: 115px;
    text-align: center;
    margin-left: 0;
    height: auto;
  }
  .logo a {
    background: none;
    height: auto;
  }
  .logo a:hover img {
    opacity: 0.95;
  }
  .logo-b-info {
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 24px;
  }
  .logo-b-info a {
    display: inline;
    color: #e90000;
    text-decoration: none;
  }
  .logo-b-info a:hover {
    text-decoration: underline;
  }
  .head-info-panel {
    padding: 20px 0;
    margin-bottom: 10px;
  }
  .head-info-about {
    float: left;
    padding: 0;
    margin: 0 0 0 25px;
    border: none;
  }
  .head-info-about p {
    margin: 0;
  }
  .head-info-logo {
    margin: 15px 30px 0 0;
  }
  .head-call span:hover {
    text-decoration: underline;
  }
  .main-header {
    margin-bottom: 60px;
  }
  .main-header .head-info-panel {
    padding-bottom: 0;
  }
  .main-info {
    display: flex;
    justify-content: space-between;
    margin: 60px 0;
  }
  .main-about {
    border: none;
    margin-bottom: 0;
  }
  .main-aside {
    min-width: 370px;
    max-width: 370px;
    padding-left: 30px;
    margin-left: 30px;
    border-left: 1px solid #e0e0e0;
  }
  .contacts-bl-info {
    float: left;
    width: 600px;
  }
  .contacts-map {
    float: right;
    width: 370px;
    margin-top: 10px;
  }
  .tabs-inner {
    margin-bottom: 50px;
  }
  .product-about {
    float: left;
    width: 500px;
  }
  .product-about .typo-inner {
    margin-bottom: 30px;
  }
  /* end media min width 1024 pexels */
}

/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  .container {
    width: 1170px;
    padding: 0 15px;
  }
  .head-info-about {
    margin-left: 25px;
  }
  .head-contacts {
    float: right;
    width: 315px;
  }
  .main-aside {
    min-width: 420px;
    max-width: 420px;
    padding-left: 60px;
    margin-left: 60px;
  }
  .contacts-map {
    width: 455px;
  }
  .product-about {
    width: 650px;
  }
  /* end media min width 1200 pexels */
}

/* ------------------- Main blocks */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item, .owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/* ------------------- Plugins */
.owl-carousel .owl-item img {
  display: inline;
  width: auto;
}

.carousel-inline-wrapp {
  margin: 40px -15px 40px 0;
}

.carousel-inline {
  padding-bottom: 26px;
}

.car-inline-item {
  max-width: 260px;
  margin: 0 13px 0 0;
  background-color: #fff;
  height: 200px;
  text-align: center;
  line-height: 200px;
  position: relative;
}

.car-inline-item:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: inset 1px 2px 32px rgba(0, 0, 0, 0.07);
}

.main-slider-wrapp {
  margin: 0 -15px;
  clear: both;
  position: relative;
}

.main-slider-wrapp:before, .main-slider-wrapp:after {
  content: ' ';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 15px;
  z-index: 2;
  background-color: #fff;
}

.main-slider-wrapp:before {
  left: auto;
  right: 0;
}

.main-slider {
  padding-bottom: 20px;
  border-bottom: 2px solid #e90000;
}

.main-slider .owl-item > div {
  height: 300px;
  position: relative;
  overflow: hidden;
}

.main-slider .owl-item img {
  width: 100%;
  height: auto;
  /*width: auto;
  height: 100%;*/
  max-width: 2000px;
  min-width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.main-slider .owl-dots {
  bottom: 35px;
}

.main-slider .owl-nav {
  display: none;
}

.owl-nav {
  position: absolute;
  top: 50%;
  width: 100%;
}

.owl-nav > div {
  text-indent: -9999px;
  position: absolute;
  top: 50%;
  margin-top: -23px;
  width: 16px;
  height: 45px;
}

.owl-prev {
  left: 10px;
  background: url(img/svg/icon-left-slide.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.owl-next {
  right: 10px;
  background: url(img/svg/icon-right-slide.svg) 0 0 no-repeat;
  background-size: 100% 100%;
}

.owl-dots {
  text-align: center;
  position: absolute;
  height: 14px;
  bottom: 0;
  left: 0;
  width: 100%;
}

.owl-dots > div {
  width: 10px;
  height: 10px;
  margin: 0 4px;
  display: inline-block;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.11);
  border-radius: 100%;
  border: 1px solid #fff;
}

.owl-dots > div.active {
  background-color: #e80000;
  border: none;
  width: 14px;
  height: 14px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.25);
}

.owl-slider-thumb-wrapp {
  margin-bottom: 40px;
  max-width: 360px;
}

.owl-slider-main {
  margin-bottom: 10px;
}

.owl-slider-main .owl-item > div {
  text-align: center;
}

.owl-slider-main .owl-item img {
  width: 100%;
}

.owl-thumbs {
  margin: 0;
  width: auto;
}

.owl-thumbs .owl-item > div {
  max-height: 40px;
  overflow: hidden;
  text-align: center;
  cursor: pointer;
  position: relative;
}

.owl-thumbs .owl-item > div:hover {
  opacity: 0.9;
}

.owl-thumbs .owl-item.current > div {
  border: 2px solid #e50000;
}

.owl-thumbs .owl-item.current > div:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  box-shadow: 0px 0px 0px 2px #fff inset;
}

/* Min width 390 pixels */
@media only screen and (min-width: 390px) {
  .main-slider .owl-item > div {
    height: 360px;
  }
  .owl-thumbs .owl-item > div {
    max-height: 55px;
  }
  /* end media min width 390 pexels */
}

/* Min width 768 pixels */
@media only screen and (min-width: 768px) {
  .main-slider .owl-item > div {
    height: 420px;
  }
  /* end media min width 768 pexels */
}

/* Min width 1024 pixels */
@media only screen and (min-width: 1024px) {
  .carousel-inline-wrapp {
    margin-right: 0;
  }
  .main-slider-wrapp {
    margin: 0;
    padding-top: 30px;
  }
  .main-slider-wrapp:before, .main-slider-wrapp:after {
    display: none;
  }
  .main-slider {
    padding-bottom: 0;
    border: none;
  }
  .main-slider .owl-item > div {
    height: 500px;
  }
  .main-slider .owl-dots {
    bottom: 25px;
  }
  .main-slider .owl-prev {
    left: -31px;
  }
  .main-slider .owl-next {
    right: -31px;
  }
  .owl-slider-thumb-wrapp {
    float: right;
    margin-top: 45px;
  }
  /* end media min width 1024 pexels */
}

/* Min width 1074 pixels */
@media only screen and (min-width: 1074px) {
  .main-slider .owl-nav {
    display: block;
  }
  /* end media min width 1074 pexels */
}

/* Min width 1200 pixels */
@media only screen and (min-width: 1200px) {
  .car-inline-item {
    margin-right: 0;
  }
  .carousel-inline-wrapp {
    margin: 60px 0 25px;
  }
  /* end media min width 1200 pexels */
}



/* ------ wordpress.org/plugins/tabby-responsive-tabs/ ------ */
.responsive-tabs .responsive-tabs__heading {
  display: none;
}
.responsive-tabs .responsive-tabs__list__item {
  display: inline;
  cursor: pointer;
}
.responsive-tabs-wrapper {
  clear: both;
  margin-bottom: 20px;
  zoom: 1;
}
.responsive-tabs-wrapper:before,
.responsive-tabs-wrapper:after {
  content: "";
  display: table;
}
.responsive-tabs-wrapper:after {
  clear: both;
}
.responsive-tabs .responsive-tabs__heading:focus,
.responsive-tabs .responsive-tabs__list__item:focus {
  outline: 1px solid transparent;
}
.responsive-tabs .responsive-tabs__heading--active:focus,
.responsive-tabs .responsive-tabs__list__item--active:focus {
  outline: none;
}
.responsive-tabs ul.responsive-tabs__list {
  font-size: 18px;
  line-height: 18px;
  margin: 20px 0 0 12px;
  padding: 0;
}
.responsive-tabs .responsive-tabs__list__item {
  background: transparent;
  border: 1px solid transparent;
  border-bottom: none;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  font-size: 18px;
  line-height: 19px;
  text-transform: inherit;
  margin: 1px 12px 0 0;
  padding: 10px 12px 10px;
  white-space: nowrap;
  float: left;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  color: #1e1d1d;
  font-size: 14px;
  font-weight: 400;
}
.responsive-tabs .responsive-tabs__list__item .fa {
  margin-right: 8px;
  line-height: 0.8;
}
.responsive-tabs .responsive-tabs__list__item:hover {
  color: #e90000;
  background: transparent;
}
.responsive-tabs .responsive-tabs__list__item--active,
.responsive-tabs .responsive-tabs__list__item--active:hover {
  background: #fff;
  border-color: #ddd;
  color: #666;
  padding-bottom: 11px;
  margin-top: 0;
  position: relative;
  top: 1px;
}
.responsive-tabs .responsive-tabs__panel {
  background: #fff;
  /*border: 1px solid #ddd;*/
  border-top: 1px solid #ddd;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-left-radius: 0px;
  clear: left;
  margin-bottom: 0;
  padding: 20px 20px 0;
  word-wrap: break-word;
}
.responsive-tabs .responsive-tabs__panel:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
}
@media (min-width: 768px) {
  .responsive-tabs .responsive-tabs__panel--closed-accordion-only {
    display: block;
  }
}
@media (max-width: 767px) {
  .responsive-tabs .responsive-tabs__list {
    display: none;
  }
  .responsive-tabs .responsive-tabs__heading {
    display: block;
    cursor: pointer;
  }
  .responsive-tabs-wrapper {
    border-top: 1px solid #ccc;
  }
  .responsive-tabs .responsive-tabs__heading {
    background: #fff;
    border: 1px solid #ccc;
    border-top: none;
    color: #777;
    font-size: 18px;
    font-weight: normal;
    text-transform: inherit;
    margin: 0;
    padding: 10px 0;
    padding-left: 20px;
    position: relative;
  }
  .responsive-tabs .responsive-tabs__heading .fa {
    margin-right: 8px;
    display:none;
    }
  .responsive-tabs .responsive-tabs__heading:after {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #777;
    content:"";
    display: block;
    position: absolute;
    right: 20px;
    top: 20px;
    height: 0;
    width: 0;
  }
  .responsive-tabs .responsive-tabs__heading:hover {
    background: #eee;
    color: #777;
  }
  .responsive-tabs .responsive-tabs__heading:hover:after {
    border-top: 6px solid #777;
  }
  .responsive-tabs .responsive-tabs__heading--active,
  .responsive-tabs .responsive-tabs__heading--active:hover {
    background: #ccc;
    color: #fff;
  }
  .responsive-tabs .responsive-tabs__heading--active:after,
  .responsive-tabs .responsive-tabs__heading--active:hover:after {
    border-bottom: 6px solid #fff;
    border-top: 0;
    top: 18px;
  }
  .responsive-tabs .responsive-tabs__panel {
    background: #fff;
    /*border: 1px solid #ccc;*/
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border-top: none;
    margin: 0;
    padding: 0 20px;
    padding-top: 20px;
  }
}

.detailed_info .hidden_text {
  display: none;
}

.desktop {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .desktop {
    display: block;
  }
  .mobile {
    display: none;
  }
}


.clear {
    clear: both;
}
.news-item {
    padding: 0 0 13px 0;
    border-bottom: 2px solid #efefef;
    margin: 0 0 15px 0;
    display: flex;
}
.news-item-aktsii {
    display: block;
    text-align: center;
    width: 80%;
    margin: 0 auto;
}
.news .news-item:last-child{
    border-bottom: 0;
}
.news-min-image{
    width: 122px;
    height: auto;
}
.new-right{
    width: auto;
    float: left;
    margin-left: 18px;
    /*width: 805px;*/
}
.clients .new-right {
    /*width: 747px;*/
}
.news-title{
    font-weight: bold; /* font-bold */
    float: left;
}
.news-item .date, .new_date{
    color: #a5a5a5;
}
.news-item .news_list_title .date {
    float: left;
}
.new_date {
    padding-bottom: 15px;
}
.news-item span.border{
    background: none repeat scroll 0 0 #e70012;
    display: inline-block;
    height: 11px;
    margin: 4px 9px 0;
    width: 4px;
    float: left;
}
.n-more {
    height: 20px;
    padding: 10px 0;
    clear: both;
}
.new-left {
    /*float:left;*/
    min-width: 122px;
}
.new_detail_anonse {
    font-weight: bold; /* font-bold */
    padding-bottom: 3px;
}
.news-title a {
    color: #010101;
}
.news_list_bottom {
    position: relative;
    height: 25px;
}
.new-left img {
    width: 122px;
    height: auto;
}
.ico-more {
    float: right;
}

/* bootstrap grid */
.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}[role="button"]{cursor:pointer}.container{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:768px){.container{width:750px}}@media (min-width:992px){.container{width:970px}}@media (min-width:1200px){.container{width:1170px}}.container-fluid{padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{margin-right:-15px;margin-left:-15px}.row-no-gutters{margin-right:0;margin-left:0}.row-no-gutters [class*="col-"]{padding-right:0;padding-left:0}.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12{position:relative;min-height:1px;padding-right:15px;padding-left:15px}.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12{float:left}.col-xs-12{width:100%}.col-xs-11{width:91.66666667%}.col-xs-10{width:83.33333333%}.col-xs-9{width:75%}.col-xs-8{width:66.66666667%}.col-xs-7{width:58.33333333%}.col-xs-6{width:50%}.col-xs-5{width:41.66666667%}.col-xs-4{width:33.33333333%}.col-xs-3{width:25%}.col-xs-2{width:16.66666667%}.col-xs-1{width:8.33333333%}.col-xs-pull-12{right:100%}.col-xs-pull-11{right:91.66666667%}.col-xs-pull-10{right:83.33333333%}.col-xs-pull-9{right:75%}.col-xs-pull-8{right:66.66666667%}.col-xs-pull-7{right:58.33333333%}.col-xs-pull-6{right:50%}.col-xs-pull-5{right:41.66666667%}.col-xs-pull-4{right:33.33333333%}.col-xs-pull-3{right:25%}.col-xs-pull-2{right:16.66666667%}.col-xs-pull-1{right:8.33333333%}.col-xs-pull-0{right:auto}.col-xs-push-12{left:100%}.col-xs-push-11{left:91.66666667%}.col-xs-push-10{left:83.33333333%}.col-xs-push-9{left:75%}.col-xs-push-8{left:66.66666667%}.col-xs-push-7{left:58.33333333%}.col-xs-push-6{left:50%}.col-xs-push-5{left:41.66666667%}.col-xs-push-4{left:33.33333333%}.col-xs-push-3{left:25%}.col-xs-push-2{left:16.66666667%}.col-xs-push-1{left:8.33333333%}.col-xs-push-0{left:auto}.col-xs-offset-12{margin-left:100%}.col-xs-offset-11{margin-left:91.66666667%}.col-xs-offset-10{margin-left:83.33333333%}.col-xs-offset-9{margin-left:75%}.col-xs-offset-8{margin-left:66.66666667%}.col-xs-offset-7{margin-left:58.33333333%}.col-xs-offset-6{margin-left:50%}.col-xs-offset-5{margin-left:41.66666667%}.col-xs-offset-4{margin-left:33.33333333%}.col-xs-offset-3{margin-left:25%}.col-xs-offset-2{margin-left:16.66666667%}.col-xs-offset-1{margin-left:8.33333333%}.col-xs-offset-0{margin-left:0}@media (min-width:768px){.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12{float:left}.col-sm-12{width:100%}.col-sm-11{width:91.66666667%}.col-sm-10{width:83.33333333%}.col-sm-9{width:75%}.col-sm-8{width:66.66666667%}.col-sm-7{width:58.33333333%}.col-sm-6{width:50%}.col-sm-5{width:41.66666667%}.col-sm-4{width:33.33333333%}.col-sm-3{width:25%}.col-sm-2{width:16.66666667%}.col-sm-1{width:8.33333333%}.col-sm-pull-12{right:100%}.col-sm-pull-11{right:91.66666667%}.col-sm-pull-10{right:83.33333333%}.col-sm-pull-9{right:75%}.col-sm-pull-8{right:66.66666667%}.col-sm-pull-7{right:58.33333333%}.col-sm-pull-6{right:50%}.col-sm-pull-5{right:41.66666667%}.col-sm-pull-4{right:33.33333333%}.col-sm-pull-3{right:25%}.col-sm-pull-2{right:16.66666667%}.col-sm-pull-1{right:8.33333333%}.col-sm-pull-0{right:auto}.col-sm-push-12{left:100%}.col-sm-push-11{left:91.66666667%}.col-sm-push-10{left:83.33333333%}.col-sm-push-9{left:75%}.col-sm-push-8{left:66.66666667%}.col-sm-push-7{left:58.33333333%}.col-sm-push-6{left:50%}.col-sm-push-5{left:41.66666667%}.col-sm-push-4{left:33.33333333%}.col-sm-push-3{left:25%}.col-sm-push-2{left:16.66666667%}.col-sm-push-1{left:8.33333333%}.col-sm-push-0{left:auto}.col-sm-offset-12{margin-left:100%}.col-sm-offset-11{margin-left:91.66666667%}.col-sm-offset-10{margin-left:83.33333333%}.col-sm-offset-9{margin-left:75%}.col-sm-offset-8{margin-left:66.66666667%}.col-sm-offset-7{margin-left:58.33333333%}.col-sm-offset-6{margin-left:50%}.col-sm-offset-5{margin-left:41.66666667%}.col-sm-offset-4{margin-left:33.33333333%}.col-sm-offset-3{margin-left:25%}.col-sm-offset-2{margin-left:16.66666667%}.col-sm-offset-1{margin-left:8.33333333%}.col-sm-offset-0{margin-left:0}}@media (min-width:992px){.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12{float:left}.col-md-12{width:100%}.col-md-11{width:91.66666667%}.col-md-10{width:83.33333333%}.col-md-9{width:75%}.col-md-8{width:66.66666667%}.col-md-7{width:58.33333333%}.col-md-6{width:50%}.col-md-5{width:41.66666667%}.col-md-4{width:33.33333333%}.col-md-3{width:25%}.col-md-2{width:16.66666667%}.col-md-1{width:8.33333333%}.col-md-pull-12{right:100%}.col-md-pull-11{right:91.66666667%}.col-md-pull-10{right:83.33333333%}.col-md-pull-9{right:75%}.col-md-pull-8{right:66.66666667%}.col-md-pull-7{right:58.33333333%}.col-md-pull-6{right:50%}.col-md-pull-5{right:41.66666667%}.col-md-pull-4{right:33.33333333%}.col-md-pull-3{right:25%}.col-md-pull-2{right:16.66666667%}.col-md-pull-1{right:8.33333333%}.col-md-pull-0{right:auto}.col-md-push-12{left:100%}.col-md-push-11{left:91.66666667%}.col-md-push-10{left:83.33333333%}.col-md-push-9{left:75%}.col-md-push-8{left:66.66666667%}.col-md-push-7{left:58.33333333%}.col-md-push-6{left:50%}.col-md-push-5{left:41.66666667%}.col-md-push-4{left:33.33333333%}.col-md-push-3{left:25%}.col-md-push-2{left:16.66666667%}.col-md-push-1{left:8.33333333%}.col-md-push-0{left:auto}.col-md-offset-12{margin-left:100%}.col-md-offset-11{margin-left:91.66666667%}.col-md-offset-10{margin-left:83.33333333%}.col-md-offset-9{margin-left:75%}.col-md-offset-8{margin-left:66.66666667%}.col-md-offset-7{margin-left:58.33333333%}.col-md-offset-6{margin-left:50%}.col-md-offset-5{margin-left:41.66666667%}.col-md-offset-4{margin-left:33.33333333%}.col-md-offset-3{margin-left:25%}.col-md-offset-2{margin-left:16.66666667%}.col-md-offset-1{margin-left:8.33333333%}.col-md-offset-0{margin-left:0}}@media (min-width:1200px){.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12{float:left}.col-lg-12{width:100%}.col-lg-11{width:91.66666667%}.col-lg-10{width:83.33333333%}.col-lg-9{width:75%}.col-lg-8{width:66.66666667%}.col-lg-7{width:58.33333333%}.col-lg-6{width:50%}.col-lg-5{width:41.66666667%}.col-lg-4{width:33.33333333%}.col-lg-3{width:25%}.col-lg-2{width:16.66666667%}.col-lg-1{width:8.33333333%}.col-lg-pull-12{right:100%}.col-lg-pull-11{right:91.66666667%}.col-lg-pull-10{right:83.33333333%}.col-lg-pull-9{right:75%}.col-lg-pull-8{right:66.66666667%}.col-lg-pull-7{right:58.33333333%}.col-lg-pull-6{right:50%}.col-lg-pull-5{right:41.66666667%}.col-lg-pull-4{right:33.33333333%}.col-lg-pull-3{right:25%}.col-lg-pull-2{right:16.66666667%}.col-lg-pull-1{right:8.33333333%}.col-lg-pull-0{right:auto}.col-lg-push-12{left:100%}.col-lg-push-11{left:91.66666667%}.col-lg-push-10{left:83.33333333%}.col-lg-push-9{left:75%}.col-lg-push-8{left:66.66666667%}.col-lg-push-7{left:58.33333333%}.col-lg-push-6{left:50%}.col-lg-push-5{left:41.66666667%}.col-lg-push-4{left:33.33333333%}.col-lg-push-3{left:25%}.col-lg-push-2{left:16.66666667%}.col-lg-push-1{left:8.33333333%}.col-lg-push-0{left:auto}.col-lg-offset-12{margin-left:100%}.col-lg-offset-11{margin-left:91.66666667%}.col-lg-offset-10{margin-left:83.33333333%}.col-lg-offset-9{margin-left:75%}.col-lg-offset-8{margin-left:66.66666667%}.col-lg-offset-7{margin-left:58.33333333%}.col-lg-offset-6{margin-left:50%}.col-lg-offset-5{margin-left:41.66666667%}.col-lg-offset-4{margin-left:33.33333333%}.col-lg-offset-3{margin-left:25%}.col-lg-offset-2{margin-left:16.66666667%}.col-lg-offset-1{margin-left:8.33333333%}.col-lg-offset-0{margin-left:0}}.clearfix:before,.clearfix:after,.container:before,.container:after,.container-fluid:before,.container-fluid:after,.row:before,.row:after{display:table;content:" "}.clearfix:after,.container:after,.container-fluid:after,.row:after{clear:both}.center-block{display:block;margin-right:auto;margin-left:auto}.pull-right{float:right !important}.pull-left{float:left !important}.hide{display:none !important}.show{display:block !important}.invisible{visibility:hidden}.text-hide{font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.hidden{display:none !important}.affix{position:fixed}@-ms-viewport{width:device-width}.visible-xs,.visible-sm,.visible-md,.visible-lg{display:none !important}.visible-xs-block,.visible-xs-inline,.visible-xs-inline-block,.visible-sm-block,.visible-sm-inline,.visible-sm-inline-block,.visible-md-block,.visible-md-inline,.visible-md-inline-block,.visible-lg-block,.visible-lg-inline,.visible-lg-inline-block{display:none !important}@media (max-width:767px){.visible-xs{display:block !important}table.visible-xs{display:table !important}tr.visible-xs{display:table-row !important}th.visible-xs,td.visible-xs{display:table-cell !important}}@media (max-width:767px){.visible-xs-block{display:block !important}}@media (max-width:767px){.visible-xs-inline{display:inline !important}}@media (max-width:767px){.visible-xs-inline-block{display:inline-block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm{display:block !important}table.visible-sm{display:table !important}tr.visible-sm{display:table-row !important}th.visible-sm,td.visible-sm{display:table-cell !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-block{display:block !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline{display:inline !important}}@media (min-width:768px) and (max-width:991px){.visible-sm-inline-block{display:inline-block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md{display:block !important}table.visible-md{display:table !important}tr.visible-md{display:table-row !important}th.visible-md,td.visible-md{display:table-cell !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-block{display:block !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline{display:inline !important}}@media (min-width:992px) and (max-width:1199px){.visible-md-inline-block{display:inline-block !important}}@media (min-width:1200px){.visible-lg{display:block !important}table.visible-lg{display:table !important}tr.visible-lg{display:table-row !important}th.visible-lg,td.visible-lg{display:table-cell !important}}@media (min-width:1200px){.visible-lg-block{display:block !important}}@media (min-width:1200px){.visible-lg-inline{display:inline !important}}@media (min-width:1200px){.visible-lg-inline-block{display:inline-block !important}}@media (max-width:767px){.hidden-xs{display:none !important}}@media (min-width:768px) and (max-width:991px){.hidden-sm{display:none !important}}@media (min-width:992px) and (max-width:1199px){.hidden-md{display:none !important}}@media (min-width:1200px){.hidden-lg{display:none !important}}.visible-print{display:none !important}@media print{.visible-print{display:block !important}table.visible-print{display:table !important}tr.visible-print{display:table-row !important}th.visible-print,td.visible-print{display:table-cell !important}}.visible-print-block{display:none !important}@media print{.visible-print-block{display:block !important}}.visible-print-inline{display:none !important}@media print{.visible-print-inline{display:inline !important}}.visible-print-inline-block{display:none !important}@media print{.visible-print-inline-block{display:inline-block !important}}@media print{.hidden-print{display:none !important}}