#section_text_brand {
  position: relative;
  margin: 90px 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.bq-left-support {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 45%;
  opacity: .95;
  background: #2e1b4d;
}

.support-brand {
  position: relative;
  z-index: 1;
  min-height: 540px;
}

.support-brand h2 {
  font-size: 36px;
  font-weight: 700;
  max-width: 400px;
  color: white;
  font-family: 'NotoSerif' sans-serif;
  line-height: 40px;
  position: relative;
}

.support-brand p {
  display: inline-block;
  max-width: 180px;
  color: #ffffff;
  font-size: 18px;
  font-family: 'NotoSerif' sans-serif;
  font-weight: 400;
  line-height: 21px;
}

.support-brand .block-left {
  padding-top: 110px;
  width: 37%;
}

.support-brand .block-left .ramka {
  width: 192px;
  height: 125px;
  border: 6px solid #fff;
  border-radius: 2px;
  opacity: .1;
  position: absolute;
  top: calc(50% - 62px);
  left: calc(50% - 101px);
}













.support-brand .block-right {
  width: 63%;
  padding-top: 62px;
  display: flex;
  justify-content: space-evenly;
}

.card-brand-support {
  height: 200px;
  width: 33.333%;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
}

.block-card-brand {
  display: flex;
  flex-wrap: wrap;
}

.card-brand-support .back {
  height: 100%;
  background-color: rgb(255 255 255 / 85%);
  border-radius: 4px;
}

.card-brand-support .back-img {
  height: 85%;
  display: flex;
  justify-content: center;
  padding: 20px;
}

.card-brand-support .back-text {
  height: 15%;
  display: flex;
  justify-content: center;
  font-weight: 500;
  line-height: 0;
}


.card-brand-support .back img {
  height: 100%;
  object-fit: contain;
}

.block-content-all {
  display: flex;
}

@media (max-width: 920px) {
  .support-brand .block-right, .support-brand .block-left {
    width: 100%;
  }

  .block-content-all {
    flex-direction: column;
  }

  #section_text_brand .container.support-brand {
    padding-bottom: 40px;
  }

  .bq-left-support {
    height: 55%;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .card-brand-support {
    width: 50%;
  }

  .support-brand .block-left {
    padding-top: 30px;
  }

  .support-brand .block-right {
    padding-top: 30px;
  }

  .support-brand p {
    max-width: inherit;
  }

  .bq-left-support {
    height: 390px;
    width: 100%;
  }
}

@media (max-width: 460px) {
  .card-brand-support {
    width: 100%;
  }
}











/* Блок Вызов мастера */
#block-master {
  margin: 50px 0 0;
}

.background-master {
  background-image: url('/public/img/master-img/maste-pc.jpg');
  min-height: 630px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.content-master {
  width: 560px;
  margin: 0 0 0 auto;
  padding-top: 110px;
}

.content-master h2 {
  font-size: 40px;
  line-height: 40px;
  font-weight: 500;
  letter-spacing: 0px;
}

.text-master-form {
  padding: 0 65px;
  font-size: 13px;
  line-height: 18px;
}

.form-master {
  padding-left: 69px;
}

.form-master .show-input {
  display: flex;
  margin-top: 64px;
}

.form-master .cform-2 {
  position: inherit;
  bottom: 0;
}

.form-master .show-input input {
  width: 230px;
  padding: 15px;
  height: 35px;
  font-size: 16px;
  font-weight: 400;
}

.form-master [name="clients_phone"] {
  background: rgb(227 227 227 / 31%);
  width: 174px;
  margin-right: 25px;
  border: none;
  outline: none;
}

.form-master .contact__form-button {
  width: auto !important;
  padding: 0 25px !important;
  font-size: 13px !important;
  color: white
}

.block-dinam-text {
  position: absolute;
  bottom: 0;
  left: 181px;
  width: 263px;
  background: white;
  padding-bottom: 65px;
  min-height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.block-dinam-text h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.text-remont {
  font-size: 13px;
  line-height: 16px;
  text-align: center;
  margin-bottom: 7px;
}

.background-master-mobile {
  display: none;
}

@media (max-width: 1000px) {
  .background-master {
    background-image: none;
    min-height: auto;
  }

  .content-master {
    width: 100%;
    padding-top: 0;
  }
  .content-master h2 {
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0px;
  }

  .form-master .show-input input {
    max-width: 400px;
  }

  .content-master h2 br {
    display: none;
  }
  .text-master-form {
    padding: 0
  }

  .form-master {
    padding-left: 0;
  }

  .form-master .show-input {
    flex-direction: column;
  }

  #block-master .container {
    padding: 0;
  }

  .background-master-mobile {
    display: flex;
    justify-content: center;
  }

  .block-dinam-text {
    position: inherit;
    margin: 0 auto;
    left: 21px;
  }

  .form-master .show-input input {
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-master .contacts__checkbox {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
}


@media (max-width: 740px) {
  .block-dinam-text {
    left: 15px;
  }
}

@media (max-width: 540px) {
  .block-dinam-text {
    left: 10px;
  }
}

@media (max-width: 420px) {
  .block-dinam-text {
    left: 5px;
  }
}





@media (min-width: 320px) and (max-width: 920px) {
  .b0011-tech-list .a0010-cb-trigger {
    text-align: center;
  }

  .contact-block-title {
    text-align: left;
  }

  .contact-under-map-row > div a {
    display: contents;
  }

  .block-advantage-title {
    text-align: center;
  }
}
