@charset "utf-8";
/* CSS Document */
/* Верстка */
[id=wrapper] {
  max-width: 1024px;
  min-width: 320px;
  float: none;
  margin: 0 auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  background: white;
  font-family: 'Roboto', sans-serif;
}
[id=wrapper] div.left,
[id=wrapper] div.left > div {
  padding: 0;
}
/* NetCat */
body .cke_float {
  margin: -65px 0 0 !important;
}
body .nc-toolbar {
  box-sizing: content-box !important;
}
body .nc-toolbar * {
  box-sizing: content-box !important;
}
body .simplemodal-container textarea {
  font-family: monospace;
}
body .simplemodal-container .CodeMirror {
  font-family: monospace;
}
body .simplemodal-container .CodeMirror * {
  font-family: monospace;
}
body .g-recaptcha {
  margin: 10px 0;
}
body .nc-toolbar li:before {
  display: none;
}
body .nc_search_list {
  margin: 20px 0;
  line-height: 20px;
}
.wrapper-bg {
  background: url("../images/bg.jpeg") center top no-repeat fixed;
  background-size: cover;
}
#wrapper {
  /*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
  /* Теги */
  /* Элементы */
  /* Разделитель */
  /* Обертка */
  /* Цвета */
  /* Элементы форм */
  /* Кнопки */
  /* Классы */
  /*Bootstrap Стили*/
  /*Верхний колонтитул*/
  /* Навигация */
  /* Контент */
  /* Поиск */
  /* Выкуп */
  /* Нижний колонтитул */
}
#wrapper.celebration.new-year header .logo {
  position: relative;
}
#wrapper.celebration.new-year header .logo:before {
  content: '';
  width: 31px;
  height: 21px;
  position: absolute;
  top: -10px;
  left: -10px;
  background: url("../images/celebration/new-year/hat.png") no-repeat;
}
#wrapper.celebration.new-year nav {
  background-image: url("../images/celebration/new-year/nav.png");
}
#wrapper * {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-family: inherit;
  -webkit-font-smoothing: antialiased;
}
#wrapper a {
  text-decoration: none;
  color: inherit;
}
#wrapper a:hover {
  text-decoration: none;
}
#wrapper img {
  max-width: 100%;
  vertical-align: middle;
}
#wrapper form {
  display: inline;
}
#wrapper [data-lightbox*=image] {
  display: inline-block;
  position: relative;
}
#wrapper [data-lightbox*=image]:hover::before {
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper [data-lightbox*=image]:hover::after {
  content: '+';
  width: 100%;
  height: 40px;
  font-size: 40px;
  line-height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
  color: white;
  margin: -20px 0 0;
}
@media (max-width: 1024px) {
  #wrapper [data-lightbox*=image] {
    display: block;
  }
}
#wrapper .widget {
  /* Блоки */
}
#wrapper .widget.modal {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
  align-items: center;
}
#wrapper .widget.modal.active {
  display: flex;
}
#wrapper .widget.modal .fade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
#wrapper .widget.modal .close {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 30px;
  color: white;
  text-decoration: none;
  z-index: 3;
  background: none;
  border: none;
  display: inline-block;
}
#wrapper .widget.modal .close:before {
  content: '\e91f';
  font-family: 'icomoon', sans-serif;
}
@media (max-width: 660px) {
  #wrapper .widget.modal .close {
    top: 20px;
    right: 20px;
    color: black;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.modal .close.white {
    color: white;
  }
}
#wrapper .widget.modal .modal--shell {
  max-height: 100%;
  overflow: auto;
  width: 100%;
  display: flex;
  justify-content: center;
}
#wrapper .widget.modal .window {
  position: relative;
  z-index: 2;
  text-align: left;
  padding-top: 65px;
}
@media (max-width: 660px) {
  #wrapper .widget.modal .window {
    display: block;
    height: 100%;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.modal .window .content {
    height: 100%;
    overflow: auto;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.modal .window .tpl-block-add-form {
    height: 100%;
    position: relative;
  }
}
#wrapper .widget.modal .window .wrapper {
  padding: 0;
}
#wrapper .widget.modal .window .component {
  display: inline-block;
  width: 100%;
  background: white;
  border-radius: 5px;
  border: 1px solid #00499e;
}
@media (max-width: 660px) {
  #wrapper .widget.modal .window .component {
    display: block;
    min-height: 100%;
  }
}
#wrapper .widget.modal .window .component .header {
  margin: 15px 40px;
}
#wrapper .widget.modal .window .component .header .title {
  text-align: center;
  font-size: 25px;
  font-weight: normal;
}
#wrapper .widget.modal .window .component .main {
  margin: 0 40px;
}
#wrapper .widget.modal .window .component .main .message {
  max-width: 300px;
  margin: 20px 0;
}
#wrapper .widget.modal .window .component .main textarea {
  width: 300px;
}
#wrapper .widget.modal .window .component .footer {
  margin: 15px 40px;
  font-size: 13px;
}
#wrapper .widget.modal .window .component .footer .buttons {
  text-align: center;
}
#wrapper .widget.modal .window .component .footer .message {
  max-width: 300px;
  font-size: 12px;
  line-height: 16px;
  margin-top: 10px;
}
#wrapper .widget.modal .window .component .footer .message a {
  color: #00499e;
}
#wrapper .widget.modal .window .component .response {
  padding: 40px;
}
#wrapper .widget.boxes {
  background: #eee;
  padding: 0 0 25px;
}
#wrapper .widget.boxes .main {
  margin: -10px;
}
#wrapper .widget.boxes .main::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 660px) {
  #wrapper .widget.boxes .main {
    margin: 0;
  }
}
#wrapper .widget.boxes .main .item {
  width: 25%;
  padding: 10px;
  float: left;
}
@media (max-width: 1024px) {
  #wrapper .widget.boxes .main .item {
    width: 50%;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.boxes .main .item {
    width: auto;
    float: none;
  }
}
#wrapper .widget.boxes .main .item .box {
  height: 232px;
  position: relative;
  background: white;
  padding: 10px;
}
#wrapper .widget.boxes .main .item .name {
  position: absolute;
  top: 12px;
  left: -8px;
  padding: 0 10px;
  background: black;
  color: white;
  line-height: 25px;
  text-transform: uppercase;
  font-size: 14px;
}
#wrapper .widget.boxes .main .item .name:before {
  content: '';
  border: 4px solid transparent;
  border-right: 4px solid #666;
  border-bottom: 4px solid #666;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#wrapper .widget.boxes .main .item .message {
  font-size: 14px;
  line-height: 19px;
}
#wrapper .widget.boxes .main .item .search {
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  font-size: 14px;
}
#wrapper .widget.boxes .main .item .search [type=text] {
  width: 100%;
  height: 30px;
  border-color: #ccc;
  line-height: 28px;
  font-size: 14px;
  padding: 0 40px 0 10px;
}
#wrapper .widget.boxes .main .item .search [type=submit] {
  width: 30px;
  line-height: 28px;
  text-align: center;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 0;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: none;
}
#wrapper .recaptcha {
  padding: 10px 0;
}
#wrapper .font-default {
  font-family: 'Roboto', sans-serif;
}
#wrapper .moderate {
  display: none;
}
#wrapper .more-images {
  position: relative;
  margin: 0 0 20px 20px;
  float: right;
  z-index: 2;
}
@media (max-width: 660px) {
  #wrapper .more-images {
    margin-left: 0;
  }
}
#wrapper .more {
  display: block;
  width: 125px;
  height: 35px;
  line-height: 35px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../images/more-photo.png") no-repeat;
  padding: 0 0 0 48px;
  color: white !important;
  font-size: 12px;
  text-decoration: none;
  border-bottom: 1px dotted white;
}
#wrapper .more:hover {
  border: none;
}
#wrapper .nfFile {
  color: gray;
  font-size: 11px;
  background: #f5f5f5;
  padding: 8px 15px 5px 30px;
  float: left;
  margin: 40px 20px 30px 0;
  position: relative;
}
#wrapper .nfFile a {
  font-size: 12px;
  margin: 4px 10px 0 0;
}
#wrapper .nfFile .nfType {
  margin: 0 15px 1px 0;
  position: relative;
  top: 0;
}
#wrapper .nfFile .nfSkrep {
  width: 8px;
  height: 16px;
  position: relative;
  bottom: 11px;
  left: -20px;
  right: 5px;
  top: -15px;
  background: url("../images/icon/skrep.png");
}
#wrapper .link-panel {
  background: #f5f5f5;
  padding: 15px 30px;
  position: relative;
  margin: 0 0 0 15px;
  font-size: 15px;
}
#wrapper .link-panel:before {
  content: url("../images/icon-clip.png");
  position: absolute;
  top: -7px;
  left: 10px;
}
#wrapper .link-panel a {
  background: url("../images/icon-doc.png") left center no-repeat;
  color: #0072be;
  padding: 5px 0 5px 34px;
  font-weight: bold;
}
#wrapper .img-panel p {
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  padding: 60px 0 0;
}
#wrapper .img-panel .link {
  background: url("../images/icon-pdf-small.png") left center no-repeat;
  text-decoration: underline;
  color: #0072be;
  padding: 5px 0 5px 25px;
}
#wrapper .divider {
  height: 10px;
}
#wrapper .divider::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper .separator {
  display: inline-block;
  width: 1px;
  height: 10px;
  background: #d2d2d2;
  margin: 0 12px;
}
#wrapper .wrapper {
  max-width: 1024px;
  margin: auto;
  padding: 0 42px;
}
#wrapper .wrapper::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  #wrapper .wrapper {
    padding: 0 21px;
  }
}
#wrapper .context {
  line-height: 19px;
  font-size: 15px;
}
#wrapper .context a {
  text-decoration: none;
  color: #00499e;
}
#wrapper .context a:hover {
  text-decoration: none;
}
#wrapper .context h1 {
  text-shadow: 0 1px #fff;
  color: #242424;
  font-size: 35px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 30px;
  margin-top: 30px;
  line-height: normal;
}
@media (max-width: 660px) {
  #wrapper .context h1 {
    font-size: 30px;
  }
}
#wrapper .context h2 {
  font-size: 27px;
  font-weight: 500;
  margin: 50px 0 17px;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 660px) {
  #wrapper .context h2 {
    font-size: 24px;
  }
}
#wrapper .context h3 {
  text-shadow: 0 1px #fff;
  color: #00499e;
  line-height: normal;
  font-size: 24px;
  font-weight: 400;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  margin-bottom: 17px;
  margin-top: 50px;
}
@media (max-width: 660px) {
  #wrapper .context h3 {
    font-size: 20px;
  }
}
#wrapper .context h4 {
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: normal;
}
@media (max-width: 660px) {
  #wrapper .context h4 {
    font-size: 16px;
  }
}
#wrapper .context p {
  margin: 10px 0;
  text-align: justify;
  font-weight: 300;
}
#wrapper .context table {
  width: 100%;
  border: 1px solid #ddd;
}
#wrapper .context table.--default {
  width: initial;
  border: initial;
}
#wrapper .context table.--default tr:nth-child(odd) td {
  background: initial;
}
#wrapper .context table.--default tr th {
  line-height: initial;
  padding: initial;
  text-align: initial;
  background: initial;
  color: initial;
  font-weight: initial;
  text-transform: initial;
}
#wrapper .context table.--default tr td {
  line-height: initial;
  padding: initial;
  border-top: initial;
}
#wrapper .context table.--default tr td.option-present {
  background-image: initial;
  background-repeat: initial;
  background-position: initial;
  background-size: initial;
}
#wrapper .context table tr:nth-child(odd) td {
  background: #f9f9f9;
}
#wrapper .context table tr th {
  line-height: 17px;
  padding: 8px;
  text-align: left;
  background: #00499e;
  color: white;
  font-weight: normal;
  text-transform: uppercase;
}
#wrapper .context table tr td {
  line-height: 17px;
  padding: 8px;
  border-top: 1px solid #ddd;
}
#wrapper .context table tr td p {
  margin: 0;
  padding: 0;
}
#wrapper .context table tr td.option-present {
  background-image: url("../images/icon-check.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: auto 16px;
}
#wrapper .context ul {
  margin: 15px 0 15px 20px;
  font-size: 15px;
  line-height: 20px;
}
#wrapper .context ul.dot li:before {
  width: 7px;
  height: 7px;
  position: absolute;
  border-radius: 50%;
  top: 7px;
  right: 100%;
  margin-right: 10px;
  background: #0074d7;
}
#wrapper .context ul li {
  position: relative;
  margin: 8px 0;
}
#wrapper .context ul li:before {
  content: '';
  width: 14px;
  height: 1px;
  position: absolute;
  top: 10px;
  right: 100%;
  margin-right: 10px;
  background: #00499e;
}
#wrapper .context ol {
  counter-reset: list 0;
  font-size: 15px;
  line-height: 22px;
}
#wrapper .context ol li {
  padding: 0 0 0 60px;
  margin: 30px 0;
  position: relative;
}
#wrapper .context ol li:before {
  counter-increment: list;
  content: counter(list);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 0;
  background: #0069b2;
  border-radius: 30px;
  font-size: 17px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
