html {
   scroll-behavior: smooth;
}

body {
   background: #fafafa;
   margin: 0;
   font:
      16px/1.5 "Open Sans",
      sans-serif;
   color: #4a4a4a;
}

a {
   background: 0 0;
}
*,
:after,
:before {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: inherit;
}

a:focus {
   outline: 5px auto -webkit-focus-ring-color;
   outline-offset: -2px;
}

@-ms-viewport {
   width: device-width;
}

ul {
   margin: 0;
   padding: 0;
   list-style: none;
}

a {
   text-decoration: none;
}

a:hover {
   color: #0098fe;
}


main {
   position: relative;
   display: block;
   margin: 0 auto;
   padding: 0 20px 0;
   max-width: 900px;
   background-color: #fff;
   font-family: "Roboto";
   padding-top: 20px;
}

h1 {
   font-size: 1.3rem;
   line-height: 1.3;
   margin: 0;
   margin-bottom: 10px;
   font-family: "Roboto";
}

 .h1-bg {
   box-sizing: border-box;
    position: relative;
    background: #ff93002e;
    padding: 20px;
    padding-left: 6px;
    padding-right: 6px;
    padding-bottom: 4px;
    max-width: 900px;
    margin: 0 auto;
 }

 .h1-bg::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background-color: rgba(255, 255, 255, 0.454);*/
 }

 .title_h1 {
    position: relative;
    background-color: rgb(255 255 255 / 0%);
    border-radius: 5px;
    padding: 10px 14px;
    font-style: normal;
    border-bottom: 2px solid;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    color: #3d3d3df5;
    display: block;
    padding-top: 24px;
 }



main p {
   font-size: 18px;
   line-height: 1.3;
   margin: 0;
   margin-bottom: 15px;
   font-family: "Roboto";
}

main a {
   color: #2170ad;
}

main ul {
   padding: 0;
   margin-left: 25px;
}

main ul li {
   margin-bottom: 10px;
   font-size: 18px;
   list-style: disc;
   font-family: "Roboto";
}

main ol li {
   margin-bottom: 10px;
   font-size: 18px;
   list-style: decimal;
   font-family: "Roboto";
}

main img {
   display: block;
   width: 100%;
   margin: 15px auto;
   max-width: 700px;
}

.table {
   font-size: 13px;
   width: 100%;
   margin-bottom: 20px;
   border: 1px solid green;
   border-collapse: collapse;
}

.table td {
   border: 1px solid green;
   background: #d8ead3;
   padding: 6px;
}

@media (min-width: 576px) {
   .table {
      font-size: 18px;
   }

   .table td {
      padding: 10px;
   }
}

@media (min-width: 768px) {
   main h1 {
      font-size: 32px;
   }



   main {
      box-sizing: border-box;
      border-left: 1px solid #d9d9d9;
      border-right: 1px solid #d9d9d9;
      box-shadow: 0 0 3px #cacaca;
   }

   .table td {
      padding: 15px;
   }
}

.red-txt {
   color: red;
}

.gray-bg {
   background: rgba(128, 128, 128, 0.17);
   padding: 10px;
}

figure {
   margin: 0 auto 20px;
   max-width: 600px;
}

figure img {
   margin-bottom: 6px;
}

figcaption {
   text-align: center;
   font-style: italic;
   font-size: 17px;
}

.cap-bold figcaption {
   font-weight: 600;
   font-style: normal;
}

.pachino-btn {

   background-color: #ef3333 !important;
   transition: all .2s ease-in 0s !important;
   display: block;
   text-align: center;
   color: #fff;
   font-size: 20px;
   font-weight: 600;
   padding: 10px 8px;
   border-radius: 10px;
   border: 2px solid #ef3d3d;
   max-width: 350px;
   margin: 0 auto;
}

.pachino-btn:hover {
   color: #fff !important;
   background-color: #f52b2b !important;
   transform: scale(1.1) !important
}

footer {
   text-align: center;
   padding: 20px;
   max-width: 800px;
   margin: auto;
   font-size: 0.9rem;
}


/* form */
@media all {

   .pachinoform input {
      font-size: 14px;
   }
}

