/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/*! Tatmedia styles | Copyright 2017 Tatmedia | tatmedia.ru */

html,
body {
  -webkit-overflow-scrolling: touch;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
p,
pre,
dl,
dd,
ol,
ul,
figure,
hr,
fieldset,
legend {
  margin: 0;
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

input,
button,
select,
textarea {
  line-height: inherit;
  outline: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

input:not([type="checkbox"]),
textarea:not([type="checkbox"]) {
  -webkit-appearance: none;
}

button {
  width: auto;
  margin: 0;
  padding: 0;
  border: none;
  overflow: visible;
  cursor: pointer;
  outline: none;
  background-color: transparent;
}

img,
iframe,
svg {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  line-height: 1.1;
  font-weight: 400;
}

small,
.small {
  font-size: 0.875rem;
}

.global-link,
.page-main__text a {
  cursor: pointer;
  text-decoration: none;
  color: #373;
}

.global-link:hover,
.page-main__text a:hover,
.global-link:focus,
.page-main__text a:focus {
  text-decoration: underline;
  color: #4aad4a;
}

hr {
  height: 0;
  margin: 16px 0;
  padding: 0;
  border: 1px solid rgba(0, 0, 0, 0.54);
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: none;
}

@media only screen and (min-width: 993px) {
  .desktop-hide {
    display: none;
  }
}

@media only screen and (min-width: 769px) and (max-width: 992px) {
  .landscape-hide {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .phone-hide {
    display: none;
  }
}

.tab-bar-container {
  position: relative;
  display: flex;
  justify-content: center;
  overflow: hidden;
}

.tab-bar {
  height: 48px;
  overflow: hidden;
}

.tab-bar__back,
.tab-bar__forward {
  position: absolute;
  top: -4px;
  z-index: 1;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 56px;
  opacity: 1;
  visibility: hidden;
  cursor: pointer;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.19);
  background-color: rgba(255, 255, 255, 0.8);
}

.tab-bar__back[disabled],
.tab-bar__forward[disabled] {
  opacity: 0.7;
  pointer-events: none;
  cursor: default;
}

.tab-bar__back {
  left: 0;
  padding-right: 6px;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
}

.tab-bar__forward {
  right: 0;
  padding-left: 6px;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
}

.tab-bar__icon {
  width: 13px;
  height: 20px;
}

.tab-bar__icon-fill {
  fill: rgba(0, 0, 0, 0.87);
}

.tab-bar__scroller {
  padding-bottom: 48px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

.tab-bar__nav {
  position: relative;
  display: flex;
}

.tab-bar__nav-item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 4px;
}

.tab-bar__nav-link {
  padding: 8px 12px;
  border-radius: 12px;
  opacity: 1;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
}

.tab-bar__nav-link:hover {
  opacity: 0.7;
  text-decoration: none;
}

.tab-bar__nav-link:focus,
.tab-bar__nav-link:active {
  background-color: rgba(255, 255, 255, 0.12);
}

.tab-bar__nav-link.active {
  opacity: 0.7;
  pointer-events: none;
  cursor: default;
}

@media (pointer: coarse) {
  .tab-bar__back,
  .tab-bar__forward {
    display: none;
  }

  .tab-bar__nav-item:first-child {
    padding-left: 8px;
  }

  .tab-bar__nav-item:last-child {
    padding-right: 8px;
  }
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
          transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
          transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
          animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
          animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin 
--------------------------*/

#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

#swipebox-overlay {
  width: 100% !important;
  height: 100% !important;
}

#swipebox-top-bar {
  position: static;
  height: 72px;
  padding-top: 22px;
  line-height: 1;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
  background-color: transparent;
  background-image: linear-gradient(to top, transparent, rgba(0, 0, 0, 0.54));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='rgba(0, 0, 0, 0.54)');
}

#swipebox-title {
  text-shadow: none;
  color: white;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.visible-bars {
  -webkit-transform: none !important;
          transform: none !important;
}

#swipebox-bottom-bar {
  bottom: auto;
  height: 100%;
  background-color: transparent;
}

#swipebox-arrows {
  width: auto;
  height: auto;
  max-width: none;
  transition: 0.3s;
}

#swipebox-prev,
#swipebox-next {
  position: absolute;
  height: calc(100% - 72px*2);
  opacity: 0;
  background: none !important;
}

#swipebox-prev:before,
#swipebox-next:before {
  position: absolute;
  top: 50%;
  width: 56px;
  height: 56px;
  margin-top: -28px;
  border-radius: 50%;
  content: '';
  background-size: 32px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(66, 66, 66, 0.54);
}

#swipebox-prev:after,
#swipebox-next:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: -72px;
  left: 0;
  content: '';
}

#swipebox-prev:hover,
#swipebox-next:hover {
  opacity: 1;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0;
}

#swipebox-prev.disabled:hover,
#swipebox-next.disabled:hover {
  opacity: 0.3;
}

#swipebox-prev {
  left: 0;
  width: 30%;
}

#swipebox-prev:before {
  left: 24px;
  background-image: url("/images/swipebox/prev.svg");
}

#swipebox-next {
  right: 0;
  width: 70%;
}

#swipebox-next:before {
  right: 24px;
  background-image: url("/images/swipebox/next.svg");
}

#swipebox-close {
  top: 8px;
  left: 8px;
  right: auto;
  background-image: url("/images/swipebox/close.svg") !important;
  background-size: 24px;
  background-position: center;
}

#swipebox-slider + #swipebox-close {
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.54);
}

.slide-loading {
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("/images/swipebox/loader.svg") !important;
}

.page-grid__margin {
  margin-bottom: 16px;
}

