.requisites-with-links-block .callback-icon {
  width: 5.5rem;
  height: 5.5rem;
}

/* Контакты */

.requisites-with-links-block .choice_line {
    position: relative;
    display: flex;
    justify-content: center;
}

.requisites-with-links-block .choice_line span {
    padding: 5px;
    align-self: center;
    background: var(--bs-primary);
		color: #fff;
    position: relative;
		border-radius: 2.25rem !important;
}

.requisites-with-links-block .choice_line::before {
    content: '';
    position: absolute;
    height: 55%;
    border-top: 2px dashed var(--bs-primary);
    width: 100%;
    bottom: 0;
	opacity: 0.5;
}




@media (min-width: 992px) {

.requisites-with-links-block .choice_line {
    height: 230px;
}

.requisites-with-links-block .choice_line::before {
    height: 100%;
	border-top: none;
    border-left: 2px dashed var(--bs-primary);
    right: 50%;
	width: 0;
}
}
