<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.header_cecutient {
  height: 50px;
  position: absolute;
  top: 0;
  left: 50%;
  width: 900px;
  margin-left: -450px;
  z-index: 9991;
  font-size: 0;
  line-height: 0;
  color: #000 !important;
}

.header_cecutient:after {
  content: '';
  z-index: -1;
  position: absolute;
  left: -4500px;
  width: 9999px;
  background: #F2F2F2 !important;
  border-bottom: 1px solid #D9D9D9;
  height: 100%;
  top: 0;
}

.view-config .section {
  display: inline-block;
  vertical-align: top;
  height: 52px;
  line-height: 16px;
  border-left: 1px solid #d8d8d8;
}

.view-config .section:first-child {
  border-left: 0 none;
}

.view-config .section:first-child .name {
  padding-left: 0px;
}

.view-config .section:last-child {
  border-left: 0 none;
  float: right;
}

.view-config .section .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding: 8px 0px 8px 16px;
}

.view-config .section .values {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

/* common */

.view-config a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  position: relative;
  margin: 3px;
}

.view-config a:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border: 2px solid transparent;
  border-radius: 4px;
}

.view-config a:focus:before,
.view-config a:hover:before {
  border-color: #000;
}

/* font-size */

.view-config .font-size a {
  width: 38px;
  height: 38px;
  background: #f2f2f2;
}

.view-config .font-size a:nth-child(1) {
  font-size: 18px;
}

.view-config .font-size a:nth-child(2) {
  font-size: 24px;
}

.view-config .font-size a:nth-child(3) {
  font-size: 30px;
}

.view-config .font-size a span {
  line-height: 38px;
  color: #000;
  font-weight: bold;
}

.view-config .font-size a.active {
  background: #000;
}

.view-config .font-size a.active span {
  color: #fff;
}

/* color */

.view-config .color a {
  width: 30px;
  height: 30px;
  margin: 3px 6px;
}

.view-config .color a:before {
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

.view-config .color a:nth-child(1) {
  background: #fff;
  color: #000;
}

.view-config .color a:nth-child(2) {
  background: #000;
  color: #fff;
}

.view-config .color a:nth-child(3) {
  background: #9dd1ff;
  color: #114e84;
}

.view-config .color a:nth-child(4) {
  background: #311f10;
  color: #aaf03c;
}

.view-config .color a:nth-child(5) {
  background: #eae7d2;
  color: #614c3b;
}

.view-config .color a span {
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}

.view-config .color a span:before {
  content: '';
  display: block;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border-radius: 4px;
  border: 2px solid transparent;
  -webkit-transition: border-color 0.15s linear 0s;
  -o-transition: border-color 0.15s linear 0s;
  transition: border-color 0.15s linear 0s;
}

.view-config .color a.active span:before {
  border-color: #000;
}

/* images */

.view-config .images a {
  width: 60px;
  height: 30px;
  text-align: left;
}

.view-config .images a:before {
  top: -8px;
  bottom: -8px;
  left: -8px;
  right: -8px;
}

.view-config .images a span {
  font-size: 16px;
  line-height: 30px;
  color: #000;
}

.view-config .images a span:before {
  content: "Нет";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: -1px 8px 0 0;
  background: url("/i/cecutient/icon_show_images.png") 0 0 no-repeat;
  padding-left: 30px;
  line-height: 24px;
}

.view-config .images a.active span:before {
  content: "Да";
  background-position: 0 -24px;
}

/* settings */

.view-config .settings a span {
  font-size: 16px;
  line-height: 38px;
  padding: 0 10px;
  color: #000;
}

.view-config .settings a.active {
  background: #000;
}

.view-config .settings a.active span {
  color: #fff;
}

.view-config .settings a span:before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin: -1px 8px 0 0;
  background: url("/i/cecutient/icon_show_settings.png") 0 -24px no-repeat;
}

.view-config .settings a.active span:before {
  background-position: 0 0;
}

/* slider */

.view-slider-wrapper {
  background: #f1f1f1;
  font-size: 16px;
  line-height: 1em;
  position: relative;
}

.view-slider-wrapper:after {
  position: absolute;
  content: '';
  background: inherit;
  left: 50%;
  margin-left: -5000px;
  width: 9999px;
  top: 0;
  height: 100%;
  z-index: -1;
}

.view-slider {
  width: 960px;
  margin: 0 auto;
  padding: 35px 0;
  position: relative;
}

.view-slider .section {
  display: block;
  padding: 5px 0;
}

.view-slider .section .name {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  width: 133px;
  text-align: right;
}

