.comments__title {
  }

.comment {
    clear: both;
}

.comment:not(:last-child) {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1em;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(0 177 186 / var(--tw-border-opacity));
    padding-bottom: 1em;
}

.comment__image {
    background-image: url("../images/fake-user.png");
    background-position: center 12px;
    background-repeat: no-repeat;
    background-size: 30px;
    width: 45px;
    height: 45px;
    margin: 0 0.5em 0.5em 0;
    border-radius: 50%;
    float: left;
    background-color: #f2fafa;
    overflow: hidden;
  }

.comment__title {
    font-size: 0.9em;
    font-weight: 600;
    line-height: 1.2;
  }

.comment__date {
    font-size: 0.8em;
    line-height: 1.2;
  }

.comment__content {
    clear: both;
    margin-bottom: 16px;
}

.comment__content p {
    padding: 0px;
    font-size: 0.9em;
    line-height: 1.2;
}

.comment__bottom {
    clear: both;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.comment__respond {
    font-family: Catamaran, sans-serif;
    line-height: 1.2;
    font-weight: 300;
    font-size: 0.8em;
    background-color: #00b1ba;
    color: #fff;
    border: 2px solid #00b1ba;
    border-radius: 2px;
    padding: 0.3em 0.5em 0.2em 0.5em;
    display: inline-block;
    margin: 0;
    cursor: pointer;
    -webkit-transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
    transition: color 0.1s ease-in-out, border-color 0.1s ease-in-out, background-color 0.1s ease-in-out;
  }

.comment__karma {
    padding: 0;
    cursor: pointer;
    background-color: transparent;
    border: none;
    font-size: 0.9em;
    color: #3d5162;
  }

.comment__karma:first-child {
      margin-right: 0.75em;
    }

.comment__karma::before {
      content: "";
      display: inline-block;
      width: 20px;
      height: 18px;
      background-size: 40px;
      background-repeat: no-repeat;
      background-image: url("../images/thumb.png");
      vertical-align: middle;
      margin: 0 0.5em 0 0;
    }

.comment__karma--plus::before {
        background-position: left top;
      }

.comment__karma--negative::before {
        background-position: right top;
      }

/* @import url("order.scss"); */

/* @tailwind base; */

.hl-block {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 32px;
    border-top-width: 6px;
    border-bottom-width: 6px;
    border-style: double;
}

.hl-block--alert {
    border-color: var(--color-alert);
}

.hl-block--gray {
    --tw-border-opacity: 1;
    border-color: rgb(75 85 99 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hl-block--attencion {
    border-color: var(--color-alert);
    --tw-bg-opacity: 1;
    background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}

.hl-block > p {
    padding: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: center;
    font-weight: 700;
}

@media (min-width: 768px) {

    .hl-block > p {
        padding-left: 32px;
        padding-right: 32px;
    }
}

.figure-reset {
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 24px;
}

@media (min-width: 768px) {

    .figure-reset {
        max-width: 80%;
    }
}

.figure-reset > figcaption {
    text-align: center;
}

.figure-reset > figcaption > p {
    margin-bottom: 0px;
    padding: 0px;
    text-align: center;
    line-height: 1.25;
    text-decoration-line: underline;
}

.hl-accent {
    font-weight: 700;
    color: var(--color-primary);
}

.hl-secondary {
    font-weight: 700;
    color: var(--color-secondary);
    -webkit-background-clip: text;
            background-clip: text;
}


mark {
    --color1: springgreen;
    --bg-height: 100%;

    all: unset;
    background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color1)), to(var(--color1)));
    background-image: linear-gradient(var(--color1), var(--color1));
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 0 var(--bg-height);
    -webkit-animation: highlight 1500ms 1 ease-out;
            animation: highlight 1500ms 1 ease-out;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    -webkit-animation-play-state: paused;
            animation-play-state: paused;
  }

@-webkit-keyframes highlight {
    to {
      background-size: 100% var(--bg-height);
    }
  }

@keyframes highlight {
    to {
      background-size: 100% var(--bg-height);
    }
  }

.\!tw-my-\[42px\] {
    margin-top: 42px !important;
    margin-bottom: 42px !important;
}

.tw-mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.tw-mb-\[12px\] {
    margin-bottom: 12px;
}

.tw-mb-\[16px\] {
    margin-bottom: 16px;
}

.tw-inline-block {
    display: inline-block;
}

.tw-max-h-\[400px\] {
    max-height: 400px;
}

.tw-w-auto {
    width: auto;
}

.tw-whitespace-nowrap {
    white-space: nowrap;
}

.tw-rounded-xl {
    border-radius: 0.75rem;
}

.tw-border-\[3px\] {
    border-width: 3px;
}

.tw-border-primary {
    border-color: var(--color-primary);
}

.tw-bg-primary {
    background-color: var(--color-primary);
}

.tw-p-0 {
    padding: 0px;
}

.tw-px-\[16px\] {
    padding-left: 16px;
    padding-right: 16px;
}

.tw-py-\[8px\] {
    padding-top: 8px;
    padding-bottom: 8px;
}