@media only screen and (max-width: 1200px) {
  .page-grid__div3 {
    margin-top: -16px;
  }

  .page-grid__div3 .page-grid__margin {
    margin-bottom: 0;
  }

  .page-inner-grid__margin {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .page-grid__div1 {
    margin-top: -16px;
  }

  .page-grid__div3 .page-grid__margin {
    margin-bottom: 16px;
  }

  .page-inner-grid__margin {
    margin-bottom: 0;
  }
}

.main-grid__margin {
  margin-bottom: 16px;
}

@media only screen and (max-width: 992px) {
  .main-grid__div3 {
    margin-top: -16px;
  }

  .main-grid__div3 .main-grid__margin {
    margin-bottom: 0;
  }

  .main-inner-grid__margin {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .main-grid__div2 {
    margin-top: -16px;
  }

  .main-grid__div3 .main-grid__margin {
    margin-bottom: 16px;
  }

  .main-inner-grid__margin {
    margin-bottom: 0;
  }
}

html,
body {
  height: 100%;
}

body {
  line-height: 1.3;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.87);
  background-color: #fafbfb;
}

blockquote {
  font-style: italic;
  font-family: Georgia, Times, 'Times New Roman', serif;
  padding: 2px 0;
  border-style: solid;
  border-color: #ccc;
  border-width: 0;
  padding-left: 20px;
  padding-right: 8px;
  border-left-width: 5px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  border-radius: 16px;
  transition: 0.1s;
  line-height: 32px;
  cursor: pointer;
  vertical-align: middle;
  color: white;
  background-color: #373;
  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;
  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;
  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}

.btn,
.btn:hover {
  text-decoration: none;
}

.btn:hover:not([disabled]):not(.disabled),
.btn:active:not([disabled]):not(.disabled) {
  background-color: #4aad4a;
}

.btn.disabled,
.btn[disabled] {
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
}

.btn_default {
  color: rgba(0, 0, 0, 0.87);
  background-color: rgba(0, 0, 0, 0.12);
}

.btn_default:hover:not([disabled]):not(.disabled),
.btn_default:active:not([disabled]):not(.disabled) {
  background-color: rgba(115, 115, 115, 0.12);
}

.btn_danger,
.form-group_error .contest-request__upload {
  color: white;
  background-color: #d50000;
}

.btn_danger:hover:not([disabled]):not(.disabled),
.form-group_error .contest-request__upload:hover:not([disabled]):not(.disabled),
.btn_danger:active:not([disabled]):not(.disabled),
.form-group_error .contest-request__upload:active:not([disabled]):not(.disabled) {
  background-color: #ff2323;
}

.btn_small {
  padding: 0 12px;
  border-radius: 12px;
  line-height: 24px;
  font-size: 0.875rem;
}

.btn_main {
  width: 100%;
  height: 40px;
  border-radius: 20px;
  font-size: 1.125rem;
}

.btn_request {
  margin-top: 12px;
}

.btn-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 2px;
  vertical-align: middle;
  background-color: rgba(0, 0, 0, 0.12);
}

.btn-icon__icon {
  width: 18px;
  height: 18px;
  fill: rgba(0, 0, 0, 0.87);
}

.btn-icon:hover,
.btn-icon.active {
  background-color: #373;
}

.btn-icon:hover .btn-icon__icon,
.btn-icon.active .btn-icon__icon {
  fill: white;
}

.btn-icon.disabled,
.btn-icon[disabled] {
  opacity: 0.7;
  cursor: default;
  pointer-events: none;
}

.btn-icon.active {
  pointer-events: none;
  cursor: default;
}

.btn-icon_label:before {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
}

.btn-link {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  text-decoration: none;
  font-weight: 600;
  color: #373;
}

.btn-link__icon {
  width: 24px;
  height: 24px;
  fill: #373;
}

.btn-link__icon + .btn-link__text {
  margin-left: 8px;
}

.btn-link__text + .btn-link__icon {
  margin-left: 8px;
}

.btn-link:hover,
.btn-link:focus {
  color: #4aad4a;
}

.btn-link:hover .btn-link__icon,
.btn-link:focus .btn-link__icon {
  fill: #4aad4a;
}

.center-btn-container {
  margin: 8px 0 32px;
  text-align: center;
}

.admin-controlls {
  position: fixed;
  top: 25px;
  right: 25px;
  z-index: 999;
}

.admin-controlls__btn {
  display: block;
  padding: 8px 12px;
  color: #ffffff;
  background-color: #006cfe;
  font-size: 0.875rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  text-decoration: none;
}

.admin-controlls__btn:hover,
.admin-controlls__btn:focus,
.admin-controlls__btn:active {
  color: #ffffff;
}

.admin-controlls__btn.unpublished {
  background-color: #737b95;
}

.admin-controlls__btn.published {
  background-color: #1fb500;
}

.admin-controlls__btn + .admin-controlls__btn {
  margin-top: 12px;
}

.form-group__label {
  display: block;
  padding-bottom: 4px;
  font-size: 0.75rem;
}

.form-group + .form-group {
  margin-top: 12px;
}

.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 2px;
  -webkit-appearance: none;
  resize: none;
}

.form-group_error .form-control {
  border-color: #d50000;
}

select.form-control {
  -webkit-appearance: menulist;
}

.help-block {
  font-size: 0.75rem;
  color: #d50000;
}

.forgot-password {
  display: block;
  padding-top: 8px;
  padding-right: 4px;
  text-align: right;
  font-size: 0.875rem;
}

.request-form {
  max-width: 400px;
  margin: 0 auto;
}

.inputfile {
  display: none;
}