#wrapper .context .h1 {
  font-size: 21px;
}
#wrapper .context .h1 + p {
  font-size: 14px;
}
#wrapper .context .row {
  margin: 0 -20px;
}
#wrapper .context .row::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper .context .col-half {
  width: 50%;
  padding: 0 20px;
  float: left;
}
#wrapper .context .half {
  width: 48.5%;
  float: left;
  overflow: auto;
}
#wrapper .context .half + .half {
  margin-left: 3%;
}
@media (max-width: 1024px) {
  #wrapper .context .half + .half {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  #wrapper .context .half {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  #wrapper .context .half img {
    width: 100%;
  }
}
#wrapper .context .fullimage {
  margin: 0 -42px;
}
#wrapper ._modal {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 60;
}
#wrapper ._modal .fade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#wrapper ._modal .window {
  width: 380px;
  max-height: 70%;
  overflow: auto;
  position: absolute;
  top: 15%;
  left: 50%;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 2;
  margin: 0 0 0 -380px / 2;
}
@media (max-width: 660px) {
  #wrapper ._modal .window {
    width: 360px;
    max-height: 90%;
    top: 5%;
    margin: 0 0 0 -360px / 2;
  }
}
#wrapper ._modal .window.big {
  width: 90%;
  top: 5%;
  max-height: 90%;
  margin: 0 0 0 -45%;
}
#wrapper ._modal .window .header {
  margin: 15px;
}
#wrapper ._modal .window .header .title {
  text-align: center;
  font-family: "PT Sans Caption", sans-serif;
  font-size: 25px;
  font-weight: normal;
}
#wrapper ._modal .window .header .close {
  position: absolute;
  top: 0;
  right: 0;
}
#wrapper ._modal .window .content {
  margin: 15px 40px 20px;
}
#wrapper ._modal label {
  display: block;
}
#wrapper ._modal p {
  font-size: 13px;
  line-height: 18px;
  text-align: justify;
  margin: 18px 0;
}
#wrapper ._modal p.c {
  text-align: center;
}
#wrapper ._modal [type=text],
#wrapper ._modal [type=email],
#wrapper ._modal [type=password],
#wrapper ._modal [type=number],
#wrapper ._modal [type=search],
#wrapper ._modal [type=tel],
#wrapper ._modal [type=url] {
  width: 100%;
}
#wrapper ._modal table tr td,
#wrapper ._modal table tr th {
  font-size: 12px;
}
#wrapper ._modal-v2 {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
  text-align: center;
}
#wrapper ._modal-v2 .fade {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
#wrapper ._modal-v2 .component {
  display: inline-block;
  width: 100%;
  max-width: 380px;
  max-height: 70%;
  overflow: auto;
  position: absolute;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  z-index: 2;
  margin: 15% 0 0;
}
@media (max-width: 660px) {
  #wrapper ._modal-v2 .component {
    max-height: 90%;
    margin: 5% 0 0;
  }
}
#wrapper .field {
  margin: 20px 0;
}
#wrapper .field:first-child {
  margin-top: 0;
}
#wrapper .field:last-child {
  margin-bottom: 0;
}
#wrapper .bxSlider .item + .item {
  position: absolute;
  visibility: hidden;
  top: 0;
  left: 0;
}
#wrapper .bx-wrapper {
  position: relative;
  margin: auto;
}
#wrapper .bx-wrapper .bx-viewport .item {
  position: static;
  visibility: visible;
}
#wrapper .bx-wrapper .bx-controls .bx-pager {
  position: absolute;
  bottom: 35px;
  left: 45px;
  background: black;
  padding: 10px 3px;
  z-index: 51 !important;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  float: left;
  margin: 0 5px;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: block;
  width: 10px;
  height: 10px;
  text-indent: 999px;
  overflow: hidden;
  background: white;
  border-radius: 50%;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
  background: #c3c3c3;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a {
  display: block;
  width: 51px;
  height: 100%;
  position: absolute;
  top: 0;
  text-indent: 999px;
  background: center center no-repeat;
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  left: 0;
  background-image: url("../images/slider/arrow-prev.png");
}
#wrapper .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  right: 0;
  background-image: url("../images/slider/arrow-next.png");
}
#wrapper .bx-wrapper {
  padding-bottom: 65px;
}
#wrapper .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 25px;
  display: flex;
  width: 100%;
  left: 0;
  justify-content: center;
}
#wrapper .bx-wrapper .bx-controls .bx-pager {
  position: static;
  background: none;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link {
  background: #c3c3c3;
}
#wrapper .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
  background: #00499e;
}
#wrapper .cke_editable_inline {
  display: block !important;
  border: 0 !important;
  margin: 0 !important;
}
#wrapper .cke_editable_inline:hover {
  outline: 1px dashed #1a87c2;
}
#wrapper .font-color-blue {
  color: #00499e !important;
}
#wrapper .font-color-red {
  color: #c11800 !important;
}
#wrapper .font-color-red2 {
  color: #E8492A !important;
}
#wrapper .font-color-yellow {
  color: #f8d900 !important;
}
#wrapper .font-color-black {
  color: #000 !important;
}
#wrapper .font-color-blue-light {
  color: #2e92ff !important;
}
#wrapper .warnText > div {
  background: #c11800;
  padding: 8px 50px;
  margin: 15px 0;
  color: white;
}
#wrapper [type=text],
#wrapper [type=email],
#wrapper [type=password],
#wrapper [type=number],
#wrapper [type=search],
#wrapper [type=tel],
#wrapper [type=url],
#wrapper textarea {
  width: 100%;
  min-width: 180px;
  line-height: 40px;
  border: 1px solid black;
  border-radius: 4px;
  background: white;
  padding: 0 10px;
  font-size: 15px;
}
#wrapper [type=text].error,
#wrapper [type=email].error,
#wrapper [type=password].error,
#wrapper [type=number].error,
#wrapper [type=search].error,
#wrapper [type=tel].error,
#wrapper [type=url].error,
#wrapper textarea.error {
  border-color: red;
}
#wrapper select {
  min-width: 180px;
  height: 30px;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 0 8px;
}
#wrapper textarea {
  max-width: 100%;
  min-width: 100%;
  min-height: 130px;
  padding: 10px;
  margin: 0;
  line-height: 16px;
  font-size: 15px;
  font-family: inherit;
}
@media (max-width: 660px) {
  #wrapper textarea {
    min-height: 40px;
  }
}
#wrapper label {
  display: inline-block;
  max-width: 100%;
  padding: 10px 0;
  cursor: pointer;
}
#wrapper label.error {
  display: none !important;
}
#wrapper button {
  cursor: pointer;
}
#wrapper .button {
  display: inline-block;
  text-decoration: none;
  border-radius: 4px;
  padding: 10px 20px;
  font-size: 17px;
  text-transform: uppercase;
  line-height: 20px;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #7f7f7f;
  color: black;
}
#wrapper .button:hover {
  border-color: #00499e;
}
#wrapper .button:active {
  position: relative;
  top: 4px;
  box-shadow: 3px 0 0 rgba(0, 0, 0, 0.1);
}
#wrapper .button.bg.color-blue {
  color: white;
  background: #0050ad;
}
#wrapper .button.bg.color-blue:hover {
  color: #0050ad;
  background: none;
}
#wrapper .button.bg.color-red {
  color: white;
  background: #d01a00;
}
#wrapper .button.bg.color-red:hover {
  color: #d01a00;
  background: none;
}
#wrapper .button.bg.color-red2 {
  color: white;
  background: #e95538;
}
#wrapper .button.bg.color-red2:hover {
  color: #e95538;
  background: none;
}
#wrapper .button.bg.color-yellow {
  color: white;
  background: #ffe008;
}
#wrapper .button.bg.color-yellow:hover {
  color: #ffe008;
  background: none;
}
#wrapper .button.bg.color-black {
  color: white;
  background: #080808;
}
#wrapper .button.bg.color-black:hover {
  color: #080808;
  background: none;
}
#wrapper .button.bg.color-blue-light {
  color: white;
  background: #3d9aff;
}
#wrapper .button.bg.color-blue-light:hover {
  color: #3d9aff;
  background: none;
}
#wrapper .button.color-blue {
  background: #00499e;
  border: none;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#wrapper .button.color-blue:hover {
  background: #0050ad;
}
#wrapper .button.color-red {
  background: #c11800;
  border: none;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#wrapper .button.color-red:hover {
  background: #d01a00;
}
#wrapper .button.color-red2 {
  background: #E8492A;
  border: none;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#wrapper .button.color-red2:hover {
  background: #e95538;
}
#wrapper .button.color-yellow {
  background: #f8d900;
  border: none;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#wrapper .button.color-yellow:hover {
  background: #ffe008;
}
#wrapper .button.color-black {
  background: #000;
  border: none;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#wrapper .button.color-black:hover {
  background: #080808;
}
#wrapper .button.color-blue-light {
  background: #2e92ff;
  border: none;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#wrapper .button.color-blue-light:hover {
  background: #3d9aff;
}
#wrapper .button.btn {
  background: #0099f9;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #0054a2), color-stop(1, #0099f9));
  background: -ms-linear-gradient(bottom, #0054a2, #0099f9);
  background: -moz-linear-gradient(center bottom, #0054a2 0%, #0099f9 100%);
  background: -o-linear-gradient(#0099f9, #0054a2);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0099f9', endColorstr='#0054a2', GradientType=0);
  border: none;
  border-top: 1px solid #00d2fb;
  color: white;
  margin: 0;
  text-shadow: 1px 0 rgba(0, 0, 0, 0.4);
}
#wrapper .button.btn.color-red {
  background: #df1a00;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #bb1801), color-stop(1, #df1a00));
  background: -ms-linear-gradient(bottom, #bb1801, #df1a00);
  background: -moz-linear-gradient(center bottom, #bb1801 0%, #df1a00 100%);
  background: -o-linear-gradient(#df1a00, #bb1801);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df1a00', endColorstr='#bb1801', GradientType=0);
  border-top-color: #e33220;
}
#wrapper .button.btn.color-orange {
  background: #ff3801;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ff3801), color-stop(1, #ffa939));
  background: -ms-linear-gradient(bottom, #ff3801, #ffa939);
  background: -moz-linear-gradient(center bottom, #ff3801 0%, #ffa939 100%);
  background: -o-linear-gradient(#ffa939, #ff3801);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffa939', endColorstr='#ff3801', GradientType=0);
  border-top-color: #ff6f09;
}
#wrapper .button.btn span {
  color: #979797;
}
#wrapper .button.all {
  background: #00499e;
  border: none;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
#wrapper .button.all.color-white {
  color: black;
  background: white;
}
#wrapper .button.all.color-white:hover {
  background: #fffdd8;
}
#wrapper .button .icon {
  vertical-align: middle;
}
#wrapper .hide {
  display: none;
}
#wrapper .-hide {
  display: none !important;
}
#wrapper .relative {
  position: relative;
}
#wrapper .left {
  float: left;
}
#wrapper .right {
  float: right;
}
#wrapper .c {
  text-align: center;
}
#wrapper .l {
  text-align: left;
}
#wrapper .r {
  text-align: right;
}
#wrapper .link-more {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}
@media (max-width: 1024px) {
  #wrapper .show-m {
    display: block;
  }
}
@media (max-width: 1024px) {
  #wrapper .hide-m {
    display: none;
  }
}
@media (max-width: 660px) {
  #wrapper .show-s {
    display: block;
  }
}
@media (max-width: 660px) {
  #wrapper .hide-s {
    display: none;
  }
}
#wrapper .schedule-ny {
  background: url("../images/celebration/new-year/ny-strip.jpg") center center;
  height: 66px;
}
#wrapper .schedule-ny--message {
  height: 66px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  text-transform: uppercase;
  text-decoration: underline;
  color: white;
  font-size: 18px;
  padding: 0 30px;
}
#wrapper .p404__wrapper {
  background-size: cover;
  background-position: center bottom;
  width: 100%;
  height: 390px;
  justify-content: center;
  align-items: center;
  text-align: center;
}
#wrapper .p404__content {
  padding-top: 100px;
}
#wrapper .p404__title {
  font-size: 175px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#wrapper .p404__tire {
  height: 135px;
  margin-right: 21px;
}
#wrapper .p404__text {
  font-size: 18px;
}
@media (max-width: 767px) {
  #wrapper .p404__title {
    font-size: 115px;
  }
  #wrapper .p404__tire {
    height: 90px;
    margin-right: 10px;
  }
}
#wrapper .pager {
  margin: -2px;
  padding: 4px 0;
}
#wrapper .pager a {
  margin: 2px;
}
#wrapper header {
  padding: 25px 0 20px;
  font-family: 'Roboto', sans-serif;
  line-height: 24px;
  background: #f2f4f5;
}
@media (max-width: 1024px) {
  #wrapper header {
    padding: 20px 0;
  }
}
@media (max-width: 660px) {
  #wrapper header {
    padding-bottom: 10px;
  }
}
#wrapper header .logo {
  width: 195px;
  float: left;
  position: relative;
}
@media (max-width: 1024px) {
  #wrapper header .logo {
    font-size: 21px;
    font-weight: 700;
    color: black;
  }
}
@media (max-width: 660px) {
  #wrapper header .logo {
    width: auto;
    font-size: 17px;
    line-height: 20px;
  }
}
#wrapper header .logo img {
  margin: 0 30px 0 0;
  float: left;
}
@media (max-width: 1024px) {
  #wrapper header .logo img {
    margin-bottom: 15px;
    float: none;
  }
}
#wrapper header .logo a {
  color: inherit;
  text-decoration: none;
}
@media (max-width: 320px) {
  #wrapper header .logo a {
    font-size: 14px;
  }
}
#wrapper header .logo br {
  display: none;
}
@media (max-width: 660px) {
  #wrapper header .logo br {
    display: block;
  }
}
#wrapper header .slogan {
  font-size: 14px;
  font-weight: normal;
  float: left;
}
@media (max-width: 1024px) {
  #wrapper header .slogan {
    display: none;
  }
}
#wrapper header .slogan .label {
  color: #00336f;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: 15px;
}
#wrapper header .slogan .place a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  position: relative;
  margin: 0 20px 0 22px;
  border-bottom: 1px solid #2e92ff;
}
#wrapper header .slogan .place a:before {
  content: '\e947';
  position: absolute;
  top: 0;
  left: -22px;
  font-family: 'icomoon', sans-serif;
  font-size: 18px;
  color: #00336f;
}
#wrapper header .slogan .place a:hover {
  border-bottom-color: transparent;
}
#wrapper header .contact {
  font-size: 15px;
  text-align: right;
  float: right;
  line-height: 22px;
}
#wrapper header .contact + .contact {
  margin-right: 50px;
}
@media (max-width: 660px) {
  #wrapper header .contact + .contact {
    margin-right: 0;
  }
}
#wrapper header .contact a {
  color: inherit;
  text-decoration: none;
}
#wrapper header .contact .name {
  font-weight: bold;
}
#wrapper header .contact .time {
  color: #00336f;
}
#wrapper header .contact .phone {
  font-size: 20px;
  font-weight: bold;
}
@media (max-width: 320px) {
  #wrapper header .contact .phone {
    font-size: 18px;
  }
}
#wrapper nav {
  background: #242424;
  line-height: 1.3;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 55;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #wrapper nav .wrapper {
    padding: 0;
  }
}
#wrapper nav .nav--flex {
  display: flex;
  justify-content: space-between;
}
#wrapper nav a.search {
  display: flex;
  justify-content: center;
  align-items: center;
  float: right;
  color: white;
  text-decoration: none;
  position: absolute;
  top: 50%;
  right: 45px;
  transform: translate(0, -50%);
  text-align: right;
}
@media (max-width: 660px) {
  #wrapper nav a.search.--d {
    display: none;
  }
}
#wrapper nav a.search.--m {
  display: none;
}
@media (max-width: 660px) {
  #wrapper nav a.search.--m {
    display: block;
  }
}
#wrapper nav .nav {
  position: relative;
  z-index: 2;
}
#wrapper nav .nav::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  #wrapper nav .nav {
    padding: 0 21px;
    right: 0;
  }
}
#wrapper nav .nav .nav-base {
  white-space: nowrap;
}
#wrapper nav .nav .nav-base > ul {
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  color: #f8f8f8;
  font-family: 'Roboto', sans-serif;
  margin: 0 -10px;
}
@media (max-width: 1024px) {
  #wrapper nav .nav .nav-base > ul {
    float: left;
  }
}
@media (max-width: 660px) {
  #wrapper nav .nav .nav-base > ul {
    display: none;
  }
}
#wrapper nav .nav .nav-base > ul > li {
  display: flex;
  align-items: center;
  padding: 12px 10px;
  color: white;
  position: relative;
}
@media (max-width: 1024px) {
  #wrapper nav .nav .nav-base > ul > li {
    display: none;
  }
  #wrapper nav .nav .nav-base > ul > li.show {
    display: block;
  }
}
#wrapper nav .nav .nav-base > ul > li.active {
  color: black;
  background: #e9e9e9;
}
#wrapper nav .nav .nav-base > ul > li.active > a:after {
  color: black;
}
#wrapper nav .nav .nav-base > ul > li.nav-left > ul > li > ul {
  right: 100%;
  left: auto;
}
#wrapper nav .nav .nav-base > ul > li.--share {
  color: yellow;
}
#wrapper nav .nav .nav-base > ul > li.--share.active {
  color: #00499e;
}
#wrapper nav .nav .nav-base > ul > li > div {
  display: none;
}
#wrapper nav .nav .nav-base > ul > li > a {
  display: block;
  margin: 0;
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
}
#wrapper nav .nav .nav-base > ul > li > ul {
  position: absolute;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
  background: white;
  top: 100%;
  left: 0;
  border-top: 4px solid #8fcaf8;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}
#wrapper nav .nav .nav-base > ul > li > ul:after {
  bottom: 100%;
  left: 24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 9px;
  margin-left: -9px;
}
#wrapper nav .nav .nav-base > ul > li > ul + a {
  padding-right: 20px;
  position: relative;
}
#wrapper nav .nav .nav-base > ul > li > ul + a:after {
  content: '\e910';
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 16px;
  font-family: 'icomoon', sans-serif;
  margin-left: 5px;
}
#wrapper nav .nav .nav-base > ul > li > ul > li.color-red {
  color: #ff2000;
  margin-bottom: 5px;
}
#wrapper nav .nav .nav-base > ul > li > ul > li.color-red > ul {
  background: #e3f3ff;
}
#wrapper nav .nav .nav-base > ul > li > ul > li.color-red:hover,
#wrapper nav .nav .nav-base > ul > li > ul > li.color-red.active {
  background: none;
}
#wrapper nav .nav .nav-base > ul > li > ul > li.color-red:hover > ul + a,
#wrapper nav .nav .nav-base > ul > li > ul > li.color-red.active > ul + a {
  background: none;
}
#wrapper nav .nav .nav-base > ul > li > ul > li.color-blue {
  color: #054c92;
  margin-top: 5px;
}
#wrapper nav .nav .nav-base > ul > li > ul > li.color-green {
  color: #007a89;
}
#wrapper nav .nav .nav-base > ul > li > ul > li:hover > ul + a {
  background: #e7e7e7;
}
#wrapper nav .nav .nav-base > ul > li > ul > li > a {
  display: block;
  padding: 0 28px;
}
#wrapper nav .nav .nav-base > ul > li > ul > li > ul {
  background: #e7e7e7;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  padding: 10px;
  position: absolute;
  top: -4px;
  left: 100%;
  border-top: 4px solid #8fcaf8;
  min-height: 100%;
}
#wrapper nav .nav .nav-base > ul > li > ul > li > ul > li.line {
  border-bottom: 1px solid #c7c7c7;
}
#wrapper nav .nav .nav-base > ul > li > ul > li > ul > li.line + li {
  border-top: 1px solid white;
  padding-top: 2px;
}
#wrapper nav .nav .nav-base > ul > li > ul > li > ul > li > a {
  display: block;
  padding: 0 24px;
}
#wrapper nav .nav .nav-base > ul > li ul {
  display: none;
}
#wrapper nav .nav .nav-base li {
  color: black;
  white-space: nowrap;
}
#wrapper nav .nav .nav-base li:hover > ul {
  display: block;
}
#wrapper nav .nav .nav-base li ul li div {
  width: 40px;
  float: left;
  margin: 0 10px 0 20px;
}
#wrapper nav .nav .nav-base li ul li div + a {
  margin-left: 50px;
}
#wrapper nav .nav .nav-base li ul li div img {
  max-height: 20px;
}
#wrapper nav .nav .nav-base a {
  text-decoration: none;
  color: inherit;
}
#wrapper nav .nav .nav-base a:hover {
  text-decoration: underline;
}
#wrapper nav .nav .nav-link {
  display: none;
  color: white;
  float: left;
}
#wrapper nav .nav .nav-link:before {
  content: '';
  display: inline-block;
  width: 30px;
  height: 42px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  background: url("../images/icon-nav.png") left center no-repeat;
  margin-right: 10px;
}
@media (max-width: 1024px) {
  #wrapper nav .nav .nav-link {
    display: inline-flex;
    align-items: center;
  }
}
#wrapper nav .nav .nav-mob {
  display: none;
  float: left;
  padding: 0 13px;
  font-family: 'Roboto', sans-serif;
  color: white;
  font-size: 16px;
  text-transform: uppercase;
  white-space: nowrap;
  position: relative;
  z-index: 2;
}
#wrapper nav .nav .nav-mob:hover > ul {
  display: block;
}
@media (max-width: 1024px) {
  #wrapper nav .nav .nav-mob {
    display: block;
  }
}
#wrapper nav .nav .nav-mob > ul {
  position: absolute;
  font-size: 16px;
  line-height: 30px;
  padding: 20px 0;
  background: white;
  top: 100%;
  left: 0;
  border-top: 4px solid #8fcaf8;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.75);
  font-weight: bold;
}
#wrapper nav .nav .nav-mob > ul:after {
  bottom: 100%;
  left: 24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 9px;
  margin-left: -9px;
}
#wrapper nav .nav .nav-mob > ul > li.color-red {
  color: #ff2000;
  margin-bottom: 5px;
}
#wrapper nav .nav .nav-mob > ul > li.color-blue {
  color: #054c92;
  margin-top: 5px;
}
#wrapper nav .nav .nav-mob > ul > li.color-green {
  color: #007a89;
}
#wrapper nav .nav .nav-mob > ul > li > a {
  display: block;
  padding: 0 28px;
}
#wrapper nav .nav .nav-mob > ul > li > ul {
  background: #e7e7e7;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  padding: 10px;
  position: absolute;
  top: -4px;
  left: 100%;
  border-top: 4px solid #8fcaf8;
}
#wrapper nav .nav .nav-mob > ul > li > ul > li.line {
  border-bottom: 1px solid #c7c7c7;
}
#wrapper nav .nav .nav-mob > ul > li > ul > li.line + li {
  border-top: 1px solid white;
  padding-top: 2px;
}
#wrapper nav .nav .nav-mob > ul > li > ul > li > a {
  display: block;
  padding: 0 24px;
}
#wrapper nav .nav .nav-mob > ul > li > ul > li > ul {
  display: none !important;
}
#wrapper nav .nav .nav-mob ul {
  display: none;
}
#wrapper nav .nav .nav-mob ul li {
  color: black;
  white-space: nowrap;
}
#wrapper nav .nav .nav-mob ul li:hover > ul {
  display: block;
}
#wrapper nav .nav .nav-mob ul li.show {
  display: none;
}
@media (max-width: 660px) {
  #wrapper nav .nav .nav-mob ul li.show {
    display: block;
  }
}
#wrapper nav .nav .nav-mob ul li div {
  width: 40px;
  float: left;
  margin: 0 5px 0 20px;
}
#wrapper nav .nav .nav-mob ul li div + a {
  margin-left: 50px;
}
#wrapper nav .nav .nav-mob ul li div img {
  max-height: 15px;
}
#wrapper nav .nav .nav-mob span {
  display: none;
  margin-left: 13px;
}
@media (max-width: 660px) {
  #wrapper nav .nav .nav-mob span {
    display: inline;
  }
}
#wrapper nav .nav-mobile {
  display: none;
  width: 100%;
  background: #223763;
  position: absolute;
  top: 100%;
  left: 0;
  max-height: calc(100vh - 107px - 42px);
  overflow: auto;
}
#wrapper nav .nav-mobile .nav-link {
  display: inline-block;
  color: white;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  background: url("../images/icon-nav.png") 13px center no-repeat;
  padding: 0 0 0 45px;
}
#wrapper nav .nav-mobile .nav-link.active {
  background-image: url("../images/icon/nav-down.png");
}
#wrapper nav .nav-mobile ul {
  padding: 15px 0;
}
#wrapper nav .nav-mobile ul li {
  line-height: 35px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
