.a:hover{
text-decoration: none;
color: #fff;
}

.callback{
  padding: 25px 0px 50px;
  font-family: 'PT Sans', sans-serif;
}

.callback__container{
  max-width: 1170px;
  margin: 0 auto;
}

.callback__text h3 {
  margin: 0 0 20px;
  font-size: 28px;
  line-height: 1.4;
  font-weight: 700;
  color: #000;
}

.callback__text p {
  margin: 0 0 30px;
  font-size: 20px;
  line-height: 1.5;
  color: #000;
}

/* форма */
.callbackform__form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  align-items: end;
}

.callbackform__field {
  display: flex;
  flex-direction: column;
}

.callbackform__label {
  margin-bottom: 6px;
  font-size: 14px;
}

.callbackform__input {
  height: 42px;
  padding: 8px 12px;
  font-size: 14px;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.callbackform__field--button {
  display: flex;
}

.callbackform__btn {
  width: 100%;
  height: 42px;
  margin-top: 15px;
  background-color: #7facc9;
  border: 1px solid #7facc9;
  color: #fff;
  font-size: 15px;
  border-radius: 3px;
  cursor: pointer;
}

.callbackform__btn:hover {
  background-color: #6896b3;
}

/* текст согласия */
.callbackform__desc {
  padding-top: 15px;
  font-size: 12px;
}

.callbackform__desc a {
  color: #00498f;
  text-decoration: underline;
}

/* адаптив */
@media (max-width: 992px) {
  .callbackform__form {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 576px) {
  .callbackform__form {
    grid-template-columns: 1fr;
  }

  .callback__text p {
    font-size: 18px;
  }
}

.about {
  background-color: #f7f7f7;
  padding: 50px 0px;
  font-family: 'PT Sans', sans-serif;
}

.about__container {
  max-width: 1170px;
  margin: 0 auto;
  background-color: #ffffff;
  border: 1px solid #00498f;
}

/* Заголовок */
.about__header {
  padding: 20px;
  border-bottom: 1px solid #00498f;
}

.about__header h2 {
  margin: 0;
  font-size: 33px;
  color: #00498f;
  font-weight: 700;
}

/* Контент */
.about__content {
  display: flex;
  align-items: stretch;
}

/* Левая колонка */
.about__left {
  width: 40%;
  padding: 30px;
  text-align: center;
}

.about__cover {
  max-width: 70%;
  height: auto;
  margin-bottom: 25px;
}

/* Кнопка */
.about__btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #c2185b;
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.about__btn:hover {
  background-color: #a0154a;
}

/* Правая колонка */
.about__right {
  width: 60%;
  padding: 30px;
  border-left: 1px solid #00498f;
}

.about__right p {
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 1.6;
  color: #000000;
}

.about__right p:last-child {
  margin-bottom: 0;
}
.anons {
  background-color: #f7f7f7;
  padding: 50px 0px;
  font-family: 'PT Sans', sans-serif;
}

.anons__container {
  max-width: 1170px;
  margin: 0 auto;
}

.anons__title {
  padding: 0 0 20px;
}

.anons__title h2 {
  margin: 0;
  font-size: 33px;
  color: #00498f;
  font-weight: 700;
}

/* Основной блок */
.anons__box {
  background-color: #ffffff;
  border: 1px solid #000000;
}

/* Шапка */
.anons__header {
  display: flex;
  align-items: stretch;
  border-bottom: 1px solid #000000;
}

.anons__logo,
.anons__subtitle,
.anons__issue {
  padding: 15px;
}

.anons__logo {
  width: 33.33%;
  border-right: 1px solid #000;
  display: flex;
  align-items: center;
}

.anons__logo img {
  height: 43px;
}

.anons__subtitle {
  width: 33.33%;
  border-right: 1px solid #000;
  font-size: 12px;
}

.anons__issue {
  width: 33.33%;
  position: relative;
}

.anons__issue::after {
    content: "";
    position: absolute;
    top: 61px;
    right: 20px;
    width: 90%;
    height: 1px;
    background: #000;
    transform: rotate(10deg);
    transform-origin: top right;
}

.anons__issue-num {
  text-align: right;
  font-size: 15px;
  margin: 0 0 5px;
}

.anons__issue-date {
  font-size: 12px;
  margin: 0;
  text-transform: capitalize;
}

/* Контент */
.anons__content {
  display: flex;
}

/* Левая колонка */
.anons__left {
  width: 50%;
  padding: 50px 30px 30px;
  border-right: 1px solid #000;
}

.anons__main-title {
  margin: 0 0 30px;
  font-size: 33px;
  line-height: 1.37;
  color: #000;
}

/* Кнопка */
.anons__btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #c2185b;
  color: #fff;
  text-decoration: none;
  border-radius: 3px;
  font-size: 16px;
  transition: background-color 0.3s ease;
}

.anons__btn:hover {
  background-color: #a0154a;
}

/* Правая колонка */
.anons__right {
  width: 50%;
}

.anons__item {
  padding: 30px;
}

.anons__item--top {
  border-bottom: 1px solid #000;
}

.anons__item-title {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 10px;
  color: #000;
}

.anons__item-text {
  font-size: 14px;
  margin: 0;
  color: #000;
}

/* Адаптив */
@media (max-width: 768px) {
  .anons__header,
  .anons__content {
    flex-direction: column;
  }

  .anons__logo,
  .anons__subtitle,
  .anons__issue,
  .anons__left,
  .anons__right {
    width: 100%;
    border-right: none;
  }

  .anons__left {
    border-bottom: 1px solid #000;
  }
}

.and {
  background-color: #f7f7f7;
  padding: 50px 0px;
  font-family: 'PT Sans', sans-serif;
}

.and__container {
  max-width: 1170px;
  margin: 0 auto;
}

.and__box {
  background-color: #ffffff;
  border: 1px solid #00498f;
}

/* Заголовок */
.and__header {
  padding: 20px;
  border-bottom: 1px solid #00498f;
}

.and__header h2 {
  margin: 0;
  font-size: 33px;
  color: #00498f;
  font-weight: 700;
}

/* Список */
.and__list {
  display: flex;
}

/* Элемент */
.and__item {
  width: 20%;
  padding: 20px;
  border-right: 1px solid #00498f;
  box-sizing: border-box;
}

.and__item:last-child {
  border-right: none;
}

.and__item-title {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.and__item-text {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  color: #000;
}

/* Адаптив */
@media (max-width: 1024px) {
  .and__list {
    flex-wrap: wrap;
  }

  .and__item {
    width: 50%;
    border-bottom: 1px solid #00498f;
  }

  .and__item:nth-child(2n) {
    border-right: none;
  }
}

@media (max-width: 600px) {
  .and__item {
    width: 100%;
    border-right: none;
  }
}