@charset "UTF-8";
.color_alt {
  color: #9ca0ae;
}

.color_alt_2 {
  color: #17b9dc;
}

.color_light {
  color: #797979;
}

.c_h {
  color: #2b3542;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-light.eot');
  src: url('../fonts/gilroy-light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/gilroy-light.svg#gilroy-light') format('svg'),
      url('../fonts/gilroy-light.ttf') format('truetype'),
      url('../fonts/gilroy-light.woff') format('woff'),
      url('../fonts/gilroy-light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
 }

 @font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular.eot');
  src: url('../fonts/gilroy-regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/gilroy-regular.svg#gilroy-regular') format('svg'),
      url('../fonts/gilroy-regular.ttf') format('truetype'),
      url('../fonts/gilroy-regular.woff') format('woff'),
      url('../fonts/gilroy-regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
 }
 
 @font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-bold.eot');
  src: url('../fonts/gilroy-bold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/gilroy-bold.svg#gilroy-bold') format('svg'),
      url('../fonts/gilroy-bold.ttf') format('truetype'),
      url('../fonts/gilroy-bold.woff') format('woff'),
      url('../fonts/gilroy-bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
 }

.is-grid {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

.mw.alignleft {
  margin-right: 2em;
}

.mw.alignright {
  margin-left: 2em;
}

.mw.is-grid {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 0;
  list-style: none;
}

@media (min-width: 960px) {
  .mw.cols-2 .col {
    width: calc((100% / 2) - 32px);
  }
  .mw.cols-3 .col {
    width: calc((100% / 3) - 32px);
  }
  .mw.cols-4 .col {
    width: calc((100% / 4) - 32px);
  }
  .mw.cols-5 .col {
    width: calc((100% / 5) - 32px);
  }
  .mw.cols-6 .col {
    width: calc((100% / 6) - 32px);
  }
}

/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

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;
}

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: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  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'] {
  box-sizing: border-box;
  padding: 0;
}

[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto;
}

[type='search'] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

:focus {
  outline: 0;
}

html {
  font-size: 16px;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  font-size: 1em;
  line-height: 1.5;
  margin: 0;
  text-rendering: optimizeLegibility;
}

button,
input,
optgroup,
select,
textarea {
  color: #000;
  font-family: Gilroy, sans-serif;
  font-weight: 400;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
}

p {
  margin: 0;
  font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  letter-spacing: -0.02em;
  line-height: 1.2;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-wrap: break-word;
  hyphens: auto;
  font-family: Gilroy, sans-serif;
  font-weight: 300;
}

strong {
  font-weight: 700;
}

h1 {
  font-size: 2.5em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.25em;
}

h4 {
  font-size: 1em;
}

h5 {
  font-size: 1em;
}

h6 {
  font-size: 0.8928571429em;
}

.before_title,
.content .before_title {
  margin: 1.5em auto;
}

@media only screen and (min-width: 768px) {
  .before_title,
  .content .before_title {
    margin-bottom: 0;
  }
}

blockquote {
  hyphens: auto;
  word-break: break-word;
}

.w_400 {
  font-weight: 400;
}

.w_600 {
  font-weight: 600;
}

.w_700 {
  font-weight: 700;
}

.w_900 {
  font-weight: 900;
}

.up {
  text-transform: uppercase;
}

html {
  box-sizing: border-box;
}

::-moz-selection {
  background-color: #cfdfff;
}

::selection {
  background-color: #cfdfff;
}

*,
:after,
:before {
  box-sizing: inherit;
}

body {
  background-color: #fff;
}

a {
  transition: color 110ms ease-in-out;
  color: #9ca0ae;
}

a:active,
a:hover {
  color: #808597;
  outline: 0;
  text-decoration: none;
}

a:focus {
  outline: thin;
  outline-style: dotted;
  text-decoration: underline;
}

@media only screen and (min-width: 1024px) {
  .content h1,
  .content h2,
  .content h3,
  .content h4,
  .content h5,
  .content h6 {
    margin: calc(3 * 1rem) 0 1em;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 1.5rem 0;
}

@media only screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    display: inline-block;
  }
}

@media only screen and (min-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    display: inherit;
  }
}

@media only screen and (min-width: 1024px) {
  h2 {
    margin: calc(3 * 1rem) 0;
  }
  h2.sub_title {
    margin-top: -1rem;
  }
}

hr {
  background-repeat: no-repeat;
  background-position: center center;
  border: 0;
  height: 32px;
  margin-bottom: 2em;
  margin-top: 1em;
}

ol,
ul {
  padding-left: 1rem;
}

ul {
  list-style: disc;
}

ul ul {
  list-style-type: circle;
}

ol {
  list-style: decimal;
}

li {
  line-height: 1.5;
}

li > ol,
li > ul {
  padding-left: 2rem;
}

dt {
  font-weight: 700;
}

dd {
  margin: 0 1rem 1rem;
}

ul.marked {
  text-align: left;
}

ul.marked li {
  list-style: none;
  position: relative;
  margin-bottom: 1rem;
  padding-left: 48px;
  font-weight: 400;
}

ul.marked li:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 16px);
  height: 32px;
  width: 32px;
  background-image: url("../img/check.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.marked li:last-of-type:before {
  top: 0;
}

ul.marked li.type_1:before {
  top: 0;
}

