.contacts {
  -webkit-font-feature-settings: 'pnum' on, 'lnum' on;
          font-feature-settings: 'pnum' on, 'lnum' on;
  font-family: 'Raleway', sans-serif;
  color: #18181A;
}

.contacts .footer-social__desc {
  margin-top: 10px;
}

.contacts h1, .contacts h2, .contacts h3, .contacts h4, .contacts h5, .contacts p, .contacts ul {
  padding: 0;
  margin: 0;
}

.contacts .h3 {
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #18181A;
}

.contacts .regular {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  color: #18181A;
  opacity: 1;
}

.contacts .h2 {
  font-weight: 600;
  font-size: 45px;
  line-height: 53px;
  color: #18181A;
}

.contacts a {
  color: inherit;
}

.contacts .contacts {
  margin-top: 60px;
}

.contacts .contacts-how {
  margin-top: 120px;
}

.contacts .contacts-how__title {
  margin-bottom: 30px;
}

.contacts .contacts-how-tab {
  display: none;
}

.contacts .contacts-how-tab.active {
  display: block;
}

.contacts .contacts-how-card {
  margin-bottom: 60px;
}

.contacts .contacts-how-card__img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: auto;
  border-radius: 20px;
}

.contacts .contacts-how-card__title {
  margin-top: 20px;
}

.contacts .contacts-how-card__subtitle {
  margin-top: 10px;
}

.contacts .contacts-how-card__subtitle a {
  color: #3F5199;
}

.contacts .contacts-card {
  margin-bottom: 30px;
}

.contacts .contacts-card__title {
  margin-bottom: 10px;
}

.contacts .contacts-card__subtitle br:first-child,
.contacts .contacts-card__subtitle br:nth-child(3) {
  display: none;
}

.contacts .contacts-card__subtitle.circles {
  line-height: 40px;
}

.contacts .contacts-card__subtitle .circle {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -5px;
  height: 34px;
  width: 34px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  z-index: 3;
  position: relative;
}

.contacts .contacts-card__subtitle .circle.blue {
  background-color: #007BD3;
  margin-left: 10px;
  margin-right: -15px;
  z-index: 3;
}

.contacts .contacts-card__subtitle .circle.brown {
  background-color: #A25E20;
  margin-right: 10px;
  z-index: 1;
}

.contacts .contacts__subtitle.bold {
  margin-bottom: 0;
  font-weight: 600;
  display: inline-block;
}

.contacts .contacts__subtitle.top {
  margin-top: 30px;
  margin-bottom: 30px;
}

.contacts .contacts__subtitle.under {
  margin-bottom: 20px;
  margin-top: 0;
}

.contacts .contacts__link {
  margin-right: 30px;
  text-decoration: none;
  display: inline-block;
}

.contacts .contacts__link:hover {
  color: #18181A;
  text-decoration: none;
}

.contacts .contacts-media {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contacts .contacts-media__btn {
  margin-right: 14px;
  text-decoration: none;
}

.contacts .contacts-media__btn:hover {
  text-decoration: none;
}

.contacts .contacts-media__icon {
  width: 50px;
  height: 50px;
}

.contacts .contacts__meta {
  display: inline-block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  color: #18181A;
  opacity: 0.5;
}

.contacts .contacts-law-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
}

.contacts .contacts-law-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #E9F2FF;
  border: 1px solid #D8E7FF;
  border-radius: 10px;
  padding: 23px 30px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.contacts .contacts-law-link:hover {
  cursor: pointer;
}

.contacts .contacts-law-link__text {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #3F5199;
  text-align: right;
  text-decoration: underline;
  margin-right: 15px;
}

.contacts .contacts-law-link__circle {
  background-color: #3F5199;
  border-radius: 50%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-image: url(../img/arrow-down.svg);
  background-repeat: no-repeat;
  background-position: center 20px;
  background-size: 22px;
}

.contacts .contacts-map {
  width: 1600px;
  max-width: 100%;
  height: 600px;
  position: relative;
  margin: 0 auto;
  padding: 0 10px;
  margin-top: 60px;
}

.contacts .contacts-map iframe {
  border-radius: 20px;
}

.contacts .contacts-toggle {
  background-color: #E9F2FF;
  border: 1px solid #D8E7FF;
  border-radius: 10px;
  padding: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}

.contacts .contacts-toggle__option {
  display: inline-block;
  color: #18181A;
  font-weight: 700;
  font-size: 24px;
  line-height: 28px;
  padding: 16px 30px;
  border-radius: 10px;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
  margin-right: 5px;
}

.contacts .contacts-toggle__option:last-child {
  margin-right: 0;
}

.contacts .contacts-toggle__option.active {
  cursor: pointer;
  color: #fff;
  background-color: #3C456C;
  -webkit-transition: color 0.2s, background-color 0.2s;
  -o-transition: color 0.2s, background-color 0.2s;
  transition: color 0.2s, background-color 0.2s;
}

.contacts .contacts-reqs {
  margin-top: 80px;
  margin-bottom: 10px;
}

.contacts .contacts-reqs__title {
  margin-bottom: 40px;
}

.contacts .contacts-reqs__desc b {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
}

@media (max-width: 990px) {
  .contacts .h3 {
    font-weight: 600;
    font-size: 22px;
    line-height: 23px;
  }
  .contacts .regular {
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
  }
  .contacts .h2 {
    font-weight: 600;
    font-size: 33px;
    line-height: 39px;
  }
  .contacts .contacts {
    margin-top: 90px;
  }
  .contacts .contacts-card__subtitle .circle {
    width: 25px;
    height: 25px;
  }
  .contacts .contacts-card__subtitle.circles {
    line-height: 22px;
  }
  .contacts .contacts-card__subtitle .circle.blue {
    margin-right: -12px;
    margin-left: 0;
  }
  .contacts .contacts-card__subtitle br:first-child,
  .contacts .contacts-card__subtitle br:nth-child(3) {
    display: block;
  }
  .contacts .contacts-card__subtitle .circle {
    margin-top: 2px;
  }
  .contacts .contacts__link {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contacts .contacts-media {
    margin-top: 30px;
  }
  .contacts .contacts-map {
    height: 285px;
    width: 100%;
  }
  .contacts .contacts-media,
  .contacts .contacts__link,
  .contacts .contacts-card,
  .contacts .contacts__meta,
  .contacts .contacts-how__title,
  .contacts .contacts-how-card__title,
  .contacts .contacts-how-card__subtitle {
    padding-right: 10px;
    padding-left: 10px;
  }
  .contacts .regim .contacts-card__subtitle {
    width: 210px;
  }
  .contacts .contacts-how {
    margin-top: 40px;
    margin-bottom: 80px;
  }
  .contacts .contacts-how__title {
    margin-bottom: 20px;
  }
  .contacts .contacts-toggle__option {
    padding: 20px 20px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
  }
  .contacts .contacts-how-card {
    margin-bottom: 40px;
  }
  .contacts .contacts-toggle {
    margin-left: 10px;
    margin-right: 10px;
  }
  .contacts .contacts-how-card__subtitle a {
    display: block;
    word-break: break-all;
  }
  .contacts .contacts-reqs {
    margin-top: 20px;
    margin-bottom: 80px;
  }
  .contacts .contacts-reqs__title {
    margin-bottom: 20px;
  }
  .contacts .contacts-reqs__desc b {
    font-weight: 600;
    font-size: 18px;
    line-height: 21px;
  }
}