.view-slider .section .values {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
  max-width: 800px;
}

/* slider common */

.view-slider .values a {
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  position: relative;
  margin: 3px;
}

.view-slider .values a:before {
  content: "";
  display: block;
  position: absolute;
  top: -4px;
  bottom: -4px;
  left: -4px;
  right: -4px;
  border: 2px solid transparent;
  border-radius: 4px;
}

.view-slider .values a:focus:before,
.view-slider .values a:hover:before {
  border-color: #000;
}

.view-slider .font-family a span {
  color: #000;
}

/* slider font-family */

.view-slider .font-family a {
  background: #f2f2f2;
  padding: 6px 10px;
  font-size: 1.5em;
}

.view-slider .font-family a:nth-child(1) {
  font-family: Arial;
}

.view-slider .font-family a:nth-child(2) {
  font-family: Times;
}

.view-slider .font-family a:nth-child(3) {
  font-family: Georgia;
}

.view-slider .font-family a span {
  color: #000;
}

.view-slider .font-family a.active {
  background: #000;
}

.view-slider .font-family a.active span {
  color: #fff;
}

/* slider letter-spacing */

.view-slider .letter-spacing a {
  background: #f2f2f2;
  padding: 6px 10px;
  font-size: 1.5em;
}

.view-slider .letter-spacing a:nth-child(1) {
  letter-spacing: normal;
}

.view-slider .letter-spacing a:nth-child(2) {
  letter-spacing: 0.1em;
}

.view-slider .letter-spacing a:nth-child(3) {
  letter-spacing: 0.2em;
}

.view-slider .letter-spacing a span {
  color: #000;
}

.view-slider .letter-spacing a.active {
  background: #000;
}

.view-slider .letter-spacing a.active span {
  color: #fff;
}

/* slider font-weight */

.view-slider .font-weight a {
  background: #f2f2f2;
  padding: 6px 10px;
  font-size: 1.5em;
}

.view-slider .font-weight a:nth-child(1) {
  font-weight: normal;
}

.view-slider .font-weight a:nth-child(2) span {
  font-weight: bold;
}

.view-slider .font-weight a span {
  color: #000;
}

.view-slider .font-weight a.active {
  background: #000;
}

.view-slider .font-weight a.active span {
  color: #fff;
}

.view-slider-wrapper .view-slider-divider {
  width: 100%;
  height: 2px;
  background: #000;
}

/* color */

.view-slider .color a {
  padding: 6px 10px;
  font-size: 1.5em;
  margin: 6px;
}

.view-slider .values.color a:before {
  top: -6px;
  bottom: -6px;
  left: -6px;
  right: -6px;
}

.view-slider .color a:nth-child(1) {
  background: #fff;
  color: #000;
}

.view-slider .color a:nth-child(2) {
  background: #000;
  color: #fff;
}

.view-slider .color a:nth-child(3) {
  background: #9dd1ff;
  color: #114e84;
}

.view-slider .color a:nth-child(4) {
  background: #311f10;
  color: #aaf03c;
}

.view-slider .color a:nth-child(5) {
  background: #eae7d2;
  color: #614c3b;
}

.view-slider .color a span {
  font-size: 24px;
  line-height: 30px;
}

.view-slider .color a.active {
  box-shadow: 0 0 0 2px #000;
}

/* buttons */

.view-slider a.button {
  display: inline-block;
  padding: 20px;
  font-size: 1.125em;
  margin: 2px;
  border: 2px solid #000;
  border-radius: 4px;
  color: #000;
  text-decoration: none;
}

.view-slider a.button:hover,
.view-slider a.button:focus {
  background: #000;
  color: #fff;
}

.view-slider a.button:before {
  content: none;
}

.view-slider .view-slider-close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 48px;
  height: 48px;
}

.view-slider a.view-slider-close:before,
.view-slider a.view-slider-close:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url("../../i/icon-view-slider-close.png") no-repeat;
}

.view-slider a.view-slider-close:before {
  background-position: 0 -48px;
  opacity: 1;
}

.view-slider a.view-slider-close:hover:before,
.view-slider a.view-slider-close:focus:before {
  opacity: 0;
}

.view-slider a.view-slider-close:after {
  background-position: 0 0;
  opacity: 0;
}

.view-slider a.view-slider-close:hover:after,
.view-slider a.view-slider-close:focus:after {
  opacity: 1;
}

/* content */

#brand_img {
  display: none;
}

#brand {
  padding-top: 45px !important;
}

.topnews_post_title {
  height: auto;
}

.topnews_post_info {
  display: none;
}

