.toplink {
        text-decoration: none;
        color: #000;
        padding: 5px 20px;
      }

      .toplink:hover {
        color: #fff;
        background-color: #243396;
        text-decoration: none;
      }
.order_form {
        margin: 24px 0;
        border: 2px solid #ddd;
        padding: 24px;
      }

      .order_form__item {
        margin-bottom: 16px;
      }

      .order_form__item--subtitle {
        margin-top: 16px;
      }

      .order_form__label {
        display: block;
        margin-bottom: 4px;
      }

      .order_form__input {
        padding: 4px 8px;
        max-width: 260px;
        width: calc(100% - 30px);
      }

      .order_form__button {
        border: none;
        border-radius: 7px;
        font-size: 17px;
        background-color: #a72323;
        color: #fff;
        padding: 10px 57px;
      }

      @media (max-width: 767px) {
        .aside-comment {
          display: none;
        }
      }

      


body {
  font-family: 'Open Sans', sans-serif; }

h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b0f2c;
  margin-bottom: 20px; }

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

h4 {
  font-size: 21px;
  margin-bottom: 20px; }

p {
  font-size: 14px;
  text-align: justify; }

ul {
  font-size: 14px; }

.text-red {
  color: #ce0e0e; }

.red {
  color: red; }

.orange {
  color: #ff763e; }

.ylw-bg {
  background: #ffe612; }

b {
  font-weight: 700; }

img {
  width: 100%; }

header {
  padding: 15px 0px 0 0px; }
  header .container {
    background-color: white;
    padding: 0 30px 0 30px; }
    header .container p {
      font-size: 16px; }
    header .container h1 {
      font-size: 66px;
      font-family: 'Montserrat', sans-serif; }
    header .container .gray-line {
      height: 1px;
      width: 100%;
      background-color: #ebebeb; }
    header .container .nav-row {
      border-top: 1px solid #ebebeb;
      border-bottom: 1px solid #ebebeb; }
      header .container .nav-row .col {
        padding: 10px 0; }
        header .container .nav-row .col a {
          color: black;
          font-size: 14px; }
        header .container .nav-row .col a:hover {
          text-decoration: none; }
      header .container .nav-row .col:hover {
        background-color: #243396;
        cursor: pointer; }
        header .container .nav-row .col:hover a {
          color: white; }

.footer {
  background-color: #ebebeb; }

.foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 30px; }
  .foot div {
    margin-right: 10px; }
    .foot div a {
      color: black;
      font-size: 14px; }

.main {
  background-color: white;
  padding: 20px 30px 0 30px; }
  .main .effect-row {
    margin-bottom: 20px; }
  .main .opinion-box {
    background: #fff6e55e;
    margin-bottom: 5px;
    padding-top: 25px; }
    .main .opinion-box .row {
      margin: 0; }
      .main .opinion-box .row p:first-child {
        font-size: 13px;
        line-height: 27px; }
  .main .empty {
    height: 30px; }
  .main .main-link {
    display: inline-block;
    font-size: 30px;
    text-decoration: underline;
    margin: 20px 0; }

.aside-comment {
  background: #f5f4ea;
  padding-bottom: 5px; }
  .aside-comment .som {
    font-size: 12px; }
  .aside-comment .motto {
    font-size: 19px;
    font-style: italic; }

.baner {
  position: -webkit-sticky;
  position: sticky;
  top: 10px; }

@media (max-width: 767px) {
  header h1 {
    font-size: 30px !important; }

  h2 {
    font-size: 24px; } }
@media (max-width: 576px) {
  .header-img {
    width: 30%;
    display: block;
    margin: 0 auto; } }

/*# sourceMappingURL=main.css.map */

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.delivery {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 0px;
	font-size: 17px;
    font-weight: normal;
    margin-bottom: 20px;
    text-align: center;
    width: 100%;
    margin-top: 10px;
    font-weight: bold;
	gap: 20px;
}
.delivery img {
	margin-top: 7px;
	flex: 0 0 auto;
	width: 60px;

}

img[alt=rev] {
  max-width: 480px;
}