.radio-dot__checkmark {
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
  height: 20px;
  width: 20px;
  transition: 0.3s;
  background-color: #ffffff;
  border-radius: 50%;
  border: 1px solid #215294; }
  .radio-dot__checkmark:after {
    content: "";
    position: absolute;
    display: none; }

.radio-dot__input {
  position: absolute;
  opacity: 0;
  cursor: pointer; }

.radio-dot {
  display: flex;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .radio-dot:hover .radio-dot__input ~ .radio-dot__checkmark {
    border-color: #215294; }
  .radio-dot .radio-dot__input:checked ~ .radio-dot__checkmark:after {
    display: block; }
  .radio-dot .radio-dot__checkmark:after {
    top: 4px;
    transition: 0.3s;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #215294; }
  .radio-dot .radio-dot__label {
    font-size: 14px;
    color: #1c1c1c; }

.file-uploader__button {
  display: flex;
  align-items: center;
  color: #215294;
  cursor: pointer; }
  .file-uploader__button .icon__svg {
    fill: #215294; }

.file-uploader__input {
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0; }

.file-uploader__title {
  margin-left: 5px; }

.file-uploader {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 15px;
  display: block; }
  @media (max-width: 1024px) {
    .file-uploader {
      display: none; } }

.feedback__form {
  width: 600px; }
  .feedback__form textarea {
    margin-bottom: 0; }
  .feedback__form .button {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 20px; }
  .feedback__form-link {
    color: #215294; }
.feedback__success {
  display: none;
  flex-direction: column; }
  .feedback__success-image {
    margin-bottom: 20px; }
.feedback__info {
  display: flex;
  align-items: center;
  margin-bottom: 10px; }
.feedback__title {
  font-size: 24px;
  line-height: 1.4;
  color: #1c1c1c;
  margin-bottom: 10px; }
@media (max-width: 1024px) {
  .feedback__form {
    width: 100%; }
  .feedback__title {
    font-size: 20px; } }

.contacts__wrap {
  display: grid;
  grid-template-columns: auto auto 275px auto auto;
  grid-gap: 80px; }
  @media (max-width: 1440px) {
    .contacts__wrap {
      grid-template-columns: auto auto auto auto auto;
      grid-gap: 30px; } }
.contacts__name {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.2;
  color: #1c1c1c;
  margin-bottom: 10px; }
.contacts__info {
  font-size: 16px;
  line-height: 1.3; }
.contacts_border {
  padding-bottom: 50px;
  border-bottom: 1px solid #EFF0F4; }
.contacts__social {
  display: flex; }
.contacts__link {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  margin-right: 30px;
  border: 1px solid #8F8F8F; }
  .contacts__link:last-of-type {
    margin-right: 0; }
  .contacts__link .icon__svg {
    width: 32px;
    height: 32px; }
  .contacts__link:hover {
    border-color: #1c1c1c; }
    .contacts__link:hover:last-of-type .icon__svg {
      fill: #EA523A; }
    .contacts__link:hover .icon__svg {
      fill: #1A4885; }
.contacts__feedback {
  padding-top: 50px;
  display: flex;
  justify-content: space-between; }
.contacts__map {
  margin-left: 100px; }
  .contacts__map-container {
    width: 700px;
    height: 100%; }
.contacts__details {
  display: grid;
  grid-template-columns: 23.57% 26.42% 35.726%;
  grid-gap: 7.142%; }
  .contacts__details.padding {
    padding-top: 50px; }
  .contacts__details-title {
    font-size: 18px;
    color: #1c1c1c;
    font-weight: 600;
    margin-bottom: 20px; }
  .contacts__details-line {
    display: flex;
    margin-bottom: 10px; }
  .contacts__details-name {
    min-width: 113px;
    line-height: 1.4; }
  .contacts__details-value {
    color: #1c1c1c;
    font-weight: 500;
    line-height: 1.4; }
  .contacts__details-download {
    display: block;
    color: #215294;
    text-decoration: underline;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 25px; }

@media (max-width: 1024px) {
  .contacts textarea {
    margin-bottom: 20px; }
  .contacts__wrap {
    display: flex;
    flex-direction: column;
    grid-gap: 0; }
  .contacts__item {
    padding: 20px 0;
    border-bottom: 1px solid #EFF0F4; }
    .contacts__item:first-of-type {
      padding-top: 5px; }
  .contacts_border {
    padding-bottom: 40px;
    border-bottom: none; }
  .contacts__feedback {
    padding-top: 0;
    display: flex;
    flex-direction: column-reverse;
    padding-bottom: 20px; }
  .contacts__map {
    margin-bottom: 20px;
    margin-left: 0; }
    .contacts__map-container {
      width: 100%;
      height: 300px; }
  .contacts__details {
    grid-template-columns: 100%;
    grid-gap: 10px;
    padding-top: 20px;
    border-top: 1px solid #EFF0F4; }
    .contacts__details.padding {
      padding-top: 50px; }
    .contacts__details-title {
      margin-bottom: 10px; }
    .contacts__details-line {
      flex-direction: column; }
    .contacts__details-name {
      min-width: auto; }
    .contacts__details-download {
      margin-top: 10px; } }

/*# sourceMappingURL=contacts.css.map */
