.ya-page_js_yes .ya-site-form_inited_no {
  display: none;
}
.attention {
  position: relative;
  top: 0;
  width: 100%;
  /*height: 30px;*/
  background-color: var(--main-red-color);
  color: #fff;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
  z-index: 999;
  padding: 5px;
}
.attention a{
  color: #fff;
  text-decoration: none;
}
.attention a:hover{
  text-decoration: underline;
}
.attention-white{
  background-color: #fff;
  color: #333333;
}
.top-paralax-menu {
  top: 0px;
  left: 0;
  /* display: none; */
}
.top-paralax-menu div {
  padding-top: 2px;
  line-height: 45px;
}
.page .breadcrumbs {
  float: none;
  padding-top: 74px;
  z-index: 0;
}
.col-main {
  margin-top: 32px;
}
@media screen and (min-width: 720px) {
  .col-main {
    margin-top: 48px;
  }
  .page .breadcrumbs {
    float: none;
    padding-top: 84px;
    z-index: 0;
  }
}
@media screen and (min-width: 768px) {
  .attention {
    position: relative;
    width: 980px;
  }
  .col-main {
    margin-top: 10px;
  }
  .page .breadcrumbs {
    padding-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .attention {
    position: relative;
    width: 100%;
  }
}
.worktimes-in-holidays td {
  padding: 4px 10px;
}

.carselect {
  position: relative;
}
.carselect h1 {
  font: 700 27px "PT Sans", sans-serif;
  margin-bottom: 12px;
  margin-top: 10px;
  color: #444444;
  text-transform: uppercase;
}

ul.selectfield_make li {
  float: left;
}
ul.selectfield_make li.popular a {
  font-weight: bold;
  /*display: inline;*/
}
.getCarBtn {
  padding-bottom: 0px;
  position: absolute;
  margin: -22px auto 0 auto;
  padding: 0 35px 0 0;
  right: 5px;
  top: 35px;
}
@media (max-width: 719px) {
  .getCarBtn {
    top: auto;
    bottom: -9px;
    padding-right: 5px;
    padding-bottom: 10px;
  }
}
.text-red {
  color: #ff0000;
}
.topmenu {
  height: 45px;
  border-bottom: 1px solid #ddd;
  border-bottom-color: #dedede;
  background: #f2f2f2;
}

ul.menu {
  margin-left: 0px;
  z-index: 100;
  position: relative;
  font-size: 13px;
  font-weight: normal;
}

.allfield {
  z-index: 200;
  padding-left: 20px;
  width: 1138px;
  top: 40px;
  left: 0px;
}

@media (max-width: 1200px) {
  .allfield {
    width: 980px;
    box-sizing: border-box;
  }
}

ul.menu li {
  float: left;
  padding: 16px 36px 12px 36px;
  color: #000;
}

@media (max-width: 1200px) {
  ul.menu li {
    float: left;
    padding: 16px 18px 12px 17px;
    color: #000;
  }
}

ul.menu li a strong {
  color: #000;
}

ul.menu li ul {
  position: absolute;
  display: none;
  margin-left: 0px;
  background-color: white;
  margin-top: 8px;
  left: 0px;
  padding: 15px 30px 15px 30px;
}

ul.menu > li:hover {
  background-image: -webkit-gradient(
    linear,
    0% 0%,
    0% 100%,
    from(rgb(78, 82, 88)),
    to(rgb(50, 54, 58))
  );
}

ul.menu > li:hover strong:first-child {
  color: white;
}

ul.menu > li:hover ul strong:first-child {
  color: black;
}

ul.menu li:hover ul {
  display: block;
}

ul.menu li ul > li {
  float: left;
  margin: 1px;
  padding: 5px;
}

ul.menu li ul li ul {
  position: relative;
}

ul.menu li ul li ul li {
  float: none;
  margin: 1px 5px;
  padding: 1px;
}

ul.allfield {
  border: 1px solid #ddd;
}

ul.fmenu {
  height: 320px;
  margin: 0;
}

ul.fmenu li {
  float: left;
  padding: 6px 8px;
  text-align: left;
}

ul.fmenu li ul {
  margin: 5px 0 0 1px;
}

ul.fmenu li ul li {
  float: none;
  padding: 0px;
  margin-top: 2px;
}

.menu-header {
  size: 130%;
  font-weight: bold;
}

.ya-site-form__input-text {
  padding: 5px;
}

.ya-site-form__submit {
  border: 1px solid;
  padding: 5px;
  background: white;
}

.menu_cart {
  float: right;
  padding-top: 7px;
  padding-right: 4px;
  margin-left: 0;
  visibility: hidden;
  display: none;
}

ul.menu_cart li {
  padding: 0px;
}

ul.menu_cart .i_cart,
ul.menu_cart a.link {
  height: 30px;
}

ul.menu_cart a.link {
  color: red;
}

.banner div {
  text-align: center;
  width: 100%;
  display: none;
}

.banner div img {
  margin-bottom: 20px;
}

#holidays:hover + .hide_img {
  display: block;
}

