body {
   background: #e7e7e7;
}
main * {
   margin: 0;
   padding: 0;
   outline: 0;
   border: 0;
   font-family: Roboto;
   text-decoration: none;
   box-sizing: border-box;
}
main {
   background: #fff;
   position: relative;
   display: block;
   padding: 30px 20px;
   max-width: 1000px;
}
main h1 {
   font-size: 24px;
   font-weight: 700;
   line-height: 1.3;
   margin-bottom: 30px;
}
main p {
   font: 400 18px/1.3 "Roboto";
   margin-bottom: 15px;
}
main a {
   color: #1869a7;
}
main ul {
   padding: 0;
   margin-left: 25px;
   margin-bottom: 20px;
}
main ul li {
   margin-bottom: 10px;
   font-size: 18px;
   list-style: disc;
}
main img {
   display: block;
   width: 100%;
   max-width: 650px;
   margin: 15px auto;
}
.do__body,
main {
   margin: 0 auto;
}
.do__desc,
.do__title {
   text-align: center;
}
.do__desc {
   width: 100%;
   max-width: 600px;
   margin: 10px auto 0;
}
.items_list {
   font:
      0/0 GothamProMedium,
      sans-serif;
   letter-spacing: -1px;
   text-align: center;
   display: flex !important;
   flex-direction: column !important;
   justify-content: center !important;
   align-items: center !important;
   gap: 20px;
}
.result_item .text {
   font-weight: 600;
   font-size: 28px;
   line-height: 28px;
   text-transform: uppercase;
   text-align: center;
}
.result_item img {
   margin: 0 0 12px;
   display: block;
   border-radius: 50%;
   max-width: 100%;
   height: 200px;
   object-fit: cover;
   width: 218px !important;
}
.result_item {
   display: flex;
   gap: 30px;
   align-items: center;
   justify-content: center;
}
.b-comments .b-comments__title {
   margin: 0 0 1em;
   padding: 1.31em 0 0.31em;
   font-weight: 800;
   text-transform: uppercase;
}
.b-comments__title {
   margin-bottom: 0 !important;
}
.b-comments .b-comments__users-stat {
   margin: 0 0 1em;
   font-weight: 600;
   color: #7c7c7c;
}
.b-comments .b-comments__create-top-place,
.b-comments .b-comments__list .b-comments__item .b-comments__comment {
   position: relative;
}
.b-comments .b-comments__create-top-place .b-comments__button-comment {
   display: none;
   padding-bottom: 1.5em;
}
.b-comments .b-comments__button-comment {
   display: block;
   text-align: center;
   padding-bottom: 1em;
}
.b-comments .b-comments__lists-place {
   border-top: 1px solid #dfdfdf;
   padding-top: 1em;
}
.jsTabs .jsTabs-tabs-list.jsTabs-center {
   text-align: center;
}
.jsTabs .jsTabs-tabs-list {
   margin: 0 -0.5em 1em;
   text-align: left;
}
.jsTabs .jsTabs-content.jsTabs-active {
   display: block;
}
.jsTabs .jsTabs-content {
   display: none;
   position: relative;
}
.b-comments .b-comments__list ul {
   padding: 0;
   margin: 0;
   display: block;
}
.b-comments .b-comments__list .b-comments__item {
   display: block;
   position: relative;
   margin: 0 0 1em;
   padding-left: 0;
   overflow: hidden;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-head {
   margin: 0 0 0.31em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-text {
   margin: 0 0 0.5em;
   font-size: 0.938em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info {
   margin: 0 0 0.75em;
   min-height: 1.5em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-time {
   float: left;
   font-weight: 700;
   color: #62a7d9;
   margin-right: 0.5em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date {
   float: left;
   font-weight: 600;
   color: #62a7d9;
   margin-right: 1em;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view.m-like {
   display: inline-block;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-likes-view {
   display: none;
   font-size: 1em;
   position: relative;
   padding-left: 1.25em;
   margin: 0 1em 0 0;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info::after {
   content: " ";
   display: block;
   height: 0;
   clear: both;
   overflow: hidden;
   visibility: hidden;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-avatar {
   display: block;
   float: left;
   width: 3.125em;
   height: 3.125em;
   margin-top: 0.5em;
   margin-right: 1em;
}
picture.b-comments__item-avatar img {
   position: absolute;
   top: 0;
   left: 0;
   margin: 0 !important;
}
.b-comments .b-comments__list .b-comments__item .b-comments__item-info .b-comments__item-date span {
   font-size: 0.81em;
}
@media (min-width: 768px) {
   main h1 {
      font-size: 32px;
   }
   main p,
   main ul li {
      font-size: 20px;
   }
}
.fake-comment-wrapper {
   font-family: sans-serif !important;
   width: 100% !important;
   padding: 30px 20px !important;
   background-color: #fff !important;
   box-sizing: border-box !important;
}
.fake-comment-wrapper form {
   display: flex !important;
   flex-direction: column !important;
   width: 90% !important;
   margin: 0 auto !important;
}
.fake-comment-wrapper form input {
   outline: 0 !important;
   width: 100% !important;
   box-sizing: border-box !important;
   margin-bottom: 25px !important;
   padding: 10px 20px !important;
   font-weight: 100 !important;
   border: 1px solid #bf0909 !important;
   font-family: sans-serif !important;
   color: #000 !important;
   background-color: #fff !important;
   font-size: 16px !important;
}
.fake-comment-wrapper form .title {
   margin-bottom: 16px !important;
   text-indent: 0 !important;
   color: #bf0909 !important;
   font-family: sans-serif !important;
   font-size: 24px !important;
   font-weight: 700 !important;
   line-height: 28px !important;
}
.fake-comment-wrapper form input {
   outline: 0 !important;
   width: 100% !important;
   box-sizing: border-box !important;
   margin-bottom: 25px !important;
   padding: 10px 20px !important;
   font-weight: 100 !important;
   border: 1px solid #bf0909 !important;
   font-family: sans-serif !important;
   color: #000 !important;
   background-color: #fff !important;
   font-size: 16px !important;
}
.fake-comment-wrapper form textarea {
   height: 100% !important;
   line-height: 100% !important;
   border-radius: 0 !important;
   text-indent: 0 !important;
   max-width: 100% !important;
   outline: 0;
   width: 100% !important;
   resize: none !important;
   box-sizing: border-box !important;
   margin-bottom: 25px !important;
   padding: 10px 20px !important;
   font-weight: 100 !important;
   border: 1px solid #bf0909;
   font-family: sans-serif !important;
   color: #000 !important;
   background-color: #fff !important;
   font-size: 16px !important;
}
.fake-comment-wrapper form button {
   color: #fff !important;
   text-align: center !important;
   max-width: 280px !important;
   width: 80% !important;
   height: 50px !important;
   border-radius: 25px !important;
   background-color: #bf0909 !important;
   font-family: sans-serif !important;
   border: none !important;
   font-size: 18px !important;
   cursor: pointer !important;
}
.modal {
   display: none;
   position: fixed;
   z-index: 1;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   overflow: auto;
   background-color: rgba(0, 0, 0, 0.4);
}
.modal-content {
   top: 20%;
   position: relative;
   max-width: 400px;
   right: 0;
   left: 0;
   margin: 0 auto;
   background: #fff none repeat scroll 0 0;
   text-align: center;
   padding: 10px;
   padding-top: 10px;
   padding-bottom: 20px;
   border-radius: 10px;
   animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.close {
   position: absolute;
   top: 0;
   right: 10px;
   font-size: 30px;
   font-weight: 700;
   cursor: pointer;
}
.form-container {
   margin-top: 10px;
}
.form-container h2 {
   margin-top: 0;
}
.form-container form {
   align-items: center;
   display: flex;
   flex-direction: column;
   margin-top: 20px;
}
.form-container input {
   width: 90%;
   padding: 10px;
   margin-bottom: 10px;
   border-radius: 5px;
   border: 1px solid #ccc;
   font-size: 16px;
}
.form-container input {
   width: 90%;
   padding: 10px;
   margin-bottom: 10px;
   border-radius: 5px;
   border: 1px solid #ccc;
   font-size: 16px;
}
.form-container input[type="submit"] {
   background-color: #4caf50;
   color: #fff;
   border: none;
   cursor: pointer;
}
.fake-comment-wrapper form {
   display: flex !important;
   flex-direction: column !important;
   width: 90% !important;
   margin: 0 auto !important;
}

@media (max-width: 768px) {
   .result_item img {
      height: 130px !important;
      width: 130px !important;
   }
   .result_item .text {
      font-size: 18px;
      line-height: 22px;
   }
}

/* Order form layout (extracted from external Boxes plugin CSS, without Boxes dependencies). */
.order-section {
   max-width: 780px;
   margin: 25px auto;
}

.order {
   position: relative;
   display: block;
   min-width: 270px;
   max-width: 450px;
   margin: 0 auto;
   padding: 15px;
   border: 2.5px dashed #ddd;
   border-radius: 2.5px;
   background-color: #fff;
}

.order__header {
   display: flex;
   flex-flow: column;
   gap: 20px;
   margin-bottom: 30px;
   font-size: 18px;
   font-weight: 700;
   text-align: center;
}

.order__img {
   width: 100%;
   height: auto;
   max-width: 250px;
   margin: 0 auto;
}

.order__text {
   font-size: 18px;
   font-weight: 700;
   margin-bottom: 15px;
   text-align: center;
   line-height: 1.3;
}

.order__text:nth-child(2) {
   margin-bottom: 5px;
}

.order__time {
   font-weight: 700;
   font-size: 24px;
   text-align: center;
   color: red;
   line-height: 1.3;
}

.order__price {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
   font-size: 20px;
   line-height: 1.3;
}

.order__price-old {
   font-weight: 700;
   text-decoration: line-through;
}

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

.order__price-new > .order__price-summ,
.order__price-new > .order__price-curr {
   font-size: 24px;
}

.order__body {
   display: flex;
   flex-flow: column;
   gap: 15px;
   width: 100%;
   margin-bottom: 15px;
   border: none;
   text-align: center;
}

.order__input {
   position: relative;
   display: block;
   width: 100%;
   height: 55px;
   padding: 15px;
   border: 0;
   border-radius: 35px;
   outline: none;
   font-size: 16px;
   background-color: #f2f2f2;
   box-shadow: none;
}

.order__input:focus,
.order__input:focus-visible {
   outline: none;
   border: none;
   box-shadow: none;
}

.order__input::placeholder {
   font-size: 16px;
   font-weight: 400;
}

.order__input--select {
   appearance: none;
   cursor: pointer;
   width: 100%;
}

.order__select {
   position: relative;
   width: 100%;
}

.order__select::before,
.order__select::after {
   content: "";
   position: absolute;
   top: 50%;
   right: 20px;
   z-index: 10;
   display: block;
   width: 10px;
   height: 2px;
   background-color: #acaaaa;
   transform: translate(-3px, -50%) rotate(45deg);
   transition: background-color 0.3s linear;
}

.order__select::after {
   transform: translate(3px, -50%) rotate(-45deg);
}

.order__btn {
   cursor: pointer;
   display: flex;
   flex-wrap: wrap;
   justify-content: center;
   align-items: center;
   gap: 5px;
   width: 100%;
   min-height: 55px;
   padding: 20px;
   border-radius: 35px;
   font-size: 16px;
   font-weight: 700;
   text-decoration: none;
   line-height: 1.2;
   color: #fff;
   background-color: #388e3c;
   transition: background-color 0.2s linear;
   box-shadow: none;
}

.order__btn:hover {
   background-color: #2bac31;
}

.order__footer,
.order__info {
   font-size: 14px;
   text-align: center;
   color: #888;
   line-height: 1.3;
}

@media (min-width: 475px) {
   .order__price {
      font-size: 24px;
   }
   .order__btn {
      font-size: 18px;
   }
}

@media (min-width: 576px) {
   .order__footer,
   .order__info {
      font-size: 16px;
   }
}

/* confirmBox modal (hidden by default) */
#confirmBox.confirm-overlay {
   display: none !important;
   position: fixed !important;
   inset: 0 !important;
   z-index: 9998 !important;
   background: rgba(0, 0, 0, 0.6) !important;
}

#confirmBox.confirm-overlay.active {
   display: block !important;
}

.confirmBox {
   display: flex !important;
   flex-direction: column !important;
   align-items: center !important;
   justify-content: center !important;
   position: fixed !important;
   top: 50% !important;
   left: 50% !important;
   transform: translate(-50%, -50%) !important;
   z-index: 9999 !important;
   max-width: 480px !important;
   width: 90% !important;
   padding: 30px !important;
   border-radius: 15px !important;
   background: #fff !important;
   box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25) !important;
   text-align: center !important;
   color: #333 !important;
}

#confirmBox.confirm-overlay:not(.active) .confirmBox {
   display: none !important;
}

.confirmBox * {
   text-align: center !important;
   color: #333 !important;
}

.confirmBox .confirm-label,
.confirmBox .confirm-value,
.confirmBox .name-val,
.confirmBox .phone-val {
   display: block !important;
   color: #333 !important;
}

/* confirmBox: prettier green theme + bigger buttons */
.confirmBox .confirm-top {
   width: 100% !important;
   margin-bottom: 14px !important;
}

.confirmBox .confirm-title {
   font-size: 22px !important;
   font-weight: 800 !important;
   letter-spacing: -0.01em !important;
   color: #0f5132 !important;
   margin-bottom: 6px !important;
}

.confirmBox .confirm-subtitle {
   font-size: 14px !important;
   line-height: 1.35 !important;
   color: rgba(15, 81, 50, 0.75) !important;
}

.confirmBox .confirm-body {
   width: 100% !important;
   margin: 10px 0 18px !important;
   padding: 12px 14px !important;
   border: 1px solid rgba(15, 81, 50, 0.14) !important;
   border-radius: 14px !important;
   background: linear-gradient(180deg, rgba(25, 135, 84, 0.08), rgba(255, 255, 255, 0)) !important;
}

.confirmBox .confirm-row {
   width: 100% !important;
}

.confirmBox .confirm-row + .confirm-row {
   margin-top: 10px !important;
   padding-top: 10px !important;
   border-top: 1px dashed rgba(15, 81, 50, 0.18) !important;
}

.confirmBox .confirm-label {
   font-size: 12px !important;
   font-weight: 700 !important;
   text-transform: uppercase !important;
   letter-spacing: 0.06em !important;
   color: rgba(15, 81, 50, 0.75) !important;
   margin-bottom: 4px !important;
}

.confirmBox .confirm-value {
   font-size: 18px !important;
   font-weight: 800 !important;
   color: #14532d !important;
   word-break: break-word !important;
}

.confirmBox .confirm-actions {
   width: 100% !important;
   display: flex !important;
   gap: 12px !important;
   justify-content: center !important;
   flex-wrap: wrap !important;
}

.confirmBox .confirm-btn {
   appearance: none !important;
   border: 0 !important;
   border-radius: 14px !important;
   padding: 14px 18px !important;
   min-height: 52px !important;
   font-size: 16px !important;
   font-weight: 800 !important;
   cursor: pointer !important;
   transition: transform 120ms ease, filter 120ms ease, box-shadow 120ms ease !important;
}

.confirmBox .confirm-btn:active {
   transform: translateY(1px) !important;
}

.confirmBox .confirm-btn-edit {
   background: rgba(25, 135, 84, 0.10) !important;
   color: #0f5132 !important;
   box-shadow: 0 10px 22px rgba(25, 135, 84, 0.12) !important;
}

.confirmBox .confirm-btn-ok {
   background: linear-gradient(180deg, #22c55e, #16a34a) !important;
   color: #fff !important;
   box-shadow: 0 14px 28px rgba(22, 163, 74, 0.28) !important;
}

.confirmBox .confirm-btn:hover {
   filter: brightness(0.98) !important;
}

@media (max-width: 420px) {
   .confirmBox .confirm-btn {
      width: 100% !important;
   }
}