.radio-group {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.radio-group__circle {
  position: relative;
  width: 22px;
  height: 22px;
  border: 2px solid rgba(0, 0, 0, 0.26);
  border-radius: 50%;
}

.radio-group__circle:after {
  content: '';
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  border-radius: 50%;
  transition: .2s;
  -webkit-transform: scale(0);
          transform: scale(0);
  background-color: #4aad4a;
}

.radio-group__ripple {
  position: absolute;
  top: -8px;
  right: -8px;
  bottom: -8px;
  left: -8px;
  display: none;
  border-radius: 50%;
  opacity: 0;
  background-color: #4aad4a;
}

.radio-group__ripple_slow {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.radio-group__input {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: inherit;
  height: inherit;
  opacity: 0;
  cursor: pointer;
}

.radio-group__input:checked {
  cursor: default;
}

.radio-group__input:checked ~ .radio-group__circle {
  border-color: #4aad4a;
}

.radio-group__input:checked ~ .radio-group__circle:after {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.radio-group__input:checked ~ .radio-group__ripple {
  display: block;
}

.radio-group__input:checked ~ .radio-group__ripple_fast {
  -webkit-animation: radio-ripple-fast .35s linear;
          animation: radio-ripple-fast .35s linear;
}

.radio-group__input:checked ~ .radio-group__ripple_slow {
  -webkit-animation: radio-ripple-slow .35s linear;
          animation: radio-ripple-slow .35s linear;
}

@-webkit-keyframes radio-ripple-fast {
  0% {
    opacity: 0;
  }

  30% {
    opacity: .12;
  }

  80% {
    opacity: .12;
  }

  100% {
    opacity: 0;
  }
}

@keyframes radio-ripple-fast {
  0% {
    opacity: 0;
  }

  30% {
    opacity: .12;
  }

  80% {
    opacity: .12;
  }

  100% {
    opacity: 0;
  }
}

@-webkit-keyframes radio-ripple-slow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }

  60% {
    opacity: .12;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  80% {
    opacity: .12;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes radio-ripple-slow {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
            transform: scale(0.3);
  }

  60% {
    opacity: .12;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  80% {
    opacity: .12;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

.ul-underline {
  list-style: none;
}

.ul-underline__item {
  padding: 12px 0;
}

.ul-underline__item + .ul-underline__item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.ul-underline_widget {
  margin: -12px 0;
}

.ul-errors {
  list-style: none;
}

.ul-errors__item {
  margin-top: 12px;
  font-size: 0.875rem;
  color: #d50000;
}

.ul-errors__item + .ul-errors__item {
  margin-top: 8px;
}

.ul-tags {
  display: flex;
  flex-wrap: wrap;
  margin: -4px;
  list-style: none;
}

.ul-tags__item {
  flex-shrink: 0;
  max-width: 100%;
  padding: 4px;
}

.ul-tags__link {
  display: block;
  padding: 4px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  background-color: #367637;
}

.ul-tags__link:hover {
  background-color: #4eaa4f;
}

.ul-gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -6px;
  list-style: none;
}

.ul-gallery__item {
  flex: 1 1 33.33333333%;
  max-width: 256px;
  min-width: 204px;
  padding: 6px;
}

.ul-gallery__img {
  padding-top: 67%;
  border-radius: 2px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #f2f6ee;
}

.ul-blogs {
  position: relative;
  clear: both;
  padding-top: 12px;
  list-style: none;
}

.ul-blogs__item {
  padding: 4px;
  background-color: #f2f6ee;
}

.ul-blogs__item + .ul-blogs__item {
  margin-top: 4px;
}

.ul-inline-radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -2px -6px;
  list-style: none;
}

.ul-inline-radio__item {
  display: flex;
  align-items: center;
  padding: 2px 6px;
}

.ul-inline-radio__radio {
  margin-right: 4px;
}

.social-auth-list {
  flex-wrap: wrap;
  word-spacing: 16px;
  list-style: none;
  text-align: center;
}

.social-auth-list__item {
  display: inline-block;
  width: 48px;
  height: 48px;
  border: 1px solid;
  border-radius: 2px;
  word-spacing: normal;
}

.social-auth-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.social-auth-list__icon {
  width: 24px;
  height: 24px;
}

.vk-color {
  color: #507299;
}

.vk-color .fill {
  fill: #507299;
}

.ok-color {
  color: #ed812b;
}

.ok-color .fill {
  fill: #ed812b;
}

.facebook-color {
  color: #3b5998;
}

.facebook-color .fill {
  fill: #3b5998;
}

.head-page {
  margin: 32px 0;
  font-size: 1.5rem;
  text-align: center;
  color: #1e421f;
}

.content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.content-holder {
  flex-shrink: 0;
}

main {
  margin-top: 48px;
}

@media only screen and (max-width: 1200px) {
  main {
    margin-top: 0;
  }
}

.header__grid {
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
}

.header__block {
  order: 0;
  flex-grow: 1;
  position: relative;
}

.header__block .age-limit {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 2;
}

.header__block-title {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
  padding: 0 0 2px 8px;
  font-size: 0.75rem;
}

.header__logo {
  display: flex;
  align-items: center;
  padding-right: 12px;
}

.header__logo-img {
  width: 348px;
  min-width: 200px;
  padding-right: 88px;
}

.header__options {
  position: relative;
  order: 1;
  flex-basis: 100%;
  margin-top: 54px;
}

.header__options-inner {
  display: flex;
  align-items: center;
}

.header__social {
  flex: none;
}

.header__date {
  flex: none;
  padding-left: 24px;
  font-size: 0.875rem;
}

.header__search {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end;
}

.header__search-btn {
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.header__search-btn svg {
  fill: rgba(0, 0, 0, 0.54);
}

.header__search-btn:hover svg {
  fill: #4aad4a;
}

.header__menu {
  display: none;
  margin: 12px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  width: 100%;
}

.header__menu .nav-wrap {
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.header__menu .nav-wrap__item {
  width: 50%;
}

.header__menu-title {
  padding-top: 12px;
  padding-left: 12px;
  color: #367637;
  font-weight: bold;
}

.header__toggle {
  display: none;
  margin-left: auto;
  position: relative;
  order: 2;
}

.header__toggle-line {
  width: 26px;
  height: 2px;
  background-color: #367637;
  display: block;
  margin: 6px auto;
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}

.header__toggle.active .header__toggle-line:nth-child(2) {
  opacity: 0;
}

.header__toggle.active .header__toggle-line:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(45deg);
          transform: translateY(8px) rotate(45deg);
}

.header__toggle.active .header__toggle-line:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-45deg);
          transform: translateY(-8px) rotate(-45deg);
}

@media only screen and (max-width: 1200px) {
  .header .age-limit {
    top: auto;
  }

  .header__grid {
    align-items: center;
  }

  .header__block {
    flex-basis: 100%;
    margin: 0 -12px;
  }

  .header__logo {
    order: 2;
    margin: 4px 0;
    padding-right: 0;
  }

  .header__options {
    align-self: stretch;
    flex-basis: calc(100% - 348px);
    margin: 4px 0;
  }

  .header__options-inner {
    flex-wrap: wrap;
    justify-content: flex-end;
    height: 100%;
    padding-left: 24px;
    padding-right: 45px;
    box-sizing: border-box;
  }

  .header__date {
    display: none;
  }

  .header__search {
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .header__logo {
    margin: 8px 0;
  }

  .header__logo-img {
    width: 200px;
    padding-right: 40px;
  }

  .header__options {
    flex-basis: calc(100% - 200px);
  }
}

@media only screen and (max-width: 580px) {
  .header {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #ffffff;
  }

  .header .age-limit {
    right: 55px;
    margin-top: 20px;
  }

  .header__grid {
    flex-direction: row;
  }

  .header__logo {
    order: 1;
  }

  .header__menu {
    display: block;
  }

  .header__toggle {
    display: block;
  }

  .header__options {
    display: none;
    position: absolute;
    z-index: 3;
    top: calc(100% + 1px);
    left: 0;
    right: 0;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
    background-color: white;
  }

  .header__options.active {
    display: block;
  }

  .header__options-inner {
    padding: 12px 8px;
  }

  .header__social {
    order: 100;
    width: 100%;
    padding-top: 6px;
    border-top: 1px solid rgba(0, 0, 0, 0.12);
  }

  .header__social .social-list {
    width: 100%;
    justify-content: center;
  }
}

@media only screen and (max-width: 480px) {
  .header__block {
    margin: 0 -8px;
  }
}

.header-login {
  background-color: white;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.header-login__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  min-height: 104px;
}

.header-login__logo-img {
  width: 348px;
  min-width: 200px;
  padding: 8px 0;
}

.header-login__login {
  display: flex;
  align-items: center;
  min-height: 48px;
  margin-left: auto;
  margin-right: 8px;
  padding-left: 32px;
}

.header-login__user {
  display: flex;
  align-items: center;
  padding: 8px 0;
}

.header-login__user-object {
  padding-left: 16px;
}

.header-login__user-body {
  max-width: 280px;
  text-align: right;
}

@media only screen and (max-width: 768px) {
  .header-login__logo-img {
    width: 200px;
  }
}

.primary {
  position: relative;
  height: 48px;
  margin-top: -90px;
  background-color: #367637;
}

.primary:after {
  content: '';
  position: absolute;
  top: 48px;
  right: 0;
  left: 0;
  z-index: -1;
  height: 48px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #f4f4f4;
}

@media only screen and (max-width: 1200px) {
  .primary {
    margin-top: 0;
  }

  .primary:after {
    display: none;
  }
}

@media only screen and (max-width: 580px) {
  .primary {
    display: none;
  }
}

.secondary {
  display: flex;
  justify-content: center;
  margin: 8px 0 0;
}

.footer {
  flex-shrink: 0;
  margin-top: 24px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  background-color: #f2f6ee;
}

.footer__inner {
  display: flex;
  padding: 16px 0 24px;
}

.footer__copyright {
  font-size: 0.75rem;
}

.footer__counters {
  display: grid;
  grid-gap: 4px;
  padding-left: 16px;
}

@media only screen and (max-width: 768px) {
  .footer__inner {
    display: block;
  }

  .footer__counters {
    grid-template-columns: repeat(auto-fit, 88px);
    padding-top: 8px;
    padding-left: 0;
  }
}

.container {
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 12px;
}

@media only screen and (max-width: 480px) {
  .container {
    padding: 0 8px;
  }
}

.page-grid {
  display: flex;
  margin: 0 -6px;
}

.page-grid > div {
  padding: 0 6px;
}

.page-grid__div1 {
  flex-shrink: 0;
  width: 280px;
}

.page-grid__div2 {
  flex-grow: 1;
  width: calc(100% - 280px - 280px);
}

.page-grid__div3 {
  flex-shrink: 0;
  width: 280px;
}

@media only screen and (max-width: 1200px) {
  .page-grid {
    flex-wrap: wrap;
  }

  .page-grid__div1 {
    width: 280px;
  }

  .page-grid__div2 {
    flex-grow: 0;
    width: calc(100% - 280px);
  }

  .page-grid__div3 {
    flex-grow: 1;
    width: 100%;
  }
}

@media only screen and (max-width: 992px) {
  .page-grid {
    justify-content: center;
  }

  .page-grid__div1 {
    order: 1;
    width: 50%;
    max-width: 448px;
  }

  .page-grid__div2 {
    order: 0;
    flex-grow: 1;
    width: 100%;
    max-width: 896px;
  }

  .page-grid__div3 {
    order: 2;
    flex-grow: 0;
    width: 50%;
    max-width: 448px;
  }
}

@media only screen and (max-width: 768px) {
  .page-grid {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .page-grid__div1 {
    width: auto;
    max-width: none;
  }

  .page-grid__div2 {
    flex-grow: 0;
    width: auto;
    max-width: none;
  }

  .page-grid__div3 {
    width: auto;
    max-width: none;
  }
}

.page-inner-grid {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 1200px) {
  .page-inner-grid {
    flex-direction: row;
  }

  .page-inner-grid__div1 {
    width: 50%;
    padding-right: 6px;
  }

  .page-inner-grid__div2 {
    width: 50%;
    padding-left: 6px;
  }
}

@media only screen and (max-width: 992px) {
  .page-inner-grid {
    flex-direction: column;
  }

  .page-inner-grid__div1 {
    width: auto;
    padding-right: 0;
  }

  .page-inner-grid__div2 {
    width: auto;
    padding-left: 0;
  }
}

.main-grid {
  display: flex;
  margin: 0 -6px;
}

.main-grid > div {
  padding: 0 6px;
}

.main-grid__div1 {
  flex-shrink: 0;
  width: 280px;
}

.main-grid__div2 {
  flex-grow: 1;
  width: calc(100% - 280px - 280px);
}

.main-grid__div3 {
  flex-shrink: 0;
  width: 280px;
}

@media only screen and (max-width: 992px) {
  .main-grid {
    flex-wrap: wrap;
  }

  .main-grid__div1 {
    width: 40%;
  }

  .main-grid__div2 {
    flex-grow: 0;
    width: 60%;
  }

  .main-grid__div3 {
    flex-grow: 1;
    width: 100%;
  }
}

@media only screen and (max-width: 768px) {
  .main-grid {
    flex-wrap: nowrap;
    flex-direction: column;
  }

  .main-grid__div1 {
    width: auto;
  }

  .main-grid__div2 {
    width: auto;
  }

  .main-grid__div3 {
    width: auto;
  }
}

.main-inner-grid {
  display: flex;
  flex-direction: column;
}

@media only screen and (max-width: 992px) {
  .main-inner-grid {
    flex-direction: row;
  }

  .main-inner-grid__div1 {
    width: 40%;
    padding-right: 6px;
  }

  .main-inner-grid__div2 {
    width: 60%;
    padding-left: 6px;
  }
}

@media only screen and (max-width: 768px) {
  .main-inner-grid {
    flex-direction: column;
  }

  .main-inner-grid__div1 {
    width: auto;
    padding-right: 0;
  }

  .main-inner-grid__div2 {
    width: auto;
    padding-left: 0;
  }
}

.social-list {
  display: flex;
  list-style: none;
}

.social-list__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.social-list__link:hover .social-list__icon .fill {
  fill: #4aad4a;
}

.social-list__icon {
  width: 16px;
  height: 16px;
}

.social-list__icon .fill {
  fill: rgba(0, 0, 0, 0.54);
}

.search-layout {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}

.search-layout__btn {
  flex: none;
  display: none;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
}

.search-layout__btn svg {
  fill: rgba(0, 0, 0, 0.54);
}

.search-layout__btn:hover svg {
  fill: #4aad4a;
}

.search-group {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 464px;
}

.search-group__input {
  width: 100%;
  height: 36px;
  padding-right: 36px;
  padding-left: 12px;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 18px;
}

.search-group__input:focus {
  border-color: #4aad4a;
  box-shadow: 0 0 0 5px #f2f6ee;
}

.search-group__input:focus + .search-group__btn .search-group__btn-icon {
  fill: #4aad4a;
}

.search-group__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-left: -36px;
}

.search-group__btn-icon {
  width: 22px;
  height: 22px;
  fill: rgba(0, 0, 0, 0.54);
}

@media only screen and (max-width: 580px) {
  .search-group {
    max-width: 100%;
  }
}

.aaa-main img {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}

[data-tm-slider] {
  height: 0;
}

[data-tm-slider] .tm-slider-item {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 1s;
}

[data-tm-slider] .tm-slider-item.active {
  opacity: 1;
  visibility: visible;
}

[data-tm-slider] .tm-slider-item--start {
  justify-content: flex-start;
  align-items: flex-start;
}

.panel-group {
  padding-top: 16px;
}

.panel-group__title {
  min-height: 32px;
  display: inline-block;
  padding-bottom: 8px;
  padding-left: 8px;
  vertical-align: middle;
  font-size: 1.125rem;
  font-weight: 600;
  color: #373;
}

.panel-group__title + .panel-group__subtitle {
  margin-top: -8px;
}

.panel-group__subtitle {
  padding-bottom: 8px;
  padding-left: 8px;
  font-weight: 400;
  font-size: 0.875rem;
  font-style: italic;
  color: rgba(0, 0, 0, 0.87);
}

.panel-group_no-title:first-child,
.panel-group_page-no-title:first-child {
  padding-top: 48px;
}

@media only screen and (max-width: 768px) {
  .panel-group_no-title:first-child {
    padding-top: 16px;
  }
}

@media only screen and (max-width: 992px) {
  .panel-group_page-no-title:first-child {
    padding-top: 16px;
  }
}

.panel {
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.07);
  background-color: white;
}

.panel_primary {
  border-color: rgba(0, 0, 0, 0.12);
  background-color: #f2f6ee;
}

.panel__body {
  padding: 12px;
}

.panel__more {
  margin-top: 24px;
  text-align: center;
}

.panel__help {
  padding: 16px 0;
  text-align: center;
  font-size: 0.75rem;
}

.panel__controls {
  display: flex;
  justify-content: space-between;
  height: 64px;
  margin: 16px -12px -12px;
  padding: 0 24px;
  background-color: #fafbfb;
}

.panel_login {
  max-width: 400px;
  margin: 0 auto;
}

.statistics {
  display: flex;
}

.statistics__item {
  display: flex;
  align-items: center;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
}

.statistics__item + .statistics__item {
  margin-left: 12px;
}

.statistics__icon {
  width: 18px;
  height: 18px;
  padding-right: 4px;
  fill: rgba(26, 25, 25, 0.54);
}

.statistics_l .statistics__item {
  font-size: 0.875rem;
}

.statistics_l .statistics__icon {
  width: 20px;
  height: 20px;
}

.statistics_vote-extended-item {
  margin-left: auto;
}

.statistics_vote-extended-item .statistics__item {
  color: white;
}

.statistics_vote-extended-item .statistics__icon {
  fill: white;
}

.statistics-widget .statistics {
  margin-top: 12px;
}

.statistics-widget_end .statistics {
  justify-content: flex-end;
}

.statistics-widget_margin {
  margin-top: -30px;
}

.statistics-large .statistics__item {
  font-size: 0.875rem;
}

.statistics-large .statistics__icon {
  width: 20px;
  height: 20px;
}

.vote {
  max-width: 560px;
  margin-top: 12px;
}

.vote__list {
  list-style: none;
}

.vote__list-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.vote__radio {
  margin-left: -4px;
  margin-right: 4px;
}

.vote__result-list {
  list-style: none;
}

.vote__result-list li + li {
  margin-top: 8px;
}

.vote__control {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.vote__btn {
  flex: none;
}

.vote__total {
  margin-left: 12px;
  font-size: 0.875rem;
}

.vote__total:first-child {
  margin-top: 4px;
  margin-left: 0;
}

.vote__total-users {
  font-weight: 600;
}

.vote__option-title {
  padding-bottom: 4px;
}

.vote__diagram {
  position: relative;
}

.vote__diagram-percentage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 4px;
  height: 24px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgba(0, 0, 0, 0.12);
}

.vote__diagram-percentage.active {
  background-color: #4eaa4f;
}

.vote__diagram-value {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 24px;
  padding-left: 12px;
  font-size: 0.875rem;
}

.vote__diagram-value .font-strong {
  margin-right: 0.4em;
  font-weight: 600;
}

.vote-widget-container .vote {
  position: relative;
  z-index: 1;
  margin-right: -12px;
  margin-bottom: -12px;
  margin-left: -12px;
  padding: 12px;
  padding-top: 0;
}

.vote-list-container {
  position: relative;
  z-index: 1;
}

.vote-extended-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  background-color: #f2f6ee;
}

.vote-extended-item__object {
  position: relative;
}

.vote-extended-item__gradient {
  position: absolute;
  top: 70%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.54));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='rgba(0, 0, 0, 0.54)');
}

