.none {
  display: none;
}

html, body {
  width: 100%;
  height: 100%;
  min-width: 360px;
  min-height: 100%;
  font: 16px/1.25 "Open Sans", sans-serif;
  color: #1a1a1a;
  background: #fff;
  margin: 0;
  padding: 0;
  position: relative;
  font-weight: normal;
}

.rootWrap {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.rootWrap:after {
  clear: both;
  content: "";
  display: table;
}
.rootWrap header,
.rootWrap main,
.rootWrap footer {
  display: table-row;
  height: 1px;
}
.rootWrap main {
  height: 100%;
}

.wrapper {
  max-width: 1320px;
  margin: 0 auto;
  padding: 0 20px;
}
.wrapper:after {
  clear: both;
  content: "";
  display: table;
}
.wrapper > img,
.wrapper p > img {
  max-width: 100%;
}
.wrapper.t2 {
  max-width: 1320px;
}

/*--HEADER--*/
header .headerTop {
  background: #fff;
}
header .headerTop-col {
  height: 90px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .headerBottom {
  background: #2a5897;
  background: #0089CF;
  position: relative;
}
header .logo {
  display: inline-block;
  vertical-align: top;
}
header .logo img {
  width: 195px;
  height: auto;
}
header .info {
  display: inline-block;
  float: right;
  position: relative;
  padding-bottom: 5px;
  width: 720px;
}
header .info .contacts + a {
  display: inline-block;
  float: right;
  margin: 10px 25px 0px 0px;
}

.header {
  height: 130px;
}

.headerDesktop, .headerMobile {
  position: fixed;
  width: 100%;
  z-index: 3;
}

.header-search {
  width: 480px;
  border: solid 1px #d6d6d6;
  border-radius: 2px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-search input {
  width: 100%;
  border: 0;
  padding: 10px 50px 11px 19px;
  height: 44px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.header-search button {
  width: 38px;
  height: 38px;
  position: absolute;
  right: 0;
  top: calc(50% - 19px);
  background: url(../images/zoom.svg) 50% 50% no-repeat;
  -webkit-background-size: 18px;
  background-size: 18px;
  border: 0;
}

.header-soc {
  margin-bottom: 10px;
}
.header-soc a {
  display: inline-flex;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  border: solid 1px #eaeaea;
  border-radius: 2px;
  margin: 10px 10px 0 0;
  align-items: center;
  justify-content: center;
  color: #2a5897;
}
.header-soc a.mobile {
  display: none;
}
.header-soc a img,
.header-soc a svg {
  vertical-align: top;
  width: 18px;
  height: 18px;
}
.header-soc a:hover {
  border-color: #2a5897;
  background: #2a5897;
  color: #fff;
}

.city-select {
  color: #1a1a1a;
}

.header-phone a {
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #1a1a1a;
  text-decoration: none;
  display: block;
}
.header-phone a b {
  font-weight: 600;
}
.header-phone a.whatsapp {
  color: #fff !important;
  background-color: #25d366;
  border-radius: 16px;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 10px 3px 30px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 5px;
}
.header-phone a.whatsapp:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("../images/whatsapp_w.svg") 50% 50% no-repeat;
  background-size: 14px;
}
.header-phone a.whatsapp img {
  width: 18px;
  margin: 1px 10px 0 5px;
}
.header-phone a.telegram {
  color: #fff !important;
  background-color: #34a3e1;
  border-radius: 16px;
  position: relative;
  font-size: 13px;
  line-height: 18px;
  padding: 3px 10px 3px 30px;
  font-weight: normal;
  text-decoration: none;
  margin-bottom: 5px;
}
.header-phone a.telegram:before {
  content: "";
  position: absolute;
  left: 10px;
  top: 3px;
  width: 16px;
  height: 16px;
  background: url("../images/telegram.svg") 50% 50% no-repeat;
  background-size: 23px;
}
.header-phone a.telegram img {
  width: 18px;
  margin: 1px 10px 0 5px;
}
.header-phone .header-mail a {
  color: #6692ce;
  font-weight: normal;
  font-size: 16px;
}
.header-phone.t2 {
  text-align: right;
}
.header-phone.t3 {
  display: flex;
  align-items: center;
}
.header-phone.t3 > div:first-child span {
  display: block;
  line-height: 16px;
  font-size: 12px;
  font-weight: 400;
  color: #555;
}
.header-phone.t3 .whatsapp {
  margin-left: 10px;
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50%;
}
.header-phone.t3 .whatsapp:before {
  left: 6px;
  top: 6px;
  width: 18px;
  height: 18px;
  background: url("../images/whatsapp_w.svg") 50% 50%/17px no-repeat;
}

.header-icons {
  display: flex;
  align-items: center;
}
.header-icons .user-mail {
  font-size: 16px;
  border-radius: 20px;
  margin-right: 15px;
  padding: 10px 16px 12px 35px;
  box-sizing: border-box;
  background: url("../images/user_w.svg") 11px 50%/16px no-repeat #2BA2DF;
  color: #fff;
  line-height: 1;
  min-width: 188px;
  max-width: 200px;
  position: relative;
}
.header-icons .user-mail:hover .user-drop {
  display: block;
}
.header-icons .user-mail .user-drop {
  display: none;
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  z-index: 3;
}
.header-icons .user-mail span {
  position: relative;
}
.header-icons .user-mail span:after {
  content: "";
  position: absolute;
  top: calc(50% + 2px);
  right: -10px;
  border: 3px solid transparent;
  border-top: 3px solid #fff;
}
.header-icons .user-mail .user-exit {
  font-size: 16px;
  border-radius: 20px;
  margin-right: 15px;
  padding: 10px 16px 12px 35px;
  box-sizing: border-box;
  background: url(../images/exit.svg) 11px 50%/16px no-repeat #f6f6f6;
  color: #fff;
  line-height: 1;
  width: 100%;
}
.header-icons .user-mail .user-exit a {
  color: #e74c3c;
  text-decoration: none;
}
.header-icons .button, .header-icons .button:visited, .header-icons .button:hover {
  margin-right: 15px;
  border-radius: 20px;
  font-size: 14px;
  padding: 6px 16px 6px 35px;
  background: url("../images/user_w.svg") 11px 50%/16px no-repeat #2BA2DF;
}

.mobile-phones {
  display: block;
  text-decoration: none;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  position: relative;
  margin-right: 15px;
  background: url("../images/phone_w.svg") 50% 50%/16px no-repeat #2BA2DF;
}

.drop-phones {
  display: none;
  position: absolute;
  top: 80px;
  width: 80vw;
  max-width: 300px;
  z-index: 10;
  background: #fff;
  /*min-height: 300px;*/
  right: 20px;
  /*left: 50%;
  transform: translateX(-50%);*/
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  padding: 30px 20px;
}
.drop-phones.open {
  display: block;
}
.drop-phones-addr {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url("../images/pin2.svg") 50% 50%/12px no-repeat;
}
.drop-phones-phone {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url("../images/phone.svg") 50% 50%/12px no-repeat;
  margin-right: 7px;
}
.drop-phones > div + div {
  margin-top: 30px;
}
.drop-phones > div > div {
  margin-bottom: 10px;
}
.drop-phones > div > div span {
  font-size: 15px;
}
.drop-phones > div > div a {
  color: #1a1a1a;
  text-decoration: none;
  font-size: 15px;
}

.header-cart {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background: url(../images/cart_b.svg) 7px 11px #f6f6f6 no-repeat;
  background-size: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
.header-cart a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.header-cart a:after {
  position: absolute;
  top: -4px;
  right: -7px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  z-index: 1;
}
.header-cart .num {
  display: block;
  position: absolute;
  top: -4px;
  right: -7px;
  font-size: 10px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #fff;
  background-color: #f25858;
  line-height: 17px;
  text-decoration: none;
}
.header-cart .num.empty {
  display: none;
}
.header-cart b {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background: url(../images/cart.svg) 7px 11px #f25858 no-repeat;
  -webkit-background-size: 15px;
  background-size: 20px;
  border-radius: 2px;
  padding: 6px 5px 4px 35px;
  width: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
}
.header-cart b.empty {
  height: 30px;
  width: 17px;
  background-position-x: 50%;
}

.header-user {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background: url(../images/user.svg) 50% 50%/20px #f6f6f6 no-repeat;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  position: relative;
  margin-right: 15px;
}
.header-user.open .header-user-drop {
  display: block;
}
.header-user-drop {
  text-align: left;
  display: none;
  position: absolute;
  top: 100%;
  right: -40px;
  min-width: 100px;
  max-width: 270px;
  overflow: hidden;
  z-index: 3;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  padding: 10px 20px;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.05);
}
.header-user.header-user-exit {
  background-image: url(../images/exit.svg);
}
.header-user .header-user-user {
  padding-left: 25px;
  background: url(../images/user.svg) 0 50%/16px no-repeat;
}
.header-user a {
  color: #333;
  text-decoration: none;
}
.header-user > a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.headerMobile {
  display: none;
  min-width: 360px;
}
.headerMobile-top {
  display: flex;
  padding: 5px 20px 0;
  align-items: center;
  font-size: 14px;
  background-color: #fff;
}
.headerMobile-top > div:first-child {
  flex-grow: 1;
}
.headerMobile-top .header-user-user {
  display: block;
  background: url(../images/user_w.svg) 8px 50%/12px no-repeat #2BA2DF;
  margin-left: 20px;
  border-radius: 10px;
  font-size: 12px;
  color: #fff;
  padding: 3px 10px 3px 25px;
  position: relative;
  max-width: 230px;
  overflow: hidden;
}
.headerMobile-top a {
  font-size: 14px;
  text-decoration: none;
  color: #333;
  display: block;
}
.headerMobile-top a.header-user-exit {
  display: block;
  padding-left: 25px;
  background: url(../images/exit.svg) 0 50%/16px no-repeat;
  margin-left: 20px;
}
.headerMobile-middle {
  display: flex;
  justify-content: space-between;
  padding: 12px 20px 15px 10px;
  align-items: center;
  background: #fff;
}
.headerMobile-middle .logo img {
  width: 135px;
  margin-right: 7px;
}
.headerMobile-middle .btn {
  display: block;
  width: 38px;
  height: 38px;
  padding: 0;
  margin-right: 7px;
  font-size: 11px;
  background: url("../images/phone.svg") 50% 50% no-repeat #f6f6f6;
  background-size: 18px;
  border: solid 1px #f6f6f6;
  border-radius: 50%;
}
.headerMobile-middle .whatsapp {
  background-color: #25d366;
  border-radius: 50%;
  position: relative;
  width: 40px;
  height: 40px;
  display: block;
  margin-right: 15px;
}
.headerMobile-middle .whatsapp:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url("../images/whatsapp_w.svg") 50% 50% no-repeat;
  background-size: 20px;
}
.headerMobile-middle .header-cart a {
  width: 30px;
  padding: 6px 0 4px 30px;
  background-position: 10px 13px;
}
.headerMobile-middle .header-cart a.empty {
  height: 30px;
  width: 10px;
}
.headerMobile-bottom {
  padding: 0 20px 0 10px;
  background-color: #fff;
}
.headerMobile-bottom .header-search {
  width: 100%;
  border: 0;
  box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.15);
  border-radius: 5px;
}
.headerMobile-bottom .header-search input {
  border-radius: 5px;
}
.headerMobile-bottom .header-search button {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.headerMobile-right > div, .headerMobile-left {
  display: flex;
  align-items: center;
}
.headerMobile-cart {
  display: block;
  color: #ffffff;
  text-decoration: none;
  background: url(../images/cart_b.svg) 7px 11px #f6f6f6 no-repeat;
  background-size: 20px;
  border-radius: 20px;
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 14px;
  line-height: 30px;
  position: relative;
}
.headerMobile-cart a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.headerMobile-cart a:after {
  position: absolute;
  top: -4px;
  right: -7px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  z-index: 1;
}
.headerMobile-cart .num {
  display: block;
  position: absolute;
  top: -4px;
  right: -7px;
  font-size: 10px;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  color: #fff;
  background-color: #f25858;
  line-height: 17px;
  text-decoration: none;
}
.headerMobile-cart .num.empty {
  display: none;
}

.menu-btn {
  width: 30px;
  height: 30px;
  position: relative;
  margin: 0 15px 0 -3px;
}
.menu-btn:after {
  position: absolute;
  content: "";
  width: 24px;
  height: 2px;
  background: #0089CF;
  top: 50%;
  left: 50%;
  margin: -1px 0 0 -12px;
}
.menu-btn:before {
  position: absolute;
  content: "";
  width: 24px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 2px #0089CF;
  border-bottom: solid 2px #0089CF;
  top: 50%;
  left: 50%;
  margin: -10px 0 0 -12px;
}

.menu-drop {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 66px;
  padding-bottom: 50px;
  background: #fff;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  font-weight: normal;
  display: none;
}
.menu-drop.open {
  display: block;
}
.menu-drop-logo {
  position: absolute;
  left: 20px;
  top: 18px;
}
.menu-drop-logo .logo img {
  width: auto;
  height: 40px;
}
.menu-drop-other {
  padding: 20px;
}
.menu-drop-other > div + div {
  margin-top: 15px;
}
.menu-drop-other .header-phone {
  display: block;
}
.menu-drop nav div {
  border-bottom: solid 1px rgba(51, 51, 51, 0.2);
}
.menu-drop nav div a,
.menu-drop nav div span {
  display: block;
  color: #333;
  font-weight: 600;
  text-decoration: none;
  padding: 14px 20px 15px 20px;
  position: relative;
}
.menu-drop nav div.active a,
.menu-drop nav div.active span {
  color: #ca3839;
}

.menu-drop-close {
  position: absolute;
  width: 40px;
  height: 40px;
  right: 15px;
  top: 20px;
  z-index: 2;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.menu-drop-close:after, .menu-drop-close:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: #0089CF;
  left: calc(50% - 1px);
  top: calc(50% - 15px);
}
.menu-drop-close:after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.menu-drop-close:before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

/*aside,nav,header,footer,article,section,blockquote,hgroup, div{
    display: block;
}*/
address, caption, cite, code, dfn, var {
  font-style: normal;
  font-weight: normal;
}

.adressCompany {
  display: inline-block;
  vertical-align: top;
  margin-left: 50px;
  width: 147px;
  color: #fff;
  margin-top: 35px;
  font-size: 14px;
}

.adressCompany a {
  color: #a7c8fb;
}

header .contacts {
  background: url("/DESIGN/SITE/images/phone_ico.png") no-repeat scroll 0 25px rgba(0, 0, 0, 0);
  display: inline-block;
  margin: 14px 0 0;
  padding-left: 25px;
  text-align: right;
  vertical-align: top;
  height: 80px;
}

header .contacts .inline {
  vertical-align: top;
  display: inline-block;
  margin-left: 20px;
  text-align: left;
  margin-top: 11px;
}

header .contacts .inline .tel:nth-child(3) {
  padding-left: 15px;
}

header .contacts .tel a span {
  color: #fff;
  font-size: 14px;
  font-weight: normal;
}

header .contacts .tel a {
  font-size: 18px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 2px;
  text-decoration: none;
}

header .call_back:hover,
header .call_back {
  border-bottom: 1px dashed #fff;
  color: #fff;
  display: block;
  left: 230px;
  display: none;
  margin-top: 5px;
  position: absolute;
  text-decoration: none;
  top: 100%;
}

header #basket {
  background: url("/DESIGN/SITE/images/basket_ico.png") no-repeat scroll 8px 3px rgba(0, 0, 0, 0);
  display: inline-block;
  margin: 36px 0px 0 30px;
  min-height: 30px;
  padding-left: 60px;
  vertical-align: top;
}

header #basket .title {
  color: #fff;
  font-size: 14px;
  text-shadow: 0 0 #fff;
  text-decoration: underline;
}