#wrapper nav .nav-mobile ul li a {
  display: block;
  color: inherit;
  text-decoration: none;
  font-weight: 300;
}
#wrapper nav .nav-mobile ul li li {
  line-height: 30px;
  font-size: 15px;
}
#wrapper nav .nav-mobile > ul > li {
  position: relative;
  font-size: 16px;
}
#wrapper nav .nav-mobile > ul > li + li > a {
  margin-top: 7px;
}
#wrapper nav .nav-mobile > ul > li.active > span {
  background-image: url("../images/icon/nav-active.png");
}
#wrapper nav .nav-mobile > ul > li.active > a {
  margin-bottom: 7px;
}
#wrapper nav .nav-mobile > ul > li > span {
  display: block;
  width: 46px;
  height: 35px;
  position: absolute;
  top: 0;
  left: 11px;
  cursor: pointer;
  background: url("../images/icon/nav-down.png") center center no-repeat;
}
#wrapper nav .nav-mobile > ul > li > a {
  padding: 0 60px;
  font-weight: bold;
}
#wrapper nav .nav-mobile > ul > li > ul {
  display: none;
  background: #1a2b50;
}
#wrapper nav .nav-mobile > ul > li > ul.second > li {
  font-size: 15px;
}
#wrapper nav .nav-mobile > ul > li > ul > li {
  font-size: 15px;
}
#wrapper nav .nav-mobile > ul > li > ul > li.color-red {
  color: #fff59e;
}
#wrapper nav .nav-mobile > ul > li > ul > li.color-blue {
  color: #fff59e;
}
#wrapper nav .nav-mobile > ul > li > ul > li > a {
  padding: 0 21px;
  font-weight: bold;
}
#wrapper nav .nav-mobile > ul > li > ul > li div {
  width: 40px;
  float: left;
  margin: 0 5px 0 30px;
  text-align: center;
}
#wrapper nav .nav-mobile > ul > li > ul > li div img {
  max-height: 14px;
}
#wrapper nav .nav-mobile .second-2 {
  padding-top: 0;
  padding-left: 39px;
}
#wrapper nav .nav-mobile .second-2 div {
  margin-left: 0;
}
#wrapper nav .nav-mobile .second-3 {
  padding-top: 0;
  padding-left: 18px;
}
#wrapper nav .search {
  display: none;
  position: absolute;
  top: 0;
  right: 42px;
  z-index: 3;
}
@media (max-width: 1024px) {
  #wrapper nav .search {
    width: 40px;
    right: 21px;
  }
}
#wrapper nav .search.active {
  display: block;
  width: 540px;
}
@media (max-width: 660px) {
  #wrapper nav .search.active {
    width: auto;
  }
}
@media (max-width: 660px) {
  #wrapper nav .search.active .result {
    width: auto !important;
    margin: 0;
  }
}
#wrapper nav .search.active .inner {
  overflow: hidden;
}
#wrapper nav .search.active .inner form {
  display: block;
}
#wrapper nav .search.active .inner .bid,
#wrapper nav .search.active .inner .search {
  display: none;
}
@media (max-width: 1024px) {
  #wrapper nav .search.active .inner {
    width: auto;
  }
}
@media (max-width: 660px) {
  #wrapper nav .search.active .inner + .nav .nav-link span {
    display: none;
  }
}
#wrapper nav .search .result {
  margin: 0 0 0 120px;
  position: relative;
}
#wrapper nav .search .result .ui-autocomplete {
  width: 100% !important;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  background: white;
  left: 0 !important;
  line-height: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
#wrapper nav .search .result .ui-autocomplete a {
  display: block;
  max-width: 100%;
  text-decoration: none;
  padding: 5px 10px;
  cursor: pointer;
  overflow-x: hidden;
}
#wrapper nav .search .result .ui-autocomplete a:hover {
  background: #eee;
}
#wrapper nav .search .result .ui-autocomplete li {
  border: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 5px 15px;
  text-align: left;
}
#wrapper nav .search .inner form {
  display: none;
  width: 420px;
  float: right;
  box-shadow: 0 0 70px 70px #242424;
  margin-top: 7px;
}
@media (max-width: 660px) {
  #wrapper nav .search .inner form {
    width: auto;
    box-shadow: none;
  }
}
#wrapper nav .search .inner form input[type=text] {
  width: 300px;
  height: 30px;
  line-height: 33px;
  padding: 0 9px;
  font-size: 15px;
  font-family: 'Roboto', sans-serif;
  float: right;
  border: none;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
