@keyframes loading {
   60% {
      text-shadow: 0.25em 0 0 currentColor;
   }
}
body,
h3 {
   padding: 0;
}
h1,
ol,
p,
ul {
   margin: 0;
   padding: 0;
}
body {
   font: 18px/29px "Roboto";
   margin: 0 auto;
   box-sizing: border-box;
   overflow-x: hidden;
}
body img {
   width: 100%;
}
content,
header {
   position: relative;
}
content {
   display: flex;
   width: 100%;
   flex-direction: row-reverse;
   align-items: flex-start;
   justify-content: center;
   padding-bottom: 32px;
   z-index: 2;
}
header {
   z-index: 1;
}
.main a,
h1 {
   font-weight: 700;
}
h1 {
   font-size: 40px;
   line-height: 50px;
}
h3 {
   font-size: 28px;
   line-height: 36px;
   margin: 16px 0;
}
ul {
   list-style: none;
   padding-left: 20px;
}
.firstline {
   display: flex;
   align-items: center;
   justify-content: space-between;
   gap: 20px;
   padding: 10px;
   max-width: 1100px;
   margin: 0 auto;
}
.main {
   background: #fff;
   max-width: 1000px;
   width: 100%;
   padding: 20px;
   margin-top: -150px;
}
.main p {
   margin: 10px auto 16px;
}
.main a {
   color: #e74d4f;
   text-decoration: none;
}
.main a:hover {
   text-decoration: underline;
}
.cont-img {
   max-width: 600px;
   margin-top: 16px;
}
a:-webkit-any-link {
   color: #e74d4f;
}
a:visited {
   color: #e74d4f;
}
.caption {
   max-width: 600px;
   text-align: center;
   color: #000;
   font-style: italic;
   font-size: 18px;
   line-height: 26px;
   margin-top: 0 !important;
}
.red {
   color: #e74d4f;
   font-weight: 700;
}
.order_block {
   margin: 40px 0;
}
.logo {
   width: 250px;
   font-size: 24px;
}
.order_btn {
   background: #e74d4f;
   display: block;
   max-width: 220px;
   width: 100%;
   color: #fff !important;
   font-weight: 700;
   padding: 16px;
   margin-bottom: 24px;
   border-radius: 8px;
}
.message_btn {
   background: #e74d4f !important;
   color: #fff !important;
}
.mycomment {
   box-sizing: border-box;
   display: flex;
   width: 100%;
   margin-bottom: 20px;
   font-size: 16px;
}
.mycomment-img {
   width: 50px;
   height: 50px;
   border-radius: 50%;
   margin-right: 10px;
}
.mycomment-name {
   font-weight: 600;
   font-size: 18px !important;
   margin-top: 0 !important;
   margin-bottom: 0.5rem !important;
}
.mycomment-text {
   font-size: 18px !important;
   line-height: 24px;
   margin: 0 !important;
}
.mycomment-text img {
   margin-top: 10px;
   max-width: 300px;
   width: 100%;
}
.mycomment-bottom {
   color: #929292;
   font-weight: 600;
   font-size: 12px !important;
   line-height: 10px !important;
   margin: 6px 0 0 12px !important;
   gap: 10px;
   display: flex;
   flex-wrap: wrap;
}
.loading {
   display: flex;
   align-items: center;
}
.comments__kma > div {
   transition: all 0.3s ease;
}
.comment-hide {
   transform: translateX(calc(-100% - 100px));
   height: 0;
   min-height: 0;
   margin: 0;
   padding: 0;
   overflow: hidden;
}
.comment-write {
   transition: all 0.3s ease;
   max-height: 100px;
   display: flex;
   align-items: center;
}
.comment-write,
.comments__kma {
   overflow: hidden;
}
.loading {
   font-style: italic;
}
.loading:after {
   content: ".";
   animation: loading 1s ease alternate infinite;
}
.mycomment-info {
   width: 100%;
   max-width: 100%;
}
.mycomment-info__inner {
   background: #ebedf0;
   border-radius: 18px;
   line-height: 16px;
   margin-top: 0;
   padding: 0.75rem 12px 1rem;
   position: relative;
}
.textbox {
   width: 100%;
   font-size: 16px;
   box-sizing: border-box;
   margin-bottom: 10px;
   outline: 0;
   border: 0;
}
.error {
   position: relative;
   margin-top: -10px;
   color: red;
   font-size: 13px;
   padding-left: 5px;
   display: none;
}
.sendcomment {
   font-size: 17px;
   cursor: pointer;
   text-decoration: underline;
}
.icon {
   width: 22px;
   height: 22px;
}
.icon__small {
   width: 18px;
   height: 18px;
}
.like-count {
   background: #fff;
   position: absolute;
   right: 7px;
   bottom: -10px;
   width: 25px;
   height: 25px;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 50%;
   -webkit-box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   -moz-box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   box-shadow: 0 1px 4px 0 rgba(102, 102, 102, 0.29);
   cursor: pointer;
}
.liked {
   background: #3580ed !important;
}
.price {
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 32px;
   margin: 20px 0 40px;
}
.order,
.price {
   max-width: 500px;
   width: 100%;
}
.form {
   position: relative;
   z-index: 1;
   background: #fff;
   margin: 0 auto 20px;
   padding: 25px;
   text-align: center;
   box-shadow:
      0 0 20px 0 rgba(0, 0, 0, 0.2),
      0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form button,
.form input,
select {
   font-family: "Roboto", sans-serif;
   outline: 0;
   width: 100%;
   border: 0;
   padding: 15px;
}
.form input,
select {
   background: #f2f2f2;
   margin: 0 0 15px;
   box-sizing: border-box;
   font-size: 16px;
}
.form button {
   text-transform: uppercase;
   background: #f27909;
   color: #fff;
   font-size: 14px;
   -webkit-transition: all 0.3 ease;
   transition: all 0.3 ease;
   cursor: pointer;
   box-shadow:
      0 1px 0 #9e8d84 inset,
      0 5px 0 0 #b25a08,
      0 10px 5px #999;
   border-radius: 10px;
}
.form button:active,
.form button:focus,
.form button:hover {
   background: #f27909;
}
.price__new {
   padding-left: 0;
}
a {
   font-weight: 700;
   color: #ec373f;
}
.mycomment-bottom a {
   color: #000;
}
.main {
   box-sizing: border-box;
}
@media screen and (max-width: 1095px) {
   content {
      flex-direction: column;
      align-items: center;
   }
   .main {
      margin-top: -50px;
   }
   .mobhid {
      display: none;
   }
   h1 {
      font-size: 32px;
      line-height: 40px;
   }
   .main {
      width: 100%;
   }
}
content {
   display: flex;
   width: 100%;
   flex-direction: row-reverse;
   align-items: flex-start;
   justify-content: center;
   padding-bottom: 32px;
   position: relative;
   z-index: 2;
}

@media screen and (max-width: 1095px) {
   content {
      flex-direction: column;
      align-items: center;
   }
}