header #basket p {
  margin-bottom: 0;
  color: #fff;
  font-size: 11px;
}

nav ul {
  width: 100%;
  margin: 0;
  padding: 0;
}

nav ul li {
  padding: 0;
  margin: 0;
  list-style: none;
}

nav ul li:before {
  display: none;
}

header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}
header nav ul > li {
  height: 40px;
  position: relative;
}
header nav ul > li a:visited,
header nav ul > li span,
header nav ul > li a {
  display: block;
  height: 40px;
  color: #fff;
  line-height: 38px;
  text-decoration: none;
}
header nav ul > li span, header nav ul > li:hover a {
  color: #bba;
  text-decoration: none;
}

/*--MIDDLE--*/
main {
  margin-bottom: 25px;
}
main .breadcrumbs {
  margin: 15px 0;
}
main .breadcrumbs.c2 {
  text-align: center;
}
main .breadcrumbs a:visited,
main .breadcrumbs a {
  color: #6692ce;
}

.header-h1 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-h1.c2 {
  justify-content: center;
}
.header-h1 h1 {
  padding-right: 20px;
}
.header-h1 .vin {
  width: 230px;
  white-space: nowrap;
}

.row-g {
  padding: 30px 0;
}

aside.side_left > .title {
  background: #2c3541;
  padding: 5px 0 5px 5px;
  color: #fff;
}

aside.side_left .title {
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 20px;
  padding-left: 5px;
}

aside.side_left {
  width: 230px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 16px;
  margin-bottom: 40px;
  margin-top: 10px;
}

aside.side_left .news {
  background: #f2f2f2;
  padding-bottom: 5px;
  margin-bottom: 13px;
}

.new .date,
.news .date {
  display: inline-block;
  padding: 0 8px;
  color: #f2f2f2;
  background: #ccc;
  font-size: 11px;
  margin-bottom: 8px;
}

aside.side_left .news .title {
  font-weight: normal;
  margin-bottom: 5px;
}

aside.side_left .news img {
  display: block;
  margin: 0 auto 10px;
}

.news .price {
  font-size: 14px;
  color: #f25858;
  margin-bottom: 5px;
  padding-left: 10px;
}

aside.side_left .news > p {
  padding: 0 10px;
  margin-bottom: 0;
}

aside.side_left .all {
  text-align: right;
}

aside.side_left .all a {
  display: inline-block;
  background: #6692ce;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  padding: 0 8px;
  line-height: 18px;
}

main .content .catalog_menu {
  background: url("../images/catalog_bg.png");
  padding: 22px 7px 22px 20px;
  margin-bottom: 25px;
}

main .content .catalog_menu .column {
  width: 120px;
  display: inline-block;
  vertical-align: top;
  padding-right: 9px;
}

main .content .catalog_menu.four .column {
  width: 215px;
  display: inline-block;
  vertical-align: top;
  padding-right: 5px;
}

main .catalog_menu .column a {
  display: inline-block;
  color: #4e5e73;
  text-decoration: none;
  padding: 0 5px;
  margin-bottom: 3px;
}

main .catalog_menu .column a:hover {
  color: #fff;
  background: #6692ce;
}

main .content .catalog {
  position: relative;
  width: 730px;
  margin-bottom: 40px;
}

main .content .catalog .title {
  font-family: PTSans-Bold;
  font-size: 18px;
  color: #000;
  margin-bottom: 27px;
}

main .content .catalog_section {
  display: inline-block;
  vertical-align: top;
  width: 220px;
  height: 303px;
  margin-right: 16px;
  margin-bottom: 36px;
  background: #fff;
  text-align: center;
}

main .content .catalog_section a {
  text-decoration: none;
}

main .content .catalog_section img {
  display: block;
}

main .catalog_section .title {
  height: 73px;
  text-align: center;
  border-top: #ededed solid 1px;
  padding: 5px;
}

main .catalog_section .title p {
  text-shadow: 0 0 #333;
  height: 40px;
  font-size: 14px;
  font-family: PTSans;
  color: #333;
  text-decoration: underline;
  margin-bottom: 0;
}

main .catalog_section .prise {
  text-align: center;
  color: #ff502d;
  font-family: PTSans-Bold;
  font-size: 24px;
}

main .catalog_section .prise span {
  font-size: 16px;
}

main ul.details,
main ul.details ul {
  padding: 0;
  margin: 0;
}

main li.childs p {
  display: inline-block;
  padding-left: 30px;
  position: relative;
  margin-bottom: 0;
  cursor: pointer;
  text-align: left;
}

main li.childs p span {
  color: #6692ce;
  border-bottom: #6692ce dashed 1px;
}

main li.childs:before {
  display: none;
}

main li.childs p:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 13px;
  height: 13px;
  background: url("../images/list_sign.jpg");
}

main li.childs p:hover:before {
  background-position: 0 -13px;
}

main li.childs.active p:before {
  background-position: 0 -26px;
}

main li.childs.active p {
  color: #f25858;
}
main li.childs.active p:before {
  background-position: 0 -26px;
}
main li.childs.active p:hover {
  text-decoration: underline;
}
main li.childs.active p:hover:before {
  background-position: 0 -39px;
}

main li.childs li {
  display: none;
  padding-left: 30px;
  text-align: left;
}
main li.childs li:before {
  display: none;
}
main li.childs li.active a {
  color: #f25858;
  text-decoration: none;
}
main li.childs li.active a:hover {
  text-decoration: underline;
}

.table_title {
  font-weight: bold;
}

.cnt-col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cnt-col-l {
  display: table-cell;
  vertical-align: top;
  width: 330px;
}
.cnt-col-l.hideall {
  display: none;
}
.cnt-col-l.t2 {
  width: 270px;
}
.cnt-col-l.t3 {
  width: auto;
  padding-right: 40px;
}
.cnt-col-r {
  display: table-cell;
  vertical-align: top;
}
.cnt-col-r.t3 {
  width: 230px;
}
.cnt-col-r .main-p-text {
  margin-top: 100px;
}