@media (max-width: 660px) {
  #wrapper nav .search .inner form input[type=text] {
    width: 180px;
  }
}
#wrapper nav .search .inner form button {
  width: 120px;
  height: 30px;
  font-size: 17px;
  font-family: 'Roboto', sans-serif;
  line-height: 30px;
  float: right;
  text-transform: uppercase;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  padding: 0;
}
@media (max-width: 660px) {
  #wrapper nav .search .inner form button {
    width: 100px;
  }
}
#wrapper nav .nav-base-v2 .ul-level-1 {
  display: flex;
  justify-content: flex-start;
  font-size: 18px;
  color: #f8f8f8;
  font-family: 'Roboto', sans-serif;
  margin: 0 -10px;
  float: left;
}
#wrapper nav .nav-base-v2 .li-level-1 {
  display: flex;
  align-items: center;
  padding: 12px 7px;
  color: white;
  position: relative;
}
#wrapper nav .nav-base-v2 .li-level-1:hover .ul-level-2 {
  display: block;
}
#wrapper nav .nav-base-v2 .li-level-1.active {
  color: black;
  background: #e9e9e9;
}
#wrapper nav .nav-base-v2 .li-level-1.active > a:after {
  color: black;
}
#wrapper nav .nav-base-v2 .li-level-1.nav-left > ul > li > ul {
  right: 100%;
  left: auto;
}
#wrapper nav .nav-base-v2 .li-level-1.--share {
  color: yellow;
}
#wrapper nav .nav-base-v2 .li-level-1.--share.active {
  color: #00499e;
}
#wrapper nav .nav-base-v2 .li-level-1.--full {
  position: static;
  margin-top: -5px;
  padding-top: 17px;
  border-radius: 1px 1px 0 0;
}
#wrapper nav .nav-base-v2 .li-level-1.--full:hover {
  background: #0d4bad;
}
#wrapper nav .nav-base-v2 .li-level-1.--full:hover .box-level-2 {
  display: flex;
}
#wrapper nav .nav-base-v2 .li-level-1.--full .box-level-2 {
  display: none;
  position: absolute;
  left: -42px;
  right: -42px;
  border-top: 5px solid #0d4bad;
  border-bottom: 5px solid #0d4bad;
  background: white;
  top: 100%;
}
#wrapper nav .nav-base-v2 .li-level-1.--full .box-level-2 + a {
  padding-right: 20px;
  position: relative;
}
#wrapper nav .nav-base-v2 .li-level-1.--full .box-level-2 + a:after {
  content: '\e910';
  position: absolute;
  top: 0;
  right: 0;
  color: white;
  font-size: 16px;
  font-family: 'icomoon', sans-serif;
  margin-left: 5px;
}
#wrapper nav .nav-base-v2 .li-level-1.--full .ul-level-2 {
  display: block;
  position: relative;
  border-top: none;
  padding: 40px 0;
}
#wrapper nav .nav-base-v2 .li-level-1.--full .ul-level-2:after {
  display: none;
}
#wrapper nav .nav-base-v2 .li-level-1.--full .li-level-2 {
  padding: 0 38px 0 0;
  margin-left: 53px;
}
#wrapper nav .nav-base-v2 .li-level-1.--full .li-level-2 a {
  padding: 0 8px;
}
#wrapper nav .nav-base-v2 .li-level-1.--full .ul-level-3 {
  border: none;
  top: 0;
}
#wrapper nav .nav-base-v2 .li-level-1 > div {
  display: none;
}
#wrapper nav .nav-base-v2 .li-level-1 > a,
#wrapper nav .nav-base-v2 .li-level-1 > span {
  display: block;
  margin: 0;
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
}
#wrapper nav .nav-base-v2 .ul-level-2 {
  display: none;
  position: absolute;
  font-size: 16px;
  line-height: 30px;
  padding: 10px 0;
  background: white;
  top: 100%;
  left: 0;
  border-top: 4px solid #8fcaf8;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
  font-weight: bold;
}
#wrapper nav .nav-base-v2 .ul-level-2:after {
  bottom: 100%;
  left: 24px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: white;
  border-width: 9px;
  margin-left: -9px;
}
#wrapper nav .nav-base-v2 .ul-level-2:hover {
  z-index: 3;
}
#wrapper nav .nav-base-v2 .ul-level-2 + a {
  padding-right: 20px;
  position: relative;
}
#wrapper nav .nav-base-v2 .ul-level-2 + a:after {
  content: '\e910';
  position: absolute;
  top: -1px;
  right: 0;
  color: white;
  font-size: 16px;
  font-family: 'icomoon', sans-serif;
  margin-left: 5px;
}
#wrapper nav .nav-base-v2 .li-level-2.color-red {
  color: #ff2000;
  margin-bottom: 5px;
}
#wrapper nav .nav-base-v2 .li-level-2.color-red > ul {
  background: #e3f3ff;
}
#wrapper nav .nav-base-v2 .li-level-2.color-red:hover,
#wrapper nav .nav-base-v2 .li-level-2.color-red.active {
  background: none;
}
#wrapper nav .nav-base-v2 .li-level-2.color-red:hover > ul + a,
#wrapper nav .nav-base-v2 .li-level-2.color-red.active > ul + a {
  background: none;
}
#wrapper nav .nav-base-v2 .li-level-2.color-blue {
  color: #054c92;
  margin-top: 5px;
}
#wrapper nav .nav-base-v2 .li-level-2.color-green {
  color: #007a89;
}
#wrapper nav .nav-base-v2 .li-level-2.--border + .--border a {
  border-top: 1px solid #f4f4f4;
}
#wrapper nav .nav-base-v2 .li-level-2.--margin-top {
  margin-top: 20px;
}
#wrapper nav .nav-base-v2 .li-level-2.--margin-bottom {
  margin-bottom: 20px;
}
#wrapper nav .nav-base-v2 .li-level-2.--drop:hover {
  background: #f1f1f1;
}
#wrapper nav .nav-base-v2 .li-level-2:hover .ul-level-3 {
  opacity: 1;
  margin-left: 0;
  z-index: 2;
}
#wrapper nav .nav-base-v2 .li-level-2:hover .ul-level-3 + a {
  background: #f1f1f1;
}
#wrapper nav .nav-base-v2 .li-level-2 > a {
  display: block;
  padding: 0 28px;
}
#wrapper nav .nav-base-v2 .li-level-2-button {
  padding: 0 38px 0 53px;
  margin-top: 30px;
}
#wrapper nav .nav-base-v2 .ul-level-3 {
  width: 350px;
  font-size: 16px;
  font-weight: bold;
  line-height: 35px;
  padding: 10px;
  position: absolute;
  top: -4px;
  left: 100%;
  border-top: 4px solid #8fcaf8;
  min-height: 100%;
  opacity: 0;
  margin-left: 30px;
  background: #f1f1f1;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  z-index: 1;
}
#wrapper nav .nav-base-v2 .ul-level-3 + a {
  position: relative;
}
#wrapper nav .nav-base-v2 .ul-level-3 + a:after {
  content: '\e90e';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 20px;
  font-size: inherit;
  color: inherit;
  font-family: 'icomoon', sans-serif;
}
#wrapper nav .nav-base-v2 .li-level-3.line {
  position: relative;
  padding-bottom: 4px;
  margin-bottom: 4px;
}
#wrapper nav .nav-base-v2 .li-level-3.line:after {
  content: '';
  height: 1px;
  background: #c7c7c7;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  border-bottom: 1px solid white;
}
#wrapper nav .nav-base-v2 .li-level-3 > a {
  display: block;
  padding: 0 24px !important;
}
#wrapper nav .nav-base-v2 .li-level-4 a {
  display: block;
  padding: 0 24px !important;
}
#wrapper nav .nav-base-v2 li {
  color: black;
  white-space: nowrap;
}
#wrapper nav .nav-base-v2 li:hover > ul {
  display: block;
}
#wrapper nav .nav-base-v2 li ul li div {
  width: 40px;
  float: left;
  margin: 0 10px 0 20px;
}
#wrapper nav .nav-base-v2 li ul li div + a {
  margin-left: 50px;
}
#wrapper nav .nav-base-v2 li ul li div img {
  max-height: 20px;
}
#wrapper nav .nav-base-v2 a {
  text-decoration: none;
  color: inherit;
}
#wrapper nav .nav-base-v2 a:hover {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #wrapper nav .nav-base-v2 .ul-level-1 {
    float: left;
  }
  #wrapper nav .nav-base-v2 .li-level-1 {
    display: none;
  }
  #wrapper nav .nav-base-v2 .li-level-1.show {
    display: block;
  }
}
@media (max-width: 660px) {
  #wrapper nav .nav-base-v2 .ul-level-1 {
    display: none;
  }
}
#wrapper main {
  margin-bottom: 50px;
  /* Компоненты */
}
#wrapper main.mn {
  margin-bottom: 0;
}
#wrapper main.--404 {
  margin: 0;
}
#wrapper main.--404 .breadcrumbs {
  display: none;
}
#wrapper main .title {
  text-shadow: 0 1px #fff;
  color: #242424;
  font-size: 35px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 1024px) {
  #wrapper main .title {
    font-size: 30px;
  }
}
@media (max-width: 660px) {
  #wrapper main .title {
    font-size: 22px;
  }
}
#wrapper main .breadcrumbs {
  font-size: 16px;
  margin: 25px 0;
  font-family: 'Roboto', sans-serif;
}
@media (max-width: 1024px) {
  #wrapper main .breadcrumbs {
    font-size: 14px;
  }
}
#wrapper main .breadcrumbs ul li {
  display: inline;
  font-weight: bold;
}
#wrapper main .breadcrumbs ul li:before {
  content: '/';
  margin: 0 10px;
  color: #979797;
}
#wrapper main .breadcrumbs ul li:first-child:before {
  display: none;
}
#wrapper main .breadcrumbs ul li a {
  text-decoration: none;
  color: #0058a7;
  font-weight: normal;
}
#wrapper main .breadcrumbs ul li a:hover {
  text-decoration: underline;
}
#wrapper main #slider {
  position: relative;
}
#wrapper main #slider .wrapper {
  padding: 0;
}
#wrapper main #slider .item.pre-load {
  overflow: hidden;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper main #slider .bx-wrapper {
  position: relative;
}
@media (max-width: 1024px) {
  #wrapper main #slider .bx-wrapper .bx-controls {
    display: none;
  }
}
#wrapper main #slider .bx-wrapper .bx-controls .bx-controls-direction a {
  width: 32px;
  height: 100%;
  position: absolute;
  top: 0;
  background: center center no-repeat;
}
#wrapper main #slider .bx-wrapper .bx-controls .bx-controls-direction a.disabled {
  display: none;
}
#wrapper main #slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-prev {
  background-image: url(../../images/slider-prev.png);
  left: 0;
}
#wrapper main #slider .bx-wrapper .bx-controls .bx-controls-direction a.bx-next {
  background-image: url(../../images/slider-next.png);
  right: 0;
}
#wrapper main #slider a {
  display: block;
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
@media (max-width: 660px) {
  #wrapper main #slider a {
    max-height: 200px;
  }
}
#wrapper main #slider a img {
  max-width: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -512px;
}
#wrapper main #slider a img.second {
  top: 50%;
}
@media (max-width: 660px) {
  #wrapper main #slider a img.second {
    width: 80%;
    margin-left: 0 !important;
    left: 10%;
  }
}
#wrapper main #slider .abs {
  position: absolute;
  top: 0;
}
#wrapper main .auto-cat {
  margin: 45px 0 58px;
  text-transform: uppercase;
  text-align: center;
  font-family: 'Roboto', sans-serif;
}
#wrapper main .auto-cat .content {
  margin: 65px 0 0;
}
#wrapper main .auto-cat .content::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 660px) {
  #wrapper main .auto-cat .content {
    margin-top: 45px;
  }
}
#wrapper main .auto-cat .content .item {
  display: table-cell;
  width: 25%;
  vertical-align: bottom;
  position: relative;
  float: left;
  margin-bottom: 38px;
}
@media (max-width: 1024px) {
  #wrapper main .auto-cat .content .item {
    width: 50%;
  }
}
#wrapper main .auto-cat .content .item .weight {
  height: 25px;
  line-height: 25px;
  white-space: nowrap;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -110px;
  border-radius: 3px;
  background: #3d3d3d;
  padding: 0 8px;
  font-size: 16px;
  color: white;
  text-align: left;
}
@media (max-width: 660px) {
  #wrapper main .auto-cat .content .item .weight {
    margin-left: -80px;
  }
}
#wrapper main .auto-cat .content .item .img {
  display: block;
  height: 175px;
  line-height: 175px;
  padding: 0 15px;
}
#wrapper main .auto-cat .content .item .name {
  border-bottom: 1px solid #2a9ff1;
  font-size: 22px;
  margin-top: 17px;
  color: inherit;
  text-decoration: none;
}
#wrapper main .auto-cat .content .item .name:hover {
  border-bottom: none;
}
@media (max-width: 660px) {
  #wrapper main .auto-cat .content .item .name {
    font-size: 18px;
  }
}
#wrapper main .auto-cat .button {
  width: 320px;
  height: 40px;
  line-height: 40px;
  font-size: 17px;
  margin: 0 10px;
  box-shadow: 2px 4px #e5e5e5;
}
#wrapper main .auto-cat .button:active {
  box-shadow: none;
  position: relative;
  top: 4px;
}
@media (max-width: 660px) {
  #wrapper main .auto-cat .button {
    display: block;
    width: auto;
    margin: 20px 0;
  }
}
#wrapper main .text-block {
  padding: 50px 0 70px;
  margin: 44px 0;
  overflow: hidden;
  background: url(../../images/bg-desc.jpg) center center no-repeat;
  position: relative;
}
#wrapper main .text-block::before {
  content: '';
  width: 880px;
  height: 26px;
  background: url(../../images/shadow-top.png);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -440px;
}
#wrapper main .text-block::after {
  content: '';
  width: 880px;
  height: 26px;
  background: url(../../images/shadow-bottom.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -440px;
}
@media (max-width: 1024px) {
  #wrapper main .text-block {
    min-height: 464px;
  }
}
#wrapper main .text-block .title {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  #wrapper main .text-block .title {
    margin-bottom: 25px;
    text-align: left;
  }
}
@media (max-width: 660px) {
  #wrapper main .text-block .title {
    margin-bottom: 65px;
    text-align: center;
  }
}
#wrapper main .text-block .bxSlider .item {
  width: 300px;
  margin-left: 20px;
  float: left;
}
@media (max-width: 1024px) {
  #wrapper main .text-block .bxSlider .item {
    float: none;
    width: auto;
    margin: 20px 0;
  }
}
#wrapper main .text-block .bxSlider .item:first-child {
  margin-left: 0;
}
@media (max-width: 1024px) {
  #wrapper main .text-block .bxSlider .item p {
    margin: 7px 0;
  }
}
#wrapper main .text-block .bxSlider .item .name {
  margin: 0 0 24px;
  font-size: 20px;
  line-height: normal;
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
@media (max-width: 1024px) {
  #wrapper main .text-block .bxSlider .item .name {
    margin: 0;
  }
}
@media (max-width: 660px) {
  #wrapper main .text-block .bxSlider .item .name {
    font-size: 18px;
  }
}
#wrapper main .text-block .bx-wrapper {
  position: relative;
}
#wrapper main .text-block .bx-wrapper .bx-viewport {
  height: auto !important;
}
#wrapper main .text-block .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  position: absolute;
  top: -30px;
  left: 0;
  text-align: center;
}
#wrapper main .text-block .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
#wrapper main .text-block .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 999px;
  background: black;
  border-radius: 16px;
  margin: 0 5px;
  border: 4px solid black;
}
#wrapper main .text-block .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
  background: white;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.5);
}
#wrapper main .context.type-auto {
  background: url(../../images/bg-desc.jpg) center center no-repeat;
  background-size: cover;
  padding: 35px 0;
}
@media (max-width: 1024px) {
  #wrapper main .context.type-auto {
    background: none;
    padding: 0;
  }
  #wrapper main .context.type-auto .half:first-child {
    background: url(../../images/bg-desc.jpg) center center no-repeat;
    background-size: cover;
    margin: 0 -21px;
    padding: 34px 21px;
  }
  #wrapper main .context.type-auto .half:first-child::after {
    content: '';
    display: block;
    clear: both;
  }
  #wrapper main .context.type-auto .half:first-child .address {
    display: block;
  }
  #wrapper main .context.type-auto .address {
    display: none;
    float: left;
    margin: 34px 0 0;
  }
  #wrapper main .context.type-auto .link-sub {
    margin: 30px 0 0;
    font-size: 16px;
  }
  #wrapper main .context.type-auto .link-sub::after {
    content: '';
    display: block;
    clear: both;
  }
  #wrapper main .context.type-auto .link-sub ul {
    margin-left: 0;
  }
  #wrapper main .context.type-auto .link-sub ul li {
    width: 50%;
    float: left;
    padding: 0 10px 0 0;
  }
  #wrapper main .context.type-auto .link-sub ul li:nth-child(2n) {
    padding: 0 0 0 10px;
  }
  #wrapper main .context.type-auto .link-sub ul li a {
    margin-left: 55px;
    white-space: nowrap;
  }
}
@media (max-width: 660px) {
  #wrapper main .context.type-auto {
    background: none;
    padding: 0;
  }
  #wrapper main .context.type-auto .half:first-child {
    background: none;
  }
  #wrapper main .context.type-auto .half:first-child + .half {
    background: url(../images/bg-desc.png) center center no-repeat;
    background-size: cover;
    margin: 0 -21px;
    padding: 34px 21px 100px;
  }
  #wrapper main .context.type-auto .half:first-child .address {
    display: none;
  }
  #wrapper main .context.type-auto .address {
    display: block;
    margin: -30px 0 0;
    font-size: 13px;
    padding-left: 40px;
  }
  #wrapper main .context.type-auto .link-sub {
    margin: 0 0 0 45px;
  }
  #wrapper main .context.type-auto .link-sub ul li {
    width: auto;
    float: none;
  }
  #wrapper main .context.type-auto .link-sub ul li:nth-child(2n) {
    padding: 0;
  }
}
#wrapper main .context.type-auto .half .address {
  display: none;
}
#wrapper main .news-block {
  color: #242424;
  line-height: 19px;
  margin: 95px 0;
}
@media (max-width: 1024px) {
  #wrapper main .news-block {
    margin-top: 50px;
  }
}
#wrapper main .news-block .item {
  width: 50%;
  float: left;
  padding: 0 10px 0 0;
}
@media (max-width: 1024px) {
  #wrapper main .news-block .item:nth-child(2n) {
    padding: 0 0 0 10px;
  }
}
#wrapper main .news-block .item a {
  color: inherit;
  text-decoration: none;
}
#wrapper main .news-block .item a:hover {
  text-decoration: underline;
}
#wrapper main .news-block .item img {
  max-width: 220px;
  float: left;
  margin-right: 15px;
}
@media (max-width: 1024px) {
  #wrapper main .news-block .item img {
    width: 100%;
    max-width: none;
    float: none;
    margin: 0 0 22px;
  }
}
#wrapper main .news-block .item .clear {
  display: none;
}
@media (max-width: 1024px) {
  #wrapper main .news-block .item .clear {
    display: block;
  }
}
#wrapper main .news-block .item .title {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  margin-bottom: 26px;
  font-size: 26px;
  text-align: left;
}
#wrapper main .news-block .item .title a {
  color: inherit;
  text-decoration: underline;
}
#wrapper main .news-block .item .title a:hover {
  text-decoration: none;
}
#wrapper main .news-block .item .name {
  font-size: 18px;
  margin-bottom: 10px;
  font-family: 'Roboto', sans-serif;
}
#wrapper main .news-block .item .message {
  font-size: 15px;
  color: #3b3b3b;
}
#wrapper main .news-block .bx-wrapper {
  position: relative;
}
#wrapper main .news-block .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
}
#wrapper main .news-block .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
}
#wrapper main .news-block .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  display: inline-block;
  width: 16px;
  height: 16px;
  overflow: hidden;
  text-indent: 999px;
  background: black;
  border-radius: 16px;
  margin: 0 5px;
  border: 4px solid black;
}
#wrapper main .news-block .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
  background: white;
  box-shadow: inset 0 -2px 4px rgba(0, 0, 0, 0.5);
}
#wrapper main .page-content {
  background-color: #EEEEEE;
}
@media (max-width: 1024px) {
  #wrapper main .page-content {
    display: none;
  }
}
#wrapper main .page-content .wrapper {
  padding: 33px 23px 15px 13px;
}
@media (max-width: 1024px) {
  #wrapper main .page-content .wrapper {
    padding-right: 13px;
  }
}
#wrapper main .page-content .boxes {
  overflow: hidden;
  width: 100%;
  font-size: 0;
  /* form */
}
#wrapper main .page-content .boxes * {
  box-sizing: content-box;
}
#wrapper main .page-content .boxes.no-boxshadow .box {
  zoom: 1;
}
#wrapper main .page-content .boxes.boxshadow .box:before {
  border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: -2;
}
#wrapper main .page-content .boxes .box {
  color: #545454;
  display: inline-block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 0;
  padding: 0 0 20px 10px;
  position: relative;
  vertical-align: top;
  white-space: nowrap;
  width: 25%;
  box-sizing: border-box;
}
@media (max-width: 1024px) {
  #wrapper main .page-content .boxes .box {
    width: 50%;
    float: left;
    padding-right: 10px;
  }
}
@media (max-width: 660px) {
  #wrapper main .page-content .boxes .box {
    width: 100%;
    float: none;
  }
}
#wrapper main .page-content .boxes .box.col-2 {
  width: 50%;
}
@media (max-width: 1024px) {
  #wrapper main .page-content .boxes .box.col-2 {
    width: 100%;
  }
}
#wrapper main .page-content .boxes .box.col-2.one-cont .box-content {
  border: none;
}
#wrapper main .page-content .boxes .box.col-2 .box-content,
#wrapper main .page-content .boxes .box.col-3 .box-content,
#wrapper main .page-content .boxes .box.col-4 .box-content {
  border-left: 2px dotted #D1D1D1;
  padding: 10px 12px;
}
#wrapper main .page-content .boxes .box.col-3 {
  width: 730px;
}
#wrapper main .page-content .boxes .box.col-3 .box-content,
#wrapper main .page-content .boxes .box .box.col-4 .box-content {
  padding: 10px 13px;
}
#wrapper main .page-content .boxes .box.col-4 {
  width: 100%;
}
#wrapper main .page-content .boxes .box.col-4 .box-content {
  width: 25%;
  box-sizing: border-box;
  float: left;
  height: 230px;
  margin: 0;
  position: relative;
  overflow: hidden;
  font-size: 12px;
  white-space: normal;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
}
#wrapper main .page-content .boxes .box.col-4 .box-content:first-child {
  border: none;
}
@media (max-width: 1024px) {
  #wrapper main .page-content .boxes .box.col-4 .box-content {
    width: 33%;
  }
}
@media (max-width: 660px) {
  #wrapper main .page-content .boxes .box.col-4 .box-content {
    width: 50%;
  }
}
@media (max-width: 660px) {
  #wrapper main .page-content .boxes .box.col-4 .box-content:nth-child(3) {
    display: none;
  }
}
@media (max-width: 1024px) {
  #wrapper main .page-content .boxes .box.col-4 .box-content:nth-child(4) {
    display: none;
  }
}
#wrapper main .page-content .boxes .box.col-4 .box-content .image {
  height: 133px !important;
  overflow: hidden;
}
#wrapper main .page-content .boxes .box p {
  color: #555555;
  margin: 5px 0 3px;
  white-space: normal;
}
#wrapper main .page-content .boxes .box .tag-area .t2 {
  font-size: 16px;
}
#wrapper main .page-content .boxes .box .tag-area .t3 {
  font-size: 14px;
}
#wrapper main .page-content .boxes .box .tag-area .t4 {
  font-size: 12px;
}
#wrapper main .page-content .boxes .box .tag-area .t5 {
  font-size: 10px;
}
#wrapper main .page-content .boxes .box .box-content {
  background-color: #FFFFFF;
  padding: 10px;
}
#wrapper main .page-content .boxes .box.scroll > ul {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#wrapper main .page-content .boxes .box.scroll .bottom-tape {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  height: auto;
  left: auto;
  line-height: 30px;
  margin: 0;
  padding: 0;
  width: 100%;
}
#wrapper main .page-content .boxes .box.scroll .slideshow-console {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  display: block;
  left: auto;
  margin: 0 auto;
  position: relative;
}
#wrapper main .page-content .boxes .box.scroll .slideshow-console li.selected span,
#wrapper main .page-content .boxes .box.scroll .slideshow-console li:hover span {
  background-color: #666666;
}
#wrapper main .page-content .boxes .box.box-grey {
  background-color: #c9ced1;
}
#wrapper main .page-content .boxes .box .box-link {
  height: 20px;
  display: block;
  position: absolute;
  bottom: 5px;
  right: 10px;
  color: #010101;
  font-size: 16px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
  font-weight: normal;
  text-transform: uppercase;
}
#wrapper main .page-content .boxes .box-link:hover,
#wrapper main .page-content .boxes .link:hover,
#wrapper main .page-content .boxes .box-link.back:hover {
  color: #003366;
}
#wrapper main .page-content .boxes .box-link-arrow {
  background: url('../../images/sprite_iveco.png') no-repeat -5px -112px transparent;
  display: inline-block;
  height: 16px;
  padding-top: 0;
  vertical-align: middle;
  width: 15px;
}
#wrapper main .page-content .boxes .box-link:hover .box-link-arrow,
#wrapper main .page-content .boxes .link:hover .link-arrow {
  background-position: -5px -144px;
}
#wrapper main .page-content .boxes .box-link.back {
  top: 15px;
}
#wrapper main .page-content .boxes .back .box-link-arrow {
  background: url("../../images/sprite_iveco.png") no-repeat -5px -128px transparent;
}
#wrapper main .page-content .boxes .box-link.back:hover .box-link-arrow {
  background-position: -5px -160px;
}
#wrapper main .page-content .boxes .box .box-link.small {
  bottom: 10px;
  font-size: 14px;
  color: #17478A;
}
#wrapper main .page-content .boxes .box .box-link.small .box-link-arrow,
#wrapper main .page-content .boxes .box .box-link.small:hover .box-link-arrow {
  background-position: -5px -143px;
}
#wrapper main .page-content .boxes .box-content > img,
#wrapper main .page-content .boxes .box-content > a img {
  width: 100%;
}
#wrapper main .page-content .boxes .box-content > a {
  display: inline-block;
  overflow: hidden;
  /* height: 147px; */
  text-decoration: none;
}
#wrapper main .page-content .boxes .box-content .image {
  line-height: 1px;
  /* height: 126px; */
  margin: 0 0 2px;
  overflow: hidden;
}
#wrapper main .page-content .boxes .box.only-img .box-content,
#wrapper main .page-content .boxes .box.only-img.col-2 .box-content,
#wrapper main .page-content .boxes .box.only-img.col-3 .box-content,
#wrapper main .page-content .boxes .box.only-img.col-4 .box-content {
  padding: 0;
  width: 100%;
  height: 250px;
}
#wrapper main .page-content .boxes .box.only-img .box-content a {
  display: block;
}
#wrapper main .page-content .boxes .box.box.no-img .box-content {
  height: 190px;
  padding-top: 50px;
}
#wrapper main .page-content .boxes .box.box.no-img p {
  margin-bottom: 15px;
}
#wrapper main .page-content .boxes .box.box.no-img label {
  display: block;
  margin-bottom: 10px;
}
#wrapper main .page-content .boxes .box.box.no-img label.note a {
  text-decoration: underline;
}
#wrapper main .page-content .boxes .box.box.no-img input[type="text"],
#wrapper main .page-content .boxes .box.box.no-img textarea {
  margin: 0 10px 10px 0;
}
#wrapper main .page-content .boxes .box.no-img.box-tall {
  margin: 0 0 10px 20px;
}
#wrapper main .page-content .boxes .box.no-img.box-tall .box-content {
  overflow: hidden;
  position: relative;
  min-height: 253px;
  height: auto;
}
#wrapper main .page-content .boxes .box.no-img.box-tall .box-content .form {
  padding-bottom: 10px;
}
#wrapper main .page-content .boxes .box .box-label + .box-content,
#wrapper main .page-content .boxes .box hr + .row2.box-content,
#wrapper main .page-content .boxes .box .separator_hr + .box-content,
#wrapper main .page-content .boxes .box .box-title + .box-content,
#wrapper main .page-content .boxes .box .faq-content .box-content:first-child,
#wrapper main .page-content .boxes .box .faq-content hr + .box-content,
#wrapper main .page-content .boxes .box .box-label + a .box-content,
#wrapper main .page-content .boxes .box hr + a .row2.box-content,
#wrapper main .page-content .boxes .box .separator_hr + a .box-content,
#wrapper main .page-content .boxes .box .box-title + a .box-content,
#wrapper main .page-content .boxes .box-sliding ul .box-content:first-child,
#wrapper main .page-content .boxes .box .title {
  color: #000000;
  display: block;
  font-size: 13px;
  font-weight: bold;
}
#wrapper main .page-content .boxes .box .box-text strong {
  color: #555555;
  font-family: Arial, sans-serif;
}
#wrapper main .page-content .boxes .box .box-text {
  font-size: 12px;
  overflow: hidden;
  margin: 4px 0 0;
}
#wrapper main .page-content .boxes .box .box-text p a {
  text-decoration: underline;
  font-weight: bold;
}
#wrapper main .page-content .boxes .box input[type="text"],
#wrapper main .page-content .boxes .box textarea,
#wrapper main .page-content .boxes .box select,
#wrapper main .page-content .boxes .box .customStyleSelectBox {
  background-color: #EEEEEE;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  padding: 3px;
  width: 211px;
  color: #555555;
  line-height: 1.1em;
  text-align: lefT;
}
#wrapper main .page-content .boxes .box select {
  width: 217px;
  padding: 0;
}
#wrapper main .page-content .boxes .box textarea {
  resize: none;
  overflow: hidden;
}
#wrapper main .page-content .boxes .box .customStyleSelectBox {
  margin-bottom: 8px;
}
#wrapper main .page-content .boxes .box .customStyleSelectBox .customStyleSelectBoxInner {
  color: #555555;
  vertical-align: middle;
  line-height: 1.2em;
}
#wrapper main .page-content .boxes .customStyleSelectBox.error,
#wrapper main .page-content .boxes .box .customStyleSelectBox.error {
  margin-left: 1px !important;
  margin-top: 1px !important;
  outline: 1px solid #FF0000;
}
#wrapper main .page-content .boxes .box input[type="checkbox"] {
  margin-right: 10px;
  vertical-align: bottom;
}
#wrapper main .page-content .boxes .box.box.no-img .box-content.tag-area {
  text-align: justify;
  height: 195px;
  padding-top: 45px;
}
#wrapper main .page-content .boxes .box .tag-area ul {
  overflow: hidden;
  display: block;
  max-height: 100%;
}
#wrapper main .page-content .boxes .box .tag-area ul li {
  display: inline;
  line-height: 1.2em;
}
#wrapper main .page-content .boxes .box .tag-area a {
  text-decoration: none;
  font-weight: normal;
}
#wrapper main .page-content .boxes .box hr {
  background-color: #D1D1D1;
  border: 0 none;
  clear: both;
  height: 1px;
  left: 0;
  position: relative;
  top: 0;
  width: 100%;
  margin: 10px 0;
}
#wrapper main .page-content .boxes h2.box-title {
  border-bottom: 1px solid black;
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  margin: 0 13px 10px;
  padding: 25px 0 10px;
}
#wrapper main .page-content .boxes h2.box-title:first-child {
  padding-top: 10px;
}
#wrapper main .page-content .boxes h3.box-title {
  color: #000000;
  font-size: 18px;
  margin: 10px 13px 15px;
}
#wrapper main .page-content .boxes .box .box-subtitle {
  color: #17468A;
  font-size: 15px;
  margin: 15px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
