
@media only screen and (max-width : 990px) {

 body,
 .breadcrumbs, .description p,
 .cat_menu-tabs ul li, a.curtail,
 p.opt-price, .right_table_one tr td:first-child,
 a.link-under, .link, a.link, .file-input {
  font-size: 11px;
 }
 .nav-cont > li > a,
 .filter-block-title a,
 .filter-checkbox-label,
 .content-sort-select,
 .content-sort-label,
 .dws-pagination a,
 .dws-pagination span,
 .product-info .title a h3,
 .price-bloc span,
 p.old-price {
  font-size: 12px;
 }
 .breadcrumbs + h1,
 .content-wrapper h1 {
  font-size: 16px;
  line-height: 22px;
 }
 .description p,
 .nav-cont > li,
 .ht-wrapper P {
  margin-bottom: 10px;
 }
 .ht-wrapper P,
 .description p {
  line-height: 18px;
 }
 h1,
 .page-contacts h1,
 .form-wrap h3 {
  font-size: 20px;
 }
 .category-item-desktop .text,
 .nav-cont > li > a,
 .cat_menu-tabs ul li:first-child {
  font-size: 14px;
 }
 a:hover {
  color: #393F3F;
 }

 .light-12, .light-13, .light-14, .light-15 {
  font-size: 11px;
 }
 .light-16, .light-17, .light-18 {
  font-size: 13px;
 }
 .light-19, .light-20 {
  font-size: 15px;
 }

 .regular-13, .regular-14  {
  font-size: 11px;
 }
 .regular-15, .regular-16, .regular-17, .regular-18 {
  font-size: 13px;
 }

 .medium-13, .medium-14 {
  font-size: 11px;
 }
 .medium-15, .medium-16, .medium-17, .medium-18 {
  font-size: 13px;
 }
 .medium-19, .medium-20 {
  font-size: 15px;
 }


 /*--- Мобильное меню START ----*/

 .header-top {
  position: relative;
 }
 .ht-menu {
  display: block;
 }
 a.ico-menu span {
  margin-left: 20px;
 }
 a.ico-menu.in {
  color: #ffffff;
 }
 .menu-active {
  display: none;
 }
 .menu-active.in {
  display: block;
  position: absolute;
  background-color: rgba(0,0,0,.9);
  margin-left: -15px;
  margin-top: -15px;
  padding: 15px;
  top: 0;
  left: 0;
  width: 90%;
  height: 100vh;
  z-index: 100;
 }
 .menu-search span, .menu-search a, .menu-search i, .ht-menu li a, .li-menu {
  color: #ffffff;
 }
 .ht-menu .menu {
  position: relative;
 }
 .ht-menu i {
  z-index: 150;
  font-size: 16px;
 }
 .search-cit {
  display: none;
 }
 .search-cit.in {
  display: block;
  position: absolute;
  background: #000;
  border-radius: 5px 5px 5px 5px;
  top: 35px;
  right: 10px;
  padding: 10px 10px 5px;
  z-index: 150;
 }
 .search-cit li {
  margin-bottom: 7px ;
 }
 .search-cit li input {
  width: 110px;
  outline: none;
  border: none;
  box-shadow: inset 2px 2px 5px rgba(154, 147, 140, 0.5);
  padding: 2px 5px;
  border-radius: 7px 7px 7px 7px;
 }
 .menu-search span {
  margin-right: 15px;
  text-align: right;
  display: block;
 }
 .menu-search span a {
  position: relative;
  text-decoration: underline;
 }
 .menu-search span a::after {
  content: '\f107';
  font-family: FontAwesome;
  color: #ffffff;
  position: absolute;
  top: 0;
  right: -10px;
 }
 .menu-search span a.active::after {
  content: '\f106';
 }
 .nav-mobile {
  float: left;
 }
 .nav-mobile .li-menu {
  margin-top: 30px;
  margin-bottom: 15px;
 }
 .li-menu {
  position: relative;
  font-size: 16px;
 }
 .li-menu::before {
  content: '';
  position: absolute;
  display: block;
  width: 25px;
  height: 2px;
  bottom: -2px;
  left: 0;
  background: #d20607;
 }
 .nav-mobile li {
  margin-top: 10px;
 }
 .nav-mobile li.active a {
  color: #ff0607;
  position: relative;
 }
 .nav-mobile li.active::before {
  content: '';
  position: absolute;
  background: #d20607;
  width: 2px;
  left: 0;
  height: 18px;
 }

 /*--- Мобильное меню END ----*/

 .ht-right p {
  padding-left: 20px;
 }
 i.map-city,
 .ht-right span {
  display: none;
 }
 i.personal {
  top: -5px;
 }
 .contact-phone .cp-wrapper {
  position: absolute;
  right: 15px;
 }
 .contact-phone .cp-wrapper span {
  padding-left: 27px;
 }
 .contact-phone .cp-wrapper span:first-child:before {
  font-size: 22px;
 }
 .contact-email .ce-wrapper {
  line-height: 15px;
  margin-top: 15px;
  margin-bottom: -20px;
  margin-right: 0;
 }
 .ce-wrapper div {
  margin-left: auto;
 }
 i.cart {
  margin-top: -5px;
 }
 i.icon-personal {
  margin-top: -6px;
 }
 .ht-left {
  display: none;
 }

 input.form-search {
  font-size: 11px;
  font-style:italic;
  color: #393f3f;
  width: 100%;
  padding: 5px 50px 5px 10px;
  border-radius: 3px 3px 3px 3px;
  border: 1px solid #a9a9a9;
  outline: none;
 }
 .submit {
  position: absolute;
  width: 24px;
  height: 21px;
  background: #ff0002;
  outline: none;
  cursor: pointer;
  right: 10px;
  border: 1px solid #ff0002;
  border-radius: 3px 3px 3px 3px;
  top: 3px;
 }
 .submit::before {
  display: block;
  width: 10px;
  content: '\f002';
  font-family: FontAwesome;
  color: #f0f0f0;
  font-size: 12px;
  font-weight: normal;
 }
 .nav-left {
  display: none;
 }
 .nav-left-wrapper {
  margin-top: 15px;
 }
 .banner-left h3 {
  line-height: 35px;
 }
 .banner-right {
  margin-top: 15px;
  display: flex;
  align-items: center;
 }
 .banner-right img {
  margin-left: 20px;
 }
 .bb-box {
  font-size: 11px;
 }
 .bb-box ul {
  margin-top: 15px;
 }
 .car-brands > li {
  display: block;
  margin-bottom: 10px;
 }
 .car-brands li span {
  padding-right: 0;
  display: inline;
 }
 .car-brands li ul {
  margin-left: 0;
 }
 .tabs {
  padding-top: 20px;
  justify-content: flex-start;
 }
 .tabs_content {
  margin-bottom: 35px;
 }
 .tabs li {
  margin-left: 0;
  margin-right: 20px;
  font-size: 20px;
 }
 .tabs li a:hover::after, .tabs li a.active::after {
  bottom: -5px;
 }
 .tabs_content .owl-stage-outer {
  height: 420px;
 }
 .owl-nav {
  display: none;
 }
 .tabs_content .owl-stage {
  transform: none!important;
  width: 100%!important;
  display: flex;
  flex-direction: column;
 }
 .box-wrapp.active {
  margin: 0;
  display: flex;
  flex-direction: column;
 }
 .tabs_content .owl-item {
  display: flex;
  width: 100%!important;
  margin-bottom: 15px;
 }
 .htw-box {
  margin: 0;
  padding: 10px;
  width: 100%;
  height: 104px;
  display: flex;
 }
 .htw-box-img {
  flex-wrap: nowrap;
  align-items: center;
  width: 150px;
  height: auto;
  overflow: visible;
 }
 .owl-carousel .owl-item .htw-box-img img {
  width: 150px;
  margin: auto;
 }
 .owl-carousel .owl-stage-outer {
  overflow: visible!important;
 }
 .ht-wrapp-text {
  display: block;
  font-size: 11px;
  margin-left: 10px;
  width: 100%;
  height: auto;
 }
 .htw-price {
  float: left;
  position: relative;
  width: 75px;
  height: 35px;
 }
 .new_price {
  position: absolute;
  left: 0;
  bottom: 0;
 }
 .old_price {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 11px;
 }
 .htw-price span:first-child {
  font-size: 15px;
 }
 .new_price b, .htw-price span b {
  font-size: 11px;
 }
 .htw-bottom {
  position: relative;
  width: 185px;
  height: 15px;
  float: right;
 }
 a.b-cart {
  position: absolute;
  margin-right: 0;
  right: 0;
  top: -10px;
 }
 .b-learn {
  position: absolute;
  left: 0;
  top: 0;
 }
 .dws-button.mobile {
  display: block;
  margin-top: 35px;
 }
 .dws-button.mobile a {
  width: 130px;
  font-size: 11px;
 }
 .hbl-wrapper {
  margin-top: 30px;
 }
 .hbl-wrapper h3 {
  font-size: 20px;
 }

 .hbl-wrapper ul {
  margin-top: 10px;
  flex-wrap: wrap;
  justify-content: center;
 }
 .hbl-wrapper ul li {
  padding: 3px 10px;
 }
 .hbl-wrapper .dws-button {
  margin-top: 15px;
 }
 .hbl-wrapper .dws-button a {
  width: 130px;
  font-size: 11px;
 }
 .home-about-company {
  background: url('../img/home-bg.png') repeat-x #fafafa;
  margin-top: 30px;
  padding-bottom: 30px;
  position: relative;
 }
 .hac-wrapper {
  flex-wrap: wrap;
  margin-top: 40px;
 }
 .ac-img {
  margin-top: 75px;
  margin-right: 0;
 }
 .ac-text {
  margin-left: 0;
  margin-top: 30px;
 }
 .ac-text h1 {
  position: absolute;
  margin-top: 15px;
  font-size: 20px;
  top: 0;
  width: 91%;
  text-align: center;
 }
 .ac-text p {
  font-size: 12px;
 }
 .ac-text div {
  text-align: center;
 }
 .ac-text a {
  font-size: 11px;
  padding: 9px 30px;
 }
 .hww-wrapper {
  margin-top: 30px;
 }
 .hww-wrapper h3 {
  font-size: 20px;
 }
 .hww-box {
  margin-top: 30px;
 }
 .hww-box li {
  width: 150px;
 }
 .hww-box li:first-child {
  padding-left: 0;
 }
 .hww-box li:last-child {
  padding-right: 0;
 }
 .hww-box li p {
  font-size: 11px;
 }
 .home-news-articles {
  margin-top: 30px;
  padding-bottom: 0;
 }
 .hna-wrapper {
  padding-top: 30px;
 }
 .news-box h3 {
  font-size: 20px;
  margin-bottom: 25px;
 }
 .block {
  align-items: center;
  margin-bottom: 15px;
 }
 .hna-text {
  width: 100%;
  margin-left: 15px;
 }
 .hna-text h4 a {
  font-size: 11px;
 }
 .hna-text span {
  margin: 0 0 4px;
  display: block;
  font-size: 9px;
 }
 .hna-text p {
  font-size: 11px;
  line-height: 15px;
 }
 .hna-text a {
  line-height: 15px;
  font-size: 11px;
 }
 .img-wrap {
  width: 200px;
 }
 .img-wrap img {
  height: 100%;
  width: 100%;
 }
 .hna-text a::after {
  top: 3px;
 }
 .dws-button.hna {
  width: 135px;
  font-size: 11px;
 }
 .dws-button a {
  width: 100%;
  padding: 7px 10px;
 }
 .articles-box {
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 40px;
  background: #ffffff;
 }
 .articles-box h3 {
  font-size: 20px;
  margin-bottom: 20px;
 }
 .footer-wrapper p {
  font-size: 11px;
 }
 .footer-top {
  padding-top: 20px;
  width: 63%;
  flex-wrap: wrap;
  justify-content: flex-start;
 }
 .ft-box {
  width: 120px;
  margin-bottom: 10px;
 }
 .ft-box h4 {
  margin-bottom: 3px;
  font-size: 11px;
 }
 .ft-box li {
  line-height: 10px;
  margin-bottom: 0;
 }
 .ft-box li a {
  font-size: 9px;
 }
 .cp-wrapper a {
  font-size: 17px;
 }
 .cp-wrapper span.clock {
  display: none;
 }
 .ft-cont {
  position: absolute;
  top: 20px;
  right: 0;
 }
 .cp-wrapper a:first-child:before {
  top: -3px;
 }
 .contacts .ce-wrapper {
  padding-left: 30px;
  margin-top: 5px;
  font-size: 11px;
  line-height: 15px;
 }
 .ce-wrapper span {
  font-size: 11px;
 }
 .contacts .email {
  left: 0;
  top: 35px;
 }
 .ico {
  position: absolute;
  padding-top: 30px;
  padding-right: 15px;
  top: 0;
  right: 0;
 }

 .footer-bottom {
  padding-top: 30px;
  padding-bottom: 30px;
 }
 .hc-logo{
  width: 160px;
 }

 /*--- catalog-section START ---*/

 .middle {
  padding-left: 15px;
 }
 .middle-wrapp {
  justify-content: center;
 }
 .active-button {
  margin-bottom: 20px;
 }

 /*--- catalog-section END ---*/

 /*--- model-car START ---*/

 .nav-cont {
  position: static;
  justify-content: center;
 }
 .nav-cont > li {
  width: 100%;
 }
 .nav-cont li.active {
  height: auto;
 }
 .nav-cont li.active a ~ .tabs-accordion-title {
  position: static;
 }
 .filter-pagination-cont {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
 }

 /*--- model-car END ---*/

 /*--- list-products START ---*/

 .catalog-filters {
  padding-right: 15px;
 }
 .dws-pagination {
  margin-top: 20px;
  margin-right: 10px;
 }
 .dws-pagination,
 .pagination-top-wrapp,
 .pagination-bottom-wrapp {
  text-align: center;
 }
 .ht-wrapper {
  padding-top: 30px;
 }
 .item {
  display: block;
 }
 .product-info, .product-act {
  display: block;
 }
 .product-info .title {
  margin-top: 5px;
  margin-left: 75px;
  width: auto;
 }
 .product-act-wrappe.not_available {
  float: right;
 }
 .not_available .product-city {
  min-width: auto;
 }
 .price-bloc {
  font-size: 16px;
 }
 /*--- list-products END ---*/

 /*--- card-product START ---*/

 .middle-table {
  width: 100%;
  margin: 20px 0 0 0;
 }

 .right_table_two tr td {
  width: auto;
  font-size: 12px;
 }
 .home-tabs {
  margin-top: 0;
 }
 .no-tabs {
  margin-top: 20px;
 }
 .recomend a {
  font-size: 16px;
 }
 .tabs-wrapper {
  margin-top: 10px;
  margin-bottom: 15px;
 }

 /*--- list-products END ---*/

 /*--- TOP menu START ---*/

 .htm-left a:active {
  outline: 1px solid orange;
 }
 ul.nav-top {
  justify-content: space-between;
 }
 .clon-search {
  flex-grow: 1;
 }
 .search {
  margin-left: 0;
  margin-top: 4px;
 }
 .nav-top li {
  display: none;
 }
 .nav-top li.clon-search {
  display: block;
 }
 .nav-top-wrapper.active .nav-top {
  position: fixed;
  width: 300px;
  top: 0;
  left: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 100;
  background: #000;
  height: 300px;
  padding-top: 30px;
 }
 .nav-top li.vin-nomer {
  display: block;
  margin-top: 4px;
 }
 .nav-top li.vin-nomer a {
  padding: 5px 18px 5px 40px;
  display: block;
 }
 .contact-email {
  flex-grow: 0;
 }
 .ic-email {
  left: -25px;
 }
 .contacts .icon-mail {
  top: 30px;
 }

 /*--- TOP menu END ---*/
 .nav-personal > li > a {
  font-size: 15px;
 }
 .nav-cont > li > a:hover {
  color: #393F3F;
  font-family: 'Arial', sans-serif;
  border-bottom: 3px solid #ffffff;
 }
 .nav-cont li.active > a {
  color: #393f3f;
  font-family: 'RobotoRegular', sans-serif;
  border-bottom: 3px solid #ff3335;
 }


 /*--- 12.1 Nav personal ---*/

 .nav-personal,
 .new-request {
  flex-flow: wrap;
  justify-content: center;
 }


 /*--- 12.1 Nav personal END ---*/





 .box-search, .box-search > .box {
  flex-flow: column;
 }
 .box-search > .box {
  align-items: normal;
 }
 .box-search .box label {
  font-family: 'RobotoRegular', sans-serif;
  font-size: 12px;
 }
 .box-search .form-but {
  flex: 100%;
  font-size: 13px;
  margin-left: 0;
  margin-top: 15px;
 }
 .bst-row.regular-13 {
  display: none;
 }
 .bst-row {
  display: flex;
  flex-flow: column;
 }
 .bst-col .gray-button a{
  width: 100%;
 }
 .box-search a.link-under {
  text-align: center;
  margin-top: 15px;
  margin-left: 0;
 }

 .box-search .button {
  flex: 100%;
  margin-left: 0;
  margin-top: 15px;
  width: 100%;
 }

 /* ------- 12.3 Nav profile -------- */

 .container-lists {
  flex: 1 100%;
 }
 .right-bar {
  flex: 1 100%;
  margin-top: 30px;
  margin-left: 0;
 }
 .top-box {
  padding: 20px;
 }
 .personal-manager {
  margin-top: 20px;
 }
 .address-box .edit i,
 .opt-list .icon-arrow-bottom {
  font-size: 10px;
 }

 /* -------  12.4 Order Sales list -------- */

 .odl-search {
  flex-flow: column;
  padding: 0 15px;
 }
 .odl-search .old-box {
  margin-top: 10px;
 }
 .old-box .col-period {
  width: 100%;
 }
 .old-box .col-period .ot,
 .old-box .col-period .do {
  width: 50%;
 }
 .col-period .ot::before,
 .col-period .do::before {
  font-size: 15px;
  top: 9px;
 }
 .odl-search .old-box.number input {
  width: 100%;
 }
 .old-box input, .old-box select {
  width: 100%;
 }
 .old-box.form {
  margin-top: 15px;
  align-self: stretch;
 }
 .old-box .form-but {
  width: 100%;
  padding: 4px;
  border: 1px solid #ff0002;
 }
 .box-search-table .ord-list .bst-col {
  text-align: left;
  height: auto;
 }
 .bst-row:last-child .bst-col {
  border-bottom: 1px solid #f0f0f0;
 }
 .bst-row:last-child .bst-col.no-bg {
  border-bottom: none;
 }
 .sales-list .left-box {
  justify-content: space-between;
 }
 .sales-list .left-box .form {
  align-self: flex-end;
 }

 .sales-list .left-box .old-box {
  flex: 1;
 }
 .sales-list .left-box .old-box.link {
  text-align: center;
 }

 .sales-list .right-box {
  flex-flow: wrap;
  margin: 15px;
  align-self: center;
  width: 100%;
 }
 .sales-list .status,
 .sales-list .box-search-table .amount,
 .sales-list .way {
  width: 100%;
 }


 /* ------- 13.1 Page container -------- */
 .box-content .img {
  flex: 0 0 150px;
  margin-right: 15px;
 }
 .box-content .text p {
  margin-bottom: 6px;
  line-height: 14px;
 }
 .box-content .text p a.link {
  font-size: 11px;
 }



 /* ------- 13.3 Page article -------- */
 .content-wrapper .wpap-img {
  margin-right: 15px;
  margin-bottom: 10px;
 }
 .content-wrapper p {
  line-height: 15px;
 }
 .content-wrapper h2 {
  font-size: 15px;
  margin-top: 0;
  margin-bottom: 0;
 }
 .content-wrapper h3 {
  font-size: 13px;
  margin-top: 5px;
  margin-bottom: 5px;
 }
 .content-wrapper p + P {
  /*margin-top: 10px;*/
 }
 .content-wrapper {
  margin-bottom: 30px;
 }

 .catalog-items.mg-35 {
  margin-top: -15px;
 }

 .basket-order .list-order-table .bot-col {
  padding-left: 5px;
  padding-right: 5px;
 }
 .basket-order-list .item-wrapper {
  padding: 10px;
 }
 .basket-order-list .product-act-wrapper {
  float: right;
 }
 .basket-order-list .product-info .title.flex {
  margin-right: 0;
 }


}



