@charset "UTF-8";
* {
  min-width: 0;
  min-height: 0;
  -webkit-tap-highlight-color: transparent;
}
/* ==========================================================================
   /* ==========================================================================
   таблицы
   ========================================================================== */
.responsive_table_wrapper {
  max-width: 100%;
  overflow-x: auto;
}
.responsive_table_wrapper::-webkit-scrollbar, .responsive_menu__wrapper::-webkit-scrollbar {
  -webkit-appearance: none;
}
.responsive_table_wrapper::-webkit-scrollbar:vertical, .responsive_menu__wrapper::-webkit-scrollbar:vertical {
  width: 8px;
}
.responsive_table_wrapper::-webkit-scrollbar:horizontal, .responsive_menu__wrapper::-webkit-scrollbar:horizontal {
  height: 8px;
}
.responsive_table_wrapper::-webkit-scrollbar-thumb, .responsive_menu__wrapper::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.3);
}
/*!
 * Боковое меню
 */
.aside-nav {
  position: fixed;
  z-index: 555;
  left: 0;
  width: 100%;
  height: 100%;
  top: -80px;
  padding-top: 80px;
  bottom: -80px;
  padding-bottom: 80px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}
.aside-nav.opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.aside-nav.animated .aside-nav__overlay {
  opacity: 1;
  width: 100%;
  height: 100%;
}
.aside-nav.animated .aside-nav__navigation {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.aside-nav-item.app-nav .aside-nav-item__list {
  display: block;
  background: none;
}
.aside-nav-item.app-nav ul {
  list-style-type: none;
}
.aside-nav-item.app-nav li .has-child ul {
  display: none;
}
.aside-nav-item.app-nav li .has-child.opened > ul {
  display: block;
}
.aside-nav-item.app-nav a {
  font-size: 18px;
  position: relative;
}
.aside-nav-item__title {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 10px 20px 10px 10px;
  position: relative;
  text-align: left;
  background-color: #E4394C;
}
.aside-nav-item__title.clicked .title-ico {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.aside-nav-item__title .title-ico {
  position: absolute;
  right: 8px;
  top: 50%;
  margin-top: -15px;
  width: 30px;
  height: 30px;
}
.aside-nav-item__list {
  display: none;
  background: #014542;
}
.aside-nav-item__list > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside-nav-item__list > ul ul {
  list-style-type: none;
  padding-left: 0;
}
.aside-nav__close {
  width: 44px;
  height: 44px;
  background-color: #025E5A;
  font-size: 0;
  padding: 6px;
  position: absolute;
  z-index: 20;
  top: 0;
  right: -44px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 5px 0;
}
.aside-nav__overlay {
  position: fixed;
  z-index: 10;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  top: -80px;
  padding-top: 80px;
  bottom: -80px;
  padding-bottom: 80px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  will-change: opacity;
}
.aside-nav__navigation {
  position: relative;
  z-index: 20;
  width: 100%;
  max-width: 320px;
  height: 100%;
  max-width: 280px;
  padding: 0 16px;
  background-color: #025E5A;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  will-change: transform;
}
.aside-nav__scroller {
  position: relative;
  height: 100%;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.aside-nav__content {
  position: relative;
  height: 100%;
  padding: 52px 0 12px;
  overflow: hidden;
  margin-right: -10px;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.aside-nav__content:hover {
  overflow-y: auto;
}
.aside-nav__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.aside-nav__list--sub {
  display: none;
  background-color: #014542;
  padding: 15px;
}
.aside-nav__list--sub .aside-nav__link {
  font-size: 14px;
  font-weight: 400;
}
.aside-nav__item {
  margin: 4px 0;
}
.aside-nav ::-webkit-scrollbar {
  width: 4px;
}
.aside-nav ::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: #f1f1f1;
}
.aside-nav ::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background-color: #014542;
}
.aside-nav__name {
  display: inline-block;
  vertical-align: top;
  padding-right: 18px;
}
.mobile-header {
  display: none;
  position: fixed;
  z-index: 500;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  background-color: #025E5A;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: box-shadow 0.3s linear;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  will-change: box-shadow;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.mobile-header.headroom--not-top {
  -webkit-box-shadow: 0 -10px 10px 8px rgba(0, 0, 0, 0.5);
  box-shadow: 0 -10px 10px 8px rgba(0, 0, 0, 0.5);
}
.mobile-header.headroom--unpinned {
  -webkit-transform: translateY(-150%);
  transform: translateY(-150%);
}
.mobile-header__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}
.toolbar-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: middle;
  padding: 10px;
  font-size: 0;
}
.toolbar-button.is-opened {
  background-color: #014542;
}
.toolbar-button.is-opened .toolbar-button-dropdown {
  display: block;
}
.toolbar-button-icon {
  display: inline-block;
  vertical-align: top;
  width: 32px;
  height: 32px;
  fill: #fff;
}
.toolbar-button-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
  padding: 15px;
  background-color: #014542;
  -webkit-box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
  box-shadow: 0 6px 6px -6px rgba(0, 0, 0, 0.5);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  cursor: auto;
}
.toolbar-button-dropdown .shop2-block.login-form {
  width: 100%;
}
.toolbar-button-dropdown .shop2-block.login-form .block-title {
  display: none;
}
.toolbar-button-dropdown .shop2-block.login-form .block-body {
  display: block;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
  width: 100%;
  right: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  background: none;
}
.toolbar-button-dropdown .shop2-block.login-form .block-body label {
  font-size: 16px;
  margin-bottom: 5px;
}
.toolbar-button-dropdown .shop2-block.login-form .block-body label.field.text, .toolbar-button-dropdown .shop2-block.login-form .block-body label.field input, .toolbar-button-dropdown .shop2-block.login-form .block-body label.field.password {
  height: 44px;
}
.toolbar-button-dropdown .shop2-block.login-form .block-body label.field.text input, .toolbar-button-dropdown .shop2-block.login-form .block-body label.field input input, .toolbar-button-dropdown .shop2-block.login-form .block-body label.field.password input {
  outline: none;
  font-size: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.toolbar-button-dropdown .shop2-block.login-form .block-body .signin-btn {
  height: 44px;
}
.toolbar-button-dropdown .shop2-block.login-form .block-body a {
  padding: 10px 10px 10px 0;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-top: 10px;
  color: #222;
}
.toolbar-button-dropdown .shop2-block.login-form .block-body a.register {
  color: #eb3c3c !important;
  margin-right: 4px;
}
.me-nav-trigger {
  padding: 14px;
  font-size: 16px !important;
  color: rgba(0, 0, 0, 0.54);
  text-transform: uppercase;
  line-height: 25px;
}
.me-nav-trigger .toolbar-button-icon {
  width: 24px;
  height: 24px;
}
.estimate-button {
  font-size: 14px;
  line-height: 1;
  font-weight: bold;
  border: 2px solid #E4EEEF;
  background: #E4394C;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  width: 120px;
  padding: 5px;
}
.estimate-button a {
  text-decoration: none;
  color: #fff;
}
.toolbar-right-actions {
  font-size: 0;
}
.me-contacts-trigger .toolbar-button-dropdown {
  left: auto;
  right: 0;
  max-width: 260px;
  border-radius: 0 0 0 5px;
}
.me-contacts-trigger .phone-item, .me-contacts-trigger a {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
}
.me-contacts-trigger .phone-item {
  padding: 5px;
}
.me-contacts-trigger .phone-item:last-child {
  margin-top: 10px;
}
.me-user-trigger .toolbar-button-dropdown {
  left: auto;
  right: 0;
  max-width: 240px;
  padding-bottom: 5px;
  border-radius: 0 0 0 5px;
}
.me-cart-trigger__counter {
  display: none;
  vertical-align: top;
  width: 16px;
  height: 16px;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  background-color: red;
  margin-top: -6px;
  margin-left: -10px;
  border-radius: 50%;
}
.me-cart-trigger__counter--not-null {
  display: inline-block;
}
.me-cart-trigger .shop2-block.cart-preview {
  background: none;
  margin-bottom: 0;
}
.me-cart-trigger .block-title {
  display: none;
}
.me-cart-trigger .toolbar-button-dropdown {
  max-width: 250px;
  right: 0;
  left: auto;
}
.mobile-user-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.mobile-user-menu .input {
  margin-bottom: 10px;
}
.mobile-user-menu input {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 40px;
  padding: 0 10px;
  font-weight: bold;
  font-size: 15px;
  font-family: Georgia, Times, "Times New Roman", serif;
}
.mobile-user-menu input[type="submit"] {
  background: #E4394C;
  color: #000;
  border: none;
  font-size: 16px;
  line-height: 1;
}
.mobile-user-menu li {
  display: block;
  text-align: left;
  margin-bottom: 10px;
  color: #fff;
}
.mobile-user-menu li .links a {
  display: block;
  margin-bottom: 10px;
}
.mobile-user-menu li:last-child {
  margin-bottom: 0;
}
.mobile-user-menu li a {
  line-height: 1;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  text-decoration: none;
}
.mobile-user-menu li.exit {
  margin-bottom: 10px;
}
.mobile-user-menu li.exit a {
  background: #E4394C;
  display: block;
  width: 120px;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
}
.mobile-search-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
}
.mobile-search-form__input {
  outline: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  height: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  -webkit-box-flex: 1 !important;
  -ms-flex: 1 !important;
  flex: 1 !important;
  font-size: 14px !important;
  line-height: 40px !important;
  border: 1px solid #fff !important;
  border-radius: 3px 0 0 3px !important;
  padding: 0 15px !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
.mobile-search-form__submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  display: inline-block;
  vertical-align: top;
  height: 42px;
  padding: 0 20px;
  background-color: #E4394C;
  margin-left: 2px;
  font-weight: 700;
  border-radius: 0 3px 3px 0;
  text-transform: uppercase;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.slider-wrapper, .slider, .banner-link {
  max-width: 100%;
}
.pic {
  max-width: 100%;
}
.auction-list-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aling-items: center;
}
.auction-list-form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  aling-items: center;
}
.auction-list-form__item ~ .auction-list-form__item {
  margin-left: 10px;
}
/*
#orderForm input[type="text"],
#orderForm input[type="tel"],
#orderForm input[type="password"] {
  height: 35px;
  border-color: #ddd;
  border-width: 1px;
  outline: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  max-width: 100%;
  font-size: 16px;
}

#orderForm textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 16px;
  border-color: #ddd;
  outline: none;
  height: 96px;
}*/
.captcha-new br {
  display: none;
}
.captcha-new > div {
  display: inline-block;
}
.mgCaptcha-block {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
#orderForm textarea {
  width: 450px;
  height: 90px;
}
#orderForm input[type="submit"] {
  background: #025E5A;
  border: none;
  color: #fff;
  padding: 10px 15px;
  cursor: pointer;
  text-transform: uppercase;
}
.crash-table-grid {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.crash-table-grid__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
  padding: 0;
  list-style-type: none;
}
.crash-table-grid__item {
  padding: 0 0 10px 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.crash-table-grid--1 .crash-table-grid__item {
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.crash-table-grid--2 .crash-table-grid__item {
  max-width: 50%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}
.crash-table-grid--3 .crash-table-grid__item {
  max-width: 33.33333%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
}
.crash-table-grid--4 .crash-table-grid__item {
  max-width: 25%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
}
.crash-table-grid--5 .crash-table-grid__item {
  max-width: 20%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
}
.crash-table-grid--6 .crash-table-grid__item {
  max-width: 16.66667%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
}
.crash-table-grid--7 .crash-table-grid__item {
  max-width: 14.28571%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28571%;
  flex: 0 0 14.28571%;
}
.crash-table-grid--8 .crash-table-grid__item {
  max-width: 12.5%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
}
.crash-table-grid--9 .crash-table-grid__item {
  max-width: 11.11111%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 11.11111%;
  flex: 0 0 11.11111%;
}
.crash-table-grid--10 .crash-table-grid__item {
  max-width: 10%;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
}
/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
   Remodal's necessary styles
   ========================================================================== */
/* Hide scroll bar */
html.remodal-is-locked {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}
/* Anti FOUC */
.remodal, [data-remodal-id] {
  display: none;
}
/* Necessary styles of the overlay */
.remodal-overlay {
  position: fixed;
  z-index: 9999;
  top: -5000px;
  right: -5000px;
  bottom: -5000px;
  left: -5000px;
  display: none;
}
/* Necessary styles of the wrapper */
.remodal-wrapper {
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: auto;
  text-align: center;
  -webkit-overflow-scrolling: touch;
}
.remodal-wrapper:after {
  display: inline-block;
  height: 100%;
  margin-left: -0.05em;
  content: "";
}
/* Fix iPad, iPhone glitches */
.remodal-overlay, .remodal-wrapper {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* Necessary styles of the modal dialog */
.remodal {
  position: relative;
  outline: none;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
.remodal-is-initialized {
  /* Disable Anti-FOUC */
  display: inline-block;
}
/*
 *  Remodal - v1.0.7
 *  Responsive, lightweight, fast, synchronized with CSS animations, fully customizable modal window plugin with declarative configuration and hash tracking.
 *  http://vodkabears.github.io/remodal/
 *
 *  Made by Ilya Makarov
 *  Under MIT License
 */
/* ==========================================================================
 Remodal's default mobile first theme
 ========================================================================== */
/* Default theme styles for the background */
.remodal-bg.remodal-is-opening, .remodal-bg.remodal-is-opened {
  -webkit-filter: blur(3px);
  filter: blur(3px);
}
/* Default theme styles of the overlay */
.remodal-overlay {
  background: rgba(43, 46, 56, 0.9);
}
.remodal-overlay.remodal-is-opening, .remodal-overlay.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal-overlay.remodal-is-opening {
  -webkit-animation-name: remodal-overlay-opening-keyframes;
  animation-name: remodal-overlay-opening-keyframes;
}
.remodal-overlay.remodal-is-closing {
  -webkit-animation-name: remodal-overlay-closing-keyframes;
  animation-name: remodal-overlay-closing-keyframes;
}
/* Default theme styles of the wrapper */
.remodal-wrapper {
  padding: 80px 10px 0;
}
/* Default theme styles of the modal dialog */
.remodal {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
  padding: 35px;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  color: #2b2e38;
  background: #fff;
}
.remodal.remodal-is-opening, .remodal.remodal-is-closing {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.remodal.remodal-is-opening {
  -webkit-animation-name: remodal-opening-keyframes;
  animation-name: remodal-opening-keyframes;
}
.remodal.remodal-is-closing {
  -webkit-animation-name: remodal-closing-keyframes;
  animation-name: remodal-closing-keyframes;
}
/* Vertical align of the modal dialog */
.remodal, .remodal-wrapper:after {
  vertical-align: middle;
}
/* Close button */
.remodal-close {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  overflow: visible;
  width: 35px;
  height: 35px;
  margin: 0;
  padding: 0;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-decoration: none;
  color: #95979c;
  border: 0;
  outline: 0;
  background: transparent;
}
.remodal-close:hover, .remodal-close:focus {
  color: #2b2e38;
}
.remodal-close:before {
  font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif !important;
  font-size: 25px;
  line-height: 35px;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 35px;
  content: "×";
  text-align: center;
}
/* Dialog buttons */
.remodal-confirm, .remodal-cancel {
  font: inherit;
  display: inline-block;
  overflow: visible;
  min-width: 110px;
  margin: 0;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border: 0;
  outline: 0;
}
.remodal-confirm {
  color: #fff;
  background: #81c784;
}
.remodal-confirm:hover, .remodal-confirm:focus {
  background: #66bb6a;
}
.remodal-cancel {
  color: #fff;
  background: #e57373;
}
.remodal-cancel:hover, .remodal-cancel:focus {
  background: #ef5350;
}
/* Remove inner padding and border in Firefox 4+ for the button tag. */
.remodal-confirm::-moz-focus-inner, .remodal-cancel::-moz-focus-inner, .remodal-close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
/* Keyframes
   ========================================================================== */
@-webkit-keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes remodal-opening-keyframes {
  from {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 0;
  }
  to {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@-webkit-keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@keyframes remodal-closing-keyframes {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    opacity: 0;
  }
}
@-webkit-keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes remodal-overlay-opening-keyframes {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes remodal-overlay-closing-keyframes {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/* Media queries
   ========================================================================== */
/* IE8
   ========================================================================== */
.lt-ie9 .remodal-overlay {
  background: #2b2e38;
}
.lt-ie9 .remodal {
  width: 700px;
}
/* Remodal - v1.0.7 ============================================= */
.remodal-title {
  font-size: 24px;
  font-weight: 400;
  font-style: normal;
  text-align: left;
  margin-bottom: 10px;
}
[data-remodal-id=extendedSearch] {
  max-width: 320px;
  padding: 20px;
}
[data-remodal-id=extendedSearch] .row-title {
  font-weight: 700;
  display: block;
  margin-bottom: 5px;
  text-align: left;
}
[data-remodal-id=extendedSearch] input, [data-remodal-id=extendedSearch] textarea, [data-remodal-id=extendedSearch] select {
  width: 100%;
  margin-bottom: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (min-width: 240px) {
  .aside-nav__navigation {
    max-width: 220px;
  }
  .aside-nav__content {
    overflow-y: auto;
  }
}
@media only screen and (min-width: 320px) {
  .aside-nav__navigation {
    max-width: 320px;
  }
}
@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 700px;
  }
}
@media (min-width: 980px) {
  .toggled-elem {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .aside-nav__content {
    overflow: hidden;
  }
  .aside-nav__content:hover {
    overflow-y: auto;
  }
}
/*
1) - 979px
2) - 768px
3) - 640px
4) - 479px
5) - 479px
6) - 363px
*/
.mob-head {
  display: none;
}
.mob-ver-top2 {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  margin-top: 10px;
  padding: 10px 0;
  background: #005a56;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  .mob-head {
    display: block;
  }
  #modal {
    width: 100% !important;
  }
  #window {
    width: calc(100% - 20px);
    left: 50%;
    margin: 0;
  }
  .product_card_pic {
    max-width: 100%;
    float: none;
  }
  .neww-search-fieldname {
    width: auto;
    float: none;
  }
  .neww-search-fieldbody {
    float: none;
    width: auto;
  }
  .neww-search-fieldbody:after {
    content: "";
    display: block;
    clear: both;
  }
  .neww-search-fieldbody input[type="text"] {
    width: 200px;
    max-width: 100%;
    height: 30px;
  }
  .neww-search-fieldbody-small {
    max-width: 36%;
    height: auto;
  }
  .neww-search-bodies .cls input[type="submit"] {
    float: none;
  }
  .nivo-slice {
    background-size: cover !important;
    background-position: 50% 50% !important;
  }
  #fade_form {
    max-width: 96%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #fade_form input[type="text"] {
    height: 30px;
  }
  #fade_form textarea {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .n_wr_view img {
    height: auto;
    max-width: 100%;
  }
  #antic_ocen_form input {
    height: 30px;
  }
  #antic_ocen_form textarea {
    max-width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mobile-header {
    display: block;
  }
  html, body {
    min-width: 320px;
  }
  body {
    padding-top: 54px;
  }
  #wraper, #header {
    width: auto;
    max-width: 980px;
    background: none;
  }
  #content {
    background-image: none;
  }
  .left_c, .right_c, .mail_c, .phone_c, .contacts-header {
    display: none;
  }
  #header {
    text-align: center;
    height: auto;
    padding: 15px;
    border-bottom-width: 2px;
  }
  #header .logo {
    position: static;
    max-width: 400px;
    width: 100%;
    display: inline-block;
    background-size: 100% auto;
    background-position: 50% 50%;
  }
  #header .logo a {
    max-width: 100%;
  }
  #header #login, #header #menu_top, #header .sb, #header .header-contacts {
    display: none;
  }
  #menu_top {
    position: static;
  }
  #menu_top ul {
    width: auto;
  }
  #menu_top > li {
    display: block;
  }
  #menu_top > li.has-child ul {
    display: none !important;
  }
  #menu_top > li.has-child.opened ul {
    display: block !important;
  }
  #menu_top > li.has-child.opened > a .toggled-elem {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  #menu_top > li > a {
    color: #fff;
    float: none;
    display: block;
    padding: 8px 0;
    text-align: left;
    font-size: 20px;
  }
  #menu_top > li > a .toggled-elem {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    background: #E4394C;
    text-align: center;
  }
  #menu_top > li > a .toggled-elem svg {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: 30px;
  }
  #menu_top > li > a.active {
    background: none;
    padding: 8px 0;
  }
  #menu_top > li > a:hover {
    padding: 8px 0;
    background: none;
  }
  #menu_top > li li a {
    width: auto;
    font-size: 17px;
    padding: 6px 10px;
  }
  #menu_top > li li a:hover, #menu_top > li li a:active {
    padding: 6px 10px;
  }
  #menu_top ul {
    position: static;
  }
  #past-auction {
    color: #fff;
  }
  #past-auction .name_block, #past-auction .block_name {
    display: none;
  }
  #past-auction .brief {
    margin-bottom: 20px;
  }
  #past-auction a {
    font-size: 14px;
    color: #fff;
  }
  #past-auction .date {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .auction-wrap {
    color: #fff;
    margin-top: 10px;
    font-size: 13px;
  }
  .auction-wrap .aside-nav-item__list {
    padding: 12px 8px;
  }
  .auction-wrap .name_block, .auction-wrap .block_name {
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
  }
  .auction-wrap a {
    color: #fff;
    font-size: 16px;
    padding: 8px;
    display: block;
  }
  .auction-wrap br {
    display: none;
  }
  .app-antique-gallery {
    margin-top: 15px;
  }
  .app-antique-gallery .aside-nav-item__list {
    padding: 12px 8px;
  }
  .app-antique-gallery .sbutton {
    margin-top: 15px;
    margin: 15px auto 0;
  }
  .app-antique-gallery .main_left_menu a {
    color: #fff;
    padding-top: 4px;
    padding-bottom: 4px;
  }
  .app-news {
    margin-top: 15px;
  }
  .app-news .aside-nav-item__list {
    padding: 12px 8px;
  }
  .app-news .news {
    color: #fff;
    width: auto;
    margin: 0;
  }
  .app-news .news a {
    color: #fff;
  }
  .app-news .news .news_brief {
    margin-bottom: 15px;
  }
  .app-news .news .heading {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
  }
  .app-news .news .all {
    font-size: 16px;
  }
  .app-articles {
    margin-top: 15px;
  }
  .app-articles .aside-nav-item__list {
    padding: 12px 8px;
  }
  .app-articles .articles {
    color: #fff;
    width: auto;
    margin-bottom: 0;
  }
  .app-articles .articles .heading {
    text-transform: uppercase;
    font-weight: 700;
  }
  .app-articles .articles .heading p {
    margin: 0;
  }
  .app-articles .articles .heading span {
    font-size: 16px !important;
  }
  .app-articles .articles .article_brief {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 13px;
  }
  .app-articles .articles .article_brief p {
    margin-top: 0;
  }
  .app-auction-text {
    margin-top: 15px;
  }
  .app-auction-text .aside-nav-item__list {
    padding: 12px 8px 0;
  }
  .app-auction-text p {
    margin: 0;
  }
  .app-auction-text br {
    display: none;
  }
  .app-auction-text a {
    color: #fff;
  }
  .app-menu-left {
    margin-top: 15px;
  }
  .app-menu-left .aside-nav-item__list {
    padding: 12px 0;
  }
  .app-menu-left #menu_left {
    width: auto;
  }
  .app-menu-left #menu_left li {
    background: none;
    padding: 0;
    width: auto;
    padding-top: 10px;
    padding: 0 0 5px;
    border-bottom: 1px dotted #fff;
  }
  .app-menu-left #menu_left li:first-child {
    border-bottom: none;
    padding-bottom: 0;
  }
  .app-menu-left #menu_left li a {
    display: block;
    width: auto;
    padding: 5px;
    color: #fff;
  }
  .app-menu-left a, .app-menu-left #menu_left li a:hover, .app-menu-left #menu_left li a.active {
    color: #fff;
    background: none;
  }
  .app-menu-right {
    margin-top: 15px;
  }
  .app-menu-right .aside-nav-item__list {
    padding: 0 12px 10px;
  }
  .app-menu-right #menu_right {
    width: auto;
    margin-bottom: 0;
  }
  .app-menu-right #menu_right .lvl1, .app-menu-right #menu_right .lvl2 {
    width: auto;
    padding: 0 0 0 8px;
  }
  .app-menu-right #menu_right .lvl1 a, .app-menu-right #menu_right .lvl2 a {
    width: auto;
    padding: 8px;
  }
  .app-menu-right #menu_right a {
    color: #fff;
  }
  .app-menu-right #menu_right a:hover {
    color: #fff;
    text-decoration: none;
  }
  .app-menu-new {
    margin-top: 15px;
  }
  .app-menu-new .aside-nav-item__list {
    padding: 8px 12px;
  }
  .app-menu-new ul.neww-menu li.lvl1 > a {
    font-weight: bold;
  }
  .auction-wrap--now .aside-nav-item__list, .auction-wrap-future .aside-nav-item__list, .app-news .aside-nav-item__list, .app-articles .aside-nav-item__list, .app-auction-text .aside-nav-item__list, .app-menu-right .aside-nav-item__list, .app-menu-new .aside-nav-item__list {
    display: block;
  }
  .auction-hammer-title {
    text-align: center;
  }
  .at {
    text-align: center;
  }
  .hammer {
    margin: 0 auto 15px;
    max-width: 100%;
  }
  .hammer img {
    max-width: 100%;
  }
  .text-content {
    padding: 0 15px;
  }
  #sub_content .main_c {
    padding-left: 15px;
    padding-right: 15px;
  }
  .path {
    font-size: 14px;
    text-align: center;
    height: auto;
    margin-bottom: 5px;
  }
  #catalog {
    text-align: center;
    margin-left: -14px;
    width: auto;
  }
  #catalog #list {
    padding-left: 14px;
    max-width: 444px;
    margin: 0 auto;
  }
  #catalog .body {
    padding-left: 15px;
    padding-right: 15px;
  }
  #catalog .brief {
    display: inline-block;
    vertical-align: top;
    float: none;
    padding-right: 0;
    padding-left: 14px;
  }
  #catalog .catalog_clear {
    display: none;
  }
  #catalog .date {
    float: none;
  }
  #catalog .start-title {
    padding-right: 0;
  }
  #catalog .page_list, #catalog .gtContainer {
    float: none;
    margin-top: 10px;
  }
  #catalog .gtContainer {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #catalog .gtContainer input[type="text"] {
    width: 80px;
    height: 30px;
    font-size: 14px;
  }
  #catalog .gtContainer button {
    width: 40px;
    height: 36px;
  }
  #catalog .page_list a {
    padding: 7px;
    font-size: 16px;
  }
  .slider-wrapper {
    margin: 0 auto;
  }
  .lot_details {
    float: none;
    margin: 25px 0 0;
    display: block;
  }
  .lot_details .details_in {
    margin: 0;
  }
  .lot_details .prices_info + p {
    text-align: center;
  }
  .lot_details .timer_wrap {
    display: block;
    margin: 0 auto;
  }
  .lot_image {
    float: none;
    width: auto;
    margin-top: 20px;
  }
  .lot_image .image_big {
    max-width: 100%;
    margin-top: 15px;
  }
  .lot_image .image_big a {
    left: 0;
    max-width: 100%;
    pointer-events: none;
  }
  .lot_image .image_big a img {
    max-width: 100%;
  }
  .lot_image .image_small {
    max-width: 100%;
  }
  .product_card_link a {
    padding: 8px;
  }
  .lot_details .details_in .back a {
    background-position: 0 50%;
    padding: 8px 8px 8px 16px;
  }
  .product_card_link--auction {
    margin-bottom: 15px;
    padding-top: 10px;
  }
  .slider-container {
    margin-top: 10px;
    padding: 0 14px;
  }
  .slider-wrap {
    position: static !important;
    margin: 0 auto !important;
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    padding: 10px !important;
    border-top: 1px solid #CCC !important;
  }
  #content .nivo-slider-padding-top {
    padding-top: 20px !important;
  }
  #nivo-slider {
    max-width: 100%;
    float: none;
    background-position: 50% 50% !important;
  }
  #thumbs {
    float: none !important;
    margin: 15px auto 0 !important;
    max-width: 100% !important;
    width: 520px !important;
    text-align: center !important;
    border-top: none !important;
  }
  #thumbs .thumbs_item {
    display: inline-block;
    vertical-align: middle;
  }
  #thumbs .thumbs_item + .thumbs_item {
    border-top: 1px solid #ccc !important;
  }
  #thumbs .thumbs_item:first-child {
    border-top: 1px solid #ccc !important;
  }
  #novelty_plate {
    max-width: 426px;
    margin: 0 auto;
  }
  .lot {
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }
  .lot_details, .lot_image {
    max-width: 768px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  #footer {
    max-width: 980px;
    width: auto;
    padding: 15px;
    height: auto;
  }
  #footer .counters, #footer .copy {
    float: none;
    display: block;
    text-align: left;
    margin: 0;
  }
  #footer .copy {
    margin-top: 10px;
  }
  #footer .block_bot {
    width: auto;
    max-width: 900px;
    margin: 10px 0 0;
    font-size: 14px;
  }
}
@media only screen and (max-width: 960px) {
  .lot_details, .lot_image {
    max-width: 640px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 960px) {
  .lot_details, .lot_image {
    max-width: 480px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 960px) {
  #antic_ocen_form input[type="text"]:not([name="_cn"]) {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  #antic_ocen_form textarea {
    width: 100%;
  }
  #catalog .lot-brief .brief_name {
    max-width: 33%;
  }
  #catalog .lot-brief .brief_num {
    max-width: 13%;
  }
  #catalog ul.subtit li.subtit2 {
    max-width: 28%;
  }
  #catalog ul.subtit li.subtit3 {
    max-width: 13%;
    text-align: right;
  }
  #catalog ul.subtit li span {
    float: none;
  }
  .lot .lot_in {
    max-width: 100%;
    float: none;
    text-align: center;
  }
  .green .lot_in, .lot .lot_in {
    min-height: 0;
    width: auto;
  }
  .green .lot_image_fr, .lot .lot_image_fr {
    float: none;
    display: block;
    margin: 0 auto 10px;
  }
  .lot .lot_in .lot_anonce {
    height: auto;
  }
  .toolbar-button {
    padding-left: 8px;
    padding-right: 8px;
  }
  .slider-wrapper {
    *display: none;
  }
  #catalog .brief {
    display: block;
    float: none;
    margin-bottom: 15px;
  }
  #catalog .brief .image_fr {
    float: none;
    display: inline-block;
  }
  #catalog .brief .price {
    width: auto;
    text-align: center;
    margin-top: 10px;
  }
  #catalog ul.subtit li {
    float: none;
    padding-left: 0 !important;
    width: 30% !important;
    display: inline-block;
    vertical-align: middle;
  }
  .auction-list-form {
    display: block;
  }
  .auction-list-form__item {
    margin-top: 15px;
  }
  .auction-list-form__item input[type="text"] {
    margin-left: 8px;
  }
  .auction-list-form__item ~ .auction-list-form__item {
    margin-left: 0;
  }
  .auction-list-form__item ~ .auction-list-form__item input[type="text"] {
    margin-left: 0;
  }
}
@media (max-width: 960px) {
  #orderForm input[type="text"]:not([name="captcha_cn"]), #orderForm input[type="password"]:not([name="captcha_cn"]) {
    width: 100%;
  }
  #orderForm textarea {
    width: 100%;
  }
}
@media (max-width: 960px) {
  .aside-nav__close {
    right: 12px;
    border-radius: 0 0 5px 5px;
  }
}
/*
.form-in input, .form-in textarea {
	border: 1px solid #c7c7c7;
}*/
#content .body:after {
  clear: both;
  content: "";
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, "Times New Roman", Times, serif;
}
/*

.form-ajax {
	position: fixed;
	display: none;
	width: 500px;
	left: 50%;
	margin-left: -250px;
	top: 20px;
	text-align: left;
	background: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 1px 1px 3px rgba(0,0,0, 0.3);
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0, 0.3);
	box-shadow: 1px 1px 3px rgba(0,0,0, 0.3);
	font-size: 0;
	line-height: 0;
}
.form-ajax.active {
	display: block;
}
.form-head {
	position: relative;
	font-size: 18px;
	line-height: 1;
}
.form-close {
	position: absolute;
	top: 5px;
	right: 5px;
	cursor: pointer;
}
.form-close:after {
	content: 'X';
}
.form-in {
	padding: 20px;
	font-size: 12px;
	line-height: normal;
}*/
/*------------Правки--------------*/
#now-auction, #future-auction, #past-auction {
  margin-bottom: 15px;
  background: url(head_line.png) 0 100% repeat-x;
  /* 	border-bottom: 1px solid #1B6E6A;
	-webkit-box-shadow: 0px 1px 0px 0px #084B48;
	-moz-box-shadow:    0px 1px 0px 0px #084B48;
	box-shadow:         0px 1px 0px 0px #084B48;
	*/
}
.captcha-wrapper > div > div {
  margin: 10px auto;
}
.form-in {
  text-align: left;
}
.form-in input[type="text"], .form-in textarea {
  margin-top: 5px;
}
.mob-ver {
  margin-top: 15px;
}
.mob-ver span {
  margin-left: -10px;
  width: 237px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2em;
  cursor: pointer;
  background: no-repeat url(button-back.png);
}
.mob-ver span:hover {
  text-decoration: underline;
}
.mob-ver-top {
  color: #fff;
  text-decoration: underline;
  display: block;
  padding: 8px 0;
  text-align: left;
  font-size: 20px;
}
.mob-ver .mob_link, .mob-ver .full_link {
  display: none;
}
.show.mob_link {
  display: flex;
}
.full-ver.mob-ver-top {
  background: no-repeat url(button-back.png) 50% 100%;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  padding: 10px 0 16px;
  display: block;
  margin: 15px 0 0;
}
.full-ver.mob-ver-top:active {
  background-position: 50% 50%;
}
a {
  text-decoration-skip-ink: none;
}
/* ================== */
/* ==  05.07.2018  == */
/* ================== */
input + span.validity {
  padding-right: 30px;
}
input:invalid + span.validity:after {
  position: absolute;
  content: "";
  padding-left: 5px;
  color: #8b0000;
}
input:valid + span.validity:after {
  position: absolute;
  content: "";
  padding-left: 5px;
  color: #009000;
}
.captcha-wrapper br {
  display: none;
}
.page_list span {
  padding: 1px 6px 0;
}
.page_list a {
  color: #333333;
  text-decoration: none;
  font-weight: 700;
  font-size: 13px;
}
.page_list a:hover {
  color: #005a56;
  text-decoration: underline;
}
.active-num {
  color: #fff;
  background: #005a56;
  font-size: 13px;
  font-weight: 700;
}
/* ================== */
/* ==  12.07.2018  == */
/* ================== */
#antic_ocen_form div.css_captcha_wr input[name="_cn"] {
  position: relative;
  top: -38px;
  left: 140px;
}
@media (max-width: 470px) {
  .slider-wrapper {
    display: none;
  }
}
@media (max-width: 362px) {
  #catalog .lot-brief .brief_image_fr {
    margin: 0 auto;
    display: block;
    float: none;
  }
  #catalog .lot-brief .brief_name {
    width: 100%;
    max-width: 100%;
  }
}
.toolbar-right-actions.test {
  display: flex;
  align-items: center;
}
@media (min-width: 961px) {
  .toolbar-right-actions.test .phone-item.w_app {
    display: none;
  }
}
.toolbar-right-actions.test .phone-item.w_app .WhatsAppLink {
  color: #fff;
  background-position: left 0 top 50%;
  font-size: 15px;
  padding: 3px 0px 4px 32px;
  font-weight: bold;
}
@media (min-width: 376px) {
  .toolbar-right-actions.test .phone-item.w_app .WhatsAppLink {
    padding-right: 5px;
  }
}
@media (max-width: 360px) {
  .toolbar-right-actions.test .phone-item.w_app .WhatsAppLink {
    -webkit-background-size: 32px;
    background-size: 32px;
    background-position: left 3px top 50%;
    font-size: 13px;
    padding: 3px 0px 4px 28px;
  }
}
.toolbar-right-actions.test .estimate-button {
  width: 130px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (max-width: 960px) {
  .slider-wrapper {
    height: auto;
  }
  .slider-wrapper.view_slider {
    display: block;
  }
  .slider-wrapper.view_slider .slider {
    height: auto;
  }
  .slider-wrapper.view_slider .pic {
    height: auto !important;
    padding-top: 78%;
    -webkit-background-size: contain !important;
    background-size: contain !important;
  }
  .slider-wrapper.view_slider .pic .mask > div {
    width: 100% !important;
    height: 100% !important;
    display: none !important;
  }
  .slider-wrapper .banner-link {
    height: 100%;
  }
}
a.active {
  cursor: pointer;
}
@media (min-width: 961px) {
  body #header .top_contacts {
    padding-top: 10px;
  }
}
.vk {
  padding: 3px 32px 4px 0px;
  width: 100%;
  padding-left: 35px;
  padding-right: 0;
  background: url(../vk_logo.png) 0/auto no-repeat;
  -webkit-background-size: 28px;
  background-size: 28px;
  text-align: left;
  text-decoration: none;
  font-size: 12px;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  color: #575d5b;
  padding-right: 3px;
  display: flex;
}
.vk:hover {
  text-decoration: underline;
  color: #575d5b;
}
@media (max-width: 640px) {
  .vk {
    padding: 7px 5px;
    padding-left: 38px;
    text-decoration: underline;
    font-size: 14px;
    width: 123px;
  }
}
@media (min-width: 641px) and (max-width: 960px) {
  .vk {
    padding: 7px 5px;
    padding-left: 38px;
  }
}
.ya-phone small, .opn-contacts-block-item__txt small {
  opacity: 1 !important;
}