/*.parentAll{
    border:0;
    border-collapse: separate;
    border-spacing: 6px;
}*/
.parentAll {
  border-collapse: collapse;
  border: 0;
}

.new .parentAll td {
  border: #97dac5 solid 1px;
}

.sec .parentAll td {
  border: #e2dcb2 solid 1px;
}

.new .parentAll .prices {
  color: #1a1a1a;
}

.parentAll th {
  padding: 10px 5px;
}

.parentAll .word_wrap {
  word-break: break-all;
}

.parentAll .foto,
.parentAll .num,
.parentAll .but {
  padding: 0 5px;
}

.parentAll td.foto {
  font-size: 11px;
  text-align: center;
}

.parentAll td.num {
  width: 60px;
}

.parentAll td.ids,
.parentAll td.num,
.parentAll td.prices,
.parentAll td.but {
  text-align: center;
}

.new .parentAll td.prices {
  display: table-cell;
}

.parentAll td.prices {
  font-weight: bold;
  white-space: nowrap;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
}

/*.parentAll td.price.nosechand
{
    font-weight: bold;
}*/
#tableBasket th,
.parentAll th {
  text-align: center;
  text-shadow: 0 0 #1a1a1a;
}

#tableBasket .imgbasket img {
  max-width: 90px;
}

.num input {
  display: inline-block;
  height: 27px;
  width: 56px;
  border: #d9d9d9 solid 1px;
  text-align: center;
  margin-right: 5px;
}

.kolvo {
  display: inline-block;
  vertical-align: top;
  height: 29px;
  width: 29px;
}

.kolvo .plus {
  height: 12px;
  width: 29px;
  background: url("../images/arrow.png");
  margin-bottom: 5px;
}

.kolvo .plus:hover {
  background-position: -29px 0;
}

.kolvo .minus {
  height: 12px;
  width: 29px;
  background: url("../images/arrow.png");
  background-position: 0 -12px;
  margin-bottom: 5px;
}

.kolvo .minus:hover {
  background-position: -29px -12px;
}

.payitem.button {
  width: 77px;
}

.payitem1.button {
  width: auto;
}

.button:visited,
.button {
  display: block;
  background: #2BA2DF;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  line-height: 29px;
  text-decoration: none;
  padding: 6px 10px;
  cursor: pointer;
}
.button:visited.consult,
.button.consult {
  background: url("../images/phone_w.svg") 10px 50%/16px no-repeat #0089CF;
  border: solid 1px #2BA2DF;
  padding-left: 40px;
}
.button:visited.consult:hover,
.button.consult:hover {
  background: url("../images/phone_w.svg") 10px 50%/20px no-repeat #0089CF;
}

.button:hover {
  background: #0089CF;
  color: #fff;
}

.button:active {
  background: #0089CF;
  box-shadow: none;
  color: #82aae0;
  text-decoration: none;
}

#tableBasket td,
#tableBasket {
  border: 0;
}

#tableBasket td.price {
  white-space: nowrap;
}

#tableBasket tr {
  margin-bottom: 10px;
}

#tableBasket .num {
  /*min-width: 92px;*/
  text-align: center;
}

main .new_img {
  display: inline-block;
  float: left;
  margin: 0 15px 10px 0;
}

main .news_list {
  margin-top: 25px;
}

main .news_list .news {
  width: 100%;
  display: inline-block;
  margin-bottom: 15px;
}

main .news_list .news .title {
  margin-bottom: 20px;
}

main .new .prices {
  display: block;
  color: #f25858;
}

main .item_img {
  display: inline-block;
  float: left;
  width: 300px;
  margin: 0 20px 15px 0;
}

main .article {
  font-weight: bold;
  margin-bottom: 10px;
}

.hfooter {
  height: 100px;
}

/*--FOOTER--*/
footer {
  margin-top: -100px;
  background: #1e252f;
  padding-bottom: 50px;
}

footer a:hover,
footer a:visited,
footer a,
footer p {
  color: #ffffff;
  font-size: 12px;
  margin-bottom: 0;
  text-decoration: none;
}

footer .medialight {
  text-align: right;
  float: right;
  padding-top: 5px;
}

footer .copyright a,
footer .medialight a {
  color: #fff;
  text-decoration: underline;
}

footer .copyright a:hover,
footer .medialight a:hover {
  text-decoration: none;
}

footer .medialight span {
  color: #fff;
}

footer .copyright,
footer .contacts,
footer .medialight {
  display: inline-block;
  vertical-align: top;
}

footer .copyright {
  padding-top: 5px;
  padding-right: 20px;
}

footer .metrika {
  float: right;
  display: inline-block;
  height: 42px;
  background: url("../images/metrika.png");
  vertical-align: top;
  margin-top: 4px;
  margin-left: 13px;
}

main .wrapper.error404 {
  width: 940px;
  padding-top: 40px;
}

main .wrapper.error404 img {
  display: inline-block;
  margin-right: 20px;
}

main .wrapper.error404 .text {
  width: 690px;
  display: inline-block;
  vertical-align: top;
}

main .wrapper.error404 p {
  margin-bottom: 10px;
}

#fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(44, 53, 65, 0.4);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#662c3541", endColorstr="#662c3541",GradientType=0 );
  z-index: 15;
}

.block_cart {
  position: fixed;
  top: 127px;
  left: 50%;
  margin-left: -148px;
  width: 244px;
  min-height: 296px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 0 25px #000;
  z-index: 16;
}

.block_cart2 {
  position: fixed;
  top: 325px;
  left: 50%;
  margin-left: -148px;
  width: 404px;
  min-height: 169px;
  padding: 28px;
  background: #fff;
  box-shadow: 0 0 25px #000;
  z-index: 16;
}

.block_cart2 .title,
.block_cart .title {
  font-size: 16px;
  color: #6692ce;
  margin-bottom: 25px;
}

a.close {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 29px;
  height: 29px;
  background: url("../images/close.png");
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#662c3541", endColorstr="#662c3541",GradientType=0 );
}

a.close:hover {
  background-position: 0 -29px;
}

a.close:active {
  background-position: 0 -58px;
}

.close .delete {
  display: block;
  width: 29px;
  height: 29px;
  background: url("../images/delete.png");
}

.close .delete:hover {
  background-position: 0 -29px;
}

.close .delete:active {
  background-position: 0 -58px;
}

#tableBasket td {
  border-bottom: #dedede;
}

#tableBasketFather .resume {
  background: #f2f2f2;
  margin-top: 5px;
  text-align: right;
  height: 40px;
}

#tableBasketFather .resume .prise {
  display: inline-block;
  margin-left: 15px;
  font-size: 18px;
  color: #f25858;
  line-height: 39px;
  margin-right: 10px;
}

.textmsgtable {
  display: none;
}

.formZv, .errormsg {
  color: #f25858;
}

.formZv {
  margin: 15px 0;
}

.error input,
.error textarea {
  border: #f25858 solid 1px;
}

.block_cart .button {
  width: 120px;
}

form input, form textarea {
  border: #d9d9d9 solid 1px;
}

.errormsg, .red {
  color: #f25858;
}

.error input, .error textarea {
  border: #f25858 solid 1px;
}

form .item {
  margin-bottom: 10px;
}

.register-text {
  max-width: 500px;
  margin: 0 auto 40px;
}
.register-text p {
  font-size: 16px;
  line-height: 1.5;
}

.auth-form form .item {
  margin-bottom: 20px;
}
.auth-form form .item.t2 {
  flex-basis: 100% !important;
}
.auth-form form .item i {
  color: #f25858;
}

form .item .title {
  color: #1a1a1a;
  text-shadow: 0 0 #1a1a1a;
  margin-bottom: 5px;
}

.block_cart input {
  height: 27px;
  width: 242px;
}

.block_cart textarea {
  height: 85px;
  width: 242px;
}

.block_cart2 .button {
  display: inline-block;
  width: 150px;
  margin-top: 25px;
}

.block_cart2 .out {
  margin-right: 99px;
}

.block_cart2 .price {
  font-size: 14px;
  color: #f25858;
}

.photo_gall {
  position: relative;
  width: 600px;
  max-width: 100%;
  min-height: 200px;
}
.photo_gall .title {
  color: #6692ce;
  font-size: 16px;
  margin-bottom: 15px;
}
.photo_gall .big_img {
  text-align: center;
  margin-bottom: 10px;
  vertical-align: middle;
}
.photo_gall .big_img img {
  display: inline-block;
  width: 100%;
  max-width: 600px;
  vertical-align: middle;
}
.photo_gall .big_img a {
  cursor: default;
}
.photo_gall .mini_img img {
  display: inline-block;
  max-width: 90px;
  vertical-align: middle;
  margin-right: 5px;
  margin-bottom: 5px;
}

.pagination {
  margin: 20px 0;
}

.pagination a,
.pagination span {
  display: inline-block;
  vertical-align: top;
  width: 24px;
  height: 24px;
  color: #ccc;
  text-align: center;
  line-height: 23px;
  background: #f2f2f2;
  margin-right: 5px;
  text-decoration: none;
  behavior: url("/DESIGN/SITE/css/PIE.htc");
}

.pagination a:hover,
.pagination span {
  background: #6692ce;
  color: #fff;
}

.pagination .space {
  background: none;
  border: 0;
  color: #333;
}

#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 5;
  margin-left: -30px;
  margin-top: -30px;
}

#loader img {
  width: 60px;
}

#feedbackformB .number {
  display: none;
}

.hidden {
  display: none;
}

main .item_img_detal {
  margin: 0 0 45px 0;
  width: 100%;
  max-width: 300px;
}

main .item_img_detal img {
  max-width: 300px;
}

.js_popUpOnHover {
  position: relative;
  border-bottom: 1px dashed #000;
  cursor: pointer;
}

.js_popup {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 10;
  padding: 10px;
}

.js_element {
  background: none repeat scroll 0 0 #6692CE;
  border: 2px solid #fff;
  color: #fff;
  font-weight: bold;
  width: 200px;
}

.auto_logo {
  float: left;
  height: 130px;
  margin: 5px 10px;
}

.requestByVIN {
  width: 500px;
  margin-left: -250px;
  min-height: 0;
  margin-top: -290px;
  top: 50%;
}

.requestByVIN p {
  margin-bottom: 0;
}

.requestByVIN .item input {
  box-sizing: border-box;
}

.requestByVIN .item {
  display: inline-block;
  margin-right: 20px;
  vertical-align: top;
}

.requestByVIN .form form {
  font-size: 0;
  margin-right: -28px;
}

.requestByVIN .form * {
  font-size: 13px;
}

.requestByVIN .form .errormsg {
  width: 242px;
}