.vote-extended-item__object-data {
  position: absolute;
  right: 8px;
  bottom: 4px;
  left: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.vote-extended-item__publish-date {
  font-size: 0.75rem;
  color: white;
}

.vote-extended-item__head {
  display: block;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: .1s;
  color: #603716;
}

.vote-extended-item__head:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: .1s;
  background-color: transparent;
}

.vote-extended-item__head:hover {
  color: #9e5b24;
}

.vote-extended-item__head:hover:before {
  opacity: .12;
  transition: .1s;
  background-color: #4eaa4f;
}

.vote-extended-item__btn {
  position: relative;
  z-index: 4;
  padding: 8px;
  padding-top: 0;
}

.vote-extended-item__winner {
  padding: 8px;
  padding-top: 0;
  font-weight: 600;
  text-align: center;
  color: #d50000;
}

.vote-extended-item_primary {
  background-color: #ffe4e4;
}

.vote-extended-item_primary .ul-gallery__img {
  background-color: #ffe4e4;
}

.user-avatar {
  flex: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 50%;
  overflow: hidden;
  background-color: #f4f4f4;
}

.user-avatar__true {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}

.user-avatar__false {
  width: 32px;
  height: 32px;
  fill: rgba(0, 0, 0, 0.12);
}

.vote {
  max-width: 560px;
  margin-top: 12px;
}