ul.marked.marked2 li:before {
  content: '';
  position: absolute;
  left: 0;
  top: calc(50% - 12px);
  height: 24px;
  width: 23px;
  background-image: url("../img/a7-check.svg");
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

ul.marked.type_2 {
  padding: 0;
  margin-bottom: 2em;
}

ul.marked.type_2 li {
  text-align: center;
}

ul.marked.type_3 {
  padding: 0;
}

ul.marked.type_3 li {
  padding-left: 2em;
}

ul.marked.type_3 li:before {
  background-image: none;
  width: 16px;
  height: 16px;
  background: #cc0040;
  display: block;
  top: 3px;
  border-radius: 60px;
}

ul.list-simple {
  padding-left: 1.1em;
}

ul.list-simple li {
  list-style: disc;
}

ul.flex {
  display: grid;
  grid-gap: 2em;
}

ul.flex li {
  list-style: none;
}

@media only screen and (min-width: 1024px) {
  ul.flex {
    display: flex;
    align-items: center;
    padding: 0;
  }
}

ul.list-table {
  padding: 0;
}

ul.list-table li {
  display: flex;
  justify-content: space-between;
  list-style: none;
  border-bottom: 1px solid #2f3877;
  padding: 0.5em 0;
}

ul.list-table li span {
  width: 40%;
  text-align: left;
}

ul.list-table li strong {
  text-align: right;
}

ul.numeration {
  list-style: none;
  padding: 0;
}

ul.numeration li {
  display: flex;
  flex-direction: column;
  margin-bottom: 2em;
}

@media only screen and (min-width: 1024px) {
  ul.numeration li {
    flex-direction: row;
  }
}

ol li {
  margin-bottom: 1em;
}

.num {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 20px;
  background: #9ca0ae;
  color: #fff;
  margin: 0 auto;
}

@media only screen and (min-width: 1024px) {
  .num {
    margin: 1em 1em auto;
    min-width: 40px;
  }
}

img {
  height: auto;
  max-width: 100%;
  position: relative;
}

figure {
  margin: 0;
}

blockquote {
  border-left: 2px solid #9ca0ae;
  margin-left: 0;
  padding: 0 0 0 1rem;
}

blockquote > p {
  margin: 0 0 1rem;
}

blockquote cite {
  color: #797979;
}

strong.author {
  display: block;
  margin-top: calc(2 * 1rem);
}

.price {
  font-size: 24px;
  display: block;
}

.price span.old {
  text-decoration: line-through;
}

.price span.new {
  color: #17b9dc;
}

.timer_container .timer {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  font-weight: 700;
  color: #202831;
}

.timer_container .timer * {
  margin-bottom: 0;
}

.timer_container .timer .item-timer {
  display: flex;
  align-items: center;
}

.timer_container .timer .item-timer * {
  margin-bottom: 0;
}

.timer_container .timer .item-timer .dots {
  margin: 0 0.5em;
}

.timer_container .timer .min:after {
  content: 'm';
}

.timer_container .timer .sec:after {
  content: 's';
}

.popup {
  z-index: 3333;
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(51, 51, 51, 0.9);
  -webkit-animation: BackgroundGradient 4s ease infinite;
  animation: BackgroundGradient 4s ease infinite;
  background-size: 400% 400%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
  transition: opacity 0.3s 0s, visibility 0s 0.3s;
}

.popup .form-box {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup .form-box .button {
  margin: 0 auto;
}

.popup.is-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
  transition: opacity 0.3s 0s, visibility 0s 0s;
}

.popup-container {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  width: 90%;
  max-width: 300px;
  margin: 4em auto;
  background: #fff;
  text-align: center;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-40px);
  transform: translateY(-40px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.popup-container .fw:after {
  display: none;
}

.popup-container .fw form {
  background-color: transparent;
  box-shadow: none;
  border: none;
}

.popup-container form {
  min-width: inherit;
  max-width: 274px;
  min-height: inherit;
}

.popup-container form:before {
  display: none;
}

.popup-container form h5 {
  text-align: center;
}

.popup-container form h5 br {
  display: block;
}

.no-touch .cd-popup-container li:first-child a:hover {
  background-color: #fc8982;
}

.popup-container li:last-child a {
  background: #b6bece;
  border-radius: 0 0 0.25em 0;
}

.no-touch .popup-container .cd-buttons li:last-child a:hover {
  background-color: #c5ccd8;
}

.popup-container .popup-close {
  text-indent: -10000px;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 30px;
  height: 30px;
  z-index: 100;
}

.popup-container .popup-close::after,
.popup-container .popup-close::before {
  content: '';
  position: absolute;
  top: 12px;
  width: 14px;
  height: 3px;
  background-color: #000;
}

.popup-container .popup-close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 0;
  width: 20px;
  height: 1px;
}

.popup-container .popup-close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  width: 20px;
  height: 1px;
}

.is-visible .popup-container {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

@media only screen and (min-width: 1170px) {
  .popup-container {
    margin: 8em auto;
  }
}

.scw button {
  border: none;
  background: 0 0;
}

.scw ul {
  padding: 0;
}

.scw li {
  list-style: none;
}

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

.scc .next:before,
.scc .prev:before {
  content: '';
  display: block;
  width: 48px;
  height: 48px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media only screen and (min-width: 768px) {
  .scc .next:before,
  .scc .prev:before {
    width: 68px;
    height: 68px;
  }
}

.scc {
  margin-top: 1em;
}

.scc .prev:before {
  background-image: url("../img/prev.svg");
}

.scc .next:before {
  background-image: url("../img/next.svg");
}

#reviews {
  margin: 0 -1em;
}

@media only screen and (min-width: 768px) {
  #reviews {
    margin: 0 auto;
  }
}

.scw li {
  border: dotted 2px #6fdbee;
  max-width: 736px;
  padding: 1em;
  box-shadow: 0;
  background: #fff;
  border-radius: 1em;
  margin: 1em 1.5em 2.5em;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .scw li {
    margin: 0 auto 2em;
    padding: 2em 2em;
    text-align: center;
    display: flex;
    flex-direction: row;
  }
}

.scw figure {
  margin-bottom: 1em;
  margin-right: 0;
}

@media only screen and (min-width: 1024px) {
  .scw figure {
    margin-right: 30px;
  }
}

.scw figure figcaption {
  padding: 0;
  padding-top: 16px;
}

.scw figure figcaption h5 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 0;
}

.scw figure figcaption h5 span {
  font-weight: 400;
}

@media only screen and (min-width: 1024px) {
  .scw figure {
    min-width: 120px;
  }
}

.scw article {
  padding-bottom: 1em;
  font-size: 14px;
}

.scw article p {
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .scw article p {
    text-align: left;
  }
}

.scw article figure img {
  margin: 23px auto;
}

@media only screen and (min-width: 1024px) {
  .scw article figure img {
    margin: 0;
    margin-right: auto;
    margin-top: 23px;
  }
}

.scw article * {
  margin-bottom: 1.5em;
}

.scc {
  margin-bottom: 2em;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  .scc {
    display: block;
    position: absolute;
    width: 100%;
    top: 26%;
    left: 0;
  }
  .scc .next,
  .scc .prev {
    position: absolute;
  }
  .scc .prev {
    left: 50px;
  }
  .scc .next {
    right: 50px;
  }
}

@media only screen and (min-width: 1379px) {
  .scc .prev {
    left: 84px;
  }
  .scc .next {
    right: 84px;
  }
}

br {
  display: block;
}

.table {
  display: grid;
  grid-template-columns: 1fr 2fr;
  font-size: 90%;
  background: #fff;
  margin-bottom: 4em;
  overflow: hidden;
  color: #000;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
  border-radius: 1em;
  padding: 20px;
}

.table h5 {
  margin: 0;
  font-size: 16px;
  text-align: center;
  font-weight: 700;
}

.table h6 {
  font-size: 16px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  .table {
    font-size: 90%;
  }
}

