

/* Start:/o-kompanii-polymax/style.css?176518812023059*/
.about {
  display: flex;
  justify-content: space-between;
  /* column-gap: 60px; */
  color: #272727;
  padding-top: 31px;
}
 @media (min-width: 768px) {
	.about-container {
	    max-width: 1280px;
	    padding: 0 30px;
	}
}

.about__main {
  width: calc(100% - 422px);
}

.about__sidebar {
  width: 362px;
}

.about__section {
  width: 100%;
}

/* .about__section:not(:last-child) {
  margin-bottom: 100px;
} */

.about__background {
  display: none;
}

.about__title {
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 20px;
  line-height: 150%;
}

.about__subtitle {
  font-size: 20px;
  font-weight: 500;
  line-height: 23px;
}

.about__link {
  display: inline-block;
  font-weight: 500;
  font-size: 20px;
  color: #b3c535;
  margin-top: 16px;
  text-decoration: none;
  position: relative;
  transition: color 0.3s ease;
  padding-right: 25px;
}

.about__link::after {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/o-kompanii-polymax/./images/icons/shevron.svg);
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
}

.about__link:hover {
  color: #a2b42e;
}

.about__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #272727;
}

.with-br {
  max-width: 504px;
}

.section-about__body {
  display: flex;
  justify-content: space-between;
  gap: 50px;
}

.section-about__left {
  flex: 1;
}

.section-about__right {
  width: 250px;
  padding-top: 10px;
}