.vote__list {
  list-style: none;
}

.vote__list-item {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.vote__radio {
  margin-left: -4px;
  margin-right: 4px;
}

.vote__result-list {
  list-style: none;
}

.vote__result-list li + li {
  margin-top: 8px;
}

.vote__control {
  display: flex;
  align-items: center;
  margin-top: 8px;
}

.vote__btn {
  flex: none;
}

.vote__total {
  margin-left: 12px;
  font-size: 0.875rem;
}

.vote__total:first-child {
  margin-top: 4px;
  margin-left: 0;
}

.vote__total-users {
  font-weight: 600;
}

.vote__option-title {
  padding-bottom: 4px;
}

.vote__diagram {
  position: relative;
}

.vote__diagram-percentage {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  min-width: 4px;
  height: 24px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: rgba(0, 0, 0, 0.12);
}

.vote__diagram-percentage.active {
  background-color: #4eaa4f;
}

.vote__diagram-value {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  height: 24px;
  padding-left: 12px;
  font-size: 0.875rem;
}

.vote__diagram-value .font-strong {
  margin-right: 0.4em;
  font-weight: 600;
}

.vote-widget-container .vote {
  position: relative;
  z-index: 1;
  margin-right: -12px;
  margin-bottom: -12px;
  margin-left: -12px;
  padding: 12px;
  padding-top: 0;
}

.vote-list-container {
  position: relative;
  z-index: 1;
}

.vote-extended-item {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  border-radius: 2px;
  overflow: hidden;
  background-color: #f2f6ee;
}

.vote-extended-item__object {
  position: relative;
}

.vote-extended-item__gradient {
  position: absolute;
  top: 70%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.54));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='rgba(0, 0, 0, 0.54)');
}