@media only screen and (min-width: 1024px) {
  .table {
    font-size: 100%;
    margin: 3em 0;
  }
}

.table .features {
  text-align: left;
  display: grid;
  font-weight: 700;
  z-index: 100;
}

.table .features > div {
  padding: 0 0.8em;
  height: 140px;
  display: flex;
  align-items: center;
  line-height: 1.5;
}

.table .features > .param {
  padding-left: 0;
}

.table .cols {
  text-align: left;
}

.table .col {
  display: grid;
  max-width: 256px;
  text-align: center;
}

.table .col div:first-child {
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  .table .col {
    max-width: none;
  }
}

.table.type_0 .col {
  background: linear-gradient(0deg, #202125 0, #3b3b43 100%);
}

.table.type_0 .col div {
  border-bottom: 1px solid #656464;
}

.table.type_0 .col div:last-child {
  border-bottom: none;
}

.table.type_1 {
  margin-bottom: 2em;
  margin-top: 2em;
  grid-template-columns: 50% 50%;
}

@media only screen and (min-width: 768px) {
  .table.type_1 {
    grid-template-columns: 30% 70%;
  }
}

@media only screen and (min-width: 1024px) {
  .table.type_1 {
    margin-top: 3em;
    margin-bottom: 3em;
  }
}

.table.type_1 .features div {
  height: 56px;
}

.table.type_1 .features div:first-child {
  border-bottom: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  height: 78px;
}

.table.type_1 .features div.param {
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
  margin-left: 0;
}

.table.type_1 .features div.param:last-child {
  border-bottom: none;
}

.table.type_1 .col.other div {
  border-right: none;
}

.table.type_1 .col div:first-child {
  font-size: 16px;
  padding-top: 1em;
  height: 78px;
}

.table.type_1 .col div:first-child h5 {
  font-weight: 700;
  font-size: 16px;
  color: #000;
}

.table.type_1 .col div {
  height: auto;
  min-height: 56px;
  color: #000;
  display: flex;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.table.type_1 .col div:first-child {
  border-right: none;
  align-items: flex-start;
}

.table.type_1 .col div:last-child {
  border-bottom: none;
}

.table.type_1 img {
  max-width: 160px;
}

.card {
  border-radius: 2em;
  box-shadow: 0 16px 24px 0 rgba(0, 0, 0, 0.07);
  background: #fff;
  padding: 1.5em;
  text-align: left;
  background: #9ca0ae;
}

.cards {
  padding: 0;
}

.cards h1,
.cards h2,
.cards h3,
.cards h5,
.cards h6 {
  margin: 0;
}

.cards h5 {
  margin-bottom: 0.5em;
}

.cards li {
  list-style: none;
  width: 100%;
}

.cards li p {
  margin-bottom: 0;
}

.cards figure img {
  display: block;
  margin: 0 auto;
}

@media (min-width: 320px) {
  .cards li:not(.in) {
    width: calc((100%) - calc(2 * 1rem));
    margin: 0 auto calc(2 * 1rem);
  }
}

@media (min-width: 480px) {
  .cards li:not(.in) {
    width: calc((100% / 2) - calc(2 * 1rem));
    width: 40%;
  }
}

@media only screen and (min-width: 1024px) {
  .cards {
    text-align: center;
  }
  .cards li:not(.in) {
    width: calc((100% / 4) - calc(2 * 1rem));
  }
}

.cards.type_1 {
  margin-top: 64px;
}

@media only screen and (min-width: 1024px) {
  .cards.type_1 {
    margin-bottom: 0;
  }
}

.cards.type_1 li {
  text-align: center;
  font-size: 16px;
}

.cards.type_1 li figcaption {
  padding: 20px;
}

.cards.type_1 li p {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cards.type_1 li {
/*    width: calc((100% / 2) - calc(2 * 1rem));*/
    width: 21%;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_1 li {
    width: calc((100% / 8) - calc(2 * 1rem));
  }
}

.cards.type_2 {
  margin: 0 -1rem 2rem;
}

.cards.type_2 li {
  text-align: center;
  border-radius: 8px;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
  background-color: #fff;
  padding: 40px 0 0;
}

.cards.type_2 li p {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .cards.type_2 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_2 li {
    width: calc((100% / 4) - calc(2 * 1rem));
  }
}

.cards.type_3 {
  margin: 2rem -1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_3 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_3 {
    margin-top: 24px;
    margin-bottom: 91px;
  }
}

.cards.type_3 li {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cards.type_3 li {
    width: calc((100% / 1) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_3 li {
    width: calc((100% / 3) - calc(2 * 1rem));
  }
}

.cards.type_5 {
  margin: 2rem -1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_5 {
    margin: 0 -1rem 2rem;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_5 {
    margin: 4.18rem -1rem 0;
  }
}

.cards.type_5 li {
  padding: 32px;
  text-align: left;
  border-radius: 8px;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
  background-color: #fff;
}

.cards.type_5 li figure {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  .cards.type_5 li figure {
    flex-direction: row;
  }
}

.cards.type_5 li figcaption {
  padding: 0;
}

@media only screen and (min-width: 1024px) {
  .cards.type_5 li figcaption {
    padding: 0 0 0 20px;
  }
}

.cards.type_5 li figcaption p {
  font-size: 16px;
  text-align: center;
  margin-top: 24px;
}

@media only screen and (min-width: 1024px) {
  .cards.type_5 li figcaption p {
    text-align: left;
    margin-top: 0;
    max-width: 359px;
  }
}

.cards.type_5 li figcaption p:first-child {
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  .cards.type_5 li {
    width: calc((100% / 1) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_5 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

.cards.type_6 {
  margin: 2rem -1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_6 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_6 {
    margin: 4.18rem -1rem 2rem;
  }
}

.cards.type_6 li {
  text-align: center;
  border-radius: 16px;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
  background-color: #fff;
  padding: 32px;
}

.cards.type_6 li figure {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.cards.type_6 li figure figcaption {
  padding: 0 0 0 24px;
}

@media only screen and (min-width: 1024px) {
  .cards.type_6 li figure {
    flex-direction: row;
  }
}

@media only screen and (min-width: 768px) {
  .cards.type_6 li {
    width: calc((100% / 1) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_6 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

.cards.type_7 {
  margin: 28px -1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_7 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_7 {
    margin-top: 24px;
  }
}

.cards.type_7 li {
  text-align: center;
}

.cards.type_7 li p {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cards.type_7 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_7 li {
    width: calc((100% / 3) - calc(2 * 1rem));
  }
}

.cards.type_88 li {
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (min-width: 1024px) {
  .cards.type_88 li {
    flex-direction: row;
    justify-content: center;
  }
  .cards.type_88 li:nth-child(3) p {
    max-width: 160px;
  }
}

.cards.type_88 li p {
  text-align: center;
  font-weight: 700;
  font-size: 16px;
}

@media only screen and (min-width: 1024px) {
  .cards.type_88 li p {
    text-align: left;
  }
}

.cards.type_88 li .other {
  margin-left: 5px;
}

@media only screen and (min-width: 1024px) {
  .cards.type_88 li .other {
    margin-left: 32px;
  }
}

.cards.type_88 li .h {
  margin-right: 17px;
  max-width: 160px;
}

@media only screen and (min-width: 768px) {
  .cards.type_88 li .h {
    max-width: initial;
    margin-right: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_88 li .h {
    margin-right: 32px;
  }
}

.cards.type_88 li figure img {
  max-width: 160px;
}

@media only screen and (min-width: 768px) {
  .cards.type_88 li {
    width: calc((100% / 1) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_88 li {
    width: calc((100% / 0.5) - calc(2 * 1rem));
  }
}

.cards.type_8 {
  margin: 28px -1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_8 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_8 {
    margin: 4.18rem -1rem 2rem;
  }
}

.cards.type_8 li {
  padding: 32px;
  text-align: center;
  border-radius: 8px;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
  background-color: #fff;
}

@media only screen and (min-width: 1024px) {
  .cards.type_8 li {
    text-align: left;
  }
}

.cards.type_8 li figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@-moz-document url-prefix() {
  .cards.type_8 li figure img {
    width: 100px;
    height: 100px;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_8 li figure {
    flex-direction: row;
  }
}

.cards.type_8 li figure figcaption h5 {
  font-weight: 700;
  font-size: 20px;
}

.cards.type_8 li figure figcaption p {
  font-size: 14px;
}

@media only screen and (min-width: 1024px) {
  .cards.type_8 li figure figcaption {
    padding: 0 0 0 20px;
  }
}

@media only screen and (min-width: 768px) {
  .cards.type_8 li {
    width: calc((100% / 1) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_8 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

.cards.type_9 {
  margin: 28px -1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_9 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_9 {
    margin-top: 24px;
  }
}

.cards.type_9 li {
  text-align: center;
}

.cards.type_9 li figcaption {
  padding: 0;
  margin-top: 19px;
}

.cards.type_9 li p {
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .cards.type_9 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_9 li {
    width: calc((100% / 4) - calc(2 * 1rem));
  }
}

.cards.type_10 {
  margin: 28px -1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_10 {
    margin: 0 -1rem -4rem;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_10 {
    margin: 24px -1rem 2rem;
  }
}

.cards.type_10 li {
  text-align: center;
}

.cards.type_10 li figcaption {
  padding: 0;
  margin-top: 9px;
}

.cards.type_10 li p {
  font-weight: 700;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .cards.type_10 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_10 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

.cards.type_11 {
  margin: 28px -1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_11 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_11 {
    margin-top: 24px;
  }
}

.cards.type_11 li {
  padding: 32px;
  text-align: center;
  border-radius: 16px;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
  background-color: #fff;
}

.cards.type_11 li figure {
  display: flex;
  flex-direction: row;
  align-items: center;
}

@media only screen and (min-width: 768px) {
  .cards.type_11 li figure img {
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_11 li figure img {
    margin: 0 auto;
  }
}

.cards.type_11 li figure figcaption {
  padding: 0;
  margin-left: 26px;
}

.cards.type_11 li figure figcaption p {
  text-align: left;
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  .cards.type_11 li {
    width: calc((100% / 1) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_11 li {
    width: calc((100% / 3) - calc(2 * 1rem));
  }
}

.cards.type_12 {
  margin: 28px auto 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_12 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_12 {
    margin: 62px -1rem 2rem;
  }
}

.cards.type_12 li {
  text-align: center;
}

@-moz-document url-prefix() {
  .cards.type_12 li {
    text-align: center;
  }
}

.cards.type_12 li p {
  font-weight: 700;
  font-size: 16px;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  .cards.type_12 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_12 li {
    width: calc((100% / 4) - calc(2 * 1rem));
  }
}

.cards.type_13 {
  margin: 28px -1rem 2rem;
}

@media only screen and (min-width: 768px) {
  .cards.type_13 {
    margin-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_13 {
    margin: 62px -1rem 2rem;
  }
}

.cards.type_13 li {
  padding: 40px 24px;
  border-radius: 8px;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
  background-color: #fff;
}

.cards.type_13 li figcaption {
  padding: 20px 0 0 0;
}

.cards.type_13 li p {
  font-size: 16px;
}

@media only screen and (min-width: 768px) {
  .cards.type_13 li {
    width: calc((100% / 2) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .cards.type_13 li {
    width: calc((100% / 4) - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .c-2 {
    width: calc((100% / 12) * 2 - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .c-3 {
    width: calc((100% / 12) * 3 - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .c-4 {
    width: calc((100% / 12) * 4 - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .c-5 {
    width: calc((100% / 12) * 5 - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .c-6 {
    width: calc((100% / 12) * 6 - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .c-7 {
    width: calc((100% / 12) * 7 - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .c-8 {
    width: calc((100% / 12) * 8 - calc(2 * 1rem));
  }
}

@media only screen and (min-width: 1024px) {
  .c-9 {
    width: calc((100% / 12) * 9 - calc(2 * 1rem));
  }
}

form {
  background: #fffefe;
  color: #000;
  text-align: center;
  padding: 1.5rem;
  display: inline-block;
  width: 100%;
  border-radius: 1em;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
}

form > * {
  display: block;
  margin-bottom: 0.5em;
}

@media only screen and (min-width: 1024px) {
  form > * {
    margin-bottom: 0.5em;
  }
}

form > :first-child {
  margin-top: 0;
}

form > :last-child {
  margin-bottom: 0;
}

form input[type='submit'] {
  width: 100%;
}

.btn,
.button,
button:not(.next):not(.prev),
input[type='button'],
input[type='reset'],
input[type='submit'] {
  transition: background 150ms ease-in-out;
  background-image: linear-gradient(to bottom, #fae857, #f2cd2c);
  box-shadow: 0 6px 18px 0 rgba(245, 217, 63, 0.73);
  border: none;
  box-sizing: border-box;
  text-transform: none;
  color: #000;
  font-weight: 700;
  line-height: 1.2;
  outline: 0;
  padding: 1rem;
  text-decoration: none;
  vertical-align: bottom;
  border-radius: 5em;
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .btn,
  .button,
  button:not(.next):not(.prev),
  input[type='button'],
  input[type='reset'],
  input[type='submit'] {
    width: auto;
  }
}

.btn:hover,
.button:hover,
button:not(.next):not(.prev):hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  background-image: linear-gradient(to bottom, #f7e12e, #f2c810);
  box-shadow: none;
  color: #fff;
  cursor: pointer;
}

.btn:visited,
.button:visited,
button:not(.next):not(.prev):visited,
input[type='button']:visited,
input[type='reset']:visited,
input[type='submit']:visited {
  color: #fff;
  text-decoration: none;
}

.btn:focus,
.button:focus,
button:not(.next):not(.prev):focus,
input[type='button']:focus,
input[type='reset']:focus,
input[type='submit']:focus {
  background: #17b9dc;
  color: #fff;
  outline: thin dotted;
  outline-offset: -4px;
}

input[type='color'],
input[type='date'],
input[type='datetime-local'],
input[type='datetime'],
input[type='email'],
input[type='month'],
input[type='number'],
input[type='password'],
input[type='range'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='time'],
input[type='url'],
input[type='week'],
textarea {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #e6eaf3;
  box-sizing: border-box;
  border-radius: 24px;
  outline: 0;
  padding: 0.66rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.form-control {
  -webkit-backface-visibility: hidden;
  background: #fff;
  border: solid 1px #e6eaf3;
  box-sizing: border-box;
  border-radius: 24px;
  outline: 0;
  padding: 0.66rem 0.66rem;
  -webkit-appearance: none;
  outline-offset: 0;
  width: 100%;
  text-align: center;
  font-size: 14px;
  background-size: 4%;
  background-image: url('../images/open.png');
  background-position: right;
  background-repeat: no-repeat;
}

::-webkit-input-placeholder {
  color: #788ab6;
}

::-moz-placeholder {
  color: #788ab6;
}

:-moz-placeholder {
  color: #788ab6;
}

:-ms-input-placeholder {
  color: #788ab6;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

#content[tabindex='-1']:focus {
  outline: 0;
}

.alignleft {
  float: left;
  margin-right: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignleft {
    margin-right: calc(2 * 1rem);
  }
}

.alignright {
  float: right;
  margin-left: 1rem;
}

@media only screen and (min-width: 768px) {
  .alignright {
    margin-left: calc(2 * 1rem);
  }
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.clear:after,
.clear:before,
.comment-content:after,
.comment-content:before,
.entry-content:after,
.entry-content:before,
.mw:after,
.mw:before,
.site-content:after,
.site-content:before,
.site-footer:after,
.site-footer:before,
.site-header:after,
.site-header:before {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.comment-content:after,
.entry-content:after,
.site-content:after,
.site-footer:after,
.site-header:after {
  clear: both;
}

body .content,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  text-align: center;
  overflow: hidden;
}

@media only screen and (min-width: 1024px) {
  body .content,
  body h1,
  body h2,
  body h3,
  body h4,
  body h5,
  body h6 {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  body .dc .content,
  body .dc h1,
  body .dc h2,
  body .dc h3,
  body .dc h4,
  body .dc h5,
  body .dc h6 {
    text-align: center;
  }
}

section {
  padding: 1px;
}

#art011 h4 {
  font-size: 20px;
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  #art011 h2 {
    max-width: 627px;
  }
  #art011 h4 {
    text-align: right;
  }
}

#art1 ul.cards {
  margin-top: 64px;
}

#art1 ul.cards li {
  font-size: 16px;
  font-weight: 700;
}

#art2 h2 {
  font-weight: 700;
}

#art2 h4 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  #art2 .mw.is-grid {
    margin-top: 0;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1024px) {
  #art2 .mw.is-grid {
    flex-direction: row;
  }
  #art2 h4 {
    text-align: right;
  }
}

#art3 h2 {
  color: #000;
  margin-bottom: 24px;
}

@media only screen and (min-width: 768px) {
  #art3 h2 {
    max-width: 400px;
    margin-top: 64px;
  }
}

@media only screen and (min-width: 1024px) {
  #art3 h2 {
    max-width: initial;
  }
}

#art3 p.after__title {
  color: #000;
  font-size: 16px;
  text-align: center;
  margin-bottom: 28px;
}

@media only screen and (min-width: 1024px) {
  #art3 p.after__title {
    max-width: 876px;
    margin: 0 auto 28px;
  }
}

@media only screen and (min-width: 1024px) {
  #art3 figure img {
    margin: 0;
    margin-left: auto;
  }
}

#art4 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #art4 {
    padding-bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
  #art4 {
    padding-bottom: 30px;
  }
}

#art4 .mw.is-grid {
  margin-top: 48px;
}

@media only screen and (min-width: 768px) {
  #art4 .mw.is-grid {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  #art4 .mw.is-grid {
    text-align: left;
  }
}

#art4 h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 1024px) {
  #art4 h3 {
    margin-top: 0;
    max-width: 528px;
  }
}

#art4 p {
  margin-bottom: 24px;
  text-align: center;
  max-width: 538px;
}

@media only screen and (min-width: 1024px) {
  #art4 p {
    text-align: left;
  }
}

#art4 a {
  padding: 14px 37px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #art4 a {
    margin-bottom: 0;
  }
}

#art55 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #art55 {
    padding-bottom: 62px;
  }
}

#art55 h2 {
  margin-bottom: 13px;
}

@media only screen and (min-width: 1024px) {
  #art55 h2 {
    margin-top: 64px;
  }
}

#art55 p.after__title {
  font-size: 20px;
  text-align: center;
  max-width: 701px;
  margin: 0 auto;
}

#art6 {
  color: #000;
}

@media only screen and (min-width: 1024px) {
  #art6 {
    padding-bottom: 28px;
  }
}

#art6 .mw.is-grid {
  margin-top: 48px;
}

@media only screen and (min-width: 768px) {
  #art6 .mw.is-grid {
    text-align: center;
  }
}

@media only screen and (min-width: 1024px) {
  #art6 .mw.is-grid {
    text-align: left;
  }
}

#art6 h3 {
  font-size: 24px;
  margin-bottom: 24px;
}

@media only screen and (min-width: 1024px) {
  #art6 h3 {
    margin-top: 35px;
  }
}

#art6 p {
  margin-bottom: 32px;
  text-align: center;
  max-width: 544px;
  font-size: 16px;
}

@media only screen and (min-width: 1024px) {
  #art6 p {
    text-align: left;
  }
}

#art6 a {
  padding: 14px 37px;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #art6 a {
    margin-bottom: 40px;
  }
}

#art77 {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #art77 {
    padding-top: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #art77 {
    padding-bottom: 55px;
  }
}

#art77 h2 {
  margin-bottom: 13px;
}

@media only screen and (min-width: 1024px) {
  #art77 h2 {
    margin-top: 49px;
  }
}

#art77 p.after__title {
  font-size: 20px;
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
}

#art7 {
  padding-top: 20px;
}

