html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
body {
  line-height: 1.2;
  font-family: Arial, Helvetica, Garuda, sans-serif;
  background: white;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
:focus {
  outline: 0;
}
ins {
  text-decoration: none;
}
del {
  text-decoration: line-through;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
div,
td {
  vertical-align: top;
}
#colorbox,
#cboxOverlay,
#cboxWrapper {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
}
#cboxOverlay {
  position: fixed;
  width: 100%;
  height: 100%;
}
#cboxMiddleLeft,
#cboxBottomLeft {
  clear: left;
}
#cboxContent {
  position: relative;
}
#cboxLoadedContent {
  overflow: auto;
}
#cboxTitle {
  margin: 0;
}
#cboxLoadingOverlay,
#cboxLoadingGraphic {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#cboxPrevious,
#cboxNext,
#cboxClose,
#cboxSlideshow {
  cursor: pointer;
}
.cboxPhoto {
  float: left;
  margin: auto;
  border: 0;
  display: block;
}
.cboxIframe {
  width: 100%;
  height: 100%;
  display: block;
  border: 0;
}
#cboxOverlay {
  background: #000;
  background: rgba(0,0,0,0.5);
  background: -webkit-radial-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5) 35%,#000000);
}
#cboxContent {
  margin-top: 0;
  background: #F9F1D0;
  border: 1px solid #333;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  behavior: url(/tmp/res/pie.htc);
  -webkit-box-shadow: 0px 5px 80px #000;
}
#cboxError {
  padding: 50px;
  border: 1px solid #ccc;
}
#cboxLoadedContent {
  margin-top: 32px;
}
#cboxTitle {
  position: absolute;
  width: 100%;
  padding: 0 10px 0 10px;
  margin-top: 0px;
  -moz-border-radius: 8px 8px 0 0;
  -webkit-border-radius: 8px 8px 0 0;
  -khtml-border-radius: 8px 8px 0 0;
  border-radius: 8px 8px 0 0;
  behavior: url(/tmp/res/pie.htc);
  top: 0;
  left: 0;
  color: #fff;
  background: #333;
  font-size: 14px;
  line-height: 32px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
#cboxCurrent {
  display: none !important;
  position: absolute;
  top: -20px;
  right: 0px;
  color: #ccc;
}
#cboxSlideshow {
  position: absolute;
  top: -20px;
  right: 90px;
  color: #fff;
}
#cboxPrevious {
  position: absolute;
  top: 50%;
  left: 5px;
  margin-top: -32px;
  background: url(/site/res/img/colorbox/controls.png) no-repeat top left;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxPrevious:hover {
  background-position: bottom left;
}
#cboxNext {
  position: absolute;
  top: 50%;
  right: 5px;
  margin-top: -32px;
  background: url(/site/res/img/colorbox/controls.png) no-repeat top right;
  width: 28px;
  height: 65px;
  text-indent: -9999px;
}
#cboxNext:hover {
  background-position: bottom right;
}
#cboxLoadingOverlay {
  background: #fff;
}
#cboxLoadingGraphic {
  background: url(/site/res/img/colorbox/loading.gif) no-repeat center center;
}
#cboxClose {
  position: absolute;
  top: 7px;
  right: 0px;
  display: block;
  background: url(/site/res/img/colorbox/controls.png) no-repeat top center;
  width: 38px;
  height: 19px;
  text-indent: -9999px;
}
#cboxClose:hover {
  background-position: bottom center;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical>.swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode>.swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear,right top,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(right,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to left,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(left,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to top,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0.5)),to(rgba(0,0,0,0)));
  background-image: -webkit-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: -o-linear-gradient(top,rgba(0,0,0,0.5),rgba(0,0,0,0));
  background-image: linear-gradient(to bottom,rgba(0,0,0,0.5),rgba(0,0,0,0));
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal>.swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical>.swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(.66);
  -ms-transform: scale(.66);
  transform: scale(.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  -ms-transform: scale(.33);
  transform: scale(.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0,-50%,0);
  transform: translate3d(0,-50%,0);
}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top, .2s -webkit-transform;
  transition: .2s top, .2s -webkit-transform;
  -o-transition: .2s transform, .2s top;
  transition: .2s transform, .2s top;
  transition: .2s transform, .2s top, .2s -webkit-transform;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left, .2s -webkit-transform;
  transition: .2s left, .2s -webkit-transform;
  -o-transition: .2s transform, .2s left;
  transition: .2s transform, .2s left;
  transition: .2s transform, .2s left, .2s -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right, .2s -webkit-transform;
  transition: .2s right, .2s -webkit-transform;
  -o-transition: .2s transform, .2s right;
  transition: .2s transform, .2s right;
  transition: .2s transform, .2s right, .2s -webkit-transform;
}
.swiper-pagination-progressbar {
  background: rgba(0,0,0,0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255,255,255,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0,0,0,0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0,0,0,0.1);
}
.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0,0,0,0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12,end) infinite;
  animation: swiper-preloader-spin 1s steps(12,end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}
