html,
body,
div,
span,
h1,
h3,
p,
a,
img,
ul,
li,
form {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

ul {
  list-style: none;
}

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

a {
  color: inherit;
  text-decoration: none;
  color: expression(this.parentNode.currentStyle[ 'color']);
}

a:hover {
  text-decoration: underline;
}

@media screen and (max-width: 570px) {
  body {
    position: relative;
  }
}

.content:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.page-wrap {
  padding: 0 64px;
  max-width: 1280px;
  min-width: 272px;
  padding: 0;
  margin: 0 auto;
  position: relative;
  cursor: auto;
  overflow-x: hidden;
  max-width: 1280px;
}

@media screen and (max-width: 1680px) {
  .page-wrap {
    margin: 0 auto;
    min-width: 860px;
  }
}

@media screen and (max-width: 1024px) {
  .page-wrap {
    width: 100%;
    min-width: 320px;
  }
}

@media screen and (max-width: 570px) {
  .page-wrap {
    padding: 0;
    overflow: hidden;
  }
}

.main-content {
  background: #fff;
  z-index: 11;
  position: relative;
}

.main-content:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.content {
  min-height: 700px;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  margin: 0 auto;
}

@media screen and (max-width: 1024px) {
  .content {
    -ms-flex-wrap: wrap;
    -o-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.content__inner_wide {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 38px;
  width: 100%;
  border-right: none;
}

@media screen and (max-width: 1024px) {
  .content__inner_wide {
    width: 100%;
  }
}

.content {
  clear: both;
}

.article {
  padding: 24px 70px;
}

@media screen and (max-width: 570px) {
  .article {
    padding: 24px 12px;
  }
}

.article:after {
  content: ' ';
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}

.article__title {
  font: normal 32px/36px sans-serif;
  padding: 4px 0 4px;
  font-family: sans-serif;
}

.article__text {
  font: normal 18px/25px sans-serif;
  color: #333;
  padding-top: 14px;
  font-family: sans-serif;
}

@media screen and (max-width: 1280px) {
  .article__text {
    padding-left: 0;
  }
}

.article__text p {
  padding: 0 0 30px;
}

.article__text a {
  text-decoration: underline;
  color: #0095da;
}

@media (max-width: 900px) {
  .page-wrap {
    padding: 0;
  }
}

@media (max-width: 1024px) {
  .page-wrap {
    padding: 0;
  }
}

input,
input {
  padding-left: 5px;
  height: 42px;
  margin-bottom: 10px;
}

#order_form input {
  font-size: 21px;
  padding: 5px 15px;
  border-radius: 3px;
  border: 2px solid #e9d7dc;
  max-width: 300px;
  width: 100%;
}

@media (max-width: 530px) {
  .page-wrap {
    padding: 15px 0 0;
  }
}

@media (max-width: 670px) {
  .page-wrap {
    padding: 0;
  }
}

img {
  max-width: 100%;
}

.ListBlock-root li {
  position: relative;
  margin-bottom: 6px;
}

.ListBlock-ul li {
  padding: 0 0 0 23px;
}

@media only screen and (min-device-width: 48em) {
  .ListBlock-ul li {
    padding: 0 0 0 38px;
  }
}

.ListBlock-ul li:last-child {
  margin-bottom: 0;
}

.ListBlock-ul li:before {
  position: absolute;
  top: 0;
  left: 5px;
  width: 8px;
  content: '\2022';
  text-align: center;
  color: #ff829b;
  font-size: 18px;
  line-height: inherit;
}

@media only screen and (min-device-width: 48em) {
  .ListBlock-ul li:before {
    left: 0;
    width: 36px;
    text-align: center;
    font-size: 20px;
  }
}

.Figure-caption {
  width: 100%;
  max-width: 520px;
  margin-right: auto;
  margin-left: auto;
  font-size: 16px;
  line-height: 22px;
  padding-top: 4px;
  color: #1a1a1a;
  display: block;
}

.Figure {
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 20px auto;
}

.randdate {
  font-weight: 400;
}

.green {
  color: mediumseagreen;
}
