@font-face {
  font-family: 'LibreBaskerville-Bold';
  src: url(../fonts/LibreBaskerville-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: 'LibreBaskerville-Regular';
  src: url(../fonts/LibreBaskerville-Bold.ttf);
  font-weight: normal;
}
@font-face {
  font-family: 'LibreBaskerville-Italic';
  src: url(../fonts/LibreBaskerville-Italic.ttf);
  font-weight: normal;
}
@font-face {
  font-family: 'Forum-Regular';
  src: url(../fonts/Forum-Regular.ttf);
  font-weight: normal;
}
body {
  margin: 2vw 3vw 2vw 3vw;
  background-color: #F0EDE5;
}
a,
a:visited {
  color: #0F4C81 !important;
  text-decoration: none !important;
}
a:hover,
a:active {
  color: #77202F !important;
}
.header {
  font-size: 5vw;
  font-family: 'LibreBaskerville-Bold', serif;
  color: #0F4C81;
}
.disclaimer {
  font-size: 2vw;
  font-family: 'LibreBaskerville-Italic';
  margin: 1vw 0 3vw 0vw;
  color: #77202F;
}
.offer {
  font-size: 3vw;
  font-family: 'LibreBaskerville-Regular';
  margin: 2vw 0 2vw 10vw;
  color: #2A2A35;
}
.contacts {
  font-size: 2vw;
  font-family: 'LibreBaskerville-Italic';
  margin: 3vw 0 -2vw 0vw;
  color: #0F4C81;
}
@media (max-width: 767px) {
  .header {
    font-size: 10vw;
  }
  .disclaimer {
    font-size: 7vw;
    line-height: 10vw;
    margin-top: 6vw;
  }
  .offer {
    font-size: 7vw;
    margin: 10vw 0 10vw 10vw;
  }
  .contacts {
    font-size: 7vw;
    margin: 3vw 0 3vw 0vw;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .header {
    font-size: 10vw;
  }
  .disclaimer {
    font-size: 7vw;
    line-height: 10vw;
    margin-top: 6vw;
  }
  .offer {
    font-size: 7vw;
    margin: 10vw 0 10vw 10vw;
  }
  .contacts {
    font-size: 7vw;
    margin: 3vw 0 3vw 0vw;
  }
}
.sant_wrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-flow: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}
.sant_langwrapper {
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  display: flex;
  flex-flow: row;
  align-content: center;
  justify-content: space-around;
  align-items: flex-start;
}
.sant_langwrapper .header {
  font-family: 'Forum-Regular';
  font-weight: bold;
}
.sant_langwrapper .offer {
  font-family: 'Forum-Regular';
  margin: 2vw 0 2vw 0;
  color: #0F4C81;
}
.sant_langwrapper .contacts {
  font-family: 'Forum-Regular';
}
.sant_phone {
  margin: 3vw 0 3vw 0vw;
  color: #2A2A35;
  font-family: 'Forum-Regular';
  font-weight: bold;
  font-size: 12vw;
  text-align: center;
}
.sant_lang {
  padding: 50px;
  width: 50%;
  max-width: 50%;
}
.sant_ru .header,
.sant_ru .contacts,
.sant_ru .offer {
  color: #77202F !important;
}
.sant_ru a,
.sant_ru a:visited {
  color: #0F4C81 !important;
  text-decoration: none !important;
  font-weight: bold;
}
.sant_ru a:hover,
.sant_ru a:active {
  color: #77202F !important;
}
.sant_lv a,
.sant_lv a:visited {
  color: #77202F !important;
  text-decoration: none !important;
  font-weight: bold;
}
.sant_lv a:hover,
.sant_lv a:active {
  color: #0F4C81 !important;
}
@media (max-width: 1024px) {
  .sant_langwrapper {
    flex-flow: column;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .sant_lang {
    padding: 20px 0 20px 0;
    width: 100%;
    min-width: 100%;
  }
}
