@charset 'UTF-8';
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}
h1 {
  font-size: 2em;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
a {
  background-color: transparent;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="button"],
[type="reset"],
[type="submit"],
button {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: ButtonText dotted 1px;
}
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
details {
  display: block;
}
summary {
  display: list-item;
}
[hidden],
template {
  display: none;
}
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: url(ajax-loader.gif) center center no-repeat #fff;
}
@font-face {
  font-family: slick;
  font-weight: 400;
  font-style: normal;
  src: url(fonts/slick.eot);
  src: url(fonts/slick.eot@#iefix) format("embedded-opentype"),
    url(fonts/slick.woff) format("woff"),
    url(fonts/slick.ttf) format("truetype"),
    url(fonts/slick.svg#slick) format("svg");
}
.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: 0;
  background: 0 0;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
  opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
  font-family: slick;
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev {
  left: -25px;
}
[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}
.slick-prev:before {
  content: "←";
}
[dir="rtl"] .slick-prev:before {
  content: "→";
}
.slick-next {
  right: -25px;
}
[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}
.slick-next:before {
  content: "→";
}
[dir="rtl"] .slick-next:before {
  content: "←";
}
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
  outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}
.news {
  background: #fff;
  padding: 0.1rem;
  margin-bottom: 0.3rem;
}
.news-btn {
  display: inline-block;
  background: #007984;
  color: #fff;
  padding: 0.05rem 0.2rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 0.15rem;
  border-radius: 0.02rem;
}
.news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  background: #f5f5f5;
  padding: 0.2rem 0.1rem;
  border-bottom: 0.01rem solid #cfcfcf;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.15rem;
  line-height: 0.22rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #252323;
}
.news-item:last-of-type {
  border-bottom: none;
}
.news-item span {
  -ms-flex-preferred-size: calc(100% - 1.05rem);
      flex-basis: calc(100% - 1.05rem);
}
.news-item:hover .news-img::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.news-item:nth-of-type(2) .news-img::after {
  background-image: url(../img/news_1.jpg);
}
.news-item:nth-of-type(3) .news-img::after {
  background-image: url(../img/news_2.jpg);
}
.news-item:nth-of-type(4) .news-img::after {
  background-image: url(../img/news_3.jpg);
}
.news-item:nth-of-type(5) .news-img::after {
  background-image: url(../img/news_4.jpg);
}
.news-item:nth-of-type(6) .news-img::after {
  background-image: url(../img/news_5.jpg);
}
.news-img {
  -ms-flex-preferred-size: 0.9rem;
      flex-basis: 0.9rem;
  width: 0.9rem;
  height: 0.9rem;
  margin-right: 0.15rem;
  position: relative;
  overflow: hidden;
}
.news-img::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: width 0.5s, height 0.5s, -webkit-transform 0.5s;
  transition: width 0.5s, height 0.5s, transform 0.5s, -webkit-transform 0.5s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bigNews {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  height: 3.4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
      flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding: 0.2rem 0.3rem 0.2rem 0.2rem;
  text-decoration: none;
  font-size: 0.15rem;
  line-height: 0.2rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #252323;
  overflow: hidden;
}
.bigNews span {
  text-transform: uppercase;
  font-size: 0.2rem;
  line-height: 0.25rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.1rem;
  display: inline-block;
}
.bigNews::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../img/news_6.jpg);
  z-index: -1;
}
.bigNews:hover::after {
  -webkit-transform: translate(-50%, -50%) scale(1.2);
  transform: translate(-50%, -50%) scale(1.2);
}
.dark-text {
  color: #252323;
}
.light-text {
  color: #fff;
}
.comments {
  padding: 0 10px;
}
.comments-item {
  padding-bottom: 0.2rem;
  padding-top: 0.2rem;
  border-bottom: 0.01rem solid #c5c5c5;
}
.comments-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.comments-title {
  font-size: 0.18rem;
  line-height: 0.25rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.2rem;
}
.comments-messageWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.3rem;
}
.comments-messageWrapper .icon {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 0.05rem;
  margin-right: 0.15rem;
}
.comments-input {
  -ms-flex-preferred-size: calc(100% - 0.4rem);
      flex-basis: calc(100% - 0.4rem);
  position: relative;
}
.comments-input input {
  width: 100%;
  display: block;
  border: none;
  outline: 0;
  padding: 0.07rem 0.35rem 0.07rem 0.1rem;
  background: #f1f1f1;
  border-radius: 0.05rem;
  color: #252323;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 300;
}
.comments-input input::-webkit-input-placeholder {
  color: #b0b0b0;
}
.comments-input input::-moz-placeholder {
  color: #b0b0b0;
}
.comments-input input:-ms-input-placeholder {
  color: #b0b0b0;
}
.comments-input input::-ms-input-placeholder {
  color: #b0b0b0;
}
.comments-input input::placeholder {
  color: #b0b0b0;
}
.comments-input .submit {
  position: absolute;
  right: 0.1rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0.2rem;
}
.comments-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
}
.comments-comment .icon {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 0.05rem;
  margin-right: 0.15rem;
  overflow: hidden;
}
.comments-subcomment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-left: 0.55rem;
  padding-top: 0.17rem;
}
@media (max-width: 767px) {
  .comments-messageWrapper {
    margin-bottom: 0.15rem;
  }
  .comments-subcomment {
    padding-left: 0.5rem;
  }
}
.comments-subcomment .icon {
  width: 0.35rem;
  height: 0.35rem;
  border-radius: 0.05rem;
  margin-right: 0.15rem;
}
.comments-subcomment:nth-of-type(2) {
  padding-top: 0.27rem;
}
.comments-text {
  -ms-flex-preferred-size: calc(100% - 0.4rem);
      flex-basis: calc(100% - 0.4rem);
}
.comments-text p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.1rem;
}
.comments-author {
  margin-bottom: 0.05rem;
  text-decoration: none;
  color: inherit;
  display: inline-block;
}
.comments-author p {
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0;
}
.comments-author p span {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #c5c5c5;
  margin-left: 0.1rem;
}
.comments-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.comments-reply {
  font-size: 0.16rem;
  line-height: 0.22rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  color: #c5c5c5;
  text-decoration: none;
  margin-right: 0.25rem;
}
.comments-likes {
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  color: #57b05f !important;
  text-decoration: none;
  padding-top: 0.02rem;
  padding-left: 0.25rem;
  background: url(../img/like.svg) left top/.16rem no-repeat;
}
.main-container {
  width: 100%;
  max-width: 9.7rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
      align-items: flex-start;
  padding-top: 0.3rem;
  padding-bottom: 20px;
}
@media (max-width: 1000px) {
  .main-container {
    padding: 0.3rem 10px 0.6rem;
  }
  footer {
    padding: 0 0.15rem;
  }
}
.main-content {
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
  margin-right: 0.3rem;
  background: #fff;
  border-radius: 0.05rem 0.05rem 0 0;
}
.aside {
  -ms-flex-preferred-size: 3.4rem;
      flex-basis: 3.4rem;
}
@media (max-width: 767px) {
  .main-container {
    display: block;
    padding: 0.3rem 10px 0.4rem;
  }
  .main-content {
    margin-right: 0;
  }
  .aside {
    display: none;
  }
}
.main-title {
  background: #007984;
  border-radius: 0.05rem 0.05rem 0 0;
  padding: 0.15rem 0.3rem;
  color: #fff;
  font-size: 0.2rem;
  line-height: 0.27rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}
