

/* Start:/about/v2/style.css?17650234857686*/
.about img {
  max-width: 100%;
}
.about .align-items-center {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 560px) {
  .about .text-center-xs {
    text-align: center;
  }
}
.about-hero {
  background: #F4F4F4;
  padding: 0 20px;
  margin: 30px 0;
}
.about-hero p {
  font-size: 20px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  padding: 0 20px;
}
.about-block {
  margin: 50px 0;
}
.about-block-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: left;
}
@media (max-width: 560px) {
  .about-block-title {
    font-size: 20px;
  }
}
.about-block-subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
  text-align: left;
}
@media (max-width: 560px) {
  .about-block-subtitle {
    font-size: 16px;
  }
}
.about-block-wide {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
}
.about-block-gray {
  padding: 50px 0;
  background: #F4F4F4;
}
.about-block-red {
  padding: 50px 0;
  background: #DA1108;
  color: white;
}
.about-icon-4 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 15px;
}
.about-icon-4 > * {
  width: calc((100% - 15px) / 2);
}
@media (max-width: 560px) {
  .about-icon-4 > * {
    width: 100%;
  }
}
.about-icon-block {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
@media (max-width: 560px) {
  .about-icon-block {
    flex-direction: row;
  }
}
.about-icon-block__icon {
  flex-grow: 0;
  flex-shrink: 0;
  width: 48px;
  height: 48px;
  border-radius: 2px;
  background: #DA1108;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
@media (max-width: 560px) {
  .about-icon-block__icon {
    width: 34px;
    height: 34px;
  }
}
.about-icon-block__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
}
.about-icon-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-icon-item {
  display: flex;
  gap: 15px;
}
.about-icon-item__icon {
  flex-shrink: 0;
  flex-grow: 0;
  width: 48px;
  height: 48px;
  padding: 5px;
  border-radius: 2px;
  background: #DA1108;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 560px) {
  .about-icon-item__icon {
    width: 34px;
    height: 34px;
  }
}
.about-icon-item__text {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  padding-bottom: 15px;
  border-bottom: 1px solid #D9D9D9;
}
@media (max-width: 560px) {
  .about-icon-item__text {
    font-size: 14px;
  }
}
.about-icon-item:last-child .about-icon-item__text {
  padding-bottom: 0;
  border: none;
}
.about-mission {
  display: flex;
  flex-wrap: wrap;
  vertical-align: baseline;
  gap: 1em;
  font-size: 24px;
  font-style: italic;
  font-weight: 900;
  line-height: 1.5em;
  text-align: left;
  white-space: nowrap;
}
@media (max-width: 560px) {
  .about-mission {
    font-size: 16px;
    flex-wrap: wrap;
  }
}
.about-mission-dash {
  display: block;
  height: 2px;
  background: white;
  width: 3em;
  margin: 0.7em 0;
}
.about-mission big {
  display: flex;
  flex-direction: column;
  font-size: 2em;
  font-style: italic;
  font-weight: 800;
  line-height: 1.2em;
  white-space: initial;
  flex-grow: 1;
  margin: -0.4em 0 -0.3em;
}
.about-mission big span:last-child {
  text-align: right;
}
@media (max-width: 560px) {
  .about-mission big span:last-child {
    text-align: left;
  }
}
@media (max-width: 560px) {
  .about-mission big {
    font-size: 26px;
  }
}
.about-pic {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 0 0 30px 0;
}
.about-pic__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5em;
  text-align: left;
}
.about-list-dot {
  display: flex;
  flex-direction: column;
  gap: 1em;
  padding: 0 0 0 1em;
}
.about-list-dot li {
  list-style: none;
}
.about-list-dot li::before {
  content: "";
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 7px solid #DA1108;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 0;
  margin: 0 0.5em 0px -1em;
}
.about-brands {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
}
@media (max-width: 560px) {
  .about-brands {
    display: block;
  }
}
.about-brands .slick-dots {
  bottom: -20px;
  justify-content: center;
  text-align: center;
}
.about-brands__item {
  width: 33.3333333333%;
  text-align: center;
  aspect-ratio: 1.3;
  display: flex;
  flex-direction: column;
  padding: 10px;
}
@media (max-width: 560px) {
  .about-brands__item {
    display: flex !important;
    width: auto;
    height: auto;
  }
}
.about-brands__item-1 {
  background: #0A2F7D;
}
.about-brands__item-2 {
  background: #fff;
}
.about-brands__item-3 {
  background: #1F2B45;
}
.about-brands__item-4 {
  background: #fff;
}
.about-brands__item-5 {
  background: #E41F28;
}
.about-brands__item-6 {
  background: #fff;
}
.about-brands__item-7 {
  background: #320809;
}
.about-brands__item-8 {
  background: #fff;
}
.about-brands__item-9 {
  background: #750D15;
}
.about-brands__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2em;
}
.about-brands__logo {
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about-brands__logo img {
  max-width: 100%;
}
.about-market {
  width: 100%;
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.about-market-item {
  display: flex;
  width: calc((100% - 40px) / 5);
  border: 1px solid #D9D9D9;
  aspect-ratio: 1.6;
  position: relative;
  background: white;
}
@media (max-width: 920px) {
  .about-market-item {
    width: calc((100% - 20px) / 3);
  }
}
@media (max-width: 560px) {
  .about-market-item {
    width: calc((100% - 10px) / 2);
  }
}
.about-market-item[role=button]:hover .about-market-item__img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.178);
  z-index: 10;
}
.about-market-item__img {
  display: flex;
  flex-grow: 1;
  align-items: center;
  justify-content: center;
  padding: 15px;
  position: relative;
}
.about-market-item__info {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 1px solid #DA1108;
  background: white;
  color: #000;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
*:not(.open) > .about-market-item__info {
  visibility: hidden;
}
.about-market-item__info::after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  width: 12px;
  height: 12px;
  background: url(/about/v2/img/close.svg) center no-repeat;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
}
.about-market-item__info-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 22.4px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.about-market-item__info-text {
  font-size: 12px;
  font-weight: 400;
  line-height: 16.8px;
  text-align: left;
  text-underline-position: from-font;
  text-decoration-skip-ink: none;
}
.about-market-ozon {
  background: #0069FF;
}
.about-market-emex {
  background: #FFBF33;
}
.about-market-autodoc {
  background: #090C2A;
}
.about-market-vse_instrumenty {
  background: #D60000;
}
.about-market-partcom {
  background: #58595B;
}
.about-market-moskvorechye {
  background: #EEEEEE;
}
.about-market-armtek {
  background: #30393F;
}
.about-market-st-parts {
  background: #094A77;
}
.about-market-forum-auto {
  background: linear-gradient(180deg, rgba(203, 203, 203, 0) 0%, rgba(203, 203, 203, 0.5) 100%), linear-gradient(0deg, #000000, #000000);
}

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

/* End */
/* /about/v2/style.css?17650234857686 */
