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

ul[class], ol[class] {
  padding: 0; }

body, h1, h2, h3, h4, p, li, figure, figcaption, blockquote, dl, dd {
  margin: 0; }

body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

ul[class], ol[class] {
  list-style: none; }

a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

a[class] {
  text-decoration: none; }

img {
  max-width: 100%;
  display: block; }

article > * + * {
  margin-top: 1em; }

input, button, textarea, select {
  font: inherit;
  outline: none; }

@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

@font-face {
  font-family: "Open-sans";
  src: url(../fonts/OpenSans-Regular.woff), url(../fonts/OpenSans-Regular.woff2);
  font-display: swap; }

body {
  font-family: "Arial","Open-sans", sans-serif; }

img {
  height: auto;
  width: auto; }

.o-container {
  padding: 0 15px;
  max-width: 1440px;
  margin: 0 auto; }

.o-hidden {
  display: none; }

.o-color--blue {
  color: #0e5aa7;
  font-weight: 600; }

.c-header {
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 117px;
  width: 100%; }

.c-header__logo {
  width: 80%; }

.c-burger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 30px;
  width: 40px; }
  .c-burger div {
    background-color: #000;
    height: 3px;
    width: 100%; }

.c-burger__nav {
  background: #fff;
  position: absolute;
  left: 0;
  top: 117px;
  width: 100%; }

.c-burger__menu li {
  align-items: center;
  display: flex;
  padding-left: 15px; }

