@font-face {
  font-family: "Roboto";
  src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
       url('../fonts/roboto-bold-webfont.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
       url('../fonts/roboto-regular-webfont.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.red {
  color: red;
  font-weight: 700;
}

html {
  min-width: 320px;
}

a {
  text-decoration: none;
}

html,
body,
div,
span,
h1,
h2,
p,
a,
img,
b,
form {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: top;
  background: none repeat scroll 0 0 transparent;
}

body {
  line-height: 1;
}

img {
  max-width: 100%;
}

a {
  color: #466cc7;
}

a:hover {
  text-decoration: none;
}

body {
  display: block;
}

.container {
  width: 990px;
  position: relative;
  margin: 0 auto;
}

.comment {
  padding: 0 0 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid #e8e8e8;
}

@media screen and (max-width: 999px) {
  .container {
    width: 100%;
    /* padding: 0 15px; */
  }
}

@media screen and (max-width: 479px) {
  .comment {
    text-align: left;
  }
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: medium;
}

.container {
  margin-right: auto;
  margin-left: auto;
}

body {
  background: #fff none repeat scroll 0 0;
  color: #000;
  font: 12px Roboto, sans-serif;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: #f5b11a;
  text-decoration: underline;
  font-weight: 700 !important;
}

a:hover {
  text-decoration: none;
}

img {
  margin: 0 15px 10px 0;
  max-width: 100%;
}

p {
  font-size: 17px;
}

@media (min-width: 992px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 970px;
  }
}

@media all and (max-width: 520px) {
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

footer,
nav {
  display: block;
}

a {
  background-color: transparent;
  text-decoration: underline;
}

a:active,
a:hover {
  outline: 0;
}

a:hover {
  outline: 0;
  text-decoration: none;
}

b,
strong {
  font-weight: bold;
}

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

img {
  border: 0;
}

button,
input {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button {
  text-transform: none;
}

button {
  appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}

.comment__live {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 10px 0 0;
}

h1,
h2 {
  font-weight: bold;
  margin-bottom: 10px;
}

h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}

h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}

p {
  margin-top: 0;
  margin-bottom: 10px;
}

ul {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}

.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

.w-embed:after {
  clear: both;
}

button {
  border: 0;
  cursor: pointer;
  appearance: button;
}

.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}

@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
}

@media screen and (max-width: 479px) {
  .orange {
    line-height: 100% !important;
  }

  .comment-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
    margin-bottom: 5px;
  }

  .w-container {
    max-width: none;
  }
}

.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}

.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
}

.w-nav:after {
  clear: both;
}

.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

.w-nav-menu {
  position: relative;
  float: right;
}

.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-right: 0;
}

.w-nav-button:focus {
  outline: 0;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 28px !important;
    line-height: 1.2 !important;
  }

  .bold-text-2.ggrg {
    /*font-size: 28px!important;*/
    line-height: 100%;
  }

  .w-nav-button {
    display: block;
  }
}

a {
  text-decoration: underline;
}

.navbar .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e28708;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
}

.navbar .container img {
  margin-bottom: 0;
}

.nav-link-top {
  background-color: transparent;
  color: #fff;
  font-size: 16px;
  text-transform: none;
}

.nav-link-top:hover {
  text-decoration: underline;
}

.navbar {
  background-color: #fff;
}

.heading {
  margin-top: 10px;
  margin-bottom: 10px;
  padding-right: 50px;
  padding-left: 50px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  font-size: 38px;
  text-align: center;
}

.normal-text {
  margin-top: 10px;
  margin-bottom: 22px;
  color: #333;
  line-height: 25px;
  font-size: 18px;
}

.img-box {
  margin-top: 18px;
  margin-bottom: 18px;
  text-align: center;
}

.text-description {
  max-width: 656px;
  margin-right: auto;
  margin-left: auto;
  font-size: 14px;
}

.text-description.big-img-descriptin {
  max-width: 850px;
  padding-right: 0px;
  padding-left: 0px;
  font-size: 14px;
}

.image {
  width: 100%;
  max-width: 612px;
}

.image.big-img {
  max-width: 670px;
}

