@import url('https://fonts.googleapis.com/css?family=Oswald:500');
body {
  background-color: #fcfcfc;
  font-size: 18px;
  color: #000000; }

body .container.first-block {
  width: 1170px;
  max-width: 100%;
  padding: 20px 15px;
  margin-top: 10px;
  border: 1px solid #1134a0;
  border-radius: 5px;
  background-color: white;
  box-shadow: 5px 5px 24px 0px rgba(50, 50, 50, 0.6); }

body h1, body h2, body h3 {
  font-family: 'Oswald', sans-serif;
  letter-spacing: 1px;
  color: #016533; }

body h1 {
  margin-top: 15px;
  margin-bottom: 30px;
  font-size: 35px;
  text-align: center; }

body h2 {
  margin: 30px auto 20px;
  font-size: 30px;
  text-align: center; }

body p {
  margin-bottom: 20px; }

body ul li {
  margin-bottom: 15px; }

body img {
  max-width: 100%;
  margin: 0 auto;
  display: block; }

.img-max-200 {
  width: 200px; }

.img-max-250 {
  width: 250px; }

.img-max-300 {
  width: 300px; }

.img-max-350 {
  width: 350px; }

.img-max-400 {
  width: 400px; }

.img-header {
  width: 100%; }

.btn {
  font-weight: bold;
  font-size: 1.4em;
  background-color: #ff7f28;
  margin: 20px auto;
  display: block;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
  border: none;
  transition: all 0.4s ease; }

.btn:hover, .btn:focus, .btn:active {
  background-color: #cd621a;
  box-shadow: 2px 4px 2px rgba(0, 0, 0, 0.3); }

.displayNone {
  display: none !important; }

.bdc, .sepa, .cc {
  display: none; }

table td, table th {
  border: none !important; }

@media screen and (max-width: 640px) {
  .btn {
    font-size: 1.1em; } }
