html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  line-height: 1.8;
  background: #f5f5f5;
}
:root {
  --mc: #6abce8;
  --ww: 1224px;
  --bgtop: #b8e0f2;
  --fc: #3da4db;
}
a {
  color: var(--mc);
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
#m {
  display: block;
}
.mw {
  width: 800px;
  margin: 20px auto;
  background: #fff;
  box-sizing: border-box;
  padding: 20px;
  box-shadow: 0 2px 10px 0 rgba(0,0,0,.1);
  border-radius: 3px;
  overflow: hidden;
}
#m h1 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px;
  margin: 0 0 20px;
}
#m h2 {
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 10px;
}
#m li {
  list-style: circle;
  margin: 0 0 0 16px;
}
#m ul {
  margin: 0 0 20px;
}
.norek {
  margin: 20px 0;
  border: 1px solid #eee;
  padding: 20px;
}
.mk {
  color: #fff;
  background: #09844a;
  display: inline-block;
  padding: 10px 20px;
  border-radius: 3px;
  cursor: pointer;
  font-weight: 400;
}
.norek img {
  width: 200px;
  height: auto;
  margin: 0 0 10px;
}
.norek th {
  font-weight: 500;
  text-align: left;
  padding: 0 5px 0 0;
}
.norek td:last-child {
  padding: 0 5px;
}
#m strong {
  font-weight: 500;
}
.mk:hover {
  text-decoration: none;
  background: #056f3d;
}
@media screen and (max-width: 800px) {
.mw {
  width: 100%;
  margin: 0;
  box-shadow: none;
  min-height: 100vh;
  height: auto;
  padding: 30px;
}
  
}
@media screen and (max-width: 768px) {
  
}
@media screen and (max-width: 640px) {
 
}
@media screen and (max-width: 600px) {
 
}
@media screen and (max-width: 540px) {
 
}
@media screen and (max-width: 480px) {
.mw {
  padding: 20px;
}
#m h1 {
  font-size: 22px;
}
#m h2 {
  font-size: 20px;
}
  
}
@media screen and (max-width: 414px) {
.mw {
  padding: 0 0 50px;
}
#m h1 {
  line-height: 1.5;
  padding: 10px 15px;
  font-size: 18px;
  margin: 0 0 15px;
  background: var(--fc);
  color: #fff;
  border-bottom: none;
}
.norek {
  border-right: none;
  padding: 15px;
  border-left: none;
  margin: 10px 0;
}
#m p {
  padding: 0 15px;
  font-size: 14px;
}
#m h2 {
  padding: 0 15px;
  font-size: 17px;
}
#m ul {
  padding: 0 15px;
  font-size: 14px;
}
.mk {
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  border-radius: 0;
}
#m {
  font-size: 15px;
}
  
}
@media screen and (max-width: 384px) {
  
}
@media screen and (max-width: 360px) {

}
@media screen and (max-width: 320px) {
}