.main-article {
  padding: 0.2rem 10px 0.05rem;
}
.main-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.05rem;
}
.main-top h1 {
  font-size: 0.18rem;
  line-height: 0.25rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #303030;
}
.main-top_icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.main-top_icons a {
  margin-right: 0.2rem;
}
@media (max-width: 767px) {
  .main-top_icons a {
    margin-right: 0;
  }
  .main-top_icons a:first-of-type {
    margin-right: 0.15rem;
  }
  .main-top_icons a:last-of-type {
    display: none;
  }
}
.main-top_icons a:last-of-type {
  margin-right: 0;
}
.main-social {
  margin-bottom: 0.25rem;
}
.main-publishDate {
  font-size: 0.15rem;
  line-height: 0.2rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #999;
  margin-bottom: 0.1rem;
}
.main-floatedImg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 0.25rem;
}
@media (max-width: 767px) {
  .main-floatedImg {
    -webkit-box-align: start;
    -ms-flex-align: start;
        align-items: flex-start;
    margin-bottom: 0.2rem;
  }
}
.main-floatedImg a {
  text-decoration: none;
  font-size: 0.18rem;
  line-height: 0.28rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #252323;
  -ms-flex-preferred-size: 3.85rem;
      flex-basis: 3.85rem;
}
@media (max-width: 767px) {
  .main-floatedImg a {
    -ms-flex-preferred-size: calc(100% - 1.1rem);
        flex-basis: calc(100% - 1.1rem);
  }
}
.main-floatedImg a:first-of-type {
  margin-right: 0.3rem;
  width: 1.25rem;
  -ms-flex-preferred-size: 1.25rem;
      flex-basis: 1.25rem;
}
.main-floatedImg a:first-of-type img {
  border-radius: 0.1rem;
}
.main-textEmphasis {
  margin-top: 0.25rem;
  font-size: 0.18rem;
  line-height: 0.25rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.25rem;
}
.main-centered {
  text-align: center;
  display: block;
  margin-bottom: 0;
}
.main-centered img.rounded {
  display: inline;
  margin-bottom: 0;
}
.main-btn {
  display: inline-block;
  margin: 0.4rem auto 0.5rem;
  background: #dc513a;
  color: #fff;
  text-align: center;
  padding: 0.2rem;
  text-transform: uppercase;
  font-size: 0.13rem;
  line-height: 0.18rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
  border-radius: 0.05rem;
  -webkit-box-shadow: 0 0.02rem 0.02rem rgba(0, 0, 0, 0.25);
          box-shadow: 0 0.02rem 0.02rem rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .main-floatedImg a:first-of-type {
    width: 0.9rem;
    -ms-flex-preferred-size: 0.9rem;
        flex-basis: 0.9rem;
    margin-right: 0.2rem;
  }
  .main-btn {
    margin-top: 0.35rem;
    margin-bottom: 0.35rem;
  }
}
.social-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.05rem 0.1rem;
  font-size: 0.12rem;
  line-height: 0.16rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 0.03rem;
  margin-right: 0.2rem;
  text-decoration: none;
}
.social-btn img {
  margin-right: 0.08rem;
}
.social-btn:last-of-type {
  margin-right: 0;
}
.social-btn_facebook {
  background: #1877f2;
}
.social-btn_tweeter {
  background: #0692e4;
}
main h2 {
  font-size: 0.33rem;
  line-height: 0.38rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  color: #303030;
  margin-bottom: 0.1rem;
}
main h3 {
  font-size: 0.18rem;
  line-height: 0.25rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 0.45rem;
}
main img.rounded {
  border-radius: 0.1rem;
  margin-bottom: 0.25rem;
}
main p {
  font-size: 0.16rem;
  line-height: 0.24rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin-bottom: 0.2rem;
}
main p a {
  text-decoration: none;
  color: inherit;
  font-weight: 700;
}
main p a.link {
  color: #2063B1;
}
main p a:hover {
  text-decoration: underline;
}
main p:last-of-type {
  margin-bottom: 0;
}
footer {
  background: #14232a;
  color: #899194;
}
.footer-wrapper {
  max-width: 9.7rem;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.25rem 0;
}
@media (max-width: 767px) {
  main h3 {
    margin-bottom: 0.3rem;
  }
  footer {
    padding: 0.3rem;
  }
  .footer-wrapper {
    display: block;
    padding: 0;
  }
}
.footer-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-preferred-size: 6rem;
      flex-basis: 6rem;
}
.footer-left p {
  font-size: 0.1rem;
  line-height: 0.15rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  -ms-flex-preferred-size: calc(100% - 0.8rem);
      flex-basis: calc(100% - 0.8rem);
}
.footer-left p span {
  display: block;
}
@media (max-width: 767px) {
  .footer-left p {
    -ms-flex-preferred-size: calc(100% - 0.7rem);
        flex-basis: calc(100% - 0.7rem);
    font-size: 0.07rem;
    line-height: 0.11rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 400;
  }
  .footer-left p span {
    display: inline;
  }
}
.footer-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-preferred-size: 3.4rem;
      flex-basis: 3.4rem;
}
.footer-right a {
  color: #899194;
  text-decoration: none;
  display: block;
  font-size: 0.1rem;
  line-height: 0.12rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
.footer-right a:hover {
  text-decoration: underline;
}
.footer-logo {
  -ms-flex-preferred-size: 0.52rem;
      flex-basis: 0.52rem;
  width: 0.52rem;
  margin-right: 0.25rem;
}
.header {
  background: #dc513a;
}
@media (max-width: 1200px) {
  .header {
    padding: 0 0.15rem;
  }
}
@media (max-width: 767px) {
  .footer-right {
    display: none;
  }
  .footer-logo {
    -ms-flex-preferred-size: 0.5rem;
        flex-basis: 0.5rem;
    width: 0.5rem;
    margin-right: 0.2rem;
  }
  .header {
    padding: 0.05rem 0.3rem;
  }
}
.header-container {
  width: 100%;
  max-width: 11.7rem;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
      align-items: stretch;
}
.header-left,
.header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.header-left {
  padding: 0.12rem 0 0.1rem;
}
.header-right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
      justify-content: flex-end;
}
.header-burger {
  width: 0.24rem;
  height: 0.18rem;
  position: relative;
  margin-right: 0.27rem;
}
.header-burger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 0.02rem;
  background: #fff;
  left: 0;
}
.header-burger span:nth-of-type(1) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.header-burger span:nth-of-type(3) {
  bottom: 0;
}
.header-logo {
  max-width: 1.62rem;
}
@media (max-width: 767px) {
  .header-left {
    padding: 0.02rem 0 0;
  }
  .header-burger {
    width: 0.2rem;
    height: 0.15rem;
    margin-right: 0.2rem;
  }
  .header-logo {
    max-width: 1.35rem;
  }
  .header-logo_small {
    display: none;
  }
}
.header-logo_small {
  width: 0.87rem;
  height: 100%;
  background: url(../img/logo_2.svg) center center/cover no-repeat;
}
.header-search {
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/search.svg) center center/contain no-repeat;
  margin-right: 0.18rem;
}
html {
  font-size: 625%;
}
@media (max-width: 480px) {
  html {
    font-size: 21vw;
  }
}
body {
  width: 100%;
  min-height: 100vh;
  padding: 0;
  margin: 0 auto;
  color: #252323;
  background: #000001;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 0.18rem;
}
@media (max-width: 767px) {
  .header-search {
    width: 0.2rem;
    height: 0.2rem;
    margin-right: 0;
  }
  body {
    max-width: 480px;
  }
}
.widthContainer {
  max-width: 19.2rem;
  margin: 0 auto;
}
@media (max-width: 1919px) {
  .widthContainer {
    width: 12.2rem;
  }
}
@media (max-width: 767px) {
  .widthContainer {
    width: 100%;
  }
}
iframe ~ div {
  font-size: 0.16rem;
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* > * {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
h1,
h2,
h3,
h4 {
  margin: 0;
  padding: 0;
}
.button {
  background: #8000ff;
  width: 4.45rem;
  font-size: 0.41rem;
  line-height: 0.47rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 600;
  color: #fff;
  text-align: center;
  border: none;
  outline: 0;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
  display: block;
  margin-bottom: 0;
  padding: 0.2rem;
}
.button:hover {
  cursor: pointer;
  background: #6401c7;
}
.button:active,
.button:focus {
  background: #45008a;
}
.alternativeTitle,
.standardTitle {
  text-align: center;
  font-size: 0.45rem;
  line-height: 0.54rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: #34477a;
  letter-spacing: 0.06em;
}
.alternativeTitle span,
.standardTitle span {
  color: #34477a;
}
.alternativeTitle b,
.standardTitle b {
  font-weight: 700;
}
@media (max-width: 1100px) {
  .alternativeTitle,
  .standardTitle {
    font-size: 0.35rem;
    line-height: 0.42rem;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
    padding: 0 0.3rem;
  }
}
.standardTitleWrap {
  padding: 0.2rem;
  background: #5f0;
  width: 4.3rem;
  border-radius: 0 0.2rem;
  margin: 0 auto;
}
.alternativeTitle {
  color: #252323;
}
.standard-list li {
  padding-left: 0.55rem;
  margin-bottom: 0.3rem;
  padding-right: 0.2rem;
  position: relative;
  font-size: 0.25rem;
  line-height: 0.33rem;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
.standard-list li:last-of-type {
  margin-bottom: 0;
}
.standard-list li::before {
  content: "";
  display: block;
  width: 0.25rem;
  height: 0.25rem;
  background: url(../img/check.svg) center center/cover no-repeat;
  position: absolute;
  left: 0.15rem;
  top: 0.05rem;
}
.standardPadd {
  padding: 0 20px;
}
.standardText {
  margin: 0 0 10px;
  padding: 0 20px;
  font-size: 21px;
  line-height: 25px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
}
.standardText span {
  font-size: 21px;
  line-height: 25px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 700;
}
.nopad {
  padding: 0;
}
.standardTextWrap {
  padding: 35px 30px;
  color: #fff;
}
.roundBlock {
  position: relative;
  margin-bottom: 80px;
  background: #5f0;
}
.roundBlock::before {
  display: block;
  position: absolute;
  content: "";
  left: 0;
  width: 100%;
  height: 100px;
  top: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/pseudo-bottom.svg);
  background-size: 100% 100%;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: -1;
}
.altTitle {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 30px;
  line-height: 35px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 800;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 400px) {
  .altTitle {
    font-size: 26px;
    line-height: 28px;
    font-family: "Open Sans", Arial, sans-serif;
    font-weight: 700;
  }
}
header {
  -webkit-box-shadow: 0 -15px 12px rgba(0, 0, 0, 0.25);
          box-shadow: 0 -15px 12px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 1;
}
main {
  display: block;
  background: #f5f5f5;
  position: relative;
  z-index: 0;
  width: 100%;
  min-height: 100vh;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
      align-items: center;
}
.list-reset {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p {
  font-weight: 400;
  margin: 0;
}
p.light {
  font-weight: 300;
}
p.medium {
  font-weight: 500;
}
p.semibold {
  font-weight: 600;
}
p.bold {
  font-weight: 700;
}
p.black {
  font-weight: 900;
}
.no-mobile {
  display: block;
}
.no-desktop {
  display: none;
}
@media (max-width: 1100px) {
  .no-mobile {
    display: none;
  }
  .no-desktop {
    display: block;
  }
}
