<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Buttons*/
/* Pseudo Elements */
/* img absolute centering */
/* Mobile Only */
.blog__content-wrapper {
  list-style: none;
  padding: 0;
  margin: 0; }

.blog__item-image,
.blog__item-title,
.blog__item-read-more {
  display: block; }

.blog__item-image {
  position: relative;
  border-radius: 3px;
  overflow: hidden; }
  .blog__item-image img {
    display: block;
    -webkit-transition: all 2s ease;
    -o-transition: all 2s ease;
    transition: all 2s ease; }
  .blog__item-image:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }

.blog__item-title:hover {
  color: #999; }

.blog__item-read-more {
  font-weight: 900;
  color: #999; }
  .blog__item-read-more:hover {
    color: #000; }
    .blog__item-read-more:hover span::after {
      border-left-color: #000; }
  .blog__item-read-more span {
    position: relative;
    line-height: 1; }

.blog__content--carded .blog__item-author {
  display: none; }

.blog__content--carded .blog__item-title,
.blog__content--carded .blog__item-info {
  margin-bottom: 10px; }

.blog__content--carded .blog__item-image img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto; }

.blog__content--carded .blog__item-title {
  font-weight: 700;
  font-size: 17px;
  font-size: 1.7rem;
  padding-top: 17px; }

.blog__content--carded .blog__item-date {
  font-size: 11px;
  font-size: 1.1rem;
  color: #999; }

.blog__item-short-text,
.blog__item-read-more {
  font-size: 14px;
  font-size: 1.4rem; }

.blog__content--full .blog__item-image img {
  max-width: 100%;
  max-height: 100%; }

.blog__content--full .blog__item-image:hover img {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none; }

.blog__form {
  display: none; }

.blog__form .form-wrapper,
.blog__form-reply .form-wrapper {
  margin-left: auto;
  margin-right: auto; }

.blog__content--full .blog__item {
  border-bottom: 1px solid #e6e6e6; }

.grey-bg .blog__content--full .blog__item {
  background-color: #fff;
  border-radius: 5px;
  border: none; }

.blog__content--carded .blog__item,
.grey-bg .blog__comments-outer {
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
  background-color: #fff; }

.grey-bg .blog__comments-outer .blog__comments-inner {
  border-top: none; }

@media (max-width: 767px) {
  .blog__item {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    border-bottom: 1px solid #e5e5e5; }
  .blog__item-image {
    width: 100%;
    height: 130px;
    margin: 0 auto;
    margin-bottom: 10px; }
  .blog__item-short-text {
    margin-bottom: 10px; }
  .blog__item-author {
    display: none; }
  .blog__item-title,
  .blog__item-info {
    margin-bottom: 10px; }
  .blog__item-image img {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto; }
  .blog__item-title {
    font-weight: 700;
    font-size: 17px;
    font-size: 1.7rem; }
  .blog__item-date {
    font-size: 11px;
    font-size: 1.1rem;
    color: #999; }
  .blog__content--full .blog__item {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    margin-bottom: 30px; }
  .blog__form-reply {
    margin-top: 20px; }
  .grey-bg .blog__content--full .blog__item {
    padding: 10px; }
  .blog__content-wrapper {
    padding-left: 10px;
    padding-right: 10px; }
  .blog__content--carded .blog__item {
    margin-bottom: 20px; }
  .grey-bg .blog__comments-outer {
    margin-bottom: 20px; }
  .blog__content--carded .blog__item-title {
    padding-top: 0; }
  .grey-bg .blog__content-wrapper {
    padding-left: 0;
    padding-right: 0; } }

@media (min-width: 768px) and (max-width: 1241px) {
  .blog__content--carded .blog__content-wrapper {
    margin-right: -16px; }
  .blog__content--carded .blog__item {
    width: 232px;
    margin-right: 16px; }
  .blog__content--carded .blog__item-image {
    width: 232px;
    height: 180px; }
  .blog__content--carded .blog__item {
    margin-bottom: 30px; } }

@media (min-width: 768px) {
  .blog__content-wrapper.is-nulled-font {
    font-size: 0; }
  .blog__content--carded .blog__item {
    display: inline-block;
    vertical-align: top; }
  .blog__content--carded .blog__item-short-text {
    margin-bottom: 20px; }
  .blog__content--carded .blog__item-image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; }
  .blog__content--carded .blog__item-short-text {
    height: 80px; }
  .blog__content--full .blog__item {
    margin-bottom: 30px; }
  .blog__content--full .blog__item-title {
    font-size: 30px;
    font-size: 3rem;
    font-weight: 700;
    font-family: "Fregat", Monaco, Helvetica, sans-serif;
    margin-bottom: 20px;
    line-height: 1; }
  .blog__content--full .blog__item-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px; }
  .blog__content--full .blog__item-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 20px; }
  .blog__content--full .blog__item-author .author-avatar {
    margin-right: 5px; }
  .blog__content--full .blog__item-author .author-name {
    font-weight: 500;
    font-size: 12px;
    font-size: 1.2rem;
    color: #666; }
    .blog__content--full .blog__item-author .author-name:hover {
      color: #000; }
  .blog__content--full .blog__item-date {
    color: #999;
    font-size: 12px;
    font-size: 1.2rem; }
  .blog__content--full .blog__item-image {
    margin-bottom: 20px;
    display: table;
    margin-left: auto;
    margin-right: auto; }
  .blog__content--full .blog__item-short-text {
    margin-bottom: 20px; }
  .grey-bg .blog__content--full .blog__item {
    padding: 20px; }
  .blog__content--carded .blog__item-short-text,
  .blog__content--carded .blog__item-date,
  .blog__content--carded .blog__item-title,
  .blog__content--carded .blog__item-read-more {
    padding-left: 20px;
    padding-right: 20px; }
  .blog__content--carded .blog__item {
    padding-bottom: 10px; }
  .grey-bg .blog__comments-outer {
    margin-bottom: 40px; }
  .grey-bg .comments__header,
  .grey-bg .blog__left-comments {
    padding-left: 30px;
    padding-right: 30px; } }

@media (min-width: 1242px) {
  .blog__content--carded .blog__content-wrapper {
    margin-right: -30px; }
  .blog__content--carded .blog__item {
    width: 288px;
    margin-right: 30px; }
  .blog__content--carded .blog__item-image {
    width: 288px;
    height: 180px; }
  .blog__content--carded .blog__item {
    margin-bottom: 30px; }
  .blog__content--full .blog__item {
    padding-bottom: 30px; } }

/*  End*/
/* Styles Start*/
.blog__article .blog__item-info,
.simple-info-page .blog__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 0; }

.blog__article .blog__item-author,
.simple-info-page .blog__item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 20px; }

.blog__article .blog__item-author .author-name,
.simple-info-page .blog__item-author .author-name {
  font-weight: 500;
  font-size: 12px;
  font-size: 1.2rem;
  color: #666; }
  .blog__article .blog__item-author .author-name:hover,
  .simple-info-page .blog__item-author .author-name:hover {
    color: #000; }

.blog__article .blog__item-date,
.simple-info-page .blog__item-date {
  color: #999;
  font-size: 12px;
  font-size: 1.2rem; }

.blog__item-author .author-avatar {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  border-radius: 4px; }

.blog__item-author .author-avatar span {
  font-size: 12px;
  line-height: 20px; }

.blog .feedback-form {
  background-color: #fff;
  border: 4px solid #dbedff; }

.blog .feedback-input input,
.blog .feedback-input textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #e5e5e5;
  font-weight: 400; }

.blog .feedback-input label {
  color: #000;
  font-weight: 700; }

.blog .feedback-form__captcha-image {
  -webkit-box-shadow: none;
          box-shadow: none; }

.blog .feedback-form__social-link svg {
  fill: #666; }

.blog .feedback-form__social-link:hover {
  background-color: #666;
  border-color: #666; }
  .blog .feedback-form__social-link:hover svg {
    fill: #fff; }

.blog__comments .comments__header {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #e5e5e5; }

.blog__comments.is-disabled {
  padding: 5px 20px; }

.blog__comments .comments__amount {
  font-weight: 900; }

.blog__comments-inner {
  border-top: 1px solid #e5e5e5; }

.blog__left-comments .item-feedback__content-inner {
  padding-top: 0; }

.blog__left-comments .item-feedback__it {
  margin-bottom: 40px; }

.blog__comments-add__new {
  border-top: 1px solid #e6e6e6;
  padding: 20px; }

@media (max-width: 767px) {
  .blog__article {
    padding-left: 10px;
    padding-right: 10px; }
    .blog__article img {
      max-width: 100%;
      max-height: 100%; }
  .blog__comments {
    padding-left: 10px;
    padding-right: 10px; }
    .blog__comments .comments__amount {
      font-size: 14px;
      font-size: 1.4rem; }
    .blog__comments .feedback-form__captcha-update {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1;
      margin-left: 0;
      margin-right: 20px; }
      .blog__comments .feedback-form__captcha-update svg {
        fill: #999; }
    .blog__comments .feedback-form__captcha-wrapper {
      padding-left: 0; }
    .blog__comments .comments__btn {
      width: 131px !important;
      padding-top: 3px;
      padding-bottom: 3px; }
  .blog__comments-inner {
    padding-bottom: 20px;
    padding-top: 20px; }
  .blog__left-comments .item-feedback__content-inner {
    padding-top: 20px; }
  .grey-bg .blog__article {
    padding: 10px; }
  .blog__post-title {
    font-size: 2.5rem;
    word-break: break-word; }
  .blog__article h1,
  .simple-info-page h1 {
    font-size: 25px;
    font-size: 2.5rem; }
  .blog__article h2,
  .simple-info-page h2 {
    font-size: 20px;
    font-size: 2rem; }
  .blog__article h3,
  .simple-info-page h3 {
    font-size: 18px;
    font-size: 1.8rem; }
  .blog__article h4,
  .simple-info-page h4 {
    font-size: 16px;
    font-size: 1.6rem; }
  .blog__article h5,
  .simple-info-page h5 {
    font-size: 14px;
    font-size: 1.4rem; } }

@media (min-width: 768px) {
  .blog__comments .comments__amount {
    font-size: 20px;
    font-size: 2rem; }
  .blog__comments .comments__btn {
    width: 194px !important;
    padding-left: 0;
    padding-right: 0; }
  .blog__comments-inner {
    margin-bottom: 30px; } }

/* Styles Start*/
.feedback-form {
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  color: #000;
  margin-bottom: 20px; }

.feedback-form__social {
  font-size: 0;
  display: table;
  margin-left: auto;
  margin-right: auto; }

.feedback-form__social-link {
  border: 0;
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
  background-color: transparent;
  display: inline-block;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  border: 2px solid #e6e6e6;
  border-radius: 18px;
  position: relative; }
  .feedback-form__social-link .icon {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    fill: #000; }
  .feedback-form__social-link:not(:last-child) {
    margin-right: 10px; }
  .feedback-form__social-link:hover {
    background-color: #fff; }
    .feedback-form__social-link:hover .icon {
      fill: #ff3a3a; }

.feedback-form__input-wrapper {
  width: 100%; }
  .feedback-form__input-wrapper .form-label {
    display: table;
    margin-left: auto;
    margin-right: auto; }
    .feedback-form__input-wrapper .form-label a {
      color: #666;
      text-decoration: underline; }
      .feedback-form__input-wrapper .form-label a:hover {
        text-decoration: none; }
    .feedback-form__input-wrapper .form-label:hover span {
      color: #000; }
  .feedback-form__input-wrapper .wa-captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: auto; }
    .feedback-form__input-wrapper .wa-captcha strong {
      display: none; }
    .feedback-form__input-wrapper .wa-captcha p {
      margin: 0; }
      .feedback-form__input-wrapper .wa-captcha p:first-child {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .feedback-form__input-wrapper .wa-captcha p:first-child input {
          -webkit-box-ordinal-group: 0;
              -ms-flex-order: -1;
                  order: -1;
          width: 125px; }
        .feedback-form__input-wrapper .wa-captcha p:first-child img {
          margin: 0;
          display: block;
          width: 120px;
          height: 40px;
          position: relative;
          z-index: 2; }
        .feedback-form__input-wrapper .wa-captcha p:first-child::after {
          content: '';
          position: absolute;
          width: 130px;
          height: 50px;
          background-color: white;
          border: 1px solid #d9d9d9;
          border-radius: 3px;
          top: -5px;
          right: -5px;
          z-index: 1; }
      .feedback-form__input-wrapper .wa-captcha p:last-child {
        position: absolute;
        top: 50%;
        margin-top: -8px;
        width: 16px;
        height: 16px; }
  .feedback-form__input-wrapper .recaptcha {
    display: table;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px; }
    .feedback-form__input-wrapper .recaptcha img {
      max-width: 100%; }
  .feedback-form__input-wrapper .errormsg {
    display: table;
    margin-left: auto;
    margin-right: auto; }
    .feedback-form__input-wrapper .errormsg span {
      display: block;
      text-align: center; }

.recaptcha
.feedback-form__input-userdata {
  margin-bottom: 20px; }

.feedback-form__input-userdata .item-feedback__avatar {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 5px; }

.feedback-form__input-userdata .item-feedback__avatar .avatar-letter {
  font-size: 11px;
  line-height: 25px; }

.feedback-input label {
  margin-bottom: 5px;
  font-weight: 700; }

.feedback-input input, .feedback-input textarea {
  width: 100%;
  border: 1px solid #d9d9d9;
  color: black;
  font-size: 13px;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 10px;
  padding-right: 10px;
  background-color: white;
  border-radius: 3px; }

.feedback-input textarea {
  resize: vertical;
  min-height: 125px; }

.feedback-form:not(.feedback-form--captcha) .feedback-form__btn {
  display: table;
  margin-left: auto;
  margin-right: auto; }

.feedback-form .feedback-form__btn .feedback-form__btn-loading img {
  margin-top: -2px;
  vertical-align: middle; }

.feedback-form .feedback-form__btn:not(.loading) .feedback-form__btn-loading {
  display: none; }

.feedback-form .feedback-form__btn.loading .feedback-form__btn-text,
.feedback-form .feedback-form__btn.loading .feedback-form__btn-text__reply {
  display: none; }

.feedback-form:not(.feedback-form__isreply) .feedback-form__btn-text__reply {
  display: none; }

.feedback-form.feedback-form__isreply .feedback-form__btn-text {
  display: none; }

.feedback-form__captcha-wrapper .feedback-form__captcha-image {
  width: 130px;
  height: 50px;
  background-color: white;
  border-radius: 3px;
  -webkit-box-shadow: 2.8px 2.8px 6px rgba(0, 0, 0, 0.13);
          box-shadow: 2.8px 2.8px 6px rgba(0, 0, 0, 0.13);
  padding: 5px; }

.feedback-form__captcha-update .icon {
  fill: #fff; }

.item-feedback__it-inner .feedback-form {
  margin-top: 20px; }

.feedback-form__rating {
  text-align: center; }
  .feedback-form__rating .rating-title {
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: left; }
  .feedback-form__rating .cat-item__rating {
    margin-bottom: 0; }
  .feedback-form__rating .rating-stars__list {
    position: relative; }
  .feedback-form__rating .rating-stars__item {
    width: 22px;
    height: 22px;
    cursor: pointer; }
  .feedback-form__rating .star {
    width: 100%;
    height: 100%; }

.feedback-form__reply {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  display: none; }

.feedback-form.feedback-form__isreply .feedback-form__reply {
  display: block; }

.feedback-form.feedback-form__isreply .feedback-form__rating-wrapper, .feedback-form.feedback-form__isreply .item-feedback__title, .feedback-form.feedback-form__isreply .feedback-form__title-wrapper {
  display: none; }

.feedback-form__reply .reply-title {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px; }

.feedback-form__replyto {
  letter-spacing: 0px;
  text-decoration: underline; }

.feedback-form__resetreplyto {
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: white;
  border: 1px solid #e6e6e6;
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: inline-block; }

.feedback-form__resetreplyto:hover {
  border-color: #ff3a3a; }

.feedback-form__resetreplyto:hover .icon {
  fill: #ff3a3a; }

.feedback-form__errors {
  display: none;
  margin-bottom: 20px; }

.feedback-form__close-icon {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 10px;
  top: 10px; }
  .feedback-form__close-icon::before, .feedback-form__close-icon::after {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #ccc;
    top: 9px; }
  .feedback-form__close-icon::before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .feedback-form__close-icon::after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.feedback-form.feedback-form__isreply .feedback-form__close-icon {
  display: none; }

.feedback__user {
  font-size: 0; }

.feedback__user-auth-type,
.feedback__user-name,
.feedback__user-log-out {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px; }

.feedback__user-name {
  font-size: 1.3rem;
  font-weight: 700; }

.feedback__user-log-out {
  font-size: 1.1rem;
  color: #666;
  text-decoration: underline; }
  .feedback__user-log-out:hover {
    text-decoration: none; }

@media (max-width: 767px) {
  .feedback-form {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px; }
  .feedback-form__social {
    margin-bottom: 20px; }
  .feedback-form__input-wrapper:not(:last-child) {
    margin-bottom: 15px; }
  .feedback-form__input-wrapper:last-child {
    padding-top: 10px; }
  .feedback-form__input-wrapper .wa-captcha {
    width: 250px; }
    .feedback-form__input-wrapper .wa-captcha p:first-child input {
      width: 80px; }
    .feedback-form__input-wrapper .wa-captcha p:last-child {
      left: 95px; }
  .feedback-form__input-wrapper .g-recaptcha {
    -webkit-transform: scale(0.8) !important;
        -ms-transform: scale(0.8) !important;
            transform: scale(0.8) !important;
    -webkit-transform-origin: 0 0 !important;
        -ms-transform-origin: 0 0 !important;
            transform-origin: 0 0 !important; }
  .feedback-form__captcha-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin-top: 10px;
    padding-left: 33px; }
  .feedback-form__captcha-update {
    margin-left: 20px; }
  .feedback-form__btn {
    display: table;
    margin-left: auto;
    margin-right: auto; }
    .item-info-page-content .feedback-form__btn {
      margin-top: 0; }
  .feedback-form__rating .rating-stars__list::before {
    margin-left: -66px; }
  .feedback-form__rating .rating-stars__list::after {
    right: -66px; } }

@media (min-width: 768px) and (max-width: 1241px) {
  .feedback-form {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px; }
  .form-wrapper--tabs {
    width: 560px;
    margin-left: auto;
    margin-right: auto; } }

@media (min-width: 768px) {
  .feedback-form__social {
    margin-bottom: 30px; }
  .feedback-form__input-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .feedback-form__input-wrapper .wa-captcha {
      width: 310px;
      margin-left: auto;
      margin-right: auto; }
    .feedback-form__input-wrapper p:nth-child(2) {
      position: absolute;
      left: 150px; }
  .feedback-form__input-wrapper:not(:last-child) {
    margin-bottom: 20px; }
  .feedback-input {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    .feedback-input:not(:only-child):first-child {
      margin-right: 15px; }
    .feedback-input:not(:only-child):last-child {
      margin-left: 15px; }
  .feedback-form__input-wrapper--bottom {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .feedback-form__captcha {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .feedback-form__captcha-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 24px; }
  .feedback-form__captcha-update {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-right: 20px; }
  .feedback-form__rating .rating-stars__list::before {
    margin-left: -76px; }
  .feedback-form__rating .rating-stars__list::after {
    right: -76px; }
  .form-wrapper--info {
    margin-bottom: 20px; } }

@media (min-width: 1242px) {
  .feedback-form {
    width: 560px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
    padding-bottom: 30px; } }

/*  End*/
</pre></body></html>