.node--type-contact .field--name-field-contact-phone-address {
  font-family: Roboto;
  font-size: var(--fs-20);
  color: var(--dark);
  font-weight: var(--font-semi-bold);
  color: var(--blue);
  position: relative;
  padding-left: 20px;
  display: inline-block;
  padding-top: 14px;
  margin-bottom: 10px;
}
.node--type-contact .field--name-field-contact-phone-address::before {
  content: "";
  display: inline-block;
  background-image: url(../../images/phone-grey.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 21px;
}
.node--type-contact-left-data .field {
  padding-left: 30px;
}
.node--type-contact .field--name-field-contact-phone-address::after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background-color: var(--blue);
  transition: width 0.4s ease;
}
.node--type-contact .field--name-field-contact-phone-address:hover::after {
  width: 0;
}
.node--type-contact .field--name-field-contact-address {
  margin-bottom: 10px;
}
.node--type-contact .field--name-field-contact-address a {
  display: inline-block;
  color: var(--link-color);
  font-family: var(--font-family-roboto);
  font-size: var(--fs-14);
  font-weight: var(--font-normal);
  text-decoration: none;
}
.node--type-contact .field--name-field-contact-person {
  display: inline-block;
  font-family: var(--font-family-roboto);
  font-weight: var(--font-bold);
  color: var(--dark);
  font-size: var(--fs-16);
  text-transform: uppercase;
  border-bottom: 4px solid var(--border-color);
  padding-left: 0;
  padding-bottom: 9px;
  margin-bottom: 16px;
}
.node--type-contact .field--name-field-contact-person-foto {
}
.node--type-contact .field--name-field-contact-phone {
  font-family: var(--font-family-roboto);
  font-size: var(--fs-20);
  color: var(--dark);
  font-weight: var(--font-semi-bold);
  color: var(--blue);
  padding-left: 0;
  margin-bottom: 11px;
}

.node--type-contact .field--name-field-contact-phone .field__item {
  position: relative;
  display: block;
  max-width: 173px;
  padding-left: 30px;
}
.node--type-contact .field--name-field-contact-phone .field__item::before {
  content: "";
  display: inline-block;
  background-image: url(../../images/phone-grey.png);
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 6px;
}
.node--type-contact .field--name-field-contact-phone .field__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  bottom: 0;
  width: calc(100% - 30px);
  height: 2px;
  background-color: var(--blue);
  transition: width 0.4s ease;
}
.node--type-contact .field--name-field-contact-phone .field__item:hover::after {
  width: 0;
}
.node--type-contact .field--name-field-contact-email {
  padding-left: 0;
  margin-bottom: 13px;
}
.node--type-contact .field--name-field-contact-email a {
  display: inline-block;
  color: var(--link-color);
  font-family: var(--font-family-roboto);
  font-size: var(--fs-14);
  font-weight: var(--font-normal);
  text-decoration: underline;
  position: relative;
  padding-left: 30px;
}
.node--type-contact .field--name-field-contact-email a::after {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../../images/env-grey.png);
  position: absolute;
  left: 0;
  top: 5px;
  background-repeat: no-repeat;
}
.node--type-contact .field--name-field-social-network {
  padding-left: 0;
  margin-bottom: 26px;
}
.node--type-contact .field--name-field-social-network a {
  line-height: 1;
  display: block;
  cursor: pointer;
  font-size: 0;
  position: relative;
  text-decoration: none;
  color: var(--blue);
}
.node--type-contact .field--name-field-social-network ul {
  padding: 0;
  margin: 0;
}
.node--type-contact .field--name-field-social-network .header-social-item {
  margin-right: 5px;
}
.view-contacts h3 {
  font-family: var(--font-family-roboto-condensed);
  font-weight: var(--font-bold);
  line-height: 20px;
  font-size: var(--fs-20);
  color: var(--black);
}

.field--name-field-social-network .header-social li a::before {
  filter: brightness(0.7);
}

.node--type-contact .field--name-body {
  padding-left: 0;
}
.node--type-contact-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.node--type-contact-left,
.node--type-contact-right {
  flex: 1 0 50%;
}
.node--type-contact-right img {
  top: 0;
  bottom: 0;
  transform: none;
  object-fit: cover;
  position: absolute;
  right: 0;
  height: 100%;
  width: 50%;
}
.node--type-contact-left {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contextual-region.node--type-contact.node--view-mode-full {
  position: static;
}
.node--type-contact-left-img {
  flex: 0 0 130px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.node--type-contact-left-img .field--name-field-contact-person-foto {
  padding-top: 35px;
}
.node--type-contact-left-img img {
  margin: 0;
}
.node--type-contact-left-data {
  flex: 0 0 calc(100% - 130px);
}
.node--type-contact-left-data .field--name-field-contact-person-foto {
  display: none;
}
@media (max-width: 1024px) {
  .node__content .node--type-contact-right img {
    top: initial;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 400px !important;
    background: #1e1f1f;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .node--type-contact-left {
    flex: 1 0 100%;
  }
}
@media (max-width: 480px) {
  .node--type-contact-left-img {
    display: none;
  }
  .node--type-contact-left-data {
    flex: 1 0 100%;
    text-align: center;
  }
  .node--type-contact-left-data .field--name-field-contact-person-foto {
    display: block;
    padding-left: 0;
  }
  #content .page-node-30 .view-contacts .row-container h3 {
    text-align: left;
  }
  .node--type-contact .field--name-field-contact-phone-address {
    padding-left: 24px;
  }
  .node--type-contact .field--name-field-contact-phone .field__item {
    margin: auto;
  }
  .node--type-contact .field--name-field-social-network {
    margin-bottom: 17px;
  }
}
