.container {
  font-family: 'Montserrat', sans-serif;
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 20px;
}

@media (max-width: 1700px) {
  .container {
    max-width: calc(100% - 98px);
    padding: 0 150px;
  }
}

@media (max-width: 1600px) {
  .container {
    max-width: calc(100% - 98px);
    padding: 0 100px;
  }
}

@media (max-width: 1540px) {
  .container {
    max-width: 1600px;
    padding: 0 80px;
  }
}

@media (max-width: 1400px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 360px) {
  .container {
    padding: 0 10px;
  }
}



*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
video {
  display: block;
  max-width: 100%;
  height: auto;
}

/*Информация*/

.security-system-info {
  background-color: #f7f7f7;
}

.security-system-info__wrapper {
  padding-top: 86px;
  padding-bottom: 86px;
}

.security-system-info__title {
  max-width: 1332px;
  margin: 0 auto;
  margin-bottom: 42px;
}

.security-system-info__title h1 {
  font-weight: 700;
  font-size: 48px;
  color: #000;
  text-align: center;

  margin: 0;
}

.security-system-info__name {
  max-width: 1305px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 48px;
}

.security-system-info__name p {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #bc2539;
  text-align: center;

  margin: 0;
}

.security-system-info__list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-left: 240px;
}

.security-system-info__text {
  position: relative;
}

.security-system-info__item:not(:last-child) {
  margin-bottom: 20px;
}