@media only screen and (min-width: 768px) {
  #art7 {
    padding-top: 0;
  }
}

#art7 .marked2 {
  padding-left: 0;
  margin-top: 20px;
}

@media only screen and (min-width: 1024px) {
  #art7 .marked2 {
    margin-top: 0;
  }
}

#art7 .marked2 li {
  box-shadow: none;
  border-radius: 0;
  text-align: left;
  width: auto;
  padding: 0 0 0 40px;
  display: block;
  margin-bottom: 16px;
}

#art7 .marked2 li:last-child {
  margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
  #art8 {
    padding-bottom: 34px;
  }
}

#art8 .order1 {
  order: 1;
}

@media only screen and (min-width: 1024px) {
  #art8 .order1 {
    order: 2;
  }
}

#art8 .order2 {
  order: 2;
}

@media only screen and (min-width: 1024px) {
  #art8 .order2 {
    order: 1;
  }
}

#art8 figure.other {
  margin-bottom: 30px;
}

#art8 figure.other img {
  position: relative;
}

#art8 figure.other a {
  padding: 13px 30px;
  position: absolute;
  left: 0;
  bottom: 15px;
}

@media only screen and (min-width: 768px) {
  #art8 figure.other a {
    left: calc(50% - 142px);
  }
}

#art8 h2 {
  font-weight: 700;
  text-align: center;
}

