div,
p,
td {
  font-weight: normal;
}

img {
  max-width: 100%;
  height: auto;
}

h1 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
}

.content h2 {
  font-size: 1.8rem;
}

.justify-content-between {
  justify-content: space-between;
}

.v-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.big {
  font-size: 19px;
}

.low {
  font-size: 10px;
}

:root {
  --brand: #d53b3b;
  --brand-dark: #9f2d2d;
  --nav-hover: #972928;
  --nav-link: white;
  --text: #1f2937;
}

.topbar {
  background: #2b2b33;
}

.topbar__inner {
  display: flex;
  justify-content: end;
  align-items: center;
  padding: 10px 15px;
}

.topbar__mail {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 1.5rem;
  row-gap: 5px;
  font-size: 15px;
  line-height: 15px;
}

.topbar__mail img {
  height: 25px;
}

.topbar a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.topbar a:hover,
.topbar a:focus {
  color: #da5656;
  text-decoration: underline;
}

.topbar__feedback {
  border-bottom: 1px dashed #b9b9c3;
}

.page > .header {
  background: #ffffff;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  color: var(--text);
}

.page > .header a {
  color: var(--brand-dark);
}

.header__logo img {
  width: 250px;
}

.header .v-row {
  justify-content: space-between;
  align-items: center;
  padding: 11px 0px;
  margin: 0;
}

.header__phones {
  display: flex;
  flex-wrap: wrap;
  column-gap: 1.5rem;
}

.header .contact {
  font-size: 13px;
  line-height: 1.5;
  color: var(--text);
}

.header .contact .low {
  font-size: 11px;
}

.header .basket-line {
  align-self: center;
  padding-left: 34px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24' fill='%239f2d2d'%3E%3Cpath d='M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2zM7.2 14.8c0 .1.1.2.2.2h11.1v2H7c-1.1 0-2-.9-2-2 0-.4.1-.7.2-1l1.3-2.4L3 4H1V2h3.3l.9 2H21c.6 0 1 .4 1 1 0 .2 0 .3-.1.5l-3.6 6.5c-.3.6-1 1-1.7 1H7.2l-1 1.8z'/%3E%3C/svg%3E")
    0 center no-repeat;
  font-size: 13px;
}

.header .basket-line .card_title {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
}