.pachinoform {
   padding: 10px;
   font-size: 20px;
   line-height: 1.5;
   margin-bottom: 20px;
   color: #000;
   border: 6px solid #166ca7;
   background-color: #fff;
   background-position: center center;
   display: flex;
   flex-direction: column;
   align-content: center;
   flex-wrap: wrap;
   border-radius: 10px;
   max-width: 781px;
   margin: 0 auto;
   margin-top: 18px;
   margin-bottom: 18px;
   max-width: 600px;
}

.pachinoform_title {
   display: flex;
   gap: 30px;
   max-width: 400px;
   align-self: center;
   text-align: center;
}

.pachinoform_title_logo {
   flex-shrink: 0;
}

.pachinoform_title_text {
   align-self: center;
}

.pachinoform_title_text>b {
   display: block;
}

.pachinoform_order {
   max-width: 600px;
   font-weight: bold;
   font-size: 16px;
   list-style: 1.4;
   margin: 15px 0;
   text-align: center;
}

.pachinoform_order>b {
   color: #ed1b24;
}

.pachinoform_footer {
   text-align: center;
   color: #000;
   font-size: 14px;
   margin: 10px 0;
}

.pachinoform_footer>img {
   margin-top: 10px;
}

.pachinoform_value {
   display: flex;
   color: #166ca7;
   font-weight: bold;
   font-size: 20px;
   align-items: center;
   align-self: center;
}

.pachinoform_value_current {
   border: 1px solid #000;
   color: #ff5858;
   line-height: 1;
   font-size: 24px;
   padding: 5px 20px;
   margin: 0 15px;
}

.pachinoform_value_total {
   font-size: 24px;
}

.pachinoform_price {
   display: flex;
   align-items: center;
   align-self: center;
   gap: 30px;
   margin-top: 30px;
}

.pachinoform_price_old span {
   display: block;
   font-size: 30px;
   font-weight: 700;
   letter-spacing: -1px;
   color: #000;
   position: relative;
   line-height: 1;
}

.pachinoform_price_old span:before {
   position: absolute;
   content: "";
   left: 0;
   top: 45%;
   right: 0;
   border-top: 4px solid #ed1b24;
   transform: rotate(-15deg);
}

.pachinoform_price_new span {
   display: block;
   background-color: #ed1b24;
   color: #fff;
   text-shadow: 2px 2px 0 #000;
   font-size: 44px;
   padding: 5px 15px;
   font-weight: 700;
   line-height: 1;
}

@media (max-width: 500px) {
   .pachinoform_title {
      gap: 5px;
   }

   .pachinoform_title_text {
      font-size: 16px;
   }

   .pachinoform_value {
      flex-wrap: wrap;
      justify-content: center;
   }
}

.pachinoform .name-input,
.pachinoform .phone-input {
   color: #000;
   font-size: 20px;
   margin-bottom: 10px;
}

.pachinoform .name-input label,
.pachinoform .phone-input label {
   font-weight: bold;
   margin-top: 10px;
}

.pachinoform .name-input input,
.pachinoform .phone-input input {
   border: 0;
   padding: 0;
   font: inherit;
   color: inherit;
   box-sizing: border-box;
   width: 100%;
   border-radius: 5px;
   padding: 10px;
   min-width: 0;
   background: #fff;
   border: 2px solid #68beff;
   padding-left: 24px;
   font-size: 20px !important;
}

.pachinoform .button-submit:focus,
.pachinoform input:focus {
   outline: 0;
   box-shadow: 0 0 0 3px #b2af42a6;
}

.pachinoform .button-submit {
   text-align: center;
   width: 100%;
   margin: 0 auto;
   text-decoration: none;
   border-radius: 10px;
   color: #fff;
   border: 2px solid #ffc9c9;
   padding: 14px 0;
   cursor: pointer;
   background: #ff0d17;
   font-size: 18px;
   line-height: 1.4;
   font-weight: bold;
}

.pachinoform .button-submit:hover {
   background: #bf080f;
   transition: 0.2s;
}

@media screen and (max-width: 500px) {
   .blc-pck {
      display: block;
      width: 100%;
      text-align: center;
      margin-top: 10px;
   }

   .pachinoform_value_current {
      margin: 0;
   }
}
/* form */

.head-one-part {
   color: red;
}

.head-two-part {
   margin-top: 3px;
   display: block;
}

.head-main-date {
   display: block;
   padding: 0px 14px;
}

.head-main-date-title {
   display: block;
   font-style: italic;
}