.requestByVIN .item.wide {
  display: block;
  margin-right: 20px;
  width: auto;
}

.requestByVIN .item.wide textarea {
  width: 100%;
  resize: none;
}

.form .group_checkbox input {
  width: auto;
  height: auto;
  vertical-align: middle;
}

.form .group_checkbox.x3 label {
  width: 32%;
  vertical-align: middle;
  display: inline-block;
}

.form .col_1of3 {
  width: 104px;
}

.form .col_2of3 {
  width: 384px;
}

.form .col_2of3 input {
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}

.form .checkbox input {
  display: inline-block;
  height: auto;
  width: auto;
  padding: 0;
  vertical-align: middle;
}

.form .checkbox {
  position: relative;
}
.form .checkbox .title {
  padding-left: 30px;
  font-size: 14px;
}
.form .checkbox .title a {
  text-decoration: none;
}
.form .checkbox .title a:hover {
  text-decoration: underline;
}
.form .checkbox input {
  display: none !important;
}
.form .checkbox input:checked + i:after {
  opacity: 1;
}
.form .checkbox i {
  display: block;
  width: 20px;
  height: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  border: solid 1px #dddddd;
  border-radius: 2px;
  left: 0;
  top: 0;
}
.form .checkbox i:after {
  position: absolute;
  content: "";
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #333333;
  border-bottom: solid 2px #333333;
  width: 6px;
  height: 8px;
  left: 5px;
  top: 3px;
  opacity: 0;
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.form .item.detailType label {
  color: #555;
}

.cart-form, .feedback-form, .auth-form {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 200px 30px;
}
.cart-form.t2, .feedback-form.t2, .auth-form.t2 {
  padding: 20px 0 30px;
  max-width: 440px;
  margin: 0 auto;
}
.cart-form.t2 form .item, .feedback-form.t2 form .item, .auth-form.t2 form .item {
  margin-bottom: 0;
}
.cart-form .basket-title, .feedback-form .basket-title, .auth-form .basket-title {
  font-weight: 500;
  margin-bottom: 20px;
  font-size: 20px;
}
.cart-form #feedbackformB,
.cart-form #feedbackform,
.cart-form #authSend,
.cart-form #registrationSend,
.cart-form #forgotSend,
.cart-form #resetSend, .feedback-form #feedbackformB,
.feedback-form #feedbackform,
.feedback-form #authSend,
.feedback-form #registrationSend,
.feedback-form #forgotSend,
.feedback-form #resetSend, .auth-form #feedbackformB,
.auth-form #feedbackform,
.auth-form #authSend,
.auth-form #registrationSend,
.auth-form #forgotSend,
.auth-form #resetSend {
  display: flex;
  flex-wrap: wrap;
}
.cart-form #feedbackformB > div,
.cart-form #feedbackform > div,
.cart-form #authSend > div,
.cart-form #registrationSend > div,
.cart-form #forgotSend > div,
.cart-form #resetSend > div, .feedback-form #feedbackformB > div,
.feedback-form #feedbackform > div,
.feedback-form #authSend > div,
.feedback-form #registrationSend > div,
.feedback-form #forgotSend > div,
.feedback-form #resetSend > div, .auth-form #feedbackformB > div,
.auth-form #feedbackform > div,
.auth-form #authSend > div,
.auth-form #registrationSend > div,
.auth-form #forgotSend > div,
.auth-form #resetSend > div {
  flex-basis: 50%;
  padding: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-form #feedbackformB > div.wide,
.cart-form #feedbackform > div.wide,
.cart-form #authSend > div.wide,
.cart-form #registrationSend > div.wide,
.cart-form #forgotSend > div.wide,
.cart-form #resetSend > div.wide, .feedback-form #feedbackformB > div.wide,
.feedback-form #feedbackform > div.wide,
.feedback-form #authSend > div.wide,
.feedback-form #registrationSend > div.wide,
.feedback-form #forgotSend > div.wide,
.feedback-form #resetSend > div.wide, .auth-form #feedbackformB > div.wide,
.auth-form #feedbackform > div.wide,
.auth-form #authSend > div.wide,
.auth-form #registrationSend > div.wide,
.auth-form #forgotSend > div.wide,
.auth-form #resetSend > div.wide {
  flex-basis: 100%;
}
.cart-form #feedbackformB > div.half,
.cart-form #feedbackform > div.half,
.cart-form #authSend > div.half,
.cart-form #registrationSend > div.half,
.cart-form #forgotSend > div.half,
.cart-form #resetSend > div.half, .feedback-form #feedbackformB > div.half,
.feedback-form #feedbackform > div.half,
.feedback-form #authSend > div.half,
.feedback-form #registrationSend > div.half,
.feedback-form #forgotSend > div.half,
.feedback-form #resetSend > div.half, .auth-form #feedbackformB > div.half,
.auth-form #feedbackform > div.half,
.auth-form #authSend > div.half,
.auth-form #registrationSend > div.half,
.auth-form #forgotSend > div.half,
.auth-form #resetSend > div.half {
  flex-basis: 100%;
}
.cart-form #feedbackformB > div.half .button.t3,
.cart-form #feedbackform > div.half .button.t3,
.cart-form #authSend > div.half .button.t3,
.cart-form #registrationSend > div.half .button.t3,
.cart-form #forgotSend > div.half .button.t3,
.cart-form #resetSend > div.half .button.t3, .feedback-form #feedbackformB > div.half .button.t3,
.feedback-form #feedbackform > div.half .button.t3,
.feedback-form #authSend > div.half .button.t3,
.feedback-form #registrationSend > div.half .button.t3,
.feedback-form #forgotSend > div.half .button.t3,
.feedback-form #resetSend > div.half .button.t3, .auth-form #feedbackformB > div.half .button.t3,
.auth-form #feedbackform > div.half .button.t3,
.auth-form #authSend > div.half .button.t3,
.auth-form #registrationSend > div.half .button.t3,
.auth-form #forgotSend > div.half .button.t3,
.auth-form #resetSend > div.half .button.t3 {
  background-color: #0089CF;
}
.cart-form #feedbackformB > div.half .button.t3, .cart-form #feedbackformB > div.half .button.t2,
.cart-form #feedbackform > div.half .button.t3,
.cart-form #feedbackform > div.half .button.t2,
.cart-form #authSend > div.half .button.t3,
.cart-form #authSend > div.half .button.t2,
.cart-form #registrationSend > div.half .button.t3,
.cart-form #registrationSend > div.half .button.t2,
.cart-form #forgotSend > div.half .button.t3,
.cart-form #forgotSend > div.half .button.t2,
.cart-form #resetSend > div.half .button.t3,
.cart-form #resetSend > div.half .button.t2, .feedback-form #feedbackformB > div.half .button.t3, .feedback-form #feedbackformB > div.half .button.t2,
.feedback-form #feedbackform > div.half .button.t3,
.feedback-form #feedbackform > div.half .button.t2,
.feedback-form #authSend > div.half .button.t3,
.feedback-form #authSend > div.half .button.t2,
.feedback-form #registrationSend > div.half .button.t3,
.feedback-form #registrationSend > div.half .button.t2,
.feedback-form #forgotSend > div.half .button.t3,
.feedback-form #forgotSend > div.half .button.t2,
.feedback-form #resetSend > div.half .button.t3,
.feedback-form #resetSend > div.half .button.t2, .auth-form #feedbackformB > div.half .button.t3, .auth-form #feedbackformB > div.half .button.t2,
.auth-form #feedbackform > div.half .button.t3,
.auth-form #feedbackform > div.half .button.t2,
.auth-form #authSend > div.half .button.t3,
.auth-form #authSend > div.half .button.t2,
.auth-form #registrationSend > div.half .button.t3,
.auth-form #registrationSend > div.half .button.t2,
.auth-form #forgotSend > div.half .button.t3,
.auth-form #forgotSend > div.half .button.t2,
.auth-form #resetSend > div.half .button.t3,
.auth-form #resetSend > div.half .button.t2 {
  max-width: 200px;
}
.cart-form #feedbackformB label,
.cart-form #feedbackform label,
.cart-form #authSend label,
.cart-form #registrationSend label,
.cart-form #forgotSend label,
.cart-form #resetSend label, .feedback-form #feedbackformB label,
.feedback-form #feedbackform label,
.feedback-form #authSend label,
.feedback-form #registrationSend label,
.feedback-form #forgotSend label,
.feedback-form #resetSend label, .auth-form #feedbackformB label,
.auth-form #feedbackform label,
.auth-form #authSend label,
.auth-form #registrationSend label,
.auth-form #forgotSend label,
.auth-form #resetSend label {
  padding: 0 10px;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-form #feedbackformB .memo textarea,