.form {
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.comments {
  padding-right: 20px;
  padding-left: 20px;
}

.text-block {
  margin-top: 30px;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

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

.inL_164246 {
  border-bottom: none;
}

.comment-img {
  overflow: hidden;
  width: 60px;
  height: 60px;
  max-width: none;
  border-radius: 20px;
  line-height: 10px;
}

.comment-text-box {
  display: block;
  max-width: 93%;
  padding-left: 25px;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.comment-name {
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  margin-bottom: 5px;
}

.paragraph {
  margin-bottom: 10px;
  color: #333;
  line-height: 1.3;
  font-size: 1.065rem;
}

.section {
  max-width: 940px;
  padding: 10px 0px 9px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.bold-text-2.ggrg {
  /*font-size: 34px;*/
  text-align: left;
}

.body {
  background-color: #fff;
}

.container-2 {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  background-color: #fff;
}

.wrapper-main {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-right: 3%;
  padding-left: 3%;
  border-radius: 10px;
  background-color: #fff;
}

.image-2 {
  line-height: 10px;
}

.list-item {
  font-size: 1.065rem;
  line-height: 150%;
}

.list-item-2 {
  line-height: 150%;
  font-size: 1.065rem;
}

.image-3 {
  line-height: 10px;
}

.html-embed-3 {
  color: #a5a5a5;
  font-size: 14px;
  text-align: left;
}

.orange {
  margin-bottom: 22px;
  padding: 10px;
  border: 1px solid #000;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    color-stop(0%, #f4fff1),
    to(#ff7e26)
  );
  background-image: -o-linear-gradient(top, #000, #f4fff1 0%, #ff7e26);
  background-image: linear-gradient(180deg, #000, #f4fff1 0%, #ff7e26);
  line-height: 137%;
  text-align: justify;
  font-size: 18px;
}

.list-2 {
  padding-left: 15px;
}

.date-top {
  padding-left: 10px;
  text-align: center;
}

.bold-text-7 {
  font-size: 18px;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    display: none;
  }

  .menu-button {
    background-color: #e28708;
  }

  .navbar .container {
    background: transparent;
  }

  .icon {
    background-color: transparent;
    color: #fff;
  }

  .navbar {
    background-color: #e28708;
  }

  .comment-img {
    max-width: 60px;
    min-width: 60px;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }

  .wrapper-main {
    margin-right: auto;
    margin-left: auto;
    padding-right: 3%;
    padding-left: 3%;
  }

  .image-2 {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
}

@media screen and (max-width: 767px) {
  .normal-text,
  .wrapper-main,
  .list-item {
    font-size: 18px;
  }

  .orange {
    text-align: left;
  }

  .heading {
    padding-right: 33px;
    padding-left: 33px;
    font-size: 24px !important;
  }

  .comment-text-box {
    max-width: 87%;
  }

  .wrapper-main {
    padding-right: 3%;
    padding-left: 3%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 20px !important;
  }

  .normal-text, .wrapper-main, .list-item {
    font-size: 17px;
  }

  .bold-text-7 {
    line-height: 1.4;
  }

  .container {
    background-color: #e28708;
    color: #3a3c3f;
  }

  .menu-button {
    background-color: #e28708;
  }

  .icon {
    color: #fff;
  }

  .heading {
    padding-right: 0px;
    padding-left: 0px;
    font-size: 24px !important;
    line-height: 100% !important;
  }

  /* .main {
    padding-right: 7px;
    padding-left: 7px;
  } */

  .text-description.big-img-descriptin {
    padding-right: 13px;
    padding-left: 13px;
  }

  .form {
    padding-right: 0px;
    padding-left: 0px;
  }

  .comments {
    padding-right: 0px;
    padding-left: 0px;
  }

  .comment-text-box {
    max-width: 77%;
    padding-left: 15px !important;
  }

  .product {
    max-width: 220px !important;
  }

  .section {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-2 {
    font-size: 24px;
    line-height: 100%;
  }

  .bold-text-2.ggrg {
    font-size: 23px;
    line-height: 1.3;
  }

  .wrapper-main {
    padding-right: 15px;
    padding-left: 15px;
  }
}

.inL_982361 {
  max-width: 940px;
}

.inL_80249 {
  max-width: 940px;
}

.inL_939231 {
  max-width: 940px;
}

.inL_126540 {
  max-width: 940px;
}

.inL_478158 {
  user-select: text;
}

.inL_823928 {
  max-width: 60%;
}

footer {
  padding-bottom: 20px;
}

.product {
  display: block;
  max-width: 280px;
  width: 100%;
  margin: 10px auto 30px;
}

.comment-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 5px;
}

.date {
  font-size: 16px;
  line-height: 1;
}

.img-wrapper {
  background: #ebb9c4;
  padding: 5px;
  max-width: 670px;
  margin: 0 auto 20px;
}

.img-title {
  line-height: 1;
  text-align: center;
  font-size: 16px;
  color: #d10d36;
  margin: 0;
  margin-bottom: 10px;
}

.img-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}

.img-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 210px;
  font-size: 12px;
  line-height: 1.2;
  font-weight: 500;
  padding: 17px;
  padding-left: 75px;
  background: #fbe3e9;
  border-radius: 40px;
  height: 63px;
}

.img-item:nth-child(-n + 3) {
  margin-bottom: 10px;
}

.img-item {
  position: relative;
}

.img-item:before {
  position: absolute;
  content: "";
  top: 4px;
  border-radius: 50%;
  left: 10px;
  width: 55px;
  height: 55px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.no-webp .img-item:before {
  background-image: url("../images/1.jpeg");
}

.webp .img-item:before {
  background-image: url("../images/1.webp");
}

.img-item--2:before {
  background-size: 100%;
  background-repeat: no-repeat;
}

.no-webp .img-item--2:before {
  background-image: url("../images/3.jpeg");
}

.webp .img-item--2:before {
  background-image: url("../images/3.webp");
}

.img-item--3:before {
  background-size: 100%;
  background-repeat: no-repeat;
}

.no-webp .img-item--3:before {
  background-image: url("../images/5.jpeg");
}

.webp .img-item--3:before {
  background-image: url("../images/5.webp");
}

.img-item--4:before {
  background-size: 100%;
  background-repeat: no-repeat;
}

.no-webp .img-item--4:before {
  background-image: url("../images/2.jpeg");
}

.webp .img-item--4:before {
  background-image: url("../images/2.webp");
}

.img-item--5:before {
  background-size: 100%;
  background-repeat: no-repeat;
}

.img-item--6:before {
  background-size: 100%;
  background-repeat: no-repeat;
}

.no-webp .img-item--6:before {
  background-image: url("../images/6.jpeg");
}

.webp .img-item--6:before {
  background-image: url("../images/6.webp");
}

@media screen and (max-width: 767px) {
  .img-wrapper {
    max-width: 500px;
  }

  .img-list {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .img-item:nth-child(-n + 3) {
    margin-bottom: 0px;
  }

  .img-item:nth-child(-n + 4) {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 510px) {
  .img-wrapper {
    max-width: 350px;
  }

  .img-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .img-item:nth-child(-n + 4) {
    margin-bottom: 0px;
  }

  .img-item:not(:last-of-type) {
    margin-bottom: 10px;
  }
}

.main-img,
.text-description.big-img-descriptin {
  max-width: 600px !important;
  width: 100%;
}

.comment-text-box .paragraph {
  margin-bottom: 0 !important;
}

.btn--back {
  width: 100%;
  max-width: 552px;
  display: block;
  margin: 0 auto;
  padding: 10px 15px;
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  background-color: #00c249;
  border-style: solid;
  border-width: 0px 0px 4px 0px;
  border-color: #028332;
  border-radius: 7px 7px 7px 7px;
  -webkit-box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 35%);
  box-shadow: 0px 4px 4px 0px rgb(0 0 0 / 35%);
}

.btn--back:hover {
  background-color: #047f33;
  box-shadow: 0px 1px 4px 0px rgb(0 0 0 / 35%);
}

.footer {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .navbar {
    padding-left: 3%;
    padding-right: 3%;
  }
}

@media (max-width: 479px) {
  .navbar {
    padding-left: 15px;
    padding-right: 15px;
  }

  .comment__live {
    max-width: 250px;
  }
}

@media (max-width: 768px) {
}

.footer {
  padding: 20px;
  text-align: center;
  color: #fff;
  background-color: #e28708;
}

.txt__center {
  text-align: center;
}

.order__inner {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 20px auto;
}

.order__inner picture {
  flex-shrink: 0;
}

#order_form {
  background: white;
  padding: 30px 25px;
  max-width: 500px;
  margin: 0;
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.no-webp #order_form {
  background-image: url("../images/formbg.jpeg");
}

.webp #order_form {
  background-image: url("../images/formbg.webp");
}

#order_form div {
  background: transparent !important;
}

#order_form h2 {
  margin: 25px 0 15px 0;
  padding: 0px;
  line-height: 32px;
  border: none;
}

#order_form label {
  width: 230px;
  display: block;
  padding: 5px 0;
  margin: 0 auto;
  font-weight: bold;
  font-size: 16px;
}

#order_form .order_form_pole {
  padding: 5px;
  margin: 0px;
}

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