.c-burger__menu a {
  padding: 10px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
  width: 100%;
  margin-left: 5px; }
  .c-burger__menu a:hover {
    background: #000;
    color: #fff; }

@media (min-width: 992px) {
  .c-header {
    max-width: 1440px;
    margin: 0 auto;
    right: 0;
    left: 0; }
  .c-burger {
    display: none; }
  .c-burger__nav {
    display: block;
    position: relative;
    left: initial;
    top: initial;
    width: initial; }
  .c-burger__menu {
    display: flex; }
    .c-burger__menu li {
      border-left: 1px solid #000; }
    .c-burger__menu a {
      padding: 0 10px 0 10px; } }

.c-main__top-banner {
  background: #fff;
  background-image: url("../img/top-banner-s.jpg");
  background-image: -webkit-image-set(url("../img/top-banner-s.jpg") 1x, url("../img/top-banner-s.jpg") 2x);
  background-image: image-set(url("../img/top-banner-s.jpg") 1x, url("../img/top-banner-s.jpg") 2x);
  background-size: contain;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  min-height: 400px;
  padding: 105px 0; }

.c-top-banner__img {
  display: block; }
  .c-top-banner__img img {
    height: 370px; }

.c-top-banner__left-box {
  background: rgba(255, 255, 255, 0.81);
  padding: 20px;
  text-align: center;
  max-width: 440px; }
  .c-top-banner__left-box p {
    padding: 10px 0; }
  .c-top-banner__left-box a {
    color: #b35b19;
    font-weight: 600; }
    .c-top-banner__left-box a:hover {
      color: #008500; }

.c-left-box__top-text {
  text-align: center; }

.c-left-box__big-text {
  font-size: 20px;
  font-weight: 600; }

.c-main__secure-text {
  display: flex; }
  .c-main__secure-text img {
    padding: 0 10px 0 0; }

.c-left-box__btn[class] {
  background: #b16307;
  border-radius: 5px;
  color: #fff;
  font-size: 18px;
  padding: 10px;
  margin: 20px 0;
  display: block;
  transition: all 0.3s ease-in-out; }
  .c-left-box__btn[class]:hover {
    color: #fff;
    transform: scale(1.05); }

.c-left-box__desciption[class] {
  font-weight: normal;
  text-decoration: underline; }

h1 {
  color: #666666;
  line-height: 34px;
  margin-top: 10px;
  margin-bottom: 30px; }

.c-scroll-btn {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  margin: 5px auto;
  transition: all 0.1s ease-in-out; }
  .c-scroll-btn:hover {
    transform: scale(0.98); }

.c-article__list {
  padding-left: 15px; }
  .c-article__list li {
    align-items: center;
    border-bottom: 1px solid #e6e6e7;
    display: flex;
    margin-bottom: 10px; }
    .c-article__list li picture {
      min-width: 30px;
      margin-right: 15px; }

.c-main__article {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }

.c-article__left-box {
  max-width: 500px; }

.c-grey-box {
  background: #dcdbd9;
  padding: 15px; }

.o-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly; }
  .o-columns p {
    margin: 10px 0; }
  .o-columns .o-column {
    max-width: 460px; }

.c-column__grey-box {
  background: #d2d2d2;
  border-radius: 15px;
  padding: 10px; }

.c-column__blockquote-box[class] {
  padding: 10px 0 10px 30px;
  list-style: url(../img/quotes.png); }

.c-column__blockquote-box li {
  border-bottom: 1px solid #666666; }

.c-column__title {
  font-size: 20px;
  font-weight: 600; }

.c-document-p {
  display: flex;
  justify-content: space-between; }

.c-hashtag {
  color: #0e5aa7;
  font-weight: 600; }
  .c-hashtag a {
    color: #000;
    -webkit-text-decoration-color: #e6b691;
            text-decoration-color: #e6b691; }

.o-primary-btn {
  background: #b16307;
  border: 1px solid #ff9500;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-weight: 600;
  font-size: 20px;
  justify-content: space-evenly;
  padding: 13px 15px 10px 18px;
  margin: 10px 0;
  max-width: 343px;
  transition: all 0.1s ease-in-out; }
  .o-primary-btn:hover {
    transform: scale(0.98); }

.c-shop__top-box,
.c-shop__bottom-box {
  background: #fff;
  box-shadow: 0 0 3px 1px #d9d9d9;
  border-radius: 5px;
  padding: 10px;
  display: flex;
  flex-wrap: wrap; }
  .c-shop__top-box div:first-child,
  .c-shop__bottom-box div:first-child {
    margin-right: 10px; }

.c-shop__title {
  font-size: 24px; }

.c-shop__list[class] {
  list-style: url(../img/list.png);
  padding: 0 0 0 20px; }

.c-shop__link[class] {
  display: block;
  color: #b85911;
  text-decoration: underline;
  -webkit-text-decoration-color: #f16a04;
          text-decoration-color: #f16a04;
  text-align: center;
  max-width: 280px; }

.c-shop__btn {
  align-items: center;
  background: #b16307;
  border: 1px solid #ff9500;
  border-radius: 6px;
  color: #fff;
  display: flex;
  font-weight: 600;
  font-size: 20px;
  justify-content: space-evenly;
  padding: 10px 0;
  margin: 10px 0;
  max-width: 280px;
  transition: all 0.1s ease-in-out; }
  .c-shop__btn:hover {
    transform: scale(0.98); }

.c-shop__img-wrap {
  display: flex; }
  .c-shop__img-wrap img {
    margin-right: 10px; }

.c-info__box {
  display: flex;
  flex-wrap: wrap; }
  .c-info__box p {
    margin: 0 0 20px 0;
    max-width: 616px; }
    .c-info__box p:last-child {
      border-bottom: 1px solid #666; }

.c-info__block {
  max-width: 860px; }

.c-info__img {
  background: #fff;
  padding: 5px;
  margin-bottom: 10px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content; }

.c-info__links {
  display: flex;
  font-style: italic;
  margin: 0 0 20px 0; }
  .c-info__links a:hover {
    transform: scale(1.05); }
  .c-info__links img {
    margin: 0 0 0 10px; }

.c-questions {
  align-items: center;
  display: flex;
  padding: 60px 0;
  flex-direction: column; }

.c-question {
  background: #fff;
  border-radius: 5px;
  color: #494444;
  font-weight: 600;
  padding: 10px 10px 30px 10px;
  margin-bottom: 15px;
  max-width: 330px; }
  .c-question p {
    padding: 10px 0; }
  .c-question a {
    color: #333;
    font-weight: normal; }
    .c-question a:hover {
      color: #008500; }

.c-question__title {
  align-items: center;
  color: #0e5aa7;
  display: flex;
  font-weight: 600;
  font-size: 18px; }

@media (min-width: 468px) {
  .c-main__top-banner {
    background-image: url("../img/top-banner-m.jpg");
    background-image: -webkit-image-set(url("../img/top-banner-m.jpg") 1x, url("../img/top-banner-m.jpg") 2x);
    background-image: image-set(url("../img/top-banner-m.jpg") 1x, url("../img/top-banner-m.jpg") 2x); } }

@media (min-width: 768px) {
  .c-main__top-banner {
    background-image: url("../img/top-banner.jpg");
    background-image: -webkit-image-set(url("../img/top-banner.jpg") 1x, url("../img/top-banner.jpg") 2x);
    background-image: image-set(url("../img/top-banner.jpg") 1x, url("../img/top-banner.jpg") 2x); } }

@media (min-width: 870px) {
  .c-info__img {
    margin: 0 15px 0 0; } }

@media (min-width: 992px) {
  .c-left-box__big-text {
    font-size: 30px; }
  .c-main__top-banner,
  .c-grey-box {
    max-width: 1440px;
    margin: 0 auto;
    right: 0;
    left: 0; }
  .c-grey-box__big-text {
    font-size: 32px; } }

.c-footer {
  background: #2C76C0;
  padding: 40px; }

.c-footer__copyright {
  color: #fff;
  text-align: center; }

.c-footer__link {
  color: #fff;
  font-weight: 600; }
  .c-footer__link:hover {
    color: #000; }

@media (min-width: 992px) {
  .c-footer {
    max-width: 1440px;
    margin: 0 auto; } }