.cart-form #feedbackform .memo textarea,
.cart-form #authSend .memo textarea,
.cart-form #registrationSend .memo textarea,
.cart-form #forgotSend .memo textarea,
.cart-form #resetSend .memo textarea, .feedback-form #feedbackformB .memo textarea,
.feedback-form #feedbackform .memo textarea,
.feedback-form #authSend .memo textarea,
.feedback-form #registrationSend .memo textarea,
.feedback-form #forgotSend .memo textarea,
.feedback-form #resetSend .memo textarea, .auth-form #feedbackformB .memo textarea,
.auth-form #feedbackform .memo textarea,
.auth-form #authSend .memo textarea,
.auth-form #registrationSend .memo textarea,
.auth-form #forgotSend .memo textarea,
.auth-form #resetSend .memo textarea {
  height: 100px;
  resize: none;
}
.cart-form #feedbackformB input, .cart-form #feedbackformB textarea,
.cart-form #feedbackform input,
.cart-form #feedbackform textarea,
.cart-form #authSend input,
.cart-form #authSend textarea,
.cart-form #registrationSend input,
.cart-form #registrationSend textarea,
.cart-form #forgotSend input,
.cart-form #forgotSend textarea,
.cart-form #resetSend input,
.cart-form #resetSend textarea, .feedback-form #feedbackformB input, .feedback-form #feedbackformB textarea,
.feedback-form #feedbackform input,
.feedback-form #feedbackform textarea,
.feedback-form #authSend input,
.feedback-form #authSend textarea,
.feedback-form #registrationSend input,
.feedback-form #registrationSend textarea,
.feedback-form #forgotSend input,
.feedback-form #forgotSend textarea,
.feedback-form #resetSend input,
.feedback-form #resetSend textarea, .auth-form #feedbackformB input, .auth-form #feedbackformB textarea,
.auth-form #feedbackform input,
.auth-form #feedbackform textarea,
.auth-form #authSend input,
.auth-form #authSend textarea,
.auth-form #registrationSend input,
.auth-form #registrationSend textarea,
.auth-form #forgotSend input,
.auth-form #forgotSend textarea,
.auth-form #resetSend input,
.auth-form #resetSend textarea {
  border: solid 1px #dedede;
  display: inline-block;
  vertical-align: top;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding: 15px 19px 14px;
  background: transparent;
  color: #333;
}
.cart-form #feedbackformB input.has_error, .cart-form #feedbackformB textarea.has_error,
.cart-form #feedbackform input.has_error,
.cart-form #feedbackform textarea.has_error,
.cart-form #authSend input.has_error,
.cart-form #authSend textarea.has_error,
.cart-form #registrationSend input.has_error,
.cart-form #registrationSend textarea.has_error,
.cart-form #forgotSend input.has_error,
.cart-form #forgotSend textarea.has_error,
.cart-form #resetSend input.has_error,
.cart-form #resetSend textarea.has_error, .feedback-form #feedbackformB input.has_error, .feedback-form #feedbackformB textarea.has_error,
.feedback-form #feedbackform input.has_error,
.feedback-form #feedbackform textarea.has_error,
.feedback-form #authSend input.has_error,
.feedback-form #authSend textarea.has_error,
.feedback-form #registrationSend input.has_error,
.feedback-form #registrationSend textarea.has_error,
.feedback-form #forgotSend input.has_error,
.feedback-form #forgotSend textarea.has_error,
.feedback-form #resetSend input.has_error,
.feedback-form #resetSend textarea.has_error, .auth-form #feedbackformB input.has_error, .auth-form #feedbackformB textarea.has_error,
.auth-form #feedbackform input.has_error,
.auth-form #feedbackform textarea.has_error,
.auth-form #authSend input.has_error,
.auth-form #authSend textarea.has_error,
.auth-form #registrationSend input.has_error,
.auth-form #registrationSend textarea.has_error,
.auth-form #forgotSend input.has_error,
.auth-form #forgotSend textarea.has_error,
.auth-form #resetSend input.has_error,
.auth-form #resetSend textarea.has_error {
  border: solid 1px #f00;
}
.cart-form #feedbackformB .radiob,
.cart-form #feedbackform .radiob,
.cart-form #authSend .radiob,
.cart-form #registrationSend .radiob,
.cart-form #forgotSend .radiob,
.cart-form #resetSend .radiob, .feedback-form #feedbackformB .radiob,
.feedback-form #feedbackform .radiob,
.feedback-form #authSend .radiob,
.feedback-form #registrationSend .radiob,
.feedback-form #forgotSend .radiob,
.feedback-form #resetSend .radiob, .auth-form #feedbackformB .radiob,
.auth-form #feedbackform .radiob,
.auth-form #authSend .radiob,
.auth-form #registrationSend .radiob,
.auth-form #forgotSend .radiob,
.auth-form #resetSend .radiob {
  float: left;
  width: 20px;
  height: 20px;
  margin-right: 19px;
  margin-top: 0;
  padding-bottom: 10px;
}
.cart-form #feedbackformB .radiob input,
.cart-form #feedbackform .radiob input,
.cart-form #authSend .radiob input,
.cart-form #registrationSend .radiob input,
.cart-form #forgotSend .radiob input,
.cart-form #resetSend .radiob input, .feedback-form #feedbackformB .radiob input,
.feedback-form #feedbackform .radiob input,
.feedback-form #authSend .radiob input,
.feedback-form #registrationSend .radiob input,
.feedback-form #forgotSend .radiob input,
.feedback-form #resetSend .radiob input, .auth-form #feedbackformB .radiob input,
.auth-form #feedbackform .radiob input,
.auth-form #authSend .radiob input,
.auth-form #registrationSend .radiob input,
.auth-form #forgotSend .radiob input,
.auth-form #resetSend .radiob input {
  display: none;
}
.cart-form #feedbackformB .radiob input:checked + i:after,
.cart-form #feedbackform .radiob input:checked + i:after,
.cart-form #authSend .radiob input:checked + i:after,
.cart-form #registrationSend .radiob input:checked + i:after,
.cart-form #forgotSend .radiob input:checked + i:after,
.cart-form #resetSend .radiob input:checked + i:after, .feedback-form #feedbackformB .radiob input:checked + i:after,
.feedback-form #feedbackform .radiob input:checked + i:after,
.feedback-form #authSend .radiob input:checked + i:after,
.feedback-form #registrationSend .radiob input:checked + i:after,
.feedback-form #forgotSend .radiob input:checked + i:after,
.feedback-form #resetSend .radiob input:checked + i:after, .auth-form #feedbackformB .radiob input:checked + i:after,
.auth-form #feedbackform .radiob input:checked + i:after,
.auth-form #authSend .radiob input:checked + i:after,
.auth-form #registrationSend .radiob input:checked + i:after,
.auth-form #forgotSend .radiob input:checked + i:after,
.auth-form #resetSend .radiob input:checked + i:after {
  content: "";
}
.cart-form #feedbackformB .radiob i,
.cart-form #feedbackform .radiob i,
.cart-form #authSend .radiob i,
.cart-form #registrationSend .radiob i,
.cart-form #forgotSend .radiob i,
.cart-form #resetSend .radiob i, .feedback-form #feedbackformB .radiob i,
.feedback-form #feedbackform .radiob i,
.feedback-form #authSend .radiob i,
.feedback-form #registrationSend .radiob i,
.feedback-form #forgotSend .radiob i,
.feedback-form #resetSend .radiob i, .auth-form #feedbackformB .radiob i,
.auth-form #feedbackform .radiob i,
.auth-form #authSend .radiob i,
.auth-form #registrationSend .radiob i,
.auth-form #forgotSend .radiob i,
.auth-form #resetSend .radiob i {
  background: #fff;
  display: block;
  border-radius: 20px;
  border: solid 1px #dedede;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 17px;
  height: 17px;
}
.cart-form #feedbackformB .radiob i:after,
.cart-form #feedbackform .radiob i:after,
.cart-form #authSend .radiob i:after,
.cart-form #registrationSend .radiob i:after,
.cart-form #forgotSend .radiob i:after,
.cart-form #resetSend .radiob i:after, .feedback-form #feedbackformB .radiob i:after,
.feedback-form #feedbackform .radiob i:after,
.feedback-form #authSend .radiob i:after,
.feedback-form #registrationSend .radiob i:after,
.feedback-form #forgotSend .radiob i:after,
.feedback-form #resetSend .radiob i:after, .auth-form #feedbackformB .radiob i:after,
.auth-form #feedbackform .radiob i:after,
.auth-form #authSend .radiob i:after,
.auth-form #registrationSend .radiob i:after,
.auth-form #forgotSend .radiob i:after,
.auth-form #resetSend .radiob i:after {
  position: absolute;
  border-radius: 17px;
  width: 7px;
  height: 7px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -4px 0 0 -4px;
}
.cart-form #feedbackformB .register-btn button,
.cart-form #feedbackform .register-btn button,
.cart-form #authSend .register-btn button,
.cart-form #registrationSend .register-btn button,
.cart-form #forgotSend .register-btn button,
.cart-form #resetSend .register-btn button, .feedback-form #feedbackformB .register-btn button,
.feedback-form #feedbackform .register-btn button,
.feedback-form #authSend .register-btn button,
.feedback-form #registrationSend .register-btn button,
.feedback-form #forgotSend .register-btn button,
.feedback-form #resetSend .register-btn button, .auth-form #feedbackformB .register-btn button,
.auth-form #feedbackform .register-btn button,
.auth-form #authSend .register-btn button,
.auth-form #registrationSend .register-btn button,
.auth-form #forgotSend .register-btn button,
.auth-form #resetSend .register-btn button {
  max-width: 200px;
}
.cart-form #feedbackformB .memo, .feedback-form #feedbackformB .memo, .auth-form #feedbackformB .memo {
  flex-basis: 100%;
}
.cart-form #feedbackformB .memo textarea, .feedback-form #feedbackformB .memo textarea, .auth-form #feedbackformB .memo textarea {
  height: 100px;
  resize: none;
}
.cart-form .button, .cart-form .button:visited, .feedback-form .button, .feedback-form .button:visited, .auth-form .button, .auth-form .button:visited {
  display: inline-block;
}
.cart-form #authSend .button,
.cart-form #registrationSend .button,
.cart-form #forgotSend .button,
.cart-form #resetSend .button, .feedback-form #authSend .button,
.feedback-form #registrationSend .button,
.feedback-form #forgotSend .button,
.feedback-form #resetSend .button, .auth-form #authSend .button,
.auth-form #registrationSend .button,
.auth-form #forgotSend .button,
.auth-form #resetSend .button {
  display: block;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  box-sizing: border-box;
  border: solid 1px #82aae0;
}
.cart-form #authSend .button.t2,
.cart-form #registrationSend .button.t2,
.cart-form #forgotSend .button.t2,
.cart-form #resetSend .button.t2, .feedback-form #authSend .button.t2,
.feedback-form #registrationSend .button.t2,
.feedback-form #forgotSend .button.t2,
.feedback-form #resetSend .button.t2, .auth-form #authSend .button.t2,
.auth-form #registrationSend .button.t2,
.auth-form #forgotSend .button.t2,
.auth-form #resetSend .button.t2 {
  background: #1AB1FF;
}
.cart-form #authSend .restore,
.cart-form #registrationSend .restore,
.cart-form #forgotSend .restore,
.cart-form #resetSend .restore, .feedback-form #authSend .restore,
.feedback-form #registrationSend .restore,
.feedback-form #forgotSend .restore,
.feedback-form #resetSend .restore, .auth-form #authSend .restore,
.auth-form #registrationSend .restore,
.auth-form #forgotSend .restore,
.auth-form #resetSend .restore {
  display: none;
}
.cart-form #authSend .custom.error .restore,
.cart-form #registrationSend .custom.error .restore,
.cart-form #forgotSend .custom.error .restore,
.cart-form #resetSend .custom.error .restore, .feedback-form #authSend .custom.error .restore,
.feedback-form #registrationSend .custom.error .restore,
.feedback-form #forgotSend .custom.error .restore,
.feedback-form #resetSend .custom.error .restore, .auth-form #authSend .custom.error .restore,
.auth-form #registrationSend .custom.error .restore,
.auth-form #forgotSend .custom.error .restore,
.auth-form #resetSend .custom.error .restore {
  display: inline;
}

.feedback-form {
  padding: 20px 0 30px;
  max-width: 500px;
}
.feedback-form #feedbackform {
  display: block;
}

.requestByVINopen {
  margin-bottom: 10px;
  cursor: pointer;
}

.requestByVINicon {
  display: block;
  margin: 0 auto -24px;
  z-index: 2;
}

.requestByVINbtn {
  background: #e74c3c;
  border-radius: 10px;
  padding: 15px 0;
  box-shadow: 0px -3px 0px 0px #c0392b inset;
  text-decoration: underline;
  color: #fff;
}

.requestByVINopen:hover .requestByVINbtn {
  text-decoration: none;
}

.requestByVINbtn .mainTitle {
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.75);
}