.header .basket-line a:hover,
.header .basket-line a:focus {
  text-decoration: none;
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before,
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::after,
.hamburger.is-active .hamburger-inner::before {
  background-color: var(--brand-dark);
}

button.navbar-toggler {
  display: block;
}

.header__nav {
  display: none;
  background: linear-gradient(90deg, var(--brand) 0%, var(--brand-dark) 100%);
  text-align: center;
  padding: 10px 10px;
}

.header__nav-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.store-horizontal {
  text-align: left;
}

.store-horizontal li a {
  color: var(--nav-link) !important;
}

/* Кнопка обратной связи в бургер-меню */
body a.nav__feedback {
  /* display: inline-block; */
  display: none;
  text-align: center;
  border: 2px solid #fff;
  color: #fff;
  margin: 0.6rem;
}

@media screen and (max-width: 767px) {
  .header__logo img {
    width: 200px;
  }

  .header__nav-inner {
    flex-direction: column;
    align-items: start;
    row-gap: 20px;
  }

  .header__nav-inner ul {
    padding-left: 23px;
    color: white !important;
  }

  .header__nav a {
    color: white !important;
  }
}

@media screen and (max-width: 500px) {
  .topbar__inner {
    padding: 15px 15px 18px 15px;
  }

  .topbar__mail img {
    height: 22px;
  }

  .header__logo img {
    width: 150px;
  }
}

@media screen and (max-width: 350px) {
  .header__logo img {
    width: 105px;
  }

  .header .basket-line .card_title {
    font-size: 13px;
    line-height: 13px;
  }
}

@media screen and (min-width: 768px) {
  button.navbar-toggler {
    display: none;
  }

  .header__nav {
    display: block;
  }

  .header__nav .store-horizontal {
    display: flex;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
  }

  body a.nav__feedback {
    display: none;
  }
}

.header__nav a {
  display: inline-block;
  padding: 9px 10px;
  color: #fff;
  font-size: 15px;
  line-height: 15px;
  border-radius: 4px;
  transition: background-color 0.25s ease;
}

.header__nav a:hover,
.header__nav a:focus {
  text-decoration: none;
  background-color: var(--nav-hover);
}

.header__logopress {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.header__logopress span {
  font-size: 14px;
  line-height: 14px;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  color: var(--text);
}

.header__logopress .big {
  font-size: 17px;
  line-height: 17px;
  color: var(--brand-dark);
}

@media screen and (max-width: 1199px) {
  .header__logopress {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .header__phones {
    display: none;
  }

  .topbar__inner {
    justify-content: center;
  }
}

.site-layout {
  display: flex;
  flex-direction: column;
}

.site-layout .sidebar {
  background: linear-gradient(90deg, #ffe7e7 0%, #ffffff 100%);
  padding: 15px 30px 0px 15px;
  border-top-left-radius: 8px;
  min-width: 25%;
}

.sidebar__header {
  margin-top: 19px;
  margin-bottom: 19px;
  line-height: 0px;
}

.sidebar__header a {
  text-decoration: none;
  outline: none;
}

.sidebar__title {
  /* background: url(images/img_3.jpg) 0px center no-repeat;
  /* padding: 5px 5px 5px 20px; */
  display: block;
  background: linear-gradient(90deg, #dadaf1 0%, #ffe9e9 100%);
  border-radius: 4px;
  padding: 6px;
  font-family: Tahoma, Geneva, sans-serif;
  text-transform: uppercase;
  color: #1f2937 !important;
  font-size: 18px !important;
  line-height: 18px;
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .site-layout .sidebar {
    order: -1;
  }
}

.site-layout .sidebar .left-menu {
  padding-left: 13px;
}

.left-menu li {
  display: block;
  margin: 7px 0;
  padding: 0px 0px 0px 13px;
  background: url(images/marker.gif) 0px 5px no-repeat;
  text-decoration: none;
}

.left-menu li .selected {
  padding: 5px 5px;
  border-radius: 4px;
  background-color: #cf3939;
  color: white;
}

.left-menu a {
  color: #7f1011;
  font-family: Tahoma;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  transition: all 300ms ease;
  cursor: pointer;
  padding: 5px 5px;
  border-radius: 4px;
  outline: none;
}

.left-menu a:hover {
  background-color: #fcd3d3;
}

.site-layout .sidebar__menu .left-menu {
  display: none;
}

#search-vertex {
  max-width: 100%;
}

.site-layout .content {
  flex: 1 1 auto;
  color: #434343;
  padding: 0px;
}

@media screen and (min-width: 1200px) {
  .site-layout {
    flex-direction: row;
  }

  .site-layout .sidebar__menu .left-menu {
    display: block;
  }
}

.site-footer {
  padding: 22px 10px 20px 10px;
  background-color: #2b2b33;
  border-top: 3px solid #d53b3b;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  line-height: 14px;
  color: #b9b9c3;
}

.site-footer__grid {
  display: flex;
  column-gap: 15px;
}

.site-footer__col {
  flex: 1 1 100%;
  max-width: 100%;
  box-sizing: border-box;

  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.site-footer__logo {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  color: #ffffff;
}

.site-footer__title {
  font-size: 15px;
  line-height: 15px;
  font-weight: 600;
  text-transform: uppercase;
  color: #ffffff;
}

.site-footer__info {
  align-items: center;
}

.site-footer__contacts {
  align-items: end;
}

.site-footer__contact-group {
  text-align: end;
}

.site-footer__copy {
  line-height: 1.6;
}

.site-footer__address {
  font-style: normal;
  line-height: 1.6;
}

.site-footer__menu {
  display: flex;
  flex-direction: column;
  row-gap: 13px;
  list-style: none;
  padding-left: 8px;
  margin: 0;
}

.site-footer__menu a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__menu a:hover,
.site-footer__menu a:focus {
  color: #da5656;
  text-decoration: underline;
}

.site-footer__contacts .site-footer__contact-group {
  margin: 0 0 10px;
  line-height: 1.7;
}

.site-footer__contacts span {
  color: #ffffff;
  font-weight: 600;
}

.site-footer__contacts a {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.2s ease;
}

.site-footer__contacts a:hover,
.site-footer__contacts a:focus {
  color: #da5656;
  text-decoration: underline;
}

.site-footer__bottom {
  margin-top: 10px;
  padding-top: 1rem;
  border-top: 1px solid #3d3d47;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .site-footer {
    font-size: 13px;
    line-height: 13px;
  }

  .site-footer__menu {
    padding-left: 0px;
  }
}

@media screen and (max-width: 500px) {
  .site-footer__grid {
    flex-direction: column;
    row-gap: 30px;
  }

  .site-footer__logo {
    text-decoration: underline;
  }

  .site-footer__title {
    text-decoration: underline;
  }

  .site-footer__about {
    align-items: center;
  }

  .site-footer__copy {
    text-align: center;
  }

  .site-footer__contacts {
    align-items: center;
  }

  .site-footer__menu-item {
    text-align: center;
  }

  .site-footer__contact-group {
    text-align: center;
  }
}

.footer__cookie {
  position: fixed;
  left: 50%;
  bottom: 50px;
  transform: translate(-50%, 0%);
  margin: 0 auto;

  background-color: rgba(89, 91, 106, 0.85);
  border-radius: 8px;
  padding: 20px;

  display: none;
}

.footer__cookie_show {
  display: flex;
  align-items: center;
  column-gap: 30px;
}

.footer__cookie-text {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: white;
}

.footer__cookie-text a {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: white;
  text-decoration: underline;
  transition: all 300ms ease;
}

.footer__cookie-text a:hover {
  color: rgb(203, 206, 209);
}

.footer__cookie-btn {
  border: none;
  outline: none;
  border-radius: 10px;
  width: 94px;
  min-width: 94px;
  height: 38px;
  min-height: 38px;
  font-size: 14px;
  font-weight: 400;
  color: white;
  cursor: pointer;
  background-color: #3a3948;
  transition: all 300ms ease;
}

.footer__cookie-btn:hover {
  background-color: #47455f;
}

@media screen and (min-width: 1200px) {
  /* .site-footer__menu {
    flex-direction: row;
  } */
}

@media screen and (max-width: 768px) {
  .footer__cookie {
    flex-direction: column;
    row-gap: 20px;
  }
}

@media screen and (max-width: 500px) {
  .footer__cookie {
    bottom: 0px;
  }
}

.main__title {
  font-family: Tahoma, Geneva, sans-serif;
  color: #1f2937 !important;
  font-size: 25px;
  font-weight: 600 !important;
  line-height: 25px;
  text-transform: none !important;
  margin-top: 25px !important;
  margin-bottom: 25px !important;
  position: relative;
  padding-bottom: 15px;
  opacity: 0;
  transform: translateY(-20px);
  transition:
    opacity 0.5s ease,
    transform 0.5s ease;
}

.main__title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 4px;
  background: linear-gradient(90deg, #d53b3b 0%, #9f2d2d 100%);
  border-radius: 2px;
}

.main__about-top,
.main__about-bottom {
  background: #f7f9ff;
  border-left: 4px solid #d53b3b;
  padding: 20px 25px;
  border-radius: 0 8px 8px 0;
  font-family: Tahoma, Geneva, sans-serif;
  color: #1f2937 !important;
  text-align: left;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  opacity: 0;
  transform: translateY(30px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease,
    box-shadow 0.3s ease,
    border-left-color 0.3s ease;
}

.main__title.visible,
.main__about-top.visible,
.main__about-bottom.visible {
  opacity: 1;
  transform: translateY(0);
}

.main__about-top:hover,
.main__about-bottom:hover {
  box-shadow: 0 6px 20px rgba(213, 59, 59, 0.15);
  border-left-color: #9f2d2d;
  transform: translateY(-2px);
}

.main__about-top,
.main__about-bottom {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  margin-top: 0;
}

.main__about-top p,
.main__about-bottom p {
  margin: 0 !important;
}

.main__about-top p:first-child,
.main__about-bottom p:first-child {
  font-weight: 600;
  font-size: 16px;
  /* color: #d53b3b; */
}

.main__about-bottom a {
  color: #d53b3b;
  text-decoration: underline;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
  display: inline-block;
}

.main__about-bottom a:hover {
  color: #9f2d2d;
  text-decoration: none;
  transform: translateY(-1px);
}

/** Catalog section list */
.catalog-section-list * {
  box-sizing: border-box;
}

.catalog-section-list .section-list {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  list-style: none;
}

.section-list .section-item {
  position: relative;
  flex: 1 1 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  opacity: 1;
}

.section-list .section-item:hover {
  opacity: 0.75;
  transition: 0.2s ease;
}

.section-list .section-item__prev {
  text-align: center;
}

.section-list .section-item__name {
  padding: 0.5rem;
  text-align: center;
  color: #000;
  line-height: 1.1;
}

.section-list .section-item__link {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

@media screen and (min-width: 575px) {
  .section-list .section-item {
    flex: 1 1 33.3332%;
    max-width: 33.3332%;
  }
}

@media screen and (min-width: 1200px) {
  .section-list .section-item {
    flex: 1 1 25%;
    max-width: 25%;
  }
}

@media screen and (max-width: 1199px) {
  .main__title {
    margin-top: 0px !important;
  }
}

input.search-suggest {
}

div.search-popup {
  border: 1px solid #333333;
  background: #ffffff;
  padding: 2px;
  margin: 0px;
}

div.search-popup-row,
div.search-popup-row-active {
  position: relative;
  padding: 2px 4px;
  margin: 0px;
  cursor: hand;
  cursor: pointer;
}

div.search-popup-row {
  background: #ffffff;
}

div.search-popup-row-active {
  background: #eeeeee;
}

div.search-popup-el-name,
div.search-popup-el-cnt {
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: left;
}

div.search-popup-el-cnt {
  text-align: right;
  float: right;
}

.search__inner {
  position: relative;
}

.search__form-group {
  display: flex;
  flex-wrap: nowrap;
}

.search__form-group input[type="text"] {
  flex: 1 1 auto;
  width: 1%;
  padding: 2px 5px 0px 7px;
  font:
    14px Tahome,
    sans-serif;
  border: 2px solid #972928;
}

.search__form-group input[type="submit"] {
  font-size: 18px;
  border: 0;
  background-color: #972928;
  color: #fff;
  padding: 0.625rem 1.5rem;
}

li.hello {
  background: transparent !important;
}

.popup-window-titlebar {
  display: none;
}

.popup-window-with-titlebar .popup-window-content {
  background: #e8e4e5;
}

.popup-window-buttons {
  display: flex;
  max-width: 100%;
}

.catalog-item-list {
  overflow: auto;
}

.clearfix {
  position: relative;
  z-index: -1;
}

.none {
  display: none;
}

.catalogitemlist .active {
  display: block;
}

.catalogueProductList th,
.cart-items th {
  background: #e8e4e5;
  text-align: center;
  padding: 9px 0px;
  font-size: 15px;
}

.catalogueProductList td,
.cart-items td {
  padding: 9px 4px;
  vertical-align: middle;
}

.catalogueProductList th,
.catalogueProductList td,
.cart-items th,
.cart-items td {
  border: 1px solid #000;
}

.catalogueProductList a {
  text-decoration: none;
}

.cart-items td {
  vertical-align: middle;
}

.cart-item-price,
.cart-item-type,
.cart-item-discount,
.cart-item-weight,
.cart-item-quantity,
.cart-item-actions {
  text-align: center;
}

.catalogueProductList th,
.cart-items th {
  padding: 4px;
  font-size: 14px;
  font-weight: 400;
}

.catalogueProductList .col_0 {
  width: 50px;
  min-width: 30px;
  text-align: center;
  vertical-align: middle;
}

.catalogueProductList .col_0 img {
  min-height: 58px;
  object-fit: cover;
}

.catalogueProductList .col_1 {
  vertical-align: middle;
  text-decoration: none;
  min-width: 200px;
}

.catalogueProductList .col_2,
.catalogueProductList .col_3 {
  width: 60px;
  min-width: 50px;
  text-align: center;
  vertical-align: middle;
}

.catalogueProductList .col_3 .value {
  white-space: nowrap;
}

.catalogueProductList .col_4,
.catalogueProductList .col_5 {
  width: 90px;
  text-align: center;
  vertical-align: middle;
}

/*.catalogueProductList .col_3 + td.col_4 {
    min-width: 60px;
}

.catalogueProductList .col_3 + td.col_4 a {
    display: block;
    color: transparent;
    background: url(https://vertex-rd.ru/bitrix/templates/vertex/components/bitrix/sale.basket.basket.line/.default/images/cart.png) center no-repeat;
    background-position: center;
    filter: invert(0.7);
}
*/

#bx_recall_callback_form input,
#bx_recall_callback_form textarea {
  width: 100%;
  line-height: 20px;
  padding-left: 10px;
}

#bx_recall_callback_form table.form-table td {
  padding: 2px 10px;
}

#bx_recall_callback_form table.form-table thead {
  display: none;
}

#bx_recall_callback_form input[type="submit"] {
  width: 100%;
  border: none;
  background: #9a2b2b;
  color: #ffffff;
  line-height: 30px;
  cursor: pointer;
}

#bx_recall_callback_form input[name="web_form_apply"] {
  display: none;
}

#bx_recall_callback_form input[type="submit"]:hover {
  background: #d53b3b;
  color: #ffffff;
}