@media only screen and (max-width : 750px) {

 .orderings-wrapper {
 flex-flow: column;
 }
  .orderings-wrapper .left-bloc {
  flex: 140px;
   margin-right: 0;
 }
  .select-address {
   flex-flow: wrap;
  }
 .choice {
  margin: 10px 0;
  width: 100%;
 }
 .ordering .dash.two {
  margin: 15px 0;
 }
 .ordering .list-order-table .bot-col.price {
  width: 100%;
 }
 .сonsol-cargo {
  flex-flow: column;
  width: 90%;
 }
 .сonsol-cargo label {
  margin-left: 15px;
 }
 .сonsol-cargo > div {
  display: flex;
 }
 .сonsol-cargo .final-amount {
  margin-top: 10px;
 }

 .new-address-popup .popup-content {
  width: 350px;
  margin-top: 11%;
  padding: 15px 20px 10px;
 }
 .tab-form .inp-number input {
  flex: 0 100px;
 }
 .tab-form input {
  margin-bottom: 15px;
 }


}


@media only screen and (max-width : 481px) {

 input.form-search {
  padding: 5px 30px 5px 10px;
 }
 .banner-wr{
  padding-right: 0;
  padding-left: 0;
 }
 /*.banner-left img {
  width: 170px;
 }*/
 .banner-left h3 {
  font-size: 26px;
 }
 .banner-right h4 {
  font-size: 17px;
 }
 .banner-right img {
  width: 150px;
 }
 .container-fluid.brands {
  margin-left: 15px;
 }
 .tabs_content {
  margin-top: 10px;
 }
 .ht-wrapp-text {
  position: relative;
 }
 .htw-price {
  height: fit-content;
  position: absolute;
  bottom: 0;
  right: 40px;
 }
 .new_price b, .htw-price span b {
  text-transform:uppercase;
 }
 .htw-bottom {
  margin-top: 35px;
 }
 a.b-cart {
  display: block;
  position: absolute;
  top: -20px;
  padding: 20px;
 }
 .b-cart span {
  display: none;
 }
 .b-cart::before {
  top: 12px;
 }
 .old_price {
  text-align: right;
  top: -35px;
  right: 15px;
  margin-right: 10px;
 }
 .dws-button.mobile {
  margin-top: 20px;
 }
 .ht-center {
  margin-left: 0;
 }
 .ht-center p {
  padding-left: 25px;
 }
 .hbl-wrapper img {
  height: 60px;
 }
 .ac-text {
  margin-top: 20px;
 }
 .ac-text p {
  line-height: 20px;
  margin-bottom: 18px;
 }
 .hww-box {
  flex-wrap: wrap;
 }
 .hww-box li {
  width: 140px;
 }
 .block {
  align-items: flex-start;
  margin-bottom: 10px;
  padding-bottom: 10px;
 }
 .news-box h3 {
  margin-bottom: 20px;
 }
 .news-box h3 + .block {
  border-bottom: 1px solid #e3e3e3;
 }
 .hna-text {
  margin-left: 10px;
  height: 85px;
  overflow: hidden;
 }
 .hna-text h4 {
  line-height: 16px;
 }
 .hna-text span {
  margin-top: 4px;
 }
 .dws-button.hna a {
  width: 120px;
 }
 .ft-box {
  width: 140px;
 }
 .ft-cont .cp-wrapper a {
  font-size: 16px;
 }
 .ft-cont .cp-wrapper {
  position: static;
  right: 0;
 }
 .ft-cont .email {
  left: 0;
 }
 .footer-bottom a.hc-logo img {
  height: auto;
 }
 /*--- model-car START ---*/

 .picture {
  float: none;
  margin: 0 auto;
 }
 .description {
  margin-left: 0;
  margin-top: 20px;
 }

 /*--- model-car END ---*/

 .cat_menu-tabs {
  align-items: center;
  height: auto;
 }
 .nav-cont > li {
  margin-left: 0;
  margin-right: 0;
  width: 100%;
  margin-bottom: 5px;
 }

 /* --- contacts START --- */

 .form-wrap {
  margin-top: 30px;
 }
 .form-wrap form {
  margin-top: 25px;
 }
 .managers-container {
  margin-left: 0;
 }
 .managers-container h3 {
  font-size: 14px;
 }
 .wholesale-managers {
  flex-wrap: wrap;
  justify-content: center;
 }
 .manager-box {
  width: 160px;
  margin-bottom: 10px;
 }
 .manager-box li {
  margin-bottom: 10px;
 }
 .page-cont-wrapp {
  margin-top: 0;
 }
 .page-cont-wrapp li {
  margin-bottom: 15px;
 }
 .wpapp-cont-manag {
  margin-bottom: 10px;
  margin-top: 10px;
 }
 .retail-shops {
  margin-top: 10px;
 }
 .retail-shops h2 {
  font-size: 16px;
 }
 .sn-tabs li a {
  font-size: 14px;
  padding: 9px 10px;
  width: 200px;
 }
 .price-tab-content {
  padding: 10px 10px 0 10px;
 }
 .tab-box {
  margin-left: 20px;
  margin-right: 20px;
 }
 .tab-box li::before {
  left: -20px;
 }
 .tab-box li {
  margin-bottom: 15px;
 }
 .input {
  flex-wrap: wrap;
  justify-content: flex-start;
 }
 .input input {
  width: 100%;
  margin-bottom: 20px;
 }
 .captcha-button input {
  margin-top: 10px;
 }
 .captcha-button button {
  margin-top: 20px;
  width: 100%;
 }
 .home-forms {
  margin-top: 30px;
 }

 /* --- contacts END --- */

 .car_button {
  margin-right: 10px;
 }
 .car_button a {
  width: auto;
 }
 .cb-cart span {
  display: none;
 }
 a.cb-cart {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  padding: 17px 20px;
 }
 .right_table_one td {
  padding-left: 0;
 }
 .cb-cart::before {
  position: absolute;
  content: '';
  background: url('../img/cart.png');
  width: 18px;
  height: 18px;
  left: 11px;
  top: 9px;
 }
 .counter-button {
  min-width: auto;
 }
 .product_star, .counter_block {
  padding-left: 5px;
 }
 .right_table_one tr td:last-child {
  display: none;
 }

 .product-price {
  min-width: auto;
 }

 /*--- 12 Nav personal ---*/
 .nav-personal,
 .new-request {
  flex-flow: column;
 }
 .new-request {
  margin-bottom: 10px;
 }
 .box-request.two .buttons a {
  font-size: 12px;
 }
 .nav-personal > li {
  flex-basis: 0;
  margin-bottom: 0;
 }
 .nav-personal > li a {
  font-size: 15px;
 }
 .box-request {
  margin-left: 0;
  margin-bottom: 15px;
 }
 .box-request h2 {
  margin-top: 10px;
  text-align: center;
  font-size: 14px;
  line-height: 20px;
 }
 .table-request {
  flex-flow: column;
  align-items: flex-start;
 }
 .table-request .box p {
  font-size: 11px;
 }
 .table-request .box span,
 .table-request .box a{
  font-size: 12px;
 }
 .box-request.two {
  width: 100%;
  margin-bottom:5px;
 }
 .box-request.two .edit {
  margin-bottom: 20px;
 }
 .box-request.two .edit i a {
  font-size: 11px;
 }
 .inquiry {
  margin-top: 15px;
 }
 .inquiry h4 {
  font-size: 13px;
  margin-bottom: 0;
 }
 .inquiry p {
  font-size: 11px;
 }
 .inquiry .box-img {
  margin-top: 0;
  display: flex;
  flex-flow: wrap;
 }
 .inquiry .box-img img {
  margin-top: 10px;
 }
 .inquiry .box-text-link p,
 .inquiry .box-text-link p span,
 .inquiry .box-text-link p a{
  font-size: 11px;
  line-height: 20px;
 }
 .inquiry .box-text {
  padding: 15px 17px;
 }
 .inquiry .box-text span {
  font-size: 12px;
 }
 /*--- 12 Nav personal END ---*/

 .add-request .button {
  max-width: 100%;
 }

 /* ------- 12.3 Nav profile -------- */
 .addresses-wrapper {

 }
 .address-box {
  flex: 1 0 100%;
 }
 .address-box:nth-child(even) {
  padding-left: 0;
 }


 /* ------- 12.4 Order Sales list -------- */
 .sales-list .right-box {
  justify-content: center;
 }
 .sales-list .odl-search .right-box .button {
  margin-top: 5px;
  flex: 100%;
 }

 /* ------- 12.5 Profile Setting -------- */
 .button.curve a {
  width: 100%;
 }
 .box-change-password input {
  width: 100%;
 }
 .b-popup .b-popup-content {
  width: 85%;
  padding: 15px 20px;
 }


 /* ------- 13.1 Page container -------- */
 .box-content {
  flex-flow: wrap;
 }
 .box-content .img {
  flex: 0 0 100%;
 }
 .box-content .text {
  margin-top: 15px;
 }



 /* ------- 13.2 Page Order -------- */
 .personal-order .caption {
  padding-bottom: 0;
  padding-top: 5px;
  border-bottom: none;
 }
 .box-order-table .bot-col {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
  width: 100%;
 }
  .personal-order .box-text {
   margin-top: 0;
   margin-bottom: 10px;
  }
 .list-order-table .bot-row.regular-13,
 .list-order-table .razdelitel {
  display: none;
 }
 .list-order-table .bot-col {
  display: block;
  padding: 5px;
 }
 .list-order-table .number,
 .list-order-table .bot-col.quantity,
 .list-order-table .bot-col.price {
  width: 100%;
  text-align: left;
 }
 .ordering .list-order-table .bot-col.caption {
  width: 100%;
 }
 .ordering .list-order-table .bot-col:first-of-type {
  padding: 5px;
 }
 .list-order-table .bot-row {
  display: inherit;
 }

 /*---------- 13.4 Page selling ---------*/
 .wrap-selling {
  margin-top: 0;
  padding: 10px 0;
  flex-flow: column;
 }
 .selling-box-left {
  padding-right: 0;
 }
 .selling-box-right {
  margin-top: 20px;
  flex-flow: column;
 }
 .sbr {
  position: relative;
  max-width: 300px;
 }
 .sbr-number {
  height: 80px;
  width: 150px;
  flex-flow: column;
 }
 .sbr-number + p {
  margin-top: 0;
  text-align: left;
  position: absolute;
  top: 5px;
  left: 120px;
 }
 .sbr-line {
  width: 4px;
  height: 100%;
 }
 .selling-1 .sbr-number p {
  margin-right: 0;
 }
 .selling-4 .sbr-number p {
  margin-left: 0;
 }
 .selling-4 .sbr-number {
  height: 55px;
 }
 .sbr-number  .sbr-line.no{
  display: none;
 }
 .notification {
  padding: 10px;
 }


 .separate-order .list-order-table .bot-col.number,
 .separate-order .list-order-table .bot-col .name {
  text-align: left;
 }
 .separate-order .list-order-table .bot-col {
  height: auto;
  text-align: right;
 }
 .separate-order .bot-col:last-child {
  padding-right: 5px;
 }

 .separate-order p.final-amount {
  margin-top: 16px;
 }
 .separate-order .button {
  margin-top: -23px;
  width: 180px;
 }


 .trans-comp .button {
  margin-top: 5px;
  width: 100%;
 }

 .box-brand {
  flex: 100%;
 }
 .nav-personal.basket li {
  margin-right: 0;
  margin-bottom: 15px;
 }

 .basket-order-list .product-city {
  min-width: 150px;
 }
 .basket-order-list .product-price {
  min-width: 70px;
 }
 .basket-order-list .product-counter {
  padding: 7px 5px;
 }
 .basket-order-list .dell {
  margin-left: 10px;
  margin-bottom: 10px;
 }
 .address-delivery p span {
  min-width: 150px;
 }
 form.search {
  margin-top: 4px;
  margin-left: 0;
 }





}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 414px) {
 .ya-map {
  overflow: hidden;
 }
 .hww-box {
  flex-wrap: wrap;
 }
 .hc-logo {
  width: 120px;
 }
 .header-wrapp {
  flex-direction: column;
  justify-content: center;
  position: relative;
 }
 .wrapp-logo {
  width: 100%;
  text-align: center;
 }
 .contact-email .ce-wrapper {
  margin-top: 35px;
  margin-bottom: -15px;
  margin-left: 20px;
 }
 .contact-phone {
  width: 100%;
 }
 .contact-phone .cp-wrapper {
  position: absolute;
  width: 100%;
  top: 50px;
  text-align: center;
 }
 .ce-wrapper {
  padding-left: 0;
 }
 .cp-wrapper a:first-child:before {
  font-size: 20px;
 }
 .footer-bottom p {
  margin-left: 30px;
 }
 .nav-cont li.active a ~ .tabs-accordion-title {
  padding: 10px 0 0 20px;
 }
 .nav-top li.vin-nomer a::before {
  left: 5px;
 }
 .nav-top li.vin-nomer a {
  padding: 5px 5px 5px 28px;
 }
 .tabs_content .owl-stage-outer {
  height: 480px;
 }

 .sn-tabs li a {
  width: auto;
  font-size: 12px;
 }
 .captcha-button input {
  margin-left: 0;
 }
 .counter-button {
  padding-left: 10px;
 }
 .product-counter, .product_star {
  display: none;
 }
 .product-city.not_available {
  width: 150px;
  padding-left: 10px;
  padding-right: 0;
 }
 .product-buttons {
  padding-left: 0;
 }
 .buttons a {
  text-align: center;
  padding: 5px;
 }
 .counter-button {
  width: auto;
 }
 .no-right_table td {
  height: 50px;
  padding-left: 10px;
  padding-right: 10px;
 }
 .notify-button a {
  padding: 5px;
  text-align: center;
 }

 .status-fail .line-box {
  flex-flow: wrap;
 }
 .status-fail .line {
  width: 100%;
 }

 .aut-popup .popup-content {
  margin-top: 25%;
  width: 80%;
  padding: 15px 15px 10px;
 }

 /* 16.2 Page stock list */
 .p-element {
  flex-flow: column;
  justify-content: center;
 }
 .p-element > .img {
  margin-right: 0;
  min-width: 100%;
 }
 .p-element h2 {
  line-height: normal;
  margin-top: 10px;
 }
 .p-element:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
 }
 .basket-order-list .product-city {
  min-width: 140px;
 }
 .basket-order-list .product-price {
  min-width: 60px;
 }
 .basket-order-list .product_car {
  float: right;
 }

 .new-address-popup .popup-content {
  width: 300px;
  margin-top: 18%;
 }
 .tab-form .inp-number input {
  flex: 0 80px;
 }
 .tab-form input {
  margin-bottom: 10px;
 }



}

