.question-block.new-color {
    border: 1px solid #DC2A1B;
    padding: 40px;
    margin: 20px 0 0;
  }

  .question-block.new-color p {
    font-weight: 400;
    font-size: 30px;
    line-height: 140%;
    color: #000;
    margin-bottom: 30px;
  }

  .question-block-contacts {
    display: flex;
    gap: 20px;
    justify-content: space-between;
  }

  .question-block-contacts .exform {
    min-width: 229px !important;
    width: 229px !important;
    height: 44px !important;
    font-weight: 400;
    font-size: 17px !important;
    line-height: 140% !important;
    text-transform: uppercase;
    color: #DC2A1B !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    border: 1px solid rgb(249, 0, 49) !important;
    background-color: rgba(255, 255, 255, 0.9) !important;
    font-family: Circe;
    text-decoration: none;
    border-radius: 0px;
  }

  .question-block-contacts .exform:hover {
    color: #fff !important;
    background-color: rgb(249, 0, 49) !important;
  }

  .phone-wrap span {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #818181;
    display: block;
  }

  .phone-wrap a.phone1 {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #000;
    text-decoration: none;
    display: block;
  }

  .phone-wrap a.phone2 {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #000;
    text-decoration: none;
    display: inline-block;
  }

  .phone-wrap .wa img {
    width: 25px;
    height: 25px;
  }

  .phone-wrap img {
    margin-top: -10px;
    margin-left: 5px;
  }

  .mail-wrap {
    width: 192px;
  }

  .mail-wrap span {
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #818181;
  }

  .mail-wrap a {
    font-weight: 400;
    font-size: 22px;
    line-height: 140%;
    color: #000;
    text-decoration: none;
    display: inline-block;
  }
.one-img img {
    width: 100%;
}
.one-img {
    margin: 30px 0;
}
.boldtext{
	font-size: 22px;
    font-weight: 700;
    text-transform: uppercase !important;
	text-align:center;
	margin:30px 0;
}
#rubrikator.new-size {
    justify-content: space-between;
    margin-top: 30px;
}
#rubrikator.new-size .rub {
    width: 32%;
    margin: 0;
}
#rubrikator.new-size .rub-img {
    width: 100%;
    object-fit: contain;
}
#rubrikator.new-size .rub-bot, #rubrikator.new-size .rub-bot:before{
    margin: 0 auto;
    max-width: 100%;
}
.one-slider {
    margin: 30px 0 50px !important;
}
.one-slider img{
    width: 100%;
}
.icon-block img {
    width: 70px;
    height: 70px;
    object-fit: contain;
}
.icon-block span {
    display: block;
    color: #dc2a1b;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    margin: 15px 0;
}
.icon-block div {
    width: 32%;
    margin-bottom: 30px;
}
.icon-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}
.img3 img {
    width: 286px;
    margin: 10px;
}
.img3 {
    text-align: center;
}
.img3 img:last-child {
    margin-right: 0;
}
.img3 img:first-child {
    margin-left: 0;
}

  @media (max-width: 991px) {
    .question-block-contacts {
      flex-direction: column;
    }

    .question-block-contacts .exform {
      order: 1;
    }

    .question-block p {
      margin-bottom: 20px;
      font-size: 18px;
    }
  }