/* new subtitle */
.main-subtitle {
   display: block;
   padding: 6px 10px;
   color: #ffffff;
   font-size: 18px;
   border-radius: 2px;
   font-weight: 500;
   border: 1px solid #29466645;
   margin-bottom: 16px;
   margin-top: 10px;
   font-style: italic;
   box-shadow: 1px 2px 10px #2946661a;
   background: #2f4f6b;
   line-height: 1.4;
   font-style: italic;
}

.table-block {
   font-family: "Sceptica", "Roboto", sans-serif !important;
   display: block;
   box-shadow: 0 0 9px #00000045;
   border: 8px solid #ffffff;
   border: 8px solid #ffffff;
   /* background: #00dcff33; */
   /* background: #b5f4ff; */
   border-radius: 4px;
   max-width: 548px;
   margin: 0 auto;
   padding-bottom: 0;
   font-size: 20px;
   line-height: 1.5;
   margin-bottom: 20px;
   color: #000;
   background-position: center center;
   margin-top: 24px;
   width: 100%;
}

.table-block h1 {
   font-family: "FS Jack Poster", "Roboto", sans-serif;
   line-height: 1.3;
   margin-bottom: 0;
   color: #373737;
   font-size: 18px;
   border-top-left-radius: 5px;
   border-top-right-radius: 5px;
   border: 1px solid #8d8d8d;
   padding: 14px 10px;
   border-bottom: 0;
   font-weight: 400;
   background: #ffbc0047;
}

@media print {
   .table {
      display: table;
   }

   table {
      width: 100%;
      color: #32313a;
      border-radius: 5px;
      border-collapse: collapse;
      border-spacing: 0;
      line-height: 23px;
      margin: 40px 0;
   }
}