.holidays_m {
  width: 91%;
}

.monday {
  margin-left: 15px;
}

.page #wrapper {
  min-height: 10px;
  height: auto;
}
.col-main {
  height: 10px;
  margin-top: 10px;
}

.product_card_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: 0 0 0 -24px;
  list-style-type: none;
}

.filters_product_list .product_card_item,
.byauto .product_card_item {
  display: flex;
  width: 100%;
  margin: 0 0 32px 24px;
  box-sizing: border-box;
}
@media screen and (min-width: 429px) {
  .filters_product_list .product_card_item,
  .byauto .product_card_item {
    width: calc(1 / 2 * 100% - 24px);
  }
}

.tags_list {
  list-style-type: none;
}

/* showcase ****************************************************** */
.showcase h2 {
  position: relative;
  width: 100%;
  max-width: 1456px;
  margin: 0 auto;
  padding: 8px 32px;
  box-sizing: border-box;
  background-color: #7d7d7d;
  color: #fff;
  font-size: 22px;
  text-transform: uppercase;
}
.showcase_nav_list {
  width: 100%;
  max-width: 1456px;
  margin: 0 auto;
  padding: 32px 32px;
}
.showcase_nav_list,
.showcase_product_list {
  list-style-type: none;
  box-sizing: border-box;
}
.showcase_nav_list li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.showcase_nav_list a {
  display: inline-block;
  padding: 8px 2px 8px 0;
  background-color: #fff;
  /* z-index: 1; */
  color: #000;
  white-space: nowrap;
}
.showcase_nav_list a:hover {
  color: var(--main-active-red-color);
}
.product_count {
  padding-left: 2px;
  /* z-index: 1; */
  background-color: #fff;
  color: #333;
}
.fixeditem {
  display: block;
  width: 0px;
  height: 0px;
  overflow: hidden;
}
@media screen and (min-width: 420px) {
  .product_link_card {
    padding: 0;
  }
  .product_card_title h4,
  .product_card_description {
    margin: 16px 0 0;
    /*  */
    padding: 0 16px;
  }
  .product_state {
    width: auto;
  }
}
@media screen and (min-width: 624px) {
  .product_link_card {
    padding: 0;
  }
}
@media screen and (min-width: 720px) {
  .product_card_list {
    margin: 0 0 0 -32px;
  }
  .filters_product_list .product_card_item {
    width: calc(1 / 3 * 100% - 32px);
    margin: 0 0 32px 32px;
  }

  .product_link_card {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .showcase_nav_list {
    display: flex;
    flex-flow: column wrap;
    align-content: space-between;
    /* margin-bottom: 32px; */
    box-sizing: border-box;
  }
  .showcase_nav_list li {
    width: calc((100% - 96px) / 2);
    background-color: #fff;
    box-sizing: border-box;
  }
  .byauto .product_card_list {
    padding-top: 32px;
  }
  .byauto .product_card_list::before {
    content: "";
    height: 3px;
    width: calc(100% - 32px);
    border-top: 3px double;
    top: 0;
    position: absolute;
    left: 32px;
  }
  .byauto .product_card_item {
    width: calc(1 / 3 * 100% - 32px);
    margin: 0 0 40px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .product_card_list {
    margin: 0 0 0 -32px;
  }
  .byauto .product_card_list {
    margin: 0 0 0 -24px;
  }
  .filters_product_list .product_card_item {
    margin: 0 0 32px 32px;
  }
  .byauto .product_card_item {
    margin: 0 0 40px 24px;
  }
  .byauto .product_card_item {
    width: calc(1 / 5 * 100% - 24px);
  }
  .byauto .product_card_list::before {
    width: calc(100% - 24px);
    left: 24px;
  }
  .product_link_card {
    padding: 0;
  }
  .product_card_title {
    margin-top: 16px;
    font-size: 16px;
    /*  */
    padding: 0 16px;
  }
}
@media screen and (min-width: 1100px) {
  .showcase_nav_list li {
    width: calc((100% - 96px) / 3);
  }
}
@media screen and (min-width: 1200px) {
  .filters_product_list .product_card_item {
    width: calc(1 / 4 * 100% - 32px);
  }
}
@media screen and (min-width: 1440px) {
  /* .byauto .product_card_item,  */
  .filters_product_list .product_card_item {
    width: calc(1 / 4 * 100% - 32px);
  }
  /* .byauto .product_card_item {
    margin: 0 0 40px 32px;
  }
  .byauto .product_card_item {
    width: calc(1 / 6 * 100% - 32px);
  } */
  .product_link_card {
    padding: 32px;
    /*  */
    padding: 0;
  }
}

#youtube-container {
  display: block !important;
}

/* ------------------------------------------------------------------------------ */

#goods-list {
  display: none;
}