.about__requisites {
  width: 100%;
  height: 100%;
  padding: 42px;
  background-color: rgba(179, 197, 53, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}

.about__requisites span {
  font-size: 16px;
  font-weight: 400;
}

.revolution-about__diagram {
  display: flex;
  gap: 33px;
  margin-top: 30px;
}

.revolution-about__column {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.revolution-about__value {
  font-size: 15px;
  margin-bottom: auto;
}

.revolution-about__value b {
  font-size: 20px;
  font-weight: 500;
}

.revolution-about__graph {
  margin-top: 5px;
  width: 100%;
  background-color: #b3c535;
}

/* years ** years ** years ** years ** years ** years ** years */

.revolution-about__graph_2014 {
  height: 6px;
}
.revolution-about__graph_2015 {
  height: 11px;
}
.revolution-about__graph_2016 {
  height: 14px;
}
.revolution-about__graph_2017 {
  height: 18px;
}
.revolution-about__graph_2018 {
  height: 48px;
}
.revolution-about__graph_2019 {
  height: 58px;
}
.revolution-about__graph_2020 {
  height: 67px;
}
.revolution-about__graph_2021 {
  height: 83px;
}

/* years ** years ** years ** years ** years ** years ** years */

.revolution-about__text {
  margin-top: 5px;
  font-size: 12px;
  color: #999999;
}

.section-about__right-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.about__growth {
  height: 122px;
  margin-top: auto;
  margin-bottom: 67px;
  padding: 16px 5px 16px 32px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background-color: #3566c5;
  background-image: url(/o-kompanii-polymax/./images/up-background.svg);
  background-repeat: no-repeat;
  background-position: bottom right -26px;
}

.about__growth span {
  font-size: 51px;
}

.about__growth b {
  margin-top: 5px;
  font-size: 20px;
  font-weight: 500;
}

.rating-about__header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 28px;
}

.rating-about__header span {
  text-transform: uppercase;
}

.rating-about__title {
  margin-bottom: 20px;
}

.rating-about__img {
  display: none;
}

.rating-about__graph {
  height: 70px;
  width: 423px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.graph-rating__values {
  display: flex;
  justify-content: space-between;
}

.graph-rating__value {
  color: #999999;
  font-size: 18px;
}

.graph-rating__diagram {
  display: flex;
  padding: 0 3px;
  gap: 3px;
  position: relative;
}

.graph-rating__diagram::after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 0 6px 11px 6px;
  border-color: transparent transparent #e0e0e0 transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -17px;
}

.graph-rating__item {
  width: 9px;
  height: 12px;
  background-color: #d9d9d9;
  position: relative;
}

.graph-rating__item_with-serif::after {
  content: '';
  width: 1px;
  height: 28px;
  background-color: #e0e0e0;
  position: absolute;
  bottom: 0;
  right: -2px;
}

.graph-rating__item.graph-rating__item_with-serif:first-child::after {
  left: -2px;
}

.graph-rating__item.graph-rating__item_blue {
  background-color: #0c94ff;
}

/* sber rating */

.about__sber-rating {
  padding-top: 50px;
  display: flex;
  gap: 10px;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
}

.sber-rating__widget {
  border: 4px solid #107f8c;
  border-radius: 24px;
  padding: 11px 13px 20px;
}

.sber-rating__title {
  display: flex;
  align-items: center;
}

.sber-rating__title::before {
  content: '';
  width: 34px;
  height: 34px;
  margin-right: 10px;
  background-image: url(/o-kompanii-polymax/./images/icons/check.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.sber-rating__value {
  margin-top: 8px;
  padding-left: 44px;
}

/* advantages */

.about__advantages {
  margin-top: 44px;
  display: flex;
  gap: 58px;
}

.about__advantage {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 127px;
  height: 130px;
}

.advantage-about__img {
  /* width: 90px;
  height: 90px; */
}

.advantage-about__img svg {
  /* width: 100%;
  height: 100%;
  object-fit: contain; */
  object-position: left;
}

/* factories */

.section-about__content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  column-gap: 24px;
  row-gap: 48px;
  margin-top: 60px;
}

.about__factory {
  width: calc(33.333% - 16px);
  max-height: 90px;
}

.about__factory img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* about map */

.about__map {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}

.map-about__cities {
  padding-top: 40px;
}

.map-about__city {
  display: flex;
  align-items: center;
  position: relative;
}

.map-about__city::before {
  content: '';
  width: 18px;
  height: 18px;
  background-image: url(/o-kompanii-polymax/./images/icons/disk.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 12px;
}

.map-about__city:not(:last-child) {
  margin-bottom: 10px;
}

.map-about__world-map img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* about partners */

.section-about__header {
  display: flex;
  align-items: center;
  gap: 26px;
}

.section-about__header .about__title {
  margin-bottom: 0;
}

.section-about__header .about__link {
  margin-top: 0;
}

.section-about__bold-text {
  font-size: 70px;
  font-weight: 500;
}

.about__partner {
  width: calc(25% - 18px);
  max-height: 60px;
}

.about__partner img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/* about guarantees */

.about__guarantees {
  background-color: #f5f5f5;
  padding: 32px;
  flex-wrap: nowrap;
/*  justify-content: start;
  gap: 110px;*/
	justify-content: space-between;
}

.about__guarantee {
  display: flex;
  align-items: center;
  gap: 16px;
}

.guarantee-about__img {
  width: 58px;
  height: 58px;
}

.guarantee-about__text {
  text-transform: uppercase;
}

/* about products */

.about__products {
  gap: 24px;
}

.about__product {
  width: calc(33.333% - 16px);
  /* height: 190px; */
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}

.product-about__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 1s ease;
}

.product-about__img:hover {
  transform: scale(1.1);
}

.product-about__text {
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 120px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
}

/* banner */

.about__banner {
  padding: 28px;
  background-color: #3566c5;
  background-image: url(/o-kompanii-polymax/./images/ruble-background.png);
  background-repeat: no-repeat;
  background-position: 105% 125%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.banner-about__text {
  color: #ffffff;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
}

.banner-about__text_oversize {
  font-size: 78px;
}

/* offer */

/* edits 28.12 */

.about__offer {
  padding: 60px 50px;
  border: 4px solid #b3c535;
}

/* edits 28.12 end */

.about__offer .about__title,
.about__offer .about__text {
  text-align: center;
}

.about__offer .about__text {
  margin-top: 40px;
  font-size: 18px;
}

/* swiper's styles */

.swiper-slide.swiper-about__slide {
  position: relative;
  width: 100%;
}

.swiper-about__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.swiper-about__wrapper {
  align-items: center;
}

.projects-swiper__content {
  position: absolute;
  bottom: 0;
  left: 0;

  background-color: #3566c5;
  padding: 26px 28px;
}

.projects-swiper__title {
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  padding-left: 32px;
}

.projects-swiper__title::before {
  content: '';
  width: 24px;
  height: 24px;
  background-image: url(/o-kompanii-polymax/./images/icons/pin-drop.svg);
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: -5px;
  left: 0;
}

.projects-swiper__description {
  max-width: 345px;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  padding-left: 32px;
}

/* edits 28.12 */

.swiper-about__btn svg {
  fill: #fff;
}

.swiper-button-prev.swiper-about__btn,
.swiper-button-next.swiper-about__btn {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  cursor: pointer;
  padding-left: 4px;
  background-color: transparent;
  border: 2px solid #fff;
  transition: background-color 0.4s ease, border-color 0.4s ease;
  user-select: none;
}

 @media (min-width: 1181px) {
  .swiper-about__btn:hover {
    background-color: #999999;
    border-color: #999999;
  }
}

.swiper-about__btn:active {
  background-color: #999999;
  border-color: #999999;
}
/* edits 28.12 end */

.swiper-button-prev.swiper-about__btn::after,
.swiper-button-next.swiper-about__btn::after {
  display: none;
}

.swiper-about__btn-prev {
  transform: rotate(180deg);
}

.swiper-about__btn.swiper-button-disabled {
  background-color: transparent;
  border: 2px solid #fff;
}

.swiper-button-prev.swiper-about__btn.swiper-button-disabled,
.swiper-button-next.swiper-about__btn.swiper-button-disabled {
  opacity: 1;
}

.projects-swiper .projects-swiper__pagination {
  position: static;
  margin-top: 40px;
}

.projects-swiper__pagination.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 9px;
}

.projects-swiper__pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #999999;
  opacity: 1;
}

.projects-swiper__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #b3c535;
}