@media print {
   .table {
      display: table;
   }

   table {
      width: 100%;
      color: #32313a;
      border-radius: 5px;
      border-collapse: collapse;
      border-spacing: 0;
      line-height: 23px;
      margin: 40px 0;
   }
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

@media print {
   .table {
      border-collapse: collapse !important;
   }
}

table {
   background-color: transparent;
}

.table {
   width: 100%;
   max-width: 100%;
   margin-bottom: 0;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

table,
tbody,
td,
th,
tr {
   border: 0;
   font-size: 100%;
   font: inherit;
   margin: 0;
   padding: 0;
   vertical-align: baseline;
}

table {
   border-collapse: collapse;
   border-spacing: 0;
}

.table {
   font-family: Roboto, sans-serif;
   margin-bottom: 0;
   border-collapse: separate;
   border-spacing: 0;
   border-radius: 4px !important;
   overflow: hidden;
   border: 0px solid black;
}

td,
th {
   border: 0.1px solid black !important;
}

.table td {
   border: 1px solid #000;
   padding: 5px 10px;
   text-align: center;
   font-size: 1.1rem;
   vertical-align: middle;
   font-size: 16px;
}

.table td {
   background: none !important;
}

.table td.one {
   text-align: left;
   width: 100%;
   font-size: 17px;
   font-weight: 400;
   border-radius: 0;
   color: #093640;
}

.table td.two {
   font-size: 20px;
   font-family: "Sceptica", "Roboto", sans-serif !important;
   color: #33a641;
   text-align: left;
   font-weight: 500;
}

@media screen and (max-width: 992px) {
   .table {
      font-size: 18px;
   }
}

@media screen and (max-width: 460px) {
   .table {
      font-size: 16px;
   }
}

/*footer logo and date*/
.stat-footer {
   display: flex;
   flex-wrap: nowrap;
   justify-content: space-between;
   align-items: center;
   width: 100%;
   padding-left: 10px;
   box-sizing: border-box;
   overflow: visible;
   margin-top: 15px;
   margin-bottom: 14px;
}

.stat-footer-logo {
   max-width: 190px;
   width: 87%;
   height: auto;
   flex-shrink: 0;
   margin: 0;
}

.stat-footer-banner {
   display: block;
   align-items: center;
   color: #fff;
   font-family: Arial, sans-serif;
   font-size: 15px;
   text-decoration: none;
   padding-right: 15px;
   min-width: 164px;
   white-space: nowrap;
   text-align: right;
   flex-shrink: 1;
   max-width: 100%;
   box-sizing: border-box;
   position: relative;
   overflow: visible;
   z-index: 999999;
}

@media (max-width: 468px) {
   .stat-footer-logo {
      max-width: 160px;
      width: 47%;
   }

   .stat-footer-banner {
      font-size: 13px;
      min-width: 139px;
   }
}

@media (max-width: 408px) {
   .stat-footer-banner {
      font-size: 11px;
      min-width: 119px;
   }
}

@media (max-width: 768px) {
   .stat-footer-logo {
      max-width: 170px;
      width: 57%;
   }
}

/* coments */


.comments {
   position: relative;
   display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
   margin: 20px 0px 0px;
   background: rgb(255, 255, 255) none repeat scroll 0% 0%;
   padding: 20px;
   width: 80%;
   margin-left: auto;
   margin-right: auto;
}

@media screen and (min-width: 1000px) {
   .comments {
      width: 800px;
   }
}

.comments__btn-up {
   position: absolute;
   top: 65vh;
   display: block;
   width: 50px;
   height: 50px;
   padding: 16px;
   margin-bottom: 160px;
   cursor: pointer;
   background-color: rgb(255, 255, 255);
   text-align: center;
   box-shadow: 0px 2px 12px 0px rgba(71, 75, 105, 0.15);
   z-index: 890;
}

.comments__btn-up svg {
   position: relative;
   top: -4px;
}

.comments__btn-up {
   position: absolute;
   top: 65vh;
   display: block;
   width: 50px;
   height: 50px;
   padding: 16px;
   margin-bottom: 160px;
   cursor: pointer;
   background-color: #fff;
   text-align: center;
   -webkit-box-shadow: 0 2px 12px 0 rgba(71, 75, 105, .15);
   box-shadow: 0 2px 12px 0 rgba(71, 75, 105, .15);
   z-index: 890
}

.comments .comments-toggle {
   width: 55%;
   z-index: 890;
   height: 40px;
   line-height: 40px;
   font-size: 12px;
   color: rgb(136, 153, 167);
   text-align: center;
   cursor: pointer;
   transition: background-color 0.15s ease-out 0s;
   background-color: rgb(245, 247, 250);
   outline: 0px none;
   border-radius: 2px;
}

.comments .comments-toggle:hover {
   background-color: rgb(226, 231, 236);
}

.comments .comments-list {
   display: none;
   width: 100%;
   margin: 0px;
   padding: 0px;
   list-style: outside none none;
   color: rgb(136, 153, 167);
   font-size: 12px;
   text-align: left;
   z-index: 890;
}

.comments .comments-list__border {
   width: 75%;
   height: 1px;
   margin: 0px auto;
   background-color: rgb(226, 231, 236);
}

.comments .comments-list__item {
   padding: 10px 0px 6px calc(50% - 43px);
   cursor: pointer;
   transition: background-color 0.15s ease-out 0s;
}

.comments .comments-list__item:hover {
   background-color: rgb(226, 231, 236);
}

.comments .comments-list__item:last-child {
   padding-bottom: 10px;
}

.comments .comments-list__item_chosen::after {
   content: "";
   display: inline-block;
   width: 10px;
   height: 7px;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-position: center center;
}

.comments .comments-chat {
   max-width: 1000px;
   margin: 0px auto;
   text-align: center;
}

.comments .comments-user {
   height: 40px;
   overflow: hidden;
   flex-shrink: 0;
   position: relative;
   top: -2px;
}

.comments .comments-avatar {
   flex-shrink: 0;
   position: relative;
   width: 30px;
   height: 30px;
   margin-left: 8px;
   margin-top: 2px;
   margin-right: 2px;
   text-align: center;
   font-size: 12px;
   text-transform: uppercase;
   line-height: 30px;
   border-radius: 50%;
   background-color: rgb(245, 247, 250);
}

.comments .comments-avatar_grey {
   margin-left: 0px;
   margin-right: 8px;
}

.comments .comments-avatar_form {
   margin-left: 0px;
   margin-right: 8px;
}

.comments .comments-avatar_unauthorized {
   background-position: center center;
   background-repeat: no-repeat;
   background-size: 11px auto;
}

.comments .comments-message {
   display: flex;
   width: 100%;
   margin-bottom: 15px;
   flex-direction: row-reverse;
   justify-content: flex-start;
}

.comments .comments-message_grey {
   flex-direction: row;
}

.comments .comments-field {
   position: relative;
   width: 88%;
   flex: 1 0 auto;
   padding: 15px;
   border: 1px solid rgb(226, 231, 236);
   border-radius: 12px;
}

.comments .comments-field__txt {
   display: block;
   margin: 5px 0px 0px;
   font-size: 15px;
   text-align: left;
   font-weight: 400;
   line-height: 1.42857;
}

.comments .comments-field__txt p {
   margin: 0px;
}

.comments .comments-field__image {
   text-align: left;
   margin-top: 5px;
}

.comments .comments-field__image-load {
   display: flex;
   height: 200px;
   justify-content: center;
   flex-direction: column;
}

.comments .comments-field__image-load .spinner-inner {
   display: block;
}

.comments .comments-field_grey {
   background-color: rgb(245, 247, 250);
   border-color: rgb(245, 247, 250);
}

.comments .comments-like {
   display: flex;
   align-items: baseline;
   font-size: 14px;
   opacity: 0.9;
   color: rgb(136, 153, 167);
   cursor: pointer;
}

.comments .comments-like:hover {
   color: rgb(57, 104, 163);
}

.comments .comments-like__count {
   padding-left: 5px;
}

.comments .comments-flex {
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
   width: 90%;
}

.comments .comments-flex__name {
   margin: 0px 10px 0px 0px;
   font-size: 16px;
   font-weight: bold;
   text-align: left;
}

.comments .comments-flex__date {
   font-size: 12px;
   font-weight: 400;
   color: rgb(136, 153, 167);
   text-align: right;
   opacity: 0.6;
}

.comments .comments-flex__answer {
   border-bottom: 1px solid transparent;
   font-size: 12px;
   font-weight: 400;
   color: rgb(136, 153, 167);
   line-height: 22px;
   cursor: pointer;
   transition: border-color 0.15s ease-out 0s;
}

.comments .comments-flex__answer::after {
   content: "";
   display: inline-block;
   height: 8px;
   width: 16px;
   margin-left: 5px;
   background-repeat: no-repeat;
   background-position: 50% center;
}

.comments .comments-flex__answer:hover {
   border-color: rgb(226, 231, 236);
}

.comments .comments-form {
   position: relative;
   z-index: 1;
   max-width: 660px;
   margin: 0px auto;
   display: flex;
   flex-direction: column;
   width: 100%;
   border-top: 1px solid transparent;
   transition: transform 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
}

.comments .comments-form__unauthorized {
   padding: 15px;
   font-size: 14px;
   color: rgb(136, 153, 167);
   text-align: center;
   background: rgb(245, 247, 250) none repeat scroll 0% 0%;
   border-radius: 12px;
   cursor: pointer;
}

.comments .comments-form_unauthorized {
   transform: translateY(0px);
   padding: 0px;
}

.comments-form-header {
   display: flex;
}

.comments-form-header_unauthorized {
   display: none;
}

.comments-toggle-md {
   display: none;
}

.notification-message-list-container {
   position: fixed;
   z-index: 1000;
   width: 100%;
   display: none;
   margin-bottom: 10px;
   background-color: rgb(255, 255, 255);
   box-shadow: 0px 9px 33px 0px rgba(21, 33, 50, 0.2);
}



.post-page-content-main a {
   text-decoration: underline;
}

.post-page-content-main a:hover {
   color: rgb(162, 30, 43);
}

.post-page-content p img {
   max-width: 100%;
}

.comments__count {
   text-align: center;
   font-size: 22px;
   font-weight: 400;
   margin-bottom: 30px;
}

.footer_block {
   padding: 20px;
   text-align: center;
}


.comment {
   padding: 15px 0px;
   border-top: 1px solid rgb(232, 232, 232);
}

.comment .text1 {
   font-size: 14px;
   font-weight: bold;
}

.comment .text2 {
   font-size: 12px;
   float: right;
   color: rgb(136, 136, 136);
   font-weight: normal;
}

.comment .text3 {
   font-size: 15px;
   padding: 10px 0px 0px;
   font-weight: normal;
}

.comment .text3::after {
   content: "";
   display: block;
   clear: both;
}

#comment-component-text * {
   margin: 0;
   padding: 0;
   box-sizing: border-box;
}

#comment-component-text {
   margin-top: 55px;
   background-color: #fff;
   border-radius: 5px;
   border: 1px solid rgba(0, 0, 0, 0.15);
   box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.08);
   margin-bottom: 8px;
   padding: 16px 0 0;
   padding: 10px;
   border-top: 4px solid #365398;
   color: #000;
}

