@font-face {
  font-family: 'PTSerifCaptionItalic';
  src: url('PTZ56F_W.eot');
  src: url('/fonts/PTZ56F_W.eot?#iefix') format('embedded-opentype'), url('/fonts/PTZ56F_W.woff') format('woff'), url('/fonts/PTZ56F_W.ttf') format('truetype'), url('/fonts/PTZ56F_W.svg#PTSerif-CaptionItalic') format('svg');
  font-weight: normal;
  font-style: normal;
}

.contacts_wraper {
  margin-top: 15px;
  max-width: 1100px;
  width: 100%;
}

.contacts_text_uk, .contacts_text_ru, .contacts_text_en {
  display: none;
  margin: 0 2px;
  padding: 5px 0;
  text-indent: 2ch;
  font-family: 'PTSerifCaptionItalic';
  font-size: 1.3em;
  background-color: rgba(215, 191, 172, 0.8);
  box-shadow: 0px 0px 2px #ffffff;
}

.contacts_text_uk>p, .contacts_text_ru>p, .contacts_text_en>p{
  margin: 5px 5px;
}

.contacts, .contacts_en {
  display: none;
  margin: 25px 2px;
  background-color: rgba(215, 191, 172, 0.8);
  box-shadow: 0px 0px 2px #ffffff;
}

.phone_text {
  font-family: 'PTSerifCaptionItalic';
  font-size: 1.5em;
  text-align: center;
  margin: 5px auto;
  padding: 10px 0 0 0;
  /* border: 1px solid red; */
}

.phone_number{
  font-family: 'PTSerifCaptionItalic';
  font-size: 1.6em;
  margin: 5px auto;
  padding: 0;
  /* border: 1px solid red; */
  text-align: center;
  
}
.phone_number>a{
  text-decoration: none;
  color: black;
}

.mail {
  font-family: 'PTSerifCaptionItalic';
  font-size: 1.6em;
  text-align: center;
  margin-top: 30px;
  padding: 0 0 10px 0;

  /* border: 1px solid blue; */
}

.mail>a {
  text-decoration: none;
  color: black;
  letter-spacing: 0.05em;
}

strong { 
  color:black;
  text-shadow: -0.2px 0.2px 0.5px black;
}

/* min - works until number || from higher to lower */
/* max - works after number || from higher to lower */


/* min - works until number || from higher to lower */
/* max - works after number || from higher to lower */
@media only screen and (min-width: 680px) {
  .contacts_wraper {
    margin-top: 130px;
    position: absolute;
  }

  .contacts_text_uk, .contacts_text_ru, .contacts_text_en {
    display: none;
    margin: 0 2px;
    padding: 5px 0;
    text-indent: 1ch;
    font-family: 'PTSerifCaptionItalic';
    font-size: 1.4em;
    background-color: rgba(215, 191, 172, 0.8);
    box-shadow: 0px 0px 2px #ffffff;
  }

  .phone_number{
    font-family: 'PTSerifCaptionItalic';
    font-size: 1.4em;
    margin: 5px auto;
    padding: 0;
    /* border: 1px solid red; */
    text-align: center;
    
  }
  .mail>a {
    text-decoration: none;
    color: black;
    letter-spacing: normal;
  }
  strong { 
  color:black;
  text-shadow: -0.5px 0.5px 1px black;
}
}
