.contacts__icon {
  width: 1rem;
  padding-right: 0.5rem;
  transform: translate(0px, 0.15rem);
  display: inline-block;
}

.contacts_all_container {
  position: absolute;
  width: 100%;
  height: 100%;
  font-family: "Karla", sans-serif;
  font-weight: 400;
  overflow:hidden;
}
.contacts_all {
  position: absolute;
  width: 14rem;
  top: 3.5rem;
  padding-top: 5rem;
  padding-bottom: 2.5rem;
  padding-left: 8rem;
  padding-right: 8rem;
  line-height: 1.5em;
  left: 50%;
  transform: translate(-50%, 0);
}

.logo_container {
  position: relative;
  width: 100%;
  height: 7.5rem;
  margin-bottom: 1rem;
}
.img_logo {
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
}
.contacts__general {
  padding-bottom: 5rem;
}
.name {
  font-size: 1.2rem;
  font-weight: 700;
  padding: 0.1rem;
}
.where {
  padding: 0.1rem;
}
.vat {
  padding: 0.1rem;
}

.contatcs__mail {
  cursor: pointer;
  padding-bottom: 1rem;
}
.contacts__phone {
  padding-bottom: 2.5rem;
}

.person_name {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}
.role {
  font-weight: 400;
  font-size: 0.8rem;
}

.b_special {
  font-size: 1rem;
  display: inline-block;
  color: #b10707;
}

.contacts__img {
  width: 100%;
}

.legal_stuff_container {
  position: absolute;
  bottom: 1rem;
  height: 2rem;
  width: 100%;
  font-family: "Karla", sans-serif;
}

.legal_stuff {
  position: absolute;
  font-size: 0.8rem;
  color: rgb(47, 47, 47);
  z-index: 200;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  display: flex;
}
.legal_stuff_mobile{
  display: none;
  position: absolute;
  font-size: 0.8rem;
  color: rgb(47, 47, 47);
  z-index: 200;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  text-align: center;
}
.spacer {
  height: 0.8rem;
  margin: 24px;
  border-radius: 0;
}
.to_be_padded{
  padding:4px;
}
.tdm_name {
  position: absolute;
  font-size: 2rem;
  left: 50%;
  top: 47%;
  transform: translate(-50%, -50%);
  color: #eeeeee;
  letter-spacing: 0.5rem;
  font-weight: 400;
}
@media screen and (max-width: 929px) {
  .legal_stuff{
    display:none;
  }
  .legal_stuff_mobile{
    display:block;
  }
}


@media screen and (max-width: 929px) and (max-height: 720px) {
  .contacts_all {
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 6rem;
    padding-right: 6rem;
    line-height: 1.5em;
  }
}

@media screen and (max-width: 929px) and (max-height: 660px) {
  .contacts_all {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }
}

@media screen and (max-width: 929px) and (max-height: 620px) {
  .logo_container {
    height: 6rem;
  }
}
@media screen and (max-width: 929px) and (max-height: 620px) {
  .logo_container {
    height: 5rem;
  }
  .contacts__phone {
    padding-bottom: 2rem;
  }
}
@media screen and (max-width: 929px) and (max-height: 550px) {
  .logo_container {
    height: 4rem;
  }
  .contacts__phone {
    padding-bottom: 1.5rem;
  }

}
@media screen and (max-width: 929px) and (max-height: 520px) {
  .logo_container {
    height: 3.5rem;
    margin-bottom: 0.5rem;
  }
  .legal_stuff_mobile{
    font-size: 0.7rem;
  }

}
@media screen and (max-width: 929px) and (max-height: 500px) {
  .contacts__phone {
    padding-bottom: 1.2rem;
  } 
  .contatcs__mail {
    padding-bottom: 0;
  }
  
}

.blog_link{
  color:#b10707;
}

@media screen and (max-width: 929px) {
  .blog_link{
    font-size: 0.9rem;
  }
}
@media screen and (max-width: 360px) {
  .blog_link{
    font-size: 0.85rem;
  }
}