#bx_recall_callback_form input[type="reset"] {
  display: none !important;
}

#bx_recall_callback_form input[type="reset"]:hover {
  border: 1px solid #9a2b2b;
  background: #9a2b2b;
  color: #fff;
}

table.form-table {
  background-color: transparent !important;
}

table.form-table th,
table.form-table td {
  border-color: transparent !important;
}

#bx_recall_callback_form h3 {
  display: block;
  text-align: center;
  font-weight: bold;
}

#bx_recall_callback_form h3 + p {
  text-align: center;
  font:
    15px Tahome,
    sans-serif;
  font-weight: 800;
}

span.access-title-bar {
  display: none;
}

.popup-window-with-titlebar .popup-window-content {
  background: #e8e4e5;
  padding: 10px 20px 0;
}

#address-hidden-field,
input[name="form_text_59"] {
  display: none;
}

#address-hidden-field,
input[name="form_text_60"] {
  display: none;
}

.popup-window.popup-window-with-titlebar {
  padding: 0;
}

.popup-window-titlebar {
  height: 49px;
  display: none;
}

form[name="SIMPLE_FORM_10"] input,
form[name="SIMPLE_FORM_10"] textarea {
  width: 97%;
  line-height: 20px;
  padding-left: 10px;
}

form[name="SIMPLE_FORM_10"] input[type="reset"],
form[name="SIMPLE_FORM_10"] input[name="web_form_apply"] {
  display: none;
}