#art8 h2 span {
  font-weight: 400;
}

#art99 {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #art99 {
    padding-bottom: 62px;
  }
}

#art99 h2 {
  margin-bottom: 13px;
}

@media only screen and (min-width: 1024px) {
  #art99 h2 {
    margin-bottom: 0;
    margin-top: 64px;
  }
}

#art99 p.after__title {
  font-size: 24px;
  text-align: center;
}

#art9 .dc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  border-radius: 8px;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
  background-color: #fff;
  padding: 20px;
  margin-top: 23px;
}

@media only screen and (min-width: 1024px) {
  #art9 .dc {
    flex-wrap: nowrap;
    justify-content: space-between;
    flex-direction: row;
    padding: 40px 64px 48px 32px;
  }
}

#art9 .dc figure {
  display: flex;
  align-items: center;
  flex-direction: column;
}

@media only screen and (min-width: 1024px) {
  #art9 .dc figure {
    flex-direction: row;
  }
}

#art9 .dc figure figcaption {
  text-align: center;
  max-width: 526px;
}

@media only screen and (min-width: 1024px) {
  #art9 .dc figure figcaption {
    text-align: left;
  }
}

#art9 .dc figure figcaption h5 {
  font-size: 20px;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #art9 .dc figure figcaption h5 {
    text-align: left;
  }
}