@media only screen and (max-width : 360px) {

 .button.fix270 {
  width: auto;
 }

 .footer-top {
  justify-content: space-between;
  width: 100%;
 }
 .contact-phone .cp-wrapper {
  right: 106px;
 }
 .ft-cont .ce-wrapper {
  padding-left: 30px;
 }
 .ft-cont {
  padding-right: 0;
  margin-top: 20px;
  position: static;
  float: right;
 }
 .footer-bottom {
  height: 230px;
  align-items: flex-start;
 }
 .footer-bottom p {
  position: absolute;
  text-align: center;
  top: 320px;
  margin-left: 30px;
  margin-top: 10px;
 }
 .ico {
  padding: 0;
  margin: 0;
  justify-content: center;
  top: 270px;
 }
 .ft-cont .contacts .icon-mail,
 .ft-cont .cp-wrapper a:first-child::before,
 .counter_block {
  display: none;
 }

 .order-price a.icon {
  display: block;
  margin-bottom: 5px;
 }

 /* ------- 13.3 Page article -------- */
 .content-wrapper .wpap-img {
  float: none;
  width: 100%;
  margin-right: 0;
  margin-bottom: 10px;
 }

 .page-form-check input,
 .page-form-check .button {
  width: 100%;
 }

 .product-info {
  height: 70px;
  overflow: hidden;
 }
 .product-act-wrapper {
  float: right;
  width: 100%;
 }
 .product-city {
  width: 190px;
 }


}


@media only screen and (max-width : 320px) {

 .contact-phone .cp-wrapper {
  right: 90px;
 }
 .dws-pagination {
  margin-right: 0;
 }

 /*---------- 13.4 Page selling ---------*/

 .sbr-number {
  width: 100px;
 }
 .sbr-number + p {
  left: 100px;
 }
 .separate-order .button {
  width: 100%;
  margin-top: 20px;
 }


 .new-address-popup .popup-content {
  width: 260px;
  margin-top: 20%;
  padding: 10px 15px 10px;
 }
 .tab-form .inp-number input {
  flex: 0 70px;
 }
 .tab-form input {
  margin-bottom: 10px;
 }
 .popup-input-tab label.mr105 {
  margin-right: 50px;
 }

}