<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*,
*::after,
*::before {
  box-sizing: border-box;
}

.header__logo {
  max-width: 130px;
}

img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}

p {
  margin: 0 0 20px 0;
  line-height: 1.5;
  text-align: justify;
}

b {
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

body {
  font-size: 18px;
  color: #231f20;
  line-height: 1.15;
  min-width: 320px;
  margin: 0;
}

a {
  text-decoration: none;
}

svg {
  display: block;
}

br {
  line-height: 1;
  font-size: 0;
}

.nowrap {
  white-space: nowrap;
}

.container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
}

.header {
  background-color: #fff;
  border-bottom: 1px solid #dcdbdb;
}

.header__inner {
  display: flex;
  justify-content: center;
  position: relative;
  padding: 20px 0;
}

.header__search-wrapper {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header__menu {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.header__search {
  padding: 5px 30px 5px 10px;
  width: 200px;
  border: 1px solid #dcdbdb;
  background-color: #fff;
  display: block;
  font-size: 16px;
  line-height: 23px;
}

.header__search-btn {
  position: absolute;
  right: 7px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.header__search-link {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  cursor: pointer;
  z-index: 2;
}

.content__inner {
  padding: 40px 0 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}

.content__top {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 30px;
}

.content__title {
  font-size: 35px;
  margin-bottom: 30px;
}

.content__title-2 {
  margin: 40px 0 15px;
  font-size: 24px;
}

.question__item-result {
  text-align: center;
}

.question__content {
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid rgb(201, 201, 201);
}

.question__item-wrapper {
  display: none;
}

.question__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #dadada;
}

.question__item-title {
  width: 100%;
  margin-bottom: 20px;
  color: #000;
}

.question__answer-wrapper {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}

.question__answer-wrapper:last-child {
  margin-left: 0;
}

.question__radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 4px;
  top: 6px;
}

.question__answer {
  position: relative;
  padding: 10px 40px 10px 0;
  display: block;
  cursor: pointer;
  color: #000;
  text-align: right;
  font-size: 16px;
}

.question__answer::before {
  content: '';
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: 1px solid #eaeaea;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.question__radio:checked+.question__answer::after {
  content: '';
  width: 12px;
  height: 12px;
  background-color: #6e93a8;
  border-radius: 50%;
  position: absolute;
  right: 9px;
  top: 50%;
  transform: translateY(-50%);
}

.question__item-wrapper.active {
  display: block;
}

.question__btn {
  font-size: 22px;
  text-align: center;
  border: 2px solid #f33;
  border-radius: 30px;
  padding: 16px 15px;
  background-color: #fff;
  display: block;
  margin: 0 auto;
  width: 258px;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.image__wrapper {
  margin: 40px 0 35px;
}

.gallery-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery-left,
.gallery-right {
  width: 49%;
}

.image__note {
  padding-top: 5px;
  font-size: 16px;
  text-align: center;
  font-style: italic;
}

.attention {
  padding-right: 30px;
  border-right: 3px solid #d8a12a;
  text-align: right;
  font-weight: 700;
  margin: 40px 0;
}

.table {
  display: flex;
  border: 1px solid rgb(200, 200, 200);
  margin-bottom: 30px;
}

.table__item {
  border-right: 1px solid rgb(200, 200, 200);
  padding: 10px;
  flex: 1;
}

.table__item:last-child {
  border-right: none;
}

.table__text {
  padding-top: 10px;
  text-align: center;
  line-height: 1.2;
  margin: 0;
  font-size: 16px;
}

.content__list {
  margin: 0 0 30px;
  line-height: 1.4;
  padding-right: 20px;
  text-align: right;
}

.content__list li:not(:last-child) {
  margin-bottom: 10px;
}

.table2 {
  display: flex;
  border: 1px solid rgb(200, 200, 200);
  margin-bottom: 30px;
}

.table2__item {
  border-left: 1px solid rgb(200, 200, 200);
  padding: 10px;
  flex: 1;
}

.table2__item:last-child {
  border-left: none;
}

.table2__value {
  text-align: center;
  font-weight: 700;
  margin: 0;
}

.table2__text {
  text-align: center;
  line-height: 1.3;
  margin: 0;
}

.consideration {
  border: 2px solid rgb(44, 150, 3);
  padding: 10px;
  background-color: rgba(130, 130, 130, 0.2);
  text-align: left;
  margin-bottom: 30px;
}

.consideration p:last-child {
  margin-bottom: 0;
}

.content__link {
  color: #0083cd;
}

.content__link:hover {
  text-decoration: underline;
}

.content__btn {
  background-color: #d8352a;
  border-radius: 10px;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  padding: 10px;
  margin: 0 auto;
  display: block;
  max-width: 300px;
  transition: 0.3s;
}

.content__btn:hover {
  background-color: #b61c11;
  text-decoration: underline;
}

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

.mod-red {
  color: red;
}

.form__wrapper {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}

.form__price-wrapper {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}

.form__price {
  font-size: 18px;
  text-align: center;
}

.form__price-title {
  margin-bottom: 0;
}

.form__price-value {
  font-size: 30px;
  line-height: 1.2;
  position: relative;
}

.form__price-old .form__price-value::after,
.form__price-old .form__price-value::before {
  content: '';
  width: 110%;
  height: 1px;
  background-color: red;
  display: block;
  position: absolute;
  top: 50%;
  left: -5%;
}

.form__price-old .form__price-value::before {
  transform: rotate(-20deg) translateY(-50%);
}

.form__price-old .form__price-value::after {
  transform: rotate(20deg) translateY(-50%);
}

.form__input {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  font-size: 16px;
  padding: 10px 15px;
  border: 1px solid rgb(124, 123, 123);
  border-radius: 10px;
  box-shadow: 0px 3px 10px -5px #000;
}

.form__btn {
  width: 100%;
  border: none;
  background-color: rgb(255, 0, 0);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  padding: 10px;
  border-radius: 10px;
  display: block;
  text-align: center;
  margin: 0 auto;
  box-shadow: 0px 2px 5px 0px #000;
  cursor: pointer;
  transition: 0.3s;
}

.form__btn:hover {
  background-color: rgb(189, 1, 1);
}

.form__block {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.form__image {
  margin: 0 auto;
}

.comment__block {
  margin-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #666;
}

.comment__title {
  font-size: 24px;
  margin-bottom: 20px;
}

.comment {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #666;
  padding-right: 65px;
  position: relative;
}

.comment-answer {
  margin-right: 65px;
}

.comment__ava {
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  overflow: hidden;
}

.comment__ava img {
  width: 100%;
}

.comment__name {
  font-weight: 700;
  margin-bottom: 5px;
  color: #000;
}

.comment__text {
  margin-bottom: 10px;
}

.comment__city {
  font-size: 16px;
  margin-bottom: 5px;
}

.comment__date {
  font-size: 16px;
  color: rgb(100, 100, 100);
}

.comment__photo {
  margin: 0 0 10px;
}

.footer {
  background-color: #000;
  padding: 20px 0;
  box-shadow: 0 5px 0 0 #000;
}

.footer__inner {
  text-align: center;
  color: #fff;
}

.advantage__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 40px;
}

.advantage__item {
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
  margin: 0 0 20px;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 48%;
}

.advantage__item:nth-child(5),
.advantage__item:nth-child(6) {
  margin-bottom: 0;
}

.advantage__item-image {
  width: 120px;
  background-color: #6e93a8;
}

.advantage__item-text-1 {
  width: calc(100% - 120px);
  padding: 0 5px;
  text-align: center;
  position: relative;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 700;
}

.advantage__item-text-1::after {
  content: '';
  width: 95%;
  height: 2px;
  background-color: #f73636;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-10deg);
}

.advantage__item-text-2 {
  width: 100%;
  background-color: #6e93a8;
  padding: 10px 5px;
  color: #fff !important;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 62px;
  margin-bottom: 0;
  line-height: 1.2;
  font-weight: 700;
}

@media (max-width: 992px) {
  .content__title {
    font-size: 32px;
  }

  .content__top {
    font-size: 35px;
  }
}


@media (max-width: 767px) {
  body {
    font-size: 17px;
  }

  p {
    margin: 0 0 20px 0;
    line-height: 1.4;
    text-align: right;
  }

  .header__search,
  .header__search-link {
    display: none;
  }

  .header__search-btn {
    margin-right: -7px;
  }

  .header__search-btn svg {
    width: 25px;
    height: 25px;
  }

  .content__inner {
    padding: 20px 0;
  }

  .content__top {
    margin-bottom: 20px;
    font-size: 30px;
  }

  .content__title {
    font-size: 28px;
  }

  .content__title-2 {
    margin-top: 30px;
    font-size: 22px;
  }

  .image__wrapper {
    margin: 30px 0 25px;
  }

  .attention {
    margin: 30px 0;
  }

  .content__list {
    margin: 0 0 20px;
  }

  .content__list li:not(:last-child) {
    margin-bottom: 15px;
  }

  .table2 {
    flex-wrap: wrap;
  }

  .table2__item {
    flex: 1 1 50%;
  }

  .table2__item:nth-child(1) {
    border-bottom: 1px solid rgb(200, 200, 200);
  }

  .table2__item:nth-child(2) {
    border-left: none;
    border-bottom: 1px solid rgb(200, 200, 200);
  }

  .form__block {
    flex-direction: column;
  }

  .form__image {
    margin: 0 0 20px;
  }

  .comment__block {
    margin-bottom: 0;
  }

  .advantage__content {
    margin-bottom: 30px;
  }

  .advantage__item {
    width: 310px;
  }

  .advantage__item-image {
    width: 100px;
  }

  .advantage__item-text-1 {
    width: calc(100% - 100px);
    font-size: 16px;
  }

  .advantage__item-text-2 {
    font-size: 16px;
    height: 58px;
  }
}

@media (max-width: 699px) {
  .advantage__content {
    display: block;
  }

  .advantage__item {
    width: 400px;
    margin: 0 auto 20px;
  }

  .advantage__item-image {
    width: 150px;
  }

  .advantage__item-text-1 {
    width: calc(100% - 150px);
  }

  .advantage__item:nth-child(5) {
    margin-bottom: 20px;
  }
}

@media (max-width: 639px) {

  .gallery-left,
  .gallery-right {
    width: 100%;
  }

  .gallery-left {
    margin-bottom: 10px
  }

  .question__content {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }

  .question__answer-wrapper {
    width: 100%;
  }
}

@media (max-width: 479px) {
  .comment__photo {
    width: 230px;
  }

  .header__logo {
    width: 100px;
  }

  .content__top {
    font-size: 24px;
  }

  .content__title {
    font-size: 22px;
  }

  .content__title-2 {
    font-size: 20px;
  }

  .attention {
    padding-right: 20px;
  }

  .image__product {
    width: 75%;
  }

  .table {
    flex-wrap: wrap;
  }

  .table__item {
    border-right: none;
    border-bottom: 1px solid rgb(200, 200, 200);
    flex: 1 1 100%;
  }

  .table__item:last-child {
    border-bottom: none;
  }

  .table2__item {
    flex: 1 1 100%;
  }

  .table2__item:nth-child(1) {
    border-left: none;
  }

  .table2__item:nth-child(3) {
    border-left: none;
    border-bottom: 1px solid rgb(200, 200, 200);
  }

  .question__content {
    padding: 10px;
  }

  .question__btn {
    margin-bottom: 10px;
  }

  .comment {
    padding-right: 60px;
  }

  .comment-answer {
    margin-right: 25px;
  }

  .advantage__item {
    width: 290px;
  }

  .advantage__item-image {
    width: 100px;
  }

  .advantage__item-text-1 {
    width: calc(100% - 100px);
    font-size: 15px;
  }

  .advantage__item-text-2 {
    font-size: 15px;
    display: block;
    height: auto;
  }
}



::-ms-clear {
  display: none;
}

* {
  -webkit-tap-highlight-color: transparent;
}

#comebacker_main_div {
  display: none !important;
  height: 0px !important;
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
  outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
  outline: 0 !important;
}

*::-moz-focus-inner {
  border: 0;
  outline: none;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"]&gt;input[type="button"]::-moz-focus-inner {
  border: none;
}

*:not(#fake) {
  outline: none;
}

input:invalid {
  box-shadow: none;
}</pre></body></html>