/* ------------------------------ 
  RESET
------------------------------ */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
html {
  font-size: 62.5%;
}
html * {
  max-height: 999999px;
}
body {
  font: 1.2em/1.35 'Roboto', 'Helvetica CY', sans-serif;
  overflow-x: hidden;
}
.body-overflow {
  overflow: hidden;
}
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
img {
  max-width: 100%;
}
img:not([src]) {
  visibility: hidden;
}
/* ------------------------------ 
	BASE
------------------------------ */
a {
  color: #000;
}
a:hover {
  color: #0c4789;
  transition: all 0.5s ease;
}
a.extlink {
  text-decoration: none;
  border-bottom: 1px dotted #000;
}
a.extlink:hover {
  border-color: #0c4789;
}
small {
  font-size: 80%;
}
hr {
  height: 1px;
  border: none;
  background-color: #e4e4e4;
  margin: 0 0 20px;
}
INPUT,
TEXTAREA,
BUTTON,
SELECT {
  font: 1em 'Roboto', 'Helvetica CY', sans-serif;
}
INPUT[type=submit],
BUTTON {
  cursor: pointer;
}
.btn {
  padding: 15px 18px;
  text-align: center;
  text-decoration: none;
  font: 400 16px/1 'Roboto', 'Helvetica CY', sans-serif;
  border: none;
  background: #f00;
  color: #fff;
  letter-spacing: 0.03em;
  cursor: pointer;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  white-space: nowrap;
  text-align: center;
  -webkit-appearance: none;
}
.btn:hover {
  color: #fff;
  background: #bd0000;
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
}
.btn:active {
  background: #bd0000;
}
a.btn {
  display: inline-block;
}
.btn2 {
  background-color: transparent;
  border: 1px solid #08478a;
  color: #08478a;
  font-weight: 400;
  text-transform: uppercase;
  box-shadow: none;
}
.btn2:hover {
  color: #fff;
  background: #08478a;
}
.btn2:active {
  background: #08478a;
}
.btn3 {
  background-color: #0853a2;
}
.btn3:hover {
  color: #fff;
  background: #074b92;
}
.btn3:active {
  background: #074b92;
}
.btn4 {
  background-color: #f2f2f2;
  color: #000;
}
.btn4:hover {
  background: #e3e3e3;
  color: #000;
}
.btn4:active {
  background: #767676;
  color: #fff;
}
.btn + .btn {
  margin-left: 15px;
}
.btn-small {
  font-size: 13px;
  padding: 9px 13px;
}
.btn-mid {
  font-size: 17px;
  padding: 15px 24px;
}
.btn-big {
  padding: 20px 28px;
  font-size: 19px;
}
.btn-block,
a.btn-block {
  width: 100%;
  display: block;
  padding-left: 0;
  padding-right: 0;
}

