@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}



html {
  scroll-behavior: smooth;
}

body {
  background-color: #F1F3F2;
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #000000;
}

.wrapper {
  width: 1280px;
  max-width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  min-height: 100%;
}

body._lock {
  overflow: hidden;
}

.main {
  font-size: 15px;
  background-color: #F1F3F2;
  color: #000000;
  width: 100%;
  max-width: 1440px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

h1 {
  font-family: 'Times New Roman';
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  text-align: center;
  letter-spacing: 0em;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  margin: 0 5px;
}

h2 {
  color: #000;
  text-align: center;
  font-size: 21px;
  font-family: 'Times New Roman';
  font-weight: 700;

  margin: 0 5px;
}

h3 {
  font-family: 'Times New Roman';
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  letter-spacing: 0em;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin: 0 5px;

}

.main {
  margin: 50px 5px 50px 5px;
}