.vote-extended-item__object-data {
  position: absolute;
  right: 8px;
  bottom: 4px;
  left: 8px;
  z-index: 2;
  display: flex;
  align-items: center;
}

.vote-extended-item__publish-date {
  font-size: 0.75rem;
  color: white;
}

.vote-extended-item__head {
  display: block;
  padding: 12px 8px;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  transition: .1s;
  color: #603716;
}

.vote-extended-item__head:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  transition: .1s;
  background-color: transparent;
}

.vote-extended-item__head:hover {
  color: #9e5b24;
}

.vote-extended-item__head:hover:before {
  opacity: .12;
  transition: .1s;
  background-color: #4eaa4f;
}

.vote-extended-item__btn {
  position: relative;
  z-index: 4;
  padding: 8px;
  padding-top: 0;
}

.vote-extended-item__winner {
  padding: 8px;
  padding-top: 0;
  font-weight: 600;
  text-align: center;
  color: #d50000;
}

.vote-extended-item_primary {
  background-color: #ffe4e4;
}

.vote-extended-item_primary .ul-gallery__img {
  background-color: #ffe4e4;
}

.page-main {
  margin-top: -12px;
}

.page-main__head {
  margin-top: 20px;
  font-weight: 600;
  font-size: 2.25rem;
}

.page-main__author {
  display: inline-flex;
  align-items: center;
  margin-top: 20px;
}

.page-main__author-name {
  padding-left: 12px;
}

.page-main__publish {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -8px;
  margin-top: 12px;
}

.page-main__publish-data,
.page-main__publish-statistics {
  padding: 8px;
}

.page-main__publish-date {
  color: rgba(0, 0, 0, 0.54);
}

.page-main__publish-date:not(:first-child) {
  padding-left: .3em;
}

a.page-main__publish-date {
  text-decoration: none;
}

a.page-main__publish-date:hover {
  text-decoration: underline;
}

.page-main__img {
  max-width: 100%;
  margin-top: 20px;
  border-radius: 2px;
}

.page-main__lead {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  line-height: 1.6;
  font-weight: 600;
}

.page-main__text {
  padding-top: 20px;
  line-height: 1.6;
}

.page-main__text p + .page-main__text p {
  padding-top: 16px;
}

.page-main__text b,
.page-main__text strong {
  font-weight: 600;
}

.page-main__text figure {
  position: relative;
  display: inline-block;
  vertical-align: top;
}

.page-main__text figure:before {
  content: '';
  position: absolute;
  top: 85%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  background-image: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.54));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='rgba(0, 0, 0, 0.54)');
}

.page-main__text figure img {
  border-radius: 2px;
}

.page-main__text figure figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 8px 12px;
  color: white;
}

.page-main__details {
  margin-top: 20px;
  padding-top: 12px;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.page-main__details-inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin: -12px;
}

.page-main__details-actions {
  padding: 12px;
}

.page-main__details-share {
  margin-left: auto;
  padding: 12px;
}

.page-main__comments {
  margin-top: 12px;
}

.page-main__comments-title {
  font-size: 1.375rem;
}

.page-main__comments-list .ul-underline__item:first-child {
  padding-top: 24px;
}

.page-main__comments-list .ul-underline__item:last-child {
  padding-bottom: 0;
}

.page-main__auth-form {
  margin-top: 20px;
}

.page-main__tags,
.page-main__gallery {
  padding-top: 20px;
}

.page-main__contest {
  padding-top: 8px;
}

.page-main__video {
  list-style: none;
}

.page-main__video-item {
  max-width: 720px;
  margin: 0 auto;
}

.page-main__video-item:first-child {
  margin-top: 20px;
}

.page-main__video-item + .page-main__video-item {
  margin-top: 16px;
}

.page-main iframe {
  max-width: 100% !important;
}