#wrapper main .page-content .boxes .box .box-subtitle strong {
  color: #17468A;
}
#wrapper main .page-content .boxes .box-footer {
  background-color: #C2C7CA;
  bottom: 0;
  position: absolute;
  width: 100%;
}
#wrapper main .page-content .boxes .box .box-footer p {
  font-size: 14px;
  margin: 0;
  padding: 18px 13px;
}
#wrapper main .page-content .boxes .box .box-footer a {
  text-decoration: none;
  padding-left: 5px;
}
#wrapper main .page-content .boxes .box .box-footer a:hover {
  text-decoration: underline;
}
#wrapper main .page-content .boxes .box .box-footer .circle-arrow {
  vertical-align: middle;
  margin-left: 5px;
}
#wrapper main .page-content .boxes .box .box-icon {
  display: block;
}
#wrapper main .page-content .boxes .box.box-tall .box-icon {
  text-align: center;
  width: 35%;
  margin: 50px auto 15px;
}
#wrapper main .page-content .boxes .box .error .box-icon,
#wrapper main .page-content .boxes .box .success .box-icon {
  margin: 20px auto 5px;
  width: 84px;
}
#wrapper main .page-content .boxes .box .error p,
#wrapper main .page-content .boxes .box .success p {
  padding: 10px 30px;
}
#wrapper main .page-content .boxes .box .error p {
  text-align: center;
}
#wrapper main .page-content .boxes .box .error a {
  color: #000000;
  text-decoration: underline;
}
#wrapper main .page-content .boxes .form input.error,
#wrapper main .page-content .boxes textarea.error {
  margin-left: 1px !important;
  outline: 1px solid #F00;
}
#wrapper main .page-content .boxes .box input.error[type="text"],
#wrapper main .page-content .boxes .box textarea.error {
  width: 209px;
  margin: 0 1px 1px;
}
#wrapper main .page-content .boxes .form label.error {
  display: none !important;
}
#wrapper main .page-content .boxes .box .form .submit {
  background-color: #000000;
  color: #FFFFFF;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  height: 20px;
  line-height: 20px;
  padding-left: 5px;
  right: 10px;
  text-decoration: none;
}
#wrapper main .page-content .boxes .box .form .submit .box-link-arrow {
  background: url("../../images/submit-arrow.png") no-repeat 0 0 transparent;
  display: inline-block;
  height: 29px;
  padding-top: 0;
  vertical-align: top;
  width: 24px;
  margin-left: 5px;
}
#wrapper main .page-content .boxes .box .form .submit.disabled {
  color: #999C9F;
  cursor: default;
}
#wrapper main .page-content .boxes .box .form .submit.disabled:hover .box-link-arrow {
  background-position: -5px -112px;
  cursor: default;
}
#wrapper main .page-content .boxes .box-label {
  background: url("../../images/box-label-corner.png") no-repeat 0 0;
  left: 2px;
  padding-left: 0;
  padding-top: 5px;
  position: absolute;
  top: 8px;
  z-index: 1;
  max-width: 100%;
}
#wrapper main .page-content .boxes .boxshadow .box::before {
  border-radius: 100px 100px 100px 100px / 10px 10px 10px 10px;
  bottom: 0;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.8);
  content: "";
  left: 20px;
  position: absolute;
  right: 20px;
  top: 10px;
  z-index: -2;
}
#wrapper main .page-content .boxes .label {
  background-color: #000000;
  color: #EBEBEB;
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  height: 15px;
  line-height: 15px;
  max-width: 90%;
  overflow: hidden;
  padding: 5px 10px 5px 30px;
  position: relative;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  display: block;
}
#wrapper main .page-content .boxes .label-img {
  background-repeat: no-repeat;
  left: 2px;
  position: absolute;
  top: 0;
  z-index: 2;
}
#wrapper main .page-content .boxes .title {
  height: 39px;
  overflow: hidden;
  margin: 10px 0;
  line-height: 13px;
  text-align: left;
  white-space: normal;
}
@media (max-width: 660px) {
  #wrapper main .page-content .boxes .title {
    height: auto;
    overflow: auto;
  }
}
#wrapper main .page-content .boxes .news_on_main .image,
#wrapper main .page-content .boxes .news_on_main .box-content {
  height: auto !important;
}
#wrapper main ._context ul {
  margin: 0 0 0 20px;
  font-size: 15px;
  line-height: 20px;
}
#wrapper main ._context ul.dot li:before {
  width: 9px;
  height: 9px;
  position: absolute;
  border-radius: 9px;
  top: 8px;
  right: 100%;
  margin-right: 10px;
  background: #0074d7;
}
#wrapper main ._context ul li {
  position: relative;
  margin: 8px 0;
}
#wrapper main ._context ul li:before {
  content: '';
  width: 14px;
  height: 1px;
  position: absolute;
  top: 9px;
  right: 100%;
  margin-right: 10px;
  background: #00499e;
}
#wrapper main ._context ol {
  counter-reset: list 0;
  font-size: 15px;
  line-height: 22px;
}
#wrapper main ._context ol li {
  padding: 0 0 0 60px;
  margin: 30px 0;
  position: relative;
}
#wrapper main ._context ol li:before {
  counter-increment: list;
  content: counter(list);
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 4px;
  left: 0;
  background: #0069b2;
  border-radius: 30px;
  font-size: 17px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
#wrapper main ._context table {
  margin: 15px 0;
}
@media (max-width: 660px) {
  #wrapper main ._context table {
    display: block;
  }
}
@media (max-width: 660px) {
  #wrapper main ._context table tbody {
    display: block;
  }
}
@media (max-width: 660px) {
  #wrapper main ._context table tr {
    display: block;
  }
}
#wrapper main ._context table tr td {
  font-size: 15px;
}
@media (max-width: 660px) {
  #wrapper main ._context table tr td {
    display: block;
  }
  #wrapper main ._context table tr td + td {
    border-top: none;
  }
}
#wrapper main ._context .h1 {
  font-size: 21px;
}
#wrapper main ._context .h1 + p {
  font-size: 14px;
}
#wrapper main ._context .row {
  margin: 0 -20px;
}
#wrapper main ._context .row::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main ._context .col-half {
  width: 50%;
  padding: 0 20px;
  float: left;
}
#wrapper main ._context .half {
  width: 48.5%;
  float: left;
}
#wrapper main ._context .half + .half {
  margin-left: 3%;
}
@media (max-width: 1024px) {
  #wrapper main ._context .half + .half {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  #wrapper main ._context .half {
    width: auto;
    float: none;
    margin-bottom: 40px;
  }
}
@media (max-width: 1024px) {
  #wrapper main ._context .half img {
    width: 100%;
  }
}
#wrapper main ._context .link-sub ul li {
  line-height: 45px;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
#wrapper main ._context .link-sub ul li:before {
  display: none;
}
#wrapper main ._context .link-sub ul li div {
  min-width: 45px;
  float: left;
  text-align: center;
}
#wrapper main ._context .link-sub ul li a {
  display: block;
  color: inherit;
  text-transform: uppercase;
  font-size: 16px;
  margin: 0 0 0 65px;
}
#wrapper main ._context .address {
  box-shadow: 2px 4px 0 0 rgba(0, 0, 0, 0.2);
  background: #fff88e;
  padding: 17px 17px 15px 48px;
  position: relative;
  float: right;
  margin-top: 185px;
  border-radius: 4px;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  text-transform: uppercase;
}
#wrapper main ._context .address::before {
  content: '';
  width: 48px;
  height: 100%;
  background: url("../images/map-Yandex-point.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
#wrapper main ._context .address a {
  color: inherit;
}
#wrapper main .catalog .filter {
  font-family: 'Roboto', sans-serif;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
  color: white;
  padding: 20px 0 30px;
  background: url("../images/filter.jpg") #58626c;
  background-size: cover;
}
#wrapper main .catalog .filter::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 660px) {
  #wrapper main .catalog .filter .wrapper {
    padding: 0 18px;
  }
}
#wrapper main .catalog .filter [type=radio] {
  display: none;
}
#wrapper main .catalog .filter [type=radio]:checked + label {
  background: #0058a8;
  border: 1px solid #0058a8;
}
#wrapper main .catalog .filter .title {
  font-size: 40px;
  font-weight: 900;
  text-align: center;
  color: inherit;
  margin: 24px 0;
  text-shadow: inherit;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .filter .title {
    text-align: left;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .filter .title {
    font-size: 28px;
  }
}
#wrapper main .catalog .filter .nav {
  text-align: center;
  font-weight: 700;
  font-size: 20px;
  margin: 30px 0;
}
#wrapper main .catalog .filter .nav::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .filter .nav {
    float: left;
    width: 50%;
    text-align: left;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .filter .nav {
    float: none;
    width: auto;
  }
}
#wrapper main .catalog .filter .nav ul li {
  display: inline;
  margin: 0 6px;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .filter .nav ul li {
    display: block;
    margin: 5px 0;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .filter .nav ul li {
    display: inline;
    margin: 5px 0;
  }
}
#wrapper main .catalog .filter .nav ul li label {
  display: inline-block;
  color: inherit;
  padding: 0 25px;
  text-decoration: none;
}
#wrapper main .catalog .filter .nav ul li label:hover {
  text-decoration: underline;
}
#wrapper main .catalog .filter .nav ul li label.link-button span {
  color: inherit;
}
#wrapper main .catalog .filter .nav ul li label.button {
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1024px) {
  #wrapper main .catalog .filter .nav ul li label {
    height: auto;
    font-size: 20px;
    font-weight: 400;
    line-height: 34px;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .filter .nav ul li label {
    padding: 0 10px;
    font-size: 16px;
  }
}
#wrapper main .catalog .filter .nav ul li label span {
  color: #cccccc;
}
#wrapper main .catalog .filter .content {
  margin: 30px 60px 0;
  font-size: 16px;
  font-weight: 400;
}
#wrapper main .catalog .filter .content::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .filter .content {
    width: 50%;
    float: left;
    margin: 30px 0 0;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .filter .content {
    width: auto;
    float: none;
    margin: 30px 0;
  }
}
#wrapper main .catalog .filter .content ul {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .filter .content ul {
    display: block;
  }
}
#wrapper main .catalog .filter .content li {
  width: 33.33%;
  line-height: 40px;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .filter .content li {
    width: auto;
  }
}
#wrapper main .catalog .filter .content li.active label {
  background: #0058a8;
  border: 1px solid #0058a8;
}
#wrapper main .catalog .filter .content li:hover label {
  border: 1px solid white;
}
#wrapper main .catalog .filter .content li div,
#wrapper main .catalog .filter .content li span {
  display: block;
  width: 45px;
  padding-right: 5px;
  float: left;
  text-align: center;
}
#wrapper main .catalog .filter .content li label {
  display: inline-block;
  border-radius: 3px;
  color: inherit;
  text-decoration: none;
  font-weight: 400;
  border: 1px solid transparent;
  padding: 0 9px;
}
#wrapper main .catalog .filter .content .show {
  display: none;
  margin-top: 20px;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .filter .content .show {
    display: inline-block;
  }
}
#wrapper main .catalog .filter-auto {
  background: #e1e9ef;
  padding: 32px;
  font-family: 'Roboto', sans-serif;
  text-align: center;
  margin: 50px 0;
}
#wrapper main .catalog .filter-auto .item {
  display: inline-block;
  width: 190px;
  text-align: left;
  margin: 0 23px;
}
#wrapper main .catalog .filter-auto .item .name {
  font-size: 14px;
  color: #414141;
  margin-bottom: 15px;
}
#wrapper main .catalog .filter-auto .item .input {
  margin-bottom: 15px;
}
#wrapper main .catalog .filter-auto .item .input::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .filter-auto .item .input input[type=text] {
  width: 70px;
  height: 30px;
  min-width: 0;
  line-height: 28px;
  border-radius: 2px;
  border: 1px solid #d7d7d7;
  font-size: 18px;
  color: #424242;
  padding: 0 8px;
}
#wrapper main .catalog .filter-auto .item .input .min {
  float: left;
}
#wrapper main .catalog .filter-auto .item .input .max {
  float: right;
}
#wrapper main .catalog .filter-auto .item .input .line {
  width: 20px;
  height: 1px;
  float: left;
  margin: 15px 15px 14px;
  background: #414141;
}
#wrapper main .catalog .filter-auto .item .range {
  font-size: 14px;
  color: #7b7b7b;
  font-weight: 100;
}
#wrapper main .catalog .filter-auto .item .range::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .filter-auto .item .range .slider-range {
  background: #cbcbc9;
  border: none;
  border-radius: 20px;
  margin: 0 13px;
  margin-bottom: 13px;
}
#wrapper main .catalog .filter-auto .item .range .slider-range .ui-slider-range {
  background: #0092ee;
  border: none;
  box-shadow: 0 1px #ffffff;
}
#wrapper main .catalog .filter-auto .item .range .slider-range .ui-slider-handle {
  width: 26px;
  height: 30px;
  margin-left: -13px;
  top: -7px;
  background: url("../images/icon/icon-slider.png");
  border: none;
}
#wrapper main .catalog .filter-auto .item .range .min {
  float: left;
}
#wrapper main .catalog .filter-auto .item .range .max {
  float: right;
}
#wrapper main .catalog .filter-small {
  background: #e1e9ef;
}
#wrapper main .catalog .category {
  margin: 55px -10px 40px;
  font-family: 'Roboto', sans-serif;
}
#wrapper main .catalog .category::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .category .item {
  width: 160px;
  min-height: 176px;
  float: left;
  position: relative;
  font-weight: 700;
}
#wrapper main .catalog .category .item:hover > div {
  width: 100%;
  position: absolute;
  border-radius: 4px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  z-index: 2;
  background: white;
}
#wrapper main .catalog .category .item:hover .well {
  display: block;
}
#wrapper main .catalog .category .item:nth-child(6n) {
  margin-right: 0;
}
#wrapper main .catalog .category .item > div {
  padding: 10px;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .category .item > div {
    width: 160px !important;
    margin: auto;
    position: static !important;
  }
}
@media (max-width: 1024px) {
  #wrapper main .catalog .category .item {
    width: 33%;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .category .item {
    width: 50%;
  }
}
#wrapper main .catalog .category .item .img {
  height: 94px;
  overflow: hidden;
}
#wrapper main .catalog .category .item .img img {
  max-height: 94px;
}
#wrapper main .catalog .category .item .img .link {
  display: block;
  line-height: 94px;
  text-align: center;
}
#wrapper main .catalog .category .item .name {
  line-height: 22px;
  margin: 18px 0 0;
}
#wrapper main .catalog .category .item .name a {
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
  color: inherit;
}
#wrapper main .catalog .category .item .name a:hover {
  text-decoration: underline;
}
#wrapper main .catalog .category .item .well {
  display: none;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .category .item .well {
    display: block;
  }
}
#wrapper main .catalog .category .item .desc {
  font-size: 15px;
  line-height: 16px;
  color: #595959;
  margin: 12px 0 0;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .category .item .desc {
    display: none;
  }
}
#wrapper main .catalog .category .item .price {
  font-size: 17px;
  line-height: 17px;
  color: #0069b2;
  margin: 10px 0 0;
}
#wrapper main .catalog .category .item .all {
  display: block;
  margin: 15px 0 0 0;
  padding: 7px 11px 6px;
}
#wrapper main .catalog .category .clear {
  display: none;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .category .clear.clear-3 {
    display: block;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .category .clear.clear-3 {
    display: none;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .category .clear.clear-2 {
    display: block;
  }
}
#wrapper main .catalog .list {
  margin: 30px 0 20px;
}
#wrapper main .catalog .list::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .list:last-child {
  margin: 0;
}
#wrapper main .catalog .list:last-child .title {
  margin-top: 0;
}
#wrapper main .catalog .list .bx-wrapper {
  padding-bottom: 65px;
}
#wrapper main .catalog .list .bx-wrapper .bx-controls {
  position: absolute;
  bottom: 25px;
  display: flex;
  width: 100%;
  left: 0;
  justify-content: center;
}
#wrapper main .catalog .list .bx-wrapper .bx-controls .bx-pager {
  position: static;
  background: none;
}
#wrapper main .catalog .list .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link {
  background: #c3c3c3;
}
#wrapper main .catalog .list .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
  background: #00499e;
}
#wrapper main .catalog .list.all-list {
  margin: 40px 0;
}
#wrapper main .catalog .list .filter-result {
  background: #e1e9ef;
  margin: -50px -42px 50px;
  padding-bottom: 32px;
}
#wrapper main .catalog .list .title {
  font-weight: 300;
  margin-bottom: 45px;
  text-align: left;
}
#wrapper main .catalog .list .title::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .list .title br {
  display: none;
}
@media (max-width: 660px) {
  #wrapper main .catalog .list .title br {
    display: block;
  }
}
#wrapper main .catalog .list .title .link {
  text-decoration: none;
  color: inherit;
  font-size: 40px;
  margin-right: 32px;
  border-bottom: 2px solid #0069b2;
  line-height: 37px;
}
#wrapper main .catalog .list .title .link:hover {
  border-bottom-color: transparent;
}
@media (max-width: 660px) {
  #wrapper main .catalog .list .title .link {
    font-size: 31px;
  }
}
#wrapper main .catalog .list .title .all {
  font-size: 18px;
  color: white;
}
@media (max-width: 660px) {
  #wrapper main .catalog .list .title .all {
    margin-top: 20px;
  }
}
#wrapper main .catalog .list div.item {
  width: 300px;
  margin: 0 20px 50px 0;
  float: left;
}
#wrapper main .catalog .list div.item:nth-of-type(3n),
#wrapper main .catalog .list div.item:last-child {
  margin-right: 0;
}
#wrapper main .catalog .list div.item.stock .img .type {
  background: rgba(57, 58, 73, 0.7);
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  #wrapper main .catalog .list div.item:nth-of-type(2n) {
    margin-right: 0;
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  #wrapper main .catalog .list div.item {
    width: 50%;
    margin-right: 0;
    padding-right: 20px;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .list div.item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
    padding-right: 0;
  }
}
#wrapper main .catalog .list div.item .box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#wrapper main .catalog .list div.item .img {
  height: 201px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: white;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  background: center center no-repeat;
  background-size: cover;
}
#wrapper main .catalog .list div.item .img img {
  width: 100%;
}
#wrapper main .catalog .list div.item .img .link {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#wrapper main .catalog .list div.item .img .label-box {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper main .catalog .list div.item .img .label-box .label {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 34px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
#wrapper main .catalog .list div.item .img .label-box .label.color-green a {
  background: rgba(27, 194, 0, 0.8);
}
#wrapper main .catalog .list div.item .img .label-box .label.color-orange a {
  background: rgba(255, 38, 0, 0.8);
}
#wrapper main .catalog .list div.item .img .label-box .label.color-red a {
  background: rgba(255, 0, 0, 0.8);
}
#wrapper main .catalog .list div.item .img .label-box .label.color-yellow a {
  background: rgba(241, 244, 0, 0.8);
  color: black;
  text-shadow: none;
}
#wrapper main .catalog .list div.item .img .label-box .label a {
  display: inline-block;
  padding: 0 12px;
  text-decoration: none;
  color: inherit;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
}
#wrapper main .catalog .list div.item .img .type {
  width: 100%;
  padding: 10px 15px;
  line-height: 20px;
  color: inherit;
  text-shadow: 0 1px 1px white;
}
#wrapper main .catalog .list div.item .img .type a {
  color: inherit;
  text-decoration: none;
}
#wrapper main .catalog .list div.item .img .type a:hover {
  text-decoration: underline;
}
#wrapper main .catalog .list div.item .img .sale {
  width: 140px;
  background: rgba(255, 38, 0, 0.8);
  line-height: 34px;
  padding: 0 15px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
}
#wrapper main .catalog .list div.item .img .stock {
  width: 50%;
  background: rgba(27, 194, 0, 0.8);
  line-height: 34px;
  padding: 0 15px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
}
#wrapper main .catalog .list div.item .img .stock.color-red {
  background: rgba(255, 38, 0, 0.8);
}
#wrapper main .catalog .list div.item .img .price {
  min-width: 50%;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 19px;
  font-weight: 500;
  padding: 0 15px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
}
#wrapper main .catalog .list div.item .img .price .cke_editable_inline {
  display: inline-block !important;
}
#wrapper main .catalog .list div.item .img .price .cke_editable_inline p {
  margin: 0;
}
#wrapper main .catalog .list div.item .name {
  margin: 0 0 39px;
}
#wrapper main .catalog .list div.item .name a {
  font-size: 28px;
  border-bottom: 2px solid #f16e73;
  color: inherit;
  text-decoration: none;
  line-height: 26px;
}
#wrapper main .catalog .list div.item .name a:hover {
  border-bottom: none;
}
#wrapper main .catalog .list div.item .desc {
  height: 110px;
  background: #e1e9ef;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
}
#wrapper main .catalog .list div.item .desc p {
  margin: 0;
  line-height: inherit;
  font-weight: 300;
}
#wrapper main .catalog .list-sub {
  margin: 0 0 30px;
  font-size: 16px;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