.requestByVINbtn .miniTitle {
  font-size: 12px;
  text-align: center;
}

/*custom*/
div.second {
  margin-bottom: 10px;
}

.spclcolumn {
  width: 328px;
  display: inline-block;
  padding-right: 5px;
  vertical-align: top;
}

.tablep {
  display: table;
}

.tablep .cell {
  display: table-cell;
}

.parentAll td.nameTd .tablep {
  width: 100%;
}

.parentAll td.nameTd .name_left .showPhoto > * {
  display: inline-block;
  vertical-align: middle;
}

.parentAll td.nameTd .name_rignt {
  text-align: right;
}

.parentAll td.nameTd {
  min-width: 270px;
}
.parentAll td.nameTd .subtitle {
  font-size: 13px;
  color: #777;
  margin: 5px 0;
}

.parentArt.detalplus td {
  background: #FFCD7C;
}

.call-us {
  text-align: center !important;
}

.body-phones, .body-phones td {
  text-align: center;
  border: none;
}

.castom_catalog_menu > div {
  display: inline-block;
  width: 214px;
  vertical-align: top;
  margin: 0 5px 8px;
}

.castom_catalog_menu > div > a {
  color: #4e5e73;
  text-decoration: none;
}

.castom_catalog_menu > div > a:hover {
  color: #fff;
  background: #6692ce;
}

.leftmenu a {
  display: block;
  text-decoration: none;
  border-radius: 2px;
  color: #fff;
  padding: 0 24px 0 75px;
  margin-bottom: 3px;
  position: relative;
}

.leftmenu a > span {
  height: 48px;
  display: table-cell;
  vertical-align: middle;
}

.leftmenu .lm1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/lm1.png) no-repeat;
  width: 60px;
  height: 47px;
}

.ourNews {
  margin: 18px 0;
}

.ourNews a {
  display: block;
  border: 1px solid #c5c5c5;
  color: #3b5f92;
  border-radius: 2px;
  padding: 15px 40px 15px 60px;
  position: relative;
}

.ourNews a:before {
  content: "";
  position: absolute;
  top: 14px;
  left: 20px;
  background: url(../images/gazette.png) no-repeat;
  width: 26px;
  height: 19px;
}

.ourNews a:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -5px;
  right: 17px;
  background: url(../images/str.png) no-repeat;
  width: 6px;
  height: 10px;
}

.leftmenu .lm1:hover:before {
  background: url(../images/lm1h.png);
}

.leftmenu .lm2:hover:before {
  background: url(../images/lm2h.png);
}

.leftmenu .lm3:hover:before {
  background: url(../images/lm3h.png);
}

.leftmenu .lm4:hover:before {
  background: url(../images/lm4h.png);
}

.lm5:hover {
  background: rgba(37, 211, 102, 0.8);
  border: solid 1px rgba(37, 211, 102, 0.8);
}

.leftmenu .lm2:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/lm2.png) no-repeat;
  width: 60px;
  height: 47px;
}

.leftmenu .lm3:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/lm3.png) no-repeat;
  width: 60px;
  height: 47px;
}

.leftmenu .lm4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/lm4.png) no-repeat;
  width: 60px;
  height: 47px;
}

.lm5:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/whatsapp.svg) 15px 13px/24px no-repeat #fff;
  width: 60px;
  height: 47px;
  border-radius: 0 50px 50px 0/0 80px 80px 0;
}

.lm5 {
  border: 1px solid #25d366;
  background: #25d366;
}

.content .search form input {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 90px 6px 40px;
  border-radius: 2px;
  position: relative;
}

.search {
  margin: 11px 0 10px;
}

.content .search form:before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 16px;
  height: 16px;
  background: url(/DESIGN/SITE/images/search.png) no-repeat;
  z-index: 1;
}

.content .search form {
  position: relative;
}

.content .search form .submit:hover {
  cursor: pointer;
}

.content .search form .submit {
  position: absolute;
  top: 0;
  right: 0;
  background: #3b5f92;
  color: #fff;
  padding: 7px 5px;
  width: 70px;
  text-align: center;
  border-radius: 2px;
}

.content .search form .submit:hover {
  background: #6692ce;
}

.searchIn {
  position: relative;
  margin: 18px 0;
}

.searchIn > input {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6px 90px 6px 40px;
  border-radius: 2px;
  position: relative;
  border: #d9d9d9 solid 1px;
}

.searchIn:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 9px;
  width: 16px;
  height: 16px;
  background: url(../images/search.png) no-repeat;
  z-index: 1;
}

.js-prompt_helper_search_name_detail a {
  display: block;
  color: #fff;
  padding: 8px 20px;
}

.js-prompt_helper_search_name_detail {
  background: #6992d0;
  max-height: 290px;
  overflow: auto;
}

.ourNews.other:first-child {
  margin-top: 0;
}

.ourNews.other a {
  padding: 0 40px 0 25px;
  font-weight: bold;
  outline: none;
}

.ourNews a:active {
  outline: none;
}

.ourNews a {
  outline: none;
}

.ourNews.other a:before {
  display: none;
}

.ourNews.other a span {
  height: 46px;
  display: table-cell;
  vertical-align: middle;
}

.ea_button {
  display: block;
  background: #3b5f92;
  text-decoration: none;
  margin: 10px 0;
  color: #88b9ff !important;
  padding: 12px 30px 13px;
  font-style: italic;
  font-size: 14px;
  border-radius: 3px;
  outline: none;
  position: relative;
}

.ea_button:after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: url(../images/ea_button.png) 0 0 no-repeat;
  top: 50%;
  margin-top: -15px;
  right: 30px;
}

.ea_button span {
  display: block;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  margin-bottom: 6px;
}

.ea_button.js-showCatalog_menu {
  background: #eeeeee !important;
  color: #4d7ec3 !important;
  cursor: default;
}

.ea_button.js-showCatalog_menu:after {
  display: none;
}

.ea_button.js-showCatalog_menu span {
  color: #333 !important;
}

.ea_button.ea_button.ea_button:hover {
  background: #3671c5;
  color: #88b9ff;
}

.ea_button:hover:after {
  background-position: 0 100%;
}

.ea_button:hover span {
  color: #fff;
}