.page-main img {
  max-width: 100% !important;
  height: auto !important;
}

.page-main__text ul {
  padding-left: 40px;
}

@media only screen and (max-width: 480px) {
  .page-main__head {
    font-size: 1.625rem;
  }
}

.media-simple {
  position: relative;
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
  margin: -4px;
}

.media-simple__object {
  padding: 4px;
}

.media-simple__body {
  padding: 4px;
  font-size: 0.875rem;
}

.comment-form {
  margin-top: 20px;
}

.comment-form__name {
  max-width: 280px;
}

.comment-form__btn {
  margin-top: 12px;
}

.pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 44px 0 32px;
}

.pagination li {
  display: inline;
}

.pagination li > * {
  display: flex;
  align-items: center;
  height: 32px;
  margin: 2px;
  padding: 0 12px;
  border-radius: 2px;
  color: #373;
}

.pagination li .pagination__prev {
  padding-left: 2px;
}

.pagination li .pagination__next {
  padding-right: 2px;
}

.pagination li .pagination__text {
  padding-bottom: 1px;
  font-size: 0.875rem;
}

.pagination li a,
.pagination li a:hover {
  text-decoration: none;
}

.pagination li a:hover {
  background-color: #f2f6ee;
}

.pagination li .active {
  pointer-events: none;
  cursor: default;
  color: white;
  background-color: #373;
}

.pagination li .disabled {
  opacity: .38;
}

.pagination__svg {
  width: 32px;
  height: 32px;
  fill: #373;
}

.auth-form {
  padding: 24px 16px;
  border-radius: 6px;
  text-align: center;
  font-size: 0.875rem;
  background-color: #f4f4f4;
}

.auth-form_widget {
  margin-top: 8px;
  padding: 0;
  background-color: transparent;
}

.age-limit {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-top: 8px;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
  background-color: #367637;
}

.contest-request {
  margin-top: 40px;
  padding-bottom: 20px;
}

.contest-request__btn {
  display: flex;
  margin: 0 auto;
}

.contest-request__form {
  display: none;
  max-width: 400px;
  margin: 20px auto -20px;
}

.contest-request__submit {
  margin-top: 24px;
}

.alert-success {
  margin: 12px 0 24px;
  text-align: center;
  font-size: 1.375rem;
  color: #367637;
}

.page-error {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 16px;
}

.page-error__num {
  font-size: 72px;
  color: #367637;
}

.page-error__body {
  max-width: 480px;
  margin-top: 8px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.page-error__error {
  margin-top: 8px;
  font-weight: 600;
}

.page-error__link {
  display: block;
  padding-top: 8px;
}

.nav-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0 4px;
  list-style: none;
}

.nav-wrap__item {
  padding: 4px 8px;
}

.nav-wrap__link {
  font-size: 0.875rem;
  font-weight: 600;
  color: #6e6e6e;
  text-decoration: none;
}

.nav-wrap__link:hover,
.nav-wrap__link:focus {
  color: #aeaeae;
}

.nav-wrap__link.active {
  pointer-events: none;
  cursor: default;
  color: #aeaeae;
}

.rubric-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 0 24px;
  padding: 0 12px 12px;
  list-style: none;
}

.rubric-list__item {
  position: relative;
  padding: 10px 6px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.rubric-list__item-link {
  display: block;
  padding-top: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: .1s;
  color: #603716;
}

.rubric-list__item-link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transition: .1s;
  background-color: transparent;
}

.rubric-list__item-link:hover {
  color: #9e5b24;
}

.rubric-list__item-link:hover:before {
  opacity: .12;
  transition: .1s;
  background-color: #4eaa4f;
}

.widget-view-large {
  position: relative;
}

.widget-view-large__date {
  margin-top: -2px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
}

.widget-view-large__head {
  padding-top: 6px;
  font-size: 1.125rem;
  font-weight: 600;
}

a.widget-view-large__head {
  display: block;
  text-decoration: none;
  transition: .1s;
  color: #603716;
}

a.widget-view-large__head:before {
  content: '';
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  transition: .1s;
  background-color: transparent;
}

a.widget-view-large__head:hover {
  color: #9e5b24;
}

a.widget-view-large__head:hover:before {
  opacity: .12;
  transition: .1s;
  background-color: #4eaa4f;
}

.widget-view-large__object {
  width: 100%;
  max-width: 480px;
  margin: 8px auto 0;
}