#order_form span {
  font-size: 12px;
}

#order_form button {
  display: inline-block;
  padding: 10px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  box-shadow: 0 4px 15px 0 rgba(129, 150, 160, 0.45);
  border-radius: 5px;
  background-color: #0299ff;
  background-position: 1.35em 0.94em;
  background-size: 1em;
  background-repeat: no-repeat;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  border: none;
  cursor: pointer;
  font-size: 20px;
  margin-top: 20px;
  text-transform: uppercase;
}

#order_form button:hover {
  background-color: #017acc;
}

#order_form button:active {
  position: relative;
  top: 1px;
}

.order_info h2 {
  border: none !important;
  font-size: 30px;
  color: red !important;
}

.left_count {
  background: red;
  margin: 20px auto;
  width: 190px;
  color: #fff;
  text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000,
    0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000, -1px 0 0 #000000,
    1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000,
    1px 1px 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000,
    -1px 1px 0 #000000, 1px 1px 0 #000000;
  font-size: 32px !important;
  border-radius: 5px;
  padding: 20px 10px;
}

.left_count .prod_left_val {
  font-size: 28px !important;
}

@media screen and (max-width: 480px) {
  #order_form label {
    font-size: 14px;
  }

  #order_form button {
    font-size: 16px;
  }

  #order_form {
    padding: 21px;
    padding-top: 30px;
    background-color: #f0ece9;
    border: 2px solid #cdbdbd;
    border-radius: 4px
  }

  .webp #order_form {
    background-image: none;
  }

  #order_form .order_form_pole {
    padding: 0px;

    margin: 2px;
  }
}