.review-b {
  border: solid 1px #c5c5c5;
  padding: 30px;
  font-size: 14px;
  margin: 0 auto;
  max-width: 750px;
}
.review-b-cols {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.review-b-cols > div {
  flex-basis: calc(50% - 20px);
  margin: 0 10px;
}
.review-b-line {
  display: block;
  margin-bottom: 10px;
}
.review-b-line:after {
  clear: both;
  content: "";
  display: table;
}
.review-b-line > span {
  float: left;
  width: 90px;
  min-height: 10px;
  padding-top: 7px;
}
.review-b-line > div {
  overflow: hidden;
  max-width: 550px;
  width: 100%;
}
.review-b-line > div input,
.review-b-line > div textarea {
  width: 100%;
  box-sizing: border-box;
  padding: 6px 15px;
  border: solid 1px #c5c5c5;
  border-radius: 3px;
}
.review-b-line > div textarea {
  height: 156px;
  resize: none;
}
.review-b-line > div button {
  display: inline-block;
  vertical-align: top;
  background: #3b5f92;
  border: 0;
  padding: 9px 25px 7px;
  color: #ffffff;
  font-size: 12px;
}

.check-b {
  margin-top: 7px;
  margin-bottom: 7px;
  display: block;
}

.check-b .check {
  float: left;
  width: 16px;
  height: 16px;
  margin: 0 14px 0 0;
}

.check-b .check input {
  display: none;
}

.check-b .check input:checked + i:after {
  content: "";
}

.check-b .check i {
  width: 14px;
  height: 14px;
  display: block;
  border: solid 1px #c5c5c5;
  border-radius: 2px;
  position: relative;
}

.check-b .check i:after {
  position: absolute;
  width: 6px;
  height: 6px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -3px 0 0 -3px;
}

.check-b .check-title {
  overflow: hidden;
}

.check-b:after {
  clear: both;
  content: "";
  display: table;
}

.review-item {
  padding: 25px 0;
  font-size: 14px;
  line-height: 20px;
}

.review-item.t2 {
  border-top: 0 !important;
  padding-top: 0;
  padding-left: 30px;
  border-bottom: solid 1px #c5c5c5;
}

.review-item.t2 + .review-item {
  border-top: 0;
}

.review-item.t2 .review-item-name {
  color: #e74c3c;
}

.review-item + .review-item {
  border-top: solid 1px #c5c5c5;
}

.review-item-top {
  margin-bottom: 10px;
}

.review-item-name {
  font-weight: bold;
  color: #3b5f92;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
}

.review-item time {
  color: #666666;
}

.custom_pay_field > div {
  /*    width: 180px;*/
  display: block;
  vertical-align: top;
}

.custom_pay_field > div + div {
  margin-top: 20px;
}

.custom_pay_field_description {
  color: #7e7e7e;
  font-size: 13px;
  margin-bottom: 15px;
  margin-left: 49px;
}

.custom_pay_field label {
  color: #1a1a1a;
}

.rule_form_baasket {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 100%;
  font-size: 12px;
  color: #888;
}

.partners-icon img {
  max-width: 406px;
  width: 100%;
}

.comment.memo {
  margin-top: 5px;
}

.comment.memo .title {
  color: transparent !important;
  text-shadow: none;
}

.comment.memo .title span {
  color: #1a1a1a !important;
}

.comment.memo .title div {
  color: #7e7e7e !important;
  margin-top: 5px;
}

.item.delivery div + div label {
  margin-top: 5px;
}

.pay-systems {
  margin-top: 10px;
}
.pay-systems > img {
  width: calc(100% - 50px);
  max-width: 325px;
}

.pay-systems img {
  vertical-align: middle;
}

.m {
  display: inline-block;
  vertical-align: top;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-background-size: cover;
  background-size: cover;
  position: relative;
  margin: 2px 0 0 6px;
}

.m a {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.m1 {
  background-image: url(/DESIGN/SITE/images/m1.png);
}

.m2 {
  background-image: url(/DESIGN/SITE/images/m2.png);
}

.promo {
  width: 100%;
  background: #da3d2e;
  background: linear-gradient(to right, #da3d2e 50%, #e84c3d 50%);
}

.promo > div {
  height: 50px;
  width: 980px;
  margin: 0 auto;
  padding: 0 0 0 20px;
}

.promo-left {
  vertical-align: top;
  height: 50px;
  width: 155px;
  display: inline-block;
  background-color: #da3d2e;
}

.promo-left > div {
  margin-top: 14px;
  color: #fff;
  font-size: 18px;
}

.promo-right {
  width: 780px;
  vertical-align: top;
  height: 50px;
  display: inline-block;
  background-color: #e84c3d;
}

.promo-content {
  vertical-align: top;
  margin-top: 15px;
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-style: italic;
}

.promo-slope {
  display: inline-block;
  border-left: 52px solid #da3d2e;
  border-bottom: 50px solid #e84c3d;
  left: -52px;
}

.js-banners_left {
  margin-bottom: 14px;
}

a.vk-link {
  float: right;
  display: inline-flex;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #454545;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}

a.vk-link:hover {
  border-color: #2391ed;
  background: #1094e9;
}

.auto-list {
  border-top: solid 1px #e5e5e5;
  border-left: solid 1px #e5e5e5;
  background-color: #f9f9f9;
  display: flex;
  flex-wrap: wrap;
}
.auto-list > div {
  flex-basis: 16.6666666667%;
}
.auto-list.t3 {
  border: none;
}
.auto-list.t3 > div {
  flex-basis: 33.3333333333%;
  display: flex;
  flex-wrap: wrap;
  align-self: start;
}
.auto-list.t3 > div > div {
  flex-basis: 50%;
}
.auto-list.t3 .auto-item {
  border: none;
}
.auto-list.t3 .auto-item-title {
  text-align: left;
}
.auto-list.t2 {
  border: none;
}
.auto-list.t2 > div {
  flex-basis: 50%;
  display: flex;
  flex-wrap: wrap;
  align-self: start;
}
.auto-list.t2 > div > div {
  flex-basis: 50%;
}
.auto-list.t2 .auto-item {
  border: none;
}
.auto-list.t2 .auto-item-title {
  text-align: left;
}

.auto-item {
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  flex-shrink: 1;
  flex-direction: column;
  padding: 10px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.auto-item.t3 {
  flex-basis: 33.3333333333%;
}
.auto-item.t3:after {
  content: unset;
}
.auto-item:hover:after {
  opacity: 1;
}
.auto-item:after {
  position: absolute;
  content: "";
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  border: solid 1px #6692ce;
  z-index: 2;
  opacity: 0;
}
.auto-item-img {
  width: 90px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.auto-item-img img {
  vertical-align: top;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}
.auto-item-title {
  padding: 0 15px;
  text-align: center;
}
.auto-item-title a {
  color: #333333;
  text-decoration: none;
}
.auto-item-title a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.auto-item-text {
  padding: 0 15px;
  text-align: left;
}
.auto-item-text a {
  text-decoration: none;
}

.more-auto {
  border-right: solid 1px #e5e5e5;
  border-bottom: solid 1px #e5e5e5;
  display: flex;
  flex-shrink: 1;
  flex-basis: 16.6666666667%;
  flex-direction: column;
  padding: 10px 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 14px;
}
.more-auto a {
  color: #e20015;
  text-decoration: none;
}
.more-auto a:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.more-auto a:hover span {
  border-bottom: dotted 1px transparent;
}
.more-auto a span {
  display: table;
  vertical-align: top;
  border-bottom: dotted 1px;
  margin: 0 auto;
}
.more-auto a span + span {
  margin-top: 10px;
}

.modal.vin {
  width: 100%;
}
.modal.vin form {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px;
}
.modal.vin form .item {
  flex-basis: 50%;
  padding: 0 20px;
  box-sizing: border-box;
}
.modal.vin form .item.checkbox {
  flex-basis: calc(100% - 40px);
  margin: 0 20px 20px;
}
.modal.vin form .item.checkbox .title {
  padding-left: 10px;
}
.modal.vin .button:visited, .modal.vin .button {
  width: 340px;
  margin: 0 auto;
}

.cat-list-mobile {
  display: none;
}

/*cat-end*/
.cat-end-col {
  display: table;
  width: 100%;
  table-layout: fixed;
}
.cat-end-col-l {
  display: table-cell;
  vertical-align: top;
}
.cat-end-col-r {
  display: table-cell;
  vertical-align: top;
  padding-right: 30px;
  padding-left: 45px;
  line-height: 27px;
}
.cat-end-col-r.magnifique a {
  color: #263f6a;
}
.cat-end-col-r.magnifique a.btn {
  color: #fff;
}
.cat-end-col-r.magnifique a.btn:hover {
  color: #263f6a;
}

.cat-end-img {
  display: table;
  width: 440px;
  height: 440px;
}
.cat-end-img div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cat-end-img div img {
  vertical-align: top;
}

.cat-end-col-inner {
  display: table;
  table-layout: fixed;
}
.cat-end-col-inner > div {
  display: table-cell;
  vertical-align: top;
  /*width: 170px;*/
  padding-right: 20px;
}
.cat-end-col-inner.t2 > div {
  vertical-align: middle;
}

.cat-end-price-wrap {
  position: relative;
  margin: 10px 0;
}
.cat-end-price-wrap .payitem.button,
.cat-end-price-wrap .payitem1.button {
  display: inline-block;
  padding: 10px 30px 9px;
  margin: 10px 15px;
  cursor: pointer;
  min-width: 125px;
}
.cat-end-price-wrap .payitem1.button {
  /*padding: 5px 15px 4px;*/
  color: #3b5f92;
  background-color: #f0f0f0;
  box-shadow: none;
  vertical-align: middle;
  margin-left: 0;
}
.cat-end-price-wrap .payitem1.button:hover {
  background-color: #ccc;
}

.cat-end-price {
  font-family: "PT Sans", sans-serif;
  font-weight: bold;
  font-size: 24px;
  white-space: nowrap;
  padding: 15px 0;
  display: inline-block;
  vertical-align: middle;
  min-width: 127px;
}

.cat-end-order {
  display: inline-block;
  vertical-align: middle;
}

.cat-end-consult {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #f0f9ff;
  padding: 10px 15px;
  margin-top: 10px;
}
.cat-end-consult > div:first-child {
  margin-right: 20px;
  width: 110px;
  line-height: 1.2;
  font-size: 15px;
}
.cat-end-consult > div:nth-child(2) {
  display: flex;
  flex-shrink: 0;
  flex-basis: 200px;
  flex-grow: 1;
}
.cat-end-consult > div:nth-child(2) > a {
  margin: 0;
  white-space: nowrap;
  margin-right: 20px;
}
.cat-end-consult > div:nth-child(2) > a:last-child {
  margin-right: 0;
}
.cat-end-consult .whatsapp {
  background: url("../images/whatsapp_w.svg") 10px 50%/20px no-repeat #25d366;
  padding: 7px 10px 5px 40px;
  min-width: 135px;
}

.analogues-header {
  background: #14B1E7;
  padding: 40px 0;
}
.analogues-header > div > div {
  display: inline-block;
  vertical-align: middle;
}
.analogues-header .ce-search {
  color: #fff;
  font-size: 34px;
  text-decoration: none;
  margin-right: 40px;
  font-weight: 600;
}
.analogues-header .button {
  min-width: 180px;
  background: #fff;
  color: #1a1a1a;
}

.control-input {
  background: #fff;
  display: inline-flex;
  vertical-align: top;
  border: solid 1px #dedede;
  width: 140px;
  height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  align-items: center;
}
.control-input input {
  height: 48px;
  width: 60px;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center;
  color: #000;
  border: 0 !important;
  /*display: inline-block;*/
  vertical-align: top;
  background: transparent;
}
.control-input span {
  /*display: inline-block;*/
  vertical-align: top;
  width: 39px;
  height: 48px;
  position: relative;
  margin: 0 !important;
  padding: 0 !important;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
  cursor: pointer;
}
.control-input span.control-input-down:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
}
.control-input span.control-input-up:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
}
.control-input span.control-input-up:before {
  position: absolute;
  content: "";
  width: 11px;
  height: 1px;
  background: #000;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -8px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.cat-end-btn {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  border: solid 2px #c2112b;
  background: url(../images/cart.png) 50% 50% no-repeat #c2112b;
  margin-left: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.cat-end-btn:hover {
  background-color: transparent;
}

.wsnw {
  white-space: nowrap;
}

.ce-img-wrap {
  display: flex;
  width: 100%;
}

.ce-img-slider > div > div {
  text-align: center;
}

.ce-img-thumb {
  flex-basis: 100px;
}
.ce-img-thumb .slick-list {
  padding: 0 !important;
}
.ce-img-thumb .slick-slide > div {
  width: 98px;
  height: 98px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  border: solid 1px transparent;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
  cursor: pointer;
}
.ce-img-thumb .slick-slide > div > div > div {
  display: flex;
  justify-content: center;
}
.ce-img-thumb .slick-slide > div img {
  vertical-align: middle;
  max-width: 90px;
  max-height: 90px;
}
.ce-img-thumb .slick-slide > div:hover {
  opacity: 0.2;
}
.ce-img-thumb .slick-slide.slick-current > div {
  border: solid 1px #3b5f92;
  cursor: default;
}
.ce-img-thumb .slick-slide:focus {
  outline: none;
}

.big_img_item {
  /*display: table;*/
  max-width: 440px;
  max-height: 440px;
  margin: 0 auto;
}
.big_img_item img {
  vertical-align: top;
  max-width: 440px;
  max-height: 440px;
  height: auto;
  width: 100%;
}

.js-big_img_item {
  display: none;
  cursor: zoom-in;
}

.cat-end-img_prev {
  margin-top: 20px;
}
.cat-end-img_prev > div {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  margin: 0 5px;
}
.cat-end-img_prev > div > div {
  display: table;
  width: 80px;
  height: 80px;
}
.cat-end-img_prev > div > div > div {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.cat-end-img_prev > div > div > div img {
  vertical-align: top;
  max-width: 80px;
  max-height: 80px;
  width: auto;
  height: auto;
}

.cat-end-img_prev {
  text-align: center;
  display: none;
}

/*cat-end*/
.homeNews {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
}
.homeNews > div {
  flex-basis: 25%;
  margin: 10px 0;
  flex-shrink: 1;
}
.homeNews .news {
  margin: 0 10px;
  background: #f2f2f2 50% 50% no-repeat;
  background-size: cover;
  padding: 15px;
  height: 100%;
  min-height: 250px;
  box-sizing: border-box;
  position: relative;
}
.homeNews .news .title a {
  text-decoration: none;
  color: #000;
  font-weight: 600;
}
.homeNews .news .title a:hover {
  text-decoration: underline;
}
.homeNews .news .title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.homeNews-title {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

#move_to_id ul:last-child {
  column-count: 3;
}

.attention ul {
  column-count: 2 !important;
}

.pseudolink {
  text-decoration-style: dotted;
}

.cookies-agree {
  z-index: 1000;
  position: fixed;
  bottom: 0;
  height: auto;
  width: 100%;
  left: 0;
  opacity: 0;
  transition: all 0.5s ease;
  background: #fff;
  padding: 20px 0;
  display: none;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}
.cookies-agree.show {
  display: block;
  opacity: 1;
}
.cookies-agree-text {
  display: flex;
  align-items: center;
}
.cookies-agree-text > div + div {
  margin-left: 20px;
}
.cookies-agree-text p {
  margin: 0;
  line-height: 1.25;
  color: #1a1a1a;
  font-size: 15px;
}
.cookies-agree-text p a {
  color: #1a1a1a !important;
  text-decoration: underline !important;
  font-size: 15px !important;
}
.cookies-agree-text p a:hover {
  text-decoration: none !important;
}
.cookies-agree .btn {
  background: #2BA2DF;
  color: #ffffff;
  border-radius: 40px;
  padding: 7px 24px;
  min-width: 190px;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
  Line-height: 30px;
  display: block;
  vertical-align: top;
  text-decoration: none;
  border: 0;
}

.auth-form label.checkbox {
  margin: 0 20px;
}

footer .footext {
  color: #dedede;
}
footer .footext p {
  color: #dedede;
}
footer .footext a {
  text-decoration: underline !important;
}
footer .footext a:hover {
  text-decoration: none !important;
}

@media screen and (max-width: 1300px) {
  .header-search {
    width: 280px;
  }
  .cat-end-consult > div:first-child {
    width: 100%;
    margin-bottom: 10px;
  }
  .cat-end-consult > div:nth-child(2) > a {
    margin-bottom: 10px;
  }
  .cat-end-price {
    width: 100%;
  }
  .cat-end-price-wrap .payitem.button, .cat-end-price-wrap .payitem1.button {
    margin-left: 0;
  }
}
@media screen and (max-width: 1200px) {
  /*.header-phone {
      display: none;
      &.t2 {
          display: block;
      }
  }*/
  .popular-table thead {
    display: none;
  }
  .popular-table tbody {
    display: flex;
    flex-wrap: wrap;
  }
  .popular-table tr {
    display: flex;
    flex-shrink: 1;
    flex-basis: calc(33.3333% - 20px);
    flex-direction: column;
    margin: 10px;
    padding: 20px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: solid 1px #dcdcdc;
  }
  .popular-table tr .control-input {
    border: solid 1px #dcdcdc;
  }
  .popular-table tr .foto img {
    width: 116px;
  }
  .popular-table tr .pt-img {
    width: 70px;
    height: 60px;
    margin: 0 auto;
  }
  .popular-table tr .pt-price {
    margin: 0;
  }
  .popular-table tr .pt-btn .btn {
    width: 100px;
  }
  .popular-table tr .w1 {
    width: auto;
  }
  .popular-table tr td {
    display: block;
    border: 0 !important;
    padding: 0;
  }
  .popular-table tr td.none {
    display: none;
  }
  .popular-table tr td.but {
    margin-top: 15px;
  }
  .popular-table tr td + td {
    padding-top: 10px;
  }
  .parentAll td.id, .parentAll td.num, .parentAll td.price, .parentAll td.but {
    text-align: left;
  }
  .parentAll .button {
    width: auto;
  }
  .parentAll td.nameTd {
    min-width: auto;
  }
  .cat-list-mobile {
    display: inline;
  }
  .cat-list-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 1100px) {
  .header {
    height: 140px;
  }
  .header-search button {
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    background: url(../images/zoom_w.svg) 50% 50% no-repeat #0089CF;
    background-size: 18px;
  }
  .headerDesktop {
    display: none;
  }
  .headerMobile {
    display: block;
  }
  .big_img_item {
    width: 360px;
    height: 360px;
  }
  .big_img_item img {
    max-width: 360px;
    max-height: 360px;
  }
  .big_img_item .slick-slide > div {
    height: 360px;
  }
  .ce-img-thumb .slick-slide > div {
    width: 82px;
    height: 82px;
    margin: 10px;
  }
  .ce-img-thumb .slick-slide > div img {
    max-width: 60px;
    max-height: 60px;
  }
  .homeNews > div {
    flex-basis: 50%;
  }
  .popular-table tr {
    flex-basis: calc(50% - 20px);
  }
}
@media screen and (max-width: 1000px) {
  .analogues-header .ce-search {
    font-size: 30px;
  }
  .cat-end-consult > div:nth-child(2) {
    flex-wrap: wrap;
  }
  .big_img_item {
    width: 440px;
    height: 440px;
  }
  .big_img_item img {
    max-width: 440px;
    max-height: 440px;
  }
  .big_img_item .slick-slide > div {
    height: 440px;
  }
  .ce-img-thumb .slick-slide > div {
    width: 100px;
    height: 100px;
    margin: 10px;
  }
  .ce-img-thumb .slick-slide > div img {
    max-width: 90px;
    max-height: 90px;
  }
  h1 {
    font-size: 26px;
  }
  h2 {
    font-size: 22px;
  }
  .cnt-col-l {
    width: 250px;
  }
  .cnt-col-r.t3 {
    display: none;
  }
  .auto-item,
  .more-auto {
    flex-basis: 20%;
  }
  .auto-item.t3 {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 840px) {
  .cat-end-price {
    width: auto;
    min-width: unset;
    margin-right: 20px;
  }
  .auto-list.t3 > div > div, .auto-list.t2 > div > div {
    flex-basis: 100%;
  }
  #tableBasket .price {
    display: none;
  }
  .cart-form, .feedback-form, .auth-form {
    padding: 20px 0 30px;
  }
  .cat-end-col-r {
    display: table-row;
  }
  .big_img_item {
    margin: 0 0 30px;
  }
  .cnt-col-l {
    display: block;
    width: 100%;
  }
  .cnt-col-r {
    display: block;
  }
  .auto-item,
  .more-auto {
    flex-basis: 25%;
  }
  .popular-table tr {
    flex-basis: calc(50% - 20px);
  }
  footer .medialight {
    text-align: left;
    float: none;
  }
}
@media screen and (max-width: 800px) {
  .cookies-agree-text {
    flex-wrap: wrap;
  }
  .cookies-agree-text > div + div {
    margin-left: 0;
    margin-top: 20px;
  }
  .analogues-header .button {
    margin-top: 20px;
  }
}
@media screen and (max-width: 600px) {
  .analogues-header {
    text-align: center;
  }
  .analogues-header .ce-search {
    font-size: 26px;
    margin-right: 0;
  }
  .cat-end-price {
    display: block;
    text-align: center;
  }
  .cat-end-price-wrap .payitem.button, .cat-end-price-wrap .payitem1.button {
    display: block;
    max-width: 280px;
    margin: 0 auto 20px;
    width: 100%;
    box-sizing: border-box;
  }
  .cat-end-order {
    display: block;
  }
  .cart-form #feedbackformB > div {
    flex-basis: 100%;
    padding: 0;
  }
  .modal.vin .button:visited, .modal.vin .button {
    width: auto;
  }
  .modal.vin form .item {
    flex-basis: 100%;
  }
  .ce-img-wrap {
    flex-wrap: wrap;
  }
  .ce-img-wrap .big_img_item {
    flex-basis: 100%;
    order: 0;
    width: unset;
    height: unset;
    max-height: unset;
    max-width: unset;
  }
  .ce-img-wrap .big_img_item img {
    width: 330px;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
  }
  .ce-img-thumb {
    display: none !important;
  }
  .cat-end-img_prev {
    flex-basis: 100%;
    order: 1;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  #tableBasket {
    display: block;
  }
  #tableBasket tbody {
    display: block;
  }
  #tableBasket tbody tr {
    display: block;
    position: relative;
  }
  #tableBasket tbody tr th {
    display: none;
  }
  #tableBasket tbody tr td.imgbasket {
    padding: 0;
  }
  #tableBasket tbody tr td.title {
    padding-right: 30px;
  }
  #tableBasket tbody tr td.num, #tableBasket tbody tr td.sum {
    display: inline-block;
    text-align: left;
  }
  #tableBasket tbody tr td.delete {
    display: block;
    position: absolute;
    right: -5px;
    top: 0;
    padding: 0;
  }
  h1 {
    font-size: 24px;
  }
  h2 {
    font-size: 20px;
  }
  .header-h1 {
    display: block;
  }
  .header-h1.c2 h1 {
    text-align: center;
  }
  .header-h1 h1 {
    padding-right: 0;
  }
  .header-h1 .vin {
    width: 100%;
    margin-bottom: 20px;
  }
  .review-b-cols > div {
    flex-basis: 100%;
    margin: 0 10px;
  }
  .homeNews > div {
    flex-basis: 100%;
  }
  .popular-table tr {
    flex-basis: 100%;
    margin: 10px 0;
  }
  .auto-list {
    border: 0;
    margin: 0 -9px;
  }
  .auto-list .more-auto {
    display: none;
  }
  .auto-item {
    flex-direction: row;
    border: 0;
  }
  .auto-item-img {
    width: 40px;
    height: 30px;
  }
  .auto-item-title {
    padding: 0;
    width: calc(100% - 40px);
    text-align: left;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 10px;
  }
  .auto-item, .more-auto {
    flex-basis: 33.3333333333%;
  }
  .auto-item.t3 {
    flex-basis: 100%;
  }
  .auto-item.t3 .auto-item-text {
    display: block;
  }
  .cnt-col-l.hm {
    display: none;
  }
  footer .copyright {
    padding-right: 0;
  }
}
@media screen and (max-width: 480px) {
  .auth-form label.checkbox {
    margin: 0 10px;
  }
  .cookies-agree-text > div + div {
    width: 100%;
  }
  .cookies-agree-text p {
    margin: 0;
    line-height: 1.25;
    font-size: 14px;
  }
  .cookies-agree-text p a {
    font-size: 14px !important;
  }
  .cat-end-consult > div:nth-child(2) > a {
    min-width: 94px;
    margin-right: 10px;
  }
  .button:visited.consult, .button.consult {
    padding-left: 10px;
    background: #0089CF;
  }
  .cat-end-col-inner.t2 {
    display: block;
  }
  .cat-end-col-inner.t2 > div {
    display: block;
    padding-right: 0;
  }
  a.vk-link {
    float: none;
  }
  #tableBasket tbody tr td.imgbasket {
    display: none;
  }
  .cart-form #feedbackformB > div,
  .feedback-form #feedbackform > div,
  .auth-form #authSend > div,
  .auth-form #registrationSend > div,
  .auth-form #forgotSend > div,
  .auth-form #resetSend > div {
    flex-basis: 100%;
    padding: 0;
  }
  .cart-form #feedbackformB > div.half,
  .feedback-form #feedbackform > div.half,
  .auth-form #authSend > div.half,
  .auth-form #registrationSend > div.half,
  .auth-form #forgotSend > div.half,
  .auth-form #resetSend > div.half {
    padding: 5px 0;
  }
  .wrapper {
    padding: 0 10px;
  }
  .review-b {
    border: none;
    padding: 30px 10px;
  }
  .auto-item, .more-auto {
    flex-basis: 50%;
  }
}
@media screen and (max-width: 374px) {
  .header-user {
    margin-right: 7px;
  }
  .headerMobile-middle .whatsapp {
    margin-right: 7px;
  }
}

/*# sourceMappingURL=style.css.map */