.footer #f2 {
  display: none;
}

.footer #f1 {
  display: none;
}

.footer #cprt {
  padding-left: 2em;
}

.header_menu {
  height: 0;
  overflow: hidden;
}

.domain_content_column {
  width: 0;
  overflow: hidden;
  margin-left: 0;
  height: 0;
}

#domain_content {
  /* width: 800px; */
  margin: auto;
}

#article_data {
  width: 100%;
  /* transform: scale(1.3); */
  /* transform-origin: top center; */
}

.body {
  max-width: 100%;
}

#last_foto_video {
  height: 0;
  width: 0;
  overflow: hidden;
}

/* settings */

.cecutient_font-size__normal #wrap {
  font-size: 15px;
}

.cecutient_font-size__small #wrap {
  font-size: 11px;
}

.cecutient_font-size__large #wrap {
  font-size: 22px;
}

.cecutient_font-size__large .luki_carusel {
  font-size: 19px;
}

.cecutient_font-size__large .header {
  padding-bottom: 5px;
}

.cecutient_font-family__times section {
  font-family: Times !important;
}

.cecutient_font-family__georgia section {
  font-family: Georgia !important;
}

.cecutient_letter-spacing__medium section {
  letter-spacing: 1px;
}

.cecutient_letter-spacing__large section {
  letter-spacing: 2px;
}

.cecutient_font-weight__bold section {
  font-weight: bold !important;
}

.luki_carusel_full_link:before,
.topnews_post_title:after {
  display: none;
}

.cecutient_images__false .sprite_bg,
.cecutient_color__inverse .sprite_bg,
.cecutient_color__blue .sprite_bg,
.cecutient_color__green .sprite_bg,
.cecutient_color__brown .sprite_bg {
  display: none;
}

.cecutient_images__false .body,
.cecutient_images__false .post_tool_info,
.cecutient_images__false .post_icon_title,
.cecutient_color__inverse .body,
.cecutient_color__inverse .post_tool_info,
.cecutient_color__inverse .post_icon_title,
.cecutient_color__blue .body,
.cecutient_color__blue .post_tool_info,
.cecutient_color__blue .post_icon_title,
.cecutient_color__green .body,
.cecutient_color__green .post_tool_info,
.cecutient_color__green .post_icon_title,
.cecutient_color__brown .body,
.cecutient_color__brown .post_tool_info,
.cecutient_color__brown .post_icon_title {
  margin-left: 0;
}

.cecutient_images__false img {
  display: none;
}

.cecutient_images__false .luki_carusel {
  height: 220px;
}

.cecutient_images__false .luki_carusel_links {
  width: 95%;
}

.cecutient_images__false .carusel_link_item {
  left: 0;
  height: auto;
}

.cecutient_color__inverse,
.cecutient_color__inverse #wrap,
.cecutient_color__inverse #wrap * {
  background: #000 !important;
  color: #FFF !important;
}

.cecutient_color__inverse .header_menu,
.cecutient_color__inverse .header_menu_compact {
  border-top-color: #FFF;
}

.cecutient_color__inverse #wrap .header_logo {
  background: url("/i/cecutient/logo.png") -267px 0 no-repeat !important;
}

.cecutient_color__blue,
.cecutient_color__blue #wrap,
.cecutient_color__blue #wrap * {
  background: #9FD2FD !important;
  color: #164F82 !important;
}

.cecutient_color__blue .header_menu,
.cecutient_color__blue .header_menu_compact {
  border-top-color: #164F82;
}

.cecutient_color__blue #wrap .header_logo {
  background: url("/i/cecutient/logo.png") -534px 0 no-repeat !important;
}

.cecutient_color__green,
.cecutient_color__green #wrap,
.cecutient_color__green #wrap * {
  background: #311F11 !important;
  color: #ABEE4D !important;
}

.cecutient_color__green .header_menu,
.cecutient_color__green .header_menu_compact {
  border-top-color: #ABEE4D;
}

.cecutient_color__green #wrap .header_logo {
  background: url("/i/cecutient/logo.png") -801px 0 no-repeat !important;
}

.cecutient_color__brown,
.cecutient_color__brown #wrap,
.cecutient_color__brown #wrap * {
  background: #EAE7D3 !important;
  color: #614B3A !important;
}

.cecutient_color__brown .header_menu,
.cecutient_color__brown .header_menu_compact {
  border-top-color: #614B3A;
}

.cecutient_color__brown #wrap .header_logo {
  background: url("/i/cecutient/logo.png") -1068px 0 no-repeat !important;
}</pre></body></html>