html, body, h1, h2, h3, h4, p, ul, ol, li, table, tr, th, td, form, fieldset, legend, label, input, select, textarea, button, iframe {
    margin: 0;
    padding:0
}

header, nav, main, section, article, aside, footer {
    display:block
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust:100%
}

html.inside-modal {
    overflow-y:auto
}

body {
    background: #fff;
    color: #414141;
    font-weight: 600;
    font-family:Nunito, sans-serif
}

a {
    outline: 0;
    background-color: transparent;
    color: #005502;
    text-decoration: none;
    -webkit-text-decoration-skip:objects
}

img {
    border: 0;
    vertical-align:middle
}

ul, ol {
    list-style-type:none
}

table {
    border-collapse: collapse;
    border-spacing:0
}

fieldset {
    min-width: 0;
    border:0
}

label {
    cursor:pointer
}

input, select, textarea, button {
    border-radius: 0;
    outline: 0;
    font-size: 100%;
    line-height: inherit;
    font-family:inherit
}

input {
    overflow:visible
}

input[type=search] {
    appearance:textfield
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    appearance:none
}

textarea {
    overflow: auto;
    resize:vertical
}

button, input[type=button], input[type=reset], input[type=submit] {
    appearance: button;
    overflow: visible;
    border: 0;
    cursor:pointer
}

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

b, strong {
    font-weight:800
}

.no-js .only-js {
    display:none
}

.js .only-no-js {
    display:none
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    clip: rect(0, 0, 0, 0);
    overflow: hidden;
    white-space: nowrap;
    clip-path:inset(50%)
}

::-webkit-input-placeholder {
    color: inherit;
    opacity:.8
}

:-moz-placeholder {
    opacity:.8
}

::-moz-placeholder {
    opacity:.8
}

:-ms-input-placeholder {
    opacity:.8
}

.clearfix::before, .clearfix::after {
    display: table;
    content: "";
    line-height:0
}

.clearfix::after {
    clear:both
}

.block-center {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 10px;
  text-align:center;
  font-weight: 300;
  font-size: 28px;
  position: absolute;
  }

.block-center img {
	margin-bottom:20px;
}

.address {
	color: gray;
	line-height: 24px;
	font-size: 16px;
	margin-top:40px;
}