#wrapper main .catalog .list-sub::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .list-sub .nav {
  margin: 0 0 24px;
}
#wrapper main .catalog .list-sub .nav::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .list-sub .nav ul li {
  width: 32%;
  float: left;
  line-height: 40px;
  margin: 0 0 0 2%;
}
#wrapper main .catalog .list-sub .nav ul li:nth-child(3n+1) {
  margin-left: 0;
}
#wrapper main .catalog .list-sub .nav ul li.show {
  display: none;
}
@media (max-width: 660px) {
  #wrapper main .catalog .list-sub .nav ul li.show {
    display: block;
  }
}
@media (max-width: 320px) {
  #wrapper main .catalog .list-sub .nav ul li.show {
    display: none;
  }
}
@media (max-width: 1024px) {
  #wrapper main .catalog .list-sub .nav ul li {
    width: 50%;
    margin: 0;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .list-sub .nav ul li {
    width: auto;
    float: none;
  }
}
#wrapper main .catalog .list-sub .nav ul li div,
#wrapper main .catalog .list-sub .nav ul li span {
  display: block;
  min-width: 45px;
  float: left;
  text-align: center;
  margin: 0 10px 0 0;
}
#wrapper main .catalog .list-sub .nav ul li a {
  color: inherit;
  font-weight: 400;
}
#wrapper main .catalog .list-sub .all {
  font-size: 23px;
}
@media (max-width: 660px) {
  #wrapper main .catalog .list-sub .all {
    font-size: 17px;
  }
}
#wrapper main .catalog .auto-sup {
  font-family: 'Roboto', sans-serif;
}
#wrapper main .catalog .auto-sup::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .auto-sup .item {
  width: 32%;
  float: left;
  margin: 27px 0 27px 2%;
}
#wrapper main .catalog .auto-sup .item:nth-child(3n+1) {
  margin-left: 0;
}
@media (max-width: 660px) {
  #wrapper main .catalog .auto-sup .item {
    width: 49%;
  }
}
@media (max-width: 320px) {
  #wrapper main .catalog .auto-sup .item {
    width: auto;
    margin-left: 0;
    float: none;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .auto-sup .item:first-child {
    margin-left: 0;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .auto-sup .item.show {
    display: none;
  }
}
@media (max-width: 320px) {
  #wrapper main .catalog .auto-sup .item.show {
    display: block;
  }
}
#wrapper main .catalog .auto-sup .item img {
  margin-bottom: 13px;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .auto-sup .item img {
    width: 100%;
  }
}
@media (max-width: 1024px) {
  #wrapper main .catalog .auto-sup .item a {
    display: block;
  }
}
#wrapper main .catalog .auto-sup .item .name {
  display: block;
  font-size: 22px;
  color: inherit;
  margin-bottom: 13px;
}
@media (max-width: 660px) {
  #wrapper main .catalog .auto-sup .item .name {
    font-size: 18px;
  }
}
@media (max-width: 320px) {
  #wrapper main .catalog .auto-sup .item .name {
    font-size: 22px;
  }
}
#wrapper main .catalog .auto-sup .item .price {
  font-size: 17px;
  font-weight: 700;
  color: #0069b2;
}
#wrapper main .catalog .full {
  font-size: 15px;
  margin-bottom: 115px;
}
#wrapper main .catalog .full h1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 660px) {
  #wrapper main .catalog .full h1 {
    font-size: 27px;
  }
}
#wrapper main .catalog .full .header {
  margin-bottom: 47px;
}
#wrapper main .catalog .full .header::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .full .header .img {
  width: 584px;
  float: left;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .img {
    width: auto;
    margin-right: 0;
    float: none;
  }
}
#wrapper main .catalog .full .header .img .fullimage {
  position: relative;
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .img .fullimage {
    margin-bottom: 0;
  }
}
#wrapper main .catalog .full .header .img .fullimage img {
  width: 100%;
}
#wrapper main .catalog .full .header .img .fullimage .label-box {
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
}
#wrapper main .catalog .full .header .img .fullimage .label-box .label {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.6);
  font-size: 18px;
  text-transform: uppercase;
  line-height: 34px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
#wrapper main .catalog .full .header .img .fullimage .label-box .label.color-green a {
  background: rgba(41, 192, 19, 0.8);
}
#wrapper main .catalog .full .header .img .fullimage .label-box .label.color-orange a {
  background: rgba(255, 79, 25, 0.8);
}
#wrapper main .catalog .full .header .img .fullimage .label-box .label.color-red a {
  background: rgba(255, 0, 0, 0.8);
}
#wrapper main .catalog .full .header .img .fullimage .label-box .label.color-yellow a {
  background: rgba(241, 244, 0, 0.8);
  color: black;
}
#wrapper main .catalog .full .header .img .fullimage .label-box .label a {
  display: inline-block;
  padding: 0 12px;
  text-decoration: none;
  color: inherit;
}
#wrapper main .catalog .full .header .img .thumb {
  text-align: center;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .img .thumb {
    display: none;
  }
}
#wrapper main .catalog .full .header .img .thumb a {
  display: inline-block;
  width: 125px;
  margin: 0 4px 10px;
}
#wrapper main .catalog .full .header .card {
  width: 440px;
  float: right;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card {
    width: auto;
    float: none;
  }
}
#wrapper main .catalog .full .header .card .top {
  padding: 28px 20px;
  background: #0058a8;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card .top {
    text-align: center;
    margin-bottom: 15px;
  }
}
#wrapper main .catalog .full .header .card .top .price {
  font-size: 40px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
}
#wrapper main .catalog .full .header .card .top .price-old {
  font-size: 28px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.15);
  margin-bottom: 10px;
  text-decoration: line-through;
}
#wrapper main .catalog .full .header .card .top .sale {
  font-size: 18px;
  color: #c2ff9c;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.15);
}
#wrapper main .catalog .full .header .card .top .button {
  margin-top: 12px;
}
#wrapper main .catalog .full .header .card .top .link {
  margin-top: 28px;
}
#wrapper main .catalog .full .header .card .top .link a {
  font-size: 18px;
  color: white;
  font-family: 'Roboto', sans-serif;
  font-weight: 100;
  text-shadow: 2px 4px rgba(0, 0, 0, 0.15);
  text-decoration: underline;
}
#wrapper main .catalog .full .header .card .action {
  background: #ffe23f;
  padding: 25px 20px;
}
#wrapper main .catalog .full .header .card .action::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .catalog .full .header .card .action .buttons {
  float: left;
  margin-right: 20px;
}
#wrapper main .catalog .full .header .card .action .buttons .button:hover {
  background: white;
}
#wrapper main .catalog .full .header .card .action .message {
  display: block;
  font-family: 'Roboto', sans-serif;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1e4481;
  line-height: 16px;
}
#wrapper main .catalog .full .header .card .action .message a {
  color: #ff3f00;
  text-decoration: none;
  border-bottom: 1px solid #ff3f00;
}
#wrapper main .catalog .full .header .card .action .message a:hover {
  border-bottom-color: transparent;
}
#wrapper main .catalog .full .header .card .thumb {
  display: none;
  margin-bottom: 20px;
}
#wrapper main .catalog .full .header .card .thumb::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card .thumb {
    display: block;
  }
}
#wrapper main .catalog .full .header .card .thumb a {
  display: inline-block;
  width: 32%;
  float: left;
  margin: 0 0 15px 2%;
  text-align: center;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card .thumb a:nth-child(3n+1),
  #wrapper main .catalog .full .header .card .thumb a:first-child {
    margin-left: 0;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .full .header .card .thumb a {
    width: 50%;
    margin: 0;
    padding: 0 7px 15px 0;
  }
  #wrapper main .catalog .full .header .card .thumb a:nth-child(2n) {
    padding: 0 0 15px 7px;
  }
}
#wrapper main .catalog .full .header .card .thumb a img {
  width: 100%;
}
#wrapper main .catalog .full .header .card .message {
  display: none;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card .message {
    display: block;
  }
}
#wrapper main .catalog .full .header .card .clear {
  display: none;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card .clear {
    display: block;
  }
}
#wrapper main .catalog .full .header .card .commerce {
  padding: 0 0 20px;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card .commerce {
    display: none;
  }
}
#wrapper main .catalog .full .header .card .commerce img {
  margin: 0 10px 0 0;
}
#wrapper main .catalog .full .header .card .table {
  padding: 30px 20px 0;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card .table {
    overflow: auto;
  }
  #wrapper main .catalog .full .header .card .table::after {
    content: '';
    display: block;
    clear: both;
  }
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card .table .t {
    padding-right: 10px;
    width: 50%;
    float: left;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .full .header .card .table .t {
    width: auto;
    float: none;
    padding-right: 0;
  }
}
#wrapper main .catalog .full .header .card .table table {
  margin-bottom: 40px;
  border: none;
}
#wrapper main .catalog .full .header .card .table table tr td {
  line-height: 17px;
  white-space: nowrap;
}
#wrapper main .catalog .full .header .card .tags {
  line-height: 40px;
  padding: 0 0 0 30px;
  background: url(../../images/icon-tag.svg) left 8px no-repeat;
  background-size: auto 24px;
}
@media (max-width: 1024px) {
  #wrapper main .catalog .full .header .card .tags {
    width: 50%;
    float: right;
    padding-left: 40px;
    background-position: 10px 8px;
  }
}
@media (max-width: 660px) {
  #wrapper main .catalog .full .header .card .tags {
    width: auto;
    float: none;
    padding-left: 30px;
    background-position: left 8px;
  }
}
#wrapper main .catalog .full .header .card .tags .button {
  font-size: 13px;
  line-height: 30px;
  padding: 0 10px;
  color: inherit;
  text-transform: none;
}
#wrapper main .catalog .full .context h2 {
  font-size: 25px;
  margin-top: 54px;
}
#wrapper main .catalog .full .context .buttons {
  line-height: 55px;
}
#wrapper main .catalog .full .context .buttons .button {
  background-size: auto 24px;
  background-repeat: no-repeat;
  background-position: 12px center;
  padding-left: 34px;
  margin: 0;
}
#wrapper main .catalog .full .context .buttons .button.base {
  background-image: url(../../images/icon-base-blue.svg);
}
#wrapper main .catalog .full .context .buttons .button.base:hover {
  background-image: url(../../images/icon-base.svg);
}
#wrapper main .catalog .full .context .buttons .button.add-options {
  background-image: url(../../images/icon-add-options-blue.svg);
}
#wrapper main .catalog .full .context .buttons .button.add-options:hover {
  background-image: url(../../images/icon-add-options.svg);
}
#wrapper main .catalog .full .context .buttons .button.drop {
  background-image: url(../../images/icon-drop-blue.svg);
}
#wrapper main .catalog .full .context .buttons .button.drop:hover {
  background-image: url(../../images/icon-drop.svg);
}
#wrapper main .catalog .full .coop-sale-button {
  margin-top: 15px;
  color: white !important;
}
#wrapper main .catalog .full .coop-sale-button:hover {
  background: #FF5534;
}
#wrapper main .catalog.new {
  background: #eee;
}
#wrapper main .catalog.new .header h2 {
  text-align: center;
  font-size: 27px;
  font-weight: 500;
  margin: 0 0 17px;
  line-height: normal;
  text-transform: uppercase;
}
#wrapper main .catalog.new .list div.item .box {
  border: 5px solid white;
  border-radius: 5px;
}
#wrapper main .catalog.new .desc {
  display: none;
}
#wrapper main .catalog .catalog--title {
  font-size: 27px;
  line-height: 31px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 24px;
}
#wrapper main .filter-result {
  padding: 30px 0;
  text-align: center;
  font-size: 15px;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  line-height: 20px;
}
#wrapper main .filter-result a {
  text-decoration: none;
  color: #0058a8;
}
#wrapper main .filter-result img {
  margin: 0 10px;
}
#wrapper main .commercial {
  background: #f6f6f6;
  margin: 120px 0;
  padding: 45px 0;
}
@media (max-width: 660px) {
  #wrapper main .commercial {
    margin: 70px 0;
  }
}
#wrapper main .commercial .title {
  font-size: 35px;
  font-weight: 400;
  text-align: center;
}
@media (max-width: 660px) {
  #wrapper main .commercial .title {
    font-size: 22px;
  }
}
#wrapper main .commercial .content::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .commercial .content .left {
  width: 44%;
}
@media (max-width: 660px) {
  #wrapper main .commercial .content .left {
    width: auto;
    text-align: center;
    float: none;
  }
}
#wrapper main .commercial .content .right {
  margin: 20px 0;
}
@media (max-width: 660px) {
  #wrapper main .commercial .content .right {
    width: auto;
    float: none;
  }
}
#wrapper main .commercial table {
  border: none;
}
#wrapper main .commercial table tr td {
  vertical-align: middle;
  border: none;
  background: none;
}
#wrapper main .auto-weight {
  font-family: 'Roboto', sans-serif;
  margin: 130px 0;
}
@media (max-width: 660px) {
  #wrapper main .auto-weight {
    margin: 70px 0;
  }
}
#wrapper main .auto-weight .title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px;
  color: #242424;
  font-weight: 400;
}
#wrapper main .auto-weight .content {
  font-weight: 700;
  text-align: center;
}
#wrapper main .auto-weight .content::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .auto-weight .content .item {
  display: block;
  width: 16%;
  float: left;
  text-align: center;
  color: inherit;
  text-decoration: none;
  margin: 0 0 20px 0.66%;
}
#wrapper main .auto-weight .content .item:nth-of-type(6n+1) {
  margin-left: 0;
}
#wrapper main .auto-weight .content .item:hover .name {
  text-decoration: underline;
}
@media (max-width: 1024px) {
  #wrapper main .auto-weight .content .item {
    display: inline-block;
    width: 32%;
    margin-left: 0;
    float: none;
  }
}
@media (max-width: 660px) {
  #wrapper main .auto-weight .content .item {
    width: 48%;
  }
}
#wrapper main .auto-weight .content .item span {
  display: block;
}
#wrapper main .auto-weight .content .item .weight {
  font-size: 23px;
  color: #3273bd;
}
#wrapper main .auto-weight .content .item img {
  height: 41px;
  margin: 15px 0;
}
#wrapper main .auto-weight .content .item .name {
  font-size: 17px;
  line-height: 24px;
  text-decoration: none;
}
#wrapper main .auto-weight .content .clear {
  display: none;
}
@media (max-width: 1024px) {
  #wrapper main .auto-weight .content .clear.clear-3 {
    display: block;
  }
}
@media (max-width: 660px) {
  #wrapper main .auto-weight .content .clear.clear-3 {
    display: none;
  }
}
@media (max-width: 660px) {
  #wrapper main .auto-weight .content .clear.clear-2 {
    display: block;
  }
}
#wrapper main .nav-page {
  margin: 25px 0;
}
#wrapper main .nav-page p {
  line-height: 25px;
}
#wrapper main .tags {
  margin: 15px 0;
}
#wrapper main .tags h2 {
  display: inline-block;
  margin: 0 20px 0 0;
}
@media (max-width: 660px) {
  #wrapper main .tags h2 {
    display: block;
    margin: 10px 0 7px;
  }
}
#wrapper main .tags p {
  text-align: left;
  line-height: 40px;
}
#wrapper main .component {
  /* Новости */
  /* Слайдер */
  /* Автомобили */
  /* Текст */
  /* Блоки */
}
#wrapper main .component.news {
  /* Блоки */
  /* Список */
  /* Полное отображение */
}
#wrapper main .component.news.blocks {
  background: #eee;
  padding: 25px 0 75px;
}
#wrapper main .component.news.blocks .main {
  margin: -10px;
}
#wrapper main .component.news.blocks .main::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 660px) {
  #wrapper main .component.news.blocks .main {
    margin: 0;
  }
}
#wrapper main .component.news.blocks .main .item {
  width: 25%;
  float: left;
  padding: 0 10px;
  font-size: 14px;
  line-height: 19px;
}
@media (max-width: 1024px) {
  #wrapper main .component.news.blocks .main .item {
    width: 50%;
  }
}
@media (max-width: 1024px) {
  #wrapper main .component.news.blocks .main .item {
    width: auto;
    float: none;
  }
}
#wrapper main .component.news.blocks .main .item a {
  color: inherit;
  text-decoration: none;
}
#wrapper main .component.news.blocks .main .item a:hover {
  text-decoration: underline;
}
#wrapper main .component.news.blocks .main .item .box {
  height: 255px;
  background: white;
  padding: 10px;
  position: relative;
}
#wrapper main .component.news.blocks .main .item .date {
  font-weight: 300;
  margin-bottom: 5px;
}
#wrapper main .component.news.blocks .main .item .name {
  height: 38px;
  overflow: hidden;
}
#wrapper main .component.news.blocks .main .item .image {
  height: 155px;
  position: absolute;
  bottom: 10px;
  left: 10px;
  right: 10px;
  background: center center no-repeat;
  background-size: cover;
}
#wrapper main .component.news.blocks .main .item .image a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper main .component.news > .list {
  margin: 35px 0;
}
#wrapper main .component.news > .list .header {
  margin-bottom: 35px;
}
#wrapper main .component.news > .list .main .item {
  margin: 0 0 30px;
}
#wrapper main .component.news > .list .main .item::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .component.news > .list .main .item .img {
  width: 140px;
  float: left;
  margin: 0 20px 0 0;
}
#wrapper main .component.news > .list .main .item .date {
  margin: 0 0 10px;
}
#wrapper main .component.news > .list .main .item .name {
  margin: 0 0 10px;
}
#wrapper main .component.news > .list .main .item .name a {
  color: #01477c;
}
#wrapper main .component.news > .full {
  margin: 35px 0;
}
#wrapper main .component.news > .full .header {
  margin-bottom: 35px;
}
#wrapper main .component.news > .full .header h1 {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media (max-width: 660px) {
  #wrapper main .component.news > .full .header h1 {
    font-size: 27px;
  }
}
#wrapper main .component.news > .full .main h2 {
  font-size: 25px;
  margin-top: 54px;
}
#wrapper main .component.share {
  /* Слайдер */
  /* Список */
}
#wrapper main .component.share.slider {
  background: #eee;
}
#wrapper main .component.share.slider .wrapper {
  padding: 0;
}
#wrapper main .component.share.slider .main .item {
  background: left center no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 660px) {
  #wrapper main .component.share.slider .main .item {
    height: 120px;
  }
}
#wrapper main .component.share.slider .main .item .name {
  position: absolute;
  bottom: 35px;
  left: 45px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  padding: 5px 10px;
  font-weight: 500;
  margin: 0 !important;
}
@media (max-width: 660px) {
  #wrapper main .component.share.slider .main .item .name {
    bottom: 0;
    left: 0;
    right: 0;
    padding-left: 21px;
  }
}
@media (max-width: 660px) {
  #wrapper main .component.share.slider .main .item img {
    display: none;
  }
}
@media (max-width: 660px) {
  #wrapper main .component.share.slider .main .item a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}
#wrapper main .component.share.list .header {
  background: #f2f4f5;
  padding: 20px 0;
}
#wrapper main .component.share.list .header h1 {
  margin: 0;
}
#wrapper main .component.share.list .main .item {
  margin: 25px 0;
}
#wrapper main .component.share.list .main .item--wrap {
  display: flex;
}
#wrapper main .component.share.list .main .item--image {
  flex-shrink: 0;
  width: 110px;
  margin-right: 20px;
}
#wrapper main .component.share.list .main h2 {
  margin-top: 0;
  margin-bottom: 10px;
}
#wrapper main .component.catalogue {
  /* Выборка на титульную */
}
#wrapper main .component.catalogue.query {
  background: #eee;
  padding: 0 0 65px;
  color: #242424;
}
#wrapper main .component.catalogue.query .header {
  margin: 0 0 50px;
}
#wrapper main .component.catalogue.query .header h1 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
#wrapper main .component.catalogue.query .main {
  margin: -10px;
}
#wrapper main .component.catalogue.query .main::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .component.catalogue.query .main .item {
  width: 25%;
  float: left;
  padding: 10px;
}
@media (max-width: 1024px) {
  #wrapper main .component.catalogue.query .main .item {
    width: 50%;
  }
}
#wrapper main .component.catalogue.query .main .item .box {
  background: white;
  position: relative;
  padding: 0 0 25px;
}
#wrapper main .component.catalogue.query .main .item .box:hover {
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
}
#wrapper main .component.catalogue.query .main .item .weight {
  height: 25px;
  line-height: 24px;
  white-space: nowrap;
  position: absolute;
  top: 12px;
  left: -8px;
  background: black;
  padding: 0 8px;
  font-size: 14px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
}
#wrapper main .component.catalogue.query .main .item .weight:before {
  content: '';
  border: 4px solid transparent;
  border-right: 4px solid #666;
  border-bottom: 4px solid #666;
  position: absolute;
  bottom: 100%;
  left: 0;
}
#wrapper main .component.catalogue.query .main .item .image {
  height: 218px;
  line-height: 218px;
  text-align: center;
}
#wrapper main .component.catalogue.query .main .item .name {
  font-size: 22px;
  color: inherit;
  text-decoration: none;
  text-align: center;
  font-weight: 500;
}
@media (max-width: 660px) {
  #wrapper main .component.catalogue.query .main .item .name {
    font-size: 18px;
  }
}
@media (max-width: 660px) {
  #wrapper main .component.catalogue.query .main .item .name {
    font-size: 16px;
  }
}
#wrapper main .component.catalogue.query .main .item .name a {
  display: inline-block;
  border-bottom: 1px solid #2a9ff1;
  color: inherit;
  text-decoration: none;
}
#wrapper main .component.catalogue.query .main .item .name a:hover {
  border-bottom-color: transparent;
}
#wrapper main .component.catalogue.query .main .item .price {
  color: #555;
  font-size: 16px;
  margin-top: 14px;
  font-weight: 500;
  text-align: center;
}
#wrapper main .component.catalogue.query .footer {
  text-align: center;
  margin: 50px 0 0;
}
#wrapper main .component.catalogue.query .footer .buttons {
  display: inline-block;
}
#wrapper main .component.catalogue.query .footer .buttons .button {
  width: 290px;
  margin: 0 10px;
  float: left;
  text-align: center;
}
@media (max-width: 1024px) {
  #wrapper main .component.catalogue.query .footer .buttons .button {
    width: 100%;
    margin: 5px 0;
    float: none;
  }
}
#wrapper main .component.catalogue.query .footer .buttons .icon {
  position: relative;
  top: -2px;
}
#wrapper main .component.context {
  /* Для титульной страницы */
  /* Два объекта */
  /* С ссылками */
}
#wrapper main .component.context.welcome {
  padding: 56px 0;
  background: url("../images/text-bg.jpg") center center no-repeat;
  background-size: cover;
  margin: 8px 0;
}
#wrapper main .component.context.welcome.blank {
  background: none;
}
#wrapper main .component.context.welcome.blank .main {
  max-width: none;
}
#wrapper main .component.context.welcome.blank .main h2 {
  color: #242424;
  text-align: center;
}
#wrapper main .component.context.welcome .main {
  max-width: 660px;
}
#wrapper main .component.context.welcome .main h2 {
  margin: 0 0 30px;
  color: white;
  line-height: 35px;
}
#wrapper main .component.context.welcome .main p {
  margin: 8px 0;
}
#wrapper main .component.context.double {
  margin: 85px 0;
}
#wrapper main .component.context.double .main {
  margin: -10px;
}
#wrapper main .component.context.double .main::after {
  content: '';
  display: block;
  clear: both;
}
@media (max-width: 1024px) {
  #wrapper main .component.context.double .main {
    margin: 0;
  }
}
#wrapper main .component.context.double .main .item {
  width: 50%;
  float: left;
  padding: 10px;
}
@media (max-width: 1024px) {
  #wrapper main .component.context.double .main .item {
    width: auto;
    float: none;
  }
}
#wrapper main .component.context.links {
  background: url("../images/bg-desc.jpg") center center no-repeat;
  background-size: cover;
  padding: 35px 0 270px;
  margin: 8px 0;
}
#wrapper main .component.context.links.blank {
  background: none;
  padding: 35px 0 0;
  margin-bottom: 0;
}
#wrapper main .component.context.links .main h2 {
  margin: 0 0 30px;
  line-height: 35px;
  text-transform: none;
}
#wrapper main .component.context.links .main p {
  margin: 19px 0;
}
#wrapper main .component.context.links .main .place {
  display: inline-block;
  background: white;
  padding: 15px 25px;
  box-shadow: 3px 4px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}