#comment-component-text #comment_num {
   border-bottom: 1px dashed #365398;
   color: #365398;
   font-weight: bold;

   width: 100%;
}

#comment-component-text .comment,
#comment-component-text .txt-cmt {
   width: 100%;
}

#comment-component-text .txt-cmt {
   display: flex;
   align-items: flex-start;
   padding: 20px 0;
}

#comment-component-text .txt-cmt .form-comment__img {
   padding: 0 5px;
   width: 80px;
}

#comment-component-text img {
   max-width: 100%;
   line-height: 1;
   display: inline-block;
   width: 65px;
   border-radius: 50px;
}

#comment-component-text .form-comment__content {
   width: 100%;
   padding: 0 5px;
}

#comment-component-text .your-name,
#comment-component-text .txt-content {
   font-size: inherit;
}

#comment-component-text .your-name {
   border: 1px solid #ddd;
   padding: 5px 10px;
   width: 100%;
   margin-bottom: 0;
   border-radius: none;
}

#comment-component-text .txt-content {
   width: 100%;
   min-height: 40px;
   display: block;
   margin: 15px 0 5px 0;
   padding: 10px;
   resize: none;
   border: 1px solid #ddd;
   box-sizing: border-box;
}

#comment-component-text .add-comment-button {
   background-color: #4267b2;
   border: 1px solid #4267b2;
   border: none;
   color: #fff;
   font-size: 14px;
   border-radius: 2px;
   padding: 0 8px;
   line-height: 22px;
   cursor: pointer;
   font-weight: bold;
   text-decoration: none;
   width: initial;
}