#art9 .dc figure figcaption p {
  font-size: 14px;
}

#art9 .dc div.other {
  max-width: 288px;
  padding: 50px 22px;
  font-size: 14px;
  border-radius: 16px;
  background-image: linear-gradient(
    225deg,
    rgba(250, 232, 87, 0.42),
    rgba(242, 205, 44, 0.42)
  );
  text-align: center;
}

#art9 .dc div.other p {
  font-weight: 700;
}

#art10 h2 {
  font-weight: 700;
}

@media only screen and (min-width: 1024px) {
  #art10 h2 {
    margin-top: 0;
  }
}

#art11 {
  color: #000;
}

#art11 .is-grid {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  #art11 .is-grid {
    text-align: left;
    padding: 64px 0;
  }
}

@-moz-document url-prefix() {
  #art11 figure img {
    width: 100px;
    height: 100px;
  }
}

#art11 h2 {
  font-weight: 700;
  margin-bottom: 0;
}

@media only screen and (min-width: 1024px) {
  #art11 h2 {
    margin-top: -3px;
  }
}

#art11 h2 span {
  font-weight: 400;
}

#art11 figure.h {
  margin: 20px 0 20px;
}

@-moz-document url-prefix() {
  #art11 figure.h img {
    width: 100%;
    height: auto;
  }
}

@media only screen and (min-width: 768px) {
  #art11 figure.h {
    margin: 0;
  }
}

@media only screen and (min-width: 1024px) {
  #art11 figure.h img {
    bottom: -40px;
  }
}

#art11 p.after__title {
  font-size: 16px;
  margin-top: -5px;
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  #art11 p.after__title {
    text-align: left;
  }
}

#art11 .other {
  margin-top: 45px;
  padding: 32px;
  border-radius: 8px;
  box-shadow: -10px 40px 100px 0 rgba(166, 177, 198, 0.23);
  background-color: #fff;
}

#art11 .other figure {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

@media only screen and (min-width: 768px) {
  #art11 .other figure {
    flex-direction: row;
  }
}

#art11 .other figure figcaption p {
  text-align: center;
}

@media only screen and (min-width: 768px) {
  #art11 .other figure figcaption p {
    text-align: left;
  }
}

#art11 .other figure figcaption p.mt {
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  #art11 .other figure figcaption {
    padding: 0 0 0 20px;
  }
}

#art11 .other figure p {
  font-size: 14px;
}

#art012 .is-grid {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  #art012 .is-grid {
    text-align: left;
  }
}

#art012 h2 {
  margin-bottom: 13px;
}

@media only screen and (min-width: 1024px) {
  #art012 h2 {
    margin-top: 64px;
  }
}

#art012 p.after__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #art012 p.after__title {
    margin-bottom: 64px;
    text-align: left;
    margin-top: -5px;
  }
}

#art012 a {
  margin-bottom: 20px;
  padding: 14px 32px;
}

@media only screen and (min-width: 1024px) {
  #art012 a {
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1024px) {
  #art012 .other {
    text-align: right;
  }
}

@media only screen and (min-width: 768px) {
  #art14 br {
    display: none;
  }
}

@media only screen and (min-width: 1024px) {
  #art14 br {
    display: block;
  }
}

#art014 h2 {
  margin-bottom: 13px;
}

@media only screen and (min-width: 1024px) {
  #art014 h2 {
    margin-top: 64px;
  }
}

#art014 p.after__title {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #art014 p.after__title {
    margin-bottom: 64px;
    margin-top: -5px;
  }
}

@media only screen and (min-width: 1024px) {
  #art15 h2 {
    margin-top: 0;
    margin-bottom: 0;
  }
}

#art016 .is-grid {
  text-align: center;
}

@media only screen and (min-width: 1024px) {
  #art016 .is-grid {
    text-align: left;
  }
}

#art016 h2 {
  margin-bottom: 13px;
}