form[name="SIMPLE_FORM_10"] input[type="submit"] {
  width: 100%;
  border: none;
  background: #9a2b2b;
  color: #ffffff;
  line-height: 30px;
  cursor: pointer;
}

form[name="SIMPLE_FORM_10"] input[type="submit"]:hover {
  background: #d53b3b;
  color: #ffffff;
}

textarea[name="form_textarea_62"] {
  display: none;
}

.cart-item-name a {
  color: #9a2b2b;
}

[name="BasketOrder"] {
  border: none;
  background: #9a2b2b;
  color: #ffffff;
  line-height: 30px;
  cursor: pointer;
  padding-left: 2rem;
  padding-right: 2rem;
}

.catalog-element .columns {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-element__thumbnails {
  flex: 1 1 40%;
  max-width: 40%;
  padding-left: 15px;
  padding-right: 15px;
}

.catalog-element__body {
  flex: 1 1 60%;
  max-width: 60%;
  padding-left: 15px;
  padding-right: 15px;
}

.catalog-element__main-image {
  text-align: center;
  border: 1px solid #000;
  padding: 2px;
}

.catalog-element__images {
  display: flex;
  flex-wrap: wrap;
  margin: 5px -5px;
}

.catalog-element__image {
  padding: 5px;
  flex: 1 1 20%;
  max-width: 20%;
}

.catalog-element__image a {
  display: block;
  border: 1px solid #000;
  padding: 2px;
  text-align: center;
  display: flex;
  height: 50px;
  justify-content: center;
  align-items: center;
}

.catalog-element__stock {
  margin-bottom: 1rem;
}

.catalog-element__stock th {
  padding: 0 0 0.5rem;
}

.catalog-element__stock th.col_elem_1 {
  padding-right: 1rem;
}

.catalog-element__primechanie {
  margin-bottom: 1.6rem;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  color: #d31e1e;
  vertical-align: bottom;
}

.catalog-detail-full-desc__title {
  text-align: center;
}

.catalog-element__files .file_type a {
  height: auto;
}

.catalog-element__similar {
  overflow: hidden;
}

.catalog-element__similar .tovars-items-all {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.catalog-element__similar .tovars-items-all .tovars-items {
  flex: 1 1 25%;
  max-width: 25%;
  padding-left: 15px;
  padding-right: 15px;
}

.catalog-element__similar .tovars-items-all .tovars-items img {
  display: block;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .catalog-element__thumbnails {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .catalog-element__body {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .catalog-element__actions {
    text-align: center;
  }

  .catalog-element__similar .tovars-items-all .tovars-items {
    flex: 1 1 50%;
    max-width: 50%;
  }
}

@media screen and (max-width: 575px) {
  .catalog-element__similar .tovars-items-all .tovars-items {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .popup-window-with-titlebar .popup-window-content {
    padding: 0;
  }

  .popup-window-with-titlebar .popup-window-content .bx_callback_popup_form {
    min-width: 320px !important;
    max-width: 100%;
  }

  .form-table tr {
    display: flex;
    flex-direction: column;
  }

  .form-table td {
    flex: 1 1 100%;
    width: 100%;
  }
}

.col_elem_1,
.col_elem_2,
.col_elem_3,
.col_elem_3 a,
.col_elem_4 {
  font:
    18px Tahome,
    sans-serif;
}

.col_elem_2 {
  color: #0b7400;
}

@media screen and (max-width: 768px) {
  .mobile-contacts {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
  }

  .mobile-contacts > .contact {
    flex: 1 1 50%;
    max-width: 50%;
    padding: 0.6rem;
    text-align: center;
  }

  .mobile-contacts > .contact__mail {
    flex: 1 1 100%;
    max-width: 100%;
    text-align: left;
  }

  .mobile-contacts > .contact__mail a {
    padding-bottom: 5px;
  }
}

.cart-items {
  width: 100%;
}

.cart-items .cart-item-quantity,
.cart-items .cart-item-actions {
  width: 1%;
  min-width: 40px;
}

@media screen and (min-width: 768px) {
  .catalog-item-list {
    border-right: 1px solid #000;
    border-bottom: 1px solid #000;
  }

  .catalogueProductListHead {
    display: flex;
    background: #e8e4e5;
  }

  .catalogueProductListHead .col {
    min-height: 62px;
    font-size: 15px;
  }

  .catalogueProductListBody .catalogueProductItem {
    display: flex;
    font-size: 14px;
  }

  .catalog-item-list .col_item_desc {
    display: flex;
    flex: 1 1 auto;
  }

  .catalog-item-list .col_item_prev {
    position: relative;
    flex: 1 1 50px;
    min-width: 50px;
    max-width: 50px;
  }

  .catalog-item-list .col_item_prev img:first-child {
    height: 50px;
    object-fit: cover;
  }

  .catalog-item-list .col {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.2;
    padding: 6px;
    border-left: 1px solid #000;
    border-top: 1px solid #000;
  }

  .catalog-item-list .col_item_prev .col {
    padding: 0;
  }

  .catalog-item-list .col_1 {
    flex: 1 1 auto;
  }

  .catalogueProductListBody .col_1 {
    justify-content: flex-start;
    text-align: left;
  }

  .catalog-item-list .col_2,
  .catalog-item-list .col_3 {
    flex: 1 1 70px;
    min-width: 70px;
    max-width: 70px;
  }

  .catalogueProductListBody .col_2,
  .catalogueProductListBody .col_3 {
    font-size: 12px;
    white-space: nowrap;
  }

  .catalog-item-list .col_4,
  .catalog-item-list .col_5 {
    flex: 1 1 92px;
    min-width: 92px;
    max-width: 92px;
  }
}

@media screen and (max-width: 767px) {
  .catalog-item-list {
    margin: 0 -15px;
  }

  .catalogueProductListHead {
    display: none;
  }

  .catalogueProductItem {
    display: flex;
    padding: 10px 15px;
  }

  .catalogueProductItem:nth-child(odd) {
    background-color: #ccc;
  }

  .col_item_prev {
    flex: 1 1 30%;
    max-width: 30%;
  }

  .col_item_prev img {
    width: 100%;
  }

  .col_item_desc {
    flex: 1 1 70%;
    max-width: 70%;
    padding-left: 15px;
  }

  .col_item_desc .col_2:before {
    content: "Остаток на складе: ";
  }

  .col_item_desc .col_3:before {
    content: "Оптовая цена: ";
  }

  .col_item_desc .col_4 {
    float: left;
    margin-right: 10px;
  }

  .col_item_desc .col_4 a,
  .col_item_desc .col_5 a {
    display: inline-block;
    padding: 6px;
    background-color: #972928;
    color: #fff;
    font-size: 12px;
    margin-top: 8px;
  }

  .col_item_desc .col_4 a:hover,
  .col_item_desc .col_5 a:focus {
    color: #fff;
    text-decoration: none;
  }
}

@media screen and (max-width: 767px) {
  .section-list {
    margin-top: 2rem;
  }

  .section-list .section-item__prev {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .contacts-layout-sidebar {
    text-align: center;
  }

  .contacts-layout-sidebar .media-thumb {
    margin-bottom: 1rem;
  }

  .contacts-layout-main {
    display: flex;
    flex-direction: column;
  }

  .contacts-layout-main .parthners {
    order: -1;
  }
}

@media screen and (max-width: 767px) {
  .contacts-layout-sidebar .media {
    display: flex;
    max-width: calc(100vw - 30px);
  }

  .media-thumb {
    min-width: 75px;
    margin-right: 1.5rem;
    margin-bottom: 10px;
  }

  .contacts-layout-sidebar .media-body {
    flex: 1 1 auto;
    margin-bottom: 10px;
  }

  .contacts-layout-sidebar .media-body p {
    line-height: 1.1;
    margin-bottom: 6px;
  }

  .contacts-layout-sidebar .contacts {
    display: flex;
    flex-wrap: wrap;
    max-width: calc(100vw - 30px);
  }

  .contacts-layout-sidebar .contacts .contact {
    display: flex;
    flex: 1 1 50%;
    margin-bottom: 8px;
  }

  .contacts-layout-sidebar .contacts .contact img {
    width: 50px;
    height: auto;
  }
}

@media screen and (max-width: 575px) {
  .section-list .section-item {
    margin-bottom: 0;
  }

  .section-list .section-item__name {
    text-align: left;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-list .section-item:nth-child(odd) .section-item__name {
    background: #ccc;
  }
}

@media screen and (max-width: 359px) {
  .contacts-layout-sidebar .contacts .contact {
    flex: 1 1 100%;
  }
}