@font-face {
  font-family: "maximacyrtcyligcom";
  src: url('/site/res/font/maximacyrtcyligcom.ttf');
}
@keyframes blink {
  50% {
    opacity: 0;
  }
}
@media only screen and (min-width: 964px) {
  .g-wrap-block {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media only screen and (max-width: 963px) {
  .g-wrap-block {
    margin-left: 15px;
    margin-right: 15px;
  }
}
@media only screen and (max-width: 681px) {
  .g-wrap-block {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.g-normal {
  font-family: 'PT Sans', sans-serif;
  color: rgba(0,0,0,0.95);
  text-decoration: none;
  font-size: 18px;
}
.g-small {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}
.g-service {
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: rgba(0,0,0,0.7);
}
.g-h1 {
  font-family: "maximacyrtcyligcom", sans-serif;
  font-size: 50px;
  opacity: .7;
  margin: 20px 0;
  color: black;
  font-size: 72px;
  opacity: .7;
  letter-spacing: -1px;
  font-weight: 100;
}
@media only screen and (max-width: 1050px) {
  .g-h1 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 963px) {
  .g-h1 {
    font-size: 64px;
  }
}
@media only screen and (max-width: 810px) {
  .g-h1 {
    font-size: 56px;
  }
}
@media only screen and (max-width: 440px) {
  .g-h1 {
    font-size: 50px;
  }
}
.g-h2 {
  font-family: "maximacyrtcyligcom", sans-serif;
  font-size: 32px;
  opacity: .6;
  margin: 20px 0;
  color: black;
  font-weight: 100;
}
html,
body {
  padding: 0;
  margin: 0;
  font-family: 'PT Sans', sans-serif;
  color: rgba(0,0,0,0.95);
  text-decoration: none;
  font-size: 18px;
}
html {
  height: 100%;
}
.nh6YFaH5Qs {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  max-width: 1300px;
  min-width: 320px;
  margin: 0 auto;
}
.nh6YFaH5Qs > .header {
  width: 100%;
}
.nh6YFaH5Qs > .h-container {
  display: flex;
  box-sizing: border-box;
  flex: 1 1 auto;
  background: white;
}
.nh6YFaH5Qs > .h-container.index {
  display: block;
}
.nh6YFaH5Qs > .h-container.noindent {
  flex-direction: column;
}
.nh6YFaH5Qs > .h-container > .left,
.nh6YFaH5Qs > .h-container > .right {
  width: 240px;
  display: none;
  flex-shrink: 0;
}
.nh6YFaH5Qs > .h-container > .center {
  flex: 1 1 auto;
}
.nh6YFaH5Qs > .h-container > .center.noindent {
  margin-left: 0px;
  margin-right: 0px;
}
.nh6YFaH5Qs > .h-container > .center section {
  padding-top: 20px;
}
@media only screen and (min-width: 1181px) {
  .nh6YFaH5Qs > .h-container > .left {
    width: 300px;
    margin-left: 0;
  }
  .nh6YFaH5Qs > .h-container > .right {
    width: 300px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 964px) {
  .nh6YFaH5Qs > .h-container > .left {
    display: block;
  }
  .nh6YFaH5Qs > .h-container > .left > div {
    padding-top: 20px;
  }
  .nh6YFaH5Qs > .h-container > .right {
    display: block;
  }
  .nh6YFaH5Qs > .h-container > .right > div {
    padding-top: 20px;
  }
  .nh6YFaH5Qs > .h-container > .center {
    margin-left: 20px;
    margin-right: 20px;
  }
  .nh6YFaH5Qs > .h-container > .center.noindent {
    margin-left: 0px;
    margin-right: 0px;
  }
  .nh6YFaH5Qs > .h-container > .center > div {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 963px) {
  .nh6YFaH5Qs > .h-container > .left {
    display: none;
  }
  .nh6YFaH5Qs > .h-container > .right {
    display: block;
  }
  .nh6YFaH5Qs > .h-container > .right > div {
    padding-top: 15px;
  }
  .nh6YFaH5Qs > .h-container > .center {
    margin-left: 15px;
    margin-right: 15px;
  }
  .nh6YFaH5Qs > .h-container > .center > div {
    padding-top: 15px;
  }
  .nh6YFaH5Qs > .h-container > .center.noindent {
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media only screen and (max-width: 681px) {
  .nh6YFaH5Qs > .h-container > .center {
    margin-left: 10px;
    margin-right: 10px;
    overflow: hidden;
  }
  .nh6YFaH5Qs > .h-container > .center > div {
    padding-top: 10px;
  }
  .nh6YFaH5Qs > .h-container > .center.noindent {
    margin-left: 0px;
    margin-right: 0px;
  }
  .nh6YFaH5Qs > .h-container > .left {
    display: none;
  }
  .nh6YFaH5Qs > .h-container > .right {
    display: none;
  }
}
.Jh13kBdC8 {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.Jh13kBdC8 .shade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.9);
}
.Jh13kBdC8 .load-container {
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.Jh13kBdC8 .close {
  width: 30px;
  height: 30px;
  background: yellow;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: url("/site/res/upgrade/gallery/icons/close.png") center center no-repeat;
}
.Jh13kBdC8 .window-container {
  position: absolute;
  left: 50%;
  top: 50%;
}
.Jh13kBdC8 .window-container .window {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
}
.Jh13kBdC8 .window-container .window > .left {
  position: relative;
  overflow: hidden;
}
.Jh13kBdC8 .window-container .window > .left > .top {
  right: 25px;
  position: relative;
  margin: 0 auto;
  width: 80%;
  height: 25px;
}
.Jh13kBdC8 .window-container .window > .left > .bottom {
  position: relative;
  width: 100%;
  height: 100%;
}
.Jh13kBdC8 .window-container .window > .left > .bottom > .img {
  position: absolute;
  left: -1px;
  top: -1px;
  right: -1px;
  bottom: -1px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.Jh13kBdC8 .window-container .window > .left > .bottom > .prev {
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  background: url("/site/res/upgrade/gallery/icons/gallery-prev.png") no-repeat 10px center;
  opacity: 0;
  transition: .5s;
}
.Jh13kBdC8 .window-container .window > .left > .bottom > .prev:hover {
  opacity: 1;
}
.Jh13kBdC8 .window-container .window > .left > .bottom > .next {
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  position: absolute;
  cursor: pointer;
  background: url("/site/res/upgrade/gallery/icons/gallery-next.png") no-repeat right 10px center;
  opacity: 0;
  transition: .5s;
}
.Jh13kBdC8 .window-container .window > .left > .bottom > .next:hover {
  opacity: 1;
}
.Jh13kBdC8 .window-container .window .right {
  width: 350px;
  background: transparent;
  overflow: auto;
  box-sizing: border-box;
}
.Jh13kBdC8 .window-container .window .right > .rightInfo {
  position: relative;
  display: block;
}
.Jh13kBdC8 .window-container .window .right > .rightComments {
  position: relative;
  display: block;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 720px) {
  .Jh13kBdC8 {
    position: absolute;
  }
  .Jh13kBdC8 .window {
    display: block !important;
    width: 100%;
  }
  .Jh13kBdC8 .window-container {
    top: 0;
    left: 0;
    width: 100%;
  }
  .Jh13kBdC8 .left {
    background: #f9f1d0;
  }
  .Jh13kBdC8 .left .top {
    background: black;
    width: 100% !important;
    right: 0px !important;
  }
  .Jh13kBdC8 .left .top .n2b0ntcem {
    position: relative;
    top: 2px;
  }
  .Jh13kBdC8 .left .bottom .img {
    background-size: cover !important;
  }
  .Jh13kBdC8 .right {
    width: auto !important;
    height: 70vh;
  }
  .Jh13kBdC8 .shade {
    display: none;
  }
}
@media all and (orientation: landscape) {
  .Jh13kBdC8 .left .bottom .img {
    background-size: contain !important;
  }
}
@media only screen and (max-width: 720px) {
  .Jh13kBdC8-container {
    display: none;
  }
}
.Jh13kBdC8-html body {
  overflow-y: hidden;
}
@media only screen and (max-width: 720px) {
  .Jh13kBdC8-html body {
    overflow-y: scroll;
    background: #f9f1d0;
  }
}
@media only screen and (min-width: 681px) {
  .mobile-menu-i5bujae2q5,
  .menu-defender-872k1du4v5 {
    display: none !important;
  }
}
@media only screen and (max-width: 350px) {
  .mobile-menu-i5bujae2q5 .login {
    margin-right: 0px !important;
  }
}
.menu-defender-872k1du4v5 {
  height: 40px;
}
.mobile-menu-i5bujae2q5 {
  position: fixed;
  top: 0;
  width: 100%;
  background: linear-gradient(#656565,#1c1b1b);
  height: 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  white-space: nowrap;
  color: #ffcc00;
  z-index: 50;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.mobile-menu-i5bujae2q5.hidemenu {
  top: -100%;
  -webkit-transition: top 0.5s;
  transition: top 0.5s;
}
.mobile-menu-i5bujae2q5 .AVOqqKfqwF {
  cursor: pointer;
  padding-right: 5px;
  margin-left: 0px;
  font-weight: bold;
  font-size: 16px;
  top: 5px;
  position: relative;
}
.mobile-menu-i5bujae2q5 .AVOqqKfqwF .fas.fa-caret-up {
  display: none;
}
.mobile-menu-i5bujae2q5 .personal-menu-window {
  position: absolute;
  right: 0;
  width: 200px;
  background: #fbf8e7;
  color: #91480e !important;
  z-index: 999;
  display: none;
  top: 40px;
}
.mobile-menu-i5bujae2q5 > .bar {
  width: 100%;
  padding: 10px 8px;
  display: flex;
}
.mobile-menu-i5bujae2q5 > .bar a {
  color: #ffcc00;
}
.mobile-menu-i5bujae2q5 > .bar > * {
  margin-right: 10px;
  overflow: hidden;
}
.mobile-menu-i5bujae2q5 > .bar > *:last-child {
  margin-right: 0;
}
.mobile-menu-i5bujae2q5 > .bar a {
  text-decoration: none;
}
.mobile-menu-i5bujae2q5 > .bar .center-spacer {
  flex: 1;
}
.mobile-menu-i5bujae2q5 > .bar .firstitem {
  margin-right: 10px !important;
}
.mobile-menu-i5bujae2q5 > .bar .firstitem .blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.mobile-menu-i5bujae2q5 > .bar .firstitem.region {
  margin-right: 5px !important;
}
.mobile-menu-i5bujae2q5 > .bar .firstitem.region:hover {
  text-decoration: underline;
}
.mobile-menu-i5bujae2q5 > .bar .firstitem.right {
  flex: 1 auto;
}
.mobile-menu-i5bujae2q5 > .bar .loginbutton {
  text-decoration: underline;
  position: relative;
  top: 5px;
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
}
.mobile-menu-i5bujae2q5 > .bar .loginbutton.noline {
  cursor: default;
  text-decoration: none;
}
.mobile-menu-i5bujae2q5 > .bar .loginbutton:hover {
  text-decoration: none;
}
.mobile-menu-i5bujae2q5 > .bar .login {
  text-decoration: underline;
  position: relative;
  top: 3px;
  margin-right: 10px;
  font-size: 13px;
}
.mobile-menu-i5bujae2q5 > .bar .login.noline {
  cursor: default;
  text-decoration: none;
}
.mobile-menu-i5bujae2q5 > .bar .login:hover {
  text-decoration: none;
}
.mobile-menu-i5bujae2q5 > .bar .registerBar {
  top: 3px;
  font-size: 13px;
  position: relative;
}
.mobile-menu-i5bujae2q5 > .bar .logout {
  cursor: pointer;
}
.mobile-menu-i5bujae2q5 .nav-container {
  height: 100%;
}
.mobile-menu-i5bujae2q5 .mobile-title {
  max-height: 25px;
  max-width: 130px;
  position: relative;
  margin-right: 0px !important;
}
.mobile-menu-i5bujae2q5 .mobile-title .logo {
  display: inline-block;
  width: 130px;
  height: 26px;
  background: url("/site/res/upgrade/mlogo.svg") no-repeat center center;
}
.mobile-menu-i5bujae2q5 .button {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  -webkit-appearance: none;
  border: 0;
  background: transparent;
  border-radius: 0;
  height: 40px;
  width: 30px;
  cursor: pointer;
  pointer-events: auto;
  margin-left: 10px;
  touch-action: manipulation;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}
.mobile-menu-i5bujae2q5 .button.close .icon-bar:nth-of-type(1) {
  transform: translate3d(0,0px,0) rotate(0deg) !important;
}
.mobile-menu-i5bujae2q5 .button.close .icon-bar:nth-of-type(2) {
  opacity: 1 !important;
}
.mobile-menu-i5bujae2q5 .button.close .icon-bar:nth-of-type(3) {
  transform: translate3d(0,0px,0) rotate(0deg) !important;
}
.mobile-menu-i5bujae2q5 .icon-bar {
  display: block;
  width: 100%;
  height: 3px;
  background: #f4c404;
  transition: .3s;
}
.mobile-menu-i5bujae2q5 .icon-bar + .icon-bar {
  margin-top: 5px;
}
.mobile-menu-i5bujae2q5 .nav-container:focus-within .button {
  pointer-events: none;
}
.mobile-menu-i5bujae2q5 .nav-container:focus-within .icon-bar:nth-of-type(1) {
  transform: translate3d(0,8px,0) rotate(45deg);
}
.mobile-menu-i5bujae2q5 .nav-container:focus-within .icon-bar:nth-of-type(2) {
  opacity: 0;
}
.mobile-menu-i5bujae2q5 .nav-container:focus-within .icon-bar:nth-of-type(3) {
  transform: translate3d(0,-8px,0) rotate(-45deg);
}
.mobile-menu-i5bujae2q5 .nav-content {
  margin-top: 40px;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  transform: translateX(-100%);
  transition: transform .3s;
  will-change: transform;
  contain: paint;
  height: auto;
}
.mobile-menu-i5bujae2q5 .nav-content.opensub {
  width: 80%;
}
.mobile-menu-i5bujae2q5 .nav-content.close {
  transform: translateX(-100%) !important;
  transition: transform .3s;
}
.mobile-menu-i5bujae2q5 .nav-content .container {
  height: 100%;
}
.mobile-menu-i5bujae2q5 .nav-content .container .item.active {
  color: #FF8040;
}
.mobile-menu-i5bujae2q5 .nav-content a {
  color: #914800;
  font-size: 25px;
  font-family: "maximacyrtcyligcom", sans-serif;
  text-decoration: none;
  width: 100%;
  display: block;
  height: 100%;
}
.mobile-menu-i5bujae2q5 .nav-content .submenu {
  border-left: 1px solid #ffcc3c;
  padding-top: 10px;
}
.mobile-menu-i5bujae2q5 .nav-content .submenu li {
  padding: 5px 5px 5px 10px;
  width: 100%;
  color: #fff;
}
.mobile-menu-i5bujae2q5 .nav-content .submenu .itemSub.active {
  color: #FF8040;
}
.mobile-menu-i5bujae2q5 .nav-content li {
  padding: 5px 5px 5px 10px;
  max-width: 150px;
  color: #fff;
  line-height: 25px;
}
.mobile-menu-i5bujae2q5 .nav-content .container ul {
  height: 100%;
}
.mobile-menu-i5bujae2q5 .nav-content .container > ul {
  width: 150px;
  background-color: #fcf8e7;
  position: relative;
  overflow: visible;
  padding-top: 10px;
  height: 100vh;
}
.mobile-menu-i5bujae2q5 .nav-content .container > ul > li:hover {
  background-color: #ffbf41;
}
.mobile-menu-i5bujae2q5 .nav-content .container > ul > li > ul {
  display: none;
  position: absolute;
  right: -165px;
  top: 0;
  width: 165px;
  background-color: #fcf8e7;
}
.mobile-menu-i5bujae2q5 .nav-content .container > ul > li:hover > ul {
  display: block;
}
.mobile-menu-i5bujae2q5 .nav-content .container > ul > li > ul >li:hover {
  background-color: #ffbf41;
}
.mobile-menu-i5bujae2q5 .nav-content .container > ul > li > ul > li > ul {
  display: none;
  position: absolute;
  right: -250px;
  top: 0;
  width: 250px;
  background-color: #112551;
}
.mobile-menu-i5bujae2q5 .nav-content .container > ul > li > ul > li:hover ul {
  display: block;
}
.mobile-menu-i5bujae2q5 .nav-content .container > ul > li > ul > li > ul > li:hover {
  background-color: #0f1e41;
}
.mobile-menu-i5bujae2q5 .nav-content .container > ul > li > ul > li ul li ul li {
  padding: 20px;
}
.mobile-menu-i5bujae2q5 .small {
  display: flex;
  align-self: center;
}
.mobile-menu-i5bujae2q5 .small a {
  font-size: 12px;
  font-weight: 400;
  color: #888;
}
.mobile-menu-i5bujae2q5 .small a + a {
  margin-left: 15px;
}
.mobile-menu-i5bujae2q5 .nav-container:focus-within .nav-content {
  transform: none;
}
.mobile-menu-i5bujae2q5 a,
.mobile-menu-i5bujae2q5 a:visited,
.mobile-menu-i5bujae2q5 a:focus,
.mobile-menu-i5bujae2q5 a:active,
.mobile-menu-i5bujae2q5 a:link {
  text-decoration: none;
  outline: 0;
}
.mobile-menu-i5bujae2q5 a {
  color: currentColor;
  transition: .2s ease-in-out;
}
.mobile-menu-i5bujae2q5 ul {
  padding: 0;
  list-style: none;
}
.mobile-menu-i5bujae2q5 img {
  vertical-align: middle;
  height: auto;
  width: 100%;
}
@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
.usermenu-nvo5LLlzdV {
  position: relative;
  display: flex;
  width: 200px;
  flex-direction: column;
  overflow: hidden;
}
.usermenu-nvo5LLlzdV a {
  color: #3a3a3a;
  text-decoration: none;
  padding: 5px 0px 5px 20px;
  font-size: 14px;
  font-weight: bold;
}
.usermenu-nvo5LLlzdV a:hover {
  text-decoration: underline;
}
.usermenu-nvo5LLlzdV .top {
  margin-top: 10px;
  border-top: 1px solid #ffc01b;
  border-bottom: 1px solid #ffc01b;
  display: flex;
  flex-direction: column;
  margin: 5px 0;
  padding: 5px 0;
  margin-bottom: 0px;
}
.usermenu-nvo5LLlzdV .center {
  border-bottom: 1px solid #ffc01b;
  display: flex;
  flex-direction: column;
  padding: 3px 0;
}
.usermenu-nvo5LLlzdV .center .draft {
  color: #c7c7c7;
}
.usermenu-nvo5LLlzdV .bottom {
  border-bottom: 1px solid #ffc01b;
  margin-bottom: 10px;
  padding-bottom: 10px;
  padding-top: 10px;
}
.JzLnvJ0nBm {
  font-size: 14px;
  position: relative;
}
@media only screen and (max-width: 681px) {
  .JzLnvJ0nBm {
    display: none;
  }
}
.JzLnvJ0nBm .AVOqqKfqwF {
  cursor: pointer;
  padding-right: 5px;
  margin-left: 0px;
  font-weight: bold;
  font-size: 16px;
}
.JzLnvJ0nBm .AVOqqKfqwF .fas.fa-caret-up {
  display: none;
}
.JzLnvJ0nBm > .bar-wrapper .users-total,
.JzLnvJ0nBm > .bar-wrapper .online {
  font-size: 14px;
}
.JzLnvJ0nBm > .bar-wrapper .personal-menu-window {
  position: absolute;
  right: 0;
  width: 200px;
  background: #fbf8e7;
  color: #91480e !important;
  z-index: 999;
  display: none;
}
.JzLnvJ0nBm > .bar-wrapper > .bar {
  max-width: 1300px;
  background: linear-gradient(#656565,#1c1b1b);
  padding: 11px 8px;
  height: 35px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  white-space: nowrap;
  position: relative;
  color: #ffcc00;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .firstitem {
  margin-right: 10px !important;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .firstitem .blink {
  text-decoration: blink;
  -webkit-animation-name: blinker;
  -webkit-animation-duration: 0.6s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-direction: alternate;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .firstitem.region {
  margin-right: 5px !important;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .firstitem.region:hover {
  text-decoration: underline;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .firstitem.right {
  flex: 1 auto;
}
.JzLnvJ0nBm > .bar-wrapper > .bar a {
  color: #ffcc00;
}
.JzLnvJ0nBm > .bar-wrapper > .bar > * {
  margin-right: 15px;
  overflow: hidden;
}
.JzLnvJ0nBm > .bar-wrapper > .bar > *:last-child {
  margin-right: 0;
}
.JzLnvJ0nBm > .bar-wrapper > .bar a {
  text-decoration: none;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .center-spacer {
  flex: 1;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .loginbutton {
  text-decoration: underline;
  position: relative;
  bottom: 2px;
  margin-right: 5px;
  font-size: 14px;
  cursor: pointer;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .loginbutton.noline {
  cursor: default;
  text-decoration: none;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .loginbutton:hover {
  text-decoration: none;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .login {
  text-decoration: underline;
  position: relative;
  bottom: 2px;
  margin-right: 10px;
  font-size: 14px;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .login.noline {
  cursor: default;
  text-decoration: none;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .login:hover {
  text-decoration: none;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .registerBar {
  font-size: 14px;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .head-links {
  padding-left: 80px;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .head-links .yandex {
  margin-right: 10px;
  min-height: 18px;
  padding-left: 22px;
  font-size: 14px;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .head-links .yandex .fab {
  padding-right: 5px;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .head-links .android {
  margin-right: 40px;
  min-height: 18px;
  padding-left: 22px;
  background: url("/site/res/upgrade/icons/android.png") left center no-repeat;
  background-size: 18px 18px;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .head-links .rss {
  margin-right: 40px;
  min-height: 18px;
  padding-left: 22px;
  font-size: 14px;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .head-links .rss .fas {
  padding-right: 5px;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .head-links .rss .fas.fa-caret-up {
  display: none;
}
.JzLnvJ0nBm > .bar-wrapper > .bar .logout {
  cursor: pointer;
}
@media only screen and (max-width: 800px) {
  .JzLnvJ0nBm > .bar-wrapper > .bar .head-links {
    padding-left: 40px;
  }
}
@media only screen and (max-width: 750px) {
  .JzLnvJ0nBm > .bar-wrapper > .bar .head-links .yandex,
  .JzLnvJ0nBm > .bar-wrapper > .bar .head-links .rss,
  .JzLnvJ0nBm > .bar-wrapper > .bar .head-links .android {
    margin-right: 20px;
  }
}
@-webkit-keyframes blinker {
  from {
    opacity: 1.0;
  }
  to {
    opacity: 0.0;
  }
}
.uPC1L8YAvy {
  box-sizing: border-box;
  max-width: 1300px;
  height: 90px;
  display: flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
}
.uPC1L8YAvy .headerSiteInfo {
  display: none;
}
@media (max-width: 681px) {
  .uPC1L8YAvy {
    display: none;
  }
}
.uPC1L8YAvy .leftLogo {
  flex: 1;
}
.uPC1L8YAvy .leftLogo .videoblock {
  display: none;
}
.uPC1L8YAvy .leftLogo {
  position: relative;
  height: 100%;
  background: #fbf8e7;
  border-left: 1px solid #D4D0C8;
  width: 329px;
  text-align: center;
}
.uPC1L8YAvy .leftLogo .logo {
  width: 313px;
  height: 54px;
  box-sizing: border-box;
  margin-top: 20px;
  background: url("/site/res/upgrade/logo.svg") no-repeat center center;
}
@media (max-width: 1060px) {
  .uPC1L8YAvy .leftLogo .logo {
    background: url("/site/res/upgrade/mid-logo.svg") no-repeat center center;
    width: 175px;
    height: 70px;
    margin: 0 5px;
    margin-top: 15px;
  }
}
@media (max-width: 859px) {
  .uPC1L8YAvy .leftLogo .logo {
    background: url("/site/res/upgrade/logo.svg") no-repeat center center;
    width: 313px;
  }
}
@media (max-width: 420px) {
  .uPC1L8YAvy .leftLogo .logo {
    width: 100%;
    height: auto;
    padding: 2px 4px;
  }
}
.uPC1L8YAvy .leftLogo .videoblock {
  width: 329px;
  height: 160px;
  overflow: hidden;
  margin-top: 13px;
}
.uPC1L8YAvy .codeBanner {
  display: none;
}
.uPC1L8YAvy .data {
  display: block;
  overflow: hidden;
  max-width: 975px;
  width: 100%;
  max-height: 250px;
}
.uPC1L8YAvy .data.size-90 {
  width: 728px;
}
.uPC1L8YAvy .data.small .yap-rtb__wrapper {
  float: right;
}
@media (max-width: 859px) {
  .uPC1L8YAvy .data {
    display: none !important;
  }
}
.SjDqXz8P25 {
  overflow: hidden;
}
.SjDqXz8P25 .data {
  display: none;
}
.SjDqXz8P25.forsize-1 {
  display: none;
}
.SjDqXz8P25.forsize-2 {
  display: none;
}
.SjDqXz8P25.forsize-3 {
  display: none;
}
.SjDqXz8P25.forsize-240 {
  display: none;
}
.SjDqXz8P25.forsize-300 {
  display: none;
}
.SjDqXz8P25.forsize-681 {
  display: none;
}
.SjDqXz8P25.forsize-1300 {
  display: none;
}
.SjDqXz8P25.forsize-1299 {
  display: none;
}
.SjDqXz8P25.forsize-1143 {
  display: none;
}
.SjDqXz8P25.forsize-1144 {
  display: none;
}
.SjDqXz8P25.forsize-1301 {
  display: none;
}
@media only screen and (max-width: 1299px) {
  .SjDqXz8P25.forsize-1299 {
    display: block;
  }
}
@media only screen and (max-width: 1180px) {
  .SjDqXz8P25.forsize-240 {
    display: block;
  }
}
@media only screen and (max-width: 1143px) {
  .SjDqXz8P25.forsize-1143 {
    display: block;
  }
}
@media only screen and (min-width: 1144px) {
  .SjDqXz8P25.forsize-1143 {
    display: none;
  }
  .SjDqXz8P25.forsize-1144 {
    display: block;
  }
}
@media only screen and (max-width: 963px) {
  .SjDqXz8P25.forsize-2 {
    display: block;
  }
  .SjDqXz8P25.forsize-1300 {
    display: block;
  }
}
@media only screen and (max-width: 681px) {
  .SjDqXz8P25.forsize-1 {
    display: block;
  }
  .SjDqXz8P25.forsize-2 {
    display: none;
  }
  .SjDqXz8P25.forsize-681 {
    display: block;
  }
}
@media only screen and (min-width: 964px) {
  .SjDqXz8P25.forsize-3 {
    display: block;
  }
  .SjDqXz8P25.forsize-1300 {
    display: block;
  }
}
@media only screen and (min-width: 1181px) {
  .SjDqXz8P25.forsize-300 {
    display: block;
  }
}
@media only screen and (min-width: 1300px) {
  .SjDqXz8P25.forsize-1301 {
    display: block;
  }
}
.vcZ5ecvoXZ {
  border-bottom: 1px solid #995608;
}
@media only screen and (max-width: 681px) {
  .vcZ5ecvoXZ {
    display: none;
  }
}
.vcZ5ecvoXZ,
.vcZ5ecvoXZ a,
.vcZ5ecvoXZ input[type=submit] {
  color: #914800;
  font-family: "maximacyrtcyligcom", sans-serif;
}
.vcZ5ecvoXZ > .menu {
  max-width: 1300px;
  background: #ffc01b;
  font-size: 25px;
  white-space: nowrap;
  z-index: 1;
  display: flex;
  width: 100%;
  border-top: 1px solid #D4D0C8;
}
.vcZ5ecvoXZ > .menu.fixed {
  position: fixed;
  top: 0;
  width: 100%;
  border-bottom: 1px solid #995608;
}
.vcZ5ecvoXZ > .menu .item {
  display: inline-block;
  position: relative;
}
.vcZ5ecvoXZ > .menu .item span {
  position: relative;
  font-size: 25px;
}
.vcZ5ecvoXZ > .menu .item:hover {
  background: #fcf8e7;
}
.vcZ5ecvoXZ > .menu .item.active {
  background: #fcf8e7;
}
.vcZ5ecvoXZ > .menu .item > a {
  position: relative;
  padding: 10px 15px;
  font-family: 'Kaushan Script', cursive;
  font-size: 1.5em;
  line-height: 1;
  letter-spacing: 3px;
}
.vcZ5ecvoXZ > .menu .item > a:before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 50%;
  top: 100%;
  width: 10px;
  height: 10px;
  background: white;
  border-radius: 50%;
  transform: translate(-50%,20px);
  opacity: 0;
  transition: .3s;
}
.vcZ5ecvoXZ > .menu .item:hover a:before {
  transform: translate(-50%,0);
  opacity: 1;
}
.vcZ5ecvoXZ > .menu .item:hover .submenu {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%,0);
}
.vcZ5ecvoXZ > .menu .submenu a {
  cursor: pointer;
  display: block;
  color: #a86421;
  font-size: 25px;
  text-decoration: none;
  padding: 1px 0;
  position: relative;
}
.vcZ5ecvoXZ > .menu .submenu a:hover {
  color: #FF8040;
}
.vcZ5ecvoXZ > .menu .submenu .menuitem.active {
  color: #FF8040;
}
.vcZ5ecvoXZ > .menu .normal {
  display: block;
}
.vcZ5ecvoXZ > .menu .short {
  display: none;
}
@media only screen and (max-width: 1150px) {
  .vcZ5ecvoXZ > .menu .normal {
    display: none;
  }
  .vcZ5ecvoXZ > .menu .short {
    display: block;
  }
}
@media only screen and (max-width: 750px) {
  .vcZ5ecvoXZ > .menu > .item .submenu {
    width: 145% !important;
  }
}
.vcZ5ecvoXZ > .menu > .item {
  text-decoration: none;
  flex-grow: 1;
  flex-basis: content;
  cursor: pointer;
  text-align: center;
}
.vcZ5ecvoXZ > .menu > .item .submenu {
  position: absolute;
  z-index: 4;
  left: 50%;
  top: 100%;
  width: 120%;
  padding: 10px 0 10px;
  margin-top: 1px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  transform: translate(-50%,20px);
  transition: .3s;
  display: flex;
  flex-direction: column;
  background: #FCF8E7;
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}
.vcZ5ecvoXZ > .menu .up {
  vertical-align: middle;
  width: 44px;
  height: 32px;
  flex-shrink: 0;
}
.vcZ5ecvoXZ > .menu .up .fas {
  color: #9F6315;
  position: relative;
  left: 12px;
  top: 0px;
  font-size: 35px;
}
.vcZ5ecvoXZ > .menu .search {
  vertical-align: middle;
  width: 44px;
  height: 32px;
  cursor: pointer;
  flex-shrink: 0;
}
.vcZ5ecvoXZ > .menu .search .fas {
  color: #9F6315;
  position: relative;
  left: 11px;
  top: 1px;
  font-size: 22px;
}
.vcZ5ecvoXZ > .menu .search:hover {
  background-color: white;
}
.vcZ5ecvoXZ > .menu .separator {
  width: 1px;
  flex-shrink: 0;
  background: #9f6315;
  height: 20px;
  align-self: center;
}
.vcZ5ecvoXZ > .menu .spacer {
  flex: 0.5;
}
.control-61wQtKXJFA {
  margin-bottom: 50px;
}
.index-rdGluaXDxV {
  max-width: 1300px;
}
.index-rdGluaXDxV .bottom-content {
  display: flex;
}
.index-rdGluaXDxV .bottom-content .left-position {
  flex: 1 auto;
  width: 60%;
  margin-right: 20px;
}
.index-rdGluaXDxV .bottom-content .right-position {
  width: 300px;
}
.index-rdGluaXDxV .bottom-content .right-position .stic {
  position: sticky;
  top: 5px;
}
.index-rdGluaXDxV .bottom-content .right-position .mobile-block {
  display: none;
}
@media (max-width: 1007px) {
  .index-rdGluaXDxV .bottom-content {
    display: flex;
    flex-direction: column;
  }
  .index-rdGluaXDxV .bottom-content .left-position {
    width: 100%;
  }
  .index-rdGluaXDxV .bottom-content .right-position {
    width: 100%;
  }
  .index-rdGluaXDxV .bottom-content .right-position .stic {
    display: none;
  }
  .index-rdGluaXDxV .bottom-content .right-position .mobile-block {
    display: block;
  }
  .index-rdGluaXDxV .bottom-content .right-position .mobile-block img:first-child {
    padding-right: 50px !important;
  }
}
@media (max-width: 877px) {
  .index-rdGluaXDxV .bottom-content .right-position .mobile-block img:first-child {
    padding-right: 20px !important;
  }
}
@media (max-width: 637px) {
  .index-rdGluaXDxV .bottom-content .right-position .mobile-block {
    flex-direction: column;
  }
  .index-rdGluaXDxV .bottom-content .right-position .mobile-block img {
    padding-right: 20px !important;
  }
}
@media (max-width: 617px) {
  .index-rdGluaXDxV .bottom-content .right-position .mobile-block {
    flex-direction: column;
    padding: 0 20px;
  }
  .index-rdGluaXDxV .bottom-content .right-position .mobile-block img {
    padding-right: 0px !important;
  }
  .index-rdGluaXDxV .bottom-content .right-position .mobile-block img:first-child {
    padding-right: 0px !important;
  }
}
.control-61wQtKXJFA {
  margin-bottom: 50px;
}
.flexbox-iHtdAbnr6i {
  display: flex;
  color: black;
  margin-bottom: 44px;
  max-height: 600px;
}
.flexbox-iHtdAbnr6i .left-inner,
.flexbox-iHtdAbnr6i .content-flexbox,
.flexbox-iHtdAbnr6i .inner-container {
  position: relative;
}
.flexbox-iHtdAbnr6i .content-flexbox {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}
.flexbox-iHtdAbnr6i .inner-container {
  position: relative;
  flex: 1;
  width: 100%;
  margin-top: 0px;
  overflow: hidden;
}
.flexbox-iHtdAbnr6i .blockA {
  background: black;
  max-width: 660px;
}
.flexbox-iHtdAbnr6i .blockA .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexbox-iHtdAbnr6i .blockA.next {
  display: none;
}
.flexbox-iHtdAbnr6i .gradient {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20%;
  background: #00000047;
  box-shadow: 0px -27px 30px #00000061;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.flexbox-iHtdAbnr6i .blockAdv {
  width: 300px;
  height: 600px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
}
.flexbox-iHtdAbnr6i .blockAdv .stic1 {
  position: sticky;
  top: 5px;
}
.flexbox-iHtdAbnr6i .left {
  flex: 2;
  display: flex;
  flex-direction: column;
  min-width: 660px;
  margin-right: 10px;
  overflow: hidden;
}
.flexbox-iHtdAbnr6i .blockA {
  height: 60%;
  display: flex;
  margin-bottom: 20px;
  width: 100%;
  max-height: 368px;
}
.flexbox-iHtdAbnr6i .blockA .gradient {
  background: #00000066;
  box-shadow: 0px -22px 50px #00000085;
}
.flexbox-iHtdAbnr6i .blockA .data {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 25px;
  z-index: 1;
}
.flexbox-iHtdAbnr6i .blockA .data .title {
  line-height: 40px;
  padding: 0 50px 0 0;
}
.flexbox-iHtdAbnr6i .blockA .data .title a {
  font-family: "maximacyrtcyligcom", sans-serif;
  font-size: 36px;
  line-height: 10px;
  color: white;
  text-decoration: none;
}
.flexbox-iHtdAbnr6i .blockA .data .title a:hover {
  text-decoration: underline;
}
.flexbox-iHtdAbnr6i .img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flexbox-iHtdAbnr6i .left-inner {
  display: flex;
  flex: 2;
}
.flexbox-iHtdAbnr6i .blockB,
.flexbox-iHtdAbnr6i .blockC {
  flex: 1;
}
.flexbox-iHtdAbnr6i .left-inner.mobile {
  display: none;
}
.flexbox-iHtdAbnr6i .left-inner.mobile .cmobile {
  display: none;
}
.flexbox-iHtdAbnr6i .blockB {
  width: 50%;
  background: black;
}
.flexbox-iHtdAbnr6i .blockB:last-child {
  margin-left: 20px;
}
.flexbox-iHtdAbnr6i .blockB .data {
  position: absolute;
  left: 20px;
  right: 0;
  bottom: 15px;
  z-index: 1;
}
.flexbox-iHtdAbnr6i .blockB .data .title {
  line-height: 22px;
  margin: 0;
  padding: 0 20px 0 0;
}
.flexbox-iHtdAbnr6i .blockB .data .title a {
  font-family: "maximacyrtcyligcom", sans-serif;
  font-size: 25px;
  color: white;
  text-decoration: none;
}
.flexbox-iHtdAbnr6i .blockB .data .title a:hover {
  text-decoration: underline;
}
.flexbox-iHtdAbnr6i .blockC {
  flex-direction: column;
  margin-left: 10px;
  margin-right: 20px;
  box-shadow: none;
  max-height: 600px;
}
.flexbox-iHtdAbnr6i .blockC .inner-container {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
  height: 163px;
  background: black;
}
.flexbox-iHtdAbnr6i .blockC .img {
  background-size: cover !important;
}
.flexbox-iHtdAbnr6i .blockC .titleinfoblock:first-child {
  margin-top: 0px;
}
.flexbox-iHtdAbnr6i .blockC .titleinfoblock {
  line-height: 17px;
  margin-top: 10px;
  padding-bottom: 10px;
  position: relative;
}
.flexbox-iHtdAbnr6i .blockC .titleinfoblock a,
.flexbox-iHtdAbnr6i .blockC .titleinfoblock span {
  font-family: "maximacyrtcyligcom", sans-serif;
  font-size: 23px;
  text-decoration: none;
  color: black;
}
.flexbox-iHtdAbnr6i .blockC .titleinfoblock a:hover {
  text-decoration: underline;
}
.flexbox-iHtdAbnr6i .blockC .title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.flexbox-iHtdAbnr6i .blockC .title a {
  font-size: 25px;
  line-height: 19px;
  color: white;
  font-family: "maximacyrtcyligcom", sans-serif;
  text-decoration: none;
}
.flexbox-iHtdAbnr6i .blockC .title a:hover {
  text-decoration: underline;
}
@media (max-width: 1319px) {
  .flexbox-iHtdAbnr6i .blockC {
    margin-right: 20px;
  }
}
@media (max-width: 1299px) {
  .flexbox-iHtdAbnr6i {
    position: relative;
    margin-bottom: 20px !important;
  }
  .gradient {
    height: 25% !important;
  }
}
@media (max-width: 1283px) {
  .flexbox-iHtdAbnr6i .left {
    min-width: 0px;
    max-width: 660px;
  }
  .flexbox-iHtdAbnr6i .blockC {
    margin-right: 20px;
    max-width: 21.5%;
  }
}
@media (max-width: 1228px) {
  .flexbox-iHtdAbnr6i {
    position: relative;
  }
  .gradient {
    height: 25% !important;
  }
}
@media (max-width: 1143px) {
  .flexbox-iHtdAbnr6i .left {
    min-width: 0px;
    max-width: 59.4%;
  }
  .flexbox-iHtdAbnr6i .blockC {
    margin-right: 20px;
    max-width: 22%;
  }
  .flexbox-iHtdAbnr6i .blockAdv {
    width: 160px;
    height: 600px;
  }
}
@media (max-width: 1125px) {
  .flexbox-iHtdAbnr6i .left {
    min-width: 0px;
    max-width: 59.4%;
  }
  .flexbox-iHtdAbnr6i .blockC {
    margin-right: 20px;
    max-width: 22%;
  }
}
@media (max-width: 877px) {
  .flexbox-iHtdAbnr6i .content-flexbox.blockC {
    display: none;
  }
  .flexbox-iHtdAbnr6i .blockB {
    display: none;
  }
  .flexbox-iHtdAbnr6i .left {
    max-width: 100%;
  }
  .flexbox-iHtdAbnr6i .blockA {
    margin-bottom: 0px;
    max-width: 100%;
  }
  .flexbox-iHtdAbnr6i .blockA .img {
    width: 100%;
  }
  .flexbox-iHtdAbnr6i .blockA a {
    width: 100%;
  }
  .flexbox-iHtdAbnr6i .left-inner {
    display: none;
  }
  .flexbox-iHtdAbnr6i .left-inner.mobile {
    display: flex;
    flex: 2;
  }
  .flexbox-iHtdAbnr6i .left-inner.mobile .cmobile {
    background: black;
    flex: 1;
    display: flex;
    align-content: flex-start;
  }
  .flexbox-iHtdAbnr6i .left-inner.mobile .cmobile:last-child {
    margin-left: 0px;
  }
  .flexbox-iHtdAbnr6i .left-inner.mobile .cmobile .img {
    width: 100%;
  }
  .flexbox-iHtdAbnr6i .left-inner.mobile .cmobile a {
    width: 100%;
  }
  .flexbox-iHtdAbnr6i .left-inner.mobile .cmobile .data {
    position: absolute;
    left: 20px;
    right: 0;
    bottom: 15px;
    z-index: 1;
  }
  .flexbox-iHtdAbnr6i .left-inner.mobile .cmobile .data .title {
    line-height: 22px;
    margin: 0;
    padding: 0 20px 0 0;
  }
  .flexbox-iHtdAbnr6i .left-inner.mobile .cmobile .data .title a {
    font-family: "maximacyrtcyligcom", sans-serif;
    font-size: 25px;
    color: white;
    text-decoration: none;
  }
  .flexbox-iHtdAbnr6i .left-inner.mobile .cmobile .data .title a:hover {
    text-decoration: underline;
  }
  .flexbox-iHtdAbnr6i .left {
    margin-right: 0px;
  }
}
@media (max-width: 737px) {
  .flexbox-iHtdAbnr6i .left {
    margin-right: 0px;
  }
  .flexbox-iHtdAbnr6i .gradient {
    height: 25% !important;
  }
}
@media (max-width: 677px) {
  .flexbox-iHtdAbnr6i .blockAdv {
    display: none;
  }
  .flexbox-iHtdAbnr6i .gradient {
    height: 30% !important;
  }
}
@media (max-width: 480px) {
  .flexbox-iHtdAbnr6i .blockA .title {
    line-height: 30px !important;
  }
  .flexbox-iHtdAbnr6i .blockA .title a {
    font-size: 33px !important;
  }
  .flexbox-iHtdAbnr6i .cmobile .title {
    line-height: 18px !important;
  }
  .flexbox-iHtdAbnr6i .cmobile .title a {
    font-size: 22px !important;
  }
}
.blocktitle-sj2vllqp4h {
  display: none;
  font-family: 'PT Sans Narrow';
  font-size: 35px;
  line-height: 25px;
  font-weight: 700;
  color: #ff8040;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 25px;
}
.newsline-6tVpZIotoo {
  height: 45px;
  position: relative;
  bottom: 0;
  width: 100%;
  margin-bottom: 40px;
}
.newsline-6tVpZIotoo > .container {
  max-width: 1300px;
  margin: 0 auto;
  box-sizing: border-box;
}
.newsline-6tVpZIotoo > .container .item .title {
  padding: 6px 6px 40px 17px;
}
.newsline-6tVpZIotoo > .container > .subcontainer {
  background: #fbf6e2;
  overflow: hidden;
  height: 44px;
  box-shadow: 0 2px 3px 0 rgba(0,0,0,0.1);
}
.newsline-6tVpZIotoo > .container > .subcontainer .title {
  font-family: 'PT Sans Narrow';
  font-size: 26px;
}
@media only screen and (max-width: 681px) {
  .blocktitle-sj2vllqp4h {
    display: block;
  }
}
@media (max-width: 877px) {
  .newsline-6tVpZIotoo > .container {
    border-bottom: 1px solid #e8e5d5;
  }
}
.widget-newsline-Zf7nSaWYg2 {
  height: 100%;
  display: flex;
}
.widget-newsline-Zf7nSaWYg2 .item {
  height: 100%;
  display: none;
}
.widget-newsline-Zf7nSaWYg2 .item:first-child {
  display: flex;
}
.widget-newsline-Zf7nSaWYg2 .item .line {
  height: 100%;
  background: #ff7936;
  width: 6px;
  position: relative;
  top: 1px;
}
.widget-newsline-Zf7nSaWYg2 .item .title {
  text-decoration: none;
  color: #ff8040;
  font-size: 23px;
  height: 100%;
  padding: 8px 50px 45px 30px;
  box-sizing: border-box;
  margin-right: 5px;
  font-weight: 700;
}
.widget-newsline-Zf7nSaWYg2 .item .user {
  line-height: 15px;
  font-size: 27px;
  color: #914800;
  position: relative;
  top: 15px;
  display: inline-block;
  padding-right: 5px;
  text-decoration: none;
  font-family: "maximacyrtcyligcom", sans-serif;
  color: #914800;
  white-space: nowrap;
}
.widget-newsline-Zf7nSaWYg2 .item .user:hover {
  text-decoration: underline;
}
.widget-newsline-Zf7nSaWYg2 .item .text {
  align-self: center;
  line-height: 16px;
  font-size: 18px;
  position: relative;
  top: 3px;
  white-space: nowrap;
}
.widget-newsline-Zf7nSaWYg2 .item .text .link {
  color: #914800;
  text-decoration: none;
}
.widget-newsline-Zf7nSaWYg2 .item .text .link.short {
  display: none;
}
.widget-newsline-Zf7nSaWYg2 .item .text .link:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 681px) {
  .widget-newsline-Zf7nSaWYg2 {
    height: 100%;
    display: flex;
  }
  .widget-newsline-Zf7nSaWYg2 .item .title {
    display: none;
  }
  .widget-newsline-Zf7nSaWYg2 .item .user {
    padding-left: 20px;
  }
  .widget-newsline-Zf7nSaWYg2 .item .text .link {
    display: none;
  }
  .widget-newsline-Zf7nSaWYg2 .item .text .link.short {
    display: block;
  }
}
.blocktitle-MzHrluswWB {
  line-height: 26px;
  font-weight: 700;
  color: #ff8040;
  text-align: left;
  padding-top: 75px;
  padding-bottom: 25px;
  font-family: 'PT Sans Narrow', sans-serif;
  font-size: 35px;
  display: none;
}
.smallPublications-jgcgutq7kr {
  position: relative;
  margin: 0 auto;
  max-width: 860px;
  padding: 0 10px;
  display: none;
}
.smallPublications-jgcgutq7kr h3 {
  padding-top: ;
}
.smallPublications-jgcgutq7kr a {
  text-decoration: none;
}
.smallPublications-jgcgutq7kr a:hover {
  text-decoration: underline;
}
.smallPublications-jgcgutq7kr .contBlock,
.smallPublications-jgcgutq7kr .swiper-container {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0;
  justify-content: space-between;
}
.smallPublications-jgcgutq7kr .contBlock .scrollWrapper,
.smallPublications-jgcgutq7kr .swiper-container .scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.smallPublications-jgcgutq7kr .contBlock .scrollableArea,
.smallPublications-jgcgutq7kr .swiper-container .scrollableArea {
  position: relative;
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.smallPublications-jgcgutq7kr .contBlock .swiper-slide,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide {
  display: inline-block;
  max-width: 355px;
  position: relative;
  margin-right: 24px;
}
.smallPublications-jgcgutq7kr .contBlock .swiper-slide .titlefield,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide .titlefield {
  margin-bottom: 4px;
  position: relative;
}
.smallPublications-jgcgutq7kr .contBlock .swiper-slide .titlefield a,
.smallPublications-jgcgutq7kr .contBlock .swiper-slide .titlefield span,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide .titlefield a,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide .titlefield span {
  color: black;
  font-size: 28px;
  font-family: 'maximacyrtcyligcom', sans-serif;
  text-decoration: none;
  padding: 3px 6px;
}
.smallPublications-jgcgutq7kr .contBlock .swiper-slide .itemhref,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide .itemhref {
  box-shadow: 0 3px 5px 0 rgba(0,0,0,0.3);
}
.smallPublications-jgcgutq7kr .contBlock .swiper-slide .img,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide .img {
  width: 100%;
}
.smallPublications-jgcgutq7kr .contBlock .swiper-slide .gradient,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide .gradient {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20%;
  background: #00000047;
  box-shadow: 0px -27px 30px #00000061;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.smallPublications-jgcgutq7kr .contBlock .swiper-slide .title,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide .title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
}
.smallPublications-jgcgutq7kr .contBlock .swiper-slide .title a,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide .title a {
  font-size: 25px;
  line-height: 19px;
  color: white;
  font-family: 'maximacyrtcyligcom', sans-serif;
  text-decoration: none;
}
.smallPublications-jgcgutq7kr .contBlock .swiper-slide .title a:hover,
.smallPublications-jgcgutq7kr .swiper-container .swiper-slide .title a:hover {
  text-decoration: underline;
}
@media (max-width: 877px) {
  .blocktitle-MzHrluswWB {
    text-align: center;
    padding-bottom: 35x;
    padding-top: 40px;
    display: block;
  }
  .smallPublications-jgcgutq7kr {
    display: block;
  }
}
@media (max-width: 755px) {
  .smallPublications-jgcgutq7kr .swiper-slide {
    margin-right: 10px !important;
  }
}
@media (max-width: 677px) {
  .smallPublications-jgcgutq7kr {
    width: 660px;
    padding-right: 0px;
  }
  .smallPublications-jgcgutq7kr .contBlock {
    display: none;
  }
  .smallPublications-jgcgutq7kr .swiper-container {
    display: block;
    justify-content: normal;
  }
  .smallPublications-jgcgutq7kr .swiper-container .swiper-slide {
    margin-right: 10px;
    flex: none;
    max-width: 255px;
  }
}
@media (max-width: 337px) {
  .smallPublications-jgcgutq7kr {
    padding: 10px;
  }
  .smallPublications-jgcgutq7kr .blocktitle {
    font-size: 27px;
  }
}
.blocktitle-0ISvPduzPM {
  font-family: 'PT Sans Narrow';
  font-size: 35px;
  line-height: 25px;
  font-weight: 700;
  color: #ff8040;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 25px;
}
.blocktitle-0ISvPduzPM.autors {
  padding-bottom: 10px;
}
.blocktitle-0ISvPduzPM a {
  font-family: 'PT Sans Narrow';
  font-size: 35px;
  line-height: 25px;
  font-weight: 700;
  color: #ff8040;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 25px;
  text-decoration: none;
}
.blocktitle-0ISvPduzPM a:hover {
  text-decoration: underline;
}
.blocktitle-small-0ISvPduzPM {
  font-family: 'PT Sans Narrow';
  font-size: 16px;
  line-height: 25px;
  color: #ff8040;
  text-align: center;
  padding-bottom: 10px;
  text-decoration: underline;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blocktitle-small-0ISvPduzPM:hover {
  text-decoration: none;
}
.scrollGallery {
  margin: 0px;
  overflow: hidden;
  position: relative;
  margin-bottom: 0px;
  max-width: 980px;
}
.scrollGallery h3 {
  text-align: center;
}
.scrollGallery .swiper-button-prev {
  display: none;
  width: 32px;
  height: 56px;
  left: 50px;
  top: 45%;
  margin: -40px 0 0 0;
  background: url("res/img/trophy-slider/arrow-left.svg") 0 0 no-repeat;
  background-size: contain;
}
.scrollGallery .swiper-button-next {
  display: none;
  width: 32px;
  height: 56px;
  right: 50px;
  top: 450%;
  margin: -40px 0 0 0;
  background: url("res/img/trophy-slider/arrow-right.svg") 0 0 no-repeat;
  background-size: contain;
}
.scrollGallery:hover .swiper-button-next {
  display: block;
}
.scrollGallery:hover .swiper-slide-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  z-index: 2;
}
.scrollGallery:hover .swiper-slide-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  z-index: 2;
}
.scrollGallery.trophy .scrollGallery-swiper {
  width: 100%;
  margin: 0 auto;
  height: 250px;
}
.scrollGallery.trophy .scrollGallery-swiper .swiper-slide {
  width: 386px;
  height: 240px;
  position: relative;
}
.scrollGallery.trophy .scrollGallery-swiper .swiper-slide:before {
  content: "";
  width: 100%;
  height: 38px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
}
.scrollGallery.trophy .scrollGallery-swiper .swiper-slide:hover:before {
  height: 0px;
}
.scrollGallery.trophy .gradient {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 20%;
  background: #00000066;
  box-shadow: 0px -22px 45px #00000085;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.scrollGallery.autors .scrollGallery-swiper {
  width: 100%;
  margin: 0 auto;
  max-height: 320px;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-wrapper {
  position: relative;
  min-width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide {
  width: 330px;
  height: 298px;
  position: relative;
  bottom: 12px;
  overflow: hidden;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-active {
  width: 330px;
  height: 330px;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-active .img-small {
  display: none;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-active .img {
  display: block;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-active .tags span {
  display: block;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-active .gradient {
  height: 33%;
  background: transparent;
  bottom: 0px;
  box-shadow: none;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-prev .tags span {
  display: none;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-prev .title span {
  font-size: 25px;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-prev .gradient {
  height: 100% !important;
  background: #0000001c;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-duplicate .tags span {
  display: none;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-duplicate .gradient {
  height: 100% !important;
  background: #0000001c;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-next .tags span {
  display: none;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-next .title span {
  font-size: 25px;
}
.scrollGallery.autors .scrollGallery-swiper .swiper-slide.swiper-slide-next .gradient {
  height: 100% !important;
  background: #0000001c;
}
.scrollGallery.autors .gradient {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 36%;
  background: #00000070;
  box-shadow: 0px -21px 55px #00000085;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.scrollGallery .img {
  width: 100%;
  height: auto;
}
.scrollGallery .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.scrollGallery .img .img-small {
  display: block;
}
.scrollGallery .img .img {
  display: none;
}
.scrollGallery .data {
  position: absolute;
  left: 10px;
  bottom: 25px;
  height: 15%;
  width: 95%;
  opacity: 1;
  text-align: center;
}
.scrollGallery .data .title {
  bottom: 0;
  position: absolute;
}
.scrollGallery .titleautor span {
  text-shadow: 1px 1px 0 #00000065, -1px -1px 0 #00000065;
  font-size: 36px;
  line-height: 40px;
  margin: 0;
  position: relative;
  top: 0px;
  font-family: "maximacyrtcyligcom", sans-serif;
}
.scrollGallery .titleautor a {
  text-decoration: none;
  color: #ffffff;
  text-shadow: 1px 1px 0 #00000065, -1px -1px 0 #00000065;
}
.scrollGallery .titleautor a:hover {
  text-decoration: underline;
}
.scrollGallery .title {
  width: 95%;
  cursor: default;
}
.scrollGallery .title a {
  color: #ffffff;
  text-shadow: 1px 1px 0 #00000065, -1px -1px 0 #00000065;
  font-size: 36px;
  line-height: 38px;
  margin: 0;
  padding: 0 0px 0 0;
  position: relative;
  top: 0px;
  font-family: "maximacyrtcyligcom", sans-serif;
}
.scrollGallery .title a:hover {
  text-decoration: underline;
}
.scrollGallery .tags {
  font-size: 12px;
  padding: 10 20 0 0;
  height: 20px;
}
.scrollGallery .tags span {
  line-height: 20px;
  border-radius: 4px;
  padding: 0px;
  color: #e8e8e8;
  margin: 5px 5px 0 0;
  text-decoration: none;
  top: 0px;
  position: relative;
}
.scrollGallery .icons {
  position: absolute;
  right: 15px;
  top: 15px;
}
.scrollGallery .icons i {
  margin: 0 0 0 9px;
  background-color: rgba(37,37,38,0.25);
}
.scrollGallery .icons i:hover {
  background-color: rgba(37,37,38,0.4);
  cursor: default;
}
@media (min-width: 878px) {
  .blocktitle-0ISvPduzPM {
    text-transform: uppercase;
  }
}
@media (max-width: 1200px) {
  .scrollGallery .swiper-slide {
    width: 328px !important;
    height: 278px !important;
  }
  .scrollGallery .swiper-slide.swiper-slide-active {
    width: 328px !important;
    height: 328px !important;
  }
}
@media (max-width: 1150px) {
  .scrollGallery.trophy .swiper-slide {
    width: 308px !important;
    height: 268px !important;
    bottom: 15px !important;
  }
  .scrollGallery.trophy .swiper-slide.swiper-slide-active {
    width: 386px !important;
    height: 240px !important;
  }
  .scrollGallery.autors .swiper-slide {
    width: 308px !important;
    height: 268px !important;
  }
  .scrollGallery.autors .swiper-slide.swiper-slide-active {
    width: 308px !important;
    height: 308px !important;
  }
}
@media (max-width: 1000px) {
  .scrollGallery .scrollGallery-list__title {
    font-size: 32px;
    line-height: 36px;
  }
  .scrollGallery .swiper-slide {
    width: 288px !important;
    height: 250px !important;
  }
  .scrollGallery .swiper-slide.swiper-slide-active {
    width: 288px !important;
    height: 288px !important;
  }
}
@media only screen and (max-width: 681px) {
  .blocktitle-0ISvPduzPM {
    padding-top: 40px !important;
    padding-bottom: 35px !important;
    line-height: 26px;
  }
  .blocktitle-0ISvPduzPM.trophy {
    padding-top: 75px !important;
  }
  .scrollGallery {
    margin: 0 20px;
    display: none;
  }
  .scrollGallery .title a {
    font-size: 30px !important;
  }
  .scrollGallery .swiper-slide {
    width: 260px !important;
    height: 220px !important;
    bottom: -12px !important;
  }
  .scrollGallery .swiper-slide.swiper-slide-active {
    bottom: 0px !important;
    width: 260px !important;
    height: 260px !important;
  }
}
@media (max-width: 800px) {
  .scrollGallery .img img {
    object-fit: cover;
  }
  .scrollGallery .swiper-slide {
    width: 240px !important;
    height: 200px !important;
    bottom: -12px !important;
  }
  .scrollGallery .swiper-slide.swiper-slide-active {
    bottom: 0px !important;
    width: 240px !important;
    height: 240px !important;
  }
  .scrollGallery .title span {
    font-size: 23px !important;
    line-height: 22px !important;
    margin: 0 !important;
    padding: 0 0 0 0 !important;
  }
  .scrollGallery .data {
    width: 90%;
  }
}
@media (max-width: 700px) {
  .scrollGallery .swiper-slide {
    width: 220px !important;
    height: 180px !important;
    bottom: -12px !important;
  }
  .scrollGallery .swiper-slide.swiper-slide-active {
    bottom: 0px !important;
    width: 220px !important;
    height: 220px !important;
  }
}
@media (max-width: 640px) {
  .scrollGallery .scrollGallery-swiper .swiper-button-prev {
    opacity: 0;
  }
  .scrollGallery .scrollGallery-swiper .swiper-button-next {
    opacity: 0;
  }
}
@media (max-width: 500px) {
  .scrollGallery .swiper-slide {
    width: 200px !important;
    height: 160px !important;
    bottom: -12px !important;
  }
  .scrollGallery .swiper-slide.swiper-slide-active {
    bottom: 0px !important;
    width: 200px !important;
    height: 200px !important;
  }
}
@media (max-width: 400px) {
  .scrollGallery .title span {
    padding: 0px !important;
    white-space: normal;
    overflow: hidden;
    font-size: 24px !important;
  }
  .scrollGallery .swiper-slide {
    width: 180px !important;
    height: 160px !important;
    bottom: -12px !important;
  }
  .scrollGallery .swiper-slide.swiper-slide-active {
    bottom: 0px !important;
    width: 180px !important;
    height: 180px !important;
  }
}
@media (max-width: 337px) {
  .scrollGallery .scrollGallery-swiper .swiper-slide {
    max-width: 170px !important;
    max-height: 170px !important;
  }
  .scrollGallery .title span {
    line-height: 25px;
    font-size: 32px;
  }
}
.mobilePublications-0m95shh1i4 {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  padding-right: 0px;
  display: none;
}
.mobilePublications-0m95shh1i4 h3 {
  padding-top: ;
}
.mobilePublications-0m95shh1i4 a {
  text-decoration: none;
}
.mobilePublications-0m95shh1i4 a:hover {
  text-decoration: underline;
}
.mobilePublications-0m95shh1i4 .swiper-container {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  justify-content: normal;
}
.mobilePublications-0m95shh1i4 .swiper-container .scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mobilePublications-0m95shh1i4 .swiper-container .scrollableArea {
  position: relative;
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.mobilePublications-0m95shh1i4 .swiper-container .swiper-slide {
  display: inline-block;
  max-width: 260px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  flex: none;
}
.mobilePublications-0m95shh1i4 .swiper-container .swiper-slide .img {
  width: 100%;
}
.mobilePublications-0m95shh1i4 .swiper-container .swiper-slide .gradient {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 36% !important;
  background: #0000004a;
  box-shadow: 0px -21px 55px #00000054;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.mobilePublications-0m95shh1i4 .swiper-container .swiper-slide .title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  text-align: center;
}
.mobilePublications-0m95shh1i4 .swiper-container .swiper-slide .title a {
  color: #ffffff;
  text-shadow: 1px 1px 0 #00000065, -1px -1px 0 #00000065;
  font-size: 25px;
  line-height: 19px;
  margin: 0;
  padding: 0 0px 0 0;
  position: relative;
  top: 0px;
  font-family: "maximacyrtcyligcom";
}
.mobilePublications-0m95shh1i4 .swiper-container .swiper-slide .title a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 681px) {
  .mobilePublications-0m95shh1i4 {
    display: block;
  }
}
.news-ibpa4t7jd4 {
  position: relative;
  margin: 0 auto;
  padding: 0px 50px;
  margin-top: 75px;
  padding-bottom: 0px;
  padding-right: 27px;
  padding-right: 30px;
  padding-left: 0px;
}
.news-ibpa4t7jd4 h3 {
  padding-top: ;
}
.news-ibpa4t7jd4 a {
  text-decoration: none;
}
.news-ibpa4t7jd4 a:hover {
  text-decoration: underline;
}
.news-ibpa4t7jd4 .swiper-button-next.swiper-button-disabled,
.news-ibpa4t7jd4 .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.news-ibpa4t7jd4 .swiper-button-next,
.news-ibpa4t7jd4 .swiper-button-prev {
  top: 55%;
}
.news-ibpa4t7jd4 .swiper-slide.first {
  width: 280px !important;
  z-index: 5;
}
.news-ibpa4t7jd4 .swiper-button-next,
.news-ibpa4t7jd4 .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 5px;
  font-size: 111px;
  top: 18%;
  color: #ff8040;
  font-family: Arial;
  display: block;
  z-index: 0;
}
.news-ibpa4t7jd4 .swiper-button-next:hover,
.news-ibpa4t7jd4 .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.8;
}
.news-ibpa4t7jd4 .swiper-button-prev,
.news-ibpa4t7jd4 .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: -3px;
  right: auto;
  font-size: 111px;
  top: 18%;
  color: #ff8040;
  font-family: Arial;
  display: block;
}
.news-ibpa4t7jd4 .swiper-button-prev:hover,
.news-ibpa4t7jd4 .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.8;
}
.news-ibpa4t7jd4 .top {
  display: none;
  padding-bottom: 25px;
  padding-top: 75px;
}
.news-ibpa4t7jd4 .top .blocktitle {
  font-family: 'PT Sans Narrow';
  font-size: 35px;
  line-height: 26px;
  font-weight: 700;
  color: #ff8040;
  text-align: left;
}
.news-ibpa4t7jd4 .rightblock {
  width: 10px;
  background: white;
  height: 207px;
  z-index: 2;
  right: 0px;
  display: block;
  position: absolute;
}
.news-ibpa4t7jd4 .leftblock {
  background: #fcf8e7;
  width: 330px;
  position: absolute;
  height: 207px;
  z-index: 2;
  left: 0px;
  display: block;
}
.news-ibpa4t7jd4 .leftblock .line {
  height: 100%;
  background: #ff7936;
  width: 6px;
  left: 0px;
  position: relative;
  top: -10px;
}
.news-ibpa4t7jd4 .leftblock .blocktitle {
  font-family: 'PT Sans Narrow';
  font-size: 35px;
  line-height: 42px;
  font-weight: 700;
  color: #ff8040;
  text-align: left;
  padding-bottom: 10px;
  position: absolute;
  left: 50px;
  top: 42px;
}
.news-ibpa4t7jd4 .contBlock,
.news-ibpa4t7jd4 .swiper-container {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0;
  padding: 0px;
  justify-content: space-between;
  padding-right: 0px;
  padding-left: 0px !important;
  background: white;
}
.news-ibpa4t7jd4 .contBlock .scrollWrapper,
.news-ibpa4t7jd4 .swiper-container .scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.news-ibpa4t7jd4 .contBlock .scrollableArea,
.news-ibpa4t7jd4 .swiper-container .scrollableArea {
  position: relative;
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.news-ibpa4t7jd4 .contBlock .swiper-slide,
.news-ibpa4t7jd4 .swiper-container .swiper-slide {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: white;
  height: 170px;
  overflow: hidden;
  width: 230px;
}
.news-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap,
.news-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap {
  display: inline-flex;
  padding: 20px 10px;
  background: #fcf8e7;
  min-height: 170px;
}
.news-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap .right,
.news-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap .right {
  padding-left: 10px;
}
.news-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap .right .date,
.news-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap .right .date {
  color: #ffc01b;
  font-weight: bold;
  font-size: 14px;
  margin-bottom: 5px;
}
.news-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap .right .user,
.news-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap .right .user {
  color: black;
  font-family: "maximacyrtcyligcom", sans-serif, sans-serif;
  font-size: 21px;
  display: block;
  line-height: 17px;
  padding-bottom: 3px;
  white-space: nowrap;
}
.news-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap .right .text,
.news-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap .right .text {
  font-size: 14px;
  color: black;
  line-height: 1.5;
  font-family: 'PT Sans';
}
.news-ibpa4t7jd4 .contBlock .swiper-slide .titlefield,
.news-ibpa4t7jd4 .swiper-container .swiper-slide .titlefield {
  position: relative;
  background: #ffc01b;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.news-ibpa4t7jd4 .contBlock .swiper-slide .titlefield a,
.news-ibpa4t7jd4 .swiper-container .swiper-slide .titlefield a {
  color: white;
  font-size: 25px;
  font-family: "maximacyrtcyligcom", sans-serif, sans-serif;
  text-decoration: none;
  padding: 3px 6px;
}
.news-ibpa4t7jd4 .contBlock .swiper-slide .titlefield a:hover,
.news-ibpa4t7jd4 .swiper-container .swiper-slide .titlefield a:hover {
  text-decoration: underline;
}
@media (max-width: 877px) {
  .news-ibpa4t7jd4 {
    padding: 0px !important;
  }
  .news-ibpa4t7jd4 .swiper-slide.first {
    display: none;
  }
  .news-ibpa4t7jd4 .leftblock {
    display: none;
  }
  .news-ibpa4t7jd4 .rightblock {
    display: none;
  }
  .news-ibpa4t7jd4 .top {
    display: block;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 0px;
    line-height: 26px;
  }
  .news-ibpa4t7jd4 .top .newshref {
    right: 20px;
  }
  .news-ibpa4t7jd4 .swiper-container {
    padding: 0px 0px 0px 10px !important;
  }
  .news-ibpa4t7jd4 .swiper-button-next,
  .news-ibpa4t7jd4 .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .news-ibpa4t7jd4 .swiper-button-prev,
  .news-ibpa4t7jd4 .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}
@media (max-width: 387px) {
  .news-ibpa4t7jd4 .top .blocktitle {
    padding-bottom: 25px;
  }
  .news-ibpa4t7jd4 .top .newshref {
    left: 20px;
    top: 60px;
  }
}
.blocktitle-kplaenpwbd-mobile {
  padding-top: 75px;
  padding-bottom: 25px;
  text-align: center;
}
.blocktitle-kplaenpwbd-mobile a {
  font-family: 'PT Sans Narrow';
  font-size: 35px;
  line-height: 25px;
  font-weight: 700;
  color: #ff8040;
  text-transform: uppercase;
  text-decoration: none;
}
.blocktitle-kplaenpwbd-mobile a:hover {
  text-decoration: underline;
}
.fishing-season-ptshn1t3ji {
  margin-bottom: 20px;
  margin-top: 10px;
}
.fishing-season-ptshn1t3ji .blocktitle-ffO4f050yV {
  font-family: "maximacyrtcyligcom", sans-serif, sans-serif;
  font-size: 35px;
  line-height: 25px;
  font-weight: 700;
  color: #ff8040;
  text-align: center;
  padding-top: 75px;
  padding-bottom: 25px;
}
.fishing-season-ptshn1t3ji .fising-slider {
  position: relative;
  margin: 0px;
}
.fishing-season-ptshn1t3ji .fising-slider .photowrap {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  background: green;
}
.fishing-season-ptshn1t3ji .fising-slider .photowrap .imageback {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}
.fishing-season-ptshn1t3ji .fising-slider .mobilepage {
  display: none;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine {
  background: #ffc01b;
  position: relative;
  text-align: center;
  min-height: 33px;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .left {
  position: absolute;
  display: inline-flex;
  width: auto;
  height: auto;
  color: #fff;
  right: 0;
  top: 0;
  cursor: pointer;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .left .controlNext {
  font-size: 26px;
  line-height: 33px;
  display: inline-block;
  padding-left: 5px;
  padding-right: 10px;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .left .link {
  color: white;
  font-size: 25px;
  font-family: "maximacyrtcyligcom", sans-serif, sans-serif;
  text-decoration: none;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .left .link:hover {
  text-decoration: underline;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .mainLink {
  color: white;
  font-size: 25px;
  font-family: "maximacyrtcyligcom", sans-serif, sans-serif;
  text-decoration: none;
  padding: 3px 6px;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .mainLink:hover {
  text-decoration: underline;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .mainLink.mobile {
  display: none;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .right {
  position: absolute;
  cursor: pointer;
  display: inline-flex;
  width: auto;
  height: auto;
  color: #fff;
  left: 0;
  top: 0;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .right .controlPrev {
  font-size: 26px;
  line-height: 33px;
  display: inline-block;
  padding-left: 10px;
  padding-right: 5px;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .right .link {
  color: white;
  font-size: 25px;
  font-family: "maximacyrtcyligcom", sans-serif, sans-serif;
  text-decoration: none;
}
.fishing-season-ptshn1t3ji .fising-slider .controlLine .right .link:hover {
  text-decoration: underline;
}
.fishing-season-ptshn1t3ji .fising-slider .textblock {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
}
.fishing-season-ptshn1t3ji .fising-slider .textblock-mobile {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  list-style: none;
  display: none;
}
.fishing-season-ptshn1t3ji .fising-slider .textblock-mobile li {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: #ffffff;
  text-align: center;
}
.fishing-season-ptshn1t3ji .fising-slider .textblock-mobile li .text {
  text-align: left;
  color: #914800;
  padding: 0px 20px;
  font-size: 14px;
  font-family: 'PT Sans';
}
.fishing-season-ptshn1t3ji .fising-slider .textblock-mobile li .guard {
  display: none;
}
.fishing-season-ptshn1t3ji .morelink {
  display: block;
  text-align: center;
  padding: 10px 0;
  padding-bottom: 0px;
  color: #ff8040;
}
.fishing-season-ptshn1t3ji .morecontent span {
  display: none;
}
@media (max-width: 877px) {
  .blocktitle-kplaenpwbd-mobile a {
    text-transform: none;
  }
  .fishing-season-ptshn1t3ji .blocktitle-ffO4f050yV {
    line-height: initial;
    padding-bottom: 30px;
    padding-top: 60px;
  }
  .fishing-season-ptshn1t3ji .seasonPhoto-5DvrKsKzAx {
    margin: 0px;
  }
  .fishing-season-ptshn1t3ji .fullpage {
    display: none;
  }
  .fishing-season-ptshn1t3ji .textblock {
    display: none;
  }
  .fishing-season-ptshn1t3ji .textblock-mobile {
    display: block !important;
  }
  .fishing-season-ptshn1t3ji .photowrap {
    padding: 0px !important;
    position: relative;
    display: flex;
    flex-direction: column;
    background: none !important;
  }
  .fishing-season-ptshn1t3ji .photowrap .imageback {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    display: none;
  }
  .fishing-season-ptshn1t3ji .fising-slider {
    margin: 20px;
    margin-top: 0px;
  }
  .fishing-season-ptshn1t3ji .fising-slider .mobilepage {
    display: block;
    padding-bottom: 20px;
    background: white;
    overflow: hidden;
    max-height: 235px;
  }
  .fishing-season-ptshn1t3ji .fising-slider .mobilepage .masterphoto {
    display: none;
  }
  .fishing-season-ptshn1t3ji .fising-slider .morelink {
    width: 100%;
    padding-right: 20px;
  }
  .fishing-season-ptshn1t3ji .fising-slider .guard {
    position: absolute;
    padding: 25px;
    bottom: 0;
    display: block !important;
  }
}
@media (max-width: 500px) {
  .fishing-season-ptshn1t3ji .fising-slider .mobilepage {
    padding-bottom: 0px;
  }
}
@media (max-width: 417px) {
  .fishing-season-ptshn1t3ji .fising-slider {
    margin: 20px 0;
    margin-top: 0px;
  }
  .fishing-season-ptshn1t3ji .mobilepage {
    padding-bottom: 20px !important;
  }
  .fishing-season-ptshn1t3ji .mobilepage .gallery {
    display: none;
  }
  .fishing-season-ptshn1t3ji .mobilepage .masterphoto {
    padding-top: 10px;
    display: block !important;
    text-align: center;
    padding-right: 20px;
    padding-left: 20px;
  }
  .fishing-season-ptshn1t3ji .mobilepage .masterphoto img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .fishing-season-ptshn1t3ji .mainLink.mobile {
    display: block !important;
    padding: 0px !important;
    padding-bottom: 3px !important;
  }
}
.blocktitle-htwqza3gyl {
  font-size: 32px;
  line-height: 42px;
  font-weight: 700;
  color: #ff8040;
  text-align: center;
  padding: 10px 0;
}
.seasonPhoto-5DvrKsKzAx {
  margin: 0 50px;
  position: relative;
  margin-bottom: 20px;
}
.seasonPhoto-5DvrKsKzAx h3 {
  text-align: center;
}
.seasonPhoto-5DvrKsKzAx .swiper-button-prev {
  display: none;
  width: 32px;
  height: 56px;
  left: 50px;
  top: 45%;
  margin: -40px 0 0 0;
  background: url("res/img/trophy-slider/arrow-left.svg") 0 0 no-repeat;
  background-size: contain;
}
.seasonPhoto-5DvrKsKzAx .swiper-button-next {
  display: none;
  width: 32px;
  height: 56px;
  right: 50px;
  top: 450%;
  margin: -40px 0 0 0;
  background: url("res/img/trophy-slider/arrow-right.svg") 0 0 no-repeat;
  background-size: contain;
}
.seasonPhoto-5DvrKsKzAx:hover .swiper-button-next {
  display: block;
}
.seasonPhoto-5DvrKsKzAx:hover .swiper-slide-prev:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  z-index: 2;
}
.seasonPhoto-5DvrKsKzAx:hover .swiper-slide-next:before {
  content: "";
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0.5;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 3px;
  z-index: 2;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper {
  width: 100%;
  margin: 0 auto;
  max-height: 330px;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-wrapper {
  position: relative;
  min-width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide {
  width: 350px;
  height: 240px;
  position: relative;
  bottom: 12px;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-active {
  height: 195px;
  padding-bottom: 20px;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-active .img-small {
  display: none;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-active .img {
  display: block;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-active span {
  display: block;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-active .gradient {
  height: 50%;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-prev .tags a {
  display: none;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-prev .title span {
  font-size: 25px;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-duplicate .tags a {
  display: none;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-next .tags a {
  display: none;
}
.seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide.swiper-slide-next .title span {
  font-size: 25px;
}
.seasonPhoto-5DvrKsKzAx .gradient {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top,#000,rgba(0,0,0,0));
  opacity: 1;
}
.seasonPhoto-5DvrKsKzAx .img {
  width: 100%;
  height: auto;
}
.seasonPhoto-5DvrKsKzAx .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 3px;
}
.seasonPhoto-5DvrKsKzAx .img .img-small {
  display: block;
}
.seasonPhoto-5DvrKsKzAx .img .img {
  display: none;
}
.seasonPhoto-5DvrKsKzAx .data {
  position: relative;
  text-align: center;
  bottom: 0px;
  height: 20px;
  z-index: 1;
}
.seasonPhoto-5DvrKsKzAx .title {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
.seasonPhoto-5DvrKsKzAx .title span {
  color: #f4f4f4;
  font-size: 20px;
  margin: 0;
  padding: 0px 5px;
  position: relative;
  display: none;
  top: 0px;
  color: #ff8040;
  font-weight: bold;
}
.seasonPhoto-5DvrKsKzAx .tags {
  font-size: 12px;
  padding: 10 20 0 0;
  height: 20px;
}
.seasonPhoto-5DvrKsKzAx .tags a {
  display: none;
  line-height: 20px;
  border-radius: 4px;
  padding: 0px;
  color: #e8e8e8;
  margin: 5px 5px 0 0;
  text-decoration: none;
  top: 42px;
  position: relative;
}
.seasonPhoto-5DvrKsKzAx .tags a:hover {
  text-decoration: underline;
}
.seasonPhoto-5DvrKsKzAx .tags a:nth-child(1) {
  display: inline-block;
}
.seasonPhoto-5DvrKsKzAx .tags a:nth-child(2) {
  display: inline-block;
}
.seasonPhoto-5DvrKsKzAx .tags a:nth-child(3) {
  display: inline-block;
}
.seasonPhoto-5DvrKsKzAx .icons {
  position: absolute;
  right: 15px;
  top: 15px;
}
.seasonPhoto-5DvrKsKzAx .icons i {
  margin: 0 0 0 9px;
  background-color: rgba(37,37,38,0.25);
}
.seasonPhoto-5DvrKsKzAx .icons i:hover {
  background-color: rgba(37,37,38,0.4);
  cursor: default;
}
@media (max-width: 1200px) {
  .seasonPhoto-5DvrKsKzAx .swiper-slide {
    width: 350px !important;
    height: 240px !important;
  }
}
@media (max-width: 1150px) {
  .seasonPhoto-5DvrKsKzAx .swiper-slide {
    width: 330px !important;
    height: 230px !important;
  }
}
@media (max-width: 1000px) {
  .seasonPhoto-5DvrKsKzAx .swiper-slide {
    width: 325px !important;
    height: 225px !important;
  }
}
@media (max-width: 877px) {
  .seasonPhoto-5DvrKsKzAx .title span {
    font-size: 12px;
  }
  .seasonPhoto-5DvrKsKzAx .swiper-slide {
    width: 300px !important;
    height: 200px !important;
    bottom: -12px !important;
  }
}
@media (max-width: 800px) {
  .seasonPhoto-5DvrKsKzAx .img img {
    object-fit: cover;
  }
  .seasonPhoto-5DvrKsKzAx .swiper-slide {
    width: 280px !important;
    height: 180px !important;
  }
  .seasonPhoto-5DvrKsKzAx .swiper-slide.swiper-slide-active {
    height: 195px !important;
  }
  .seasonPhoto-5DvrKsKzAx .title {
    font-size: 23px;
    line-height: 26px;
    margin: 0;
    padding: 0 20px 0 0;
  }
}
@media (max-width: 700px) {
  .seasonPhoto-5DvrKsKzAx .swiper-slide {
    width: 260px !important;
    height: 160px !important;
  }
  .seasonPhoto-5DvrKsKzAx .swiper-slide.swiper-slide-active {
    height: 195px !important;
    padding-bottom: 0px !important;
  }
}
@media (max-width: 500px) {
  .seasonPhoto-5DvrKsKzAx .swiper-slide {
    width: 240px !important;
    height: 140px !important;
  }
  .seasonPhoto-5DvrKsKzAx .swiper-slide.swiper-slide-active {
    height: 180px !important;
    padding-bottom: 20px !important;
  }
}
@media (max-width: 400px) {
  .seasonPhoto-5DvrKsKzAx .swiper-slide {
    width: 200px !important;
    height: 120px !important;
  }
}
@media (max-width: 337px) {
  .seasonPhoto-5DvrKsKzAx .seasonPhoto-5DvrKsKzAx-swiper .swiper-slide {
    max-width: 180px !important;
    max-height: 120px !important;
  }
}
.item-IzwSFSSgrl {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  background: #ffffff;
  text-align: center;
}
.item-IzwSFSSgrl ::-webkit-scrollbar {
  width: 10px;
  height: 0px;
}
.item-IzwSFSSgrl ::-webkit-scrollbar-button {
  background-color: white;
}
.item-IzwSFSSgrl ::-webkit-scrollbar-track {
  background-color: #999;
}
.item-IzwSFSSgrl ::-webkit-scrollbar-track-piece {
  background-color: #ffffff;
}
.item-IzwSFSSgrl ::-webkit-scrollbar-thumb {
  height: 50px;
  background-color: #ffc01b;
  border-radius: 3px;
}
.item-IzwSFSSgrl ::-webkit-scrollbar-corner {
  background-color: green;
}
.item-IzwSFSSgrl ::-webkit-resizer {
  background-color: blue;
}
.item-IzwSFSSgrl .text {
  text-align: left;
  color: #914800;
  padding: 0px 20px;
  height: 400px;
  overflow: scroll;
  overflow-x: hidden;
  font-family: 'PT Sans';
}
.item-IzwSFSSgrl .text .swiper-slide {
  font-size: 18px;
  height: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
}
.mobilePublications-LjV9gE7Y1b {
  position: relative;
  margin: 0 auto;
  width: 100%;
  padding: 0 10px;
  padding-right: 0px;
  display: none;
}
.mobilePublications-LjV9gE7Y1b h3 {
  padding-top: ;
}
.mobilePublications-LjV9gE7Y1b a {
  text-decoration: none;
}
.mobilePublications-LjV9gE7Y1b a:hover {
  text-decoration: underline;
}
.mobilePublications-LjV9gE7Y1b .swiper-container {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  display: block;
  justify-content: normal;
}
.mobilePublications-LjV9gE7Y1b .swiper-container .scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.mobilePublications-LjV9gE7Y1b .swiper-container .scrollableArea {
  position: relative;
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.mobilePublications-LjV9gE7Y1b .swiper-container .swiper-slide {
  display: inline-block;
  max-width: 170px;
  position: relative;
  margin-right: 10px;
  overflow: hidden;
  flex: none;
}
.mobilePublications-LjV9gE7Y1b .swiper-container .swiper-slide .img {
  width: 100%;
}
.mobilePublications-LjV9gE7Y1b .swiper-container .swiper-slide .gradient {
  position: absolute;
  bottom: 4px;
  left: 0;
  width: 100%;
  height: 36% !important;
  background: #0000004a;
  box-shadow: 0px -21px 55px #00000054;
  opacity: 1;
  -webkit-filter: blur(2px);
  filter: blur(2px);
}
.mobilePublications-LjV9gE7Y1b .swiper-container .swiper-slide .title {
  position: absolute;
  left: 15px;
  right: 15px;
  bottom: 15px;
  text-align: center;
}
.mobilePublications-LjV9gE7Y1b .swiper-container .swiper-slide .title a {
  color: #ffffff;
  text-shadow: 1px 1px 0 #00000065, -1px -1px 0 #00000065;
  font-size: 25px;
  line-height: 19px;
  margin: 0;
  padding: 0 0px 0 0;
  position: relative;
  top: 0px;
  font-family: "maximacyrtcyligcom";
}
.mobilePublications-LjV9gE7Y1b .swiper-container .swiper-slide .title a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 681px) {
  .mobilePublications-LjV9gE7Y1b {
    display: block;
  }
}
.forumPublications-ibpa4t7jd4 {
  position: relative;
  margin: 0 auto;
  padding: 0px 50px;
  margin-top: 65px;
  padding-bottom: 75px;
  padding-right: 27px;
  padding-right: 30px;
  padding-left: 0px;
}
.forumPublications-ibpa4t7jd4 h3 {
  padding-top: ;
}
.forumPublications-ibpa4t7jd4 a {
  text-decoration: none;
}
.forumPublications-ibpa4t7jd4 a:hover {
  text-decoration: underline;
}
.forumPublications-ibpa4t7jd4 .swiper-button-next.swiper-button-disabled,
.forumPublications-ibpa4t7jd4 .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.forumPublications-ibpa4t7jd4 .swiper-button-next,
.forumPublications-ibpa4t7jd4 .swiper-button-prev {
  top: 55%;
}
.forumPublications-ibpa4t7jd4 .swiper-slide.first {
  width: 280px !important;
  z-index: 5;
}
.forumPublications-ibpa4t7jd4 .swiper-button-next,
.forumPublications-ibpa4t7jd4 .swiper-container-rtl .swiper-button-prev {
  background-image: none;
  right: 5px;
  font-size: 111px;
  top: 13%;
  color: #ff8040;
  font-family: Arial;
  display: block;
  z-index: 0;
}
.forumPublications-ibpa4t7jd4 .swiper-button-next:hover,
.forumPublications-ibpa4t7jd4 .swiper-container-rtl .swiper-button-prev:hover {
  opacity: 0.8;
}
.forumPublications-ibpa4t7jd4 .swiper-button-prev,
.forumPublications-ibpa4t7jd4 .swiper-container-rtl .swiper-button-next {
  background-image: none;
  left: -3px;
  right: auto;
  font-size: 111px;
  top: 13%;
  color: #ff8040;
  font-family: Arial;
  display: block;
}
.forumPublications-ibpa4t7jd4 .swiper-button-prev:hover,
.forumPublications-ibpa4t7jd4 .swiper-container-rtl .swiper-button-next:hover {
  opacity: 0.8;
}
.forumPublications-ibpa4t7jd4 .top {
  display: none;
  padding-top: 0px;
  padding-bottom: 30px;
  text-align: center;
}
.forumPublications-ibpa4t7jd4 .top .blocktitle {
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #ff8040;
  text-align: left;
  font-family: 'PT Sans Narrow';
}
.forumPublications-ibpa4t7jd4 .rightblock {
  width: 10px;
  background: white;
  height: 207px;
  z-index: 2;
  right: 0px;
  display: block;
  position: absolute;
}
.forumPublications-ibpa4t7jd4 .leftblock {
  background: #fcf8e7;
  width: 330px;
  position: absolute;
  height: 207px;
  z-index: 2;
  left: 0px;
  display: block;
}
.forumPublications-ibpa4t7jd4 .leftblock .line {
  height: 100%;
  background: #ff7936;
  width: 6px;
  left: 0px;
  position: relative;
  top: -10px;
}
.forumPublications-ibpa4t7jd4 .leftblock .blocktitle {
  font-family: 'PT Sans Narrow';
  letter-spacing: 2px;
  font-size: 36px;
  line-height: 42px;
  font-weight: 700;
  color: #ff8040;
  text-align: left;
  padding-bottom: 10px;
  position: absolute;
  left: 50px;
  top: 42px;
}
.forumPublications-ibpa4t7jd4 .contBlock,
.forumPublications-ibpa4t7jd4 .swiper-container {
  position: relative;
  display: flex;
  overflow: hidden;
  margin: 0;
  justify-content: space-between;
  background: white;
  padding: 0px !important;
}
.forumPublications-ibpa4t7jd4 .contBlock .scrollWrapper,
.forumPublications-ibpa4t7jd4 .swiper-container .scrollWrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.forumPublications-ibpa4t7jd4 .contBlock .scrollableArea,
.forumPublications-ibpa4t7jd4 .swiper-container .scrollableArea {
  position: relative;
  width: 100% !important;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  background: white;
  height: 170px;
  overflow: hidden;
  width: 230px;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap {
  display: inline-flex;
  padding: 20px 10px;
  background: #fcf8e7;
  min-height: 170px;
  min-width: 230px;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap .left,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap .left {
  width: 45px;
  margin-right: 10px;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap .left .date,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap .left .date {
  color: #ffc01b;
  font-weight: bold;
  font-size: 14px;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap .right,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap .right {
  width: 155px;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap .right .user,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap .right .user {
  color: black;
  font-family: "maximacyrtcyligcom", sans-serif, sans-serif;
  font-size: 22px;
  display: block;
  line-height: 17px;
  padding-bottom: 5px;
  white-space: nowrap;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide .info-wrap .right .text,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide .info-wrap .right .text {
  font-size: 14px;
  color: black;
  line-height: 1.5;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide .titlefield,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide .titlefield {
  position: relative;
  background: #ffc01b;
  overflow: hidden;
  text-align: center;
  white-space: nowrap;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide .titlefield a,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide .titlefield a {
  color: white;
  font-size: 25px;
  font-family: "maximacyrtcyligcom", sans-serif, sans-serif;
  text-decoration: none;
  padding: 3px 6px;
}
.forumPublications-ibpa4t7jd4 .contBlock .swiper-slide .titlefield a:hover,
.forumPublications-ibpa4t7jd4 .swiper-container .swiper-slide .titlefield a:hover {
  text-decoration: underline;
}
@media (max-width: 1110px) {
  .forumPublications-ibpa4t7jd4 .swiper-slide .right {
    width: 135px !important;
  }
}
@media (max-width: 877px) {
  .forumPublications-ibpa4t7jd4 {
    padding: 0px !important;
    margin-bottom: 75px;
  }
  .forumPublications-ibpa4t7jd4 .swiper-slide.first {
    display: none;
  }
  .forumPublications-ibpa4t7jd4 .leftblock {
    display: none;
  }
  .forumPublications-ibpa4t7jd4 .rightblock {
    display: none;
  }
  .forumPublications-ibpa4t7jd4 .top {
    display: block;
  }
  .forumPublications-ibpa4t7jd4 .top .forumhref {
    right: 20px;
  }
  .forumPublications-ibpa4t7jd4 .swiper-container {
    padding: 0px 0px 0px 10px !important;
  }
  .forumPublications-ibpa4t7jd4 .swiper-button-next,
  .forumPublications-ibpa4t7jd4 .swiper-container-rtl .swiper-button-prev {
    display: none;
  }
  .forumPublications-ibpa4t7jd4 .swiper-button-prev,
  .forumPublications-ibpa4t7jd4 .swiper-container-rtl .swiper-button-next {
    display: none;
  }
}
.bottom-text-u2bvigetem {
  padding: 0 10px;
  text-align: justify;
  font-size: 18px;
}
.bottom-text-u2bvigetem h2 {
  font-family: "maximacyrtcyligcom", sans-serif, sans-serif;
  font-size: 32px;
  opacity: .7;
  margin: 20px 0;
  color: black;
  text-align: center;
}
.footer-guard-zpsk1d8j19 {
  height: 20px;
  background: white;
}
.DNzVhYVUy5 {
  display: flex;
  flex-direction: column;
  background: white;
  overflow: hidden;
}
.DNzVhYVUy5 .g-normal {
  font-family: 'PT Sans', sans-serif;
  color: rgba(0,0,0,0.95);
  text-decoration: none;
  font-size: 18px;
}
.DNzVhYVUy5 .g-small {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
}
.DNzVhYVUy5 > .bottom {
  display: flex;
  align-items: stretch;
}
.DNzVhYVUy5 > .bottom > .left {
  background: linear-gradient(#35363a,#1b1a20);
  flex: 1 1 auto;
  padding: 20px 5%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.DNzVhYVUy5 > .bottom > .left .hr {
  display: none;
  width: 100%;
  height: 10px;
}
.DNzVhYVUy5 > .bottom > .left .item {
  flex: 1 1 auto;
  max-width: 160px;
  line-height: 1.6;
}
.DNzVhYVUy5 > .bottom > .left .spacer {
  width: 1px;
}
.DNzVhYVUy5 > .bottom > .left .spacer-2 {
  width: 1px;
  display: none;
}
.DNzVhYVUy5 > .bottom > .left span {
  font-family: 'PT Sans', sans-serif;
  color: rgba(0,0,0,0.95);
  text-decoration: none;
  font-size: 18px;
  color: #ca6010;
  font-weight: bold;
}
.DNzVhYVUy5 > .bottom > .left .mainlink {
  font-family: 'PT Sans', sans-serif;
  color: rgba(0,0,0,0.95);
  text-decoration: none;
  font-size: 18px;
  color: #ca6010;
  font-weight: bold;
}
.DNzVhYVUy5 > .bottom > .left a {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
  color: #c1c1c1;
  text-decoration: none;
}
.DNzVhYVUy5 > .bottom > .left a:hover {
  text-decoration: underline;
}
.DNzVhYVUy5 > .bottom > .right {
  width: 335px;
  background: #c1c1c1;
  padding: 20px;
  box-sizing: border-box;
  text-align: center;
}
.DNzVhYVUy5 > .bottom > .right > .a {
  font-family: 'PT Sans', sans-serif;
  color: rgba(0,0,0,0.95);
  text-decoration: none;
  font-size: 18px;
  margin-bottom: 10px;
}
.DNzVhYVUy5 > .bottom > .right > .a a {
  font-size: 20px;
  color: #ca6010;
  padding: 10px 5px;
}
.DNzVhYVUy5 > .bottom > .right > .a img {
  display: inline-block;
  width: 30px;
  margin: 0 2px;
  padding: 5px 0px;
}
.DNzVhYVUy5 > .bottom > .right > .b {
  font-family: 'PT Sans', sans-serif;
  font-size: 14px;
  color: rgba(0,0,0,0.7);
  margin-bottom: 10px;
}
.DNzVhYVUy5 > .bottom > .right > .c {
  font-family: 'PT Sans', sans-serif;
  color: rgba(0,0,0,0.95);
  text-decoration: none;
  font-size: 18px;
  color: #ca6010;
  font-weight: bold;
}
@media only screen and (max-width: 1100px) {
  .DNzVhYVUy5 > .bottom > .left {
    padding: 20px 2%;
  }
}
@media only screen and (max-width: 1000px) {
  .DNzVhYVUy5 > .bottom > .left .hr {
    display: block;
  }
  .DNzVhYVUy5 > .bottom > .left .spacer-2 {
    display: block;
  }
  .DNzVhYVUy5 > .bottom > .right {
    width: 230px;
  }
}
@media only screen and (max-width: 739px) {
  .DNzVhYVUy5 > .bottom {
    display: block;
  }
  .DNzVhYVUy5 > .bottom > .right {
    width: auto;
  }
}
.wigdet-place-mobile-mxd3l4z3hv {
  display: none;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 {
  position: relative;
  display: flex;
  margin: 10px 0;
  background: #fbf8e7;
  margin-top: 20px important;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72:hover .left .delete {
  opacity: 0.4;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 table tr td {
  vertical-align: middle;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left {
  margin-right: 18px;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left a {
  display: flex;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left .preview {
  border: 1px solid #bababa;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left .previewmin {
  display: none;
  border: 1px solid #bababa;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .right {
  flex: 1;
  max-height: 105px;
  overflow: hidden;
  padding: 10px 0px;
  bottom: 20px;
  position: relative;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .right .topline {
  border-bottom: 1px solid #ffcc00;
  margin: 5px 0;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .right .toptitle {
  flex: 1;
  font-family: 'PT Sans', sans-serif;
  font-size: 16px;
  font-style: italic;
  color: rgba(0,0,0,0.7);
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .right .title {
  font-family: "maximacyrtcyligcom", sans-serif;
  font-size: 30px;
  opacity: .8;
  color: #111111;
  text-decoration: none;
  margin-right: 5px;
  display: block;
}
.wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .right .title:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 681px) {
  .wigdet-place-mobile-mxd3l4z3hv {
    display: block;
  }
}
@media only screen and (min-width: 963px) and (max-width: 1000px) {
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .right .title {
    font-size: 23px !important;
    line-height: 25px !important;
  }
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left .previewmin {
    display: block !important;
  }
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left .preview {
    display: none !important;
  }
}
@media only screen and (min-width: 500px) and (max-width: 750px) {
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .right .title {
    font-size: 25px !important;
    line-height: 25px !important;
  }
}
@media only screen and (min-width: 471px) and (max-width: 500px) {
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left .previewmin {
    display: block !important;
  }
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left .preview {
    display: none !important;
  }
}
@media only screen and (max-width: 540px) {
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 {
    display: flex;
  }
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .right {
    height: auto;
    bottom: 10px;
  }
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .right .title {
    font-size: 23px !important;
    line-height: 19px !important;
  }
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left .previewmin {
    display: block;
  }
  .wigdet-place-mobile-mxd3l4z3hv .foewvprr72 .left .preview {
    display: none;
  }
}
.as1c9tvrs6 .footerb {
  display: block;
  width: 100%;
}
.as1c9tvrs6 .footerb.size-big {
  display: none;
}
.as1c9tvrs6 .footerb.size-small {
  display: none;
}
@media only screen and (min-width: 964px) {
  .as1c9tvrs6 .footerb.size-big {
    display: block;
  }
  .as1c9tvrs6 .footerb.size-small {
    display: none;
  }
}
@media only screen and (max-width: 963px) {
  .as1c9tvrs6 .footerb.size-big {
    display: none;
  }
  .as1c9tvrs6 .footerb.size-small {
    display: block;
  }
}
.rechat_invite_banner {
  padding: 20px 30px 20px 30px;
  font-size: initial;
  background-color: #f4f4f4;
  position: fixed;
  z-index: 1;
  right: 0;
  bottom: 0;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,0.15), 0 5px 15px -7px rgba(0,0,0,0.5);
}
.rechat_invite_banner .re_content {
  display: flex;
}
.rechat_invite_banner .inv_user {
  vertical-align: middle;
  margin-right: 20px;
}
.rechat_invite_banner .inv_content {
  text-align: center;
  margin-top: 10px;
}
.rechat_invite_banner .inv_userpic {
  width: 90px;
  border-radius: 45px;
  border: 1px solid #c1c1c1;
}
.rechat_invite_banner .inv_username {
  position: absolute;
  left: 30px;
  bottom: 20px;
  width: 90px;
  text-align: center;
  font-weight: bold;
}
.rechat_invite_banner .inv_time {
  opacity: 0.8;
  color: #413c3c;
  font-weight: bold;
  font-size: 14px;
  text-align: left;
}
.rechat_invite_banner .inv_text {
  text-align: left;
  color: #e6753f;
  font-weight: bold;
  font-size: 20px;
  padding: 3px;
  margin-bottom: 6px;
}
.rechat_invite_banner .inv_accept {
  margin-top: 10px;
  background: #e6963f;
  color: white;
  font-size: 16px;
  border-radius: 10px;
  padding: 3px 30px;
  white-space: nowrap;
  cursor: pointer;
  margin-right: 5px;
  display: inline-flex;
  text-decoration: none;
}
.rechat_invite_banner .re_exit {
  font-weight: bold;
  color: #666;
  position: absolute;
  right: 0;
  top: 0;
  padding: 8.7px 10.7px 8.7px 8px;
  cursor: pointer;
}
.global-gray-table {
  width: 100%;
  margin-bottom: 4px;
  line-height: 1;
}
.global-gray-table td {
  padding: 8px;
  vertical-align: middle;
  background: #f4f4f4;
}
.global-gray-table td img {
  display: block;
}
@font-face {
  font-family: 'daysregular';
  src: url('/site/res/font/days-webfont.eot');
  src: url('/site/res/font/days-webfont.eot?#iefix') format('embedded-opentype'), url('/site/res/font/days-webfont.woff') format('woff'), url('/site/res/font/days-webfont.ttf') format('truetype'), url('/site/res/font/days-webfont.svg#daysregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.global-content {
  font-size: 14px;
  text-align: justify;
  color: #4f4f4f;
}
:-moz-placeholder {
  font-family: arial;
  font-size: 12px;
  color: #aaa;
  padding-left: 3px;
  font-style: italic;
}
:-ms-input-placeholder {
  font-family: arial;
  font-size: 12px;
  color: #aaa;
  padding-left: 3px;
  font-style: italic;
}
::-webkit-input-placeholder {
  font-family: arial;
  font-size: 12px;
  color: #aaa;
  padding-left: 3px;
  font-style: italic;
}
.global-big-red {
  color: #E58615;
  font-size: 24px;
}
.global-popup {
  width: 220px;
  padding: 10px;
}
body {
  font-size: 12px;
  background-color: #F9F1D0;
  position: relative;
}
::selection {
  color: #FFF;
  background: #ff7e00;
}
::-moz-selection {
  color: #FFF;
  background: #ff7e00;
}
a {
  color: #06C;
}
input,
textarea,
button {
  font-family: Arial, Helvetica, Garuda, sans-serif;
  font-size: 1em;
}
.markerBanner-lcxwd2o1xx {
  border: none;
  width: 240px;
  height: 140px;
}
#mixkt_4294917006 table td {
  text-align: center;
}
#mixkt_4294917006 table {
  margin: 1px;
}
.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
}
.ui-widget {
  font-family: inherit;
  font-size: inherit;
  -webkit-box-shadow: 0px 5px 80px #000;
}
.ui-widget-content {
  border: 1px solid #333;
  background: #F9F1D0;
}
.ui-dialog {
  padding: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0 10px 0 10px;
  background: #f3c400;
  font-size: 18px;
  line-height: 32px;
  color: #fff;
  position: relative;
  font-weight: normal;
  border: none;
  border-radius: 0;
  font-family: 'daysregular';
}
.ui-dialog .ui-dialog-content {
  padding: 0;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: transparent;
  font-weight: 400;
  color: #555;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  display: block;
  background: transparent url(/site/res/img/icons20/cross.png) no-repeat top center;
  width: 20px;
  height: 20px;
  text-indent: -9999px;
  border: none;
  -webkit-box-shadow: none;
}
.ui-dialog .ui-dialog-titlebar-close span {
  display: none;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  background-position: bottom center;
}
.ui-corner-all {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  border-radius: 0;
  behavior: url(/tmp/res/pie.htc);
}
.ui-widget-overlay {
  opacity: 1;
  background: #000;
  background: rgba(0,0,0,0.5);
  background: -webkit-radial-gradient(rgba(0,0,0,0.5),rgba(0,0,0,0.5) 35%,#000000);
}