.team-thumb-swiper {
  margin-top: 20px;
  width: 100%;
}

.swiper-slide.team-thumb-swiper__slide {
  height: auto;
  opacity: 0.5;
}

.swiper-slide-thumb-active.team-thumb-swiper__slide {
  opacity: 1;
}

/* sidebar styles */

.reasons-swiper {
  display: none;
}

.to-reasons {
  display: none;
}

.sidebar-about__header {
  padding-left: 74px;
}

.sidebar-about__title {
  margin-bottom: 10px;
}

.sidebar-about__tablette-title {
  display: none;
}

.sidebar-about__body {
  display: flex;
  flex-direction: column;
  gap: 62px;
  padding-top: 30px;
}

.sidebar-about__section {
}

.section-sidebar__header {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.section-sidebar__number {
  width: 64px;
  height: 64px;
  margin-right: 10px;
  background-color: rgba(179, 197, 53, 0.2);
  border-radius: 50%;
  flex-shrink: 0;

  text-align: center;
  line-height: 64px;
  font-size: 20px;
  font-weight: 500;
  color: #b3c535;
}

.section-sidebar__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding-left: 74px;
  position: relative;
}

.section-sidebar__content::after {
  content: '';
  height: 100%;
  width: 2px;
  background-color: #e0e0e0;
  position: absolute;
  top: 0;
  left: 32px;
}

.section-sidebar__text {
  font-size: 16px;
  color: #999;
  line-height: 150%;
}

/* custom margins */