#wrapper main .component.context.links .main .place a {
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  color: black;
  text-decoration: none;
  position: relative;
  margin: 0 20px 0 22px;
  border-bottom: 1px solid #2e92ff;
}
#wrapper main .component.context.links .main .place a:before {
  content: '\e947';
  position: absolute;
  top: 0;
  left: -22px;
  font-family: 'icomoon', sans-serif;
  font-size: 18px;
  color: #00336f;
}
#wrapper main .component.context.links .main .place a:hover {
  border-bottom-color: transparent;
}
#wrapper main .component.context.links .main .link-sub {
  margin: 10px 0 0 25px;
}
#wrapper main .component.context.links .main .link-sub ul li {
  line-height: 45px;
  font-family: 'Roboto', sans-serif;
  position: relative;
}
#wrapper main .component.context.links .main .link-sub ul li:before {
  display: none;
}
#wrapper main .component.context.links .main .link-sub ul li div {
  min-width: 45px;
  float: left;
  text-align: center;
}
#wrapper main .component.context.links .main .link-sub ul li a {
  display: block;
  color: inherit;
  font-size: 16px;
  margin: 0 0 0 65px;
}
#wrapper main .component.blocks {
  /* Список */
}
#wrapper main .component.blocks.list {
  background: #eee;
  padding: 70px 0 85px;
  color: #242424;
}
#wrapper main .component.blocks.list .header .title {
  margin: 0 0 35px;
}
#wrapper main .component.blocks.list .header .title h2 {
  font-size: 30px;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 660px) {
  #wrapper main .component.blocks.list .header .title h2 {
    font-size: 25px;
  }
}
#wrapper main .component.blocks.list .main {
  margin: 0 -10px;
}
#wrapper main .component.blocks.list .main::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper main .component.blocks.list .main .item {
  width: 33.3%;
  padding: 0 10px;
  float: left;
}
#wrapper main .component.blocks.list .main .item .name {
  font-size: 17px;
  line-height: 19px;
  font-weight: bold;
  text-transform: uppercase;
}
#wrapper main .component.blocks.list .main .item .message {
  font-size: 15px;
  line-height: 19px;
  margin-top: 30px;
}
#wrapper main .component.blocks.list .main .bx-wrapper .bx-controls .bx-pager {
  width: 100%;
  bottom: -40px;
  left: 0;
  text-align: center;
  background: none;
}
#wrapper main .component.blocks.list .main .bx-wrapper .bx-controls .bx-pager .bx-pager-item {
  display: inline-block;
  float: none;
}
#wrapper main .component.blocks.list .main .bx-wrapper .bx-controls .bx-pager .bx-pager-item a {
  background: black;
}
#wrapper main .component.blocks.list .main .bx-wrapper .bx-controls .bx-pager .bx-pager-item a.bx-pager-link.active {
  background: #c3c3c3;
}
#wrapper .row-flex {
  display: flex;
  justify-content: space-between;
  margin: 0 -10px;
}
#wrapper .row-flex > * {
  flex: 1;
  margin: 0 10px;
}
#wrapper .row-flex p:first-child {
  margin-top: 0;
}
#wrapper .row-flex table:not(.iveco) {
  width: 100%;
  border-radius: 4px;
}
#wrapper .row-flex table:not(.iveco) tr td,
#wrapper .row-flex table:not(.iveco) tr th {
  vertical-align: top;
  border: 1px solid #ededed;
  padding: 3px 0;
  text-align: center;
}
#wrapper .price-lists .box {
  margin: 10px 0;
}
#wrapper .price-lists .buttons {
  float: left;
  margin-right: 10px;
}
#wrapper .price-lists .name a {
  display: inline;
  padding: 0;
  clear: none;
}
#wrapper .price-lists .time {
  color: silver;
}
#wrapper .dropup,
#wrapper .dropdown {
  position: relative;
}
#wrapper .dropdown-toggle {
  *margin-bottom: -3px;
}
#wrapper .dropdown-toggle:active,
#wrapper .open .dropdown-toggle {
  outline: 0;
}
#wrapper .caret {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #000;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
}
#wrapper .dropdown .caret {
  margin-top: 8px;
  margin-left: 2px;
}
#wrapper .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  *border-right-width: 2px;
  *border-bottom-width: 2px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding;
  background-clip: padding-box;
}
#wrapper .dropdown-menu.pull-right {
  right: 0;
  left: auto;
}
#wrapper .dropdown-menu .divider {
  *width: 100%;
  height: 1px;
  margin: 9px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}
#wrapper .dropdown-menu a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
#wrapper .dropdown-menu li > a:hover,
#wrapper .dropdown-menu li > a:focus,
#wrapper .dropdown-submenu:hover > a {
  text-decoration: none;
  color: #fff;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
#wrapper .dropdown-menu .active > a,
#wrapper .dropdown-menu .active > a:hover {
  color: #fff;
  text-decoration: none;
  outline: 0;
  background-color: #08c;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #08c, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#08c), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #08c, #0077b3);
  background-image: -o-linear-gradient(top, #08c, #0077b3);
  background-image: linear-gradient(to bottom, #08c, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
#wrapper .dropdown-menu .disabled > a,
#wrapper .dropdown-menu .disabled > a:hover {
  color: #999;
}
#wrapper .dropdown-menu .disabled > a:hover {
  text-decoration: none;
  background-color: transparent;
  cursor: default;
}
#wrapper .open {
  *z-index: 1000;
}
#wrapper .open > .dropdown-menu {
  display: block;
}
#wrapper .pull-right > .dropdown-menu {
  right: 0;
  left: auto;
}
#wrapper .dropup .caret,
#wrapper .navbar-fixed-bottom .dropdown .caret {
  border-top: 0;
  border-bottom: 4px solid #000;
  content: "";
}
#wrapper .dropup .dropdown-menu,
#wrapper .navbar-fixed-bottom .dropdown .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-bottom: 1px;
}
#wrapper .dropdown-submenu {
  position: relative;
}
#wrapper .dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
#wrapper .dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
#wrapper .dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}
#wrapper .dropdown-submenu:hover > a:after {
  border-left-color: #fff;
}
#wrapper .dropdown .dropdown-menu .nav-header {
  padding-left: 20px;
  padding-right: 20px;
}
#wrapper table {
  max-width: 100%;
  background-color: transparent;
  border-collapse: collapse;
  border-spacing: 0;
}
#wrapper .table {
  width: 100%;
  margin-bottom: 20px;
}
#wrapper .table th,
#wrapper .table td {
  padding: 8px;
  line-height: 20px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #dddddd;
}
#wrapper .table th {
  font-weight: bold;
}
#wrapper .table thead th {
  vertical-align: bottom;
}
#wrapper .table caption + thead tr:first-child th,
#wrapper .table caption + thead tr:first-child td,
#wrapper .table colgroup + thead tr:first-child th,
#wrapper .table colgroup + thead tr:first-child td,
#wrapper .table thead:first-child tr:first-child th,
#wrapper .table thead:first-child tr:first-child td {
  border-top: 0;
}
#wrapper .table tbody + tbody {
  border-top: 2px solid #dddddd;
}
#wrapper .table-condensed th,
#wrapper .table-condensed td {
  padding: 4px 5px;
}
#wrapper .table-bordered {
  border: 1px solid #dddddd;
  border-collapse: separate;
  *border-collapse: collapse;
  border-left: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
#wrapper .table-bordered th,
#wrapper .table-bordered td {
  border-left: 1px solid #dddddd;
}
#wrapper .table-bordered caption + thead tr:first-child th,
#wrapper .table-bordered caption + tbody tr:first-child th,
#wrapper .table-bordered caption + tbody tr:first-child td,
#wrapper .table-bordered colgroup + thead tr:first-child th,
#wrapper .table-bordered colgroup + tbody tr:first-child th,
#wrapper .table-bordered colgroup + tbody tr:first-child td,
#wrapper .table-bordered thead:first-child tr:first-child th,
#wrapper .table-bordered tbody:first-child tr:first-child th,
#wrapper .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}
#wrapper .table-bordered thead:first-child tr:first-child th:first-child,
#wrapper .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
#wrapper .table-bordered thead:first-child tr:first-child th:last-child,
#wrapper .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topright: 4px;
}
#wrapper .table-bordered thead:last-child tr:last-child th:first-child,
#wrapper .table-bordered tbody:last-child tr:last-child td:first-child,
#wrapper .table-bordered tfoot:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
}
#wrapper .table-bordered thead:last-child tr:last-child th:last-child,
#wrapper .table-bordered tbody:last-child tr:last-child td:last-child,
#wrapper .table-bordered tfoot:last-child tr:last-child td:last-child {
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
}
#wrapper .table-bordered caption + thead tr:first-child th:first-child,
#wrapper .table-bordered caption + tbody tr:first-child td:first-child,
#wrapper .table-bordered colgroup + thead tr:first-child th:first-child,
#wrapper .table-bordered colgroup + tbody tr:first-child td:first-child {
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
#wrapper .table-bordered caption + thead tr:first-child th:last-child,
#wrapper .table-bordered caption + tbody tr:first-child td:last-child,
#wrapper .table-bordered colgroup + thead tr:first-child th:last-child,
#wrapper .table-bordered colgroup + tbody tr:first-child td:last-child {
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-topleft: 4px;
}
#wrapper .table-striped tbody tr:nth-child(odd) td,
#wrapper .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
#wrapper .table-hover tbody tr:hover td,
#wrapper .table-hover tbody tr:hover th {
  background-color: #f5f5f5;
}
#wrapper table [class*=span],
#wrapper .row-fluid table [class*=span] {
  display: table-cell;
  float: none;
  margin-left: 0;
}
#wrapper .table .span1 {
  float: none;
  width: 44px;
  margin-left: 0;
}
#wrapper .table .span2 {
  float: none;
  width: 124px;
  margin-left: 0;
}
#wrapper .table .span3 {
  float: none;
  width: 204px;
  margin-left: 0;
}
#wrapper .table .span4 {
  float: none;
  width: 284px;
  margin-left: 0;
}
#wrapper .table .span5 {
  float: none;
  width: 364px;
  margin-left: 0;
}
#wrapper .table .span6 {
  float: none;
  width: 444px;
  margin-left: 0;
}
#wrapper .table .span7 {
  float: none;
  width: 524px;
  margin-left: 0;
}
#wrapper .table .span8 {
  float: none;
  width: 604px;
  margin-left: 0;
}
#wrapper .table .span9 {
  float: none;
  width: 684px;
  margin-left: 0;
}
#wrapper .table .span10 {
  float: none;
  width: 764px;
  margin-left: 0;
}
#wrapper .table .span11 {
  float: none;
  width: 844px;
  margin-left: 0;
}
#wrapper .table .span12 {
  float: none;
  width: 924px;
  margin-left: 0;
}
#wrapper .table .span13 {
  float: none;
  width: 1004px;
  margin-left: 0;
}
#wrapper .table .span14 {
  float: none;
  width: 1084px;
  margin-left: 0;
}
#wrapper .table .span15 {
  float: none;
  width: 1164px;
  margin-left: 0;
}
#wrapper .table .span16 {
  float: none;
  width: 1244px;
  margin-left: 0;
}
#wrapper .table .span17 {
  float: none;
  width: 1324px;
  margin-left: 0;
}
#wrapper .table .span18 {
  float: none;
  width: 1404px;
  margin-left: 0;
}
#wrapper .table .span19 {
  float: none;
  width: 1484px;
  margin-left: 0;
}
#wrapper .table .span20 {
  float: none;
  width: 1564px;
  margin-left: 0;
}
#wrapper .table .span21 {
  float: none;
  width: 1644px;
  margin-left: 0;
}
#wrapper .table .span22 {
  float: none;
  width: 1724px;
  margin-left: 0;
}
#wrapper .table .span23 {
  float: none;
  width: 1804px;
  margin-left: 0;
}
#wrapper .table .span24 {
  float: none;
  width: 1884px;
  margin-left: 0;
}
#wrapper .table tbody tr.success td {
  background-color: #dff0d8;
}
#wrapper .table tbody tr.error td {
  background-color: #f2dede;
}
#wrapper .table tbody tr.warning td {
  background-color: #fcf8e3;
}
#wrapper .table tbody tr.info td {
  background-color: #d9edf7;
}
#wrapper .table-hover tbody tr.success:hover td {
  background-color: #d0e9c6;
}
#wrapper .table-hover tbody tr.error:hover td {
  background-color: #ebcccc;
}
#wrapper .table-hover tbody tr.warning:hover td {
  background-color: #faf2cc;
}
#wrapper .table-hover tbody tr.info:hover td {
  background-color: #c4e3f3;
}
#wrapper .search-mob {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 60;
  color: white;
  font-size: 14px;
  text-transform: uppercase;
  padding: 30px 20px;
  background: rgba(0, 0, 0, 0.85);
}
#wrapper .search-mob.--active {
  display: block;
}
#wrapper .search-mob a {
  color: white;
}
#wrapper .search-mob label {
  display: inline-block;
  margin: 0;
}
#wrapper .search-mob [type=radio] {
  vertical-align: middle;
  margin: 0 5px 0 0;
}
#wrapper .search-mob [type=text],
#wrapper .search-mob [type=search] {
  background: none;
  border: 1px solid white;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
}
#wrapper .search-mob .search-mob--header {
  position: relative;
  font-size: 18px;
  margin-bottom: 30px;
}
#wrapper .search-mob .search-mob--title {
  font-weight: bold;
}
#wrapper .search-mob .search-mob--close {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: bold;
  opacity: 1;
}
#wrapper .search-mob .search-mob--radio-type {
  display: flex;
  margin-bottom: 20px;
  line-height: 20px;
}
#wrapper .search-mob .search-mob--radio-item {
  margin-right: 20px;
}
#wrapper .spare-parts--table {
  overflow: auto;
  margin-bottom: 10px;
}
#wrapper .form-search-parts {
  margin: 20px -10px 30px;
}
#wrapper .form-search-parts--wrap {
  display: flex;
  align-items: stretch;
  margin: -10px;
}
#wrapper .form-search-parts--element {
  flex: 1;
  margin: 10px;
}
#wrapper .form-search-parts--form {
  padding: 19px 20px;
  background: #fffcee;
  border: 4px solid #ffdd93;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#wrapper .form-search-parts--fast-order {
  padding: 19px 20px;
  background: #f7f7f7;
  border: 4px solid #c7e0fa;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 660px) {
  #wrapper .form-search-parts--wrap {
    display: block;
  }
}
#wrapper .presentation-description {
  margin: 44px 0;
}
#wrapper .presentation-description--title {
  display: flex;
  align-items: center;
  margin: -4px -14px;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
