

/* Start:/local/templates/abat/components/bitrix/news.list/contacts-page-list/style.css?17459282345079*/
.contacts__wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}
.contacts__item {
  background-color: #fff;
  width: calc(100% / 3 - 20px);
  border-radius: 10px;
  padding: 25px 40px 30px 30px;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.contacts__item:nth-child(5n + 4),
.contacts__item:nth-child(5n + 5) {
  width: calc(100% / 2 - 15px);
}
.contacts__item-top {
  display: flex;
  flex-wrap: wrap;
}

span.contacts__item-block__name {
  font-size: 24px;
  font-weight: 600;
}
.contacts__item-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.contacts__item-address {
  display: flex;
  flex-direction: column;
}
span.contacts__item-block__name {
  font-size: 24px;
  font-weight: 600;
  width: calc(50% - 10px);
}
a.contacts__item-location {
  width: calc(50% - 10px);
  font-size: 14px;
  display: flex;
  justify-content: flex-end;
  gap: 5px;
  align-items: center;
  line-height: 100%;
}

.contacts__item-location span {
  text-decoration: underline;
}
span.contacts__item-name {
  font-size: 14px;
  color: #666666;
}
.contacts__item-whatsapp {
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: 45%;
}

.contacts__item-whatsapp__link {
  background-color: #2cb742;
  width: 26px;
  height: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  -webkit-border-radius: 5px;
}
.contacts__item-whatsapp__link img {
  width: 18px;
  height: 18px;
}

.contacts__item-bottom {
  margin-top: 5px;
  display: flex;
  gap: 20px;
  border-top: solid 1px #d9d9d9;
  padding-top: 30px;
  margin-top: auto;
}

.contacts__item-bottom img {
  object-fit: contain;
  width: 100%;
  max-width: 158px;
}
.contacts__item-bottom__services {
  display: flex;
  margin-top: auto;
}

.contacts__item-bottom__services .contacts__item-bottom {
  margin-top: 0;
}
.contacts__item-time {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
.contacts__item-info {
  display: flex;
  flex-wrap: wrap;
}
.contacts__item-phone {
  display: flex;
  flex-direction: column;
  width: 55%;
}

.contacts__item-time .contacts__item-value {
  max-width: 170px;
}
.contacts__item-bottom__wrapper {
  display: flex;
  flex-direction: column;
}
a.contacts__item-staff__link {
  font-size: 16px;
  line-height: 160%;
  font-weight: 500;
  color: #e31e24;
}

a.contacts__item-staff__link:hover{
  text-decoration: underline;
}
.contacts__item-staff__links {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
}
.contacts__item:nth-child(5n + 4) .contacts__item-phone,
.contacts__item:nth-child(5n + 5) .contacts__item-phone,
.contacts__item:nth-child(5n + 4) .contacts__item-whatsapp,
.contacts__item:nth-child(5n + 5) .contacts__item-whatsapp,
.contacts__item:nth-child(5n + 4) .contacts__item-time,
.contacts__item:nth-child(5n + 5) .contacts__item-time {
  width: calc(100% / 3);
  margin: 0;
}

@media screen and (max-width: 1600px) {
  .contacts__item-bottom__services {
    flex-direction: column;
  }
}
@media screen and (max-width: 1200px) {
  .contacts__wrapper {
    gap: 10px;
  }
  .contacts__item {
    width: calc(100% / 2 - 5px);
  }
  .contacts__item:nth-child(5n + 5) {
    width: 100%;
  }
  .contacts__item-bottom__services {
    flex-direction: row;
  }
  .contacts__item-bottom__services .contacts__item-bottom {
    width: 50%;
  }
  .contacts__item-info {
    flex-direction: column;
    gap: 10px;
  }
  .contacts__item:nth-child(5n + 4) .contacts__item-phone,
  .contacts__item:nth-child(5n + 5) .contacts__item-phone,
  .contacts__item:nth-child(5n + 4) .contacts__item-whatsapp,
  .contacts__item:nth-child(5n + 5) .contacts__item-whatsapp,
  .contacts__item:nth-child(5n + 4) .contacts__item-time,
  .contacts__item:nth-child(5n + 5) .contacts__item-time {
    width: 100%;
  }
}
@media screen and (max-width: 1200px) {
  .contacts__item-bottom__services {
    flex-direction: column;
  }
  .contacts__item-bottom__services .contacts__item-bottom {
    width: 100%;
  }
  span.contacts__item-block__name {
    font-size: 20px;
  }
  span.contacts__item-name {
    font-size: 12px;
  }
  .contacts__item-value {
    font-size: 14px;
  }
  a.contacts__item-location {
    font-size: 12px;
  }
  a.contacts__item-value,
  .contacts__item-time .contacts__item-value {
    font-size: 14px;
  }
  .contacts__item{
    width: 100%;
  }
  .contacts__item:nth-child(5n + 4), .contacts__item:nth-child(5n + 5){
    width: 100%;
  }
  .contacts__item-top{
    flex-direction: column;
    align-items: flex-start;
  }
  .contacts__item-block__name{
    order: 1;
  }
  .contacts__item-address{
    order: 2;
  }
  a.contacts__item-location{
    order: 3;
    justify-content: flex-start;
  }
  .contacts__item-time{
    margin-top: 10px;
  }
  .contacts__item-bottom{
    flex-direction: row-reverse;
    justify-content: space-between;
    padding-top: 10px;
  }

  .contacts__item:nth-child(2) .contacts__item-bottom{
    flex-direction: row;
  }
  .contacts__item-bottom img{
    max-width: 122px;
  }
}

/* End */


/* Start:/local/templates/abat/components/bitrix/news.list/form-services/style.css?17454835394638*/
.services-form {
  margin-top: 140px;
}
.services-form__wrapper {
  background-color: #fff;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: grid;
  grid-template-columns: 762fr 710fr;
  gap: 30px;
  padding: 50px 50px 50px 45px;
  border-left: solid 6px #1d4199;
  align-items: start;
}
.services-form__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.services-form__text {
  font-size: 20px;
  line-height: 28px;
}
.services-form__btn-wrapper {
  display: flex;
  flex-direction: column;
}
.services-form__btn-wrapper span {
  color: #fff;
}
.services-form__btn-wrapper span:nth-child(1) {
  font-size: 9px;
  line-height: 11.7px;
}
.services-form__btn-wrapper span:nth-child(2) {
  font-size: 16px;
  line-height: 20.8px;
}
.services-form__form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.services-form__form-item {
  width: calc(100% / 3 - 7px);
  height: 50px;
}
.services-form__form-label {
  position: relative;
}
.services-form__form-label__placeholder {
  transition: opacity 0.3s ease;
  position: absolute;
  top: 50%;
  left: 18px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.services-form__form-label__placeholder span {
  color: #e31e24;
}
.services-form__form-label__placeholder.hidden {
  opacity: 0;
  pointer-events: none;
}
.services-form__form-label input {
  width: 100%;
  height: 50px;
}
.services-form__form-input {
  height: 50px;
  border: solid 1px #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 5px 18px;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
  appearance: none;
  -webkit-appearance: none;
}
.services-form__form-textarea {
  resize: vertical;
  height: 70px;
  width: 100%;
  border: solid 1px #dadada;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 13px 18px;
  font-size: 16px;
  line-height: 22px;
  color: #707070;
}
.btn.services-form__form-btn {
  width: 100%;
}
.services-form__form-privacy {
  display: grid;
  gap: 10px;
  grid-template-columns: 16px 1fr;
}
.services-form__form-privacy p {
  color: #666666;
  font-size: 14px;
  line-height: 19.6px;
}
.services-form__form-privacy-checkbox {
  display: none;
}
.services-form__form-privacy-label {
  display: inline-block;
  width: 16px; /* Размер чекбокса */
  height: 16px; /* Размер чекбокса */
  border: solid 1.5px #b1b1b1; /* Граница */
  border-radius: 1.5px; /* Закругление углов */
  background-color: #ffffff; /* Фон */
  position: relative;
  cursor: pointer;
  transition: border-color 0.3s ease, background-color 0.3s ease;
}
.services-form__form-privacy-checkbox:checked
  + .services-form__form-privacy-label:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("/local/templates/abat/public/icons/checkbox.svg");
  width: 9.3px;
  height: 6.32px;
  background-repeat: no-repeat;
}

li.services-form__item {
  display: flex;
  align-items: center;
  gap: 10px;
}
ul.services-form__list {
  display: flex;
  flex-direction: column;
  gap: 13px;
}

.services-form__form-btn {
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .services-form__wrapper {
    display: flex;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .services-form {
    margin-top: 80px;
  }
  .services-form .second-title {
    text-align: center;
  }
  .services-form__content {
    gap: 20px;
    align-items: center;
  }
  .services-form__wrapper {
    padding: 20px 15px 20px 12px;
    border-left: solid 3px #1d4199;
  }
  .services-form__text {
    font-size: 16px;
    line-height: 140%;
    text-align: left;
  }
  li.services-form__item img{
    width: 20px;
  }
  .services-form__form {
    gap: 5px;
  }
  .services-form__form-item {
    width: 100%;
  }
  .services-form__form-textarea {
    height: 80px;
    padding: 13px;
    font-size: 14px;
  }
  .services-form__form-input {
    padding: 13px;
    font-size: 14px;
  }
  .services-form__form-privacy {
    margin-top: 5px;
  }
  .services-form__form-privacy p {
    font-size: 12px;
    line-height: 140%;
  }
  .services-form__form-label__placeholder {
    font-size: 14px;
    left: 14px;
  }
}

/* End */
/* /local/templates/abat/components/bitrix/news.list/contacts-page-list/style.css?17459282345079 */
/* /local/templates/abat/components/bitrix/news.list/form-services/style.css?17454835394638 */