.security-system-info__text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 13px;
  width: 24px;
  height: 24px;
  background-image: url(../images/isbo-plus/svg/icon-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.security-system-info__text p {
  font-weight: 700;
  font-size: 36px;
  color: #000;

  margin: 0;
  padding-left: 54px;
}

@media (max-width: 1700px) {
  .security-system-info__wrapper {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .security-system-info__title {
   max-width: 1110px;
    margin-bottom: 35px;
  }

  .security-system-info__title h1 {
    font-size: 40px;
  }

  .security-system-info__name {
    max-width: 1035px;
    margin-bottom: 40px;
  }

  .security-system-info__name p {
    font-size: 29px;
    line-height: 33px;
  }

  .security-system-info__list {
    margin-left: 210px;
    padding-right: 10px;
  }

  .security-system-info__text {
    position: relative;
  }

  .security-system-info__item:not(:last-child) {
    margin-bottom: 16px;
  }

  .security-system-info__text::before {
    left: 0;
    top: 11px;
    width: 20px;
    height: 20px;
  }

  .security-system-info__text p {
    font-size: 29px;
    line-height: 37px;
    padding-left: 45px;
  }
}

@media (max-width: 1540px) {
  .security-system-info__list {
    margin-left: 240px;
  }
}

@media (max-width: 1440px) {
  .security-system-info__list {
    margin-left: 30px;
  }
}

@media (max-width: 1024px) {
  .security-system-info__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .security-system-info__title {
    margin-bottom: 25px;
  }

  .security-system-info__title h1 {
    font-size: 29px;
    letter-spacing: 0.1px;
  }

  .security-system-info__name {
    margin-bottom: 25px;
  }

  .security-system-info__name p {
    font-size: 21px;
    line-height: 27px;
  }

  .security-system-info__item:not(:last-child) {
    margin-bottom: 10px;
  }

  .security-system-info__text::before {
    left: 0;
    top: 8px;
    width: 14px;
    height: 14px;
  }

  .security-system-info__text p {
    font-size: 17px;
    line-height: 26px;
    padding-left: 36px;
  }
}


@media (max-width: 768px) {
  .security-system-info__list {
    margin-left: 30px;
  }

  .security-system-info__text p {
    padding-left: 30px;
  }

  .security-system-info__name {
    padding: 0 31px;
  }
}

@media (max-width: 360px) {
  .security-system-info__wrapper {
    padding-top: 50px;
    padding-bottom: 46px;
  }

  .security-system-info__title {
    margin-bottom: 23px;
  }

  .security-system-info__title h1 {
    font-size: 24px;
    line-height: 28px;
    letter-spacing: 0.1px;
  }

  .security-system-info__name {
    margin-bottom: 20px;
    padding: 0 22px;
  }

  .security-system-info__name p {
    font-size: 18px;
    line-height: 24px;
  }

  .security-system-info__item:not(:last-child) {
    margin-bottom: 11px;
  }

  .security-system-info__text::before {
    left: 0;
    top: 4px;
    width: 12px;
    height: 12px;
  }

  .security-system-info__text p {
    font-size: 14px;
    line-height: 15px;
    padding-left: 25px;
  }

  .security-system-info__list {
    margin-left: 25px;
  }
}

/*Установка*/

.installation {
  background-color: #f7f1f1;
}

.installation__wrapper {
  padding-top: 86px;
  padding-bottom: 96px;
}

.installation__title {
  margin-bottom: 56px;
}

.installation__title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #bc2539;
  text-align: center;

  margin: 0;
}

.installation__list {
  list-style: none;
  padding: 0;
  margin: 0;

  margin-bottom: 70px;
}

.installation__description {
  margin-left: 158px;
}

.installation__text {
  position: relative;
  padding-left: 38px;
}

.installation__text::before {
  position: absolute;
  content: "";
  left: 0;
  top: 4px;
  width: 24px;
  height: 24px;
  background-image: url(../images/isbo-plus/svg/icon-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.installation__item:not(:last-child) {
  margin-bottom: 39px;
}

.installation__text p {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #000;

  margin: 0
}

.installation__text span {
  font-weight: 500;
}

.installation__list-inner {
  list-style: none;
  padding: 0;
  margin: 0;
}

.installation__list-inner-text p {
  font-weight: 500;
  font-size: 24px;
  color: #000000;

  margin: 2px 0;
}

.installation__bottom {
  display: flex;
  column-gap: 30px;
}

.installation__container {
  display: flex;
}

.installation__container.installation__container-certificate {
  max-width: 446px;
  flex-shrink: 0;
}

.installation__img {
  flex-shrink: 0;
}

.installation__caption {
  margin-left: 26px;
  margin-top: -7px;
}

.installation__caption p {
  font-weight: 500;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  text-align: left;

  margin: 0;
}

@media (max-width: 1700px) {
  .installation__wrapper {
    padding-top: 72px;
    padding-bottom: 85px;
  }

  .installation__title {
    margin-bottom: 47px;
  }

  .installation__title h2 {
    font-size: 40px;
  }

  .installation__text p {
    font-size: 20px;
    line-height: 30px;
  }

  .installation__text {
    padding-left: 30px;
  }

  .installation__text::before {
    width: 20px;
    height: 20px;
  }

  .installation__description {
    margin-left: 136px;
  }

  .installation__list {
    margin-bottom: 56px;
  }

  .installation__img-certificate img {
    width: 150px;
    height: 212px;
  }

  .installation__container-registry img {
    width: 374px;
    height: 171px;
  }

  .installation__caption p {
    font-size: 20px;
    line-height: 30px;
  }

  .installation__container.installation__container-certificate {
    max-width: 375px;
  }

  .installation__bottom {
    column-gap: 23px;
  }

  .installation__item:not(:last-child) {
    margin-bottom: 29px;
  }
}

@media (max-width: 1440px) {
  .installation__description {
    margin-left: 30px;
  }
}

@media (max-width: 1100px) {
  .installation__img-certificate img {
    width: 103px;
    height: 145px;
  }

  .installation__container-registry img {
    width: 316px;
    height: auto;
  }
}

@media (max-width: 1024px) {
  .installation__wrapper {
    padding-top: 52px;
    padding-bottom: 57px;
  }

  .installation__caption p {
    font-size: 17px;
    line-height: 25px;
  }

  .installation__container.installation__container-certificate {
    max-width: 300px;
  }

  .installation__title {
    margin-bottom: 30px;
  }

  .installation__title h2 {
    font-size: 29px;
  }

  .installation__text::before {
    width: 14px;
    height: 14px;
  }

  .installation__text p {
    font-size: 17px;
    line-height: 25px;
  }

  .installation__item:not(:last-child) {
    margin-bottom: 22px;
  }

  .installation__list {
    margin-bottom: 31px;
  }
}

@media (max-width: 900px) {
  .installation__bottom {
    flex-direction: column;
    row-gap: 27px;
  }

  .installation__container.installation__container-certificate {
    max-width: 100%;
  }
}

@media (max-width: 700px) {
  .installation__container.installation__container-registry {
    flex-direction: column;
    row-gap: 20px;
  }

  .installation__container-registry .installation__caption {
    margin-left: 0;
  }
}

@media (max-width: 400px) {
  .installation__title {
    max-width: 310px;
    margin: 0 auto;
    margin-bottom: 30px;
  }

  .installation__text::before {
    top: 7px;
  }

  .installation__container.installation__container-certificate {
    align-items: center;
  }

  .installation__container-registry img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 360px) {
  .installation__wrapper {
    padding-top: 42px;
    padding-bottom: 47px;
  }

  .installation__title {
    max-width: 255px;
    margin-bottom: 26px;
  }

  .installation__title h2 {
    font-size: 24px;
    line-height: 28px;
  }

  .installation__list-inner-item .installation__list-inner-text p {
    font-size: 14px;
    line-height: 17px;
  }

  .installation__text::before {
    width: 12px;
    height: 12px;
    top: 5px;
  }

  .installation__description {
    margin-left: 25px;
  }

  .installation__text {
    padding-left: 24px;
  }

  .installation__text p {
    font-size: 14px;
    line-height: 19px;
  }

  .installation__img-certificate img {
    width: 84px;
    height: 119px;
  }

  .installation__caption p {
    font-size: 14px;
    line-height: 20px;
  }

  .installation__bottom {
    row-gap: 22px;
  }

  .installation__container.installation__container-registry {
    row-gap: 17px;
  }
}

/*Преимущества*/

.advantages-system {
  background-color: #f7f7f7;
}

.advantages-system__wrapper {
  padding-top: 85px;
  padding-bottom: 85px;
}

.advantages-system__title {
  margin-bottom: 100px;
}

.advantages-system__title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #000;
  text-align: center;

  margin: 0;
}

.advantages-system__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1700px) {
  .advantages-system__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .advantages-system__title {
    margin-bottom: 85px;
  }

  .advantages-system__title h2 {
    font-size: 40px;
  }

  .advantages-system__img img {
    width: 858px;
  }
}

@media (max-width: 1024px) {
  .advantages-system__wrapper {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .advantages-system__title {
    margin-bottom: 39px;
  }

  .advantages-system__title h2 {
    font-size: 29px;
  }
}

@media (max-width: 400px) {
  .advantages-system__title {
    position: relative;
    padding-left: 25px;
  }

  .advantages-system__img img {
    width: 340px;
    height: auto;
  }

  .advantages-system__title::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 45px;
    left: 18px;
    top: -10px;
    background-image: url(../images/isbo-plus/svg/icon-class.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .advantages-system__title span {
    display: none;
  }
}

@media (max-width: 360px) {
  .advantages-system__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .advantages-system__title {
    margin-bottom: 32px;
    padding-left: 17px;
  }

  .advantages-system__title h2 {
    font-size: 24px;
  }

  .advantages-system__title::before {
    width: 30px;
    height: 36px;
    top: -7px;
    left: 17px;
  }

  .advantages-system__img img {
    width: 280px;
    margin: 0 auto;
  }
}

/*Функции*/

.function-system {
  background-color: #f7f1f1;
}

.function-system__wrapper {
  padding-top: 74px;
  padding-bottom: 41px;
}

.function-system__description {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  column-gap: 134px;
}

.function-system__info-title {
  margin-bottom: 76px;
}

.function-system__info-title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #000;

  text-align: left;
  margin: 0;
}

.function-system__info-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.function-system__info-text {
  position: relative;
  padding-left: 45px;
}

.function-system__info-text::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 6px;
  background-image: url(../images/isbo-plus/svg/icon-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.function-system__info-item:not(:last-child) {
  margin-bottom: 43px;
}

.function-system__info-text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000;

  margin: 0;
}

.function-system__info-text span {
  color: #bc2539;
  font-weight: 700;
}

.function-system__available-name {
  max-width: 637px;
  margin: 0 auto;
}

.function-system__available-name h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  color: #000000;

  margin: 0;
  text-align: center;
}

@media (max-width: 1700px) {
  .function-system__wrapper {
    padding-top: 73px;
    padding-bottom: 13px;
  }

  .function-system__info-title {
    margin-bottom: 59px;
  }

  .function-system__info-title h2 {
    font-size: 40px;
  }

  .function-system__info-text::before {
    width: 20px;
    height: 20px;
  }

  .function-system__info-text p {
    font-size: 20px;
    line-height: 31px;
  }

  .function-system__info-text {
    padding-left: 41px;
  }

  .function-system__info-item:not(:last-child) {
    margin-bottom: 28px;
  }

  .function-system__available-name h3 {
    font-size: 29px;
    line-height: 36px;
  }

  .function-system__description {
    grid-template-columns: 0.65fr 1fr;
    column-gap: 63px;
  }

  .function-system__available-img {
    margin-top: -30px;
  }
}

@media (max-width: 1024px) {
  .function-system__wrapper {
    padding-top: 50px;
    padding-bottom: 22px;
  }

  .function-system__info-title {
    margin-bottom: 45px;
  }

  .function-system__info-title h2 {
    font-size: 29px;
  }

  .function-system__available-name {
    max-width: 400px;
  }

  .function-system__available-name h3 {
    font-size: 21px;
    line-height: 25px;
  }

  .function-system__info-text::before {
    width: 14px;
    height: 14px;
  }

  .function-system__info-text p {
    font-size: 17px;
    line-height: 25px;
  }

  .function-system__info-text {
    padding-left: 28px;
  }

  .function-system__info-item:not(:last-child) {
    margin-bottom: 17px;
  }
}

@media (max-width: 900px) {
  .function-system__description {
    grid-template-columns: 1fr;
    row-gap: 40px;
  }

  .function-system__info-title h2 {
    text-align: center;
  }
}

@media (max-width: 400px) {
  .function-system__info-title span {
    display: none;
  }

  .function-system__info-title {
    position: relative;
  }

  .function-system__info-title::before {
    position: absolute;
    content: "";
    width: 41px;
    height: 42px;
    left: 23px;
    background-repeat: no-repeat;
    background-image: url(../images/isbo-plus/svg/icon-function.svg);
    background-size: contain;
  }

  .function-system__available-img {
    margin-top: 0;
  }

  .function-system__info-text::before {
    top: 7px;
    left: 21px;
  }

  .function-system__info-text {
    padding-left: 50px;
  }
}

@media (max-width: 360px) {
  .function-system__wrapper {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .function-system__info-title {
    margin-bottom: 40px;
  }

  .function-system__info-title h2 {
    font-size: 24px;
  }

  .function-system__info-title::before {
    width: 34px;
    height: 35px;
    left: 20px;
  }

  .function-system__info-text::before {
    width: 12px;
    height: 12px;
    top: 4px;
    left: 21px;
  }

  .function-system__info-text p {
    font-size: 14px;
    line-height: 16px;
  }

  .function-system__info-item:not(:last-child) {
    margin-bottom: 12px;
  }

  .function-system__description {
    row-gap: 16px;
  }

  .function-system__available-img img {
    width: 300px;
  }

  .function-system__available-name h3 {
    font-size: 18px;
    line-height: 23px;
  }

  .function-system__info-text {
    padding-left: 49px;
  }
}

/*Настройка*/

.setting {
  background-color: #f7f7f7;
}

.setting__wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}

.setting__title {
  margin-bottom: 56px;
}

.setting__title h2 {
  font-size: 48px;
  font-weight: 700;
  color: #000000;
  text-align: center;

  margin: 0;
}

.setting__box {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;

  margin-bottom: 20px;
}

.setting__text {
  margin-left: 74px;
}

.setting__text p {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #000;

  margin: 0;
}

.setting__name {
  margin-bottom: 78px;
}

.setting__name h3 {
  font-weight: 700;
  font-size: 36px;
  color: #bc2539;
  text-align: center;

  margin: 0;
}

.setting__container {
  display: flex;
}

.setting__list {
  list-style: none;
  margin: 0;
  padding: 0;

  width: 50%;
  flex-grow: 1;
}

.setting__caption {
  position: relative;
  margin: 3.5px 0;
  padding-left: 20px;
}

.setting__caption::before {
  position: absolute;
  content: "";
  left: 0;
  top: 12px;
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background-color: #bc2539;
}

.setting__caption p {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000;

  margin: 0
}

.setting__list:last-child {
  margin-left: 25px;
}

.setting__icon {
  margin-left: 10px;
  margin-top: -4px;
}

@media (max-width: 1700px) {
  .setting__wrapper {
    padding-top: 67px;
    padding-bottom: 57px;
  }

  .setting__title {
    margin-bottom: 46px;
  }

  .setting__title h2 {
    font-size: 40px;
  }

  .setting__box {
    margin-bottom: 22px;
  }

  .setting__text {
    margin-left: 61px;
    padding-right: 0px;
  }

  .setting__text p {
    font-size: 19px;
    line-height: 32px;
  }

  .setting__icon svg {
    width: 65px;
    height: 93px;
    flex-shrink: 0;
  }

  .setting__name {
    margin-bottom: 65px;
  }

  .setting__name h3 {
    font-size: 29px;
  }

  .setting__caption p {
    font-size: 20px;
    line-height: 27px;
  }

  .setting__caption::before {
    width: 10px;
    height: 10px;
    top: 9px;
  }

  .setting__list:last-child {
    margin-left: 25px;
  }

  .setting__caption {
    padding-left: 25px;
  }
}

@media (max-width: 1024px) {
  .setting__wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .setting__title {
    margin-bottom: 46px;
  }

  .setting__title h2 {
    font-size: 29px;
  }

  .setting__box {
    margin-bottom: 31px;
  }

  .setting__text {
    margin-left: 33px;
    padding-right: 45px;
  }

  .setting__text p {
    font-size: 17px;
    line-height: 22px;
  }

  .setting__icon svg {
    width: 65px;
    height: 93px;
    flex-shrink: 0;
  }

  .setting__name h3 {
    font-size: 21px;
  }

  .setting__caption p {
    font-size: 19px;
    line-height: 25px;
  }

  .setting__caption::before {
    width: 10px;
    height: 10px;
    top: 9px;
  }

  .setting__list:last-child {
    margin-left: 25px;
  }
}

@media (max-width: 768px) {
  .setting__container {
    flex-direction: column;
  }

  .setting__list {
    width: 100%;
  }

  .setting__list:last-child {
    margin-left: 0;
  }

  .setting__title {
    position: relative;
  }

  .setting__icon {
    display: none;
  }

  .setting__title::before {
    position: absolute;
    content: "";
    width: 38px;
    height: 52px;
    top: -10px;
    background-image: url(../images/isbo-plus/svg/icon-setting.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .setting__text {
    margin-left: 0;
  }

  .setting__title h2 {
    padding-left: 50px;
  }
}

@media (max-width: 400px) {
  .setting__title span {
    display: none;
  }

  .setting__text {
    padding-right: 0;
    padding-left: 21px;
  }

  .setting__title::before {
    left: 21px;
  }

  .setting__title h2 {
    padding-left: 0;
  }

  .setting__name {
    margin-bottom: 20px;
  }

  .setting__name h3 {
    font-size: 22px;
  }

  .setting__caption {
    padding-left: 40px;
  }

  .setting__caption::before {
    left: 21px;
    width: 8px;
    height: 8px;
    top: 8px;
  }

  .setting__caption p {
    font-size: 17px;
    line-height: 21px;
  }
}

@media (max-width: 360px) {
  .setting__wrapper {
    padding-top: 53px;
    padding-bottom: 48px;
  }

  .setting__title h2 {
    font-size: 24px;
    text-align: left;
    padding-left: 77px;
  }

  .setting__title::before {
    width: 30px;
    height: 44px;
    top: -4px;
    left: 19px;
  }

  .setting__title {
    margin-bottom: 25px;
  }

  .work-system__title h2 {
    font-size: 24px;
  }

  .setting__text {
    padding-left: 20px;
  }

  .setting__text p {
    font-size: 14px;
    line-height: 18px;
  }

  .setting__box {
    margin-bottom: 24px;
  }

  .setting__name {
    margin-bottom: 20px;
  }

  .setting__name h3 {
    font-size: 18px;
  }

  .setting__caption {
    padding-left: 30px;
    margin: 2.5px 0;
  }

  .setting__caption p {
    font-size: 14px;
    line-height: 17px;
  }

  .setting__caption::before {
    width: 8px;
    height: 8px;
    top: 6px;
    left: 16px;
  }

  .work-system__title::before {
    left: 19px;
    top: 1px;
    width: 35px;
    height: 35px;
  }

  .work-system__text {
    padding-left: 17px;
  }

  .work-system__img img {
    width: 280px;
    height: auto;
  }
}

/*Работа*/

.work-system__wrapper {
  padding-top: 85px;
  padding-bottom: 95px;
}

.work-system__title {
  margin-bottom: 52px;
}

.work-system__title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #000;
  text-align: center;

  margin: 0;
}

.work-system__text p {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000;

  margin: 0;
  text-align: left;
}

.work-system__top {
  display: flex;
  justify-content: flex-start;
  column-gap: 49px;
  margin-bottom: 70px;
}

.work-system__icon {
  flex-shrink: 0;
}

.work-system__img {
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 1700px) {
  .work-system__wrapper {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .work-system__title {
    margin-bottom: 44px;
  }

  .work-system__title h2 {
    font-size: 40px;
  }

  .work-system__icon svg {
    width: 92px;
    height: 92px;
  }

  .work-system__text p {
    font-size: 19px;
    line-height: 30px;
  }

  .work-system__top {
    column-gap: 39px;
    margin-bottom: 88px;
  }

  .work-system__img img {
    width: 1033px;
    height: 1111px;
  }
}

@media (max-width: 1024px) {
  .work-system__wrapper {
    padding-top: 49px;
    padding-bottom: 49px;
  }

  .work-system__title {
    margin-bottom: 20px;
  }

  .work-system__title h2 {
    font-size: 29px;
  }

  .work-system__text p {
    font-size: 17px;
    line-height: 22px;
  }
}

@media (max-width: 960px) {
  .work-system__img img {
    width: 540px;
    height: 566px;
  }
}

@media (max-width: 768px) {
  .work-system__title {
    position: relative;
  }

  .work-system__title::before {
    position: absolute;
    content: "";
    left: 0;
    width: 44px;
    height: 44px;
    background-image: url(../images/isbo-plus/svg/icon-work.svg);
    background-repeat: no-repeat;
    background-size: contain;
  }

  .work-system__icon {
    display: none;
  }

  .work-system__top {
    margin-bottom: 36px;
  }
}

@media (max-width: 580px) {
  .work-system__img img {
    width: 340px;
    height: auto;
  }
}

@media (max-width: 450px) {
  .work-system__title span {
    display: none;
  }

  .work-system__title::before {
    left: 21px;
  }

  .work-system__text {
    padding-left: 21px;
  }
}

@media (max-width: 360px) {
  .work-system__wrapper {
    padding-top: 40px;
    padding-bottom: 48px;
  }

  .work-system__title {
    margin-bottom: 18px;
  }

  .work-system__title h2 {
    font-size: 24px;
  }

  .work-system__text p {
    font-size: 14px;
    line-height: 18px;
  }

  .work-system__top {
    margin-bottom: 30px;
  }

  .work-system__title::before {
    left: 19px;
    top: 1px;
    width: 35px;
    height: 35px;
  }

  .work-system__img img {
    width: 280px;
    height: auto;
  }
}

/*Режимы работы*/

.operational-mode {
  background-color: #f7f7f7;
}

.operational-mode__wrapper {
  padding-top: 86px;
  padding-bottom: 86px;
}

.operational-mode__title {
  margin-bottom: 66px;
}

.operational-mode__title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #000000;
  text-align: center;

  margin: 0;
}

.operational-mode__description {
  display: grid;
  grid-template-columns: 1fr;
  row-gap: 59px;
}

.operational-mode__list-top {
  display: grid;
  grid-template-columns: 425px 1fr;
  column-gap: 208px;
}

.operational-mode__name {
  margin-bottom: 37px;
}

.operational-mode__name-red {
  color: #bc2539;
  margin-bottom: 73px;
}

.operational-mode__name-blue {
  color: #009ee3;
  margin-bottom: 28px;
}

.operational-mode__name h3 {
  font-weight: 700;
  font-size: 36px;
  line-height: 48px;
  padding-left: 54px;

  margin: 0;
}

.operational-mode__text p {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000000;

  margin: 0;
}

.operational-mode__text-blue:not(:last-child) {
  margin-bottom: 72px;
}

.operational-mode__text-red:not(:last-child) {
  margin-bottom: 48px;
}

.operational-mode__text {
  position: relative;
  padding-left: 65px;
}

.operational-mode__text:nth-child(1).operational-mode__text-red::before,
.operational-mode__text:nth-child(5).operational-mode__text-red::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  left: 0;
  background-image: url(../images/isbo-plus/svg/icon-circle.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.operational-mode__text:nth-child(2).operational-mode__text-red::before,
.operational-mode__text:nth-child(3).operational-mode__text-red::before,
.operational-mode__text:nth-child(4).operational-mode__text-red::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  left: 8px;
  top: 10px;
  background-color: #bc2539;
  border-radius: 100%;
}

.operational-mode__text:not(:last-child).operational-mode__text-red::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 58px;
  left: 16px;
  top: 53px;
  overflow: hidden;
  background-color: #bc2539; 
}

.operational-mode__text:nth-child(1).operational-mode__text-red::after {
  height: 58px;
  left: 16px;
  top: 58px;
}

.operational-mode__text:nth-child(2).operational-mode__text-red::after {

}

.operational-mode__text:nth-child(3).operational-mode__text-red::after {

}

.operational-mode__text:nth-child(4).operational-mode__text-red::after {

}

.operational-mode__text.operational-mode__text-blue::before {
  position: absolute;
  content: "";
  width: 38px;
  height: 38px;
  left: 0;
  background-image: url(../images/isbo-plus/svg/icon-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 2
}

.operational-mode__text:not(:last-child).operational-mode__text-blue::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 164px;
  left: 17px;
  top: 62px;
  z-index: 1;
  background-color: #009ee3;
}

.operational-mode__text:nth-child(2).operational-mode__text-blue::after {
  position: absolute;
  content: "";
  width: 3px;
  height: 120px;
  left: 17px;
  top: 64px;
  z-index: 1;
  background-color: #009ee3;
}

.operational-mode__bottom {
  display: flex;
  justify-content: flex-start;
}

.operational-mode__bottom-iext p {
  font-weight: 700;
  font-size: 24px;
  line-height: 34px;
  color: #000;

  margin: 0;
}

.operational-mode__bottom-caption {
  position: relative;
  padding-left: 60px;
  margin-bottom: 40px;
}

.operational-mode__bottom-caption::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 0;
  top: 4px;
  background-image: url(../images/isbo-plus/svg/icon-circle.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.operational-mode__bottom-caption p {
  font-weight: 500;
  font-size: 24px;
  color: #000;

  margin: 0;
}

.operational-mode__bottom-iext:nth-child(1) {
  margin-bottom: 56px;
}

.operational-mode__bottom-columm:nth-child(1) {
  width: 40%;
  flex-shrink: 0;
  flex-grow: 0;
}

.operational-mode__bottom-columm:nth-child(2) {
  display: flex;
  width: 100%;
  justify-content: end;
  align-items: center;
}

.operational-mode__bottom-link  {
  margin-bottom: 43px;
}

.operational-mode__bottom-link p {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  color: #000;

  margin: 0;
}


@media (max-width: 1700px) {
  .operational-mode__description {
    row-gap: 16px;
  }
  .operational-mode__wrapper {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .operational-mode__title {
    margin-bottom: 55px;
  }

  .operational-mode__title h2 {
    font-size: 40px;
  }

  .operational-mode__name h3 {
    font-size: 29px;
    line-height: 43px;
    padding-left: 47px;
  }

  .operational-mode__list-top {
    grid-template-columns: 346px 630px;
    column-gap: 184px;
  }

  .operational-mode__text p {
    font-size: 20px;
    line-height: 31px;
  }

  .operational-mode__text-blue:not(:last-child) {
    margin-bottom: 52px;
  }

  .operational-mode__text.operational-mode__text-blue::before {
    width: 30px;
    height: 30px;
  }

  .operational-mode__text {
    padding-left: 56px;
  }

  .operational-mode__text:not(:last-child).operational-mode__text-blue::after {
    height: 122px;
    left: 14px;
    top: 38px;
  }

  .operational-mode__text:nth-child(1).operational-mode__text-blue::after {
    height: 134px;
    left: 14px;
    top: 52px;
  }

  .operational-mode__text:nth-child(2).operational-mode__text-blue::after {
    height: 100px;
    left: 14px;
    top: 50px;
  }

  .operational-mode__text:nth-child(1).operational-mode__text-red::before, 
  .operational-mode__text:nth-child(5).operational-mode__text-red::before {
    width: 30px;
    height: 30px;
  }

  .operational-mode__text:nth-child(2).operational-mode__text-red::before,
  .operational-mode__text:nth-child(3).operational-mode__text-red::before,
  .operational-mode__text:nth-child(4).operational-mode__text-red::before {
    width: 16px;
    height: 16px;
    left: 6px;
    top: 5px;
  }

  .operational-mode__text-red:not(:last-child) {
    margin-bottom: 40px;
  }

  .operational-mode__text:not(:last-child).operational-mode__text-red::after {
    height: 66px;
    left: 12px;
    top: 40px;
  }

  .operational-mode__text:nth-child(1).operational-mode__text-red::after {
    height: 47px;
    left: 12px;
    top: 49px;
  }

  .operational-mode__text:nth-child(2).operational-mode__text-red::after {
    height: 47px;
    left: 12px;
    top: 44px;
  }

  .operational-mode__text:nth-child(3).operational-mode__text-red::after {
    height: 80px;
    left: 12px;
    top: 37px; 
  }

  .operational-mode__text:nth-child(4).operational-mode__text-red::after {
    height: 86px;
    left: 12px;
    top: 35px;
  }

  .operational-mode__name {
    margin-bottom: 20px;
  }

  .operational-mode__name.operational-mode__name-red {
    margin-bottom: 60px;
  }

  .operational-mode__bottom-iext p {
    font-size: 20px;
    line-height: 29px;
  }

  .operational-mode__bottom-iext:nth-child(1) {
    margin-bottom: 46px;
  }

  .operational-mode__bottom-caption::before {
    width: 22px;
    height: 22px;
  }

  .operational-mode__bottom-caption {
    padding-left: 56px;
    margin-bottom: 31px;
  }

  .operational-mode__bottom-caption p {
    font-size: 20px;
    line-height: 27px;
  }

  .operational-mode__bottom-link {
    margin-bottom: 31px;
  }

  .operational-mode__bottom-link p {
    font-size: 20px;
    line-height: 32px;
  }

  .operational-mode__bottom-img img {
    width: 583px;
    height: 548px;
  }

  .operational-mode__bottom-columm:nth-child(1) {
    width: 38%;
  }
}

@media (max-width: 1150px) {
  .operational-mode__list-top {
    grid-template-columns: 335px 1fr;
    column-gap: 90px;
  }
}

@media (max-width: 1024px) {
  .operational-mode__wrapper {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .operational-mode__title {
    margin-bottom: 29px;
  }

  .operational-mode__title h2 {
    font-size: 29px;
  }

  .operational-mode__name h3 {
    font-size: 21px;
    padding-left: 0;
    line-height: 25px;
  }

  .operational-mode__text.operational-mode__text-blue::before {
    width: 24px;
    height: 24px;
  }

  .operational-mode__text p {
    font-size: 17px;
    line-height: 22px;
  }

  .operational-mode__text-blue:not(:last-child) {
    margin-bottom: 39px;
  }

  .operational-mode__text {
    padding-left: 39px;
  }

  .operational-mode__list-top {
    grid-template-columns: 330px 1fr;
    column-gap: 40px;
  }

  .operational-mode__name.operational-mode__name-red {
    margin-bottom: 24px;
  }

  .operational-mode__text:nth-child(1).operational-mode__text-red::before,
  .operational-mode__text:nth-child(5).operational-mode__text-red::before {
    width: 24px;
    height: 24px;
  }

  .operational-mode__text:not(:last-child).operational-mode__text-blue::after {
    height: 68px;
    left: 10px;
    top: 40px;
  }

  .operational-mode__text:nth-child(2).operational-mode__text-blue::after {
    height: 68px;
    left: 10px;
    top: 40px;
  }

  .operational-mode__text-red:not(:last-child) {
    margin-bottom: 23px;
  }

  .operational-mode__text:nth-child(2).operational-mode__text-red::before,
  .operational-mode__text:nth-child(3).operational-mode__text-red::before,
  .operational-mode__text:nth-child(4).operational-mode__text-red::before {
    width: 12px;
    height: 12px;
    left: 6px;
    top: 7px;
  }

  .operational-mode__text:not(:last-child).operational-mode__text-red::after {
    height: 40px;
    left: 10px;
    top: 28px;
  }

  .operational-mode__text:nth-child(2).operational-mode__text-red::after {
    height: 42px;
    left: 10px;
    top: 25px;
  }

  .operational-mode__text:nth-child(3).operational-mode__text-red::after {
    height: 40px;
    left: 10px;
    top: 26px;
  }

  .operational-mode__text:nth-child(4).operational-mode__text-red::after {
    height: 56px;
    left: 10px;
    top: 24px;
  }

  .operational-mode__bottom {
    flex-direction: column;
  }

  .operational-mode__bottom-columm:nth-child(1) {
    width: 100%;
  }

  .operational-mode__bottom-columm:nth-child(2) {
    order: 1;
    justify-content: center;
    margin-bottom: 50px;
  }

  .operational-mode__bottom-columm:nth-child(1) {
    order: 2;
  }

  .operational-mode__bottom-img img {
    max-width: 304px;
    height: 286px;
  }

  .operational-mode__bottom-iext p {
    font-size: 17px;
    line-height: 24px;
  }

  .operational-mode__bottom-iext:nth-child(1) {
    margin-bottom: 15px;
  }

  .operational-mode__bottom-caption::before {
    width: 14px;
    height: 14px;
  }

  .operational-mode__bottom-caption p {
    font-size: 17px;
  }
  .operational-mode__bottom-caption {
    margin-bottom: 20px;
    padding-left: 30px;
  }

  .operational-mode__bottom-link {
    margin-bottom: 23px;
  }

  .operational-mode__bottom-link p {
    font-size: 17px;
    line-height: 25px;
  }
}

@media (max-width: 955px) {
  .operational-mode__text:nth-child(3).operational-mode__text-red::after {
    height: 67px;
    left: 10px;
    top: 22px;
  }
}

@media (max-width: 935px) {
  .operational-mode__text:nth-child(1).operational-mode__text-red::after {
    height: 60px;
    left: 10px;
    top: 28px;
  }
}

@media (max-width: 890px) {
  .operational-mode__text:nth-child(2).operational-mode__text-red::after {
    height: 62px;
  }
}

@media (max-width: 850px) {
  .operational-mode__text:nth-child(4).operational-mode__text-red::after {
    height: 78px;
  }
}

@media (max-width: 795px) {
  .operational-mode__text:nth-child(1).operational-mode__text-red::after {
    height: 81px;
  }

  .operational-mode__text:nth-child(3).operational-mode__text-red::after {
    height: 88px;
  }
}

@media (max-width: 782px) {
  .operational-mode__text:nth-child(4).operational-mode__text-red::after {
    height: 100px;
  }
}

@media (max-width: 740px) {
  .operational-mode__text:nth-child(2).operational-mode__text-red::after {
    height: 82px;
  }

  .operational-mode__list-top {
    column-gap: 30px;
  }
}

@media (max-width: 720px) {
  .operational-mode__list-top {
    grid-template-columns: 330px;
    row-gap: 20px;
    justify-content: center;
  }


  .operational-mode__name.operational-mode__name-red {
    max-width: 177px;
    margin: 0 auto;
    margin-bottom: 22px;
  }

  .operational-mode__name.operational-mode__name-blue {
    max-width: 220px;
    margin: 0 auto;
    margin-bottom: 22px;
  }

  .operational-mode__name h3 {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .operational-mode__title span {
    display: none;
  }
}

@media (max-width: 400px) {
  .operational-mode__bottom-caption::before {
    top: 8px;
  }

  .operational-mode__bottom-iext:nth-child(1) {
    padding-left: 21px;
  }

  .operational-mode__bottom-iext:last-child {
    padding-left: 21px;
  }

  .operational-mode__name.operational-mode__name-red {
    max-width: 205px;
  }

  .operational-mode__bottom-link {
    padding-left: 21px;
  }

  .operational-mode__bottom-list {
    padding-left: 21px;
  }
}

@media (max-width: 360px) {
  .operational-mode__wrapper {
    padding-top: 44px;
    padding-bottom: 49px;
  }

  .operational-mode__title {
    margin-bottom: 24px;
  }

  .operational-mode__title h2 {
    font-size: 24px;
  }

  .operational-mode__name h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .operational-mode__name.operational-mode__name-blue {
    margin-bottom: 15px;
  }

  .operational-mode__name.operational-mode__name-red {
    margin-bottom: 18px;
  }

  .operational-mode__module.module-modules-1 {
    padding-left: 19px;
  }

  .operational-mode__module.operational-mode__module-modules-2 {
    padding-left: 19px;
  }

  .operational-mode__text p {
    font-size: 14px;
    line-height: 17px;
  }

  .operational-mode__text-blue:not(:last-child) {
    margin-bottom: 32px;
  }

  .operational-mode__text.operational-mode__text-blue::before {
    width: 20px;
    height: 20px;
  }

  .operational-mode__text {
    padding-left: 31px;
  }

  .operational-mode__list-top {
    grid-template-columns: 1fr;
  }

  .operational-mode__text:not(:last-child).operational-mode__text-blue::after {
    height: 42px;
    left: 9px;
    top: 30px;
  }

  .operational-mode__text:nth-child(2).operational-mode__text-blue::after {
    height: 60px;
    left: 9px;
    top: 29px;
  }

  .operational-mode__text:nth-child(1).operational-mode__text-red::before,
   .operational-mode__text:nth-child(5).operational-mode__text-red::before {
    width: 20px;
    height: 20px;
  }

  .operational-mode__text:nth-child(2).operational-mode__text-red::before,
  .operational-mode__text:nth-child(3).operational-mode__text-red::before,
  .operational-mode__text:nth-child(4).operational-mode__text-red::before {
    width: 10px;
    height: 10px;
    left: 5px;
    top: 6px;
  }

  .operational-mode__text:nth-child(1).operational-mode__text-red::after {
    left: 8px;
    top: 24px;
    height: 67px;
  }

  .operational-mode__text:nth-child(2).operational-mode__text-red::after {
    left: 8px;
    top: 22px;
    height: 52px;
  }

  .operational-mode__text:nth-child(3).operational-mode__text-red::after {
    height: 67px;
    left: 8px;
    top: 22px;
  }

  .operational-mode__text:nth-child(4).operational-mode__text-red::after {
    height: 78px;
    left: 8px;
    top: 24px;
  }

  .operational-mode__bottom-img img {
    width: 250px;
    height: 100%;
  }

  .operational-mode__bottom-columm:nth-child(2) {
    margin-bottom: 41px;
  }

  .operational-mode__bottom-iext p {
    font-size: 14px;
    line-height: 18px;
  }

  .operational-mode__bottom-iext:nth-child(1) {
    margin-bottom: 9px;
    padding-left: 17px;
  }

  .operational-mode__bottom-caption::before {
    width: 12px;
    height: 12px;
    top: 6px;
  }

  .operational-mode__bottom-caption p {
    font-size: 14px;
    line-height: 18px;
  }

  .operational-mode__bottom-link {
    padding-left: 18px;
    margin-bottom: 17px;
  }

  .operational-mode__bottom-iext:last-child {
    padding-left: 16px;
  }

  .operational-mode__bottom-caption {
    margin-bottom: 16px;
  }

  .operational-mode__bottom-link p {
    font-size: 14px;
    line-height: 19px;
  }

  .operational-mode__bottom-list {
    padding-left: 18px;
  }
}


/*Документация*/

.documentation__icon svg {
  width: 72px;
  height: 91px;
}

.documentation__wrapper {
  padding-bottom: 122px;
  padding-top: 73px;
}

.documentation__title  {
    margin-bottom: 19px;
}

.documentation__title h2 {
  font-weight: 700;
  font-size: 48px;
  color: #231f20;
  text-align: center;

  margin: 0;
}

.documentation__box {
  display: flex;
  justify-content: flex-start;
  align-items: center;

  margin-bottom: 69px;
}

.documentation__text {

}

.documentation__text p {
  font-weight: 700;
  font-size: 24px;
  color: #231f20;

  margin: 0;
  margin-left: 101px;
}

.documentation__list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.documentation__description {
  display: flex;
}

.documentation__column:first-child {
  margin-right: 204px;
}

.documentation__content {
  position: relative;
}

.documentation__content::before {
  position: absolute;
  content: "";
  left: 0;
  top: 10px;
  width: 16px;
  height: 17px;
  background-image: url(../images/isbo-plus/svg/icon-arrows.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.documentation__content a {
  display: block;
  font-size: 24px;
  line-height: 36px;
  color: #231f20;
  font-weight: 500;
  padding-left: 29px;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.3s ease;

  margin: 2px 0;
}

@media (hover: hover), screen and (min-width: 0\0 ) {
  .documentation__content a:focus,
  .documentation__content a:hover {
    color: #bc2539;
  }
}

@media (max-width: 1700px) {
  .documentation__wrapper {
    padding-bottom: 109px;
    padding-top: 61px;
  }

  .documentation__title {
    margin-bottom: 10px;
  }

  .documentation__icon svg {
    width: 78px;
    height: 74px;
  }

  .documentation__title h2 {
    font-size: 40px;
  }

  .documentation__box {
    margin-bottom: 51px;
  }

  .documentation__text p {
    font-size: 20px;
    margin-left: 66px;
  }

  .documentation__content a {
    font-size: 20px;
    line-height: 30px;
  }

  .documentation__column:first-child {
    margin-right: 170px;
  }

  .documentation__content::before {
    top: 6px;
  } 
}

@media (max-width: 1024px) {
  .documentation__wrapper {
    padding-bottom: 56px;
    padding-top: 57px;
  }

  .documentation__title h2 {
    font-size: 29px;
  }

  .documentation__text p {
    font-size: 17px;
    margin-left: 36px;
  }

  .documentation__box {
    margin-bottom: 28px;
  }

  .documentation__content a {
    font-size: 17px;
    line-height: 27px;
  }

  .documentation__content::before {
    width: 11px;
    height: 12px;
    top: 8px;
  }

  .documentation__column:first-child {
    margin-right: 70px;
  }
}

@media (max-width: 768px) {
  .documentation__icon {
    display: none;
  }

  .documentation__box {
    margin-bottom: 23px;
    max-width: 267px;
  }

  .documentation__description {
    flex-direction: column;
  }

  .documentation__content a {
    font-size: 17px;
    line-height: 27px;
    padding-left: 18px;
  }

  .documentation__column:first-child {
    margin: 0;
  }

  .documentation__content::before {
    width: 11px;
    height: 12px;
    top: 8px;
  }

  .documentation__title h2  {
    text-align: left;
  }

  .documentation__title {
    padding-left: 50px;
    margin-bottom: 30px;
    padding-right: 10px;
  }

  .documentation__title {
    position: relative;
  }

  .documentation__title::before {
    position: absolute;
    content: "";
    left: 0;
    top: 2px;
    width: 38px;
    height: 47px;
    background-image: url(../images/isbo-plus/svg/icon-document.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .documentation__text p {
    margin: 0;
  }
}

@media (max-width: 450px) {
  .documentation__title span {
    display: none;
  }
}

@media (max-width: 400px) {
  .documentation__title {
    margin-bottom: 29px;
  }

  .documentation__title::before {
    left: 21px;
    top: -4px;
  }

  .documentation__title {
    padding-left: 76px;
  }

  .documentation__box {
    padding-left: 21px;
    max-width: 100%;
  }

  .documentation__description {
    padding-left: 21px;
  }

  .documentation__content a {
    line-height: 24px;
  }
}

@media (max-width: 350px) {
  .documentation__wrapper {
    padding-bottom: 46px;
    padding-top: 52px;
  }

  .documentation__title {
    padding-left: 62px;
    margin-bottom: 26px;
    padding-right: 10px;
  }

  .documentation__title h2 {
    font-size: 24px;
    line-height: 28px;
    text-align: left;
  }

  .documentation__text p {
    font-size: 14px;
    margin: 0;
  }

  .documentation__icon {
    display: none;
  }

  .documentation__box {
    margin-bottom: 23px;
    max-width: 100%;
    padding-left: 19px;
  }

  .documentation__description {
    flex-direction: column;
    padding-left: 16px;
  }

  .documentation__content a {
    font-size: 14px;
    line-height: 17px;
    padding-left: 18px;
  }

  .documentation__column:first-child {
    margin: 0;
  }

  .documentation__content::before {
    width: 11px;
    height: 12px;
    top: 5px;
  }

  .documentation__title {
    position: relative;
  }

  .documentation__title::before {
    position: absolute;
    content: "";
    left: 18px;
    top: -2px;
    width: 30px;
    height: 38px;
    background-image: url(../images/isbo-plus/svg/icon-document.svg);
    background-size: contain;
    background-repeat: no-repeat;
  }
}

/*------------------------------------------------*/

.branches-card__info-icon {
  width: 100%;
}

.branches-card__info-btn {
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-bottom: 160px;
}

@media (max-width: 1700px) {
  .branches-card__info-btn {
    margin-bottom: 85px;
  }
}

@media (max-width: 400px) {
  .branches-card__info-btn {
    margin-bottom: 60px;
  }
}

@media (max-width: 360px) {
  .branches-card__info-btn {
    margin-bottom: 60px;
  }
}

@media (max-width: 1700px) {
  .branches-card__info-btn {
    column-gap: 20px;
  }
}

@media (max-width: 780px) {
  .branches-card__info-btn {
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 85px;
  }
}

@media (max-width: 400px) {
  .branches-card__info-btn {
    column-gap: 15px;
    margin-bottom: 50px;
  }
}

@media (max-width: 360px) {
  .branches-card__info-btn {
    column-gap: 7px;
  }
}

.branches-card__info-btn-img {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  color: #000000;
  transition: background-color 0.3s ease, color 0.3s ease;
  width: 30px;
  height: 30px;
}

.branches-card__info-btn {
  text-decoration: none;
  max-width: 310px;
}

.branches-card__info-btn span {
  display: block;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  transition: color 0.3s ease;
  text-transform: uppercase;
}

@media (max-width: 1700px) {
  .branches-card__info-btn span {
    font-size: 20px;
  }
}

@media (max-width: 400px) {
  .branches-card__info-btn span {
    font-size: 17px;
    font-weight: 700;
  }
}

@media (max-width: 360px) {
  .branches-card__info-btn span {
    font-size: 14px;
    font-weight: 700;
  }
}

.branches-card__info-btn:focus .branches-card__info-btn-img,
.branches-card__info-btn:hover .branches-card__info-btn-img  {
  background-color: #bc2539;
  color: #ffffff;
}


.branches-card__info-btn:focus span,
.branches-card__info-btn:hover span {
  color: #bc2539;
}

.company-banner__link {
  display: block;
  width: max-content;
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  text-align: center;
  color: #231f20;
  border: 2px solid #bc2539;
  text-decoration: none;
  padding: 8px 12px;
  border-radius: 10px;
  background-color: transparent;
  transition: background-color 0.3s ease
}

.company-banner__link:hover,
.company-banner__link:focus {
  background-color: #bc2539;
  color: #ffffff;
}

@media (max-width: 1700px) {
  .company-banner__link {
    font-size: 20px;
  }
}

@media (max-width: 1024px) {
  .company-banner__link {
    font-size: 17px;
  }
}