.widget-view-large__img {
  padding-top: 100%;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.widget-view-large__description {
  margin-top: 8px;
  font-size: 0.875rem;
}

.widget-view-large .font-strong {
  font-weight: 600;
}

.widget-view-small {
  position: relative;
}

.widget-view-small:before,
.widget-view-small:after {
  content: " ";
  display: table;
}

.widget-view-small:after {
  clear: both;
}

.widget-view-small__date {
  margin-top: -2px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
}

.widget-view-small__object {
  float: left;
  width: 28%;
  margin-top: 6px;
  margin-right: 12px;
}

.widget-view-small__object_blogs {
  width: 18.76%;
  margin-top: 0;
}

.widget-view-small__img {
  padding-top: 67%;
  border-radius: 2px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.widget-view-small__img_square {
  padding-top: 100%;
}

.widget-view-small__head {
  display: block;
  padding-top: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: .1s;
  color: #603716;
}

.widget-view-small__head_s {
  font-size: 0.875rem;
}

.widget-view-small__head:before {
  content: '';
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  transition: .1s;
  background-color: transparent;
}

.widget-view-small__head:hover {
  color: #9e5b24;
}

.widget-view-small__head:hover:before {
  opacity: .12;
  transition: .1s;
  background-color: #4eaa4f;
}

.widget-view-small__description {
  margin-top: 4px;
  font-size: 0.875rem;
}

.widget-view-small__description_margin {
  padding-bottom: 30px;
}

.widget-comment {
  position: relative;
}

.widget-comment__user {
  display: flex;
}

.widget-comment__name {
  padding-top: 4px;
  font-weight: 600;
}

.widget-comment__name_s {
  font-size: 0.875rem;
}

.widget-comment__date {
  padding-top: 6px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
}

.widget-comment__comment {
  padding-top: 8px;
  font-size: 0.875rem;
}

.widget-comment__source {
  display: block;
  padding-top: 8px;
  font-size: 0.875rem;
  transition: .1s;
}

.widget-comment__source:before {
  content: '';
  position: absolute;
  top: -12px;
  right: -12px;
  bottom: -12px;
  left: -12px;
  opacity: 0;
  transition: .1s;
  background-color: transparent;
}

.widget-comment__source:hover {
  text-decoration: none;
}

.widget-comment__source:hover:before {
  opacity: .12;
  transition: .1s;
  background-color: #4eaa4f;
}

.widget-comment__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 0.875rem;
  font-weight: 600;
  background-color: rgba(255, 255, 255, 0.54);
}

.widget-subscribe__title {
  font-size: 0.875rem;
  font-weight: 600;
}

.widget-subscribe__input {
  width: 100%;
  margin: 12px 0;
  padding: 4px 8px;
  border: 1px solid rgba(0, 0, 0, 0.26);
  border-radius: 6px;
}

.widget-subscribe__input:focus {
  border-color: #4aad4a;
  box-shadow: 0 0 0 5px #f2f6ee;
}

.widget-subscribe__btn {
  display: block;
  margin: 0 auto;
}

.widget-any-content {
  padding-top: 16px;
  text-align: center;
}

.widget-any-content__body {
  display: inline-block;
  max-width: 100%;
  vertical-align: top;
  text-align: left;
}

.widget-any-content__title {
  padding: 0 0 8px 8px;
  font-size: 0.75rem;
}

.widget-any-content__center {
  display: inline-block;
  max-width: inherit;
  vertical-align: top;
}

.widget-any-content a {
  display: block;
}

.widget-any-content a.disabled {
  pointer-events: none;
  cursor: default;
}

.widget-any-content a img {
  max-width: 100%;
}

.widget-any-content_not-push {
  padding-top: 0;
}

.widget-main {
  position: relative;
  display: flex;
  min-height: 240px;
}

.widget-main__object {
  position: relative;
  flex-basis: 55%;
}

.widget-main__img {
  height: 100%;
  background-size: cover;
  background-position: center;
}

.widget-main__gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 40%;
  background-image: linear-gradient(to left, transparent, #f2f6ee);
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#f2f6ee');
}

.widget-main__body {
  position: relative;
  z-index: 1;
  flex-basis: 55%;
  display: flex;
  flex-direction: column;
  min-height: inherit;
  margin-right: -9.99%;
  padding: 12px;
  padding-right: 0;
}

.widget-main__body-top {
  flex-grow: 1;
  font-size: 0.875rem;
}

.widget-main__body-bottom {
  padding-top: 12px;
}

.widget-main__date {
  margin-top: -2px;
  font-size: 0.75rem;
  color: rgba(0, 0, 0, 0.54);
}

.widget-main__head {
  display: block;
  margin-top: 6px;
  font-size: 1.375rem;
  font-weight: 600;
  transition: .1s;
  color: #603716;
}

.widget-main__description {
  padding-top: 8px;
}

.widget-main__link:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  cursor: pointer;
  opacity: 0;
  transition: .1s;
  background-color: transparent;
}

.widget-main__link:hover:before {
  opacity: .12;
  transition: .1s;
  background-color: #4eaa4f;
}

.widget-main__link:hover ~ .widget-main__body .widget-main__head {
  color: #9e5b24;
}

@media only screen and (max-width: 580px), (min-width: 769px) and (max-width: 1200px) {
  .widget-main {
    flex-direction: column-reverse;
    justify-content: flex-end;
    min-height: 0;
  }

  .widget-main__object {
    flex-basis: auto;
  }

  .widget-main__img {
    height: auto;
    padding-top: 67%;
  }

  .widget-main__gradient {
    top: auto;
    right: 0;
    bottom: 0;
    width: auto;
    height: 40%;
    background-image: linear-gradient(to bottom, transparent, #f2f6ee);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent', EndColorStr='#f2f6ee');
  }

  .widget-main__body {
    flex-basis: auto;
    margin-top: -10%;
    margin-right: auto;
    padding: 12px;
  }

  .widget-main__date {
    color: rgba(0, 0, 0, 0.87);
  }
}

.widget-slider-container {
  position: relative;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 2px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.87);
}

.widget-slider {
  position: relative;
  padding-top: 67%;
  list-style: none;
}

.widget-slider__item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  z-index: 1;
  transition: opacity 1s;
  background-position: center;
  background-size: cover;
}

.widget-slider__title-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  background-image: linear-gradient(to top, transparent 50%, rgba(0, 0, 0, 0.54));
  filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,StartColorStr='transparent 50%', EndColorStr='rgba(0, 0, 0, 0.54)');
}

.widget-slider__title-position {
  display: flex;
  align-items: center;
  height: 2.3em;
  margin: 8px 12px;
}

.widget-slider__title {
  max-height: 2.3em;
  overflow: hidden;
  font-size: 0.875rem;
  font-weight: 600;
  color: white;
}

.widget-slider__mask {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 4;
  opacity: 0;
  transition: all .1s linear;
}

.widget-slider__link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
}

.widget-slider__link:hover + .widget-slider__mask {
  opacity: .12;
  transition: background-color .1s linear;
  background-color: #4eaa4f;
}

.widget-slider .showing {
  opacity: 1;
  z-index: 2;
}

.slides-btn {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: flex;
  align-items: center;
  width: 24px;
  height: 48px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.54);
}

.slides-btn__icon {
  fill: white;
}

.slides-btn--left {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.slides-btn--right {
  justify-content: flex-end;
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.player-preview {
  position: relative;
  width: 100%;
  padding-top: calc((9/16)*100%);
  border-radius: 2px;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.87);
}

.player-preview div[data-id]:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  content: '';
  cursor: pointer;
  opacity: 0;
  transition: .1s;
  background-color: transparent;
}

.player-preview div[data-id]:hover:after {
  opacity: .12;
  transition: .1s;
  background-color: #4eaa4f;
}

.player-preview div[data-id]:hover .play {
  background-color: #4aad4a;
}

.player-preview img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  margin: auto;
}

.player-preview iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: transparent;
}

.player-preview video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 101;
  background: transparent;
}

.player-preview .play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  width: 56px;
  height: 56px;
  border: 2px solid white;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.15s;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  background-color: rgba(0, 0, 0, 0.54);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSJ3aGl0ZSIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0IiB3aWR0aD0iMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+ICAgIDxwYXRoIGQ9Ik04IDV2MTRsMTEtN3oiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 80%;
}