#wrapper .presentation-description--title > * {
  margin: 4px 14px;
}
#wrapper .presentation-description--title h1 {
  margin: 4px 14px;
}
#wrapper .model-nav {
  background: #f4f4f4;
}
#wrapper .model-nav--title {
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-transform: uppercase;
  padding: 46px 0 41px;
}
#wrapper .model-nav--flex {
  display: flex;
  align-items: center;
}
#wrapper .model-nav--icon {
  height: 80px;
  flex-shrink: 0;
  margin-right: 22px;
}
#wrapper .model-nav--list {
  display: flex;
  flex-wrap: wrap;
  margin: -7px;
  padding: 28px 0 31px;
}
#wrapper .model-description {
  padding: 48px 0 67px;
}
#wrapper .model-description.--mark {
  background: #f4f4f4;
}
#wrapper .model-description.--full-image {
  padding-top: 0;
}
#wrapper .model-description--title {
  background: #242424;
  padding: 13px 36px 11px 40px;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 20px;
  line-height: 23px;
  margin-bottom: 43px;
  color: white;
  display: inline-block;
}
#wrapper .model-description-item--wrap {
  display: flex;
  justify-content: space-between;
}
#wrapper .model-description-item--image {
  flex-shrink: 0;
  margin-left: 84px;
}
#wrapper .model-description-item--text {
  font-size: 15px;
  line-height: 24px;
}
#wrapper .model-description-item--title {
  font-size: 30px;
  line-height: 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #0492D0;
  margin-bottom: 17px;
}
#wrapper .model-description-item--title:first-line {
  color: #242424;
}
#wrapper .model-description-item--title.--full-image:first-line {
  color: #0492D0;
}
#wrapper .model-description-item--buttons {
  margin-top: 40px;
}
#wrapper .model-description-item--full-image {
  margin-bottom: 42px;
}
#wrapper .model-description-item--full-image img {
  width: 100%;
}
#wrapper .html {
  padding: 50px 0 60px;
}
#wrapper .html.--mark {
  background: #f4f4f4;
}
#wrapper .model-video {
  padding: 50px 0 60px;
}
#wrapper .model-video--wrap {
  display: block;
  position: relative;
}
#wrapper .model-video--wrap:hover .model-video--caption {
  background-color: rgba(0, 0, 0, 0.3);
}
#wrapper .model-video--img {
  width: 100%;
}
#wrapper .model-video--play {
  position: absolute;
  height: 54px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#wrapper .model-video--caption {
  position: absolute;
  padding: 26px;
  text-shadow: 1px 1px 1px #333;
  font-size: 27px;
  text-transform: uppercase;
  color: white;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-weight: bold;
  line-height: 1.2;
  transition: background-color ease 0.2s;
  background-color: rgba(0, 0, 0, 0.45);
}
#wrapper .model-fact {
  text-align: center;
  flex: 1;
  padding: 10px;
}
#wrapper .model-fact--title {
  color: #2e92ff;
  font-size: 22px;
  line-height: 1.3;
  font-weight: bold;
}
#wrapper .model-fact--caption {
  margin-top: 10px;
  font-size: 14px;
}
#wrapper .model-facts {
  background: #f4f4f4;
  padding: 50px 0 60px;
}
#wrapper .model-facts--content {
  background: white;
  display: flex;
  padding: 16px;
  justify-content: space-between;
}
#wrapper .model-facts--title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.2;
  background: white;
  padding: 26px 26px 10px;
}
#wrapper .model-facts--title .--mark {
  color: #2e92ff;
}
#wrapper .model-nav-link {
  font-size: 14px;
  line-height: 17px;
  text-transform: uppercase;
  color: inherit;
  padding: 11px 21px;
  background: #dcdcdc;
  border-radius: 6px;
  display: inline-block;
  margin: 7px;
}
#wrapper .model-nav-link:hover {
  color: white;
  background: #265dbd;
}
#wrapper .model-nav-link.--active {
  color: white;
  background: #265dbd;
  font-weight: bold;
}
#wrapper .catalog--items {
  margin: 0 -10px 100px;
  display: flex;
  flex-wrap: wrap;
}
#wrapper .catalog-item {
  width: 33.33%;
  padding: 0 10px 50px;
}
#wrapper .catalog-item.--stock .catalog-item--type {
  background: rgba(57, 58, 73, 0.7);
  color: white;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
}
@media (max-width: 1024px) {
  #wrapper .catalog-item {
    width: 50%;
  }
}
@media (max-width: 660px) {
  #wrapper .catalog-item {
    width: 100%;
    padding-bottom: 20px;
  }
}
#wrapper .catalog-item--wrap:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
}
#wrapper .catalog-item--image {
  height: 201px;
  font-size: 17px;
  font-weight: bold;
  position: relative;
  color: white;
  overflow: hidden;
  font-family: 'Roboto', sans-serif;
  background: center center no-repeat;
  background-size: cover;
}
#wrapper .catalog-item--image img {
  width: 100%;
}
#wrapper .catalog-item--link {
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#wrapper .catalog-item--panel {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#wrapper .catalog-item--type {
  width: 100%;
  padding: 10px 15px;
  line-height: 20px;
  color: inherit;
  text-shadow: 0 1px 1px white;
}
#wrapper .catalog-item--type a {
  color: inherit;
  text-decoration: none;
}
#wrapper .catalog-item--type a:hover {
  text-decoration: underline;
}
#wrapper .catalog-item--sale {
  width: 140px;
  background: rgba(255, 38, 0, 0.8);
  line-height: 34px;
  padding: 0 15px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
}
#wrapper .catalog-item--stock {
  width: 50%;
  background: rgba(27, 194, 0, 0.8);
  line-height: 34px;
  padding: 0 15px;
  text-transform: uppercase;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
}
#wrapper .catalog-item--stock.color-red {
  background: rgba(255, 38, 0, 0.8);
}
#wrapper .catalog-item--price {
  min-width: 50%;
  line-height: 34px;
  background: rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.8);
  font-size: 19px;
  font-weight: 500;
  padding: 0 15px;
  text-transform: uppercase;
  position: absolute;
  left: 0;
  bottom: 0;
}
#wrapper .catalog-item--price .cke_editable_inline {
  display: inline-block !important;
}
#wrapper .catalog-item--price .cke_editable_inline p {
  margin: 0;
}
#wrapper .catalog-item--title {
  margin: 0 0 39px;
}
#wrapper .catalog-item--title a {
  font-size: 28px;
  border-bottom: 2px solid #f16e73;
  color: inherit;
  text-decoration: none;
  line-height: 26px;
}
#wrapper .catalog-item--title a:hover {
  border-bottom: none;
}
#wrapper .catalog-item--caption {
  height: 110px;
  background: #e1e9ef;
  padding: 15px 15px;
  font-size: 14px;
  line-height: 20px;
  font-family: 'Roboto', sans-serif;
}
#wrapper .catalog-item--caption p {
  margin: 0;
  line-height: inherit;
  font-weight: 300;
}
#wrapper .catalog-item-sticker {
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 500;
  line-height: 34px;
  color: white;
  font-family: 'Roboto', sans-serif;
}
#wrapper .catalog-item-sticker.--color-green a {
  background: rgba(27, 194, 0, 0.8);
}
#wrapper .catalog-item-sticker.--color-orange a {
  background: rgba(255, 38, 0, 0.8);
}
#wrapper .catalog-item-sticker.--color-red a {
  background: rgba(255, 0, 0, 0.8);
}
#wrapper .catalog-item-sticker.--color-yellow a {
  background: rgba(241, 244, 0, 0.8);
  color: black;
  text-shadow: none;
}
#wrapper .catalog-item-sticker a {
  display: inline-block;
  padding: 0 12px;
  text-decoration: none;
  color: inherit;
  text-shadow: 0 1px rgba(0, 0, 0, 0.8);
}
#wrapper .widget.botline {
  color: white;
  line-height: 46px;
  border-bottom: 1px solid #b3b3b3;
  background: #242424;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}
@media (max-width: 1024px) {
  #wrapper .widget.botline {
    text-align: center;
    padding: 10px 0;
    line-height: 26px;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.botline {
    text-align: left;
  }
}
@media (max-width: 1024px) {
  #wrapper .widget.botline .wrapper {
    padding: 0;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.botline .wrapper {
    padding: 0 21px;
  }
}
#wrapper .widget.botline br {
  display: none;
}
@media (max-width: 660px) {
  #wrapper .widget.botline br {
    display: block;
  }
}
#wrapper .widget.botline a {
  color: inherit;
  margin: 0;
  padding: 0;
  text-decoration: none;
}
@media (max-width: 320px) {
  #wrapper .widget.botline a {
    font-size: 14px;
  }
}
#wrapper .widget.botline span {
  display: inline-block;
  font-size: 22px;
  font-weight: normal;
}
@media (max-width: 660px) {
  #wrapper .widget.botline span {
    position: absolute;
    left: 21px;
    font-size: 18px;
  }
}
#wrapper .widget.botline .contact {
  display: inline-block;
  font-weight: 300;
  font-size: 18px;
}
#wrapper .widget.botline .contact + .contact {
  margin-left: 25px;
}
@media (max-width: 660px) {
  #wrapper .widget.botline .contact + .contact {
    margin: 0;
  }
}
#wrapper .widget.botline .contact a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#wrapper .widget.botline .contact a:hover {
  text-decoration: underline;
}
#wrapper .widget.botline .link {
  border-bottom: 1px dotted white;
  text-decoration: none;
  position: relative;
  white-space: nowrap;
  float: right;
  font-size: 14px;
  margin: 14px 0 0 45px;
  line-height: 16px;
}
@media (max-width: 660px) {
  #wrapper .widget.botline .link {
    float: none;
  }
}
#wrapper .widget.botline .link + .link {
  margin-left: 50px;
}
@media (max-width: 660px) {
  #wrapper .widget.botline .link + .link {
    margin-left: 35px;
  }
}
#wrapper .widget.botline .link.headphone::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url('../images/icon-headphone.png') center center no-repeat;
  position: absolute;
  top: -2px;
  left: -25px;
}
#wrapper .widget.botline .link.mail::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url("../images/icon-mail.png") center center no-repeat;
  position: absolute;
  top: -2px;
  left: -25px;
}
#wrapper .widget.botline .link:hover {
  border-bottom-color: transparent;
}
@media (max-width: 1024px) {
  #wrapper .widget.botline .link {
    margin: 0 0 0 35px;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.botline .link {
    font-size: 12px;
  }
}
#wrapper .widget.botline .bink {
  border-bottom: 1px dotted white;
  text-decoration: none;
}
#wrapper .widget.botline .search {
  height: 30px;
  color: #000;
  padding: 1px 0;
  position: absolute;
  right: 42px;
  top: 0;
  line-height: 30px;
  margin: 9px 0;
  vertical-align: top;
  text-align: right;
}
@media (max-width: 1024px) {
  #wrapper .widget.botline .search {
    position: relative;
    right: auto;
    top: auto;
    text-align: center;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.botline .search {
    text-align: left;
  }
}
#wrapper .widget.botline .search label {
  padding: 0;
  margin: 0;
}
@media (max-width: 660px) {
  #wrapper .widget.botline .search label {
    width: 100%;
    padding: 0 95px 0 0;
    float: left;
  }
}
#wrapper .widget.botline .search [type=text] {
  width: 180px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  line-height: 28px;
  margin: 0;
  border: none;
}
@media (max-width: 1024px) {
  #wrapper .widget.botline .search [type=text] {
    float: none;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.botline .search [type=text] {
    width: 100%;
  }
}
#wrapper .widget.botline .search [type=submit] {
  width: 95px;
  text-align: center;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  position: relative;
  border-left: none;
}
@media (max-width: 1024px) {
  #wrapper .widget.botline .search [type=submit] {
    float: none;
  }
}
@media (max-width: 660px) {
  #wrapper .widget.botline .search [type=submit] {
    position: absolute;
    top: 0;
    right: 0;
  }
}
#wrapper .widget.botline .search .ui-autocomplete {
  width: 100%;
  max-height: 400px;
  overflow-y: auto;
  position: absolute;
  background: white;
  bottom: 100%;
  top: auto !important;
  left: 0 !important;
  line-height: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
}
#wrapper .widget.botline .search .ui-autocomplete a {
  display: block;
  max-width: 100%;
  text-decoration: none;
  padding: 5px 10px;
  cursor: pointer;
  overflow-x: hidden;
}
#wrapper .widget.botline .search .ui-autocomplete a:hover {
  background: #eee;
}
#wrapper .widget.botline .search .ui-autocomplete li {
  border: none;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 5px 15px;
  text-align: left;
}
#wrapper .widget.all-auto {
  padding: 38px 52px;
  flex: 1;
}
#wrapper .widget.all-auto .all-auto--nav {
  display: flex;
  margin: 0 -7px 30px;
}
#wrapper .widget.all-auto .all-auto--button {
  border: 1px solid #c9e7ff;
  border-radius: 1px;
  margin: 0 7px;
  height: 37px;
  padding: 0 12px;
  background: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
}
#wrapper .widget.all-auto .all-auto--button.--active {
  border-color: #d9ebff;
  background: #d9ebff;
}
#wrapper .widget.all-auto .all-auto--button:active {
  color: black;
}
#wrapper .widget.all-auto .all-auto--main {
  display: flex;
  flex-wrap: wrap;
}
#wrapper .widget.all-auto .all-auto--item {
  display: none;
  padding: 0 8px;
  width: 25%;
  margin-bottom: 40px;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}
#wrapper .widget.all-auto .all-auto--item.--active {
  display: block;
}
#wrapper .widget.all-auto .all-auto--item-tonnage {
  color: #1983d6;
}
#wrapper .widget.all-auto .all-auto--item-name {
  color: black;
}
#wrapper .widget.all-auto .all-auto--item-name a {
  white-space: initial;
}
#wrapper .valuation {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  background: url("../images/additional/valuation.jpg") center center no-repeat;
  background-size: cover;
  padding: 50px 0;
  margin: 50px 0;
}
#wrapper .valuation .name {
  font-size: 25px;
  text-shadow: 1px 1px 0 white;
  margin-bottom: 20px;
}
#wrapper .valuation .b {
  display: inline-block;
  height: 39px;
  line-height: 21px;
  padding: 9px 25px;
  background: #0069b2;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1);
  font-family: 'Roboto', sans-serif;
  font-weight: bold;
  color: white;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
  text-decoration: none;
  border-radius: 3px;
}
#wrapper .valuation-chosen {
  padding: 60px 0;
  margin: 60px 0;
  background: #e8e6c5;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #e8e6c5), color-stop(1, #fffee6));
  background: -ms-linear-gradient(bottom, #e8e6c5, #fffee6);
  background: -moz-linear-gradient(center bottom, #e8e6c5 0%, #fffee6 100%);
  background: -o-linear-gradient(#fffee6, #e8e6c5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffee6', endColorstr='#e8e6c5', GradientType=0);
}
#wrapper .valuation-chosen::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper .valuation-chosen .title {
  font-family: 'Roboto', sans-serif;
  font-size: 35px;
  font-weight: normal;
  text-align: left;
}
#wrapper .valuation-chosen .title a.active {
  color: inherit;
  text-decoration: none;
}
#wrapper .valuation-chosen .main {
  margin: 0 -27px 0 -28px;
}
#wrapper .valuation-chosen .main::after {
  content: '';
  display: block;
  clear: both;
}
#wrapper .valuation-chosen .main .item {
  width: 33.3%;
  float: left;
  padding: 0 27px 0 28px;
}
#wrapper .valuation-chosen .main .item:first-child .content:before {
  display: none;
}
#wrapper .valuation-chosen .main .item .wrap .name {
  font-size: 18px;
  font-family: 'Roboto', sans-serif;
  color: #0069b2;
  line-height: 65px;
}
#wrapper .valuation-chosen .main .item .wrap .name img {
  display: inline-block;
  margin-left: 20px;
  vertical-align: middle;
}
#wrapper .valuation-chosen .main .item .wrap .content {
  position: relative;
}
#wrapper .valuation-chosen .main .item .wrap .content:before {
  content: '';
  width: 53px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 100%;
  background: url("../images/additional/icon-arraw.png") center center no-repeat;
}
#wrapper .valuation-chosen .main .item .wrap .content:first-child:before {
  display: none;
}
#wrapper .valuation-chosen .main .item .wrap .content .image {
  height: 160px;
  background: #0069b2;
  text-align: center;
  vertical-align: bottom;
  position: relative;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
}
#wrapper .valuation-chosen .main .item .wrap .content .message {
  height: 150px;
  padding: 18px 24px;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 22px;
  background: white;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
#wrapper footer {
  padding: 30px 0;
  background: #eeeeee;
  color: #242424;
}
@media (max-width: 1024px) {
  #wrapper footer {
    text-align: center;
  }
}
#wrapper footer .shell {
  position: relative;
}
#wrapper footer a {
  color: inherit;
  text-decoration: underline;
}
#wrapper footer a:hover {
  text-decoration: none;
}
#wrapper footer .logos {
  float: right;
}
@media (max-width: 1024px) {
  #wrapper footer .logos {
    display: none;
  }
}
#wrapper footer .logo {
  font-size: 16px;
  margin-bottom: 14px;
  font-weight: 500;
}
#wrapper footer .email {
  font-size: 14px;
  margin-bottom: 14px;
}
#wrapper footer .address {
  font-weight: bold;
  font-size: 14px;
}
#wrapper footer .address a {
  position: relative;
  margin-left: 22px;
}
#wrapper footer .address a:before {
  content: '\e947';
  position: absolute;
  top: 0;
  left: -22px;
  font-family: 'icomoon', sans-serif;
  font-size: 18px;
  color: #00336f;
}
#wrapper footer .iVisual {
  text-align: right;
  font-size: 13px;
  line-height: 17px;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media (max-width: 660px) {
  #wrapper footer .iVisual {
    position: static;
    text-align: center;
    margin-top: 14px;
  }
}
#wrapper footer .iVisual a {
  text-decoration: none;
  border-bottom: 1px solid #c11800;
}
#wrapper footer .iVisual a:hover {
  border-bottom: none;
}
#wrapper #foot {
  font-size: 13px;
  line-height: 17px;
  text-align: justify;
  position: relative;
}
@media (max-width: 660px) {
  #wrapper #foot {
    display: none;
  }
}
#wrapper #foot .wrapper {
  padding: 21px 42px 21px;
}
@media (max-width: 1024px) {
  #wrapper #foot .wrapper {
    padding: 21px 180px 21px 21px;
  }
}
#wrapper #foot .iVisual {
  text-align: right;
  font-size: 13px;
  line-height: 17px;
  position: absolute;
  top: 21px;
  right: 21px;
  display: none;
}
@media (max-width: 1024px) {
  #wrapper #foot .iVisual {
    display: block;
  }
}