@media screen and (max-width: 459px) {
  #order_form input {
    width: 80%;
  }
}

@media (max-width: 430px) {
  #order_form {
    background-size: 100% 735px;
  }
}
@media (max-width: 375px) {
  #order_form {
    background-size: 100% 760px;
  }
}
@media (max-width: 330px) {
  #order_form {
    background-size: 100% 100%;
  }
}
@media (max-width: 315px) {
  #order_form {
    background-size: 100% 830px;
  }
}
@media (max-width: 305px) {
  #order_form {
    background-size: 100% 850px;
  }
}

@media screen and (max-width: 349px) {
  #order_form input {
    font-size: 17px;
  }

  #order_form button {
    margin-left: 0px;
  }
}

.inL_374636 {
  margin: 0
}

.inL_49667 {
  margin-bottom: 10px;
  margin-right: 0;
}

.inL_959653 {
  margin: 0px 0px 10px 0px
}

.inL_404648 {
  display: block;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 22px
}

.form__product {
  margin: 0 20px 0 0;
}

.inL_963472 {
  margin-top: 0px
}

.inL_4990 {
  display: block
}

.inL_711524 {
  color: blue;
  font-size: 14px
}

.inL_641532 {
  font-size: 14px
}

.inL_24927 {
  font-size: 16px
}

.inL_972621 {
  font-size: 19px;
  color: red
}

.inL_408850 {
  font-size: 19px;
  color: red
}

.inL_530534 {
  margin: 25px 10px 15px 10px;
  border: 2px solid #0299ff;
  padding: 10px;
  line-height: 18px !important;
}

.inL_507043 {
  margin-bottom: 20px
}

.inL_801942 {
  margin: 0 auto;
  display: block;
  margin-top: 25px;
  max-width: 300px;
  width: 80%;
  height: 49px;
}

.inL_770928 {
  text-align: center
}

.scroll {
  display: none;
}

@media (max-width: 767px) {
  .order__inner {
    display: block;
  }

  .form__product {
    margin: 0 auto 20px;
  }

  #order_form {
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .inL_404648 {
    max-width: 240px;
  }

  #order_form input {
    font-size: 18px;
  }

  .comment-text-box .paragraph {
    font-size: 16px;
  }

  .order_info h2 {
    font-size: 20px;
    line-height: 1.4;
  }

  #order_form h2 {
    font-size: 26px;
  }

  .scroll__wrapper {
    overflow-x: scroll;
  }
  
  .scroll__wrapper img {
    width: 600px !important;
    max-width: none !important;
  }
  
  .scroll {
    display: block;
    width: 40px !important;
    transform: translateX(0px);
    margin: 0 auto 20px !important;
    animation: moving 2s infinite;
  }
  
  @keyframes moving {
    0% {
      transform: translateX(10px);
    }
        
    50% {
      transform: translateX(-10px);
    }
  
    100% {
      transform: translateX(10px);
    }
  }
}