<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.table-block__title span {
  padding: 0 0 0 6px;
}
.table-block__title span:empty {
  display: none;
}
.block-width {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .block-width {
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
}
@media (max-width: 960px) {
  .block-width {
    padding-left: 0;
    padding-right: 0;
  }
}
.blocks-title {
  font-size: 45px;
  font-weight: 100;
  color: #000;
  text-align: center;
  margin-bottom: 30px;
  line-height: normal;
}
@media (max-width: 960px) {
  .blocks-title {
    font-size: 34px;
  }
}
@media (max-width: 640px) {
  .blocks-title {
    font-size: 28px;
  }
}
.hide {
  display: none !important;
}
.block-4 {
  position: relative;
}
.block-4:before {
  content: "";
  height: 63px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: url("../images/circle_before.png") top 0 left 50% no-repeat;
}
@media (max-width: 960px) {
  .block-4:before {
    left: -20px;
    right: -20px;
  }
}
.text-block {
  padding-bottom: 70px;
  position: relative;
  margin-bottom: 115px;
}
.text-block:before {
  content: "";
  height: 63px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../images/circle_before.png") top 0 left 50% no-repeat;
}
@media (max-width: 960px) {
  .text-block:before {
    left: -20px;
    right: -20px;
  }
}
.text-block.last {
  margin: 0;
}
.text-block.last:before {
  display: none;
}
.text-block__text {
  max-width: 723px;
  width: 100%;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 300;
  color: #000;
}
.wrapper .table-block {
  padding-bottom: 80px;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 980px) {
  .wrapper .table-block {
    padding-bottom: 40px;
  }
}
.wrapper .table-block:before {
  content: "";
  height: 63px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../images/circle_before.png") top 0 left 50% no-repeat;
}
@media (max-width: 960px) {
  .wrapper .table-block:before {
    left: -20px;
    right: -20px;
  }
}
.wrapper .table-block__tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 40px;
}
@media (max-width: 980px) {
  .wrapper .table-block__tabs {
    margin-bottom: 10px;
  }
}
.wrapper .table-block__tabs-item {
  border-radius: 250px;
  display: inline-block;
  transition: all 0.3s ease;
  text-decoration: none;
  font-size: 15px;
  font-weight: normal;
  color: #000000;
  padding: 18px 30px;
  border: 1px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
@media (max-width: 980px) {
  .wrapper .table-block__tabs-item {
    font-size: 14px;
    padding: 10px 20px;
  }
}
.wrapper .table-block__tabs-item:hover, .wrapper .table-block__tabs-item.active {
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.18);
  border-color: #7f7f7f;
}
.wrapper .table-block__tabs-bodys .tab_item {
  display: none;
}
.wrapper .table-block__tabs-bodys .tab_item .more_btn {
  text-align: center;
  margin-top: 30px;
}
.wrapper .table-block__tabs-bodys .tab_item .more_btn a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 250px;
  font-size: 15px;
  font-weight: normal;
  color: #000;
  padding: 13px 20px;
  cursor: pointer;
  text-decoration: none;
  border: 1px solid #54b226;
  position: relative;
}
.wrapper .table-block__tabs-bodys .tab_item .more_btn a.active:after {
  transform: rotate(180deg);
}
.wrapper .table-block__tabs-bodys .tab_item .more_btn a:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 11px;
  height: 7px;
  margin-left: 10px;
  transition: all 0.3s ease;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='11px' height='7px'%3E%3Cpath fill-rule='evenodd' fill='rgb(84, 178, 38)' d='M11.006,1.619 L5.863,7.006 L5.136,7.006 L-0.007,1.619 L1.536,0.002 L5.500,4.155 L9.463,0.002 L11.006,1.619 Z'/%3E%3C/svg%3E") 50% no-repeat;
}
.wrapper .table-block__tabs-bodys .tab_item__inner {
  border: 1px solid #e5e5e5;
  border-radius: 0 0 20px 20px;
  background: #fff;
}
@media (max-width: 1200px) {
  .wrapper .table-block__tabs-bodys .tab_item__inner {
    border-radius: 20px;
  }
}
.wrapper .table-block__tabs-bodys .tab_item.active {
  display: block;
}
.wrapper .table-block__tabs-bodys .tab_item .item {
  padding: 20px;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  align-items: center;
  box-sizing: border-box;
}
@media (max-width: 980px) {
  .wrapper .table-block__tabs-bodys .tab_item .item {
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 0;
  }
}
.wrapper .table-block__tabs-bodys .tab_item .item:last-child {
  border: none;
  border-radius: 0 0 20px 20px;
}
.wrapper .table-block__tabs-bodys .tab_item .item:nth-child(n+21) {
  display: none;
}
.wrapper .table-block__tabs-bodys .tab_item .item:hover {
  background: #f2f4ef;
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body {
  box-sizing: border-box;
  line-height: normal;
}
@media (max-width: 980px) {
  .wrapper .table-block__tabs-bodys .tab_item .item .item_body {
    width: 33.3%;
  }
  .wrapper .table-block__tabs-bodys .tab_item .item .item_body.btn {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 639px) {
  .wrapper .table-block__tabs-bodys .tab_item .item .item_body {
    width: 50%;
    text-align: center;
  }
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body a {
  color: inherit;
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body .yes {
  color: #54b226;
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body .maybe {
  color: #49aac4;
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body .no {
  color: #999999;
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body.bonuses {
  color: #999999;
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body .old_price {
  font-size: 13px;
  color: #999999;
  text-decoration: line-through;
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body .current_price {
  font-weight: bold;
  color: #000;
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body.btn a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
  border-radius: 250px;
  cursor: pointer;
  font-size: 15px;
  font-weight: normal;
  min-width: 120px;
  text-align: center;
  padding: 13px 10px;
  box-sizing: border-box;
  transition: all 0.3s ease;
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body.btn a.green {
  background: linear-gradient(90deg, #049a84 0%, #c0e223 100%);
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body.btn a.green:hover {
  background: linear-gradient(90deg, #c0e223 0%, #049a84 100%);
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body.btn a.blue {
  background: linear-gradient(90deg, #28aad1 0%, #6cdce2 100%);
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body.btn a.blue:hover {
  background: linear-gradient(90deg, #6cdce2 0%, #28aad1 100%);
}
.wrapper .table-block__tabs-bodys .tab_item .item .item_body .mobile_title {
  display: none;
}
@media (max-width: 1200px) {
  .wrapper .table-block__tabs-bodys .tab_item .item .item_body .mobile_title {
    font-size: 12px;
    color: #bebebe;
    display: block;
    margin-bottom: 5px;
  }
}
.wrapper .table-block__tabs-bodys .razmer {
  width: 143px;
  padding-right: 10px;
}
.wrapper .table-block__tabs-bodys .name {
  width: 355px;
  padding-right: 10px;
}
@media (max-width: 1200px) {
  .wrapper .table-block__tabs-bodys .name {
    width: 210px;
  }
}
.wrapper .table-block__tabs-bodys .stock {
  width: 130px;
  padding-right: 10px;
}
.wrapper .table-block__tabs-bodys .type {
  width: 80px;
}
.wrapper .table-block__tabs-bodys .price {
  width: 110px;
  padding-right: 10px;
}
.wrapper .table-block__tabs-bodys .bonuses {
  width: 220px;
}
@media (max-width: 1200px) {
  .wrapper .table-block__tabs-bodys .bonuses {
    width: auto;
    margin-right: auto;
  }
}
.wrapper .table-block__table-titles {
  display: flex;
  background: #f5f5f5;
  margin: -1px -1px 0;
  padding: 20px;
  border-radius: 20px 20px 0 0;
}
@media (max-width: 1200px) {
  .wrapper .table-block__table-titles {
    display: none;
  }
}
.wrapper .table-block__table-titles .title {
  box-sizing: border-box;
}
.wrapper .table-block__table-titles .title a {
  font-size: 16px;
  font-weight: normal;
  color: #000;
}
.popover-body .tpl-anketa__title {
  font-size: 24px;
  font-weight: 500;
  color: #000;
  margin-bottom: 10px;
}
.popover-body .tpl-field {
  margin-top: 10px;
}
.popover-body .tpl-field input[type="text"], .popover-body .tpl-field button, .popover-body .tpl-field select, .popover-body .tpl-field textarea {
  padding: 10px 20px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  cursor: pointer;
  font-size: 14px;
  box-sizing: border-box;
  border: 1px solid #efefef;
}
.popover-body .tpl-field button {
  color: #fff;
  background: linear-gradient(90deg, #049a84 0%, #c0e223 100%);
  border: none;
  font-size: 15px;
}
.popover-body .tpl-field button:hover {
  background: linear-gradient(90deg, #c0e223 0%, #049a84 100%);
}
@media (max-width: 1199px) {
  html body .widget-48 {
    margin-top: 80px;
  }
}
.advantages {
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 980px) {
  .advantages {
    padding-bottom: 10px;
  }
}
.advantages:before {
  content: "";
  height: 63px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../images/circle_before.png") top 0 left 50% no-repeat;
}
@media (max-width: 960px) {
  .advantages:before {
    left: -20px;
    right: -20px;
  }
}
.advantages__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.advantages__item {
  width: calc(33.3% - 20px);
  margin: 0 10px 20px;
  border-radius: 10px;
}
@media (max-width: 1024px) {
  .advantages__item {
    width: calc(50% - 20px);
  }
}
@media (max-width: 479px) {
  .advantages__item {
    width: calc(100% - 20px);
  }
}
.advantages__item-image {
  width: 100%;
  padding-top: 76%;
  position: relative;
}
.advantages__item-image img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
.advantages__item-title {
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
  width: 100%;
  font-size: 26px;
  font-weight: normal;
  color: #000;
  line-height: normal;
  margin-top: 10px;
}
.contacts-block {
  padding-bottom: 60px;
  position: relative;
  margin-bottom: 120px;
}
@media (max-width: 980px) {
  .contacts-block {
    padding-bottom: 10px;
  }
}
.contacts-block:before {
  content: "";
  height: 63px;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: url("../images/circle_before.png") top 0 left 50% no-repeat;
}
@media (max-width: 960px) {
  .contacts-block:before {
    left: -20px;
    right: -20px;
  }
}
.contacts-block__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
@media (max-width: 550px) {
  .contacts-block__list {
    margin: 0;
  }
}
.contacts-block__item {
  width: calc(33.3% - 30px);
  margin: 0 15px 30px;
  border-radius: 5px;
  background-color: #f8f8f8;
  padding: 20px;
  display: flex;
  box-sizing: border-box;
}
@media (max-width: 1023px) {
  .contacts-block__item {
    width: calc(50% - 30px);
  }
}
@media (max-width: 550px) {
  .contacts-block__item {
    width: 100%;
    margin: 0 0 20px;
  }
}
.contacts-block__item .icon {
  width: 60px;
  height: 60px;
  min-width: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: linear-gradient(-140deg, #89dee1 0%, #40c8f1 100%);
  margin-right: 20px;
}
.contacts-block__item .body {
  line-height: normal;
}
.contacts-block__item .body .title {
  font-size: 16px;
  font-weight: normal;
  color: #999999;
  line-height: normal;
}
.contacts-block__item .body .text {
  font-size: 16px;
  font-weight: normal;
  color: #000;
  margin-top: 5px;
}
.contacts-block__item .body .socials {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 0;
  margin-top: 10px;
}
.contacts-block__item .body .socials img {
  max-width: 30px;
  border-radius: 100%;
}
.contacts-block__item .body .phones {
  font-weight: normal;
  color: #777777;
}
.contacts-block__item .body .phones a {
  font-weight: 900;
}
.contacts-block__item .body .mail a {
  font-weight: bold;
  color: #000;
}
</pre></body></html>