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, 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,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

* {
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
  outline: none !important;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.v-none-transition *:not(.v-preloader):not(.v-preloader__item),
.v-none-transition *:not(.v-preloader):not(.v-preloader__item):before,
.v-none-transition *:not(.v-preloader):not(.v-preloader__item):after {
  transition: 0s !important;
  transition-delay: 0s !important;
  animation-duration: 0s !important;
  animation-delay: 0s !important; }

html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  font-weight: normal;
  font-style: normal; }

body {
  background: #ffffff;
  color: #000;
  overflow: hidden !important; }

.display_block, .slider .v-slider__control:before, .slider .v-slider__control:after {
  display: block; }

.display_block_important {
  display: block !important; }

.display_inline-block {
  display: inline-block; }

.display_inline-block_important {
  display: inline-block !important; }

.display_inline {
  display: inline; }

.display_inline_important {
  display: inline !important; }

.display_flex, .slider__counter {
  display: flex; }

.display_flex_important {
  display: flex !important; }

.display_flex_center, .slider__content-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center; }

.display_none {
  display: none; }

.display_none_important {
  display: none !important; }

.overflow_visible {
  overflow: visible; }

.overflow_hidden {
  overflow: hidden; }

.overflow_scroll {
  overflow: scroll; }

.overflow_auto {
  overflow: auto; }

.clear {
  display: block;
  width: 100%;
  height: 0;
  clear: both; }

.top-left {
  top: 0;
  left: 0;
  right: auto;
  bottom: auto; }

.top-right {
  top: 0;
  left: auto;
  right: 0;
  bottom: auto; }

.bottom-left {
  top: auto;
  left: 0;
  right: auto;
  bottom: 0; }

.bottom-right {
  top: auto;
  left: auto;
  right: 0;
  bottom: 0; }

.relative {
  position: relative; }

.absolute, .slider__counter, .slider__content {
  position: absolute; }

.fixed {
  position: fixed; }

.static {
  position: static; }

.col_1 {
  width: 8.33333%; }

.col_2 {
  width: 16.66667%; }

.col_3 {
  width: 25%; }

.col_4 {
  width: 33.33333%; }

.col_5 {
  width: 41.66667%; }

.col_6 {
  width: 50%; }

.col_7 {
  width: 58.33333%; }

.col_8 {
  width: 66.66667%; }

.col_9 {
  width: 75%; }

.col_10 {
  width: 83.33333%; }

.col_11 {
  width: 91.66667%; }

.col_12 {
  width: 100%; }

.row_1 {
  height: 8.33333%; }

.row_2 {
  height: 16.66667%; }

.row_3 {
  height: 25%; }

.row_4 {
  height: 33.33333%; }

.row_5 {
  height: 41.66667%; }

.row_6 {
  height: 50%; }

.row_7 {
  height: 58.33333%; }

.row_8 {
  height: 66.66667%; }

.row_9 {
  height: 75%; }

.row_10 {
  height: 83.33333%; }

.row_11 {
  height: 91.66667%; }

.row_12 {
  height: 100%; }

.col_v_1 {
  width: 8.33333vw; }

.col_v_2 {
  width: 16.66667vw; }

.col_v_3 {
  width: 25vw; }

.col_v_4 {
  width: 33.33333vw; }

.col_v_5 {
  width: 41.66667vw; }

.col_v_6 {
  width: 50vw; }

.col_v_7 {
  width: 58.33333vw; }

.col_v_8 {
  width: 66.66667vw; }

.col_v_9 {
  width: 75vw; }

.col_v_10 {
  width: 83.33333vw; }

.col_v_11 {
  width: 91.66667vw; }

.col_v_12 {
  width: 100vw; }

.row_v_1 {
  height: 8.33333vh; }

.row_v_2 {
  height: 16.66667vh; }

.row_v_3 {
  height: 25vh; }

.row_v_4 {
  height: 33.33333vh; }

.row_v_5 {
  height: 41.66667vh; }

.row_v_6 {
  height: 50vh; }

.row_v_7 {
  height: 58.33333vh; }

.row_v_8 {
  height: 66.66667vh; }

.row_v_9 {
  height: 75vh; }

.row_v_10 {
  height: 83.33333vh; }

.row_v_11 {
  height: 91.66667vh; }

.row_v_12, .default {
  height: 100vh; }

.col_left {
  float: left; }

.col_right {
  float: right; }

.page-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: auto; }

.wrap {
  width: 100%;
  height: auto;
  padding: 0 60px; }

.wrap_1 {
  width: 100%;
  max-width: 1440px;
  padding: 0 60px;
  height: auto;
  margin: auto; }

.wrap_2 {
  width: 100%;
  max-width: 1440px;
  padding: 0 120px;
  height: auto;
  margin: auto; }

.wrap_3 {
  width: 100%;
  max-width: 1200px;
  padding: 0 60px;
  height: auto;
  margin: auto; }

.wrap_4 {
  width: 100%;
  max-width: 1080px;
  padding: 0 60px;
  height: auto;
  margin: auto; }

.bg-image {
  background-position: center;
  background-size: cover; }