.product_link_card_row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
  padding: 16px;
  background-color: #fafafa;
  border: 1px solid #f3f3f3;
  text-decoration: none;
  transition: border 0.75s ease-out;
}
.product_card_row_image {
  width: 120px;
  text-align: left;
  order: 1;
}
.product_card_row_item_text {
  width: 100%;
  margin-top: 8px;
  text-align: left;
  order: 3;
}
.product_card_row_item_bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: calc(100% - 130px);
  order: 2;
}
.product_card_row_item_bottom .product_card_price {
  width: 100%;
  text-align: right;
}
.product_card_row_item_bottom p.product_state {
  width: 30% !important;
  margin-left: auto !important;
}
@media screen and (min-width: 720px) {
  .product_card_row_image {
    order: 1;
  }
  .product_card_row_item_text {
    width: calc(100% - 136px - 160px);
    margin-top: 0;
    order: 2;
  }
  .product_card_row_item_bottom {
    width: 144px;
    order: 3;
  }
}

.our_works_portf {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.our_works_portf h4 {
  width: 100%;
}
.our_works_portf li {
  width: 220px;
  margin-bottom: 32px;
}
.our_works_portf img {
  margin-bottom: 16px;
}
.our_works_portf h6 {
  width: 100%;
  text-align: center;
  text-transform: uppercase;
}
.our_works_portf p {
  width: 100%;
}
@media screen and (min-width: 720px) {
  .our_works_portf {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1201px) {
  .our_works_portf li {
    width: calc((100% - 96px) / 4);
  }
  .our_works_portf h6 {
    max-width: 220px;
    text-align: left;
  }
  .our_works_portf p {
    max-width: 220px;
  }
}
.text-close-rule {
  color: #0857a6;
  margin-bottom: 10px;
  text-align: right;
  cursor: pointer;
}
#additional {
  height: 0px;
  overflow: hidden;
  position: relative;
  clear: both;
}