#comment-component-text .comment {
   border-top: 1px dashed #ccc;
   display: flex;
   align-items: flex-start;
   padding: 25px 0;
   margin: 10px;
   white-space: normal;
   background: rgba(114, 168, 211, 0.2) none repeat scroll 0 0;
   padding: 10px;
   border-radius: 5px;
}

#comment-component-text .comment:last-of-type {
   border-bottom: 1px dashed #ccc;
}

#comment-component-text .comment__content {
   padding: 0 10px;
   width: 100%;
   
}

#comment-component-text .comment__content .comment__name {
   margin-top: 0;
   color: #365398;
   font-size: 18px;
   text-align: left;
   text-align-last: left;
   font-weight: 700;
   white-space: nowrap;
}

#comment-component-text .comment .comment__text {
   margin: 10px 0 7px 0;
   font-size: 16px;
   line-height: 1.4;
}

#comment-component-text .comment__details {
   font-size: 12px;
   color: #365398;
   line-height: 2;
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   padding-top: 16px;
}

#comment-component-text .comment__details a,
#comment-component-text .comment__details span {
   text-decoration: none;
   color: #365398;
   font-size: 12px;
   line-height: 1.4;
   font-weight: 400;
   cursor: pointer;
}

#comment-component-text .comment__details img {
   border-radius: 0;
}

#comment-component-text .comment__details img {
   width: 16px;
   position: relative;
   top: 2px;
}

#comment-component-text .comment .comment__text img {
   display: block;
   width: 300px;
   margin: 8px 0 0;
   border-radius: 0 !important;
   cursor: pointer;
}

#comment-component-text .form-comment {
   font-size: 20px;
   width: 100%;
}

#comment-component-text .comment__details button {
   background: transparent;
   border: none;
   color: #365398;
   cursor: pointer;
}

#comment-component-text .events-stop {
   pointer-events: none;
}

#comment-component-text .make-comment {
   display: inline-block;
   white-space: nowrap;
}

#comment-component-text .comment__details button::after,
#comment-component-text .comment__details .make-comment::after {
   content: "‧";
   display: inline-block;
   width: 13px;
   text-align: center;
}

#comment-component-text .comment__time {
   white-space: nowrap;
}

#comment-component-text .comment__time:hover {
   cursor: default;
}

.sub_coment {
   position: relative;
   margin-left: 40px !important;
   background: #d1ecff !important;
   padding-left: 20px;
}

.sub_coment::before {
   content: "";
   position: absolute;
   top: 0;
   bottom: 0;
   left: -10px;
   width: 0;
   border-left: 2px dotted #000;
   /* чорна пунктирна лінія */
}


@media (max-width: 650px) {
.comments {
   width: 100%;
}
#comment-component-text .comment__content .comment__name {
   font-size: 16px;
}
}

/* coments */