.tw-text-center {
    text-align: center;
}

.\!tw-text-\[22px\] {
    font-size: 22px !important;
}

.\!tw-text-\[24px\] {
    font-size: 24px !important;
}

.tw-text-\[20px\] {
    font-size: 20px;
}

.tw-font-bold {
    font-weight: 700;
}

.tw-font-extrabold {
    font-weight: 800;
}

.tw-uppercase {
    text-transform: uppercase;
}

.\!tw-text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.\!tw-no-underline {
    text-decoration-line: none !important;
}

.tw-shadow-md {
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
            box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.tw-transition-colors {
    -webkit-transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    -webkit-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
            transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transition-duration: 150ms;
            transition-duration: 150ms;
}

:root {
  --color-primary: #0da4b5;
  --color-secondary: #f05555;
  --color-alternative: #66c5cc;
  --color-alert: #e91111;
}

::-ms-backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

*,
::backdrop,
:after,
:before {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x: ;
  --tw-pan-y: ;
  --tw-pinch-zoom: ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --tw-ordinal: ;
  --tw-slashed-zero: ;
  --tw-numeric-figure: ;
  --tw-numeric-spacing: ;
  --tw-numeric-fraction: ;
  --tw-ring-inset: ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur: ;
  --tw-brightness: ;
  --tw-contrast: ;
  --tw-grayscale: ;
  --tw-hue-rotate: ;
  --tw-invert: ;
  --tw-saturate: ;
  --tw-sepia: ;
  --tw-drop-shadow: ;
  --tw-backdrop-blur: ;
  --tw-backdrop-brightness: ;
  --tw-backdrop-contrast: ;
  --tw-backdrop-grayscale: ;
  --tw-backdrop-hue-rotate: ;
  --tw-backdrop-invert: ;
  --tw-backdrop-opacity: ;
  --tw-backdrop-saturate: ;
  --tw-backdrop-sepia: ;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-width: 0;
  border-style: solid;
  border-color: #e5e7eb;
}

::before,
::after {
  --tw-content: "";
}

body {
  min-width: 360px;
  overflow-x: hidden;
}

/* img {
  display: block;
  max-width: 100%;
} */

strong,
b {
    font-weight: 700;
}

.lead-block {
    margin-bottom: 16px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.15;
}

.risk-list {
    margin: 0px;
    margin-bottom: 24px;
    padding: 0px;
    padding-left: 24px;
}

.risk-list > li:not(:last-child) {
    margin-bottom: 0.25rem;
}

@media all {
  #order-form {
    padding: 20px 20px 40px;
    max-width: 600px;
    margin: 20px auto;
    background-image: url("../images/formbg.jpg");
    background-repeat: no-repeat;
    line-height: 16px;
    text-align: center;
    background-size: 100% 100%;
  }
  .order-form__header-pic {
    max-width: 100px;
  }
  .order-form__header-title {
    margin: 0;
    padding: 0;
    line-height: 32px;
    font-size: 32px;
  }
  @media all and (max-width: 767px) {
    .order-form__header-title {
      font-size: 27px;
    }
  }
  .order-form__header-number {
    color: blue;
    font-size: 14px;
    margin-top: 5px;
    display: block;
  }
  .order-form__header-subtitle {
    margin: 15px 0;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
  }
  .order-form__header-subtitle--price {
    font-weight: 700;
    color: red;
  }
  .order-form__header-annotation {
    display: block;
    margin: 16px 10px;
    border: 2px solid #0299ff;
    padding: 10px;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 700;
  }
  .order-form__pole {
    display: inline-block;
    margin: 10px auto 0;
    width: 100%;
    max-width: 320px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .order-form__pole label {
    display: block;
    width: 100%;
    max-width: 230px;
    margin: 0 auto 8px;
    padding: 5px 0;
    font-weight: 700;
    font-size: 16px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .order-form__pole input,
  .order-form__pole select {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 21px;
    padding: 8px 15px;
    border: 2px solid #e9d7dc;
    width: 100%;
  }
  .order-form__btn-wrap {
    padding: 25px 0;
    max-width: 320px;
    width: 100%;
    margin: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .order-form__btn {
    display: inline-block;
    padding: 20px;
    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 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;
    transition: all 0.15s ease-in-out;
    border: none;
    cursor: pointer;
    font-size: 20px;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  .order-form__btn:hover {
    background-color: #017acc;
  }
  .order-form__additional {
    font-size: 12px;
  }
  form {
    --form-border: #333;
    --form-check-border-checked: #0299ff;
    --form-check-bg-checked: #0299ff;
    --form-check-yes-checked: #0299ff;
  }
  .block-data p {
    text-align: center;
  }
  .form-data {
    font-size: 34px !important;
    color: #017acc;
  }
}

.hover\:\!tw-bg-white:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:\!tw-text-primary:hover {
    color: var(--color-primary) !important;
}

.focus\:\!tw-bg-white:focus {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.focus\:\!tw-text-primary:focus {
    color: var(--color-primary) !important;
}