@media only screen and (min-width: 1024px) {
  #art016 h2 {
    margin-top: 64px;
  }
}

#art016 p.after__title {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 1024px) {
  #art016 p.after__title {
    margin-bottom: 64px;
    text-align: left;
    margin-top: -5px;
  }
}

#art016 a {
  margin-bottom: 20px;
  padding: 14px 32px;
}

@media only screen and (min-width: 1024px) {
  #art016 a {
    margin-bottom: 0;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1024px) {
  #art016 .other {
    text-align: right;
  }
}

footer,
header {
  position: relative;
  overflow: hidden;
  display: block;
  padding: 20px 0 0;
}

@media only screen and (min-width: 768px) {
  footer,
  header {
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  footer,
  header {
    padding: 40px 0 0;
  }
}

footer .mw:after,
footer .mw:before,
header .mw:after,
header .mw:before {
  display: none;
}

footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
header h1,
header h2,
header h3,
header h4,
header h5 {
  margin: 0 0;
}

footer h1,
header h1 {
  grid-area: title;
  font-size: 32px;
  font-weight: 700;
}

@media only screen and (min-width: 1379px) {
  footer h1,
  header h1 {
    font-size: 34px;
  }
}

footer h1 span,
header h1 span {
  font-weight: 400;
}

footer .logo,
header .logo {
  grid-area: logo;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  footer .logo img,
  header .logo img {
    margin: 0;
  }
}

footer .logo .main_logo,
header .logo .main_logo {
  margin: 0;
}

/*footer .logo .label,*/

/*header .logo .label {*/

/*	position: absolute;*/

/*	top: -70px;*/

/*	right: 0*/

/*}*/

/*@media only screen and (min-width:768px) {*/

/*	footer .logo .label,*/

/*	header .logo .label {*/

/*		top: 0*/

/*	}*/

/*}*/

/*@media only screen and (min-width:1024px) {*/

/*	footer .logo .label,*/

/*	header .logo .label {*/

/*		top: -55px*/

/*	}*/

/*}*/

/*@media only screen and (min-width:1379px) {*/

/*	footer .logo .label,*/

/*	header .logo .label {*/

/*		top: 0*/

/*	}*/

/*}*/

footer .logo figcaption,
header .logo figcaption {
  padding: 13px 0;
  text-align: center;
}

@media only screen and (min-width: 768px) {
  footer .logo figcaption,
  header .logo figcaption {
    text-align: left;
  }
}

@media only screen and (min-width: 1024px) {
  footer .logo figcaption,
  header .logo figcaption {
    text-align: left;
  }
}

footer .logo figcaption span,
header .logo figcaption span {
  color: #9ca0ae;
  font-size: 20px;
}

footer .product,
header .product {
  grid-area: product;
}

footer .form,
header .form {
  grid-area: form;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  footer .form,
  header .form {
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 1024px) {
  footer .form,
  header .form {
    min-width: 256px;
  }
}

footer .list,
header .list {
  grid-area: list;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

@media only screen and (min-width: 768px) {
  footer .list,
  header .list {
    background: 0 0;
    padding: 0;
  }
}

@media only screen and (min-width: 1024px) {
  footer .list,
  header .list {
    margin-bottom: 3em;
    z-index: 10;
  }
}

footer .list li,
header .list li {
  margin-bottom: 32px;
}

@media only screen and (min-width: 768px) {
  footer .list li,
  header .list li {
    max-width: 254px;
  }
}

footer .list li:last-child,
header .list li:last-child {
  margin-bottom: 0;
}

footer .mw,
header .mw {
  display: grid;
  align-items: center;
  grid-gap: 1rem;
  grid-template-columns: 1fr;
  grid-template-areas: 'logo' 'product' 'title' 'list' 'form';
}

@media only screen and (min-width: 768px) {
  footer .mw,
  header .mw {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: 'logo logo' 'title title' 'product product' 'list form';
  }
}

@media only screen and (min-width: 1024px) {
  footer .mw,
  header .mw {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: 'product product logo logo' 'product product title title' 'product product list form' 'product product list form';
  }
}

footer h1 .label,
header h1 .label {
  display: block;
  margin: 0.5em auto;
}

@media only screen and (min-width: 1024px) {
  footer h1 .label,
  header h1 .label {
    margin: 0.5em 0 0.1em calc(100% - 183px);
  }
}

footer .list,
header .list {
  font-size: 16px;
  margin-top: 25px;
}

@media only screen and (min-width: 1379px) {
  footer .list,
  header .list {
    padding-top: 14px;
  }
}

footer .form h5,
header .form h5 {
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 0.5em;
  text-align: center;
  font-weight: 700;
}

footer .form h5 strong,
header .form h5 strong {
  display: block;
}

footer .form .price,
header .form .price {
  margin-bottom: 0.5em;
}

footer .form input[type='submit'],
header .form input[type='submit'] {
  margin-bottom: 1em;
}

footer .product,
header .product {
  position: relative;
}

@media only screen and (min-width: 768px) {
  footer .product,
  header .product {
    margin: 4em 0 2em;
  }
}

@media only screen and (min-width: 768px) {
  footer .product .sticker,
  header .product .sticker {
    position: absolute;
    top: 0;
    right: calc(50% - 122px);
  }
}

@media only screen and (min-width: 1024px) {
  footer .product .sticker,
  header .product .sticker {
    top: -80px;
    right: calc(50% - 122px);
  }
}

@media only screen and (min-width: 1379px) {
  footer .product .sticker,
  header .product .sticker {
    top: 25px;
    right: calc(50% - 142px);
  }
  @-moz-document url-prefix() {
    footer .product .sticker,
    header .product .sticker {
      top: -32px;
      right: calc(50% - 125px);
    }
  }
}

footer .product img,
header .product img {
  z-index: 5;
}

footer .product:after,
header .product:after {
  content: '';
  display: none;
}

@media only screen and (min-width: 768px) {
  footer .product:after,
  header .product:after {
    content: '';
    display: block;
    position: absolute;
    width: 650px;
    height: 492px;
    top: 0;
    left: 0;
    background-image: url("../img/h-bg-1.png");
    -webkit-background-size: cover;
    background-size: cover;
    z-index: 1;
  }
}

@media only screen and (min-width: 1024px) {
  footer .product:after,
  header .product:after {
    width: 791px;
    height: 807px;
    top: -16.1em;
    left: -20em;
  }
}

@media only screen and (min-width: 1379px) {
  footer .product:after,
  header .product:after {
    width: 772px;
    height: 782px;
    top: -14em;
    left: -14em;
  }
  @-moz-document url-prefix() {
    footer .product:after,
    header .product:after {
      top: -12em;
    }
  }
}

@media only screen and (min-width: 768px) {
  footer .main_product,
  header .main_product {
    top: 10px;
  }
}

@media only screen and (min-width: 1379px) {
  footer .main_product,
  header .main_product {
    max-width: fit-content;
    top: 91px;
    right: 70px;
  }
  @-moz-document url-prefix() {
    footer .main_product,
    header .main_product {
      right: -20px;
      top: 143px;
    }
  }
}

footer {
  padding-top: 59px;
}

footer .product .main_product {
/*  left: 35px;*/
}

@-moz-document url-prefix() {
  footer .product .main_product {
    left: 35px;
  }
}

@-moz-document url-prefix() {
  footer .product:after {
    height: 370px;
  }
}

@media only screen and (min-width: 1024px) {
  footer .product:after {
    width: 772px;
    height: 782px;
    top: -11em;
    left: -17em;
  }
}

@media only screen and (min-width: 1379px) {
  footer .product:after {
    left: -14em;
  }
}

@media only screen and (min-width: 768px) {
  footer {
    padding-top: 0;
  }
  footer .product {
    margin-bottom: 8em;
  }
  footer .product .sticker {
    top: 17px;
  }
  footer .product .main_product {
/*    right: -59px;*/
    top: 10px;
  }
}

@media only screen and (min-width: 1024px) {
  footer {
    padding-top: 59px;
  }
  footer .product .sticker {
    top: -42px;
    right: calc(50% - 165px);
  }
  footer .product .main_product {
    top: 135px;
    right: -79px;
  }
}

@media only screen and (min-width: 1379px) {
  footer .product .sticker {
    top: -42px;
    right: calc(50% - 129px);
  }
  footer .main_product {
    top: 143px;
    right: -79px;
  }
}

section .logo {
  margin-top: 2em;
}

.content > h3,
.content > h4 {
  margin-top: 0;
}

.dc {
  text-align: center;
}

br {
  line-height: 0;
  display: none;
}

@media only screen and (min-width: 768px) {
  br {
    display: block;
  }
}

.mw {
  max-width: 1156px;
  margin: 0 1rem;
  position: relative;
}

@media only screen and (min-width: 768px) {
  .mw {
    margin: calc(3 * 1rem) calc(10% + 10px);
  }
}

@media only screen and (min-width: 1024px) {
  .mw {
    margin: 0 auto;
    padding: 0 1rem;
  }
}

.col {
  margin: 0 auto;
}

.content {
  margin-bottom: calc(3 * 1rem);
}

.content p {
  margin-bottom: calc(1.5 * 1rem);
}

.content > :last-child {
  margin-bottom: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

.video {
  margin: 0 auto 1em;
}

.video iframe {
  display: block;
  width: 100%;
  height: calc(100vh / 2);
}

@media only screen and (min-width: 768px) {
  .video iframe {
    width: 640px;
    height: 320px;
  }
}

@media only screen and (min-width: 1024px) {
  .video {
    margin: 2em 0;
  }
}

.custom-logo-link {
  display: inline-block;
}

svg {
  transition: fill 120ms ease-in-out;
  fill: currentColor;
}

figure {
  position: relative;
}

figure.box img {
  width: 100%;
}

figure img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.circle_photos img {
  max-width: 100px;
}

figure figcaption {
  font-size: 1em;
  padding: 1.5rem;
}

figure.single {
  margin: 2em auto;
}

figure.single img {
  margin: 0 auto;
}

figure.gif img {
  max-width: none;
  width: 100%;
}

.top {
  top: 0;
}

.right {
  right: 0;
}

.bottom {
  bottom: 0;
}

.mid {
  top: 50%;
  transform: translateY(-50%);
}

.center {
  left: 50%;
  transform: translateX(-50%);
}

.dude {
  bottom: 0;
  width: 408px;
  min-height: 332px;
  position: relative;
}

@media only screen and (min-width: 1024px) {
  .dude {
    position: absolute;
  }
}

.video iframe {
  height: 260px;
}

@media only screen and (min-width: 1024px) {
  .video iframe {
    margin: 0 auto;
    width: 736px;
    height: 320px;
  }
}

.cover {
  -webkit-background-size: cover;
  background-size: cover;
}

.invert {
  color: #fff;
}

.text__color-inversion {
  color: #fff;
}

.bg_10,
.bg_11,
.bg_3,
.bg_4,
.bg_6,
.bg_9,
.bg_99,
.bg_header {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg_header {
  background-image: url("../img/h-bg.png");
}

.bg_3 {
  background-image: url("../img/a3-bg.png");
}

.bg_011,
.bg_112,
.bg_114,
.bg_116,
.bg_55,
.bg_77,
.bg_99 {
  background-image: url("../img/a7-bg.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.bg_11 {
  background-image: url('../images/a11-bg.svg');
}

.logo {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.label {
  width: 164px;
}

.label-container {
  position: relative;
}

.label-year {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translateX(-64%);
  font-size: 23px;
  font-weight: bold;
}

@media (max-width: 555px) {
  .logo {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }
  .label-container {
    align-self: flex-end;
  }
}

.copyright {
  font-size: 14px;
  text-align: center;
  padding: 20px 0;
  color: #6c6e6f;
}

.copyright p {
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
}

.copyright br {
  display: none;
}

.copyright img {
  margin: 10px auto !important;
  max-width: 100%;
}

.copyright a {
  color: #6c6e6f;
  text-decoration: none;
}

.copyright a:hover {
  color: #ff0069;
  text-decoration: none;
}

.errField {
  display: none;
  font-size: 14px;
  background: #f00;
  color: #fff;
  text-align: center;
  padding: 10px;
  margin-bottom: 10px;
}

.errorMessage {
  font-size: 11px;
  background: rgba(255, 0, 0, 0.64);
  color: #fff;
  text-align: center;
  padding: 5px 10px;
  position: absolute;
  margin: 15px 0 0;
  z-index: 999999;
}


.logo__main {
    font-family: 'Grape Nuts', cursive;
    font-weight: 700;
    font-size: 40px
}

@media (max-width: 1023px) {
    footer .product:after, header .product:after {
        background-image: none;
    }

        footer .product, header .product {
        margin: -3em 0 -2em;
    }
}

@media (max-width:480px) {
    footer .product .main_product {
        left: 0
    }
}


@media (max-width: 639px) {
    .cards li:not(.in) {
        width: 85%;
        text-align: center;
        padding: 5px;
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    #art1 ul.cards li {
        width: 25%;
    }
}


@media (max-width: 480px) {
    #art1 ul.cards li {
        width: 33%;
    }
}