.section-1 {
  margin-bottom: 107px;
}
.section-2 {
  margin-bottom: 77px;
}
.section-3 {
  margin-bottom: 107px;
}
.section-4 {
  margin-bottom: 116px;
}
.section-5 {
  margin-bottom: 102px;
}
.section-6 {
  margin-bottom: 97px;
}
.section-7 {
  margin-bottom: 92px;
}
.section-8 {
  margin-bottom: 99px;
}
.section-9 {
  margin-bottom: 87px;
}
.section-10 {
  margin-bottom: 90px;
}
.section-11 {
  margin-bottom: 70px;
}
.section-12 {
  margin-bottom: 45px;
}

/*------------------ adaptive styles -------------------- */

@media (max-width: 1179px) {
  .about {
    display: block;
  }

  .about__main {
    width: 100%;
  }

  .section-about__body {
    gap: 35px;
  }

  .about__sidebar {
    width: 100%;
    margin-top: 70px;
  }

  .about__requisites {
    padding: 24px 35px;
  }

  .revolution-about__diagram {
    gap: 22px;
  }

  /* .revolution-about__graph {
    width: 28px;
  } */

  .about__map {
    margin-top: 60px;
  }

  .about__guarantees {
	  justify-content: flex-start;
    gap: 60px;
  }

  .team-thumb-swiper {
    display: none;
  }

  .about__offer .about__text {
    font-size: 16px;
  }

  .to-reasons {
    display: block;
  }

  .sidebar-about__header {
    display: none;
  }
  .sidebar-about__tablette-title {
    display: block;
  }

  .sidebar-about__body {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    row-gap: 50px;
  }
  .sidebar-about__section {
    width: 50%;
  }

  .about__sidebar .about__subtitle {
    padding-right: 10px;
  }

  .projects-swiper__title {
    font-size: 16px;
    line-height: 130%;
  }

  .projects-swiper__description {
    line-height: 130%;
  }

  /* custom margins */

  .section-1 {
    margin-bottom: 57px;
  }
  .section-2 {
    margin-bottom: 60px;
  }
  .section-3 {
    margin-bottom: 97px;
  }
  .section-4 {
    margin-bottom: 100px;
  }
  .section-5 {
    margin-bottom: 99px;
  }
  .section-6 {
    margin-bottom: 94px;
  }
  .section-7 {
    margin-bottom: 67px;
  }
  .section-8 {
    margin-bottom: 81px;
  }
  .section-9 {
    margin-bottom: 82px;
  }
  .section-10 {
    margin-bottom: 109px;
  }
  .section-11 {
    margin-bottom: 33px;
  }
  .section-12 {
    margin-bottom: 40px;
  }
  .section-13 {
    margin-bottom: 70px;
  }
  .section-15 {
    margin-bottom: 52px;
  }
}