.overlay {
  opacity: .5; }
  .overlay:not(.overlay_after) {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: #000; }
  .overlay.overlay_dark {
    background: #000; }
  .overlay.overlay_light {
    background: #ffffff; }

.overlay_after {
  position: relative; }
  .overlay_after:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: #000;
    z-index: 1;
    opacity: .5; }
  .overlay_after.overlay_dark:after {
    background: #000; }
  .overlay_after.overlay_light:after {
    background: #ffffff; }

a {
  position: relative;
  text-decoration: none;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
  color: #000; }
  a:hover, a:focus, a:active {
    text-decoration: none; }
  a.hover:after, a.hover_active:after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    height: 2px;
    width: 0%;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    background: #000; }
  a.hover_active:after {
    width: 100%; }
  @media (min-width: 1200px) {
    a a.hover:hover:after {
      width: 100%; } }

.a-button {
  display: inline-block;
  position: relative;
  text-align: center;
  width: auto;
  height: auto;
  line-height: 1rem;
  font-size: .75rem;
  color: #ffffff;
  background: #000;
  border: 0;
  padding: 17px 20px;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
  user-select: none;
  cursor: pointer; }

@media (min-width: 1200px) {
  .desktop_hide {
    display: none !important; } }

@media (min-width: 900px) and (max-width: 1199px) {
  .tablet_hide {
    display: none !important; } }

@media (max-width: 899px) {
  .mobile_hide {
    display: none !important; } }

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-size: 4rem;
  line-height: normal;
  font-weight: 500; }

h2 {
  font-size: 3.75rem; }

h3 {
  font-size: 3.5rem; }

h4 {
  font-size: 3.25rem; }

h5 {
  font-size: 3rem; }

h6 {
  font-size: 2.75rem; }

span.strong,
span.bold {
  font-weight: bold; }

p {
  width: 100%; }

.text_left {
  text-align: left; }

.text_center {
  text-align: center; }

.text_right {
  text-align: right; }

.text_justify {
  text-align: justify; }

.text-content {
  position: relative;
  font-size: 1rem;
  line-height: 1.125rem; }
  .text-content p {
    margin: 0 0 0 0; }
  .text-content .bold,
  .text-content .strong,
  .text-content b,
  .text-content strong {
    font-weight: bold; }
  .text-content i,
  .text-content em,
  .text-content .i,
  .text-content .em {
    font-style: italic; }
  .text-content blockquote,
  .text-content q {
    position: relative;
    margin: 0 0 20px;
    padding: 0 0 0 35px;
    font-style: italic; }
    .text-content blockquote:before,
    .text-content q:before {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      width: 5px;
      background: #000; }
  .text-content img {
    margin: 0 0;
    max-width: 100%; }
  .text-content ul {
    list-style-type: disc;
    margin: 15px 0; }
    .text-content ul.circle {
      list-style-type: circle; }
    .text-content ul.disc {
      list-style-type: disc; }
    .text-content ul.square {
      list-style-type: square; }
    .text-content ul.decimal {
      list-style-type: decimal; }
    .text-content ul li {
      margin: 0 0 0 30px; }
  .text-content table {
    border: 1px solid #000; }
    .text-content table td {
      padding: 10px;
      border: 1px solid #000; }
  .text-content h1 {
    font-size: 2.5em; }
  .text-content h2 {
    font-size: 2.25em; }
  .text-content h3 {
    font-size: 2em; }
  .text-content h4 {
    font-size: 1.75em; }
  .text-content h5 {
    font-size: 1.5em; }
  .text-content h6 {
    font-size: 1.25em; }
  .text-content code {
    display: block;
    border: 0;
    border-radius: 0;
    margin: 30px 0;
    padding: 20px; }

.opacity_zero {
  opacity: 0; }

.opacity_full {
  opacity: 1; }

.v-oldbrowser {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  padding: 50px 100px;
  background: #ffffff;
  font-size: 25px;
  font-weight: bold;
  color: #000; }

.v-header {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  z-index: 9;
  height: 70px; }
  .v-header .wrap,
  .v-header .wrap_1,
  .v-header .wrap_2,
  .v-header .wrap_3,
  .v-header .wrap_4 {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: inherit; }

.v-header__logo {
  position: relative;
  width: 220px;
  height: 27px;
  background-size: 100% 100% !important; }
  .v-header__logo a {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%; }

.v-footer {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 55px;
  padding-bottom: 11px;
  background: #000;
  color: #ffffff;
  font-size: .875rem;
  line-height: 2.25rem; }
  .v-footer a {
    color: #ffffff; }
  .v-footer__copyrights {
    position: relative;
    width: 100%; }

.v-ajaxContent__pagination {
  position: relative;
  text-align: center;
  overflow: hidden;
  font-size: 0;
  line-height: 0; }

.v-ajaxContent__page {
  position: relative;
  display: inline-block;
  margin: 0 14px;
  font-size: .8125rem;
  line-height: 3rem;
  font-weight: bold;
  opacity: .5; }
  .v-ajaxContent__page.display_none {
    display: none; }
  .v-ajaxContent__page_active {
    opacity: 1; }
    .v-ajaxContent__page_active a {
      cursor: default; }
  .v-ajaxContent__page_dot {
    margin: 0 8px; }

.v-anchor__anchor {
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
  opacity: .3; }
  .v-anchor__anchor_active {
    opacity: 1; }

.v-columns {
  position: relative;
  width: 100%; }

.v-columns_1 .v-columns__column {
  float: left;
  width: 100%; }

.v-columns_2 .v-columns__column {
  float: left;
  width: 50%; }

.v-columns_3 .v-columns__column {
  float: left;
  width: 33.33333%; }

.v-columns_4 .v-columns__column {
  float: left;
  width: 25%; }

.v-columns_5 .v-columns__column {
  float: left;
  width: 20%; }

.v-columns_6 .v-columns__column {
  float: left;
  width: 16.66667%; }

.v-columns_7 .v-columns__column {
  float: left;
  width: 14.28571%; }

.v-columns_8 .v-columns__column {
  float: left;
  width: 12.5%; }

.v-columns_9 .v-columns__column {
  float: left;
  width: 11.11111%; }

.v-columns_10 .v-columns__column {
  float: left;
  width: 10%; }

.v-columns_11 .v-columns__column {
  float: left;
  width: 9.09091%; }

.v-columns_12 .v-columns__column {
  float: left;
  width: 8.33333%; }

.v-cursor {
  position: relative; }
  .v-cursor.v-cursor_hideDefault {
    cursor: none !important; }
    .v-cursor.v-cursor_hideDefault * {
      cursor: none !important; }
  .v-cursor__element {
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-50%, -50%);
    width: 36px;
    height: 36px;
    z-index: 999;
    pointer-events: none;
    opacity: 0;
    transition: opacity .45s, top .25s, left .25s; }
    .v-cursor__element_shown {
      opacity: 1; }
    .v-cursor__element_click .v-cursor__border {
      transform: scale(0.8); }
  .v-cursor__border {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
    border: 2px solid #000;
    transition: border .45s, transform .15s; }
  .v-cursor__helper {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: block;
    opacity: 0;
    transition: opacity .45s; }
  .v-cursor__hover {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 9; }
  .v-cursor__inner {
    position: relative; }

.v-faq {
  position: relative;
  overflow: hidden;
  width: 100%; }
  .v-faq__item {
    width: 100%;
    overflow: hidden;
    height: auto;
    margin: 0 0 20px; }
    .v-faq__item:last-child {
      margin: 0; }
  .v-faq__question {
    position: relative;
    width: 100%;
    cursor: pointer;
    padding: 18px 20px 18px 70px;
    color: #ffffff;
    background: #000;
    user-select: none;
    font-size: .875rem;
    line-height: 1.5rem;
    font-weight: bold; }
  .v-faq__answer {
    position: relative;
    display: none;
    width: 100%;
    padding: 30px 20px;
    height: auto;
    font-size: .75rem;
    line-height: 1.125rem;
    color: #000;
    background: #ffffff; }
  .v-faq__close {
    position: absolute;
    display: block;
    top: 15px;
    left: 15px;
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 50%;
    transition: 0.25s;
    cursor: pointer; }
    .v-faq__close:after, .v-faq__close:before {
      content: '';
      position: absolute;
      top: 10px;
      left: 50%;
      height: 10px;
      width: 2px;
      margin: 0 0 0 -1px;
      background: #000; }
    .v-faq__close:after {
      width: 10px;
      height: 2px;
      top: 50%;
      margin: -1px 0 0 0;
      left: 10px; }
    .v-faq__close.v-faq__close_active {
      transform: rotate(45deg); }

.v-filter {
  position: relative; }
  .v-filter__markers {
    position: relative;
    overflow: hidden;
    width: 100%;
    margin: 0 0 10px; }
    .v-filter__markers_empty {
      display: none; }
  .v-filter__marker {
    position: relative;
    float: left;
    margin: 0 10px 10px 0;
    padding: 7px 40px 7px 15px;
    border-radius: 20px;
    background: #000;
    color: #ffffff;
    font-size: .875rem;
    line-height: 20px;
    transition: 0.5s;
    cursor: pointer;
    transform: translateZ(0); }
    .v-filter__marker:last-child {
      margin-right: 0; }
    @media (min-width: 1200px) {
      .v-filter__marker:hover {
        opacity: .7; } }
    .v-filter__marker-close {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translate(0, -50%) rotate(45deg);
      width: 10px;
      height: 10px; }
      .v-filter__marker-close:before, .v-filter__marker-close:after {
        content: '';
        position: absolute;
        display: block;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        background: #ffffff; }
      .v-filter__marker-close:before {
        width: 100%;
        height: 1px; }
      .v-filter__marker-close:after {
        width: 1px;
        height: 100%; }
  .v-filter__item {
    position: relative;
    float: left;
    width: calc((100% - 60px) / 4);
    margin: 0 20px 30px 0; }
    .v-filter__item:nth-child(4n+4) {
      margin: 0 0 30px; }
  .v-filter__title {
    position: relative;
    margin: 0 0 10px;
    font-size: 1rem;
    font-weight: bold;
    color: #000; }
  .v-filter__value {
    position: relative;
    display: inline-block;
    font-size: .875rem;
    color: #000;
    transition: .5s;
    transform: translateZ(0);
    padding: 0 0 0 24px; }
    .v-filter__value:before {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      margin: -5px 0 0 0;
      width: 8px;
      height: 8px;
      border: 1px solid #000;
      transition: .5s;
      opacity: .5; }
    .v-filter__value:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 3px;
      margin: -2px 0 0 0;
      width: 4px;
      height: 4px;
      background: #000;
      transition: .5s;
      opacity: 0; }
    .v-filter__value_active:before {
      opacity: 1; }
    .v-filter__value_active:after {
      opacity: 1; }
    .v-filter__value_disabled {
      opacity: .3;
      cursor: default; }

::-webkit-input-placeholder {
  color: #000; }

::-moz-placeholder {
  color: #000; }

:-moz-placeholder {
  color: #000; }

:-ms-input-placeholder {
  color: #000; }

input,
textarea,
button,
select {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  box-shadow: none; }

input::-ms-clear,
textarea::-ms-clear {
  display: none; }

label {
  user-select: none; }

.v-form {
  position: relative; }
  .v-form__error, .v-form__info {
    margin: 0 0 10px;
    font-size: .75rem;
    line-height: 1.25rem; }
  .v-form__error {
    display: none;
    color: #ce350c; }
  .v-form__input {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 50px;
    margin: 0 0 10px; }
    .v-form__input_textarea {
      height: 150px; }
    .v-form__input_error {
      border-color: #ce350c !important; }
  .v-form__input_select {
    overflow: visible; }
  .v-form input[type="text"],
  .v-form input[type="password"],
  .v-form input[type="email"],
  .v-form textarea {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: block;
    font-size: .875rem;
    color: #000;
    padding: 0 20px;
    background: #ffffff;
    border: 1px solid #000;
    outline: none;
    transition: 0.5s;
    resize: none; }
  .v-form textarea {
    padding: 10px 20px; }
  .v-form *:disabled {
    opacity: .5; }
  .v-form button,
  .v-form input[type="button"],
  .v-form input[type="submit"] {
    cursor: pointer; }

.v-media {
  position: relative;
  overflow: hidden;
  width: 300px;
  height: 200px;
  background: #000; }
  .v-media img {
    display: none;
    width: 100%; }
  .v-media video,
  .v-media iframe, .v-media__image, .v-media__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    z-index: 0; }
  .v-media__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: -25px 0 0 -25px;
    border-radius: 50%;
    background: #ffffff;
    cursor: pointer; }
    .v-media__play div {
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%; }
  .v-media_video .v-media__image {
    z-index: 1;
    cursor: pointer; }
  .v-media_video .v-media__play {
    z-index: 2; }
  .v-media__link {
    z-index: 3; }
  .v-media__hidden {
    display: none !important; }

html.v-menu_show {
  overflow: hidden !important; }

.v-menu-button.v-menu-button_3_static {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 60px;
  right: 60px;
  height: 16px;
  width: auto;
  overflow: visible;
  z-index: 10;
  padding: 0 25px 0 0; }
  .v-menu-button.v-menu-button_3_static .v-menu-button__show,
  .v-menu-button.v-menu-button_3_static .v-menu-button__hide {
    float: left;
    font-size: .75rem;
    text-transform: uppercase;
    color: #000;
    padding: 0 10px 0 0; }
  .v-menu-button.v-menu-button_3_static:not(.v-menu-button_close) .v-menu-button__show {
    display: block; }
  .v-menu-button.v-menu-button_3_static:not(.v-menu-button_close) .v-menu-button__hide {
    display: none; }
  .v-menu-button.v-menu-button_3_static.v-menu-button_close .v-menu-button__show {
    display: none; }
  .v-menu-button.v-menu-button_3_static.v-menu-button_close .v-menu-button__hide {
    display: block; }
  .v-menu-button.v-menu-button_3_static .v-menu-button__lines {
    position: absolute;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    width: 25px; }
    .v-menu-button.v-menu-button_3_static .v-menu-button__lines span {
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      background: #000;
      transition: 0.25s;
      height: 2px; }
      .v-menu-button.v-menu-button_3_static .v-menu-button__lines span:after {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: auto;
        bottom: auto;
        width: 100%;
        height: 100%;
        display: block;
        background: #ffffff;
        transition: 0.5s;
        opacity: .8;
        width: 0; }
      .v-menu-button.v-menu-button_3_static .v-menu-button__lines span:nth-child(2) {
        width: 25px;
        top: 7px; }
      .v-menu-button.v-menu-button_3_static .v-menu-button__lines span:nth-child(3) {
        width: 14px;
        top: 14px; }
  @media (min-width: 1200px) {
    .v-menu-button.v-menu-button_3_static:not(.v-menu-button_forbidden-hover):hover .v-menu-button__lines span:nth-child(3) {
      transform: translateX(11px); } }
  .v-menu-button.v-menu-button_3_static.v-menu-button_close .v-menu-button__lines span:after {
    width: 13px; }
  .v-menu-button.v-menu-button_3_static.v-menu-button_close .v-menu-button__lines span:nth-child(3) {
    transform: translateX(11px); }
    .v-menu-button.v-menu-button_3_static.v-menu-button_close .v-menu-button__lines span:nth-child(3):after {
      width: 10px; }

.v-menu-button.v-menu-button_3_transform {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: fixed;
  top: 60px;
  right: 60px;
  height: 16px;
  width: auto;
  overflow: visible;
  z-index: 10;
  padding: 0 29px 0 0; }
  .v-menu-button.v-menu-button_3_transform .v-menu-button__show,
  .v-menu-button.v-menu-button_3_transform .v-menu-button__hide {
    float: left;
    font-size: .75rem;
    text-transform: uppercase;
    color: #000;
    padding: 0 10px 0 0; }
  .v-menu-button.v-menu-button_3_transform:not(.v-menu-button_close) .v-menu-button__show {
    display: block; }
  .v-menu-button.v-menu-button_3_transform:not(.v-menu-button_close) .v-menu-button__hide {
    display: none; }
  .v-menu-button.v-menu-button_3_transform.v-menu-button_close .v-menu-button__show {
    display: none; }
  .v-menu-button.v-menu-button_3_transform.v-menu-button_close .v-menu-button__hide {
    display: block; }
  .v-menu-button.v-menu-button_3_transform .v-menu-button__lines {
    position: absolute;
    height: 100%;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    width: 29px; }
    .v-menu-button.v-menu-button_3_transform .v-menu-button__lines span {
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      background: #000;
      transition: 0.25s;
      height: 2px; }
      .v-menu-button.v-menu-button_3_transform .v-menu-button__lines span:nth-child(2) {
        top: 7px; }
      .v-menu-button.v-menu-button_3_transform .v-menu-button__lines span:nth-child(3) {
        top: 14px; }
  .v-menu-button.v-menu-button_3_transform.v-menu-button_forbidden-hover .v-menu-button__lines span {
    animation-duration: .5s;
    animation-delay: 0s;
    animation-fill-mode: both; }
    .v-menu-button.v-menu-button_3_transform.v-menu-button_forbidden-hover .v-menu-button__lines span:nth-child(1) {
      animation-name: menuButton_3Transform_OpenSpan1; }
    .v-menu-button.v-menu-button_3_transform.v-menu-button_forbidden-hover .v-menu-button__lines span:nth-child(2) {
      animation-name: menuButton_3Transform_OpenSpan2; }
    .v-menu-button.v-menu-button_3_transform.v-menu-button_forbidden-hover .v-menu-button__lines span:nth-child(3) {
      animation-name: menuButton_3Transform_OpenSpan3; }
  .v-menu-button.v-menu-button_3_transform.v-menu-button_close .v-menu-button__lines span {
    animation-duration: .5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    animation-direction: normal; }
    .v-menu-button.v-menu-button_3_transform.v-menu-button_close .v-menu-button__lines span:nth-child(1) {
      animation-name: menuButton_3Transform_CloseSpan1; }
    .v-menu-button.v-menu-button_3_transform.v-menu-button_close .v-menu-button__lines span:nth-child(2) {
      animation-name: menuButton_3Transform_CloseSpan2; }
    .v-menu-button.v-menu-button_3_transform.v-menu-button_close .v-menu-button__lines span:nth-child(3) {
      animation-name: menuButton_3Transform_CloseSpan3; }

@keyframes menuButton_3Transform_OpenSpan1 {
  from {
    top: 7px;
    transform: rotate(45deg); }
  40% {
    top: 7px;
    transform: none; }
  50% {
    top: 7px;
    transform: none; }
  to {
    top: 0;
    transform: none; } }

@keyframes menuButton_3Transform_OpenSpan2 {
  from {
    opacity: 0; }
  50% {
    opacity: 0; }
  51% {
    opacity: 1; }
  to {
    opacity: 1; } }

@keyframes menuButton_3Transform_OpenSpan3 {
  from {
    top: 7px;
    transform: rotate(-45deg); }
  50% {
    top: 7px;
    transform: none; }
  to {
    top: 14px;
    transform: none; } }

@keyframes menuButton_3Transform_CloseSpan1 {
  from {
    top: 0;
    transform: none; }
  50% {
    top: 7px;
    transform: none; }
  to {
    top: 7px;
    transform: rotate(45deg); } }

@keyframes menuButton_3Transform_CloseSpan2 {
  from {
    opacity: 1; }
  50% {
    opacity: 1; }
  51% {
    opacity: 0; }
  to {
    opacity: 0; } }

@keyframes menuButton_3Transform_CloseSpan3 {
  from {
    top: 14px;
    transform: none; }
  50% {
    top: 7px;
    transform: none; }
  60% {
    top: 7px;
    transform: none; }
  to {
    top: 7px;
    transform: rotate(-45deg); } }

/* Menu */
.v-menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  display: none;
  z-index: 8;
  transform: translateZ(0); }
  .v-menu.v-menu_show {
    display: block; }
  .v-menu__overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    z-index: 1;
    opacity: 0;
    background: rgba(0, 0, 0, 0.5); }
  .v-menu.v-menu_prepare-show .v-menu__overlay {
    animation-name: menuOverlayShow; }
  .v-menu.v-menu_prepare-hide .v-menu__overlay {
    animation-name: menuOverlayHide; }

@keyframes menuOverlayShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes menuOverlayHide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
  .v-menu__content {
    position: fixed;
    top: 20px;
    left: 20px;
    height: calc(100% - 40px);
    width: calc(100% - 40px);
    animation-duration: 0.5s;
    animation-delay: 0s;
    animation-fill-mode: both;
    z-index: 2;
    opacity: 0;
    background: white; }
  .v-menu.v-menu_prepare-show .v-menu__content {
    animation-name: menuContentShow; }
  .v-menu.v-menu_prepare-hide .v-menu__content {
    animation-name: menuContentHide; }

@keyframes menuContentShow {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes menuContentHide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

html.v-menu-shown .page-wrap .scroll-element.scroll-y .scroll-bar {
  opacity: 0; }

.v-popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  display: none;
  z-index: 99;
  /* Modal, Media, Text, Auto */
  /* Video */
  /* Text */
  /* Auto */ }
  .v-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    background: #000;
    z-index: 0; }
  .v-popup__container {
    position: absolute;
    height: 100%;
    overflow: visible;
    top: 0;
    right: calc(-62.5vw - 50px);
    width: 62.5vw;
    z-index: 1;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
  .v-popup__content {
    position: relative;
    height: 100%;
    width: 62.5vw; }
  .v-popup__close {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    overflow: visible;
    top: 50%;
    left: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    z-index: 9;
    background: #000;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    cursor: pointer; }
    .v-popup__close:before, .v-popup__close:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      background: #ffffff; }
    .v-popup__close:before {
      width: 2px;
      height: 24px;
      margin: -12px 0 0 -1px; }
    .v-popup__close:after {
      width: 24px;
      height: 2px;
      margin: -1px 0 0 -12px; }
  .v-popup__level_0, .v-popup__level_1 {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    height: 100%;
    width: 31.25vw;
    background: #ffffff;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
  .v-popup__level_1 {
    left: 50%; }
  .v-popup__after-close {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: -100%;
    background: #000;
    transition: opacity 0.5s, top 0s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    z-index: 1;
    cursor: pointer; }
  .v-popup.display_flex, .v-popup.slider__counter {
    display: flex; }
  .v-popup_level_0 .v-popup__overlay {
    opacity: .75; }
  .v-popup_level_0 .v-popup__container {
    right: -31.25vw; }
  .v-popup_level_1 .v-popup__container {
    right: 0; }
  .v-popup_level_1 .v-popup__level_0 {
    transform: scale(0.9) translateX(5.5%);
    z-index: 9; }
  .v-popup_level_1 .v-popup__after-close {
    top: 0;
    opacity: .5; }
  .v-popup_level_1 .v-popup__close {
    left: 4.9%; }
  .v-popup.v-popup_modal.display_flex, .v-popup.v-popup_modal.slider__counter, .v-popup.v-popup_media.display_flex, .v-popup.v-popup_media.slider__counter, .v-popup.v-popup_text.display_flex, .v-popup.v-popup_text.slider__counter, .v-popup.v-popup_auto.display_flex, .v-popup.v-popup_auto.slider__counter {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center; }
  .v-popup.v-popup_modal .v-popup__container, .v-popup.v-popup_media .v-popup__container, .v-popup.v-popup_text .v-popup__container, .v-popup.v-popup_auto .v-popup__container {
    position: relative;
    right: inherit;
    width: 360px;
    height: 470px;
    opacity: 0; }
  .v-popup.v-popup_modal.v-popup_level_0 .v-popup__container, .v-popup.v-popup_media.v-popup_level_0 .v-popup__container, .v-popup.v-popup_text.v-popup_level_0 .v-popup__container, .v-popup.v-popup_auto.v-popup_level_0 .v-popup__container {
    opacity: 1; }
  .v-popup.v-popup_modal .v-popup__content, .v-popup.v-popup_media .v-popup__content, .v-popup.v-popup_text .v-popup__content, .v-popup.v-popup_auto .v-popup__content {
    overflow: hidden;
    width: 100%; }
  .v-popup.v-popup_modal .v-popup__after-close, .v-popup.v-popup_media .v-popup__after-close, .v-popup.v-popup_text .v-popup__after-close, .v-popup.v-popup_auto .v-popup__after-close {
    display: none; }
  .v-popup.v-popup_modal .v-popup__level_0,
  .v-popup.v-popup_modal .v-popup__level_1, .v-popup.v-popup_media .v-popup__level_0,
  .v-popup.v-popup_media .v-popup__level_1, .v-popup.v-popup_text .v-popup__level_0,
  .v-popup.v-popup_text .v-popup__level_1, .v-popup.v-popup_auto .v-popup__level_0,
  .v-popup.v-popup_auto .v-popup__level_1 {
    width: 100%;
    transform: inherit;
    z-index: 1; }
  .v-popup.v-popup_modal .v-popup__level_1, .v-popup.v-popup_media .v-popup__level_1, .v-popup.v-popup_text .v-popup__level_1, .v-popup.v-popup_auto .v-popup__level_1 {
    left: 100%; }
  .v-popup.v-popup_modal.v-popup_level_1 .v-popup__level_1, .v-popup.v-popup_media.v-popup_level_1 .v-popup__level_1, .v-popup.v-popup_text.v-popup_level_1 .v-popup__level_1, .v-popup.v-popup_auto.v-popup_level_1 .v-popup__level_1 {
    left: 0; }
  .v-popup.v-popup_modal .v-popup__close, .v-popup.v-popup_media .v-popup__close, .v-popup.v-popup_text .v-popup__close, .v-popup.v-popup_auto .v-popup__close {
    left: inherit;
    top: 10px;
    right: 12px;
    transform: rotate(45deg); }
  .v-popup.v-popup_modal:not(.v-popup_media) .v-popup__close, .v-popup.v-popup_media:not(.v-popup_media) .v-popup__close, .v-popup.v-popup_text:not(.v-popup_media) .v-popup__close, .v-popup.v-popup_auto:not(.v-popup_media) .v-popup__close {
    background: transparent; }
    .v-popup.v-popup_modal:not(.v-popup_media) .v-popup__close:before, .v-popup.v-popup_modal:not(.v-popup_media) .v-popup__close:after, .v-popup.v-popup_media:not(.v-popup_media) .v-popup__close:before, .v-popup.v-popup_media:not(.v-popup_media) .v-popup__close:after, .v-popup.v-popup_text:not(.v-popup_media) .v-popup__close:before, .v-popup.v-popup_text:not(.v-popup_media) .v-popup__close:after, .v-popup.v-popup_auto:not(.v-popup_media) .v-popup__close:before, .v-popup.v-popup_auto:not(.v-popup_media) .v-popup__close:after {
      background: #000; }
  .v-popup.v-popup_media .v-popup__container {
    width: 47.216vw;
    height: 26.56vw; }
  .v-popup.v-popup_media .v-popup__close {
    right: -20px;
    top: -20px; }
  .v-popup.v-popup_media video,
  .v-popup.v-popup_media iframe {
    width: 47.216vw;
    height: 26.56vw; }
  .v-popup.v-popup_text .v-popup__level_0,
  .v-popup.v-popup_text .v-popup__level_1 {
    overflow: auto; }
  .v-popup.v-popup_text .v-popup__container {
    width: 100%;
    height: 100%; }
  .v-popup.v-popup_text .v-popup__close {
    top: 20px;
    right: 20px; }
  .v-popup.v-popup_auto .v-popup__level_0,
  .v-popup.v-popup_auto .v-popup__level_1,
  .v-popup.v-popup_auto .v-popup__content {
    position: relative;
    width: auto;
    height: auto; }
  .v-popup.v-popup_auto .v-popup__container {
    width: auto;
    height: auto; }
  .v-popup.v-popup_auto.v-popup_level_0 .v-popup__level_1 {
    display: none; }
  .v-popup.v-popup_auto.v-popup_level_1 .v-popup__level_0 {
    display: none !important; }
  .v-popup.v-popup_auto.v-popup_level_1 .v-popup__level_1 {
    display: none !important; }

.v-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transform: translateZ(0);
  background: #ffffff;
  z-index: 999; }
  .v-preloader_hidden {
    display: none; }

.scroll-wrapper {
  overflow: hidden !important;
  padding: 0 !important;
  position: relative !important; }

.scroll-wrapper > .scroll-content {
  border: none !important;
  box-sizing: content-box !important;
  height: auto;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none !important;
  overflow: scroll !important;
  padding: 0;
  position: relative !important;
  top: 0;
  width: auto !important;
  -webkit-overflow-scrolling: touch; }

.scroll-wrapper > .scroll-content::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scroll-wrapper.scroll--rtl {
  direction: rtl; }

.scroll-element {
  box-sizing: content-box;
  display: none; }

.scroll-element div {
  box-sizing: content-box; }

.scroll-element .scroll-bar,
.scroll-element .scroll-arrow {
  cursor: default; }

.scroll-element.scroll-x.scroll-scrollx_visible,
.scroll-element.scroll-y.scroll-scrolly_visible {
  display: block; }

.scroll-textarea {
  border: 1px solid #cccccc;
  border-top-color: #999999; }

.scroll-textarea > .scroll-content {
  overflow: hidden !important; }

.scroll-textarea > .scroll-content > textarea {
  border: none !important;
  box-sizing: border-box;
  height: 100% !important;
  margin: 0;
  max-height: none !important;
  max-width: none !important;
  overflow: scroll !important;
  outline: none;
  padding: 2px;
  position: relative !important;
  top: 0;
  width: 100% !important; }

.scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
  height: 0;
  width: 0; }

.scrollbar-inner > .scroll-element,
.scrollbar-inner > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-inner > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-x {
  bottom: 2px;
  height: 8px;
  left: 0;
  width: 100%; }

.scrollbar-inner > .scroll-element.scroll-y {
  height: 100%;
  right: 2px;
  top: 0;
  width: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-inner > .scroll-element .scroll-element_outer,
.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-inner > .scroll-element .scroll-element_track,
.scrollbar-inner > .scroll-element .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  filter: alpha(opacity=40);
  opacity: 0.4; }

.scrollbar-inner > .scroll-element .scroll-element_track {
  background-color: #e0e0e0; }

.scrollbar-inner > .scroll-element .scroll-bar {
  background-color: #c2c2c2; }

.scrollbar-inner > .scroll-element:hover .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -12px; }

.scrollbar-inner > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -12px; }

.scrollbar-inner > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -12px; }

.scrollbar-outer > .scroll-element,
.scrollbar-outer > .scroll-element div {
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-outer > .scroll-element {
  background-color: #ffffff; }

.scrollbar-outer > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-x {
  bottom: 0;
  height: 12px;
  left: 0;
  width: 100%; }

.scrollbar-outer > .scroll-element.scroll-y {
  height: 100%;
  right: 0;
  top: 0;
  width: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-element_outer {
  height: 8px;
  top: 2px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-element_outer {
  left: 2px;
  width: 8px; }

.scrollbar-outer > .scroll-element .scroll-element_outer {
  overflow: hidden; }

.scrollbar-outer > .scroll-element .scroll-element_track {
  background-color: #eeeeee; }

.scrollbar-outer > .scroll-element .scroll-element_outer,
.scrollbar-outer > .scroll-element .scroll-element_track,
.scrollbar-outer > .scroll-element .scroll-bar {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px; }

.scrollbar-outer > .scroll-element .scroll-bar {
  background-color: #d9d9d9; }

.scrollbar-outer > .scroll-element .scroll-bar:hover {
  background-color: #c2c2c2; }

.scrollbar-outer > .scroll-element.scroll-draggable .scroll-bar {
  background-color: #919191; }

.scrollbar-outer > .scroll-content.scroll-scrolly_visible {
  left: -12px;
  margin-left: 12px; }

.scrollbar-outer > .scroll-content.scroll-scrollx_visible {
  top: -12px;
  margin-top: 12px; }

.scrollbar-outer > .scroll-element.scroll-x .scroll-bar {
  min-width: 10px; }

.scrollbar-outer > .scroll-element.scroll-y .scroll-bar {
  min-height: 10px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track {
  top: -14px; }

.scrollbar-outer > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -14px; }

.scrollbar-outer > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -14px; }

.scrollbar-macosx > .scroll-element,
.scrollbar-macosx > .scroll-element div {
  background: none;
  border: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 10; }

.scrollbar-macosx > .scroll-element div {
  display: block;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%; }

.scrollbar-macosx > .scroll-element .scroll-element_track {
  display: none; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear; }

.scrollbar-macosx:hover > .scroll-element .scroll-bar,
.scrollbar-macosx > .scroll-element.scroll-draggable .scroll-bar {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
  filter: alpha(opacity=70);
  opacity: 0.7; }

.scrollbar-macosx > .scroll-element.scroll-x {
  bottom: 0px;
  height: 0px;
  left: 0;
  min-width: 100%;
  overflow: visible;
  width: 100%; }

.scrollbar-macosx > .scroll-element.scroll-y {
  height: 100%;
  min-height: 100%;
  right: 1px;
  top: 0;
  width: 4px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar {
  height: 4px;
  min-width: 20px;
  top: -4px;
  transition: opacity .25s; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar:hover,
.scrollbar-macosx > .scroll-element.scroll-x .scroll-bar:active {
  height: 8px;
  top: -8px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
  right: 0px;
  left: initial;
  min-height: 20px;
  width: 4px;
  transition: opacity .25s, width .25s; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar:hover,
.scrollbar-macosx > .scroll-element.scroll-y .scroll-bar:active {
  width: 8px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_outer {
  left: 2px; }

.scrollbar-macosx > .scroll-element.scroll-x .scroll-element_size {
  left: -4px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_outer {
  top: 0px; }

.scrollbar-macosx > .scroll-element.scroll-y .scroll-element_size {
  top: 0; }

.scrollbar-macosx > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
  left: -11px; }

.scrollbar-macosx > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
  top: -11px; }

.v-select {
  position: relative;
  width: 100%;
  text-align: left;
  height: 50px;
  margin: 0 0 10px;
  background: #ffffff;
  font-size: .875rem;
  color: #000;
  user-select: none; }
  .v-select__selected {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    justify-content: flex-start;
    height: 50px;
    padding: 0 50px 0 20px;
    border: 1px solid #000;
    white-space: nowrap;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: 0.5s; }
    .v-select__selected:before {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      right: 20px;
      width: 0;
      height: 0;
      margin: -2px 0 0 0;
      transition: 0.5s;
      border: 4px solid transparent;
      border-top-color: #000;
      border-bottom: 0;
      z-index: 1;
      transition: 0.5s; }
    .v-select__selected span {
      overflow: hidden;
      display: inline-block;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .v-select.v-select_opened .v-select__selected:before {
    transform: rotate(180deg); }
  .v-select__outerUl {
    display: none;
    position: absolute;
    width: 100%;
    top: 50px;
    background: #ffffff;
    border: 1px solid #000;
    border-top: 0;
    z-index: 1;
    transition: border 0.5s; }
  .v-select__content {
    position: relative; }
  .v-select__search {
    display: none;
    position: relative;
    height: 60px;
    padding: 10px; }
    .v-select__search-input {
      position: absolute;
      display: block;
      top: 10px;
      left: 10px;
      width: calc(100% - 20px);
      height: calc(100% - 20px);
      border: 1px solid #000;
      padding: 0 15px;
      font-size: .8125rem;
      color: #000;
      transition: 0.5s; }
  .v-select_searchable .v-select__search {
    display: block; }
  .v-select__ul {
    position: relative; }
  .v-select__li {
    position: relative;
    display: block;
    padding: 10px 20px;
    line-height: normal;
    cursor: pointer; }
    .v-select__li_active {
      display: none;
      color: #ffffff;
      background: #000; }
  .v-select.v-select_show-selected .v-select__li_active {
    display: block; }
  .v-select.v-select_scroll .v-select__outerUl {
    height: auto;
    max-height: 250px; }
  .v-select.v-select_scroll .v-select__content {
    overflow: auto;
    height: auto !important;
    max-height: 250px; }
  .v-select.v-select_scroll .scrollbar-macosx > .scroll-element.scroll-y {
    height: calc(100% - 10px);
    min-height: calc(100% - 10px);
    top: 5px;
    right: 5px;
    width: 5px; }
  .v-select.v-select_scroll .scrollbar-macosx > .scroll-element.scroll-y .scroll-bar {
    background: #000 !important;
    opacity: .3 !important;
    width: 5px; }

.v-form__input_select-error .v-select__selected, .v-form__input_select-error .v-select__outerUl {
  border-color: #ce350c; }

.v-slider {
  position: relative;
  width: 100%;
  height: 100%; }
  .v-slider canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: transparent; }
  .v-slider__items {
    display: none;
    overflow: hidden; }
  .v-slider__control {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate3d(0, -50%, 0);
    width: 25px;
    height: 25px;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.5s;
    background: #000; }
    .v-slider__control_prev {
      left: 15px; }
    .v-slider__control_next {
      right: 15px; }
    .v-slider__control_disabled, .v-slider__control_abolished {
      opacity: .5; }
  .v-slider_control-hidden .v-slider__control {
    display: none; }
  .v-slider_zoom canvas {
    cursor: crosshair; }
  .v-slider_zoom.v-slider_zoom_html .v-slider__zoom_shown {
    display: block; }
  .v-slider_zoom.v-slider_zoom_html .v-slider__zoom-button {
    display: block; }
  .v-slider__zoom {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }
    .v-slider__zoom .bg-image {
      position: relative;
      min-width: 100%;
      min-height: 100%; }
    .v-slider__zoom-button {
      display: none;
      position: absolute;
      bottom: 20px;
      left: 20px;
      width: 36px;
      height: 36px;
      cursor: pointer;
      z-index: 2;
      transition: 0.35s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s; }
      .v-slider__zoom-button.v-slider__zoom-button_active {
        transform: rotate(45deg); }
      .v-slider__zoom-button:before, .v-slider__zoom-button:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        background: #000; }
      .v-slider__zoom-button:before {
        width: 2px;
        height: 100%;
        margin: -18px 0 0 -1px; }
      .v-slider__zoom-button:after {
        width: 100%;
        height: 2px;
        margin: -1px 0 0 -18px; }
  .v-slider__dots {
    position: absolute;
    top: 25%;
    right: 20px;
    width: 14px;
    z-index: 3; }
  .v-slider__dot {
    position: relative;
    width: 14px;
    height: 14px;
    margin: 2px 0;
    cursor: pointer; }
    .v-slider__dot:after {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      left: 50%;
      margin: -3px 0 0 -3px;
      width: 6px;
      height: 6px;
      border-radius: 50%;
      background: #000;
      transition: 0.5s;
      opacity: .2; }
    .v-slider__dot_active:after {
      opacity: 1; }
  .v-slider_dot-hidden .v-slider__dots {
    display: none; }
  .v-slider__tap {
    position: absolute;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    z-index: 2;
    bottom: 40px;
    left: 40px;
    height: 46px;
    cursor: pointer;
    color: #000;
    font-size: .5rem;
    text-transform: uppercase;
    letter-spacing: .4em;
    padding: 0 0 0 68px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: 0.5s;
    opacity: 1; }
    .v-slider__tap:before, .v-slider__tap:after {
      content: '';
      display: block;
      position: absolute;
      border-radius: 50%; }
    .v-slider__tap:before {
      top: 0;
      left: 0;
      width: 44px;
      height: 44px;
      border: 1px solid #000; }
    .v-slider__tap:after {
      top: 20px;
      left: 20px;
      width: 6px;
      height: 6px;
      background: #000; }
    .v-slider__tap div {
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%; }
  .v-slider_tap-hidden .v-slider__tap {
    display: none; }
  .v-slider_tap-hide .v-slider__tap {
    pointer-events: none;
    opacity: 0; }
  .v-slider__video {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1; }
    .v-slider__video video {
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      opacity: 0;
      z-index: 0;
      transition: 0.35s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s; }
      .v-slider__video video.active {
        z-index: 1;
        opacity: 1; }
  .v-sliderContent__items {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block; }
  .v-sliderContent__item {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%; }
    .v-sliderContent__item_active {
      z-index: 1; }
    .v-sliderContent__item * {
      z-index: 0; }

.v-smoothScroll {
  position: relative;
  overflow: auto; }
  .v-smoothScroll__sub {
    position: relative;
    width: 100%; }
  .v-smoothScroll__container {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto; }
  .v-smoothScroll__element {
    position: relative; }
  .v-smoothScroll_scroll .v-smoothScroll__container {
    overflow: hidden; }
  .v-smoothScroll_dragging .v-smoothScroll__container * {
    pointer-events: none !important; }

.v-text__letter {
  display: inline-block; }

.v-text__word {
  display: inline-block; }

.v-view.v-viewed {
  animation-duration: 1s; }

.v-view_opacity {
  opacity: 0;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: both;
  animation-name: vView_Opacity_Hide; }
  .v-view_opacity.v-viewed {
    animation-name: vView_Opacity_Show; }

.v-view_top {
  opacity: 0;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: both;
  animation-name: vView_Top_Hide; }
  .v-view_top.v-viewed {
    animation-name: vView_Top_Show; }

.v-view_bottom {
  opacity: 0;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: both;
  animation-name: vView_Bottom_Hide; }
  .v-view_bottom.v-viewed {
    animation-name: vView_Bottom_Show; }

.v-view_left {
  opacity: 0;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: both;
  animation-name: vView_Left_Hide; }
  .v-view_left.v-viewed {
    animation-name: vView_Left_Show; }

.v-view_right {
  opacity: 0;
  animation-delay: 0s;
  animation-duration: 0s;
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: both;
  animation-name: vView_Right_Hide; }
  .v-view_right.v-viewed {
    animation-name: vView_Right_Show; }

.v-view_1.v-viewed {
  animation-delay: 0.1s; }

.v-view_2.v-viewed {
  animation-delay: 0.2s; }

.v-view_3.v-viewed {
  animation-delay: 0.3s; }

.v-view_4.v-viewed {
  animation-delay: 0.4s; }

.v-view_5.v-viewed {
  animation-delay: 0.5s; }

.v-view_6.v-viewed {
  animation-delay: 0.6s; }

.v-view_7.v-viewed {
  animation-delay: 0.7s; }

.v-view_8.v-viewed {
  animation-delay: 0.8s; }

.v-view_9.v-viewed {
  animation-delay: 0.9s; }

.v-view_10.v-viewed {
  animation-delay: 1s; }

.v-view_11.v-viewed {
  animation-delay: 1.1s; }

.v-view_12.v-viewed {
  animation-delay: 1.2s; }

.v-view_13.v-viewed {
  animation-delay: 1.3s; }

.v-view_14.v-viewed {
  animation-delay: 1.4s; }

.v-view_15.v-viewed {
  animation-delay: 1.5s; }

.v-view_16.v-viewed {
  animation-delay: 1.6s; }

.v-view_17.v-viewed {
  animation-delay: 1.7s; }

.v-view_18.v-viewed {
  animation-delay: 1.8s; }

.v-view_19.v-viewed {
  animation-delay: 1.9s; }

.v-view_20.v-viewed {
  animation-delay: 2s; }

@keyframes vView_Opacity_Hide {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }

@keyframes vView_Opacity_Show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes vView_Top_Hide {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translate(0, -15px); } }

@keyframes vView_Top_Show {
  from {
    opacity: 0;
    transform: translate(0, -15px); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes vView_Botom_Hide {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translate(0, 15px); } }

@keyframes vView_Bottom_Show {
  from {
    opacity: 0;
    transform: translate(0, 15px); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes vView_Left_Hide {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translate(-15px, 0); } }

@keyframes vView_Left_Show {
  from {
    opacity: 0;
    transform: translate(-15px, 0); }
  to {
    opacity: 1;
    transform: none; } }

@keyframes vView_Right_Hide {
  from {
    opacity: 1;
    transform: none; }
  to {
    opacity: 0;
    transform: translate(15px, 0); } }

@keyframes vView_Right_Show {
  from {
    opacity: 0;
    transform: translate(15px, 0); }
  to {
    opacity: 1;
    transform: none; } }

.v-audio__el {
  position: relative;
  width: 100%;
  height: auto; }
  .v-audio__el.v-audio_notloaded {
    pointer-events: none; }
    .v-audio__el.v-audio_notloaded .v-audio__wrapper {
      opacity: .3 !important; }
  .v-audio__el.v-audio_playing .v-audio__play {
    opacity: 0; }
  .v-audio__el.v-audio_playing .v-audio__pause {
    opacity: 1; }

.v-audio__wrapper {
  position: relative;
  width: 100%;
  padding: 0 0 8px; }

.v-audio__container {
  position: relative;
  width: 100%;
  height: 40px;
  background: #000;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  color: #ffffff; }

.v-audio__button {
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 100%;
  cursor: pointer; }

.v-audio__play {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 1; }
  .v-audio__play:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-left: 16px solid #ffffff;
    transform: translate(-8px, -10px); }

.v-audio__pause {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  opacity: 0; }
  .v-audio__pause:before, .v-audio__pause:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 3px;
    height: 20px;
    background: #ffffff;
    transform: translate(0, -50%); }
  .v-audio__pause:before {
    left: calc(50% + 2px); }
  .v-audio__pause:after {
    right: calc(50% + 2px); }

.v-audio__name {
  width: calc(100% - 50px - 100px);
  margin: 0 0 0 50px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.v-audio__time {
  position: relative;
  width: 100px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  justify-content: flex-end; }

.v-audio__separator:before {
  content: '/';
  display: inline-block;
  margin: 0 5px; }

.v-audio__bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgba(255, 255, 255, 0.1); }

.v-audio__progress {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #ffffff; }

.v-audio__dot {
  position: absolute;
  right: -3px;
  top: -3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ffffff; }

/* Imports */
@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-LightItalic.eot");
  src: url("../../v-fonts/Roboto/Roboto-LightItalic.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-LightItalic.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-LightItalic.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-LightItalic.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-LightItalic.svg#Roboto-LightItalic") format("svg");
  font-weight: 300;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-MediumItalic.eot");
  src: url("../../v-fonts/Roboto/Roboto-MediumItalic.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-MediumItalic.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-MediumItalic.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-MediumItalic.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-MediumItalic.svg#Roboto-MediumItalic") format("svg");
  font-weight: 500;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-Italic.eot");
  src: url("../../v-fonts/Roboto/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-Italic.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-Italic.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-Italic.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-BoldItalic.eot");
  src: url("../../v-fonts/Roboto/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-BoldItalic.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-BoldItalic.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-BoldItalic.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: bold;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-Black.eot");
  src: url("../../v-fonts/Roboto/Roboto-Black.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-Black.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-Black.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-Black.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-Black.svg#Roboto-Black") format("svg");
  font-weight: 900;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-Regular.eot");
  src: url("../../v-fonts/Roboto/Roboto-Regular.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-Regular.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-Regular.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-Regular.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-Regular.svg#Roboto-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-Bold.eot");
  src: url("../../v-fonts/Roboto/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-Bold.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-Bold.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-Bold.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-Bold.svg#Roboto-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-ThinItalic.eot");
  src: url("../../v-fonts/Roboto/Roboto-ThinItalic.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-ThinItalic.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-ThinItalic.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-ThinItalic.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-ThinItalic.svg#Roboto-ThinItalic") format("svg");
  font-weight: 100;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-BlackItalic.eot");
  src: url("../../v-fonts/Roboto/Roboto-BlackItalic.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-BlackItalic.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-BlackItalic.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-BlackItalic.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-BlackItalic.svg#Roboto-BlackItalic") format("svg");
  font-weight: 900;
  font-style: italic; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-Light.eot");
  src: url("../../v-fonts/Roboto/Roboto-Light.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-Light.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-Light.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-Light.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-Light.svg#Roboto-Light") format("svg");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-Thin.eot");
  src: url("../../v-fonts/Roboto/Roboto-Thin.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-Thin.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-Thin.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-Thin.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-Thin.svg#Roboto-Thin") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: 'Roboto';
  src: url("../../v-fonts/Roboto/Roboto-Medium.eot");
  src: url("../../v-fonts/Roboto/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/Roboto/Roboto-Medium.woff2") format("woff2"), url("../../v-fonts/Roboto/Roboto-Medium.woff") format("woff"), url("../../v-fonts/Roboto/Roboto-Medium.ttf") format("truetype"), url("../../v-fonts/Roboto/Roboto-Medium.svg#Roboto-Medium") format("svg");
  font-weight: 500;
  font-style: normal; }

@font-face {
  font-family: 'BigNoodleTitlingCyr';
  src: url("../../v-fonts/BigNoodleTitlingCyr/BigNoodleTitlingCyr.eot");
  src: url("../../v-fonts/BigNoodleTitlingCyr/BigNoodleTitlingCyr.eot?#iefix") format("embedded-opentype"), url("../../v-fonts/BigNoodleTitlingCyr/BigNoodleTitlingCyr.woff2") format("woff2"), url("../../v-fonts/BigNoodleTitlingCyr/BigNoodleTitlingCyr.woff") format("woff"), url("../../v-fonts/BigNoodleTitlingCyr/BigNoodleTitlingCyr.ttf") format("truetype"), url("../../v-fonts/BigNoodleTitlingCyr/BigNoodleTitlingCyr.svg#BigNoodleTitlingCyr") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Default */
html {
  font-family: 'Roboto', sans-serif;
  user-select: none;
  line-height: normal;
  overflow: hidden; }

input,
textarea {
  font-family: 'Roboto', sans-serif; }

body {
  background: #161616;
  color: #fff;
  transition: background 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s; }

.scrollbar-macosx > .scroll-element .scroll-bar {
  background-color: #000;
  border-radius: 0; }

* {
  -ms-scroll-chaining: none;
  -ms-content-zooming: none;
  -ms-overflow-style: none; }

div::-webkit-scrollbar {
  display: none; }

html:not(.v-mobile-device).v-browser_edge,
html:not(.v-mobile-device).v-browser_ie {
  touch-action: none; }
  html:not(.v-mobile-device).v-browser_edge *,
  html:not(.v-mobile-device).v-browser_ie * {
    touch-action: none; }

/* Default */
.default {
  position: relative;
  transition: background 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s; }

/* Imports */
.v-preloader {
  background: #222222; }
  .v-preloader__canvas {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    opacity: 0;
    z-index: 0; }

.page__screen {
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: opacity 0.25s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s; }
  .page__screen:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: #161616;
    transform: translate3d(0, -100%, 0);
    animation-name: screenBeforeHide;
    animation-delay: 0s;
    animation-duration: .35s;
    animation-fill-mode: both;
    animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    z-index: 9; }
  .page__screen.hide {
    pointer-events: none;
    opacity: 1; }
    .page__screen.hide:before {
      animation-name: screenBeforeShow; }
  @media (max-width: 1199px) {
    .page__screen:before {
      display: none; }
    .page__screen.hide_mobile {
      opacity: 0; } }

@keyframes screenBeforeHide {
  from {
    transform: translate3d(0, 0, 0); }
  to {
    transform: translate3d(0, -100%, 0); } }

@keyframes screenBeforeShow {
  from {
    transform: translate3d(0, 100%, 0); }
  to {
    transform: translate3d(0, 0, 0); } }

.page-wrap {
  overflow: hidden;
  transition: transform 0.85s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s; }

.page__scroll {
  position: absolute;
  height: 100%;
  width: 100%; }
  .page__scroll.v-smoothScroll {
    overflow-x: hidden;
    overflow-y: hidden; }
    .page__scroll.v-smoothScroll .scroll__outer {
      position: relative;
      overflow: hidden; }

.page__afterLoad {
  transition: opacity 0.75s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
  opacity: 0; }
  .page__afterLoad.show {
    opacity: 1; }

.page__image {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  pointer-events: none; }
  .page__image .bg-image:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: block;
    background: rgba(41, 41, 41, 0.75); }

.page__image-content {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 0;
  padding: 0 8vw 0 24vw;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center; }
  .page__image-content h1 {
    padding: 0 20% 0 0; }
  .page__image-content + .content {
    margin-top: -8vw; }

.page__image-top, .page__image-bottom {
  font-family: 'BigNoodleTitlingCyr'; }
  .page__image-top a:not(.page__image-back), .page__image-bottom a:not(.page__image-back) {
    color: #fff; }
    .page__image-top a:not(.page__image-back):after, .page__image-bottom a:not(.page__image-back):after {
      content: '';
      display: block;
      position: absolute;
      bottom: -2px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #fff;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s;
      transform: scale(0, 1); }
    @media (min-width: 1200px) {
      .page__image-top a:not(.page__image-back):hover, .page__image-bottom a:not(.page__image-back):hover {
        color: #fff; }
        .page__image-top a:not(.page__image-back):hover:after, .page__image-bottom a:not(.page__image-back):hover:after {
          transform: none; } }

.page__image-top {
  font-size: .9375rem;
  line-height: 1rem;
  letter-spacing: .1em;
  margin-bottom: 1.875rem; }
  .page__image-top p + p {
    margin-top: 1rem; }

.page__image-bottom {
  font-size: 1.5rem;
  line-height: 1.875rem;
  margin-top: 3rem; }

.page__image-back {
  display: inline-block;
  padding: 0 0 0 3.75rem;
  margin: 0 0 1.25rem;
  color: #fff; }
  .page__image-back:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 3.75rem;
    height: 100%;
    background: url("../../image/svg/back.svg") right center no-repeat;
    background-size: 1.25rem auto;
    transform: rotate(180deg);
    transition: 0.75s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
  @media (min-width: 1200px) {
    .page__image-back:hover {
      color: #fff; }
      .page__image-back:hover:after {
        transform: translateX(-0.625rem) rotate(180deg); } }

.page__scrolldown {
  position: absolute;
  bottom: 4vw;
  left: calc(4vw - .25rem);
  padding: 0 0 calc(4vw + 1.875rem);
  cursor: pointer;
  font-size: .875rem;
  line-height: normal;
  letter-spacing: .1em;
  text-transform: uppercase; }
  .page__scrolldown-text {
    position: relative; }
  .page__scrolldown-line {
    position: absolute;
    left: 50%;
    bottom: 0;
    margin: 0 0 0 -1px;
    width: 2px;
    height: 4vw;
    background: #fff;
    animation: scrolldownNudge 5s ease-out infinite; }

@keyframes scrolldownNudge {
  0% {
    transform: translateY(0); }
  20% {
    transform: translateY(8px); }
  30% {
    transform: translateY(0); }
  50% {
    transform: translateY(8px); }
  60% {
    transform: translateY(0); }
  80% {
    transform: translateY(8px); }
  90% {
    transform: translateY(0); } }

/* Scroll */
body.noSmoothScroll .page__scroll.v-smoothScroll {
  height: 100% !important;
  overflow: auto; }
  body.noSmoothScroll .page__scroll.v-smoothScroll > .v-smoothScroll__sub {
    display: none !important; }
  body.noSmoothScroll .page__scroll.v-smoothScroll > .v-smoothScroll__container {
    position: relative;
    height: auto !important;
    overflow: hidden; }
    body.noSmoothScroll .page__scroll.v-smoothScroll > .v-smoothScroll__container > .scroll__outer {
      transform: none !important; }

.wrap {
  padding: 0 8vw; }

.v-header {
  height: 8.5rem;
  transition: color 0.5s, height 0.5s, background 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
  transform: translateZ(0); }
  .v-header.mini {
    height: 6.5rem;
    background: white; }
    .v-header.mini .v-header__logo a:before {
      opacity: 0; }
    .v-header.mini .v-header__logo a:after {
      opacity: 1; }
    .v-header.mini .v-header__menu > ul li a {
      color: #000; }
      .v-header.mini .v-header__menu > ul li a:after {
        background: #000; }
    .v-header.mini .v-header__lang {
      margin-left: 5rem; }
      .v-header.mini .v-header__lang .v-select__selected {
        color: #000; }
        .v-header.mini .v-header__lang .v-select__selected:after {
          border-top-color: #000; }
      .v-header.mini .v-header__lang .v-select__li {
        color: #000; }
  .v-header .wrap {
    padding: 0 4vw 1rem 4vw;
    display: flex;
    flex-direction: row;
    align-items: flex-end;
    justify-content: space-between; }
  .v-header__logo {
    position: relative;
    z-index: 10;
    width: 5.4375rem;
    height: 4.5rem; }
    .v-header__logo a:before, .v-header__logo a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      background-size: 100% auto;
      background-repeat: no-repeat;
      background-position: center;
      transition: opacity 0.5s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s; }
    .v-header__logo a:before {
      background-image: url("../../image/svg/logo.svg"); }
    .v-header__logo a:after {
      opacity: 0;
      background-image: url("../../image/svg/logo_black.svg"); }
  .v-header__menu {
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-family: 'BigNoodleTitlingCyr';
    font-size: .9375rem;
    line-height: 1rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    padding: 0 0 .875rem; }
    .v-header__menu > ul {
      display: flex;
      flex-direction: row;
      align-items: center;
      justify-content: center; }
      .v-header__menu > ul li {
        margin-right: 2.5rem; }
        .v-header__menu > ul li:last-child {
          margin-right: 0; }
        .v-header__menu > ul li.active a:after {
          transform: none; }
      .v-header__menu > ul a {
        display: inline-block;
        padding: .5rem;
        color: #fff; }
        .v-header__menu > ul a:after {
          content: '';
          display: block;
          position: absolute;
          bottom: .125rem;
          left: .5rem;
          width: calc(100% - .1em - 1rem);
          height: 2px;
          background: #fff;
          transition: 0.5s;
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-delay: 0s;
          transform: scale(0, 1); }
        @media (min-width: 1200px) {
          .v-header__menu > ul a:hover:after {
            transform: none; } }
  .v-header__lang {
    margin-left: 5rem; }
    .v-header__lang .v-select {
      height: 1rem;
      margin: 0;
      background: transparent;
      font-family: 'BigNoodleTitlingCyr';
      font-size: .9375rem;
      letter-spacing: .1em;
      text-transform: uppercase;
      color: #fff; }
      .v-header__lang .v-select__selected {
        height: 1rem;
        padding: 0 .75rem 0 0;
        border: 0;
        overflow: visible;
        transition: color 0.5s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        transition-delay: 0s; }
        .v-header__lang .v-select__selected:before {
          display: none; }
        .v-header__lang .v-select__selected:after {
          content: '';
          position: absolute;
          display: block;
          top: 50%;
          right: 0;
          width: 0;
          height: 0;
          margin: -2px 0 0 0;
          border: 3px solid transparent;
          border-top-width: 4px;
          border-top-color: #fff;
          border-bottom: 0;
          z-index: 1;
          transition: border 0.35s;
          transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
          transition-delay: 0; }
      .v-header__lang .v-select__outerUl {
        top: 2.375rem;
        border: 0;
        background: transparent; }
      .v-header__lang .v-select__ul {
        padding: 0; }
      .v-header__lang .v-select__li {
        transition: color 0.5s;
        transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
        transition-delay: 0s;
        padding: .25rem 0;
        line-height: 1rem;
        color: #fff; }
        .v-header__lang .v-select__li_active {
          display: none !important; }

.v-menu__lang .v-select {
  height: 1.125rem;
  margin: 0;
  background: transparent;
  font-family: 'BigNoodleTitlingCyr';
  font-size: 1.125rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #fff; }
  .v-menu__lang .v-select__selected {
    height: 1.125rem;
    padding: 0 .75rem 0 0;
    border: 0;
    overflow: visible;
    transition: color 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
    .v-menu__lang .v-select__selected:before {
      display: none; }
    .v-menu__lang .v-select__selected:after {
      content: '';
      position: absolute;
      display: block;
      top: 50%;
      right: 0;
      width: 0;
      height: 0;
      margin: -3px 0 0 0;
      border: 3px solid transparent;
      border-top-width: 6px;
      border-top-color: #fff;
      border-bottom: 0;
      z-index: 1;
      transition: border 0.35s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0; }
  .v-menu__lang .v-select__outerUl {
    top: 1.5rem;
    border: 0;
    background: transparent; }
  .v-menu__lang .v-select__ul {
    padding: 0; }
  .v-menu__lang .v-select__li {
    transition: color 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    padding: .25rem 0;
    line-height: 1rem;
    color: #fff; }
    .v-menu__lang .v-select__li_active {
      display: none !important; }

.v-footer {
  position: relative;
  padding: 3rem 4vw;
  margin: 8vw 0 0 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  background: #222222;
  font-size: .875rem;
  line-height: 1.5rem;
  color: #686868; }
  .v-footer a {
    color: #fff; }
    .v-footer a:after {
      content: '';
      display: block;
      position: absolute;
      bottom: -1px;
      left: 0;
      width: 100%;
      height: 1px;
      background: #fff;
      transform: scale(0, 1);
      transition: 0.75s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s; }
    @media (min-width: 1200px) {
      .v-footer a:hover {
        color: #fff; }
        .v-footer a:hover:after {
          transform: none; } }
  .v-footer__email {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0); }

a {
  color: #000; }
  a.active {
    color: #000; }
  @media (min-width: 1200px) {
    a:hover {
      color: #000; } }

.text-content {
  font-size: .875rem;
  line-height: 1.5rem;
  color: #757575; }
  .text-content_strong {
    color: #000; }

h1,
h2 {
  font-family: 'BigNoodleTitlingCyr';
  font-size: 4.25rem;
  line-height: 4.25rem; }
  h1 + h3,
  h2 + h3 {
    margin-top: 2.75rem; }

h3 {
  font-family: 'BigNoodleTitlingCyr';
  font-size: 1.875rem;
  line-height: 2.25rem; }
  h3 + .text-content {
    margin-top: 2.25rem; }

h4 {
  font-family: 'BigNoodleTitlingCyr';
  font-size: 1.5rem;
  line-height: 1.875rem; }

*[data-text] .v-text__word {
  overflow: hidden; }
  *[data-text] .v-text__word .v-text__letter {
    transform: translate(0, 110%); }

.ajax_hidden {
  opacity: 0; }

.v-ajaxContent__pagination {
  display: block;
  width: 100%;
  text-align: left;
  margin: 5.5rem 0 0 -.5rem; }

.v-ajaxContent__page {
  margin: 0 1.5rem 0 0;
  font-family: 'BigNoodleTitlingCyr';
  font-size: .9375rem;
  line-height: 1.5rem;
  letter-spacing: .1em;
  font-weight: normal;
  opacity: 1; }
  .v-ajaxContent__page span {
    display: inline-block;
    padding: .5rem; }
  .v-ajaxContent__page:after {
    content: '';
    display: block;
    position: absolute;
    left: .5rem;
    bottom: .5rem;
    width: calc(100% - 1rem - .1em);
    height: 2px;
    background: #000;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    transform: scale(0, 1); }
  .v-ajaxContent__page_active:after {
    transform: none; }

.v-ajaxContent__item {
  transition: opacity 0.25s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s; }

.v-ajaxContent.hide-elements .v-ajaxContent__item {
  opacity: 0; }

.content {
  position: relative;
  margin: 0 0 0 16vw;
  background: #fff;
  padding: 0 0;
  color: #000; }

.image {
  background: #161616; }
  .image:not(.image_auto) {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%; }
    .image:not(.image_auto) img {
      display: none; }
  .image.image_auto img {
    display: block;
    width: 100%;
    visibility: hidden; }
  .image.image_animate:after {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    bottom: auto;
    width: 100%;
    height: 100%;
    display: block;
    background: #222222;
    transition: 0.75s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
  .image .bg-image {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    transition: opacity 0.35s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    opacity: 0; }
  .image_loaded .bg-image {
    opacity: 1; }
  .image__block {
    position: relative;
    width: 100%; }
    .image__block.v-viewed .image_animate:after {
      width: 0; }
  .image__link {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%; }

.a-button {
  padding: 1.125rem 2rem;
  min-width: 180px;
  background: transparent;
  color: #000;
  font-family: 'BigNoodleTitlingCyr';
  font-size: .9375rem;
  line-height: 1.125rem;
  letter-spacing: .1em; }
  .a-button span {
    display: inline-block;
    position: relative;
    z-index: 1; }
  .a-button:before {
    content: '';
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    border: 1px solid #000;
    z-index: 0;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
  .a-button:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    width: 0;
    z-index: 0;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    background: #000; }
  @media (min-width: 1200px) {
    .a-button:hover {
      color: #fff; }
      .a-button:hover:before {
        transform: translate(0.625rem, 0.625rem); }
      .a-button:hover:after {
        width: 100%; } }
  .a-button_black {
    background: #000;
    color: #fff; }
    .a-button_black:before {
      border: 1px solid #000; }
    .a-button_black:after {
      background: #fff; }
    @media (min-width: 1200px) {
      .a-button_black:hover {
        color: #000; } }
  .a-button_white {
    background: transparent;
    color: #fff; }
    .a-button_white:before {
      border: 1px solid #fff; }
    .a-button_white:after {
      background: #fff; }
    @media (min-width: 1200px) {
      .a-button_white:hover {
        color: #000; } }

.person__items {
  position: relative; }

.person__item {
  position: relative;
  float: left;
  width: calc((68vw - 3.75rem) / 3);
  margin-right: 1.875rem;
  margin-top: 3.25rem; }
  .person__item:nth-child(1), .person__item:nth-child(2), .person__item:nth-child(3) {
    margin-top: 0; }
  .person__item.v-clear__item_2 {
    margin-right: 0; }

.person__image {
  height: calc((68vw - 3.75rem) / 3 * 1.2); }

.person__name {
  margin-top: 2rem;
  font-family: 'BigNoodleTitlingCyr';
  font-size: 1.5rem;
  line-height: 1.875rem; }
  @media (min-width: 1200px) {
    .person__name a:hover {
      text-decoration: underline; } }

.person__post {
  margin-top: .25rem;
  font-family: 'BigNoodleTitlingCyr';
  font-size: 1rem;
  line-height: 1.5rem; }
  .person__post + .person__text {
    margin-top: 1.25rem; }

.person__text {
  margin-top: 1rem; }

.person__readmore {
  margin-top: 2.75rem; }

.social__item {
  position: relative;
  width: 3.75rem;
  height: 3.75rem;
  border: 1px solid #000; }
  .social__item:before {
    content: '';
    display: block;
    position: absolute;
    top: auto;
    left: 0;
    right: auto;
    bottom: 0;
    width: 100%;
    height: 100%;
    height: 0;
    background: #000;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
  .social__item a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%; }
    .social__item a:before, .social__item a:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      background-position: center;
      background-size: 1.25rem auto;
      background-repeat: no-repeat;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s; }
    .social__item a:after {
      opacity: 0; }
  @media (min-width: 1200px) {
    .social__item:hover:before {
      height: 100%; }
    .social__item:hover a:before {
      opacity: 0; }
    .social__item:hover a:after {
      opacity: 1; } }
  .social__item_in a:before {
    background-image: url("../../image/svg/in.svg"); }
  .social__item_in a:after {
    background-image: url("../../image/svg/in_white.svg"); }
  .social__item_fb a:before {
    background-image: url("../../image/svg/fb.svg"); }
  .social__item_fb a:after {
    background-image: url("../../image/svg/fb_white.svg"); }
  .social__item_yt a:before {
    background-size: 1.75rem auto;
    background-image: url("../../image/svg/yt.svg"); }
  .social__item_yt a:after {
    background-size: 1.75rem auto;
    background-image: url("../../image/svg/yt_white.svg"); }

.social_white .social__item {
  border: 1px solid #fff; }
  .social_white .social__item:before {
    background: #fff; }
  .social_white .social__item a:before {
    opacity: 0; }
  .social_white .social__item a:after {
    opacity: 1; }
  @media (min-width: 1200px) {
    .social_white .social__item:hover a:before {
      opacity: 1; }
    .social_white .social__item:hover a:after {
      opacity: 0; } }

.share {
  margin-top: 2.625rem;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: 'BigNoodleTitlingCyr';
  font-size: .9375rem;
  line-height: 1.5rem;
  letter-spacing: .1em; }
  .share .social {
    margin-left: 1.5rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start; }
    .share .social__item {
      margin-right: .625rem; }
      .share .social__item:last-child {
        margin-right: 0; }

.slider .v-slider__control {
  top: initial;
  bottom: 0;
  transform: none;
  border-radius: 0;
  width: 7.5rem;
  height: 3.375rem;
  background: transparent;
  border: 1px solid #fff;
  transition: background 0.45s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s; }
  .slider .v-slider__control:before, .slider .v-slider__control:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background-size: 1.25rem auto;
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.45s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
  .slider .v-slider__control:after {
    opacity: 0; }
  @media (min-width: 1200px) {
    .slider .v-slider__control:hover {
      background-color: #fff; }
      .slider .v-slider__control:hover:before {
        opacity: 0; }
      .slider .v-slider__control:hover:after {
        opacity: 1; } }
  .slider .v-slider__control_prev {
    left: 0; }
    .slider .v-slider__control_prev:before, .slider .v-slider__control_prev:after {
      transform: rotate(180deg); }
    .slider .v-slider__control_prev:before {
      background-image: url("../../image/svg/prev.svg"); }
    .slider .v-slider__control_prev:after {
      background-image: url("../../image/svg/prev_black.svg"); }
  .slider .v-slider__control_next {
    right: auto;
    left: 8.25rem; }
    .slider .v-slider__control_next:before {
      background-image: url("../../image/svg/next.svg"); }
    .slider .v-slider__control_next:after {
      background-image: url("../../image/svg/next_black.svg"); }

.slider__counter {
  top: calc(50% - 3.625rem);
  left: 4vw;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 2;
  font-family: 'BigNoodleTitlingCyr';
  font-size: 4.25rem;
  line-height: 4.25rem; }
  .slider__counter-separator, .slider__counter-total {
    margin: .25rem .25rem 0 0;
    font-size: .9375rem;
    line-height: 1.5rem; }
  .slider__counter-current {
    position: relative; }
    .slider__counter-current span,
    .slider__counter-current div {
      opacity: 0; }
    .slider__counter-current div {
      position: absolute;
      top: 0;
      transition: 0.45s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s; }

.slider__content {
  top: 0;
  left: 0;
  width: 50%;
  height: 100%; }
  .slider__content-item {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    opacity: 0;
    flex-direction: column;
    align-items: flex-start; }
    .slider__content-item.active {
      opacity: 1; }

.v-popup.v-popup_media {
  z-index: 998; }
  .v-popup.v-popup_media .v-popup__level {
    background: #000; }
  .v-popup.v-popup_media .v-popup__overlay {
    background: rgba(0, 0, 0, 0.5); }
  .v-popup.v-popup_media.v-popup_level_0 .v-popup__overlay {
    opacity: 1; }
  .v-popup.v-popup_media .v-popup__container,
  .v-popup.v-popup_media iframe,
  .v-popup.v-popup_media video {
    width: 60vw;
    height: 33.75vw; }
  .v-popup.v-popup_media .v-popup__close {
    position: fixed;
    right: calc(4vw - .5rem);
    top: calc(4vw - .5rem);
    width: 2.5rem;
    height: 2.5rem;
    transform: none;
    border-radius: 0;
    background: url("../../image/svg/close.svg") center no-repeat;
    background-size: 1.5rem; }
    .v-popup.v-popup_media .v-popup__close:before, .v-popup.v-popup_media .v-popup__close:after {
      display: none; }

.home .v-footer {
  margin-top: 0; }

.home__first {
  overflow: hidden;
  padding-top: 7%; }
  .home__first .image {
    transition: opacity 0.35s, transform 0.75s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    transform: translate3d(0, 40%, 0) scale(1.2); }
  .home__first .bg-image:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.5);
    transform: translate3d(0, 0, 0);
    z-index: 1; }
  .home__first.show .image {
    transform: none; }
  .home__first.show_ajax .image {
    transition: 0s;
    transform: scale(1.2); }
  .home__first.show_ajax.show .image {
    transition: opacity 0.35s, transform 0.75s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    transform: none; }

.home .wrap {
  padding: 0 8vw 0 25vw; }

.home__blog {
  padding: 8vw 0;
  background: #161616; }
  .home__blog-items {
    margin-top: 5rem; }
  .home__blog .v-columns__column_0 {
    padding: 0 4vw 0 0; }
  .home__blog .v-columns__column_1 {
    padding: 3.75rem 0 0 4vw; }
  .home__blog-item {
    position: relative;
    margin-top: 5rem; }
    .home__blog-item:first-child {
      margin-top: 0; }
    .home__blog-item .image__block {
      z-index: 0;
      transform: translateZ(0); }
  .home__blog .bg-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.25);
    z-index: 1; }
  .home__blog .image__link {
    z-index: 1; }
  .home__blog-content {
    position: relative;
    z-index: 1;
    margin-top: -3.75rem;
    padding: 0 1.875rem;
    transform: perspective(2000px); }
  .home__blog-title {
    font-family: 'BigNoodleTitlingCyr';
    font-size: 2.25rem;
    line-height: 2.25rem; }
    .home__blog-title a {
      color: #fff; }
  .home__blog-date {
    margin-top: .75rem;
    font-family: 'BigNoodleTitlingCyr';
    font-size: .9375rem;
    line-height: 1.5rem;
    letter-spacing: .1em; }
  .home__blog-text {
    margin-top: .5rem;
    color: #fff; }
  .home__blog-readmore {
    margin-top: 2rem; }

.home__sliders {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .home__sliders .v-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    transform: translateZ(0);
    z-index: 0; }
    .home__sliders .v-slider:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      background: rgba(41, 41, 41, 0.5);
      transform: translateZ(0);
      z-index: 1; }
  .home__sliders .wrap {
    position: relative;
    z-index: 1;
    padding-top: 8vw; }

.home__slider_content {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 100%;
  z-index: 1; }
  .home__slider_content-item {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    transition: 0.45s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    opacity: 0;
    pointer-events: none;
    padding: 0 42vw 0 25vw; }
    .home__slider_content-item.active {
      opacity: 1;
      pointer-events: all; }
  .home__slider_content .slider .v-slider__control_prev {
    left: 25vw;
    bottom: 20%; }
  .home__slider_content .slider .v-slider__control_next {
    left: calc(25vw + 8.25rem);
    bottom: 20%; }

.home__slider-title {
  position: absolute;
  left: 25vw;
  top: calc(50% - 3.625rem);
  width: 50vw;
  font-family: 'BigNoodleTitlingCyr';
  font-size: 4.25rem;
  line-height: 4.25rem; }
  .home__slider-title a {
    color: #fff; }

.home__slider-play {
  position: absolute;
  left: 25vw;
  top: calc(50% - 3rem);
  display: block;
  width: 116px;
  height: 116px; }
  .home__slider-play span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    border: 2px solid #fff;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
    .home__slider-play span:before, .home__slider-play span:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      transition: opacity 1s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 13px 15px; }
    .home__slider-play span:before {
      background-image: url("../../image/svg/play.svg"); }
    .home__slider-play span:after {
      background-image: url("../../image/svg/play_black.svg");
      opacity: 0; }
  @media (min-width: 1200px) {
    .home__slider-play:hover span {
      background: #fff; }
      .home__slider-play:hover span:before {
        opacity: 0; }
      .home__slider-play:hover span:after {
        opacity: 1; } }
  .home__slider-play + .home__slider-title {
    left: calc(25vw + 140px); }

.home__calendar {
  padding: 8vw 0;
  background: #161616; }
  .home__calendar-items {
    margin-top: 5rem; }
  .home__calendar .bg-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.25);
    z-index: 1; }
  .home__calendar .image__link {
    z-index: 1; }
  .home__calendar-item {
    position: relative;
    float: left;
    width: 29.5vw;
    margin-right: 8vw; }
    .home__calendar-item .image__block {
      z-index: 0;
      transform: translateZ(0); }
    .home__calendar-item:nth-child(1), .home__calendar-item:nth-child(3) {
      margin-right: 0; }
    .home__calendar-item:nth-child(1) {
      width: 100%; }
      .home__calendar-item:nth-child(1) .image {
        height: 31vw; }
        .home__calendar-item:nth-child(1) .image img {
          display: none; }
      .home__calendar-item:nth-child(1) .home__calendar-content {
        margin: -13vw 0 0 37.5%;
        width: 62.5%;
        background: #222222;
        padding: 2.25rem 3.75rem; }
    .home__calendar-item:nth-child(2) {
      margin-top: 12vw; }
    .home__calendar-item:nth-child(3) {
      margin-top: 8vw; }
  .home__calendar-content {
    position: relative;
    z-index: 1;
    margin-top: -3.75rem;
    padding: 0 1.875rem;
    transform: perspective(2000px); }
  .home__calendar-title {
    font-family: 'BigNoodleTitlingCyr';
    font-size: 2.25rem;
    line-height: 2.25rem; }
    .home__calendar-title a {
      color: #fff; }
  .home__calendar-date {
    margin-top: .75rem;
    font-family: 'BigNoodleTitlingCyr';
    font-size: .9375rem;
    line-height: 1.5rem;
    letter-spacing: .1em; }
  .home__calendar-text {
    margin-top: .5rem;
    color: #fff; }
  .home__calendar-readmore {
    margin-top: 2rem; }

.home__gallery {
  padding: 8vw 0;
  background: #222222; }
  .home__gallery-items {
    margin-top: 5rem; }
  .home__gallery .v-columns__column_0 {
    padding: 0 4vw 0 0; }
  .home__gallery .v-columns__column_1 {
    padding: 3.75rem 0 0 4vw; }
  .home__gallery-item {
    position: relative;
    margin-top: 5rem; }
    .home__gallery-item:first-child {
      margin-top: 0; }
    .home__gallery-item .image__block {
      z-index: 0;
      transform: translateZ(0); }
  .home__gallery .bg-image:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%;
    background: rgba(41, 41, 41, 0.25);
    z-index: 1; }
  .home__gallery .image__link {
    z-index: 1; }
  .home__gallery-content {
    position: relative;
    z-index: 1;
    margin-top: -3.75rem;
    padding: 0 1.875rem;
    transform: perspective(2000px); }
  .home__gallery-count {
    font-family: 'BigNoodleTitlingCyr';
    font-size: .9375rem;
    line-height: 1.5rem;
    letter-spacing: .1em; }
  .home__gallery-title {
    margin-top: .5rem;
    font-family: 'BigNoodleTitlingCyr';
    font-size: 2.25rem;
    line-height: 2.25rem; }
    .home__gallery-title a {
      color: #fff; }

.home__instagram {
  padding: 8vw 0 6vw;
  background: #161616; }
  .home__instagram-items {
    margin-top: 5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; }
  .home__instagram .image__link {
    z-index: 1; }
  .home__instagram-item {
    position: relative;
    width: 12vw;
    height: 12vw; }
  .home__instagram-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .home__instagram .a-button {
    margin-top: 5rem; }

.about__first {
  position: relative;
  width: 100%;
  padding: 6.875rem 0 4.5rem; }
  .about__first .image__block {
    margin-top: 4.5rem; }

.about__quote {
  position: relative;
  width: 100%;
  margin-top: 4.5rem; }
  .about__quote-cite {
    position: relative;
    float: left;
    width: 33%; }
    .about__quote-cite:after {
      content: '';
      position: absolute;
      top: .375rem;
      right: 0;
      width: 2rem;
      height: 2rem;
      display: block;
      background: url("../../image/svg/cite.png") center no-repeat;
      background-size: 100% auto; }
  .about__quote-text {
    float: left;
    width: 67%;
    padding: 0 0 0 16%; }

.about__second {
  position: relative;
  width: 100%;
  padding: 7.5rem 0 5.75rem 0;
  background: #f7f7f7; }
  .about__second .image__block {
    margin-top: 5.75rem; }
    .about__second .image__block + .text-content {
      margin-top: 4.5rem; }

.about__third {
  position: relative;
  width: 100%;
  padding: 3.75rem 0 5rem 0; }
  .about__third .text-content {
    margin-top: 4.5rem; }

.about__photos {
  position: relative;
  width: 100%; }

.about__photo {
  position: relative;
  float: left;
  width: calc((100% - 3.75rem) / 2);
  height: calc((68vw - 3.75rem) / 2 * .66);
  margin: 3.75rem 3.75rem 0 0; }
  .about__photo:nth-child(2n+2) {
    margin-right: 0; }

.gallery .content {
  padding: 8vw 0; }

.gallery__items {
  position: relative;
  width: 100%; }

.gallery__item {
  width: calc((68vw - 8vw) / 2);
  margin: 4.5rem 8vw 0 0;
  float: left; }
  .gallery__item:nth-child(1), .gallery__item:nth-child(2) {
    margin-top: 0; }
  .gallery__item.v-clear__item_1 {
    margin-right: 0; }

.gallery__image {
  height: calc((68vw - 8vw) / 2 * .71); }

.gallery__count {
  margin-top: 1.875rem;
  font-family: 'BigNoodleTitlingCyr';
  font-size: .9375rem;
  line-height: 2.25rem; }

.gallery__title {
  margin-top: 0;
  font-family: 'BigNoodleTitlingCyr';
  font-size: 2.25rem;
  line-height: 2.25rem; }
  @media (min-width: 1200px) {
    .gallery__title a:hover {
      text-decoration: underline; } }

.photos .content {
  padding: calc(8vw - 1rem) 0 3.5rem 0; }

.photos__items {
  position: relative;
  overflow: hidden;
  margin-top: 5rem; }

.photos__item {
  position: relative;
  float: left;
  width: calc((68vw - 3.75rem) / 3 - 1px);
  height: calc((68vw - 3.75rem) / 3 * .66);
  margin-right: 1.875rem;
  margin-top: 1.875rem; }
  .photos__item:nth-child(1), .photos__item:nth-child(2) {
    margin-top: 0; }
  .photos__item:nth-child(9n+1) {
    width: calc((68vw - 3.75rem) / 3 * 2 + 1.875rem);
    height: calc((68vw - 3.75rem) / 3 * .66 * 2 + 1.875rem); }
  .photos__item:nth-child(9n+2) {
    margin-right: 0; }
  .photos__item:nth-child(9n+3) {
    margin-right: 0; }
  .photos__item:nth-child(9n+5) {
    width: calc((68vw - 3.75rem) / 3 * 2 + 1.875rem);
    height: calc((68vw - 3.75rem) / 3 * .66 * 2 + 1.875rem);
    margin-right: 0; }
  .photos__item:nth-child(9n+6) {
    margin-top: calc((68vw - 3.75rem) / 3 * -.66); }
  .photos__item:nth-child(9n+9) {
    margin-right: 0; }

.photos .share {
  margin-top: 4rem; }

.gyms__items {
  position: relative; }

.gyms__item {
  position: relative;
  width: 100%;
  min-height: 42vw;
  display: flex;
  flex-direction: row;
  align-items: center; }
  .gyms__item:nth-child(2n+1) {
    justify-content: flex-start; }
    .gyms__item:nth-child(2n+1) .gyms__image {
      right: 0; }
  .gyms__item:nth-child(2n+2) {
    justify-content: flex-end; }
    .gyms__item:nth-child(2n+2) .gyms__image {
      left: 0; }

.gyms__content {
  position: relative;
  width: 50%;
  padding: 3.75rem 8vw; }

.gyms__title {
  font-family: 'BigNoodleTitlingCyr';
  font-size: 2.25rem;
  line-height: 2.25rem; }
  @media (min-width: 1200px) {
    .gyms__title a:hover {
      text-decoration: underline; } }

.gyms__text {
  margin-top: 2.25rem; }

.gyms__readmore {
  margin-top: 3.5rem; }

.gyms__image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  overflow: hidden; }
  .gyms__image .image__block {
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    bottom: auto;
    width: 100%;
    height: 100%; }
  .gyms__image .bg-image {
    transition: 1.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
  @media (min-width: 1200px) {
    .gyms__image:hover .bg-image {
      transform: scale(1.1); } }

.gym__gallery {
  position: relative;
  margin-top: 0; }

.gym .content {
  padding: calc(8vw - 1rem) 0 8vw 0; }

.gym__gallery + .gym__coaches {
  margin-top: 4.5rem; }

.gym__photos {
  margin-top: 5rem; }

.gym__persons {
  margin-top: 5rem; }

.tv .content {
  padding: 8vw 0; }

.tv__items {
  position: relative;
  width: 100%; }

.tv__item {
  position: relative;
  width: 100%;
  min-height: calc(68vw * .65 * .5);
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  margin-top: 4.375rem; }
  .tv__item:first-child {
    margin-top: 0; }

.tv__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 65%;
  height: 100%;
  overflow: hidden; }
  .tv__image .bg-image {
    transition: 1.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
  .tv__image .image__link span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
    border: 2px solid #fff;
    transition: 1s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s; }
    .tv__image .image__link span:before, .tv__image .image__link span:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      right: auto;
      bottom: auto;
      width: 100%;
      height: 100%;
      transition: opacity 1s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s;
      background-repeat: no-repeat;
      background-position: center;
      background-size: 13px 15px; }
    .tv__image .image__link span:before {
      background-image: url("../../image/svg/play.svg"); }
    .tv__image .image__link span:after {
      background-image: url("../../image/svg/play_black.svg");
      opacity: 0; }
  @media (min-width: 1200px) {
    .tv__image:hover .bg-image {
      transform: scale(1.1); }
    .tv__image:hover .image__link span {
      background: #fff; }
      .tv__image:hover .image__link span:before {
        opacity: 0; }
      .tv__image:hover .image__link span:after {
        opacity: 1; } }

.tv__content {
  position: relative;
  width: 35%;
  flex-shrink: 0;
  padding: 1.5rem 0 1.5rem 1.875rem; }

.tv__title {
  font-family: 'BigNoodleTitlingCyr';
  font-size: 2.25rem;
  line-height: 2.25rem; }

.tv__description {
  margin-top: 1.5rem; }

.blog .content {
  padding: calc(8vw - .375rem) 0 5vw; }

.blog__filters {
  position: relative;
  width: calc(100% + .5rem);
  margin: 0 0 0 -.5rem; }
  .blog__filters > ul {
    display: flex;
    flex-direction: row;
    align-items: center; }

.blog__filter {
  font-family: 'BigNoodleTitlingCyr';
  font-size: .9375rem;
  line-height: 1.5rem;
  letter-spacing: .1em;
  margin: 0 2.5rem 0 0; }
  .blog__filter:last-child {
    margin-right: 0; }
  .blog__filter a {
    padding: .5rem; }
    .blog__filter a:after {
      content: '';
      display: block;
      position: absolute;
      width: calc(100% - 1rem - .1em);
      height: 2px;
      bottom: calc(.5rem - 5px);
      left: .5rem;
      background: #000;
      transition: 0.5s;
      transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
      transition-delay: 0s;
      transform: scale(0, 1); }
    .blog__filter a.active:after {
      transform: none; }
    @media (min-width: 1200px) {
      .blog__filter a:hover:after {
        transform: none; } }

.blog__items {
  position: relative;
  width: 100%;
  margin-top: 6.25rem; }

.blog__item {
  position: relative;
  width: calc((68vw - 3.75rem) / 3 - 1px);
  margin: 3.75rem 1.875rem 0 0;
  float: left; }
  .blog__item.v-clear__item_2 {
    margin-right: 0; }
  .blog__item.v-clear__skip_1 {
    width: 100%;
    margin-top: 0;
    margin-right: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    min-height: calc(68vw * .65 * .68); }
    .blog__item.v-clear__skip_1 .blog__image {
      position: absolute;
      top: 0;
      left: 0;
      width: 65%;
      height: 100%; }
    .blog__item.v-clear__skip_1 .blog__content {
      width: 35%;
      margin: 0;
      padding: 1.5rem 0 1.5rem 1.875rem; }
    .blog__item.v-clear__skip_1 .blog__title {
      font-size: 2.25rem;
      line-height: 2.25rem; }
    .blog__item.v-clear__skip_1 .blog__readmore {
      margin-top: 2.625rem; }

.blog__image {
  height: calc((68vw - 3.75rem) / 3 * .66); }

.blog__content {
  position: relative;
  margin-top: 1.5rem; }

.blog__place {
  font-family: 'BigNoodleTitlingCyr';
  font-size: .9375rem;
  line-height: 1rem;
  letter-spacing: .1em; }
  .blog__place + .blog__title {
    margin-top: .75rem; }

.blog__title {
  font-family: 'BigNoodleTitlingCyr';
  font-size: 1.5rem;
  line-height: 1.875rem; }
  @media (min-width: 1200px) {
    .blog__title a:hover {
      text-decoration: underline; } }

.blog__date-cat {
  margin-top: .75rem;
  font-family: 'BigNoodleTitlingCyr';
  font-size: .9375rem;
  line-height: 1rem;
  letter-spacing: .1em;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start; }

.blog__date:after {
  content: '//';
  display: inline-block;
  margin: .625rem; }

.blog__text {
  margin-top: 0; }

.blog__readmore {
  margin-top: 1.375rem; }

.text .content {
  padding: calc(8vw - .625rem) 0 3.5rem 0; }
  .text .content .wrap > h2 {
    padding: 0 20% 0 0; }
    .text .content .wrap > h2 + .text-content {
      margin-top: 4rem; }

.text__photos {
  position: relative;
  width: 100%;
  margin: 4.5rem 0 0 0; }
  .text__photos + .clear + .text-content {
    margin-top: 4.5rem; }

.text__photo {
  position: relative;
  float: left;
  width: calc((100% - 3.75rem) / 3 - 1px);
  height: calc((68vw - 3.75rem) / 3 * .66);
  margin: 1.875rem 1.875rem 0 0; }
  .text__photo:nth-child(1), .text__photo:nth-child(2), .text__photo:nth-child(3) {
    margin-top: 0; }
  .text__photo:nth-child(3n+3) {
    margin-right: 0; }

.team__block {
  padding: calc(8vw - 1rem) 0 8vw 0; }
  .team__block_grey {
    background: #f7f7f7; }

.team__persons {
  margin-top: 4.5rem; }
  .team__persons_all {
    display: none; }

.team__all {
  margin-top: 5rem; }

.coach .content {
  padding: 8vw 0 6vw; }

.coach__left {
  float: left;
  width: 50%;
  padding: 0 0 0 4vw; }
  .coach__left .image {
    position: relative;
    width: 100%; }
    .coach__left .image img {
      display: block;
      width: 100%; }

.coach__right {
  float: right;
  width: 50%;
  padding: 0 4vw 0 8vw; }

.coach__link {
  margin-top: 3.75rem; }

.calendar .content {
  padding: 8vw 0 5vw; }

.calendar__years {
  position: relative;
  height: 2.25rem;
  font-family: 'BigNoodleTitlingCyr';
  font-size: 2.25rem;
  line-height: 2.25rem; }
  .calendar__years-outer {
    display: none; }
  .calendar__years-current {
    position: absolute;
    top: 0;
    height: 100%; }
    .calendar__years-current_0 {
      left: 0; }
    .calendar__years-current_1 {
      left: 50%;
      transform: translate(-50%, 0); }
    .calendar__years-current span {
      pointer-events: none;
      opacity: 0; }
  .calendar__years_next-disabled .calendar__next {
    pointer-events: none;
    opacity: .5; }
  .calendar__years_prev-disabled .calendar__prev {
    pointer-events: none;
    opacity: .5; }
  .calendar__years_no-arrows .calendar__next,
  .calendar__years_no-arrows .calendar__prev {
    pointer-events: none;
    opacity: 0; }

.calendar__y {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: 0.5s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s;
  opacity: 0;
  pointer-events: none;
  cursor: pointer; }
  .calendar__y.active {
    pointer-events: all;
    transform: none;
    opacity: 1; }

.calendar__next, .calendar__prev {
  position: absolute;
  top: 0;
  height: 100%;
  width: 1.625rem;
  cursor: pointer;
  transition: 0.35s;
  transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  transition-delay: 0s; }

.calendar__next {
  right: 0;
  background: url("../../image/svg/next_black.svg") center no-repeat;
  background-size: 100% auto; }

.calendar__prev {
  right: calc(1.625rem + 2rem);
  transform: rotate(180deg);
  background: url("../../image/svg/next_black.svg") center no-repeat;
  background-size: 100% auto; }

.calendar .blog__date:after {
  display: none; }

.calendar .blog__title {
  margin-top: .75rem; }

.calendar .blog__items {
  margin-top: 0; }

.calendar__months {
  position: relative;
  margin: 2.5rem 0 0 0;
  width: calc(100% + 8vw);
  overflow: auto;
  padding: 4px 0;
  white-space: nowrap;
  font-family: 'BigNoodleTitlingCyr';
  font-size: .9375rem;
  line-height: 1.125rem;
  text-transform: uppercase;
  letter-spacing: .1em; }
  .calendar__months a.disable {
    opacity: .5;
    pointer-events: none; }

.calendar__month {
  position: relative;
  display: inline-block;
  margin-right: 3rem; }
  .calendar__month:last-child {
    margin-right: 0; }
  .calendar__month:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -4px;
    left: 0;
    width: 100%;
    height: 2px;
    background: #262626;
    transition: 0.5s;
    transition-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
    transition-delay: 0s;
    transform: scale(0, 1); }
  .calendar__month.active:after {
    transform: none; }
  .calendar__month.disable_p:after {
    display: none; }

.contacts .v-footer {
  position: absolute;
  bottom: 2.5rem;
  background: transparent;
  padding-top: 0;
  padding-bottom: 0;
  margin: 0;
  color: #fff; }
  .contacts .v-footer__email {
    display: none; }

.contacts .social {
  position: absolute;
  top: 50%;
  left: 4vw;
  transform: translateY(-50%); }
  .contacts .social li {
    margin-top: .625rem; }
    .contacts .social li:first-child {
      margin-top: 0; }