.ico {
  display: inline-block;
  vertical-align: middle;
  transform: translateY(-1px);
}
.ico-info {
  width: 16px;
  height: 16px;
  background: url("images/info-ico-white.svg");
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.ico-info-big {
  width: 22px;
  height: 22px;
}
.ico-info-dark {
  width: 16px;
  height: 16px;
  background: url("images/info-ico.svg");
}
.ico-phone-blue {
  width: 20px;
  height: 20px;
  background: url("images/phone-ico-blue.svg") no-repeat center center;
  background-size: contain;
}
.ico-filter {
  width: 16px;
  height: 16px;
  background: url("images/filter-ico.svg") no-repeat center center;
  -webkit-background-size:  contain;
  background-size:  contain;
}
.txt {
  border: 1px solid #ddd;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  font-size: 1.4rem;
}
.txt-sm {
  padding: 4px 6px;
  font-size: 1.2rem;
}
.txt-big {
  padding: 14px;
  font-size: 1.6rem;
}
.txt100 {
  width: 100%;
}
.rb,
.cb {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
}
.rb input,
.cb input {
  display: none;
}
.rb-visual,
.cb-visual {
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #7e8c95;
  width: 16px;
  height: 16px;
  background: #fff;
}
.rb-visual {
  border-radius: 9999px;
}
.rb input:checked + .rb-visual,
.cb input:checked + .cb-visual {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='12px'%3E%3Cpath fill-rule='evenodd' fill='rgb(62, 181, 241)' d='M6.000,-0.000 C9.314,-0.000 12.000,2.686 12.000,6.000 C12.000,9.314 9.314,12.000 6.000,12.000 C2.686,12.000 -0.000,9.314 -0.000,6.000 C-0.000,2.686 2.686,-0.000 6.000,-0.000 Z'/%3E%3C/svg%3E") no-repeat center center;
  border-color: #3eb5f1;
}
.cb input:checked + .cb-visual {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='12px' height='12px'%3E%3Cpath fill-rule='evenodd' fill='rgb(62, 181, 241)' d='M1.000,6.000 L-0.000,7.000 L4.000,12.000 L12.000,1.000 L11.000,-0.000 L4.000,8.000 L1.000,6.000 Z'/%3E%3C/svg%3E") no-repeat center center;
}
.rb input:focus + .rb-visual,
.cb input:focus + .cb-visual {
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
INPUT[type=checkbox] {
  vertical-align: middle;
  margin-left: 0;
}
INPUT[type=search] {
  -webkit-appearance: none;
}
INPUT::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/* ------------------------------ 
	RULES
------------------------------ */
.wrap {
  max-width: 1170px;
  position: relative;
  margin: auto;
  padding: 0 1.5%;
}
.clear::after {
  content: '';
  display: table;
  width: 100%;
}
.mb {
  margin-bottom: 25px;
}
.mb-1 {
  margin-bottom: 15px;
}
.mb-big {
  margin-bottom: 40px;
}
.hidden {
  display: none;
}
/* grid */
[class*=col-] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col {
  flex-grow: 1;
}
.col-0 {
  flex: 1;
}
.col-1 {
  width: 8.333%;
}
.col-2 {
  width: 16.666%;
}
.col-24 {
  width: 20%;
}
.col-25 {
  width: 20.832%;
}
.col-3 {
  width: 25%;
}
.col-4 {
  width: 33.333%;
}
.col-5 {
  width: 41.666%;
}
.col-6 {
  width: 50%;
}
.col-7 {
  width: 58.333%;
}
.col-8 {
  width: 66.666%;
}
.col-9 {
  width: 74.999%;
}
.col-10 {
  width: 83.33%;
}
.col-75 {
  width: 79.168%;
}
.col-12 {
  width: 100%;
}
.row {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.row::before,
.row::after {
  content: ' ';
  display: table;
  width: 100%;
}
.row-mg {
  margin-left: -1.5%;
  margin-right: -1.5%;
}
.row-mg > [class*=col] {
  padding-left: 1.5%;
  padding-right: 1.5%;
}
.row-vertical {
  align-items: center;
}
.row-justify {
  justify-content: space-between;
}
.row-center {
  justify-content: space-around;
}
.row-right {
  justify-content: flex-end;
}
.row-mg-40 {
  margin-left: -2%;
  margin-right: -2%;
}
.row-mg-40 > [class*=col] {
  padding-left: 2%;
  padding-right: 2%;
}
.row-mg-5 {
  margin-left: -0.5%;
  margin-right: -0.5%;
}
.row-mg-5 > [class*=col] {
  padding-left: 0.5%;
  padding-right: 0.5%;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* FORM
-------------------- */
.form-row {
  margin-bottom: 15px;
  position: relative;
}
.form-row.g-recaptcha {
  overflow: hidden;
  border-radius: 0 2px 2px 0;
  border-right: 1px solid #D7D7D7;
  display: inline-block;
  max-width: 100%;
}
.form-row sup {
  color: #f00;
  font-weight: bold;
}
.form-label {
  display: block;
  margin-bottom: 6px;
  font-size: 1.45rem;
}
.form-label_inline {
  display: inline-block;
  margin: 2px 0 2px 0;
  font-size: 1.45rem;
  color: #444;
}
.rb.form-label_inline,
.cb.form-label_inline {
  margin-right: 15px;
}
.form-col {
  margin-bottom: 15px;
}
.form-col .form-row {
  margin-bottom: 0;
  width: 45%;
  float: left;
  margin-right: 10%;
}
.form-col .form-row:last-child {
  margin: 0;
}
.form-meta {
  font-size: 1.25rem;
}
/* POPUP
-------------------- */
.fade {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#50000000,endColorstr=#50000000);
  zoom: 1;
  background: transparent;
  background: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
.popup {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 290px;
  padding: 15px 25px 10px;
  margin: auto;
  z-index: 1101;
  display: none;
  text-align: center;
  font-size: 1.2em;
}
.popup .title {
  font-weight: 300;
  font-size: 1.8em;
  font-weight: bold;
  text-align: left;
  margin-bottom: 20px;
}
.popup .close {
  position: absolute;
  width: 24px;
  height: 24px;
  cursor: pointer;
  top: 20px;
  right: 15px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAArklEQVR42m3Q04EkABAFwDpksObYyj+Msa0w+rjj+m4+yCq5pSwDBTtbCZfS9rZyFKyEqTIcVC2EhRxkdYWxCoCGudCUAqiZCG1pkNcXhko4KJsJXW8+DISRggtJPWFgLLR8uOFJVwgtdw6+c/AN8MNPN6T0hZ6B0JPEjb/bXrzpCzNlHNTNhKYEh1wmarj19yGXriwUbISxoutc1nLkba19upS0/VdAWsEtRSl+AfCSSH1FbQ+lAAAAAElFTkSuQmCC') no-repeat center center;
}
.popup-error,
.popup-confirm,
.mess-error,
.mess-confirm {
  font-size: 1.6rem;
  padding: 8px 10px;
  font-weight: bold;
  border: 1px solid #b74d34;
  background-color: #ffe3db;
  color: #b74d34;
  margin-bottom: 15px;
  padding: 10px;
  text-align: center;
}
.popup-confirm,
.mess-confirm {
  background-color: #e8ffdb;
  color: #76b736;
  border-color: #76b736;
}
.popup-error,
.popup-confirm {
  display: none;
}
.signal {
  border-color: #bcad9d !important;
}
.txt-error {
  box-shadow: inset 0 0 0 3px #F04043;
}
.txt-confirm {
  box-shadow: inset 0 0 0 3px #98F040;
}
/* HEADER
-------------------- */
.header {
  padding: 15px 0 20px;
}
.header-logo {
  display: block;
  height: 74px;
  max-width: 90%;
  background: url("images/header-logo.svg") no-repeat left center;
  background-size: contain;
}
.header-city {
  font-size: 1.25em;
}
.header-city-label {
  color: #7b8992;
  margin-bottom: 8px;
}
.header-city-select {
  position: relative;
}
.header-city-select_active {
  display: inline-block;
  padding-right: 16px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='7px' height='4px'%3E%3Cpath fill-rule='evenodd' fill='rgb(123, 137, 146)' d='M3.500,4.000 L-0.006,-0.000 L7.006,-0.000 L3.500,4.000 Z'/%3E%3C/svg%3E") no-repeat right center;
  text-decoration: underline;
  cursor: pointer;
}
.header-city-select_list {
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  border: 1px solid #eee;
  border-bottom-width: 3px;
  background-color: #fff;
  z-index: 100;
  transition: all 0.5s ease;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
  visibility: hidden;
  opacity: 0;
}
.header-city-select_list li {
  padding: 6px 12px;
  border-bottom: 1px solid #eee;
  min-width: 120px;
  cursor: pointer;
}
.header-city-select_list li:hover {
  background-color: #fafafa;
}
.header-city-select_list__opened {
  top: calc(100% + 10px);
  opacity: 1;
  visibility: visible;
}
.header-phone {
  display: block;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.38em;
  color: #000;
  padding: 2px 0 2px 25px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 17 21' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1.76 8.954c0.668 1.442 1.382 2.862 2.135 4.258l-7e-3 4e-3c0.022 0.037 0.045 0.072 0.066 0.11 0.02 0.036 0.04 0.075 0.059 0.112l7e-3 -4e-3c0.801 1.369 1.64 2.715 2.522 4.028 2.309 3.443 6.407 4.209 8.753 1.989 0.103-0.094 0.227-0.17 0.311-0.282 0.499-0.67 0.748-1.518 1.137-2.264 0.491-0.958-3.557-4.21-4.281-3.049-0.266 0.432-0.868 1.858-1.258 2.17-0.347 0.278-0.934-0.061-1.239-0.517-0.807-1.199-1.621-2.86-2.363-4.201h2e-3c-0.02-0.036-0.043-0.075-0.063-0.11-0.021-0.037-0.042-0.077-0.062-0.113l-2e-3 2e-3c-0.759-1.33-1.752-2.885-2.359-4.202-0.232-0.499-0.225-1.192 0.183-1.36 0.458-0.191 1.963-0.013 2.459-0.034 1.34-0.064 0.621-5.293-0.43-5.333-0.824-0.029-1.663-0.231-2.477-0.121-0.137 0.018-0.263 0.091-0.394 0.136-3.044 0.979-4.447 5.006-2.699 8.781z' fill-rule='evenodd'/%3E%3C/svg%3E%0A") no-repeat left center;
  background-size: auto 20px;
}
.soc-block {
  display: flex;
  justify-content: space-between;
  min-width: 50px;
  max-width: 80px;
}
.soc-block-item {
  width: 36px;
  height: 36px;
  background: #0853a2 no-repeat center center;
}
.soc-block-item:hover {
  background-color: #06407c;
}
.soc-block-item_vk {
  background-image: url("images/vk-ico-white.svg");
}
.soc-block-item_fb {
  background-image: url("images/fb-ico-white.svg");
}
.soc-block-item_in {
  background-image: url("images/in-ico-white.svg");
}
.carfax-fastsearch {
  display: flex;
}
.carfax-fastsearch-label {
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  margin-right: 3.5%;
  padding: 3px 0 3px 32px;
  background: url("data:image/svg+xml,%3Csvg viewBox='0 0 25 25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m2.5 2.5h20v20h-20v-20z' fill='%23fff' fill-opacity='0' fill-rule='evenodd' stroke='%23dadcdd' stroke-width='1px'/%3E%3Cpath d='m16.5 18.5v-2h2v2h-2zm0-7h2v2h-2v-2zm0-5h2v2h-2v-2zm-5 10h2v2h-2v-2zm0-5h2v2h-2v-2zm0-5h2v2h-2v-2zm-5 10h2v2h-2v-2zm0-5h2v2h-2v-2zm0-5h2v2h-2v-2z' fill='%23fff' fill-rule='evenodd'/%3E%3C/svg%3E") no-repeat left center;
  background-size: 26px 26px;
}
.carfax-fastsearch-txt,
.carfax-fastsearch-btn,
.carfax-form-txt,
.carfax-form-btn {
  padding: 8px 12px;
  border: none;
  font-size: 1.4rem;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.carfax-fastsearch-btn {
  width: 36px;
  background: #3eb5f1 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17px' height='16px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M6.225,12.452 C7.744,12.452 9.125,11.913 10.201,11.002 L15.033,15.834 C15.143,15.945 15.281,16.000 15.433,16.000 C15.585,16.000 15.723,15.945 15.834,15.834 C16.054,15.613 16.054,15.254 15.834,15.034 L11.002,10.201 C11.899,9.125 12.451,7.731 12.451,6.226 C12.451,2.788 9.663,-0.000 6.225,-0.000 C2.802,-0.000 -0.000,2.802 -0.000,6.226 C-0.000,9.663 2.802,12.452 6.225,12.452 ZM6.225,1.132 C9.041,1.132 11.319,3.423 11.319,6.226 C11.319,9.042 9.041,11.320 6.225,11.320 C3.410,11.320 1.132,9.028 1.132,6.226 C1.132,3.423 3.423,1.132 6.225,1.132 Z'/%3E%3C/svg%3E") no-repeat center center;
  background-size: 45%;
}
.carfax-fastsearch-btn:hover,
.carfax-form-btn:hover {
  background-color: #38a3d9;
}
.carfax-form-wrap {
  padding: 40px 0 60px;
  background: #4e6e90 url("images/carfax-bg.jpg") no-repeat center center;
  background-size: cover;
  color: #fff;
  font-size: 2.2em;
}
.carfax-form-title,
.carfax-form-subtitle {
  font-weight: 900;
  font-size: 3em;
  letter-spacing: 0.05em;
  margin-top: 30px;
}
.carfax-form-subtitle {
  font-weight: 300;
  text-transform: uppercase;
}
.carfax-form {
  max-width: 600px;
  margin: auto;
}
.carfax-form-btn {
  color: #fff;
  background: #3eb5f1;
}
.carfax-form-txt,
.carfax-form-btn {
  padding: 15px 30px;
  font-size: 2.2rem;
}
.carfax-form-btn_loader {
  color: transparent;
  background-image: url(images/loader.svg);
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 100%;
  background-size: auto 100%;
}
.carfax-pay-wrap {
  display: flex;
  justify-content: space-between;
}
.carfax-pay {
  position: relative;
  width: 18%;
  height: 50px;
}
.carfax-pay-info {
  border-radius: 2px;
  background: #fff url(images/pay1.svg) no-repeat center center;
  -webkit-background-size: auto 70%;
  background-size: auto 70%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 4px solid #fff;
  cursor: pointer;
}
.carfax-pay_wm { background-image: url(images/pay2.svg);  }
.carfax-pay_ya { background-image: url(images/pay3.svg);  }
.carfax-pay_qw { background-image: url(images/pay4.svg);  }
.carfax-pay_ap { background-image: url(images/pay5.svg);  }
.carfax-pay input {
  opacity: 0;
}
.carfax-pay input:checked + .carfax-pay-info {
  border-color: #F0CE40;
  box-shadow: 0 0 10px rgba(0,0,0,.5);
}
.vin-mask {
  text-transform: uppercase;
}

/* NAV
-------------------- */
.menumain .wrap {
  background: #08478a;
  padding: 10px;
}
.menumain {
  margin-bottom: 25px;
}
.menumain a {
  color: #fff;
  text-decoration: none;
}
.mainmenu {
  white-space: nowrap;
}
.mainmenu li {
  display: inline-block;
  padding-left: 18px;
  margin-right: 11px;
  position: relative;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='5.001px' height='5.001px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='0.667px' stroke-linecap='square' stroke-linejoin='miter' fill='rgb(255, 255, 255)' d='M1.333,1.333 L3.334,1.333 L3.334,3.334 L1.333,3.334 L1.333,1.333 Z'/%3E%3C/svg%3E") no-repeat left center;
}
.mainmenu li:first-child {
  padding-left: 8px;
  background: none;
}
.mainmenu li:last-child {
  margin-right: 0;
}
.mainmenu a {
  font-size: 1.2em;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  padding: 5px 0;
}
.mainmenu a:hover {
  text-decoration: underline;
}
.mainmenu .current-menu-item a {
  color: #3eb5f1;
  text-decoration: underline;
}
.mainpage .menumain {
  margin-bottom: 0;
}
/* MAIN
-------------------- */
.main::after {
  content: '';
  display: table;
  width: 100%;
}
.maintitle,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin-bottom: 20px;
  font-size: 3.4rem;
  letter-spacing: 0.02em;
}
h1 {
  text-transform: uppercase;
}
h1:last-child {
  margin-bottom: 0;
}
h2,
h3,
h4 {
  margin: 25px 0 15px 0;
}
h2 {
  font-size: 2.7rem;
}
h3,
h4 {
  font-size: 2.2rem;
}
.maintitle {
  position: relative;
  text-transform: uppercase;
}
.maintitle:before {
  content: '';
  width: 500px;
  right: calc(100% + 20px);
  height: 2px;
  background: #f00;
  position: absolute;
  top: 22px;
}
.maintitle-meta {
  font-size: 1.55rem;
  color: #888;
  text-transform: none;
  font-weight: 300;
  letter-spacing: 0;
}
/* SLIDER
-------------------- */
.owl-nav .owl-next,
.owl-nav .owl-prev {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 6px 16px 10px;
  font-size: 2em;
  line-height: 1;
  background: #fff;
  margin: 0 10px;
  border: 1px solid rgba(0,0,0,0.1);
}
.owl-nav .owl-next:hover,
.owl-nav .owl-prev:hover {
  background-color: #3eb5f1;
}
.owl-nav.disabled {
  display: none;  
}
.owl-dots {
  text-align: center;
  padding: 20px 0 0;
}
.owl-dots .owl-dot {
  display: inline-block;
  margin: 0 5px;
  width: 12px;
  height: 12px;
  background-color: #cbcbcb;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  padding: 0;
}
.owl-dots .active {
  background-color: #3eb5f1;
}
.main-slider .owl-nav {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  text-align: center;
}
.main-slider .js-animate {
  opacity: 0;
  transform: translateY(80px);
  transition: all 0.8s ease;
}
.main-slider .owl-item.active .js-animate {
  opacity: 1;
  transform: translateY(0px);
}
.main-slider-item {
  height: 30vw;
  max-height: 500px;
  min-height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 40px 0;
  position: relative;
}
.main-slider-item img {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  object-fit: cover;
}
.main-slider-content {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #fff;
}
.main-slider-item_title {
  margin-bottom: 30px;
  text-transform: uppercase;
  font-size: 3.8em;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.main-slider-item_subtitle {
  margin-bottom: 30px;
  font-size: 1.8em;
}
.carousel-wrap {
  padding: 40px 0;
}
.carousel-wrap_gray {
  background-color: #f2f2f2;
}
.carousel-more-link {
  float: right;
}
.carousel-navs .owl-nav .owl-prev,
.carousel-navs .owl-nav .owl-next {
  position: absolute;
  left: -60px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: -16px;
}
.carousel-navs .owl-nav .owl-next {
  left: auto;
  right: -60px;
}

/* ASIDE
-------------------- */
.side-title {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 15px;
}
.side-filter .form-label {
  font-weight: bold;
}
.side-filter input.txt {
  padding-left: 3px;
  padding-right: 3px;
}
.side-filter .ui-slider {
  margin: 10px 0;
}
.side-menu a {
  display: block;
  border: 1px solid #ddd;
  border-width: 1px 1px 0;
  padding: 12px;
  font-size: 1.4rem;
  text-decoration: none;
}
.side-menu li:last-child a {
  border-width: 1px;
}
.side-menu a:hover {
  background-color: #eee;
}
.side-menu .current-menu-item a {
  border-color: #08478A;
  background-color: #08478A;
  color: #fff;
}

.personal-info {
  box-shadow: 0 0 18px rgba(0,0,0,.1);
  border-radius: 0 25px 0 0;
  overflow: hidden;
}
.personal-info-header {
  background-color: #FFF7D3;
  padding: 18px 12px;
}
.personal-info-content {
  padding: 18px 12px;  
}
.personal-info-val {
  font-weight: 900;
  font-size: 1.6rem;
}


/* CONTENT
-------------------- */
.textblock {
  line-height: 1.45;
  font-size: 1.25em;
}
.textblock p {
  margin-bottom: 15px;
}
.textblock p:last-child {
  margin-bottom: 0;
}
.textblock ul,
.textblock ol {
  margin-left: 30px;
  margin-bottom: 25px;
}
.textblock ol li {
  margin-bottom: 8px;
}
.textblock ul li {
  position: relative;
  margin-bottom: 8px;
}
.textblock ul li:after {
  content: '';
  position: absolute;
  left: -25px;
  top: 5px;
  width: 8px;
  height: 8px;
  background: url("images/bullet.svg") no-repeat left top;
  background-size: 8px 8px;
}
.textblock table {
  width: 100%;
  margin-bottom: 25px;
  font-size: 0.95em;
}
.textblock table td,
.textblock table th {
  padding: 12px 15px;
  text-align: left;
  background: #eee;
  border: 1px solid #eee;
}
.textblock table th {
  padding: 15px;
  font-size: 0.9em;
  text-transform: uppercase;
  background: #322218;
  border: 1px solid #322218;
  color: rgba(255,255,255,0.7);
}
.textblock table th:first-child {
  border-radius: 4px 0 0 0;
}
.textblock table th:last-child {
  border-radius: 0 4px 0 0;
}
.textblock table tr:nth-child(odd) td {
  background: #fafafa;
}
.tabs-content .tab {
  display: none;
}
.tabs-content .active {
  display: block;
}



/* CRUMBS & PAGENAV
-------------------- */
.crumbs {
  margin-bottom: 20px;
  font-size: 13px;
  font-weight: 300;
}
.crumbs a {
  display: inline-block;
  position: relative;
  margin-right: 16px;
}
.crumbs a:after {
  content: '';
  position: absolute;
  width:  3px;
  height:  3px;
  background-color: #888;
  right: -11px;
  top: 8px;
}
.crumbs a:last-child:after {
  display: none;
}
.pagenav span,
.pagenav a {
  display: inline-block;
  line-height: 1;
  padding: 10px 12px;
  margin: 0 3px 6px;
  border: 1px solid #dadcdd;
  text-decoration: none;
}
.pagenav span {
  background: #0853a2;
  border-color: #0853a2;
  color: #fff;
}
.pagenav a:hover {
  background-color: #eee;
}
/* CALC
-------------------- */
.calc-section {
  border: 1px solid #dadcdd;
}
.calc-section_form {
  padding: 25px;
  border-right: none;
}
.calc-section_form .txt {
  /*padding-left: 120px;*/
  text-indent: 80px;
  min-width: 230px;
}
@-moz-document url-prefix() {
  .calc-section_form .txt {
    padding-left: 120px;
    text-indent: 0;
  }
}
.form-label_fixed {
  position: absolute;
  left: 15px;
  top: 50%;
  color: #818181;
  font-size: 1.12em;
  transform: translate(0, -50%);
}
.calc-section_table_row {
  font-size: 1.25em;
  background: #fff;
  padding: 0 12px;
  border-bottom: 1px solid #dadcdd;
}
.calc-section_table_row:nth-child(odd) {
  background-color: #f2f2f2;
}
.calc-section_table_row:last-child {
  border: none;
}
.calc-section_table_row .row {
  min-height: 44px;
  padding-top: 5px;
  padding-bottom: 5px;
}
.calc-section_table_itogo {
  font-weight: bold;
  color: #f00;
  font-size: 1.5em;
}
/* PRODS
-------------------- */
.prod-item-title {
  display: block;
  margin-bottom: 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.28em;
  color: #000;
}
.prod-item-prices {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}
.prod-item-prices_block {
  padding: 8px 12px;
  font-size: 1.15em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  flex: 1;
}
.prod-item-prices-label {
  color: #494949;
  margin-bottom: 4px;
  font-weight: 300;
  white-space: nowrap;
}
.prod-item-prices-value {
  font-weight: bold;
  font-size: 1.28em;
  white-space: nowrap;
}
.prod-item-prices_block__gray {
  background-color: #f2f2f2;
}
.prod-item-prices_block__gray .prod-item-prices-value {
  color: #f00;
}
.prod-item-btns {
  display: flex;
  width: 100%;
  margin-bottom: 12px;
}
.prod-item-btns .btn {
  flex: 1;
}
.prod-item-btns .btn3 {
  margin-left: 10px;
}
.prod-item-meta {
  font-size: 1.15em;
}
.prod-item_tale,
.prod-item_tale2 {
  background: #fff;
  padding: 20px;
}
.prod-item_tale .prod-item-img,
.prod-item_tale2 .prod-item-img {
  display: block;
  margin-bottom: 10px;
  height: 150px;
}
.prod-item_tale .prod-item-img img,
.prod-item_tale2 .prod-item-img img {
  height: 100%;
  object-fit: contain;
}
.prod-item_tale2 {
  border: 1px solid #dadcdd;
  text-align: center;
}

.prod-item_list {
  border: 1px solid #dadcdd;
  transition: all 0.3s ease;
}
.prod-item_list .prod-item-img {
  transition: all 0.3s ease;
  padding: 15px;
}
.prod-item_list .prod-item-title {
  margin-bottom: 7px;
}
.prod-item_list:hover {
  box-shadow: 0 0 15px rgba(0,0,0,0.1);
}
.prod-item_list:hover .prod-item-img {
  transform: scale(1.02);
}

.prod-item-chars {
  padding: 15px;
  background-color: #f2f2f2;
}
.prod-item-art,
.prod-item-date {
  margin-bottom: 5px;
  font-weight: 300;
  font-size: 1.1em;
}
.prod-item-art_val {
  display: inline-block;
  background-color: #bedded;
  padding: 2px 4px;
}
.prod-item-char {
  display: block;
  margin-top: 5px;
  padding: 5px 0 5px 30px;
  background-position: left center;
  background-repeat: no-repeat;
  white-space: nowrap;
}
.prod-item-char_1 {
  background-image: url("images/char-ico1.svg");
}
.prod-item-char_2 {
  background-image: url("images/char-ico2.svg");
}
.prod-item-char_3 {
  background-image: url("images/char-ico3.svg");
}
.prod-item-char_4 {
  background-image: url("images/char-ico4.svg");
}
.prod-item-char_5 {
  background-image: url("images/char-ico5.svg");
}
.prod-item-char_6 {
  background-image: url("images/char-ico6.svg");
}
.prod-item-char_7 {
  background-image: url("images/char-ico7.svg");
}
.prods-item-buy {
  padding: 15px;
}
.prods-item-buy .prod-item-prices_block {
  padding: 0 0 15px;
}

.prod-item_client .prod-item-chars {
  font-size: 1.2em;
  line-height: 1.6;
}
.prod-item_client .car-art_val {
  display: block;
  padding: 10px 12px;
  text-align: center;
  text-transform: uppercase;
}

/* CAR
-------------------- */
.car-art {
  font-size: 1.13em;
}
.car-art_val {
  display: inline-block;
  padding: 6px 12px;
  font-weight: bold;
  color: #fff;
  background-color: #3eb5f1;
}
.car-slider {
  margin-bottom: 10px;
}
.car-slider .owl-nav .owl-next,
.car-slider .owl-nav .owl-prev {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.car-slider .owl-nav .owl-next {
  left: auto;
  right: 10px;
}
.car-images-other-img {
  margin-bottom: 5px;
  opacity: 0.4;
  max-width: 120px;
  max-height: 80px;
}
.car-images-other-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.car-images-other-img.active {
  opacity: 1;
}
.car-options {
  padding: 20px;
  border: 1px solid #dadcdd;
}
.car-options .prod-item-char {
  font-size: 1.25em;
  padding: 8px 0 8px 40px;
  background-size: 30px auto;
}
.car-chars {
  width: 100%;
  border: 1px solid #dadcdd;
  background-color: #f2f2f2;
  font-size: 1.15em;
}
.car-chars td {
  color: #606060;
  padding: 10px 15px;
  border: 1px solid #dadcdd;
}
.car-chars td:last-child {
  background-color: #fafafa;
  color: #000;
  font-weight: bold;
}
.car-meta {
  font-weight: 300;
  color: #333;
  font-size: 1.2em;
}
/* PODBOR
-------------------- */
.ui-slider {
  border-radius: 2px;
  background: #f2f2f2;
  height: 5px;
  position: relative;
  margin-top: 30px;
}
.ui-slider-range {
  position: absolute;
  top: 0;
  bottom: 0;
  border-radius: 2px;
  background: #3eb5f1;
}
.ui-slider-handle {
  width: 16px;
  height: 16px;
  border-radius: 2px;
  position: absolute;
  background: #0853a2;
  top: -6px;
  margin-left: -8px;
}
.podbor-slider-min,
.podbor-slider-max {
  color: #888;
  position: absolute;
  left: 0;
  top: -25px;
}
.podbor-slider-max {
  left: auto;
  right: 0;
}
.podbor-slider-item input.txt {
  padding-left: 5px;
  padding-right: 5px;
}

/* PREVS
-------------------- */
.prevs-block {
  position: relative;
}
.prevs-block_main {
  color: #fff;
  padding: 30px;
}
.prevs-block_main:before {
  content: '';
  background: #0853a2 url("images/prevs-bg.svg") no-repeat center center;
  background-size: 100% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  width: 1500px;
}
.prevs-block-inner {
  position: relative;
  z-index: 100;
}
.prevs-block-item_title {
  margin-bottom: 8px;
  font-size: 1.45em;
}
.prevs-block_main .prevs-block-item {
  color: #c3d8ee;
}
.prevs-block_main .prevs-block-item_title {
  color: #fff;
}


.prevs-block img {
  height: 65px;
}


/* INFO BLOCK
-------------------- */
.info-block-item {
  background: #f2f2f2 url("images/prevs-bg.svg") no-repeat center center;
  background-size: 100% 100%;
  padding: 25px;
  font-size: 1.18em;
}
.info-block-item_title {
  display: block;
  font-size: 1.4em;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #000;
}
.main-about {
  max-height: 180px;
  overflow: hidden;
  position: relative;
}
.main-about:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100px;
  background-image: -webkit-linear-gradient(rgba(255,255,255,0), #fff);
  background-image: -o-linear-gradient(rgba(255,255,255,0), #fff);
  background-image: linear-gradient(rgba(255,255,255,0), #fff);
}
.main-about_opened {
  max-height: none;
}
.main-about_opened:after {
  display: none;
}

/* DELIVERY
-------------------- */
.delivery-steps-item {
  display: flex;
  position: relative;
  cursor: pointer;

}
.delivery-steps-item:after {
  content: '⟶';
  font-weight: bold;
  color: #c6c6c6;
  font-size: 2.8em;
  position: absolute;
  line-height: 1;
  width: 40px;
}
.delivery-steps-item_1,
.delivery-steps-item_2,
.delivery-steps-item_3 {
  order: 1;
  margin-bottom: 70px;
}
.delivery-steps-item_4 {
  order: 6;
}
.delivery-steps-item_5 {
  order: 5;
}
.delivery-steps-item_6 {
  order: 4;
}
.delivery-steps-item_1:after,
.delivery-steps-item_2:after {
  right: 0;
  top: 20%;
}
.delivery-steps-item_3:after {
  transform: rotate(90deg);
  right: auto;
  left: 10%;
  top: 110%;
}
.delivery-steps-item_4:after,
.delivery-steps-item_5:after {
  transform: rotate(180deg);
  top: 20%;
  left: -20%;
}
.delivery-steps-item_6:after {
  display: none;
}
.delivery-steps-item-img {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
  width: 70px;
  height: 70px;
  background: #08478a;
  text-align: center;
  line-height: 70px;
}
.delivery-steps-item-img img {
  vertical-align: middle;
}
.delivery-steps-item_6 .delivery-steps-item-img {
  background-color: #f00;
}
.delivery-steps-item-info {
  font-weight: bold;
  font-size: 1.35em;
}
.delivery-steps-item-num {
  width: 32px;
  height: 32px;
  background: #e9e9e9;
  line-height: 32px;
  text-align: center;
}
.delivery-steps-item-title {
  padding: 10px 0 10px 15px;
}
.delivery-steps-item-desc {
  display: none;
  position: absolute;
  left: 1.5%;
  padding: 20px;
  background: #fff;
  right: 1.5%;
  z-index: 100;
  box-shadow: 0 0 15px rgba(0,0,0,.2);
}
.delivery-steps-item-desc_close {
  float: right;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin: 0 0 10px 10px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAQAAAC1+jfqAAAArklEQVR42m3Q04EkABAFwDpksObYyj+Msa0w+rjj+m4+yCq5pSwDBTtbCZfS9rZyFKyEqTIcVC2EhRxkdYWxCoCGudCUAqiZCG1pkNcXhko4KJsJXW8+DISRggtJPWFgLLR8uOFJVwgtdw6+c/AN8MNPN6T0hZ6B0JPEjb/bXrzpCzNlHNTNhKYEh1wmarj19yGXriwUbISxoutc1nLkba19upS0/VdAWsEtRSl+AfCSSH1FbQ+lAAAAAElFTkSuQmCC') no-repeat center center;
}
.delivery-steps-item_opened + .delivery-steps-item-desc {
  display: block;
}

/* FAQ
-------------------- */
.faq-item {
  margin-bottom: 10px;
}
.faq-item-title {
  position: relative;
  font-size: 1.25em;
  padding: 15px 50px 15px 15px;
  background-color: #f2f2f2;
  font-weight: 500;
}
.faq-item-title:after {
  content: '';
  position: absolute;
  width: 50px;
  top: 0;
  right: 0;
  height: 100%;
  background: #dedede url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='9px' height='17px'%3E%3Cpath fill-rule='evenodd' fill='rgb(0, 0, 0)' d='M0.998,0.165 C0.882,0.054 0.737,-0.001 0.578,-0.001 C0.418,-0.001 0.273,0.054 0.157,0.165 C-0.075,0.386 -0.075,0.744 0.157,0.965 L7.550,8.000 L0.157,15.034 C-0.075,15.255 -0.075,15.614 0.157,15.834 C0.389,16.055 0.766,16.055 0.998,15.834 L8.826,8.400 C9.058,8.179 9.058,7.820 8.826,7.600 L0.998,0.165 Z'/%3E%3C/svg%3E") no-repeat center center;
}
.faq-item-desc,
.faq-subitem-desc {
  transition: all 0.5s ease-out;
  height: 0;
  overflow: hidden;
}
.faq-item-desc {
  background-color: #f2f2f2;
  padding: 0 15px;
}

.faq-item-subtitle {
  position: relative;
  font-weight: bold;
  padding: 8px 30px 8px 0;
  cursor: pointer;
}
.faq-item-subtitle:hover {
  background-color: #eaeaea;
}
.faq-item-subtitle:after {
  content: '+';
  font-weight: bold;
  font-size: 2.5rem;
  position: absolute;
  right: 0;
  top: 0;
  width: 24px;
  height: 24px;
}

.faq-item_opened > .faq-item-title {
  color: #fff;
  background-color: #0f4273;
}
.faq-item_opened > .faq-item-title:after {
  background: #07213c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='16px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M15.834,0.998 C15.945,0.882 15.999,0.738 15.999,0.578 C15.999,0.418 15.945,0.273 15.834,0.158 C15.614,-0.074 15.256,-0.074 15.036,0.158 L8.015,7.551 L0.994,0.158 C0.774,-0.074 0.416,-0.074 0.196,0.158 C-0.025,0.390 -0.025,0.766 0.196,0.998 L7.616,8.826 C7.836,9.058 8.194,9.058 8.414,8.826 L15.834,0.998 Z'/%3E%3C/svg%3E") no-repeat center center;
}
.faq-item_opened > .faq-item-subtitle:after {
  content: '-';
}
.faq-item_opened > .faq-item-desc {
  padding: 10px 15px;
}
.faq-item_opened > .faq-subitem-desc {
  padding: 10px 0;
}
.faq-item_opened > .faq-item-desc,
.faq-item_opened > .faq-subitem-desc {
  display: block;
  height: auto;
}


/* CONTACTS BLOCK
-------------------- */
.contacts-block {
  padding: 25px;
  background-color: #f2f2f2;
  font-size: 1.15em;
}
.contacts-block a {
  text-decoration: none;
}
.contacts-block-item {
  padding: 5px 0 5px 30px;
  margin-bottom: 5px;
  background-position: left center;
  background-repeat: no-repeat;
}
.contact-phone {
  background-image: url("images/phone-ico-blue.svg");
  font-weight: bold;
}
.contact-mail {
  background-image: url("images/mail-ico-blue.svg");
}
.contact-address {
  background-image: url("images/geo-ico-blue.svg");
}
.contact-viber {
  background-image: url("images/viber-ico.svg");
  font-weight: bold;
}

/* VIDEO
-------------------- */
.videogallery-thumbs-item {
  position: relative;
  height: 160px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
  box-sizing: border-box;
  border: 5px solid #fff;
  margin-bottom: 2px;
}
.videogallery-thumbs-title {
  font-size: 12px;
  margin: 0 5px;
}
.videogallery-thumbs-item.current {
  border-color: #FFCB31;
}
.videogallery-thumbs-item:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  background: rgba(8,72,138,.2) url(images/owl.video.play.png) no-repeat center center;
  -webkit-background-size: 60px;
  background-size: 60px;
}
.videogallery-thumbs-item.current:after {
  background-color: transparent;
}
.owl-carousel .owl-video-wrapper {
  height: 600px;
}

/* FOOTER
-------------------- */
.footer-wrap {
  color: #fff;
  font-size: 1.18em;
  background: #0f4277 url("images/footer-bg.jpg") no-repeat center center;
}
.footer {
  padding: 20px 0;
  background-size: cover;
}
.footer a {
  color: #fff;
  text-decoration: none;
}
.footer a:hover {
  text-decoration: underline;
}
.footer-contacts {
  font-weight: bold;
}
.footer-contact {
  display: block;
  padding: 4px 0 4px 26px;
  background: url("images/phone-ico-white.svg") no-repeat left center;
}
.footer-mail {
  background-image: url("images/mail-ico-white.svg");
  padding-left: 32px;
}
.footer-viber {
  background-image: url("images/viber-ico-white.svg");
  padding-left: 32px;
}
.footer-address {
  font-weight: 400;
  background-image: url("images/geo-ico-white.svg");
  background-position: left 6px;
}
.footer-menu a {
  opacity: 0.7;
  display: block;
  margin-bottom: 10px;
}
.footer-menu .current-menu-item a {
  opacity: 1;
  text-decoration: underline;
}
.footer-bottom {
  background: rgba(0,0,0,0.2);
  padding: 12px 0;
  color: rgba(255,255,255,0.5);
}
.footer-scrolltop {
  display: block;
  width: 50px;
  height: 50px;
  background: #07213c url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='15px' height='9px'%3E%3Cpath fill-rule='evenodd' fill='rgb(255, 255, 255)' d='M0.145,7.098 C0.048,7.201 -0.000,7.329 -0.000,7.471 C-0.000,7.613 0.048,7.742 0.145,7.845 C0.338,8.051 0.651,8.051 0.844,7.845 L7.000,1.277 L13.155,7.845 C13.348,8.051 13.662,8.051 13.855,7.845 C14.049,7.639 14.049,7.304 13.855,7.098 L7.350,0.143 C7.157,-0.063 6.843,-0.063 6.650,0.143 L0.145,7.098 Z'/%3E%3C/svg%3E") no-repeat center center;
}
.footer-dev {
  font-weight: 300;
}

@media print {
  .header,
  .footer,
  .menumain,
  .footer-wrap,
  .crumbs {
    display: none;
  }
}