/* primary */
/* primary hover */
/* dark */
/* light */
/* light hover */
/* accent */
/* accent hover */
.custom-page {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

.custom-page__block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.custom-page__title {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: -0.64px;
  margin-bottom: 32px;
}

.custom-page__block-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-page__block-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.56px;
  margin: 0;
}

.custom-page__block-description {
  font-size: 16px;
  line-height: 160%;
}
.custom-page__block-description a {
  font-weight: 700;
}

.custom-page__block-title_h3 {
  font-size: 18px;
}

.custom-page__button {
  padding: 14px 32px;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.custom-page__block-ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding-left: 30px;
}

.custom-page__text {
  max-width: 1000px;
  font-size: 16px;
  line-height: 160%;
}

.custom-page__button_orange {
  color: #fff;
  background-color: var(--add-to-cart-button-color);
}
.custom-page__button_orange:hover {
  color: #fff;
  background-color: var(--add-to-cart-button-color-hover);
}

.custom-page_s {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.custom-page_s .custom-page__title {
  margin-bottom: 0;
}
.custom-page_s .custom-page__block-title {
  font-size: 24px;
  line-height: 150%;
  letter-spacing: unset;
}

@media (max-width: 1023px) {
  .custom-page__block-title {
    font-size: 24px;
    line-height: 130%;
  }
}
@media (max-width: 767px) {
  .custom-page {
    gap: 40px;
  }
  .custom-page__title {
    font-size: 24px;
  }
  .custom-page__text {
    font-size: 14px;
  }
  .custom-page__block {
    gap: 24px;
  }
  .custom-page__block-title {
    font-size: 18px;
  }
  .custom-page__block-description {
    font-size: 14px;
  }
  .custom-page_s {
    gap: 24px;
  }
  .custom-page_s .custom-page__title {
    margin-bottom: 0;
  }
  .custom-page_s .custom-page__block-title {
    font-size: 18px;
  }
  .custom-page__button {
    font-size: 16px;
  }
}
.about-page__block-header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.about-page__block-description {
  font-size: 16px;
  line-height: 160%;
  max-width: 765px;
}

.about-page__header-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.about-page__block-content_advantages .advantage_size_s {
  background-color: #fafafa;
}

.about-page__block-equipment-stock-description {
  max-width: 728px;
}

.about-page__block-need-help-description {
  max-width: 765px;
}

.about-page__block-showroom-description {
  max-width: 920px;
}

.about-page__button-yellow {
  background-color: #ffde00;
  color: #1b1b1b;
}
.about-page__button-yellow:hover {
  color: var(--accent-color);
  background-color: #ffde00;
}

.about-page__block-features {
  gap: 16px;
}

@media (min-width: 1024px) {
  .about-page .brands-thumbs {
    --cols-count: 6;
  }
}
@media (max-width: 1023px) {
  .about-page {
    padding-top: 0;
  }
  .about-page__block-need-help-button {
    width: 100%;
  }
}
.about-page-advantages {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.about-page-advantages__item {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  background: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 160%;
}

@media (max-width: 1023px) {
  .about-page-advantages {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 15px;
    margin: 0 -15px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .about-page-advantages::-webkit-scrollbar {
    display: none;
  }
  .about-page-advantages__item {
    min-width: 420px;
    width: 420px;
    border: 1px solid #e5e5e5;
    background: transparent;
  }
}
@media (max-width: 767px) {
  .about-page-advantages__item {
    padding: 16px 24px;
    font-size: 14px;
    min-width: 271px;
    width: 271px;
    justify-content: center;
  }
  .about-page-advantages__item-icon .svg-icon {
    width: 32px;
    height: 32px;
  }
}
.about-page-contacts {
  display: flex;
  gap: 24px;
}

.about-page-contacts__content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  max-width: 566px;
  width: 100%;
}

.about-page-contacts__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

.about-page-contacts__description,
.about-page-contacts__list {
  font-size: 16px;
}

.about-page-contacts__list {
  gap: 4px;
}

.about-page-contacts__subtitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 160%;
  margin: 0;
}

.about-page-contacts__map {
  width: 100%;
}

@media (max-width: 1023px) {
  .about-page-contacts {
    flex-flow: column;
  }
  .about-page-contacts__map {
    height: 223px;
  }
}
@media (max-width: 767px) {
  .about-page-contacts__description,
  .about-page-contacts__list,
  .about-page-contacts__subtitle {
    font-size: 14px;
  }
}
.about-page-description {
  display: flex;
  gap: 148px;
}

.about-page-description__left {
  display: flex;
  gap: 16px;
  align-items: center;
}

.about-page-description__right {
  max-width: 850px;
}

.about-page-description__img {
  display: flex;
}

.about-page-description__title {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.56px;
  max-width: 354px;
}

.about-page-description__description {
  display: flex;
  gap: 16px;
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 1023px) {
  .about-page-description {
    flex-flow: column;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .about-page-description__description {
    flex-flow: column;
  }
}
.about-page-equipment-stock {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.about-page-equipment-stock__item {
  display: flex;
  padding: 24px;
  gap: 24px;
  border-radius: 10px;
  background: #fff;
}

.about-page-equipment-stock__item-img {
  width: 88px;
  min-width: 88px;
}
.about-page-equipment-stock__item-img img {
  max-width: 100%;
}

.about-page-equipment-stock__item-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.about-page-equipment-stock__item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 140%;
}

@media (min-width: 1200px) {
  .about-page-equipment-stock {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .about-page-equipment-stock {
    gap: 12px;
  }
  .about-page-equipment-stock__item {
    flex-flow: column;
    align-items: center;
    padding: 16px;
    gap: 16px;
  }
  .about-page-equipment-stock__item-title {
    text-align: center;
    font-size: 16px;
  }
  .about-page-equipment-stock__item-description {
    display: none;
  }
  .about-page-equipment-stock__item-img {
    width: 40px;
    min-width: 40px;
    height: 40px;
  }
}
.about-page-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.about-page-features__item {
  display: flex;
  padding: 24px;
  flex-direction: column;
  gap: 12px;
  border-radius: 10px;
  background: #fff;
  font-size: 16px;
  line-height: 140%;
}

.about-page-features__item-icon {
  display: flex;
}

@media (min-width: 1200px) {
  .about-page-features {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 767px) {
  .about-page-features {
    grid-template-columns: repeat(1, 1fr);
    gap: 12px;
  }
  .about-page-features__item {
    padding: 16px;
    flex-direction: row;
    gap: 16px;
  }
  .about-page-features__item-icon {
    width: 24px;
    height: 24px;
  }
}
.about-page-header {
  position: relative;
  padding: 48px;
  border-radius: 10px;
  background-color: #e2f0e3;
}

.about-page-header__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.about-page-header__badge {
  color: #fff;
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
  align-items: center;
  border-radius: 10px;
  width: fit-content;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  background-color: #707a80;
}

.about-page-header__title,
.about-page-header__description,
.about-page-header__button-form {
  z-index: 2;
}

.about-page-header__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
  max-width: 830px;
}

.about-page-header__description {
  font-size: 20px;
  line-height: 140%;
  max-width: 705px;
}

.about-page-header__img {
  display: none;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

@media (min-width: 1200px) {
  .about-page-header__img {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .about-page-header {
    padding: 32px 15px 50px;
  }
  .about-page-header__content {
    gap: 16px;
  }
  .about-page-header__title {
    font-size: 24px;
    font-weight: 700;
  }
}
@media (max-width: 767px) {
  .about-page-header__content {
    gap: 12px;
  }
  .about-page-header__img {
    display: flex;
    position: relative;
    right: -15px;
    height: unset;
    width: 100%;
  }
  .about-page-header__img img {
    width: 100%;
    height: unset;
  }
  .about-page-header {
    height: unset;
    padding: 24px 16px 16px;
  }
  .about-page-header__description {
    font-size: 14px;
  }
  .about-page-header__button {
    width: 100%;
  }
}
.about-page-need-help {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.about-page-need-help__item {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border-radius: 10px;
  background: #fff;
}

.about-page-need-help__item-header {
  display: flex;
  align-items: center;
  gap: 24px;
}

.about-page-need-help__item-img {
  min-width: 100px;
  height: 100px;
}
.about-page-need-help__item-img img {
  max-height: 100%;
}

.about-page-need-help__header {
  display: flex;
  gap: 16px;
}

.about-page-need-help__item-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 140%;
}

@media (max-width: 767px) {
  .about-page-need-help {
    gap: 12px;
    grid-template-columns: 1fr;
  }
  .about-page-need-help__item {
    flex-flow: column;
    padding: 16px;
    gap: 16px;
  }
  .about-page-need-help__item-title {
    text-align: center;
    font-size: 16px;
  }
  .about-page-need-help__item-img {
    min-width: 63px;
    height: 50px;
  }
}
.about-page-showroom {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 24px;
}

.about-page-showroom__item {
  display: flex;
  width: 100%;
}
.about-page-showroom__item img {
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .about-page-showroom {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .about-page-showroom {
    display: flex;
    flex-wrap: nowrap;
    gap: 24px;
    padding: 0 15px;
    margin: 0 -15px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .about-page-showroom::-webkit-scrollbar {
    display: none;
  }
  .about-page-showroom__item {
    min-width: 271px;
    width: 271px;
    height: 152px;
  }
}
.b2b-page__header-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media (max-width: 1023px) {
  .b2b-page {
    padding-top: 0;
  }
}
.b2b-page-bottom-advantages {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(6, 1fr);
}

@media (max-width: 1023px) {
  .b2b-page-bottom-advantages {
    display: flex;
    margin: 0 -15px;
    padding: 0 15px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .b2b-page-bottom-advantages::-webkit-scrollbar {
    display: none;
  }
}
.b2b-page-bottom-advantage {
  display: flex;
  gap: 16px;
  grid-column: span 3;
  padding: 24px;
  position: relative;
  height: 230px;
  border-radius: 24px;
  background: #fff;
}
.b2b-page-bottom-advantage:nth-child(4) .b2b-page-bottom-advantage__title {
  width: 273px;
}

.b2b-page-bottom-advantage_span-2 {
  grid-column: span 2;
}

.b2b-page-bottom-advantage__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* stylelint-disable-next-line no-descending-specificity */
.b2b-page-bottom-advantage__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.b2b-page-bottom-advantage__description {
  color: #686868;
  font-size: 16px;
  line-height: 140%;
}

.b2b-page-bottom-advantage__icon {
  align-self: flex-end;
  display: flex;
  color: var(--primary-color);
  opacity: 0.3;
}

@media (max-width: 1023px) {
  .b2b-page-bottom-advantage {
    flex-flow: column-reverse;
    justify-content: flex-end;
    min-width: 400px;
    gap: 12px;
    height: unset;
  }
  .b2b-page-bottom-advantage__icon {
    width: 32px;
    height: 32px;
    align-self: flex-start;
    opacity: 1;
  }
  .b2b-page-bottom-advantage__icon svg {
    width: 100%;
    height: 100%;
  }
  .b2b-page-bottom-advantage__text {
    gap: 12px;
  }
}
@media (max-width: 767px) {
  .b2b-page-bottom-advantage {
    flex-flow: column-reverse;
    justify-content: flex-end;
    min-width: 200px;
    gap: 12px;
    height: unset;
  }
  .b2b-page-bottom-advantage__title {
    font-size: 16px;
    width: unset !important;
  }
  .b2b-page-bottom-advantage__text {
    font-size: 12px;
  }
}
.b2b-page-header {
  position: relative;
  padding: 48px 64px;
  border-radius: 15px;
  background: #004f7a;
  color: #fff;
}

.b2b-page-header__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 700px;
}

.b2b-page-header__badge {
  color: #fff;
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
  align-items: center;
  border-radius: 10px;
  width: fit-content;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  background-color: #4a748d;
}

.b2b-page-header__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

.b2b-page-header__advantages {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.b2b-page-header__advantage {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 16px;
  font-size: 18px;
  line-height: 150%;
}

.b2b-page-header__advantage-icon {
  display: flex;
}

.b2b-page-header__button-form {
  background: #fff;
  color: var(--primary-color);
  padding: 16px 24px;
  width: fit-content;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}
.b2b-page-header__button-form:hover {
  color: var(--primary-color);
  background: var(--light-color);
}

.b2b-page-header__img {
  position: absolute;
  z-index: 1;
  top: 43px;
  right: 30px;
}

@media (max-width: 1023px) {
  .b2b-page-header {
    margin: 0 -15px;
    padding: 32px 15px 50px;
    border-radius: 0;
  }
  .b2b-page-header__title {
    font-size: 28px;
    font-weight: 700;
  }
  .b2b-page-header__img {
    height: 286px;
    top: unset;
    bottom: 0;
    right: 0;
  }
  .b2b-page-header__img img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .b2b-page-header__img {
    left: 0;
    bottom: 64px;
    height: unset;
    width: 100%;
  }
  .b2b-page-header__img img {
    width: 100%;
    height: unset;
  }
  .b2b-page-header__button-form {
    margin-top: 45vw;
    width: 100%;
  }
}
.b2b-page-advantages {
  display: inline-flex;
  align-items: center;
  vertical-align: top;
  gap: 32px;
  align-items: unset;
}

@media (max-width: 1023px) {
  .b2b-page-advantages {
    margin: 0 -15px;
    padding: 0 15px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .b2b-page-advantages::-webkit-scrollbar {
    display: none;
  }
}
.b2b-page-advantage {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 24px;
  border-radius: 15px;
  background: #fafafa;
  color: #686868;
  font-size: 16px;
  line-height: 140%;
  flex: 1;
}

.b2b-page-advantage__title {
  color: var(--dark-color);
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

@media (max-width: 1023px) {
  .b2b-page-advantage {
    min-width: 266px;
  }
}
@media (max-width: 767px) {
  .b2b-page-advantage {
    min-width: 168px;
    font-size: 13px;
  }
  .b2b-page-advantage__title {
    font-size: 16px;
  }
}
.b2b-page-subpages {
  --cols-count: 4;
}

.b2b-page-subpages__list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(var(--cols-count), 1fr);
}

.b2b-page-subpages__item {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  border-radius: 15px;
  background: #eaf8ff;
  height: 160px;
}

.b2b-page-subpages__item-name {
  color: #1b1b1b;
  padding: 20px 0 20px 24px;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
}

.b2b-page-subpages__item-img {
  display: flex;
  align-items: center;
  padding: 20px 8px 20px 0;
}

@media screen and (max-width: 1440px) {
  .b2b-page-subpages {
    --cols-count: 3;
  }
}
@media (max-width: 1023px) {
  .b2b-page-subpages {
    --cols-count: 2;
  }
}
@media (max-width: 767px) {
  .b2b-page-subpages__item {
    display: flex;
    flex-flow: column;
    height: unset;
  }
  .b2b-page-subpages__item-name {
    padding: 16px 6px 0;
    font-size: 14px;
    text-align: center;
  }
  .b2b-page-subpages__item-img {
    display: flex;
    align-items: center;
    padding: 0 6px 12px;
    height: 130px;
    justify-content: center;
  }
}
@media screen and (max-width: 375px) {
  .b2b-page-subpages {
    --cols-count: 1;
  }
}
.b2b-subpage {
  padding: 8px 0 0;
}

.b2b-subpage__header-block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.b2b-subpage__block-title {
  max-width: 1180px;
}

.b2b-subpage__block-title-green {
  color: #40a73a;
  text-transform: lowercase;
}

@media (max-width: 1023px) {
  .b2b-subpage {
    padding-top: 0;
  }
}
.b2b-subpage-advantages {
  gap: 40px;
}

.b2b-subpage-advantage {
  padding: 0;
}

.b2b-subpage-advantages__item-top {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.b2b-subpage-advantages__item-icon-box {
  color: #eb6f40;
}

@media (max-width: 1023px) {
  .b2b-subpage-advantages {
    display: flex;
    flex-flow: nowrap;
    margin: 0 -15px;
    padding: 0 15px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .b2b-subpage-advantages::-webkit-scrollbar {
    display: none;
  }
}
@media (max-width: 767px) {
  .b2b-subpage-advantages {
    gap: 32px;
  }
}
@media (max-width: 1023px) {
  .b2b-subpage-advantage {
    min-width: 253px;
  }
}
.b2b-subpage-header {
  position: relative;
  padding: 80px 64px;
  border-radius: 15px;
  background: #fafafa;
}

.b2b-subpage-header__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 24px;
  max-width: 700px;
  color: #1b1b1b;
}

.b2b-subpage-header__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  color: var(--primary-color);
  margin: 0;
}

.b2b-subpage-header__description {
  font-size: 20px;
}

.b2b-subpage-header__buttons {
  display: flex;
  gap: 16px;
  margin-top: 8px;
}

.b2b-subpage-header__button {
  border-color: var(--primary-color);
  display: inline-flex;
  gap: 5px;
  padding: 8px 30px 8px 20px;
  align-items: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 200%;
}

.b2b-subpage-header__button_kp {
  padding: 8px 32px;
}

.b2b-subpage-header__img {
  display: flex;
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0;
}

.b2b-subpage-header__contacts-list {
  display: flex;
  gap: 30px;
  align-items: center;
  font-size: 15px;
  line-height: 200%;
}
.b2b-subpage-header__contacts-list a {
  font-weight: 700;
  color: #1b1b1b;
}

.b2b-subpage-header__contacts-phone {
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 15px;
  line-height: 200%;
}
.b2b-subpage-header__contacts-phone a {
  font-weight: 700;
  color: #1b1b1b;
}

@media (max-width: 1023px) {
  .b2b-subpage-header {
    margin: 0 -15px;
    padding: 40px 15px 50px;
    border-radius: 0;
  }
  .b2b-subpage-header__title {
    font-size: 28px;
    font-weight: 700;
  }
  .b2b-subpage-header__img {
    display: none;
  }
}
@media (max-width: 767px) {
  .b2b-subpage-header__description {
    font-size: 16px;
  }
  .b2b-subpage-header__buttons,
  .b2b-subpage-header__contacts-phone {
    flex-flow: column;
    align-items: flex-start;
  }
  .b2b-subpage-header__contacts-phone {
    gap: 0;
  }
  .b2b-subpage-header__button {
    justify-content: center;
    width: 100%;
  }
}
.b2b-subpage-info {
  display: flex;
  flex-direction: column;
  gap: 72px;
  font-size: 18px;
  font-weight: 400;
  line-height: 180%;
}

.b2b-subpage-info__top {
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.b2b-subpage-info__top-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  width: 684px;
}

.b2b-subpage-info__top-title {
  width: 566px;
}

.b2b-subpage-info__top-image {
  display: flex;
  height: 100%;
}
.b2b-subpage-info__top-image img {
  height: 125px;
  width: 450px;
}

.b2b-subpage-info__middle {
  display: flex;
  gap: 64px;
  align-items: center;
}

.b2b-subpage-info__middle-image {
  display: flex;
  height: 375px;
}

.b2b-subpage-info__middle-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 690px;
}

.b2b-subpage-info__middle-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.b2b-subpage-info__middle-item {
  display: flex;
  align-items: center;
  gap: 16px;
  list-style: none;
  padding: 0;
}

.b2b-subpage-info__middle-item-svg {
  display: flex;
  color: var(--primary-color);
}

@media screen and (max-width: 1300px) {
  .b2b-subpage-info__top-title {
    width: 100%;
  }
  .b2b-subpage-info__top-content,
  .b2b-subpage-info__middle-content {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .b2b-subpage-info {
    font-size: 16px;
  }
  .b2b-subpage-info__top {
    flex-flow: column;
  }
  .b2b-subpage-info__middle {
    flex-flow: column-reverse;
    align-items: flex-start;
  }
  .b2b-subpage-info__top-content,
  .b2b-subpage-info__middle-content {
    gap: 24px;
  }
}
@media (max-width: 767px) {
  .b2b-subpage-info {
    gap: 40px;
  }
  .b2b-subpage-info__top-content,
  .b2b-subpage-info__middle-content {
    gap: 16px;
  }
  .b2b-subpage-info__middle-list {
    gap: 20px;
  }
  .b2b-subpage-info__top-image {
    height: unset;
  }
  .b2b-subpage-info__top-image img {
    height: unset;
    width: 100%;
  }
  .b2b-subpage-info__middle-image {
    height: unset;
    width: 100%;
  }
  .b2b-subpage-info__middle-image img {
    width: 100%;
  }
}
.bonus-page {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.bonus-page__title {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 39px;
  letter-spacing: -0.64px;
}

.bonus-page__description {
  font-size: 20px;
  max-width: 637px;
}

.bonus-page__subtitle {
  font-size: 24px;
  line-height: 120%;
}

.bonus-page__how-works-block {
  padding: 64px 0 96px;
  background-color: #fafafa;
}

.bonus-page__conditions-list {
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr;
}

.bonus-page__conditions-item-big {
  display: flex;
  flex-direction: column;
  gap: 50px;
  background-color: #f2f2f2;
  position: relative;
  padding: 40px 48px 48px;
  border-radius: 10px;
}

.bonus-page__conditions-item-big-text {
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  max-width: 364px;
  z-index: 1;
}

.bonus-page__conditions-item-big-button {
  max-width: 272px;
  z-index: 1;
}

.bonus-page__conditions-item-big-img {
  position: absolute;
  bottom: 32px;
  right: 24px;
}
.bonus-page__conditions-item-big-img img {
  max-width: 100%;
}

.bonus-page__conditions-list-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.bonus-page__conditions-item-block {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f2f2f2;
  border-radius: 10px;
  position: relative;
  padding: 0 16px;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  height: 50%;
}

.bonus-page__conditions-item {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 500px;
}

.bonus-page__conditions-item-img {
  display: flex;
}

.bonus-page__how-works-list {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
}

.bonus-page__how-works-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
  font-size: 16px;
  background: #f6f6f6;
  border-radius: 10px;
}

.bonus-page__how-works-item-iteration {
  display: flex;
  width: fit-content;
  padding: 8px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #f39c12;
  font-size: 20px;
  line-height: 120%;
  border-radius: 99px;
  border: 1px solid #f26d06;
}

.bonus-page__how-works-item-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.bonus-page__how-works-item-conversion {
  display: flex;
  padding: 10px 20px;
  justify-content: center;
  align-items: center;
  background-color: #ffde00;
  font-size: 20px;
  font-weight: 600;
  line-height: 130%;
  border-radius: 10px;
}

.bonus-page__how-works-item-ol {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}

.bonus-page__how-works-item-ol-li {
  display: flex;
  align-items: baseline;
  gap: 20px;
}
.bonus-page__how-works-item-ol-li::before {
  display: flex;
  justify-content: center;
  align-items: center;
  content: counter(li);
  counter-increment: li;
  color: var(--primary-color);
  width: 32px;
  min-width: 32px;
  height: 32px;
  background-color: #fff;
  border-radius: 99px;
}

.bonus-page__how-works-item-ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 8px 0 0;
  padding: 0;
  list-style: none;
}

.bonus-page__how-works-item-ul-li {
  display: flex;
  gap: 12px;
}

.bonus-page__how-works-item-ul-li-icon {
  min-width: 24px;
}

.bonus-page__how-works-button-block {
  display: flex;
  justify-content: center;
}

.bonus-page__how-works-button {
  width: 300px;
  color: #fff;
  background-color: var(--add-to-cart-button-color);
}
.bonus-page__how-works-button:hover {
  color: #fff;
  background-color: var(--add-to-cart-button-color-hover);
}

@media (min-width: 1200px) {
  .bonus-page__how-works-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1023px) {
  .bonus-page__subtitle {
    margin-bottom: 32px;
  }
  .bonus-page__conditions-list {
    display: flex;
    flex-flow: column;
  }
  .bonus-page__conditions-block {
    margin-top: 40px;
  }
  .bonus-page__conditions-item-block {
    min-height: 115px;
  }
  .bonus-page__how-works-block {
    padding: 40px 15px;
    margin: 32px -15px 0;
  }
}
@media (max-width: 767px) {
  .bonus-page__title {
    font-size: 24px;
  }
  .bonus-page__description {
    font-size: 16px;
  }
  .bonus-page__conditions-item-big {
    gap: 0;
    padding: 24px;
  }
  .bonus-page__conditions-item-big-img {
    display: flex;
    justify-content: center;
    position: relative;
    bottom: unset;
    right: unset;
  }
  .bonus-page__conditions-item-big-button {
    max-width: 100%;
    margin-top: 16px;
    width: 100%;
  }
  .bonus-page__conditions-item-big-text {
    font-size: 18px;
  }
  .bonus-page__conditions-item-text {
    font-size: 16px;
    font-weight: 400;
  }
  .bonus-page__conditions-item-block {
    padding: 0 0 0 24px;
  }
  .bonus-page__how-works-list {
    display: flex;
    gap: 12px;
    flex-flow: column;
  }
  .bonus-page__how-works-item {
    padding: 24px;
  }
  .bonus-page__how-works-item-title {
    font-size: 18px;
    font-weight: 600;
  }
  .bonus-page__how-works-item-conversion {
    font-size: 18px;
  }
  .bonus-page__how-works-button {
    width: 100%;
  }
}
.claims-department-page__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.claims-department-page__socs {
  display: flex;
  gap: 24px;
}

.claims-department-page__soc {
  display: flex;
  flex-direction: column;
  gap: 4px;
  padding: 24px;
  align-items: center;
  width: 100%;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.claims-department-page__soc-title {
  color: #686868;
  line-height: 160%;
}

.claims-department-page__soc-value {
  font-size: 18px;
  font-weight: 600;
}

@media (max-width: 767px) {
  .claims-department-page__block {
    gap: 12px;
  }
  .claims-department-page__socs {
    flex-flow: column;
    gap: 8px;
  }
  .claims-department-page__soc {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 16px 24px;
  }
}
.contacts-block {
  display: flex;
  justify-content: space-between;
  gap: 64px;
}

.contacts-block__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 500px;
  width: 100%;
}

.contacts-block__phones {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.contacts-block__phones-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.contacts-block__phones-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.contacts-block__phone {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
  color: #333;
}

.contacts-block__phones-text {
  font-size: 16px;
  max-width: 468px;
  margin-top: 4px;
}

.contacts-block__blocks {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-top: 16px;
}

.contacts-block__block {
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-size: 16px;
}

.contacts-block__block-button {
  width: fit-content;
}

.contacts-block__block-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 120%;
}

.contacts-block__socials {
  margin-top: auto;
}

.contacts-block__map {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
  max-width: 652px;
  width: 100%;
}

@media (max-width: 1023px) {
  .contacts-block {
    flex-flow: column;
    gap: 32px;
  }
  .contacts-block__content {
    gap: 16px;
  }
  .contacts-block__phones {
    gap: 12px;
  }
  .contacts-block__phones-title {
    font-size: 16px;
  }
  .contacts-block__phone {
    font-size: 18px;
  }
  .contacts-block__block-title {
    font-size: 16px;
  }
  .contacts-block__map {
    max-width: unset;
    height: 293px;
  }
}
.contacts-page .crm-input-checkbox {
  gap: 8px;
}

.contacts-page__bottom.custom-page__block {
  display: flex;
  flex-flow: row;
  gap: 142px;
}

.contacts-page__subtitle {
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
  margin-bottom: 32px;
}

.contacts-page__panorama .custom-page__block-content {
  display: flex;
  border-radius: 10px;
  overflow: hidden;
}

.contacts-page__details-text {
  margin-top: 30px;
  font-size: 16px;
  line-height: 180%;
}

.contacts-page__form .crm-form-fields form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.contacts-page__form .crm-form-submit-button {
  font-size: 16px;
  padding: 9px 19px 10px;
  text-align: center;
  display: block;
  width: 100%;
}
.contacts-page__form .crm-form-field[data-id="!agreement_checkbox"] {
  order: 10;
}

@media (max-width: 1023px) {
  .contacts-page__bottom.custom-page__block {
    flex-flow: column;
    gap: 40px;
  }
}
@media (max-width: 767px) {
  .contacts-page__subtitle {
    font-size: 18px;
  }
  .contacts-page__form .crm-form-block {
    width: 100% !important;
  }
}
.custom-page-categories {
  display: grid;
  gap: 24px;
  --cols-count: 4;
  grid-template-columns: repeat(var(--cols-count), 1fr);
}

@media screen and (max-width: 1440px) {
  .custom-page-categories {
    --cols-count: 3;
  }
}
@media (max-width: 767px) {
  .custom-page-categories {
    --cols-count: 2;
    gap: 16px;
  }
}
@media screen and (max-width: 375px) {
  .custom-page-categories {
    --cols-count: 1;
  }
}
.custom-page-category {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  min-height: 260px;
  padding: 24px 24px 12px;
  border-radius: 15px;
  color: #1b1b1b;
  text-align: center;
  background: #fff;
}

.custom-page-category__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.custom-page-category__img {
  display: flex;
  width: 100%;
  max-height: 180px;
}
.custom-page-category__img img {
  object-fit: contain;
  width: 100%;
}

@media (max-width: 767px) {
  .custom-page-category {
    padding: 16px 0;
    min-height: unset;
  }
  .custom-page-category__title {
    padding: 0 6px;
    font-size: 16px;
  }
  .custom-page-category__img {
    min-height: 170px;
  }
}
.custom-page-map {
  display: flex;
  gap: 32px;
  flex-flow: column;
}

.custom-page-map__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.custom-page-map__description {
  max-width: 765px;
  font-size: 16px;
  line-height: 160%;
}

.custom-page-map__image {
  display: flex;
  height: 563px;
}
.custom-page-map__image img {
  max-width: 100%;
}

.custom-page-map__list-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.custom-page-map__list-button {
  color: #f39c12;
  border-color: #f39c12;
  font-size: 16px;
  width: fit-content;
  padding: 12px 24px;
}
.custom-page-map__list-button:hover {
  color: #f39c12;
}

.custom-page-map__content {
  display: flex;
  gap: 32px;
}

.custom-page-map__list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
  padding: 0;
}

.custom-page-map__item {
  display: flex;
  gap: 16px;
  font-size: 18px;
  list-style: none;
  padding: 0;
}

.custom-page-map__item-svg {
  display: flex;
  color: var(--primary-color);
}

@media screen and (max-width: 1300px) {
  .custom-page-map__image {
    height: 30vw;
  }
  .custom-page-map__content {
    width: 100%;
  }
}
@media (max-width: 1023px) {
  .custom-page-map {
    align-items: flex-start;
    flex-flow: column;
  }
  .custom-page-map__-content {
    gap: 24px;
  }
  .custom-page-map__image {
    height: unset;
    width: 100%;
  }
  .custom-page-map__-image {
    height: unset;
    width: 100%;
  }
  .custom-page-map__-image img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .custom-page-map__-content {
    gap: 16px;
  }
  .custom-page-map {
    gap: 32px;
  }
  .b2b-subpage-info__middle-list {
    gap: 20px;
  }
  .custom-page-map__list {
    gap: 16px;
  }
  .custom-page-map__item-svg {
    width: 16px;
    min-width: 16px;
  }
  .custom-page-map__item {
    font-size: 14px;
  }
  .custom-page-map__content {
    flex-flow: column;
  }
  .custom-page-map__description {
    font-size: 14px;
  }
  .custom-page-map__list-button {
    width: 100%;
  }
}
.custom-page-save-money {
  display: flex;
  align-items: center;
  gap: 40px;
  padding: 0 32px;
  background-color: #fff0e1;
}

.custom-page-save-money__img {
  display: flex;
}
.custom-page-save-money__img img {
  width: 167px;
  height: 167px;
}

.custom-page-save-money__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 32px 0;
}

.custom-page-save-money__title {
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.56px;
}

.custom-page-save-money__description {
  font-size: 16px;
  line-height: 160%;
}
.custom-page-save-money__description .orange {
  color: #f26d06;
}

@media (max-width: 1023px) {
  .custom-page-save-money {
    padding: 24px 24px 32px;
    flex-flow: column;
    gap: 24px;
    align-items: flex-start;
  }
  .custom-page-save-money__header {
    display: flex;
    gap: 12px;
    align-items: center;
  }
  .custom-page-save-money__content {
    padding: 0;
  }
  .custom-page-save-money__img img {
    width: 120px;
    height: 120px;
  }
}
@media (max-width: 767px) {
  .custom-page-save-money {
    padding: 16px 16px 32px;
    gap: 8px;
  }
  .custom-page-save-money__img img {
    width: 80px;
    height: 80px;
  }
  .custom-page-save-money__title {
    font-size: 20px;
  }
}
.custom-page-solutions__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.custom-page-solutions__item {
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  position: relative;
  background-color: #eaf8ff;
  height: 130px;
}

.custom-page-solutions__item-name {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  padding: 16px 0 16px 16px;
}

.custom-page-solutions__item-img {
  display: flex;
  max-width: 150px;
  width: 100%;
}
.custom-page-solutions__item-img img {
  width: 100%;
}

.custom-page-solutions__item_help {
  background-color: #296f9a;
  padding: 24px 32px;
  align-items: center;
  gap: 24px;
  cursor: pointer;
}
.custom-page-solutions__item_help .custom-page-solutions__item-name {
  padding: 0;
  color: #fff;
  font-size: 20px;
  line-height: 120%;
}
.custom-page-solutions__item_help .custom-page-solutions__item-img {
  max-width: 91px;
}

@media (min-width: 1200px) {
  .custom-page-solutions__list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .custom-page-solutions__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .custom-page-solutions__list {
    gap: 12px;
  }
  .custom-page-solutions__item {
    flex-flow: column;
    padding: 12px;
    justify-content: space-between;
    align-items: center;
    height: unset;
  }
  .custom-page-solutions__item-name {
    font-size: 12px;
    line-height: 130%;
    padding: 0;
    text-align: center;
  }
  .custom-page-solutions__item-img {
    max-width: 100px;
  }
  .custom-page-solutions__item_help {
    padding: 12px;
    gap: 12px;
    flex-flow: column-reverse;
  }
  .custom-page-solutions__item_help .custom-page-solutions__item-name {
    font-size: 12px;
  }
}
.delivery-page .dp-city-select-link {
  font-size: 24px;
  align-items: center;
}
.delivery-page .dp-city-select-link .svg-icon {
  width: 24px;
  height: 24px;
}
.delivery-page .dp-city-select-link__city-link {
  color: var(--link-color);
  text-decoration: none;
  cursor: pointer;
  transition: color ease-in-out 0.2s;
}
.delivery-page .dp-city-select-link__city-link:before {
  content: none;
}
.delivery-page .dp-city-select-link.dp-city-select-link--is-next-page {
  margin-bottom: 0;
}
.delivery-page .dp-city-select-link__caption {
  font-weight: 600;
}
.delivery-page .dp-city-select-link__city-text {
  color: inherit;
  border-bottom: none;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: 4.5%; /* 1.08px */
  text-underline-offset: 25%; /* 6px */
  text-underline-position: from-font;
}
.delivery-page .orange {
  color: #f26d06;
}

.delivery-page__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.delivery-page__how-to-get-list {
  display: flex;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}

.delivery-page__how-to-get-item {
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  background: #f6f6f6;
  font-size: 18px;
  line-height: 140%;
}
.delivery-page__how-to-get-item::before {
  content: counter(li) ". ";
  counter-increment: li;
  color: #f26d06;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.delivery-page__country-blocks {
  display: flex;
  gap: 24px;
}

.delivery-page__country-blocks-item {
  padding: 12px 48px;
  text-align: center;
  align-content: center;
  border-radius: 10px;
  background: #f6f6f6;
  font-size: 18px;
  width: 100%;
  line-height: 140%;
}

.delivery-page__country-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: li;
}

.delivery-page__country-list-item {
  display: flex;
  gap: 16px;
  width: 100%;
  padding: 24px;
  border-radius: 10px;
  border: 1px solid #eeeeee;
  font-size: 16px;
  line-height: 140%;
}
.delivery-page__country-list-item::before {
  content: counter(li) ". ";
  counter-increment: li;
  color: #f26d06;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.delivery-page__warning {
  padding: 24px;
  text-align: center;
  align-content: center;
  border-radius: 10px;
  background: #f6f6f6;
  font-size: 20px;
  line-height: 140%;
}

.delivery-page__table {
  font-size: 16px;
  line-height: 140%;
}

@media (min-width: 1024px) {
  .delivery-page__table {
    display: table;
  }
  .delivery-page__table-row-group {
    display: table-row-group;
  }
  .delivery-page__table-row {
    display: table-row;
  }
  .delivery-page__table-col {
    width: 25%;
    display: table-cell;
    padding: 16px 16px 16px 0;
    border-bottom: 1px solid #e5e5e5;
  }
  .delivery-page__table-col:first-child {
    width: 50%;
  }
  .delivery-page__table-col:last-child {
    padding-right: 0;
  }
  .delivery-page__table-group-header .delivery-page__table-col {
    background: #f6f6f6;
    color: #686868;
    border-bottom: none;
  }
  .delivery-page__table-group-header .delivery-page__table-col:first-child {
    border-radius: 10px 0 0 10px;
    padding-left: 16px;
  }
  .delivery-page__table-group-header .delivery-page__table-col:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 16px;
  }
  .delivery-page__table-col-delivery {
    display: flex;
    gap: 16px;
  }
  .delivery-page__table-col-delivery-icon {
    min-width: 32px;
    height: 32px;
  }
  .delivery-page__table-col-delivery-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
  }
  .delivery-page__table-col-delivery-description {
    font-size: 14px;
    color: #686868;
  }
}
@media (max-width: 1023px) {
  .delivery-page .dp-city-select-link {
    font-size: 18px;
  }
  .delivery-page .dp-city-select-link .svg-icon {
    width: 16px;
    height: 16px;
  }
  .delivery-page__how-to-get-list {
    flex-flow: column;
    gap: 16px;
  }
  .delivery-page__country-blocks {
    flex-flow: column;
  }
  .delivery-page__country-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .delivery-page__table-row-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .delivery-page__table-row {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid #e5e5e5;
  }
  .delivery-page__table-col-delivery {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .delivery-page__table-col-delivery-icon {
    display: flex;
    gap: 12px;
  }
  .delivery-page__table-col-delivery-icon .svg-icon {
    width: 20px;
    height: 20px;
  }
  .delivery-page__table-col-delivery-description {
    color: #686868;
    font-size: 14px;
  }
  .delivery-page__warning {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .delivery-page__how-to-get-list {
    gap: 12px;
  }
  .delivery-page__how-to-get-item {
    font-size: 16px;
    padding: 16px;
  }
  .delivery-page__how-to-get-item::before {
    font-size: 28px;
  }
  .delivery-page__country-blocks-item {
    padding: 12px;
    text-align: left;
    align-content: flex-start;
    font-size: 16px;
  }
  .delivery-page__country-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .delivery-page__country-list-item {
    padding: 16px;
    font-size: 14px;
  }
  .delivery-page__country-list-item::before {
    font-size: 28px;
  }
  .delivery-page__warning {
    font-size: 16px;
    padding: 16px;
  }
}
.guarantees-page__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.guarantees-page__block_gray {
  padding: 24px;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.guarantees-page__subpages {
  display: flex;
  flex-flow: wrap;
  gap: 12px;
}

.guarantees-page__subpage {
  display: flex;
  padding: 12px 24px 14px 24px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 5px;
  background: #eee;
  color: #000;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  line-height: 100%;
}

.guarantees-page__exclamation {
  display: flex;
  padding: 16px 10px 16px 32px;
  align-items: center;
  gap: 24px;
  border-radius: 10px;
  background: #edf8fe;
}

.guarantees-page__exclamation-text {
  font-size: 20px;
  line-height: 140%;
  max-width: 835px;
}

.guarantees-page__exclamation-svg {
  display: flex;
  width: 40px;
  height: 40px;
}

.guarantees-page__not-apply {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.guarantees-page__not-apply-title {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .guarantees-page__subpages {
    flex-flow: column;
  }
  .guarantees-page__subpage {
    font-size: 16px;
    text-align: center;
  }
  .guarantees-page__exclamation {
    flex-flow: column;
    align-items: flex-start;
    padding: 16px;
  }
  .guarantees-page__exclamation-svg {
    width: 32px;
    height: 32px;
  }
  .guarantees-page__exclamation-text {
    font-size: 16px;
  }
  .guarantees-page__block_gray {
    padding: 16px;
  }
}
.payment-page__block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.payment-page__processing {
  flex-flow: row;
  gap: 110px;
}

.payment-page__processing-title {
  width: max-content;
}

.payment-page__processing-description {
  max-width: 835px;
  font-size: 18px;
  line-height: 140%;
}

.payment-page__methods {
  gap: 24px;
}

.payment-page__methods-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 24px;
}

.payment-page__methods-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 24px;
  border-radius: 10px;
  background-color: #f6f6f6;
  grid-column: span 2;
  font-size: 18px;
  line-height: 140%;
}
.payment-page__methods-item:nth-child(4), .payment-page__methods-item:nth-child(5) {
  grid-column: span 3;
}

.payment-page__methods-item-header {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.payment-page__methods-item-icons {
  display: flex;
  gap: 16px;
  align-items: center;
}

.payment-page__methods-item-icon {
  display: flex;
}
.payment-page__methods-item-icon img {
  max-width: 100%;
  max-height: 100%;
}

.payment-page__methods-item-title {
  font-weight: 600;
}

.payment-page__methods-item-items {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding-left: 30px;
}

@media (max-width: 1023px) {
  .payment-page__processing {
    flex-flow: column;
    gap: 16px;
  }
  .payment-page__methods-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .payment-page__methods-item-header {
    flex-flow: row;
  }
  .payment-page__methods-item-icon {
    width: 32px;
    height: 32px;
  }
}
@media (max-width: 767px) {
  .payment-page__processing-description {
    font-size: 14px;
  }
  .payment-page__methods {
    gap: 16px;
  }
  .payment-page__methods-list {
    gap: 12px;
  }
  .payment-page__methods-item {
    padding: 16px;
  }
  .payment-page__methods-item-header {
    gap: 12px;
  }
  .payment-page__methods-item-description,
  .payment-page__methods-item-items {
    font-size: 14px;
  }
  .payment-page__methods-item-items {
    gap: 8px;
  }
}
.pro-page__header-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.pro-page__block-content_advantages .advantage_size_s {
  background-color: #fafafa;
}

@media (max-width: 1023px) {
  .pro-page {
    padding-top: 0;
  }
}
.pro-page-header {
  position: relative;
  padding: 48px 64px;
  border-radius: 15px;
  color: #fff;
  background: url("../img/pages/pro/header_bg_cover.png") lightgray 50%/cover no-repeat;
  background-color: #333;
  height: 390px;
}

.pro-page-header__content {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 700px;
}

.pro-page-header__badge {
  color: #fff;
  display: inline-flex;
  gap: 8px;
  padding: 8px 12px;
  align-items: center;
  border-radius: 10px;
  width: fit-content;
  font-family: Manrope, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  background-color: #707a80;
}

.pro-page-header__title,
.pro-page-header__description,
.pro-page-header__button-form {
  z-index: 2;
}

.pro-page-header__title {
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  margin: 0;
}

.pro-page-header__description {
  font-size: 20px;
  line-height: 140%;
  max-width: 507px;
}

.pro-page-header__img {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 59px;
}

@media (max-width: 1023px) {
  .pro-page-header {
    padding: 32px 15px 50px;
  }
  .pro-page-header__title {
    font-size: 24px;
    font-weight: 700;
  }
  .pro-page-header__img {
    height: 286px;
    top: unset;
    bottom: 0;
    right: 0;
  }
  .pro-page-header__img img {
    height: 100%;
  }
}
@media (max-width: 767px) {
  .pro-page-header__img {
    position: relative;
    height: unset;
    width: 100%;
  }
  .pro-page-header__img img {
    width: 100%;
    height: unset;
  }
  .pro-page-header {
    height: unset;
    padding: 24px 16px 16px;
  }
  .pro-page-header__description {
    font-size: 14px;
  }
  .pro-page-header__button-form {
    width: 100%;
  }
}
.pro-page-advantages {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

@media (max-width: 1023px) {
  .pro-page-advantages {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
}
.pro-page-advantage {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-radius: 15px;
  background: #fff;
  color: #686868;
  font-size: 16px;
  line-height: 140%;
  flex: 1;
}

.pro-page-advantage__header {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.pro-page-advantage__title {
  color: #333;
  font-family: Manrope, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
}

.pro-page-advantage__description {
  color: #606060;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.pro-page-advantage__icon {
  display: flex;
}

@media (max-width: 767px) {
  .pro-page-advantage {
    padding: 16px;
    gap: 12px;
  }
  .pro-page-advantage__header {
    flex-flow: row;
    gap: 16px;
    align-items: center;
  }
}
.pro-page-description {
  display: flex;
  gap: 148px;
}

.pro-page-description__left {
  display: flex;
  gap: 16px;
  align-items: center;
}

.pro-page-description__right {
  max-width: 741px;
}

.pro-page-description__img {
  display: flex;
}

.pro-page-description__title {
  font-family: Manrope, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 39px;
  letter-spacing: -0.56px;
  max-width: 354px;
}

.pro-page-description__description {
  font-size: 16px;
  line-height: 160%;
}

@media (max-width: 1023px) {
  .pro-page-description {
    flex-flow: column;
    gap: 16px;
  }
}
.reasons-to-contact-page__block {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.reasons-to-contact-page__reasons {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.reasons-to-contact-page__reasons-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.reasons-to-contact-page__reasons-item {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 24px;
  border-radius: 10px;
  background-color: #f6f6f6;
}

.reasons-to-contact-page__reasons-item-header {
  display: flex;
  gap: 12px;
  align-items: center;
}

.reasons-to-contact-page__reasons-item-iteration {
  display: flex;
  min-width: 40px;
  height: 40px;
  padding: 4px 7px;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
  border: 2px solid #f26d06;
  color: #f26d06;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 100%;
}

.reasons-to-contact-page__reasons-item-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 130%;
}

.reasons-to-contact-page__reasons-item-description {
  color: #686868;
  line-height: 160%;
}

@media (max-width: 1023px) {
  .reasons-to-contact-page__reasons-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }
  .reasons-to-contact-page__reasons-item {
    padding: 16px;
  }
  .reasons-to-contact-page__reasons-item-header {
    flex-flow: column;
    align-items: flex-start;
  }
  .reasons-to-contact-page__reasons-item-iteration {
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    font-size: 18px;
  }
  .reasons-to-contact-page__reasons-item-title {
    font-size: 16px;
  }
}
.service-page {
  display: block;
}

.service-page__header-block {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 32px;
}
.service-page__header-block .svg-icon {
  display: block;
}

.service-page__header-block-title {
  margin-bottom: 0;
}

.service-page__header-block-phone {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
  line-height: 150%;
}
.service-page__header-block-phone a {
  color: #1b1b1b;
  font-weight: 600;
}

.service-page__blocks {
  display: flex;
  flex-direction: column;
  gap: 48px;
}

@media (max-width: 1023px) {
  .service-page__blocks {
    gap: 32px;
  }
}
@media (max-width: 767px) {
  .service-page__header-block {
    flex-flow: column;
    margin-bottom: 24px;
  }
}
.service-page-advantages {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-page-advantages__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}

.service-page-advantages__list-item {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  border-radius: 10px;
  background: #f6f6f6;
  font-size: 18px;
  font-weight: 600;
}
.service-page-advantages__list-item .svg-icon {
  min-width: 32px;
}

@media (min-width: 1200px) {
  .service-page-advantages__list {
    grid-template-columns: repeat(12, 1fr);
  }
  .service-page-advantages__list-item {
    grid-column: span 4;
  }
  .service-page-advantages__list-item_s {
    grid-column: span 3;
  }
}
@media (max-width: 767px) {
  .service-page-advantages__list {
    display: flex;
    gap: 12px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    margin: 0 -15px;
    padding: 0 15px;
  }
  .service-page-advantages__list::-webkit-scrollbar {
    display: none;
  }
  .service-page-advantages__list-item {
    padding: 16px 12px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
    min-width: 234px;
    text-align: center;
  }
}
.service-page-description {
  display: flex;
  gap: 16px;
}

.service-page-description__text {
  display: flex;
  flex-direction: column;
  gap: 24px;
  font-size: 16px;
  line-height: 160%;
}
.service-page-description__text p {
  margin: 0;
}

.service-page-description__img {
  display: none;
  min-width: 494px;
  max-width: 494px;
  height: 100%;
}
.service-page-description__img img {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .service-page-description {
    gap: 64px;
  }
  .service-page-description__img {
    display: flex;
  }
}
@media (max-width: 1023px) {
  .service-page-description {
    flex-flow: column-reverse;
  }
}
@media (max-width: 767px) {
  .service-page-description__img {
    display: flex;
    min-width: unset;
    max-width: 100%;
  }
}
.service-page-info {
  display: flex;
  gap: 40px;
  align-items: center;
}

.service-page-info__img {
  min-width: 338px;
}
.service-page-info__img img {
  max-width: 100%;
}

.service-page-info__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.service-page-info__description {
  font-size: 20px;
}

.service-page-info__buttons {
  display: flex;
  gap: 16px;
}

.service-page-info__button {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 18px;
  color: #686868;
  background-color: #f6f6f6;
  height: 48px;
}
.service-page-info__button:hover {
  background-color: #eeeeee;
}

@media (max-width: 1023px) {
  .service-page-info {
    flex-flow: column-reverse;
    gap: 24px;
  }
  .service-page-info__buttons {
    flex-flow: wrap;
  }
}
@media (max-width: 767px) {
  .service-page-info__buttons {
    flex-flow: column;
  }
  .service-page-info__buttons .custom-page__button_orange {
    width: 100%;
  }
  .service-page-info__button {
    justify-content: center;
  }
  .service-page-info__description {
    font-size: 16px;
  }
}
.service-page-subpage__blocks {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.service-page-subpage__block-title-wrapper {
  display: flex;
  gap: 40px;
  align-items: center;
}

.service-page-subpage__block-title-wrapper_no-logo {
  margin-bottom: 24px;
}

.service-page-subpage__block-title {
  margin-bottom: 24px;
}
.service-page-subpage__block-title span {
  text-transform: lowercase;
}

.service-page-subpage__description {
  font-size: 16px;
  line-height: 160%;
}

.service-page-subpage__table {
  font-size: 16px;
  line-height: 140%;
}

.service-page-subpage__main {
  margin-top: 24px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
}

.service-page-subpage__additional {
  display: flex;
  flex-direction: column;
  gap: 32px;
  max-width: 530px;
  width: 100%;
}

.service-page-subpage__repairs {
  padding: 24px;
  border-radius: 10px;
  background-color: #eaf8ff;
}

.service-page-subpage__repairs-img {
  display: flex;
  margin-bottom: 8px;
  width: 40px;
  height: 40px;
}
.service-page-subpage__repairs-img img {
  max-width: 100%;
}

.service-page-subpage__repairs-text {
  font-size: 16px;
  margin-bottom: 32px;
}

.service-page-subpage__repairs-button {
  width: 100%;
}

@media (min-width: 1024px) {
  .service-page-subpage__table {
    display: table;
    max-width: 732px;
    width: 100%;
  }
  .service-page-subpage__table-row-group {
    display: table-row-group;
  }
  .service-page-subpage__table-row {
    display: table-row;
  }
  .service-page-subpage__table-col {
    display: table-cell;
    padding: 16px;
    border-bottom: 1px solid #e5e5e5;
  }
  .service-page-subpage__table-col:first-child {
    width: 81px;
  }
  .service-page-subpage__table-col:last-child {
    width: 180px;
    text-align: end;
  }
  .service-page-subpage__table-group-header .service-page-subpage__table-col {
    background: #f6f6f6;
    color: #686868;
    border-bottom: none;
  }
  .service-page-subpage__table-group-header .service-page-subpage__table-col:first-child {
    border-radius: 10px 0 0 10px;
    padding-left: 16px;
  }
  .service-page-subpage__table-group-header .service-page-subpage__table-col:last-child {
    border-radius: 0 10px 10px 0;
    padding-right: 16px;
  }
}
@media (max-width: 1023px) {
  .service-page-subpage__table {
    display: flex;
    flex-direction: column;
    gap: 16px;
    max-width: 100%;
    width: 100%;
  }
  .service-page-subpage__main {
    flex-flow: column;
  }
  .service-page-subpage__table-row-group {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .service-page-subpage__table-row {
    display: flex;
    gap: 32px;
    justify-content: space-between;
    padding: 0 12px 16px 12px;
    border-bottom: 1px solid #e5e5e5;
  }
  .service-page-subpage__table-group-header {
    gap: 8px;
    color: #686868;
    background: #f6f6f6;
    padding: 12px;
    border-radius: 10px;
    border: unset;
  }
  .service-page-subpage__table-col:last-child {
    white-space: nowrap;
  }
}
@media (max-width: 767px) {
  .service-page-subpage__block-title-wrapper {
    display: flex;
    flex-flow: row-reverse;
    justify-content: space-between;
    gap: 16px;
  }
  .service-page-subpage__block-title-wrapper_no-logo {
    flex-flow: row;
    justify-content: flex-start;
  }
  .service-page-subpage__table {
    font-size: 14px;
  }
}
.service-page-subpages {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(5, 1fr);
}

.service-page-subpages__item {
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 10px;
  border: 1px solid #e5e5e5;
  font-size: 16px;
  padding: 8px 16px;
}

.service-page-subpages__item-img {
  display: flex;
  align-items: center;
  min-width: 60px;
  justify-content: center;
  height: 60px;
  width: 60px;
}
.service-page-subpages__item-img img {
  max-width: 100%;
}

.service-page-subpages__item-name {
  color: #1b1b1b;
}

.service-page-subpages__item-show-button,
.service-page-subpages__item-hide-button {
  display: none;
  justify-content: center;
  background-color: #fafafa;
  cursor: pointer;
  border: none;
}

@media screen and (max-width: 1400px) {
  .service-page-subpages {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .service-page-subpages {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .service-page-subpages {
    grid-template-columns: repeat(1, 1fr);
  }
  .service-page-subpages__item_hide-mobile {
    display: none;
  }
  .service-page-subpages__item-show-button {
    display: flex;
  }
  .toggle-block_active .service-page-subpages__item_hide-mobile {
    display: flex;
  }
  .toggle-block_active .service-page-subpages__item-show-button {
    display: none;
  }
  .toggle-block_active .service-page-subpages__item-hide-button {
    display: flex;
  }
}
.service-page-subpage-form {
  padding: 40px;
  display: flex;
  gap: 32px;
  justify-content: space-between;
  border-radius: 10px;
  background: #eaf8ff;
}
.service-page-subpage-form .crm-form-block .crm-form-fields-block .crm-form-fields {
  margin-top: 0;
}
.service-page-subpage-form .crm-form-block .crm-form-fields-block {
  margin: 0;
}
.service-page-subpage-form .crm-form-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line {
  border-spacing: 0 8px;
}
.service-page-subpage-form .crm-form-block .crm-form-fields-block .crm-submit-button-wrapper {
  margin: 8px 0;
}
.service-page-subpage-form form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.service-page-subpage-form form p {
  margin: 0;
}
.service-page-subpage-form .crm-form-field[data-id="!agreement_checkbox"] {
  order: 10;
}
.service-page-subpage-form .crm-form-submit-button {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: 13px 40px 14px;
  text-align: center;
}

.service-page-subpage-form__left {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.service-page-subpage-form__left img {
  max-width: 100%;
  width: fit-content;
}

.service-page-subpage-form__title {
  display: flex;
  flex-direction: column;
  gap: 0;
}

@media (max-width: 1023px) {
  .service-page-subpage-form {
    flex-flow: column;
  }
}
@media (max-width: 767px) {
  .service-page-subpage-form {
    padding: 24px 16px;
  }
  .service-page-subpage-form .crm-form-block {
    width: unset !important;
  }
}
.service-page-subpage-modal-form {
  max-width: 384px;
}
.service-page-subpage-modal-form .crm-form-block {
  max-width: 320px !important;
  width: 100% !important;
}
.service-page-subpage-modal-form .crm-form-block .crm-form-fields-block .crm-form-fields {
  margin-top: 0;
}
.service-page-subpage-modal-form .crm-form-block .crm-form-fields-block {
  margin: 0;
}
.service-page-subpage-modal-form .crm-form-block .crm-form-fields-block .crm-form-fields .crm-form-field .crm-form-field-line {
  border-spacing: 0 6px;
}
.service-page-subpage-modal-form .crm-form-block .crm-form-fields-block .crm-submit-button-wrapper {
  margin: 6px 0;
}
.service-page-subpage-modal-form form {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.service-page-subpage-modal-form form p {
  margin: 0;
}
.service-page-subpage-modal-form .crm-form-field[data-id="!agreement_checkbox"] {
  order: 10;
}
.service-page-subpage-modal-form .crm-form-submit-button {
  display: block;
  width: 100%;
}

@media (max-width: 767px) {
  .service-page-subpage-modal-form {
    max-width: 100%;
  }
}
.service-page-when-contact {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.service-page-when-contact__list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}

.service-page-when-contact__list-item {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.service-page-when-contact__list-item .svg-icon {
  min-width: 32px;
  height: 32px;
}

.service-page-when-contact__description {
  font-size: 16px;
}

.service-page-when-contact__photos {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.service-page-when-contact__photo {
  display: flex;
}
.service-page-when-contact__photo img {
  max-width: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .service-page-when-contact__list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .service-page-when-contact__list {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .service-page-when-contact__list-item {
    flex-flow: row;
  }
  .service-page-when-contact__list-item .svg-icon {
    min-width: 24px;
    width: 24px;
    height: 24px;
  }
  .service-page-when-contact__photos {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0 -15px;
  }
}