@media (max-width: 767px) {
  .about__section:not(:last-child) {
    margin-bottom: 60px;
  }
  .about__title {
    font-size: 20px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .about__subtitle {
    font-size: 16px;
  }

  .about__link {
    font-size: 16px;
  }
  .section-about__body {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .section-about__left {
    width: 100%;
  }

  .section-about__right {
    width: 100%;
  }

  .section-about__right-content {
    padding-top: 0;
  }

  .section-about__bold-text {
    font-size: 45px;
  }

  .to-reasons {
    max-width: 202px;
  }

  .to-reasons .about__title {
    position: relative;
  }

  .to-reasons .about__link {
    position: absolute;
    bottom: -2px;
    right: -20px;
  }

  .about__requisites {
    padding: 22px 28px;
  }

  .rating-about__header {
    margin-top: 18px;
  }

  .about__growth {
    margin-bottom: 0;
  }

  .sber-rating {
    padding-top: 0;
  }

  .sber-rating__title::before {
    width: 38px;
    height: 38px;
    background-size: 38px 38px;
    margin-right: 27px;
    flex-shrink: 0;
  }

  .sber-rating__value {
    padding-left: 65px;
  }

  .sber-rating .about__title {
    font-size: 30px;
  }

  .sber-rating__value .about__subtitle {
    font-size: 20px;
  }

  .about__advantages {
    flex-direction: column;
    gap: 30px;
  }

  .about__advantage {
    max-width: 100%;
    height: auto;
    /* width: 100%; */
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
  }

  .advantage-about__img {
    width: 70px;
    height: 70px;
    flex-shrink: 0;
  }
  .about__factory {
    width: 30%;
    max-height: 55px;
  }
  .about__map {
    margin-top: 30px;
    flex-direction: column-reverse;
  }
  .map-about__cities {
    width: max-content;
    column-gap: 45px;
    padding: 0;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height: 105px;
  }

  .map-about__world-map {
    overflow: hidden;
  }

  .map-about__world-map img {
    width: auto;
    height: 233px;
  }

  .section-about__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .section-about__content {
    gap: 24px;
    /* justify-content: center; */
    margin-top: 30px;
  }

  /* .about__partner {
    max-height: 50px;
  } */

  .about__trademark {
    margin-top: 11px;
  }

  .about__guarantees {
    margin-top: 26px;
    flex-direction: column;
    position: relative;
  }

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

  .products-title {
    font-weight: 400;
  }

  .about__product {
    width: calc(50% - 12px);
  }

  .projects-swiper {
    margin-top: 25px;
  }

  .team-swiper {
    margin-top: 39px;
  }

  .swiper-slide.projects-swiper__slide {
    height: auto;
  }

  .swiper-slide .projects-swiper__img {
    height: auto;
    object-fit: contain;
  }

  .projects-swiper__content {
    position: static;
    width: 100%;
    height: 180px;
    margin-top: -3px;
    padding: 18px 34px 18px 15px;
  }

  .projects-swiper__pagination {
    display: none;
  }

  .projects-swiper__title:before {
    /* margin-top: -5px; */
  }

  .swiper-about__btn-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 17px;
    gap: 45px;
  }

  .swiper-button-next.swiper-about__btn-next,
  .swiper-button-prev.swiper-about__btn-prev {
    position: static;
    margin: 0;
  }

  /* edits 28.12 */

  .swiper-button-prev.swiper-about__btn,
  .swiper-button-next.swiper-about__btn {
    background-color: transparent;
    border-color: #b3c535;
    width: 40px;
    height: 40px;
  }

  .swiper-about__btn svg {
    fill: #b3c535;
  }

  .swiper-about__btn.swiper-button-disabled {
    border: 2px solid #b3c535;
    background-color: transparent;
  }

  .swiper-about__btn:active {
    background-color: #b3c535;
  }

  .swiper-about__btn:active svg {
    fill: #fff;
  }

  /* .swiper-about__btn.swiper-button-disabled svg {
  } */

  /* edits 28.12 end */

  .swiper-slide.team-swiper__slide {
    height: auto;
    max-height: 448px;
  }

  .revolution-about__diagram {
    gap: 10px;
    /* justify-content: space-between; */
  }

  .revolution-about__value {
    font-size: 14px;
    max-width: 30px;
  }

  .revolution-about__value b {
    font-size: 14px;
  }

  .revolution-about__graph {
    width: 18px;
  }

  /* years ** years ** years ** years ** years ** years ** years */

  .revolution-about__graph_2014 {
    height: 4px;
  }
  .revolution-about__graph_2015 {
    height: 7px;
  }
  .revolution-about__graph_2016 {
    height: 9px;
  }
  .revolution-about__graph_2017 {
    height: 12px;
  }
  .revolution-about__graph_2018 {
    height: 31px;
  }
  .revolution-about__graph_2019 {
    height: 37px;
  }
  .revolution-about__graph_2020 {
    height: 43px;
  }
  .revolution-about__graph_2021 {
    height: 53px;
  }

  /* years ** years ** years ** years ** years ** years ** years */

  .revolution-about__text {
    font-size: 10px;
  }

  .graph-rating {
    display: none;
  }

  .rating-about__img {
    display: block;
    width: 100%;
  }

  .rating-about__img img {
    width: 100%;
  }

  /* .graph-rating__value {
    font-size: 10px;
  }

  .graph-rating__diagram {
    padding: 0 2px;
    gap: 2px;
  }

  .graph-rating__diagram::after {
    content: '';
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 6px 11px 6px;
    border-color: transparent transparent #e0e0e0 transparent;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -17px;
  }

  .graph-rating__item {
    width: 5px;
    height: 7px;
  }

  .graph-rating__item_with-serif::after {
    content: '';
    width: 1px;
    height: 28px;
    background-color: #e0e0e0;
    position: absolute;
    bottom: 0;
    right: -2px;
  }

  .graph-rating__item.graph-rating__item_with-serif:first-child::after {
    left: -2px;
  }

  .graph-rating__item.graph-rating__item_blue {
    background-color: #0c94ff;
  } */

  .about__banner {
    background-size: 150px;
    padding: 26px 0;
  }

  .banner-about__text {
    font-size: 16px;
  }

  .banner-about__text_oversize {
    font-size: 34px;
  }

  .about__offer {
    padding: 23px 19px;
  }

  .about__offer .about__text {
    font-size: 14px;
    margin-top: 10px;
  }

  .about__sidebar {
    padding: 40px 0;
    position: relative;
  }

  .sidebar-about__body {
    display: none;
  }

  .reasons-swiper {
    display: block;
    margin-top: 28px;
  }

  .swiper-slide.reasons-swiper__slide {
    padding: 28px 8px 21px 19px;
    background-color: #fff;
    height: 442px;
  }

  .sidebar-about__section {
    width: 100%;
  }

  .section-sidebar__content {
    padding-left: 0;
    gap: 0;
  }

  .section-sidebar__content:after {
    display: none;
  }

  .section-sidebar__text {
    font-size: 14px;
    color: #272727;
    line-height: 150%;
  }

  .section-sidebar__number {
    width: 49px;
    height: 49px;
    line-height: 49px;
    font-size: 16px;
  }

  .sidebar-about__tablette-title {
    position: relative;
    z-index: 1;
  }

  .about__background {
    display: block;
    background-color: #f5f5f5;
    position: absolute;
    top: 0;
    left: -100%;
    width: 9999%;
    height: 100%;
  }

  .with-br {
    max-width: 240px;
  }

  /* custom margins */

  .section-1 {
    margin-bottom: 31px;
  }
  .section-2 {
    margin-bottom: 42px;
  }
  .section-3 {
    margin-bottom: 51px;
  }
  .section-4 {
    margin-bottom: 59px;
  }
  .section-5 {
    margin-bottom: 59px;
  }
  .section-6 {
    margin-bottom: 58px;
  }
  .section-7 {
    margin-bottom: 58px;
  }
  .section-8 {
    margin-bottom: 48px;
  }
  .section-9 {
    margin-bottom: 64px;
  }
  .section-10 {
    margin-bottom: 53px;
  }
  .section-11 {
    margin-bottom: 15px;
  }
  .section-12 {
    margin-bottom: 30px;
  }
  .section-13 {
    margin-bottom: 59px;
  }
  .section-15 {
    margin-bottom: 65px;
  }
}

@media (max-width: 575px) {
  .about__factory {
    width: calc(50% - 12px);
  }
  .about__partner {
    width: calc(50% - 12px);
    max-height: 90px;
  }
  .about__products {
    gap: 12px;
  }

  .about__product {
    width: calc(50% - 6px);
  }
}

/* End */


/* Start:/bitrix/components/polymax/form.result.dir/error.css?1765187630209*/
.form-error-fld{display:block;float:left;height:13px;width:15px;background-repeat:no-repeat;background-image:url(/bitrix/components/polymax/form.result.dir/images/icon_warn.gif)}

.errortext{
	color: #ff0000;
	margin:15px 0 0;
	display: inline-block;
}
/* End */
/* /o-kompanii-polymax/style.css?176518812023059 */
/* /bitrix/components/polymax/form.result.dir/error.css?1765187630209 */
